{"version":3,"file":"Divider.constant.cjs","sources":["../../../../src/components/Divider/Divider.constant.ts"],"sourcesContent":["// Types\r\nimport type {\r\n  TDividerHorizontalLabelPosition,\r\n  TDividerLineType,\r\n  TDividerOrientation,\r\n  TDividerProps,\r\n  TDividerVerticalLabelPosition\r\n} from './Divider.type';\r\n\r\nexport const DIVIDER_LINE_TYPES: TDividerLineType[] = ['dashed', 'dotted', 'solid'];\r\nexport const DIVIDER_LINE_TYPE: { [key in TDividerLineType]: key } = {\r\n  dashed: 'dashed',\r\n  dotted: 'dotted',\r\n  solid: 'solid'\r\n};\r\n\r\nexport const DIVIDER_HORIZONTAL_LABEL_POSITIONS: TDividerHorizontalLabelPosition[] = ['left', 'center', 'right'];\r\nexport const DIVIDER_HORIZONTAL_LABEL_POSITION: { [key in TDividerHorizontalLabelPosition]: key } = {\r\n  left: 'left',\r\n  center: 'center',\r\n  right: 'right'\r\n};\r\n\r\nexport const DIVIDER_VERTICAL_LABEL_POSITIONS: TDividerVerticalLabelPosition[] = ['top', 'center', 'bottom'];\r\nexport const DIVIDER_VERTICAL_LABEL_POSITION: { [key in TDividerVerticalLabelPosition]: key } = {\r\n  top: 'top',\r\n  center: 'center',\r\n  bottom: 'bottom'\r\n};\r\n\r\nexport const DIVIDER_ORIENTATIONS: TDividerOrientation[] = ['horizontal', 'vertical'];\r\nexport const DIVIDER_ORIENTATION: { [key in TDividerOrientation]: key } = {\r\n  horizontal: 'horizontal',\r\n  vertical: 'vertical'\r\n};\r\n\r\nexport const DIVIDER_DEFAULT_PROPS: TDividerProps = {\r\n  labelPosition: DIVIDER_HORIZONTAL_LABEL_POSITION.center,\r\n  lineType: DIVIDER_LINE_TYPE.solid,\r\n  orientation: DIVIDER_ORIENTATION.horizontal\r\n};\r\n"],"names":["DIVIDER_LINE_TYPE","solid","DIVIDER_HORIZONTAL_LABEL_POSITION","left","center","right","DIVIDER_ORIENTATION","horizontal","vertical","DIVIDER_DEFAULT_PROPS","labelPosition","lineType","orientation","top","bottom"],"mappings":"aAUO,MAAMA,EAAwD,CAGnEC,MAAO,SAIIC,EAAuF,CAClGC,KAAM,OACNC,OAAQ,SACRC,MAAO,SAWIC,EAA6D,CACxEC,WAAY,aACZC,SAAU,YAGCC,EAAuC,CAClDC,cAAeR,EAAkCE,OACjDO,SAAUX,EAAkBC,MAC5BW,YAAaN,EAAoBC,0LAf6D,CAC9FM,IAAK,MAELC,OAAQ"}