UNPKG

@legion-ui-kit/react-core

Version:

To install the package into your project:

1 lines 1.43 kB
{"version":3,"file":"Tooltip.constant.cjs","sources":["../../../../src/components/Tooltip/Tooltip.constant.ts"],"sourcesContent":["// Types\r\nimport type { TTooltipPosition, TTooltipProps } from './Tooltip.type';\r\n\r\nexport const TOOLTIP_POSITIONS: TTooltipPosition[] = [\r\n'bottom-center',\r\n'bottom-left',\r\n'bottom-right',\r\n'left-bottom',\r\n'left-center',\r\n'left-top',\r\n'right-bottom',\r\n'right-center',\r\n'right-top',\r\n'top-center',\r\n'top-left',\r\n'top-right',\r\n];\r\nexport const TOOLTIP_POSITION: { [key in TTooltipPosition]: key } = {\r\n\t['bottom-center']: 'bottom-center',\r\n\t['bottom-left']: 'bottom-left',\r\n\t['bottom-right']: 'bottom-right',\r\n\t['left-bottom']: 'left-bottom',\r\n\t['left-center']: 'left-center',\r\n\t['left-top']: 'left-top',\r\n\t['right-bottom']: 'right-bottom',\r\n\t['right-center']: 'right-center',\r\n\t['right-top']: 'right-top',\r\n\t['top-center']: 'top-center',\r\n\t['top-left']: 'top-left',\r\n\t['top-right']: 'top-right',\r\n}\r\n\r\nexport const TOOLTIP_DEFAULT_PROPS: Omit<TTooltipProps, 'children'> = {\r\n\tcontent: 'Tooltip',\r\n\tposition: TOOLTIP_POSITION['top-center'],\r\n}\r\n"],"names":["TOOLTIP_POSITION","TOOLTIP_DEFAULT_PROPS","position"],"mappings":"aAiBO,MAAMA,EAAuD,CACnE,gBAAmB,gBACnB,cAAiB,cACjB,eAAkB,eAClB,cAAiB,cACjB,cAAiB,cACjB,WAAc,WACd,eAAkB,eAClB,eAAkB,eAClB,YAAe,YACf,aAAgB,aAChB,WAAc,WACd,YAAe,aAGHC,EAAyD,CAErEC,SAAUF,EAAiB"}