@lotte-innovate/ui-component-test 0.2.2 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
- package/_virtual/icons.mjs +2 -0
- package/_virtual/icons.mjs.map +1 -0
- package/_virtual/index.mjs +2 -0
- package/_virtual/index.mjs.map +1 -0
- package/_virtual/index10.mjs +2 -0
- package/_virtual/index10.mjs.map +1 -0
- package/_virtual/index11.mjs +2 -0
- package/_virtual/index11.mjs.map +1 -0
- package/_virtual/index12.mjs +2 -0
- package/_virtual/index12.mjs.map +1 -0
- package/_virtual/index13.mjs +2 -0
- package/_virtual/index13.mjs.map +1 -0
- package/_virtual/index14.mjs +2 -0
- package/_virtual/index14.mjs.map +1 -0
- package/_virtual/index15.mjs +2 -0
- package/_virtual/index15.mjs.map +1 -0
- package/_virtual/index16.mjs +2 -0
- package/_virtual/index16.mjs.map +1 -0
- package/_virtual/index17.mjs +2 -0
- package/_virtual/index17.mjs.map +1 -0
- package/_virtual/index18.mjs +2 -0
- package/_virtual/index18.mjs.map +1 -0
- package/_virtual/index19.mjs +2 -0
- package/_virtual/index19.mjs.map +1 -0
- package/_virtual/index2.mjs +2 -0
- package/_virtual/index2.mjs.map +1 -0
- package/_virtual/index20.mjs +2 -0
- package/_virtual/index20.mjs.map +1 -0
- package/_virtual/index21.mjs +2 -0
- package/_virtual/index21.mjs.map +1 -0
- package/_virtual/index22.mjs +2 -0
- package/_virtual/index22.mjs.map +1 -0
- package/_virtual/index3.mjs +2 -0
- package/_virtual/index3.mjs.map +1 -0
- package/_virtual/index4.mjs +2 -0
- package/_virtual/index4.mjs.map +1 -0
- package/_virtual/index5.mjs +2 -0
- package/_virtual/index5.mjs.map +1 -0
- package/_virtual/index6.mjs +2 -0
- package/_virtual/index6.mjs.map +1 -0
- package/_virtual/index7.mjs +2 -0
- package/_virtual/index7.mjs.map +1 -0
- package/_virtual/index8.mjs +2 -0
- package/_virtual/index8.mjs.map +1 -0
- package/_virtual/index9.mjs +2 -0
- package/_virtual/index9.mjs.map +1 -0
- package/_virtual/jsx-runtime.mjs +2 -0
- package/_virtual/jsx-runtime.mjs.map +1 -0
- package/_virtual/jsx-runtime2.mjs +2 -0
- package/_virtual/jsx-runtime2.mjs.map +1 -0
- package/_virtual/model.mjs +2 -0
- package/_virtual/model.mjs.map +1 -0
- package/_virtual/plugin.mjs +2 -0
- package/_virtual/plugin.mjs.map +1 -0
- package/_virtual/plugin2.mjs +2 -0
- package/_virtual/plugin2.mjs.map +1 -0
- package/_virtual/plugin3.mjs +2 -0
- package/_virtual/plugin3.mjs.map +1 -0
- package/_virtual/plugin4.mjs +2 -0
- package/_virtual/plugin4.mjs.map +1 -0
- package/_virtual/plugin5.mjs +2 -0
- package/_virtual/plugin5.mjs.map +1 -0
- package/_virtual/plugin6.mjs +2 -0
- package/_virtual/plugin6.mjs.map +1 -0
- package/_virtual/plugin7.mjs +2 -0
- package/_virtual/plugin7.mjs.map +1 -0
- package/_virtual/react-jsx-runtime.development.mjs +2 -0
- package/_virtual/react-jsx-runtime.development.mjs.map +1 -0
- package/_virtual/react-jsx-runtime.production.min.mjs +2 -0
- package/_virtual/react-jsx-runtime.production.min.mjs.map +1 -0
- package/_virtual/react.development.mjs +2 -0
- package/_virtual/react.development.mjs.map +1 -0
- package/_virtual/react.production.min.mjs +2 -0
- package/_virtual/react.production.min.mjs.map +1 -0
- package/_virtual/theme.mjs +2 -0
- package/_virtual/theme.mjs.map +1 -0
- package/_virtual/tinymce.mjs +2 -0
- package/_virtual/tinymce.mjs.map +1 -0
- package/_virtual/tinymce2.mjs +2 -0
- package/_virtual/tinymce2.mjs.map +1 -0
- package/dist/lib/color/constants.d.ts +9 -14
- package/dist/lib/color/constants.js +79 -14
- package/dist/lib/color/dark.js +1 -1
- package/dist/lib/color/light.js +3 -3
- package/dist/lib/components/Editor/index.d.ts +25 -0
- package/dist/lib/components/Editor/index.js +95 -0
- package/dist/lib/components/Editor/index.mjs +3 -0
- package/dist/lib/components/Editor/index.mjs.map +1 -0
- package/dist/lib/components/index.d.ts +1 -46
- package/dist/lib/components/index.js +1 -48
- package/dist/lib/constants.d.ts +475 -6
- package/dist/lib/constants.js +368 -35
- package/dist/lib/constants.mjs +2 -0
- package/dist/lib/constants.mjs.map +1 -0
- package/dist/lib/index.d.ts +1 -1
- package/dist/lib/index.js +1 -1
- package/dist/lib/index.mjs +2 -0
- package/dist/lib/index.mjs.map +1 -0
- package/dist/lib/theme/ThemeProvider.d.ts +16 -0
- package/dist/lib/theme/ThemeProvider.js +29 -0
- package/dist/lib/theme/ThemeProvider.mjs +3 -0
- package/dist/lib/theme/ThemeProvider.mjs.map +1 -0
- package/dist/lib/theme/index.d.ts +2 -0
- package/dist/lib/theme/index.js +2 -0
- package/dist/lib/types.d.ts +79 -0
- package/dist/lib/utils/utils.d.ts +0 -1
- package/dist/lib/utils/utils.js +0 -17
- package/dist/lib/utils/utils.mjs +2 -0
- package/dist/lib/utils/utils.mjs.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +105 -134
- package/public/tinymce/CHANGELOG.md +3453 -0
- package/public/tinymce/README.md +73 -0
- package/public/tinymce/bower.json +27 -0
- package/public/tinymce/composer.json +52 -0
- package/public/tinymce/icons/default/icons.js +194 -0
- package/public/tinymce/icons/default/icons.min.js +1 -0
- package/public/tinymce/icons/default/icons.mjs +2 -0
- package/public/tinymce/icons/default/icons.mjs.map +1 -0
- package/public/tinymce/icons/default/index.d.ts +1 -0
- package/public/tinymce/icons/default/index.js +7 -0
- package/public/tinymce/icons/default/index.mjs +2 -0
- package/public/tinymce/icons/default/index.mjs.map +1 -0
- package/public/tinymce/license.txt +21 -0
- package/public/tinymce/models/dom/index.d.ts +1 -0
- package/public/tinymce/models/dom/index.js +7 -0
- package/public/tinymce/models/dom/index.mjs +2 -0
- package/public/tinymce/models/dom/index.mjs.map +1 -0
- package/public/tinymce/models/dom/model.js +8040 -0
- package/public/tinymce/models/dom/model.min.js +4 -0
- package/public/tinymce/models/dom/model.mjs +2 -0
- package/public/tinymce/models/dom/model.mjs.map +1 -0
- package/public/tinymce/package.json +32 -0
- package/public/tinymce/plugins/advlist/index.d.ts +1 -0
- package/public/tinymce/plugins/advlist/index.js +7 -0
- package/public/tinymce/plugins/advlist/index.mjs +2 -0
- package/public/tinymce/plugins/advlist/index.mjs.map +1 -0
- package/public/tinymce/plugins/advlist/plugin.js +259 -0
- package/public/tinymce/plugins/advlist/plugin.min.js +4 -0
- package/public/tinymce/plugins/advlist/plugin.mjs +2 -0
- package/public/tinymce/plugins/advlist/plugin.mjs.map +1 -0
- package/public/tinymce/plugins/autolink/index.js +7 -0
- package/public/tinymce/plugins/autolink/plugin.js +228 -0
- package/public/tinymce/plugins/autolink/plugin.min.js +4 -0
- package/public/tinymce/plugins/code/index.d.ts +1 -0
- package/public/tinymce/plugins/code/index.js +7 -0
- package/public/tinymce/plugins/code/index.mjs +2 -0
- package/public/tinymce/plugins/code/index.mjs.map +1 -0
- package/public/tinymce/plugins/code/plugin.js +85 -0
- package/public/tinymce/plugins/code/plugin.min.js +4 -0
- package/public/tinymce/plugins/code/plugin.mjs +2 -0
- package/public/tinymce/plugins/code/plugin.mjs.map +1 -0
- package/public/tinymce/plugins/codesample/index.d.ts +1 -0
- package/public/tinymce/plugins/codesample/index.js +7 -0
- package/public/tinymce/plugins/codesample/index.mjs +2 -0
- package/public/tinymce/plugins/codesample/index.mjs.map +1 -0
- package/public/tinymce/plugins/codesample/plugin.d.ts +45 -0
- package/public/tinymce/plugins/codesample/plugin.js +2463 -0
- package/public/tinymce/plugins/codesample/plugin.min.js +4 -0
- package/public/tinymce/plugins/codesample/plugin.mjs +2 -0
- package/public/tinymce/plugins/codesample/plugin.mjs.map +1 -0
- package/public/tinymce/plugins/image/index.d.ts +1 -0
- package/public/tinymce/plugins/image/index.js +7 -0
- package/public/tinymce/plugins/image/index.mjs +2 -0
- package/public/tinymce/plugins/image/index.mjs.map +1 -0
- package/public/tinymce/plugins/image/plugin.js +1505 -0
- package/public/tinymce/plugins/image/plugin.min.js +4 -0
- package/public/tinymce/plugins/image/plugin.mjs +2 -0
- package/public/tinymce/plugins/image/plugin.mjs.map +1 -0
- package/public/tinymce/plugins/link/index.d.ts +1 -0
- package/public/tinymce/plugins/link/index.js +7 -0
- package/public/tinymce/plugins/link/index.mjs +2 -0
- package/public/tinymce/plugins/link/index.mjs.map +1 -0
- package/public/tinymce/plugins/link/plugin.js +1242 -0
- package/public/tinymce/plugins/link/plugin.min.js +4 -0
- package/public/tinymce/plugins/link/plugin.mjs +2 -0
- package/public/tinymce/plugins/link/plugin.mjs.map +1 -0
- package/public/tinymce/plugins/lists/index.d.ts +1 -0
- package/public/tinymce/plugins/lists/index.js +7 -0
- package/public/tinymce/plugins/lists/index.mjs +2 -0
- package/public/tinymce/plugins/lists/index.mjs.map +1 -0
- package/public/tinymce/plugins/lists/plugin.js +2172 -0
- package/public/tinymce/plugins/lists/plugin.min.js +4 -0
- package/public/tinymce/plugins/lists/plugin.mjs +2 -0
- package/public/tinymce/plugins/lists/plugin.mjs.map +1 -0
- package/public/tinymce/plugins/table/index.d.ts +1 -0
- package/public/tinymce/plugins/table/index.js +7 -0
- package/public/tinymce/plugins/table/index.mjs +2 -0
- package/public/tinymce/plugins/table/index.mjs.map +1 -0
- package/public/tinymce/plugins/table/plugin.js +3462 -0
- package/public/tinymce/plugins/table/plugin.min.js +4 -0
- package/public/tinymce/plugins/table/plugin.mjs +2 -0
- package/public/tinymce/plugins/table/plugin.mjs.map +1 -0
- package/public/tinymce/skins/content/default/content.css +61 -0
- package/public/tinymce/skins/content/default/content.js +2 -0
- package/public/tinymce/skins/content/default/content.min.css +1 -0
- package/public/tinymce/skins/content/default/content.mjs +2 -0
- package/public/tinymce/skins/content/default/content.mjs.map +1 -0
- package/public/tinymce/skins/ui/oxide/content.css +785 -0
- package/public/tinymce/skins/ui/oxide/content.inline.css +779 -0
- package/public/tinymce/skins/ui/oxide/content.inline.js +2 -0
- package/public/tinymce/skins/ui/oxide/content.inline.min.css +1 -0
- package/public/tinymce/skins/ui/oxide/content.js +2 -0
- package/public/tinymce/skins/ui/oxide/content.min.css +1 -0
- package/public/tinymce/skins/ui/oxide/content.mjs +2 -0
- package/public/tinymce/skins/ui/oxide/content.mjs.map +1 -0
- package/public/tinymce/skins/ui/oxide/skin.css +3763 -0
- package/public/tinymce/skins/ui/oxide/skin.js +2 -0
- package/public/tinymce/skins/ui/oxide/skin.min.css +1 -0
- package/public/tinymce/skins/ui/oxide/skin.mjs +2 -0
- package/public/tinymce/skins/ui/oxide/skin.mjs.map +1 -0
- package/public/tinymce/skins/ui/oxide/skin.shadowdom.css +30 -0
- package/public/tinymce/skins/ui/oxide/skin.shadowdom.js +2 -0
- package/public/tinymce/skins/ui/oxide/skin.shadowdom.min.css +1 -0
- package/public/tinymce/skins/ui/oxide-dark/content.css +766 -0
- package/public/tinymce/skins/ui/oxide-dark/content.inline.css +779 -0
- package/public/tinymce/skins/ui/oxide-dark/content.inline.js +2 -0
- package/public/tinymce/skins/ui/oxide-dark/content.inline.min.css +1 -0
- package/public/tinymce/skins/ui/oxide-dark/content.js +2 -0
- package/public/tinymce/skins/ui/oxide-dark/content.min.css +1 -0
- package/public/tinymce/skins/ui/oxide-dark/skin.css +3766 -0
- package/public/tinymce/skins/ui/oxide-dark/skin.js +2 -0
- package/public/tinymce/skins/ui/oxide-dark/skin.min.css +1 -0
- package/public/tinymce/skins/ui/oxide-dark/skin.shadowdom.css +30 -0
- package/public/tinymce/skins/ui/oxide-dark/skin.shadowdom.js +2 -0
- package/public/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +1 -0
- package/public/tinymce/themes/silver/index.d.ts +1 -0
- package/public/tinymce/themes/silver/index.js +7 -0
- package/public/tinymce/themes/silver/index.mjs +2 -0
- package/public/tinymce/themes/silver/index.mjs.map +1 -0
- package/public/tinymce/themes/silver/theme.js +30775 -0
- package/public/tinymce/themes/silver/theme.min.js +384 -0
- package/public/tinymce/themes/silver/theme.mjs +2 -0
- package/public/tinymce/themes/silver/theme.mjs.map +1 -0
- package/public/tinymce/tinymce.d.ts +3238 -0
- package/public/tinymce/tinymce.js +31779 -0
- package/public/tinymce/tinymce.min.js +384 -0
- package/public/tinymce/tinymce.mjs +2 -0
- package/public/tinymce/tinymce.mjs.map +1 -0
- package/README.md +0 -163
- package/dist/globals.css +0 -261089
- package/dist/lib/Typography/Header/index.d.ts +0 -13
- package/dist/lib/Typography/Header/index.js +0 -55
- package/dist/lib/Typography/Text/index.d.ts +0 -15
- package/dist/lib/Typography/Text/index.js +0 -44
- package/dist/lib/Typography/index.d.ts +0 -2
- package/dist/lib/Typography/index.js +0 -2
- package/dist/lib/components/Accordion/index.d.ts +0 -16
- package/dist/lib/components/Accordion/index.js +0 -58
- package/dist/lib/components/AlertDialog/AlertDialogAction.d.ts +0 -14
- package/dist/lib/components/AlertDialog/AlertDialogAction.js +0 -59
- package/dist/lib/components/AlertDialog/AlertDialogCancel.d.ts +0 -13
- package/dist/lib/components/AlertDialog/AlertDialogCancel.js +0 -56
- package/dist/lib/components/AlertDialog/AlertDialogContent.d.ts +0 -11
- package/dist/lib/components/AlertDialog/AlertDialogContent.js +0 -49
- package/dist/lib/components/AlertDialog/AlertDialogDescription.d.ts +0 -10
- package/dist/lib/components/AlertDialog/AlertDialogDescription.js +0 -45
- package/dist/lib/components/AlertDialog/AlertDialogTitle.d.ts +0 -10
- package/dist/lib/components/AlertDialog/AlertDialogTitle.js +0 -45
- package/dist/lib/components/AlertDialog/AlertDialogTrigger.d.ts +0 -17
- package/dist/lib/components/AlertDialog/AlertDialogTrigger.js +0 -55
- package/dist/lib/components/AlertDialog/index.d.ts +0 -20
- package/dist/lib/components/AlertDialog/index.js +0 -37
- package/dist/lib/components/AspectRatio/index.d.ts +0 -10
- package/dist/lib/components/AspectRatio/index.js +0 -42
- package/dist/lib/components/Avatar/index.d.ts +0 -17
- package/dist/lib/components/Avatar/index.js +0 -57
- package/dist/lib/components/Badge/index.d.ts +0 -18
- package/dist/lib/components/Badge/index.js +0 -54
- package/dist/lib/components/BubbleChart/index.d.ts +0 -31
- package/dist/lib/components/BubbleChart/index.js +0 -43
- package/dist/lib/components/Button/index.d.ts +0 -16
- package/dist/lib/components/Button/index.js +0 -56
- package/dist/lib/components/Callout/CalloutIcon.d.ts +0 -12
- package/dist/lib/components/Callout/CalloutIcon.js +0 -57
- package/dist/lib/components/Callout/CalloutText.d.ts +0 -10
- package/dist/lib/components/Callout/CalloutText.js +0 -52
- package/dist/lib/components/Callout/index.d.ts +0 -20
- package/dist/lib/components/Callout/index.js +0 -75
- package/dist/lib/components/Card/index.d.ts +0 -14
- package/dist/lib/components/Card/index.js +0 -64
- package/dist/lib/components/Checkbox/index.d.ts +0 -17
- package/dist/lib/components/Checkbox/index.js +0 -89
- package/dist/lib/components/CheckboxCard/index.d.ts +0 -20
- package/dist/lib/components/CheckboxCard/index.js +0 -58
- package/dist/lib/components/CheckboxGroup/CheckboxGroupItem.d.ts +0 -5
- package/dist/lib/components/CheckboxGroup/CheckboxGroupItem.js +0 -33
- package/dist/lib/components/CheckboxGroup/index.d.ts +0 -17
- package/dist/lib/components/CheckboxGroup/index.js +0 -35
- package/dist/lib/components/ContextMenu/ContextMenuCheckboxItem.d.ts +0 -4
- package/dist/lib/components/ContextMenu/ContextMenuCheckboxItem.js +0 -40
- package/dist/lib/components/ContextMenu/ContextMenuContent.d.ts +0 -11
- package/dist/lib/components/ContextMenu/ContextMenuContent.js +0 -56
- package/dist/lib/components/ContextMenu/ContextMenuGroup.d.ts +0 -4
- package/dist/lib/components/ContextMenu/ContextMenuGroup.js +0 -30
- package/dist/lib/components/ContextMenu/ContextMenuItem.d.ts +0 -13
- package/dist/lib/components/ContextMenu/ContextMenuItem.js +0 -59
- package/dist/lib/components/ContextMenu/ContextMenuItemIndicator.d.ts +0 -10
- package/dist/lib/components/ContextMenu/ContextMenuItemIndicator.js +0 -50
- package/dist/lib/components/ContextMenu/ContextMenuLabel.d.ts +0 -11
- package/dist/lib/components/ContextMenu/ContextMenuLabel.js +0 -48
- package/dist/lib/components/ContextMenu/ContextMenuRadioGroup.d.ts +0 -8
- package/dist/lib/components/ContextMenu/ContextMenuRadioGroup.js +0 -31
- package/dist/lib/components/ContextMenu/ContextMenuRadioItem.d.ts +0 -4
- package/dist/lib/components/ContextMenu/ContextMenuRadioItem.js +0 -41
- package/dist/lib/components/ContextMenu/ContextMenuSeparator.d.ts +0 -3
- package/dist/lib/components/ContextMenu/ContextMenuSeparator.js +0 -31
- package/dist/lib/components/ContextMenu/ContextMenuSubContent.d.ts +0 -11
- package/dist/lib/components/ContextMenu/ContextMenuSubContent.js +0 -53
- package/dist/lib/components/ContextMenu/ContextMenuSubTrigger.d.ts +0 -4
- package/dist/lib/components/ContextMenu/ContextMenuSubTrigger.js +0 -40
- package/dist/lib/components/ContextMenu/ContextMenuTrigger.d.ts +0 -4
- package/dist/lib/components/ContextMenu/ContextMenuTrigger.js +0 -31
- package/dist/lib/components/ContextMenu/index.d.ts +0 -25
- package/dist/lib/components/ContextMenu/index.js +0 -54
- package/dist/lib/components/DataList/DataListItem.d.ts +0 -9
- package/dist/lib/components/DataList/DataListItem.js +0 -43
- package/dist/lib/components/DataList/DataListLabel.d.ts +0 -10
- package/dist/lib/components/DataList/DataListLabel.js +0 -49
- package/dist/lib/components/DataList/DataListValue.d.ts +0 -11
- package/dist/lib/components/DataList/DataListValue.js +0 -51
- package/dist/lib/components/DataList/index.d.ts +0 -17
- package/dist/lib/components/DataList/index.js +0 -57
- package/dist/lib/components/Dialog/DialogAction.d.ts +0 -15
- package/dist/lib/components/Dialog/DialogAction.js +0 -57
- package/dist/lib/components/Dialog/DialogCancel.d.ts +0 -11
- package/dist/lib/components/Dialog/DialogCancel.js +0 -53
- package/dist/lib/components/Dialog/DialogContent.d.ts +0 -11
- package/dist/lib/components/Dialog/DialogContent.js +0 -55
- package/dist/lib/components/Dialog/DialogDescription.d.ts +0 -9
- package/dist/lib/components/Dialog/DialogDescription.js +0 -45
- package/dist/lib/components/Dialog/DialogSlot.d.ts +0 -9
- package/dist/lib/components/Dialog/DialogSlot.js +0 -44
- package/dist/lib/components/Dialog/DialogTitle.d.ts +0 -11
- package/dist/lib/components/Dialog/DialogTitle.js +0 -45
- package/dist/lib/components/Dialog/DialogTrigger.d.ts +0 -3
- package/dist/lib/components/Dialog/DialogTrigger.js +0 -30
- package/dist/lib/components/Dialog/index.d.ts +0 -18
- package/dist/lib/components/Dialog/index.js +0 -38
- package/dist/lib/components/DoughnutChart/index.d.ts +0 -23
- package/dist/lib/components/DoughnutChart/index.js +0 -46
- package/dist/lib/components/DropdownMenu/DropdonMenuRadioGroup.d.ts +0 -8
- package/dist/lib/components/DropdownMenu/DropdonMenuRadioGroup.js +0 -31
- package/dist/lib/components/DropdownMenu/DropdonMenuSubContent.d.ts +0 -11
- package/dist/lib/components/DropdownMenu/DropdonMenuSubContent.js +0 -58
- package/dist/lib/components/DropdownMenu/DropdownMenuCheckboxItem.d.ts +0 -7
- package/dist/lib/components/DropdownMenu/DropdownMenuCheckboxItem.js +0 -38
- package/dist/lib/components/DropdownMenu/DropdownMenuContent.d.ts +0 -11
- package/dist/lib/components/DropdownMenu/DropdownMenuContent.js +0 -54
- package/dist/lib/components/DropdownMenu/DropdownMenuItem.d.ts +0 -13
- package/dist/lib/components/DropdownMenu/DropdownMenuItem.js +0 -56
- package/dist/lib/components/DropdownMenu/DropdownMenuItemIndicator.d.ts +0 -10
- package/dist/lib/components/DropdownMenu/DropdownMenuItemIndicator.js +0 -46
- package/dist/lib/components/DropdownMenu/DropdownMenuLable.d.ts +0 -11
- package/dist/lib/components/DropdownMenu/DropdownMenuLable.js +0 -46
- package/dist/lib/components/DropdownMenu/DropdownMenuRadioItem.d.ts +0 -4
- package/dist/lib/components/DropdownMenu/DropdownMenuRadioItem.js +0 -39
- package/dist/lib/components/DropdownMenu/DropdownMenuSeparator.d.ts +0 -3
- package/dist/lib/components/DropdownMenu/DropdownMenuSeparator.js +0 -31
- package/dist/lib/components/DropdownMenu/DropdownMenuSub.d.ts +0 -3
- package/dist/lib/components/DropdownMenu/DropdownMenuSub.js +0 -30
- package/dist/lib/components/DropdownMenu/DropdownMenuSubTrigger.d.ts +0 -4
- package/dist/lib/components/DropdownMenu/DropdownMenuSubTrigger.js +0 -38
- package/dist/lib/components/DropdownMenu/DropdownMenuTrigger.d.ts +0 -13
- package/dist/lib/components/DropdownMenu/DropdownMenuTrigger.js +0 -51
- package/dist/lib/components/DropdownMenu/index.d.ts +0 -23
- package/dist/lib/components/DropdownMenu/index.js +0 -43
- package/dist/lib/components/HoverCard/HoverCardContent.d.ts +0 -14
- package/dist/lib/components/HoverCard/HoverCardContent.js +0 -59
- package/dist/lib/components/HoverCard/HoverCardTrigger.d.ts +0 -3
- package/dist/lib/components/HoverCard/HoverCardTrigger.js +0 -30
- package/dist/lib/components/HoverCard/index.d.ts +0 -10
- package/dist/lib/components/HoverCard/index.js +0 -33
- package/dist/lib/components/IconButton/index.d.ts +0 -15
- package/dist/lib/components/IconButton/index.js +0 -63
- package/dist/lib/components/Inset/index.d.ts +0 -10
- package/dist/lib/components/Inset/index.js +0 -50
- package/dist/lib/components/Label/index.d.ts +0 -17
- package/dist/lib/components/Label/index.js +0 -53
- package/dist/lib/components/Menubar/MenubarCheckboxItem.d.ts +0 -4
- package/dist/lib/components/Menubar/MenubarCheckboxItem.js +0 -38
- package/dist/lib/components/Menubar/MenubarContent.d.ts +0 -11
- package/dist/lib/components/Menubar/MenubarContent.js +0 -60
- package/dist/lib/components/Menubar/MenubarItem.d.ts +0 -13
- package/dist/lib/components/Menubar/MenubarItem.js +0 -54
- package/dist/lib/components/Menubar/MenubarItemIndicator.d.ts +0 -10
- package/dist/lib/components/Menubar/MenubarItemIndicator.js +0 -49
- package/dist/lib/components/Menubar/MenubarMenu.d.ts +0 -2
- package/dist/lib/components/Menubar/MenubarMenu.js +0 -30
- package/dist/lib/components/Menubar/MenubarRadioGroup.d.ts +0 -8
- package/dist/lib/components/Menubar/MenubarRadioGroup.js +0 -31
- package/dist/lib/components/Menubar/MenubarRadioItem.d.ts +0 -4
- package/dist/lib/components/Menubar/MenubarRadioItem.js +0 -40
- package/dist/lib/components/Menubar/MenubarSeparator.d.ts +0 -3
- package/dist/lib/components/Menubar/MenubarSeparator.js +0 -31
- package/dist/lib/components/Menubar/MenubarSub.d.ts +0 -3
- package/dist/lib/components/Menubar/MenubarSub.js +0 -30
- package/dist/lib/components/Menubar/MenubarSubContent.d.ts +0 -10
- package/dist/lib/components/Menubar/MenubarSubContent.js +0 -51
- package/dist/lib/components/Menubar/MenubarSubTrigger.d.ts +0 -4
- package/dist/lib/components/Menubar/MenubarSubTrigger.js +0 -41
- package/dist/lib/components/Menubar/MenubarTrigger.d.ts +0 -12
- package/dist/lib/components/Menubar/MenubarTrigger.js +0 -57
- package/dist/lib/components/Menubar/index.d.ts +0 -31
- package/dist/lib/components/Menubar/index.js +0 -73
- package/dist/lib/components/NavigationMenu/NavigationMenuContent.d.ts +0 -11
- package/dist/lib/components/NavigationMenu/NavigationMenuContent.js +0 -48
- package/dist/lib/components/NavigationMenu/NavigationMenuIndicator.d.ts +0 -3
- package/dist/lib/components/NavigationMenu/NavigationMenuIndicator.js +0 -31
- package/dist/lib/components/NavigationMenu/NavigationMenuItem.d.ts +0 -3
- package/dist/lib/components/NavigationMenu/NavigationMenuItem.js +0 -30
- package/dist/lib/components/NavigationMenu/NavigationMenuLink.d.ts +0 -13
- package/dist/lib/components/NavigationMenu/NavigationMenuLink.js +0 -51
- package/dist/lib/components/NavigationMenu/NavigationMenuList.d.ts +0 -12
- package/dist/lib/components/NavigationMenu/NavigationMenuList.js +0 -47
- package/dist/lib/components/NavigationMenu/NavigationMenuTrigger.d.ts +0 -13
- package/dist/lib/components/NavigationMenu/NavigationMenuTrigger.js +0 -58
- package/dist/lib/components/NavigationMenu/NavigationMenuViewport.d.ts +0 -12
- package/dist/lib/components/NavigationMenu/NavigationMenuViewport.js +0 -53
- package/dist/lib/components/NavigationMenu/index.d.ts +0 -21
- package/dist/lib/components/NavigationMenu/index.js +0 -50
- package/dist/lib/components/PieChart/index.d.ts +0 -23
- package/dist/lib/components/PieChart/index.js +0 -46
- package/dist/lib/components/Popover/PopoverClose.d.ts +0 -9
- package/dist/lib/components/Popover/PopoverClose.js +0 -46
- package/dist/lib/components/Popover/PopoverContent.d.ts +0 -11
- package/dist/lib/components/Popover/PopoverContent.js +0 -63
- package/dist/lib/components/Popover/PopoverTrigger.d.ts +0 -3
- package/dist/lib/components/Popover/PopoverTrigger.js +0 -30
- package/dist/lib/components/Popover/index.d.ts +0 -12
- package/dist/lib/components/Popover/index.js +0 -34
- package/dist/lib/components/Progress/index.d.ts +0 -16
- package/dist/lib/components/Progress/index.js +0 -57
- package/dist/lib/components/RadarChart/index.d.ts +0 -34
- package/dist/lib/components/RadarChart/index.js +0 -43
- package/dist/lib/components/Radio/index.d.ts +0 -14
- package/dist/lib/components/Radio/index.js +0 -51
- package/dist/lib/components/RadioCards/RadioCardsItem.d.ts +0 -10
- package/dist/lib/components/RadioCards/RadioCardsItem.js +0 -52
- package/dist/lib/components/RadioCards/index.d.ts +0 -14
- package/dist/lib/components/RadioCards/index.js +0 -43
- package/dist/lib/components/RadioGroup/RadioGroupItem.d.ts +0 -13
- package/dist/lib/components/RadioGroup/RadioGroupItem.js +0 -44
- package/dist/lib/components/RadioGroup/index.d.ts +0 -16
- package/dist/lib/components/RadioGroup/index.js +0 -51
- package/dist/lib/components/ScrollArea/index.d.ts +0 -9
- package/dist/lib/components/ScrollArea/index.js +0 -36
- package/dist/lib/components/SegmentedControl/SegmentedControlItem.d.ts +0 -6
- package/dist/lib/components/SegmentedControl/SegmentedControlItem.js +0 -35
- package/dist/lib/components/SegmentedControl/index.d.ts +0 -15
- package/dist/lib/components/SegmentedControl/index.js +0 -48
- package/dist/lib/components/Select/index.d.ts +0 -25
- package/dist/lib/components/Select/index.js +0 -83
- package/dist/lib/components/Separator/index.d.ts +0 -11
- package/dist/lib/components/Separator/index.js +0 -47
- package/dist/lib/components/Skeleton/index.d.ts +0 -15
- package/dist/lib/components/Skeleton/index.js +0 -43
- package/dist/lib/components/Slider/index.d.ts +0 -15
- package/dist/lib/components/Slider/index.js +0 -50
- package/dist/lib/components/Spinner/index.d.ts +0 -15
- package/dist/lib/components/Spinner/index.js +0 -47
- package/dist/lib/components/TabNav/index.d.ts +0 -11
- package/dist/lib/components/TabNav/index.js +0 -46
- package/dist/lib/components/Table/index.d.ts +0 -21
- package/dist/lib/components/Table/index.js +0 -89
- package/dist/lib/components/Tabs/index.d.ts +0 -16
- package/dist/lib/components/Tabs/index.js +0 -59
- package/dist/lib/components/TextArea/index.d.ts +0 -16
- package/dist/lib/components/TextArea/index.js +0 -58
- package/dist/lib/components/TextField/index.d.ts +0 -18
- package/dist/lib/components/TextField/index.js +0 -53
- package/dist/lib/components/Toast/ToastActionButton.d.ts +0 -14
- package/dist/lib/components/Toast/ToastActionButton.js +0 -67
- package/dist/lib/components/Toast/ToastDescription.d.ts +0 -13
- package/dist/lib/components/Toast/ToastDescription.js +0 -53
- package/dist/lib/components/Toast/ToastTitle.d.ts +0 -13
- package/dist/lib/components/Toast/ToastTitle.js +0 -53
- package/dist/lib/components/Toast/index.d.ts +0 -30
- package/dist/lib/components/Toast/index.js +0 -94
- package/dist/lib/components/Toggle/ToggleWithText.d.ts +0 -21
- package/dist/lib/components/Toggle/ToggleWithText.js +0 -57
- package/dist/lib/components/Toggle/index.d.ts +0 -21
- package/dist/lib/components/Toggle/index.js +0 -58
- package/dist/lib/components/ToggleGroup/index.d.ts +0 -20
- package/dist/lib/components/ToggleGroup/index.js +0 -43
- package/dist/lib/components/ToggleGroup/toggleGroupItem.d.ts +0 -17
- package/dist/lib/components/ToggleGroup/toggleGroupItem.js +0 -52
- package/dist/lib/components/ToggleSwitch/index.d.ts +0 -13
- package/dist/lib/components/ToggleSwitch/index.js +0 -71
- package/dist/lib/components/Tooltip/index.d.ts +0 -20
- package/dist/lib/components/Tooltip/index.js +0 -49
- package/dist/styles.css +0 -32751
- package/dist/tailwind.config.d.ts +0 -3
- package/dist/tailwind.config.js +0 -144
@@ -1,14 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import { VariantProps } from 'class-variance-authority';
|
3
|
-
import { IAppearance } from '../../../lib/types';
|
4
|
-
export interface CardProps extends VariantProps<typeof cardVariants> {
|
5
|
-
appearance?: Exclude<IAppearance, 'solid' | 'outline'>;
|
6
|
-
}
|
7
|
-
declare const cardVariants: (props?: ({
|
8
|
-
radius?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
|
9
|
-
size?: "small" | "medium" | "large" | null | undefined;
|
10
|
-
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
11
|
-
weight?: "bold" | "medium" | "regular" | "semibold" | null | undefined;
|
12
|
-
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
13
|
-
declare const Card: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & CardProps & React.RefAttributes<HTMLDivElement>>;
|
14
|
-
export default Card;
|
@@ -1,64 +0,0 @@
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
2
|
-
__assign = Object.assign || function(t) {
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
-
s = arguments[i];
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
-
t[p] = s[p];
|
7
|
-
}
|
8
|
-
return t;
|
9
|
-
};
|
10
|
-
return __assign.apply(this, arguments);
|
11
|
-
};
|
12
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
13
|
-
var t = {};
|
14
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
15
|
-
t[p] = s[p];
|
16
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
17
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
18
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
19
|
-
t[p[i]] = s[p[i]];
|
20
|
-
}
|
21
|
-
return t;
|
22
|
-
};
|
23
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
24
|
-
import { forwardRef } from 'react';
|
25
|
-
import { cva } from 'class-variance-authority';
|
26
|
-
import { scalingVariants, weightVariants } from '../../../lib/constants';
|
27
|
-
import { cn } from '../../../lib/utils/utils';
|
28
|
-
var cardVariants = cva("border border-slate-6 flex items-center text-slate-12\n dark:border-slateDarkA-6 dark:text-slateDarkA-12\n ", {
|
29
|
-
variants: {
|
30
|
-
radius: {
|
31
|
-
none: 'rounded-none',
|
32
|
-
small: 'rounded-[3px]',
|
33
|
-
medium: 'rounded',
|
34
|
-
large: 'rounded-md',
|
35
|
-
full: 'rounded-md',
|
36
|
-
},
|
37
|
-
size: {
|
38
|
-
small: 'text-sm min-h-[64px] w-[300px] p-3 space-x-3',
|
39
|
-
medium: 'text-base min-h-[80px] w-[350px] p-4 space-x-4',
|
40
|
-
large: 'text-lg min-h-[112px] w-[400px] p-8 space-x-8',
|
41
|
-
},
|
42
|
-
scaling: __assign({}, scalingVariants),
|
43
|
-
weight: __assign({}, weightVariants),
|
44
|
-
},
|
45
|
-
defaultVariants: {
|
46
|
-
radius: 'medium',
|
47
|
-
scaling: '100%',
|
48
|
-
size: 'medium',
|
49
|
-
weight: 'medium',
|
50
|
-
},
|
51
|
-
});
|
52
|
-
var Card = forwardRef(function (_a, ref) {
|
53
|
-
var children = _a.children, className = _a.className, radius = _a.radius, scaling = _a.scaling, size = _a.size, color = _a.color, weight = _a.weight, _b = _a.appearance, appearance = _b === void 0 ? 'surface' : _b, props = __rest(_a, ["children", "className", "radius", "scaling", "size", "color", "weight", "appearance"]);
|
54
|
-
var appearanceClassName = '';
|
55
|
-
if (appearance === 'classic') {
|
56
|
-
appearanceClassName = 'shadow-card-classic dark:shadow-card-dark-classic';
|
57
|
-
}
|
58
|
-
if (appearance === 'ghost') {
|
59
|
-
appearanceClassName = 'border-transparent';
|
60
|
-
}
|
61
|
-
return (_jsx("div", __assign({ className: cn(cardVariants({ radius: radius, scaling: scaling, size: size }), appearanceClassName, className), ref: ref }, props, { children: children })));
|
62
|
-
});
|
63
|
-
Card.displayName = 'Card';
|
64
|
-
export default Card;
|
@@ -1,17 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import { VariantProps } from 'class-variance-authority';
|
3
|
-
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
|
4
|
-
import { IAppearance, IColor } from '../../../lib/types';
|
5
|
-
export interface CheckboxProps extends VariantProps<typeof CheckboxVariants> {
|
6
|
-
id: string;
|
7
|
-
color?: IColor;
|
8
|
-
appearance?: Exclude<IAppearance, 'ghost' | 'outline' | 'solid'>;
|
9
|
-
indeterminate?: boolean;
|
10
|
-
}
|
11
|
-
export declare const CheckboxVariants: (props?: ({
|
12
|
-
size?: "small" | "medium" | "large" | null | undefined;
|
13
|
-
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
14
|
-
radius?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
|
15
|
-
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
16
|
-
export declare const Checkbox: React.ForwardRefExoticComponent<Omit<CheckboxPrimitive.CheckboxProps & React.RefAttributes<HTMLButtonElement>, "ref"> & CheckboxProps & React.RefAttributes<HTMLButtonElement>>;
|
17
|
-
export default Checkbox;
|
@@ -1,89 +0,0 @@
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
2
|
-
__assign = Object.assign || function(t) {
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
-
s = arguments[i];
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
-
t[p] = s[p];
|
7
|
-
}
|
8
|
-
return t;
|
9
|
-
};
|
10
|
-
return __assign.apply(this, arguments);
|
11
|
-
};
|
12
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
13
|
-
var t = {};
|
14
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
15
|
-
t[p] = s[p];
|
16
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
17
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
18
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
19
|
-
t[p[i]] = s[p[i]];
|
20
|
-
}
|
21
|
-
return t;
|
22
|
-
};
|
23
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
24
|
-
import { forwardRef } from 'react';
|
25
|
-
import { cva } from 'class-variance-authority';
|
26
|
-
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
|
27
|
-
import { CheckIcon, MinusIcon } from '@radix-ui/react-icons';
|
28
|
-
import { Label } from '../../../lib/components/Label';
|
29
|
-
import { cn } from '../../../lib/utils/utils';
|
30
|
-
import { checkboxAppearanceStyle, radiusVariants, scalingVariants, textColorStyle, } from '../../../lib/constants';
|
31
|
-
export var CheckboxVariants = cva("peer ring-offset-background", {
|
32
|
-
variants: {
|
33
|
-
size: {
|
34
|
-
small: 'h-3.5 w-3.5 mr-2',
|
35
|
-
medium: 'h-4 w-4 mr-2',
|
36
|
-
large: 'h-5 w-5 mr-3',
|
37
|
-
},
|
38
|
-
scaling: {
|
39
|
-
'90%': 'scale-90 mr-1.5',
|
40
|
-
'95%': 'scale-95 mr-2',
|
41
|
-
'100%': 'scale-100 mr-2',
|
42
|
-
'105%': 'scale-105 mr-2.5',
|
43
|
-
'110%': 'scale-110 mr-3',
|
44
|
-
},
|
45
|
-
radius: __assign({}, radiusVariants['small']),
|
46
|
-
},
|
47
|
-
defaultVariants: {
|
48
|
-
radius: 'medium',
|
49
|
-
size: 'medium',
|
50
|
-
scaling: '100%',
|
51
|
-
},
|
52
|
-
});
|
53
|
-
var CheckboxIndicatorVariants = cva('stroke-current', {
|
54
|
-
variants: {
|
55
|
-
size: {
|
56
|
-
small: 'w-3.5',
|
57
|
-
medium: 'w-4',
|
58
|
-
large: 'w-5',
|
59
|
-
},
|
60
|
-
scaling: __assign({}, scalingVariants),
|
61
|
-
},
|
62
|
-
defaultVariants: {
|
63
|
-
size: 'medium',
|
64
|
-
scaling: '100%',
|
65
|
-
},
|
66
|
-
});
|
67
|
-
var CheckboxLabelVariants = cva('', {
|
68
|
-
variants: {
|
69
|
-
size: {
|
70
|
-
small: 'text-xs',
|
71
|
-
medium: 'text-sm',
|
72
|
-
large: 'text-base',
|
73
|
-
},
|
74
|
-
scaling: __assign({}, scalingVariants),
|
75
|
-
color: textColorStyle(),
|
76
|
-
},
|
77
|
-
defaultVariants: {
|
78
|
-
size: 'medium',
|
79
|
-
scaling: '100%',
|
80
|
-
color: 'black',
|
81
|
-
},
|
82
|
-
});
|
83
|
-
export var Checkbox = forwardRef(function (_a, ref) {
|
84
|
-
var id = _a.id, className = _a.className, children = _a.children, scaling = _a.scaling, radius = _a.radius, size = _a.size, _b = _a.color, color = _b === void 0 ? 'red' : _b, _c = _a.appearance, appearance = _c === void 0 ? 'surface' : _c, _d = _a.indeterminate, indeterminate = _d === void 0 ? false : _d, props = __rest(_a, ["id", "className", "children", "scaling", "radius", "size", "color", "appearance", "indeterminate"]);
|
85
|
-
var checkboxClassName = cn(CheckboxVariants({ scaling: scaling, size: size, radius: radius }), checkboxAppearanceStyle(appearance, color, indeterminate), className);
|
86
|
-
return (_jsxs("div", { className: "flex items-center", children: [_jsx(CheckboxPrimitive.Root, __assign({ id: id, ref: ref, className: checkboxClassName }, props, { children: _jsx(CheckboxPrimitive.Indicator, { className: cn('flex items-center justify-center text-current stroke-[0.5px]'), children: indeterminate ? (_jsx(MinusIcon, { className: cn(CheckboxIndicatorVariants({ scaling: scaling, size: size }), 'w-3') })) : (_jsx(CheckIcon, { className: cn(CheckboxIndicatorVariants({ scaling: scaling, size: size })) })) }) })), children && (_jsx(Label, { className: cn(CheckboxLabelVariants({ scaling: scaling, size: size }), className), htmlFor: id, children: children }))] }));
|
87
|
-
});
|
88
|
-
Checkbox.displayName = 'Checkbox';
|
89
|
-
export default Checkbox;
|
@@ -1,20 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
|
3
|
-
import { VariantProps } from 'class-variance-authority';
|
4
|
-
import { IColor, IRadius, IScaling } from '../../../lib/types';
|
5
|
-
import { CheckboxVariants } from '../../../lib/components/Checkbox';
|
6
|
-
export interface CheckboxCardProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof CheckboxVariants> {
|
7
|
-
id: string;
|
8
|
-
scaling?: IScaling;
|
9
|
-
radius?: IRadius;
|
10
|
-
color?: IColor;
|
11
|
-
appearance?: 'classic' | 'surface' | 'ghost';
|
12
|
-
ariaDisabled?: boolean;
|
13
|
-
}
|
14
|
-
export declare const CheckboxCardVariants: (props?: ({
|
15
|
-
radius?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
|
16
|
-
size?: "small" | "medium" | "large" | null | undefined;
|
17
|
-
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
18
|
-
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
19
|
-
declare const CheckboxCard: React.ForwardRefExoticComponent<Omit<CheckboxPrimitive.CheckboxProps & React.RefAttributes<HTMLButtonElement>, "ref"> & CheckboxCardProps & React.RefAttributes<HTMLButtonElement>>;
|
20
|
-
export default CheckboxCard;
|
@@ -1,58 +0,0 @@
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
2
|
-
__assign = Object.assign || function(t) {
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
-
s = arguments[i];
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
-
t[p] = s[p];
|
7
|
-
}
|
8
|
-
return t;
|
9
|
-
};
|
10
|
-
return __assign.apply(this, arguments);
|
11
|
-
};
|
12
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
13
|
-
var t = {};
|
14
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
15
|
-
t[p] = s[p];
|
16
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
17
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
18
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
19
|
-
t[p[i]] = s[p[i]];
|
20
|
-
}
|
21
|
-
return t;
|
22
|
-
};
|
23
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
24
|
-
import { forwardRef } from 'react';
|
25
|
-
import { cva } from 'class-variance-authority';
|
26
|
-
import Checkbox from '../../../lib/components/Checkbox';
|
27
|
-
import { Label } from '../../../lib/components/Label';
|
28
|
-
import { cn } from '../../../lib/utils/utils';
|
29
|
-
import { scalingVariants } from '../../../lib/constants';
|
30
|
-
export var CheckboxCardVariants = cva("flex justify-between space-x-2 min-w-[200px] border border-slate-7 text-slate-12\n hover:border-slate-8 hover:cursor-pointer aria-disabled:bg-slate-3 aria-disabled:cursor-not-allowed aria-disabled:text-slateA-9\n dark:border-slateDark-6 dark:text-slateDark-12 dark:hover:border-slateDark-7\n dark:aria-disabled:bg-slateDark-3 dark:aria-disabled:text-slateDarkA-8", {
|
31
|
-
variants: {
|
32
|
-
radius: {
|
33
|
-
none: 'rounded-none',
|
34
|
-
small: 'rounded-[3px]',
|
35
|
-
medium: 'rounded',
|
36
|
-
large: 'rounded-md',
|
37
|
-
full: 'rounded-md',
|
38
|
-
},
|
39
|
-
size: {
|
40
|
-
small: 'text-sm px-3 py-2.5',
|
41
|
-
medium: 'text-sm px-4 py-3.5',
|
42
|
-
large: 'text-base px-6 py-[20px]',
|
43
|
-
},
|
44
|
-
scaling: __assign({}, scalingVariants),
|
45
|
-
},
|
46
|
-
defaultVariants: {
|
47
|
-
radius: 'medium',
|
48
|
-
scaling: '100%',
|
49
|
-
size: 'medium',
|
50
|
-
},
|
51
|
-
});
|
52
|
-
var CheckboxCard = forwardRef(function (_a, ref) {
|
53
|
-
var className = _a.className, children = _a.children, size = _a.size, scaling = _a.scaling, radius = _a.radius, color = _a.color, _b = _a.appearance, appearance = _b === void 0 ? 'surface' : _b, id = _a.id, disabled = _a.disabled, props = __rest(_a, ["className", "children", "size", "scaling", "radius", "color", "appearance", "id", "disabled"]);
|
54
|
-
var labelClassName = cn(CheckboxCardVariants({ size: size, radius: radius, scaling: scaling }), appearance === 'classic' ? 'shadow-card-classic dark:shadow-card-dark-classic' : '', className);
|
55
|
-
return (_jsxs(Label, { htmlFor: id, className: labelClassName, "aria-disabled": disabled, children: [children, _jsx(Checkbox, __assign({ className: "mr-0", ref: ref, id: id, size: size, scaling: scaling, radius: radius, color: color, disabled: disabled, appearance: appearance === 'classic' ? 'classic' : 'surface' }, props))] }));
|
56
|
-
});
|
57
|
-
CheckboxCard.displayName = 'CheckboxCard';
|
58
|
-
export default CheckboxCard;
|
@@ -1,5 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
|
3
|
-
import { CheckboxProps } from '../../../lib/components/Checkbox';
|
4
|
-
export declare const CheckboxGroupItem: React.ForwardRefExoticComponent<Omit<CheckboxPrimitive.CheckboxProps & React.RefAttributes<HTMLButtonElement>, "ref"> & CheckboxProps & React.RefAttributes<HTMLButtonElement>>;
|
5
|
-
export default CheckboxGroupItem;
|
@@ -1,33 +0,0 @@
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
2
|
-
__assign = Object.assign || function(t) {
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
-
s = arguments[i];
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
-
t[p] = s[p];
|
7
|
-
}
|
8
|
-
return t;
|
9
|
-
};
|
10
|
-
return __assign.apply(this, arguments);
|
11
|
-
};
|
12
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
13
|
-
var t = {};
|
14
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
15
|
-
t[p] = s[p];
|
16
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
17
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
18
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
19
|
-
t[p[i]] = s[p[i]];
|
20
|
-
}
|
21
|
-
return t;
|
22
|
-
};
|
23
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
24
|
-
import { forwardRef } from 'react';
|
25
|
-
import Checkbox from '../../../lib/components/Checkbox';
|
26
|
-
import { useCheckboxGroupContext } from '.';
|
27
|
-
export var CheckboxGroupItem = forwardRef(function (_a, ref) {
|
28
|
-
var className = _a.className, children = _a.children, value = _a.value, id = _a.id, defaultValue = _a.defaultValue, props = __rest(_a, ["className", "children", "value", "id", "defaultValue"]);
|
29
|
-
var _b = useCheckboxGroupContext(), scaling = _b.scaling, size = _b.size, color = _b.color, radius = _b.radius, appearance = _b.appearance;
|
30
|
-
return (_jsx("div", { className: "flex", children: _jsx(Checkbox, __assign({ className: className, ref: ref, id: id, defaultChecked: defaultValue == id, scaling: scaling, radius: radius, color: color, size: size, appearance: appearance }, props, { children: children })) }));
|
31
|
-
});
|
32
|
-
CheckboxGroupItem.displayName = 'CheckboxGroupItem';
|
33
|
-
export default CheckboxGroupItem;
|
@@ -1,17 +0,0 @@
|
|
1
|
-
import React, { ReactNode } from 'react';
|
2
|
-
import { CheckboxVariants } from '../../../lib/components/Checkbox';
|
3
|
-
import { VariantProps } from 'class-variance-authority';
|
4
|
-
import { IAppearance, IColor } from '../../../lib/types';
|
5
|
-
export * from './CheckboxGroupItem';
|
6
|
-
export interface CheckboxGroupRootProps extends VariantProps<typeof CheckboxGroupVariants>, VariantProps<typeof CheckboxVariants> {
|
7
|
-
children?: ReactNode;
|
8
|
-
defaultValue?: string[] | undefined;
|
9
|
-
color?: IColor;
|
10
|
-
appearance?: Exclude<IAppearance, 'ghost' | 'outline' | 'solid'>;
|
11
|
-
}
|
12
|
-
export declare const CheckboxGroupVariants: (props?: ({
|
13
|
-
size?: "small" | "medium" | "large" | null | undefined;
|
14
|
-
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
15
|
-
export declare const useCheckboxGroupContext: () => CheckboxGroupRootProps;
|
16
|
-
export declare const CheckboxGroup: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & CheckboxGroupRootProps & React.RefAttributes<HTMLDivElement>>;
|
17
|
-
export default CheckboxGroup;
|
@@ -1,35 +0,0 @@
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
2
|
-
import React, { Children, createContext, forwardRef, useContext, } from 'react';
|
3
|
-
import { CheckboxGroup as CheckboxGroupTheme } from '@radix-ui/themes';
|
4
|
-
import { cva } from 'class-variance-authority';
|
5
|
-
import { cn } from '../../../lib/utils/utils';
|
6
|
-
export * from './CheckboxGroupItem';
|
7
|
-
export var CheckboxGroupVariants = cva("", {
|
8
|
-
variants: {
|
9
|
-
size: {
|
10
|
-
small: 'space-y-1',
|
11
|
-
medium: 'space-y-2',
|
12
|
-
large: 'space-y-3',
|
13
|
-
},
|
14
|
-
},
|
15
|
-
defaultVariants: {
|
16
|
-
size: 'medium',
|
17
|
-
},
|
18
|
-
});
|
19
|
-
var CheckboxGroupContext = createContext({
|
20
|
-
size: 'medium',
|
21
|
-
color: 'red',
|
22
|
-
scaling: '100%',
|
23
|
-
radius: 'medium',
|
24
|
-
appearance: 'surface',
|
25
|
-
});
|
26
|
-
export var useCheckboxGroupContext = function () {
|
27
|
-
return useContext(CheckboxGroupContext);
|
28
|
-
};
|
29
|
-
export var CheckboxGroup = forwardRef(function (_a, ref) {
|
30
|
-
var className = _a.className, children = _a.children, defaultValue = _a.defaultValue, size = _a.size;
|
31
|
-
var contextValue = { size: size };
|
32
|
-
return (_jsx(CheckboxGroupContext.Provider, { value: contextValue, children: _jsx(CheckboxGroupTheme.Root, { defaultValue: defaultValue, ref: ref, className: cn(CheckboxGroupVariants({ size: size }), className), children: Children.map(children, function (child) { return React.cloneElement(child, { defaultValue: defaultValue }); }) }) }));
|
33
|
-
});
|
34
|
-
CheckboxGroup.displayName = 'CheckboxGroup';
|
35
|
-
export default CheckboxGroup;
|
@@ -1,4 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
3
|
-
import { ContextMenuProps } from '.';
|
4
|
-
export declare const ContextMenuCheckboxItem: React.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuCheckboxItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & ContextMenuProps & React.RefAttributes<HTMLDivElement>>;
|
@@ -1,40 +0,0 @@
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
2
|
-
__assign = Object.assign || function(t) {
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
-
s = arguments[i];
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
-
t[p] = s[p];
|
7
|
-
}
|
8
|
-
return t;
|
9
|
-
};
|
10
|
-
return __assign.apply(this, arguments);
|
11
|
-
};
|
12
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
13
|
-
var t = {};
|
14
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
15
|
-
t[p] = s[p];
|
16
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
17
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
18
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
19
|
-
t[p[i]] = s[p[i]];
|
20
|
-
}
|
21
|
-
return t;
|
22
|
-
};
|
23
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
24
|
-
import { forwardRef } from 'react';
|
25
|
-
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
26
|
-
import { CheckIcon } from '@radix-ui/react-icons';
|
27
|
-
import { cn } from '../../../lib/utils/utils';
|
28
|
-
import { ContextMenuItemIndicator, contextMenuItemVariants, useContextMenuContext, } from '.';
|
29
|
-
import { menuItemAppearanceStyle } from '../../../lib/constants';
|
30
|
-
export var ContextMenuCheckboxItem = forwardRef(function (_a, ref) {
|
31
|
-
var children = _a.children, className = _a.className, checked = _a.checked, props = __rest(_a, ["children", "className", "checked"]);
|
32
|
-
var _b = useContextMenuContext(), radius = _b.radius, scaling = _b.scaling, size = _b.size, _c = _b.color, color = _c === void 0 ? 'red' : _c, _d = _b.appearance, appearance = _d === void 0 ? 'solid' : _d;
|
33
|
-
var itemClassName = cn(contextMenuItemVariants({
|
34
|
-
radius: radius,
|
35
|
-
scaling: scaling,
|
36
|
-
size: size,
|
37
|
-
}), 'pl-7', menuItemAppearanceStyle(appearance, color), className);
|
38
|
-
return (_jsxs(ContextMenuPrimitive.CheckboxItem, __assign({ ref: ref, className: itemClassName }, props, { children: [_jsx(ContextMenuItemIndicator, { forceMount: true, radius: 'medium', size: size, children: checked && _jsx(CheckIcon, {}) }), children] })));
|
39
|
-
});
|
40
|
-
ContextMenuCheckboxItem.displayName = 'ContextMenuCheckboxItem';
|
@@ -1,11 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
3
|
-
import { VariantProps } from 'class-variance-authority';
|
4
|
-
export interface ContextMenuContentProps extends VariantProps<typeof contextMenuContentVariants> {
|
5
|
-
}
|
6
|
-
export declare const contextMenuContentVariants: (props?: ({
|
7
|
-
radius?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
|
8
|
-
size?: "small" | "medium" | null | undefined;
|
9
|
-
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
10
|
-
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
11
|
-
export declare const ContextMenuContent: React.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & ContextMenuContentProps & React.RefAttributes<HTMLDivElement>>;
|
@@ -1,56 +0,0 @@
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
2
|
-
__assign = Object.assign || function(t) {
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
-
s = arguments[i];
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
-
t[p] = s[p];
|
7
|
-
}
|
8
|
-
return t;
|
9
|
-
};
|
10
|
-
return __assign.apply(this, arguments);
|
11
|
-
};
|
12
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
13
|
-
var t = {};
|
14
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
15
|
-
t[p] = s[p];
|
16
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
17
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
18
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
19
|
-
t[p[i]] = s[p[i]];
|
20
|
-
}
|
21
|
-
return t;
|
22
|
-
};
|
23
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
24
|
-
import { forwardRef } from 'react';
|
25
|
-
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
26
|
-
import { cn } from '../../../lib/utils/utils';
|
27
|
-
import { cva } from 'class-variance-authority';
|
28
|
-
import { scalingVariants } from '../../../lib/constants';
|
29
|
-
import { useContextMenuContext } from '.';
|
30
|
-
export var contextMenuContentVariants = cva("p-[5px] bg-white dark:bg-slateDark-1 will-change-[transform,opacity]\n shadow-[0px_10px_38px_-10px_rgba(22,_23,_24,_0.35),_0px_10px_20px_-15px_rgba(22,_23,_24,_0.2)] \n [animation-duration:_400ms] [animation-timing-function:_cubic-bezier(0.16,_1,_0.3,_1)]", {
|
31
|
-
variants: {
|
32
|
-
radius: {
|
33
|
-
none: 'rounded-none',
|
34
|
-
small: 'rounded-[3px]',
|
35
|
-
medium: 'rounded',
|
36
|
-
large: 'rounded-md',
|
37
|
-
full: 'rounded-md',
|
38
|
-
},
|
39
|
-
size: {
|
40
|
-
small: 'p-1 min-w-[120px] max-w-[300px]',
|
41
|
-
medium: 'p-2 min-w-[136px] max-w-[300px]',
|
42
|
-
},
|
43
|
-
scaling: __assign({}, scalingVariants),
|
44
|
-
},
|
45
|
-
defaultVariants: {
|
46
|
-
radius: 'medium',
|
47
|
-
size: 'medium',
|
48
|
-
scaling: '100%',
|
49
|
-
},
|
50
|
-
});
|
51
|
-
export var ContextMenuContent = forwardRef(function (_a, ref) {
|
52
|
-
var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
|
53
|
-
var _b = useContextMenuContext(), radius = _b.radius, scaling = _b.scaling, size = _b.size;
|
54
|
-
return (_jsx(ContextMenuPrimitive.Portal, { children: _jsx(ContextMenuPrimitive.Content, __assign({ ref: ref, className: cn(contextMenuContentVariants({ radius: radius, scaling: scaling, size: size }), className) }, props, { children: children })) }));
|
55
|
-
});
|
56
|
-
ContextMenuContent.displayName = 'ContextMenuContent';
|
@@ -1,4 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import { ContextMenuProps } from '.';
|
3
|
-
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
4
|
-
export declare const ContextMenuGroup: React.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuGroupProps & React.RefAttributes<HTMLDivElement>, "ref"> & ContextMenuProps & React.RefAttributes<HTMLDivElement>>;
|
@@ -1,30 +0,0 @@
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
2
|
-
__assign = Object.assign || function(t) {
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
-
s = arguments[i];
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
-
t[p] = s[p];
|
7
|
-
}
|
8
|
-
return t;
|
9
|
-
};
|
10
|
-
return __assign.apply(this, arguments);
|
11
|
-
};
|
12
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
13
|
-
var t = {};
|
14
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
15
|
-
t[p] = s[p];
|
16
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
17
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
18
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
19
|
-
t[p[i]] = s[p[i]];
|
20
|
-
}
|
21
|
-
return t;
|
22
|
-
};
|
23
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
24
|
-
import { forwardRef } from 'react';
|
25
|
-
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
26
|
-
export var ContextMenuGroup = forwardRef(function (_a, ref) {
|
27
|
-
var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
|
28
|
-
return (_jsx(ContextMenuPrimitive.Group, __assign({ ref: ref, className: className }, props, { children: children })));
|
29
|
-
});
|
30
|
-
ContextMenuGroup.displayName = 'ContextMenuGroup';
|
@@ -1,13 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
3
|
-
import { VariantProps } from 'class-variance-authority';
|
4
|
-
export interface ContextMenuItemProps extends VariantProps<typeof contextMenuItemVariants> {
|
5
|
-
appearance?: 'solid' | 'soft';
|
6
|
-
shortcut?: string;
|
7
|
-
}
|
8
|
-
export declare const contextMenuItemVariants: (props?: ({
|
9
|
-
radius?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
|
10
|
-
size?: "small" | "medium" | null | undefined;
|
11
|
-
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
12
|
-
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
13
|
-
export declare const ContextMenuItem: React.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & ContextMenuItemProps & React.RefAttributes<HTMLDivElement>>;
|
@@ -1,59 +0,0 @@
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
2
|
-
__assign = Object.assign || function(t) {
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
-
s = arguments[i];
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
-
t[p] = s[p];
|
7
|
-
}
|
8
|
-
return t;
|
9
|
-
};
|
10
|
-
return __assign.apply(this, arguments);
|
11
|
-
};
|
12
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
13
|
-
var t = {};
|
14
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
15
|
-
t[p] = s[p];
|
16
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
17
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
18
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
19
|
-
t[p[i]] = s[p[i]];
|
20
|
-
}
|
21
|
-
return t;
|
22
|
-
};
|
23
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
24
|
-
import { forwardRef } from 'react';
|
25
|
-
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
26
|
-
import { cn } from '../../../lib/utils/utils';
|
27
|
-
import { cva } from 'class-variance-authority';
|
28
|
-
import { blackText, menuItemAppearanceStyle, scalingVariants, radiusVariants } from '../../../lib/constants';
|
29
|
-
import { useContextMenuContext } from '.';
|
30
|
-
export var contextMenuItemVariants = cva("flex group relative leading-none select-none outline-none items-center justify-between font-normal\n data-[disabled]:text-slate-8 data-[disabled]:cursor-not-allowed text-slate-12 dark:text-slateDark-12\n data-[disabled]:hover:bg-transparent dark:data-[disabled]:text-slateDark-8 data-[disabled]:dark:hover:bg-transparent", {
|
31
|
-
variants: {
|
32
|
-
radius: __assign({}, radiusVariants['menu-item']),
|
33
|
-
size: {
|
34
|
-
small: 'text-xs h-[24px] px-2',
|
35
|
-
medium: 'text-sm h-[32px] px-3',
|
36
|
-
},
|
37
|
-
scaling: __assign({}, scalingVariants),
|
38
|
-
},
|
39
|
-
defaultVariants: {
|
40
|
-
radius: 'medium',
|
41
|
-
scaling: '100%',
|
42
|
-
size: 'medium',
|
43
|
-
},
|
44
|
-
});
|
45
|
-
export var ContextMenuItem = forwardRef(function (_a, ref) {
|
46
|
-
var children = _a.children, className = _a.className, shortcut = _a.shortcut, props = __rest(_a, ["children", "className", "shortcut"]);
|
47
|
-
var _b = useContextMenuContext(), radius = _b.radius, scaling = _b.scaling, size = _b.size, _c = _b.color, color = _c === void 0 ? 'red' : _c, _d = _b.appearance, appearance = _d === void 0 ? 'solid' : _d;
|
48
|
-
var itemClassName = cn(contextMenuItemVariants({
|
49
|
-
radius: radius,
|
50
|
-
scaling: scaling,
|
51
|
-
size: size,
|
52
|
-
}), menuItemAppearanceStyle(appearance, color), className);
|
53
|
-
var shortcutClassName = 'group-hover:text-slateA-11 dark:group-hover:text-slateDarkA-11';
|
54
|
-
if (appearance === 'solid' && !blackText.includes(color)) {
|
55
|
-
shortcutClassName = 'group-hover:text-white dark:group-hover:text-slateDark-1';
|
56
|
-
}
|
57
|
-
return (_jsxs(ContextMenuPrimitive.Item, __assign({ ref: ref, className: itemClassName }, props, { children: [children, shortcut && _jsx("span", { className: shortcutClassName, children: shortcut })] })));
|
58
|
-
});
|
59
|
-
ContextMenuItem.displayName = 'ContextMenuItem';
|
@@ -1,10 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
3
|
-
import { VariantProps } from 'class-variance-authority';
|
4
|
-
export interface ContextMenuItemIndicatorProps extends VariantProps<typeof contextMenuItemIndicatorVariants> {
|
5
|
-
}
|
6
|
-
export declare const contextMenuItemIndicatorVariants: (props?: ({
|
7
|
-
radius?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
|
8
|
-
size?: "small" | "medium" | null | undefined;
|
9
|
-
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
10
|
-
export declare const ContextMenuItemIndicator: React.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuItemIndicatorProps & React.RefAttributes<HTMLSpanElement>, "ref"> & ContextMenuItemIndicatorProps & React.RefAttributes<HTMLSpanElement>>;
|