@cube-dev/ui-kit 0.0.0-canary-423c3d2 → 0.0.0-canary-ed2a55b
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/_internal/hooks/index.js +1 -1
- package/cjs/_internal/hooks/use-deprecation-warning.js +1 -1
- package/cjs/_internal/index.js +1 -1
- package/cjs/components/Base.js +1 -1
- package/cjs/components/Block.js +3 -3
- package/cjs/components/GlobalStyles.js +1 -1
- package/cjs/components/GridProvider.js +8 -7
- package/cjs/components/HiddenInput.js +1 -1
- package/cjs/components/OpenTrasition.js +1 -1
- package/cjs/components/Root.js +6 -3
- package/cjs/components/actions/Action.js +2 -3
- package/cjs/components/actions/Button/Button.js +2 -5
- package/cjs/components/actions/Button/Submit.js +1 -1
- package/cjs/components/actions/Button/index.js +1 -1
- package/cjs/components/actions/ButtonGroup/ButtonGroup.js +9 -11
- package/cjs/components/actions/index.js +1 -1
- package/cjs/components/content/ActiveZone/ActiveZone.js +2 -3
- package/cjs/components/content/Alert/Alert.js +6 -8
- package/cjs/components/content/Alert/index.js +1 -1
- package/cjs/components/content/Alert/types.js +1 -1
- package/cjs/components/content/Alert/use-alert.js +1 -1
- package/cjs/components/content/Avatar/Avatar.js +2 -3
- package/cjs/components/content/Badge/Badge.js +3 -3
- package/cjs/components/content/Card/Card.js +15 -13
- package/cjs/components/content/Content.js +3 -3
- package/cjs/components/content/CopySnippet/CopySnippet.js +57 -21
- package/cjs/components/content/CopySnippet/index.js +1 -1
- package/cjs/components/content/Divider.js +31 -31
- package/cjs/components/content/Footer.js +3 -3
- package/cjs/components/content/Header.js +3 -3
- package/cjs/components/content/Paragraph.js +1 -1
- package/cjs/components/content/Placeholder/Placeholder.js +36 -18
- package/cjs/components/content/PrismCode/PrismCode.js +3 -3
- package/cjs/components/content/Result/Result.js +1 -1
- package/cjs/components/content/Skeleton/Skeleton.js +1 -1
- package/cjs/components/content/Tag/Tag.js +11 -13
- package/cjs/components/content/Text.js +3 -3
- package/cjs/components/content/Title.js +3 -3
- package/cjs/components/forms/Checkbox/Checkbox.js +57 -61
- package/cjs/components/forms/Checkbox/CheckboxGroup.js +21 -35
- package/cjs/components/forms/Checkbox/context.js +1 -1
- package/cjs/components/forms/FieldWrapper.js +4 -4
- package/cjs/components/forms/FileInput/FileInput.js +45 -49
- package/cjs/components/forms/Form/Field.js +1 -1
- package/cjs/components/forms/Form/Form.js +13 -11
- package/cjs/components/forms/Form/index.js +1 -1
- package/cjs/components/forms/Form/useForm.js +1 -1
- package/cjs/components/forms/Form/validation.js +1 -1
- package/cjs/components/forms/Input/Input.js +1 -1
- package/cjs/components/forms/Input/index.js +1 -1
- package/cjs/components/forms/Label.js +4 -6
- package/cjs/components/forms/NumberInput/NumberInput.js +1 -1
- package/cjs/components/forms/NumberInput/StepButton.js +1 -1
- package/cjs/components/forms/PasswordInput/PasswordInput.js +1 -1
- package/cjs/components/forms/RadioGroup/Radio.js +95 -92
- package/cjs/components/forms/RadioGroup/RadioGroup.js +20 -35
- package/cjs/components/forms/RadioGroup/context.js +1 -1
- package/cjs/components/forms/SearchInput/SearchInput.js +1 -1
- package/cjs/components/forms/Switch/Switch.js +72 -76
- package/cjs/components/forms/TextArea/TextArea.js +1 -1
- package/cjs/components/forms/TextInput/TextInput.js +1 -1
- package/cjs/components/forms/TextInput/TextInputBase.js +24 -20
- package/cjs/components/forms/index.js +1 -1
- package/cjs/components/layout/Flex.js +9 -8
- package/cjs/components/layout/Flow.js +9 -8
- package/cjs/components/layout/Grid.js +9 -9
- package/cjs/components/layout/Prefix.js +19 -17
- package/cjs/components/layout/Space.js +21 -17
- package/cjs/components/layout/Suffix.js +19 -17
- package/cjs/components/navigation/LegacyTabs/LegacyTabs.js +64 -41
- package/cjs/components/navigation/Link/Link.js +1 -1
- package/cjs/components/organisms/FileTabs/FileTabs.js +73 -50
- package/cjs/components/organisms/Modal/Modal.js +1 -1
- package/cjs/components/organisms/StatsCard/StatsCard.js +1 -1
- package/cjs/components/other/Base64Upload/Base64Upload.js +1 -1
- package/cjs/components/other/CloudLogo/CloudLogo.js +1 -1
- package/cjs/components/overlays/AlertDialog/AlertDialog.js +1 -1
- package/cjs/components/overlays/AlertDialog/AlertDialogApiProvider.js +1 -1
- package/cjs/components/overlays/AlertDialog/AlertDialogZone.js +1 -1
- package/cjs/components/overlays/AlertDialog/index.js +1 -1
- package/cjs/components/overlays/AlertDialog/types.js +1 -1
- package/cjs/components/overlays/Dialog/Dialog.js +60 -62
- package/cjs/components/overlays/Dialog/DialogContainer.js +1 -1
- package/cjs/components/overlays/Dialog/DialogForm.js +1 -1
- package/cjs/components/overlays/Dialog/DialogTrigger.js +1 -1
- package/cjs/components/overlays/Dialog/context.js +1 -1
- package/cjs/components/overlays/Dialog/index.js +1 -1
- package/cjs/components/overlays/Modal/Modal.js +32 -32
- package/cjs/components/overlays/Modal/OpenTransition.js +1 -1
- package/cjs/components/overlays/Modal/Overlay.js +1 -1
- package/cjs/components/overlays/Modal/Popover.js +23 -26
- package/cjs/components/overlays/Modal/Tray.js +24 -24
- package/cjs/components/overlays/Modal/Underlay.js +25 -31
- package/cjs/components/overlays/Modal/index.js +1 -1
- package/cjs/components/overlays/Notification/Notification.js +53 -10
- package/cjs/components/overlays/OverlayWrapper.js +1 -1
- package/cjs/components/overlays/Tooltip/Tooltip.js +69 -58
- package/cjs/components/overlays/Tooltip/TooltipProvider.js +1 -1
- package/cjs/components/overlays/Tooltip/TooltipTrigger.js +1 -1
- package/cjs/components/overlays/Tooltip/context.js +1 -1
- package/cjs/components/pickers/ComboBox/ComboBox.js +44 -45
- package/cjs/components/pickers/Menu/Menu.js +4 -10
- package/cjs/components/pickers/Menu/MenuButton.js +1 -1
- package/cjs/components/pickers/Menu/MenuItem.js +1 -1
- package/cjs/components/pickers/Menu/MenuSection.js +6 -6
- package/cjs/components/pickers/Menu/MenuTrigger.js +1 -1
- package/cjs/components/pickers/Menu/context.js +1 -1
- package/cjs/components/pickers/Menu/styled.js +10 -11
- package/cjs/components/pickers/Select/Select.js +117 -113
- package/cjs/components/portal/Portal.js +1 -1
- package/cjs/components/portal/PortalProvider.js +1 -1
- package/cjs/components/portal/index.js +1 -1
- package/cjs/components/portal/storybook/templates/CustomRoot.js +1 -1
- package/cjs/components/portal/storybook/templates/PortalOrder.js +1 -1
- package/cjs/components/portal/storybook/templates/basic.js +1 -1
- package/cjs/components/portal/storybook/templates/index.js +1 -1
- package/cjs/components/portal/types.js +1 -1
- package/cjs/components/portal/usePortal.js +1 -1
- package/cjs/components/status/LoadingAnimation/LoadingAnimation.js +4 -4
- package/cjs/components/status/Spin/Spin.js +2 -2
- package/cjs/data/themes.js +1 -1
- package/cjs/index.js +1 -1
- package/cjs/provider.js +1 -1
- package/cjs/providers/StyleProvider.js +1 -1
- package/cjs/services/notification.js +1 -1
- package/cjs/shared/form.js +1 -1
- package/cjs/shared/index.js +1 -1
- package/cjs/stories/FormFieldArgs.js +1 -1
- package/cjs/stories/components/ConfirmDeletionDialogForm.js +1 -1
- package/cjs/stories/components/DialogFormApp.js +1 -1
- package/cjs/stories/components/StyledButton.js +1 -1
- package/cjs/stories/lists/baseProps.js +1 -1
- package/cjs/styled/index.js +1 -1
- package/cjs/styled/styled.js +1 -1
- package/cjs/tasty/index.js +3 -2
- package/cjs/tasty/providers/BreakpointsProvider.js +1 -1
- package/cjs/tasty/styles/align.js +1 -1
- package/cjs/tasty/styles/border.js +1 -1
- package/cjs/tasty/styles/boxShadow.combinator.js +1 -1
- package/cjs/tasty/styles/color.js +1 -1
- package/cjs/tasty/styles/createStyle.js +1 -1
- package/cjs/tasty/styles/dimension.js +1 -1
- package/cjs/tasty/styles/display.js +1 -1
- package/cjs/tasty/styles/fill.js +1 -1
- package/cjs/tasty/styles/flow.js +1 -1
- package/cjs/tasty/styles/font.js +1 -1
- package/cjs/tasty/styles/fontStyle.js +1 -1
- package/cjs/tasty/styles/gap.js +1 -1
- package/cjs/tasty/styles/groupRadius.js +1 -1
- package/cjs/tasty/styles/height.js +1 -1
- package/cjs/tasty/styles/index.js +1 -1
- package/cjs/tasty/styles/justify.js +1 -1
- package/cjs/tasty/styles/list.js +1 -1
- package/cjs/tasty/styles/margin.js +1 -1
- package/cjs/tasty/styles/marginBlock.js +1 -1
- package/cjs/tasty/styles/marginInline.js +1 -1
- package/cjs/tasty/styles/outline.js +1 -1
- package/cjs/tasty/styles/padding.js +1 -1
- package/cjs/tasty/styles/paddingBlock.js +1 -1
- package/cjs/tasty/styles/paddingInline.js +1 -1
- package/cjs/tasty/styles/predefined.js +1 -1
- package/cjs/tasty/styles/preset.js +1 -1
- package/cjs/tasty/styles/radius.js +1 -1
- package/cjs/tasty/styles/reset.js +1 -1
- package/cjs/tasty/styles/shadow.js +1 -1
- package/cjs/tasty/styles/styledScrollbar.js +1 -1
- package/cjs/tasty/styles/transition.js +1 -1
- package/cjs/tasty/styles/types.js +1 -1
- package/cjs/tasty/styles/width.js +1 -1
- package/cjs/tasty/tasty.js +8 -3
- package/cjs/tasty/types.js +1 -1
- package/cjs/tasty/utils/colors.js +1 -1
- package/cjs/tasty/utils/dotize.js +1 -1
- package/cjs/tasty/utils/filterBaseProps.js +2 -1
- package/cjs/tasty/utils/index.js +1 -1
- package/cjs/tasty/utils/mergeStyles.js +1 -1
- package/cjs/tasty/utils/modAttrs.js +1 -1
- package/cjs/tasty/utils/renderStyles.js +1 -1
- package/cjs/tasty/utils/responsive.js +1 -1
- package/cjs/tasty/utils/string.js +1 -1
- package/cjs/tasty/utils/styles.js +1 -1
- package/cjs/tasty/utils/warnings.js +1 -1
- package/cjs/test/index.js +1 -1
- package/cjs/test/render.js +1 -1
- package/cjs/test/setup.js +1 -1
- package/cjs/test/utils/index.js +1 -1
- package/cjs/test/utils/wait.js +1 -1
- package/cjs/tokens.js +6 -1
- package/cjs/utils/ResizeSensor.js +1 -1
- package/cjs/utils/modules.js +1 -1
- package/cjs/utils/promise.js +1 -1
- package/cjs/utils/react/Slots.js +1 -1
- package/cjs/utils/react/chain.js +1 -1
- package/cjs/utils/react/index.js +1 -1
- package/cjs/utils/react/interactions.js +1 -1
- package/cjs/utils/react/isTextOnly.js +1 -1
- package/cjs/utils/react/mapProps.js +1 -1
- package/cjs/utils/react/mergeProps.js +4 -3
- package/cjs/utils/react/nullableValue.js +1 -1
- package/cjs/utils/react/useCombinedRefs.js +1 -1
- package/cjs/utils/react/useId.js +1 -1
- package/cjs/utils/react/useLayoutEffect.js +1 -1
- package/cjs/utils/react/wrapNodeIfPlain.js +1 -1
- package/cjs/utils/transitions.js +1 -1
- package/cjs/utils/tree.js +1 -1
- package/cjs/utils/warnings.js +13 -9
- package/es/_internal/hooks/index.js +1 -1
- package/es/_internal/hooks/use-deprecation-warning.js +1 -1
- package/es/_internal/index.js +1 -1
- package/es/components/Base.js +1 -1
- package/es/components/Block.js +3 -3
- package/es/components/GlobalStyles.js +1 -1
- package/es/components/GridProvider.js +8 -7
- package/es/components/HiddenInput.js +1 -1
- package/es/components/OpenTrasition.js +1 -1
- package/es/components/Root.js +7 -4
- package/es/components/actions/Action.js +3 -4
- package/es/components/actions/Button/Button.js +2 -5
- package/es/components/actions/Button/Submit.js +1 -1
- package/es/components/actions/Button/index.js +1 -1
- package/es/components/actions/ButtonGroup/ButtonGroup.js +9 -11
- package/es/components/actions/index.js +1 -1
- package/es/components/content/ActiveZone/ActiveZone.js +3 -4
- package/es/components/content/Alert/Alert.js +6 -8
- package/es/components/content/Alert/index.js +1 -1
- package/es/components/content/Alert/types.js +1 -1
- package/es/components/content/Alert/use-alert.js +1 -1
- package/es/components/content/Avatar/Avatar.js +3 -4
- package/es/components/content/Badge/Badge.js +3 -3
- package/es/components/content/Card/Card.js +16 -14
- package/es/components/content/Content.js +3 -3
- package/es/components/content/CopySnippet/CopySnippet.js +57 -21
- package/es/components/content/CopySnippet/index.js +1 -1
- package/es/components/content/Divider.js +32 -32
- package/es/components/content/Footer.js +3 -3
- package/es/components/content/Header.js +3 -3
- package/es/components/content/Paragraph.js +1 -1
- package/es/components/content/Placeholder/Placeholder.js +34 -19
- package/es/components/content/PrismCode/PrismCode.js +3 -3
- package/es/components/content/Result/Result.js +1 -1
- package/es/components/content/Skeleton/Skeleton.js +1 -1
- package/es/components/content/Tag/Tag.js +11 -13
- package/es/components/content/Text.js +3 -3
- package/es/components/content/Title.js +3 -3
- package/es/components/forms/Checkbox/Checkbox.js +58 -62
- package/es/components/forms/Checkbox/CheckboxGroup.js +22 -36
- package/es/components/forms/Checkbox/context.js +1 -1
- package/es/components/forms/FieldWrapper.js +4 -4
- package/es/components/forms/FileInput/FileInput.js +46 -50
- package/es/components/forms/Form/Field.js +1 -1
- package/es/components/forms/Form/Form.js +14 -12
- package/es/components/forms/Form/index.js +1 -1
- package/es/components/forms/Form/useForm.js +1 -1
- package/es/components/forms/Form/validation.js +1 -1
- package/es/components/forms/Input/Input.js +1 -1
- package/es/components/forms/Input/index.js +1 -1
- package/es/components/forms/Label.js +4 -6
- package/es/components/forms/NumberInput/NumberInput.js +1 -1
- package/es/components/forms/NumberInput/StepButton.js +1 -1
- package/es/components/forms/PasswordInput/PasswordInput.js +1 -1
- package/es/components/forms/RadioGroup/Radio.js +96 -93
- package/es/components/forms/RadioGroup/RadioGroup.js +21 -36
- package/es/components/forms/RadioGroup/context.js +1 -1
- package/es/components/forms/SearchInput/SearchInput.js +1 -1
- package/es/components/forms/Switch/Switch.js +74 -78
- package/es/components/forms/TextArea/TextArea.js +1 -1
- package/es/components/forms/TextInput/TextInput.js +1 -1
- package/es/components/forms/TextInput/TextInputBase.js +25 -21
- package/es/components/forms/index.js +1 -1
- package/es/components/layout/Flex.js +10 -9
- package/es/components/layout/Flow.js +10 -9
- package/es/components/layout/Grid.js +10 -10
- package/es/components/layout/Prefix.js +20 -18
- package/es/components/layout/Space.js +22 -18
- package/es/components/layout/Suffix.js +20 -18
- package/es/components/navigation/LegacyTabs/LegacyTabs.js +61 -41
- package/es/components/navigation/Link/Link.js +1 -1
- package/es/components/organisms/FileTabs/FileTabs.js +70 -50
- package/es/components/organisms/Modal/Modal.js +1 -1
- package/es/components/organisms/StatsCard/StatsCard.js +1 -1
- package/es/components/other/Base64Upload/Base64Upload.js +1 -1
- package/es/components/other/CloudLogo/CloudLogo.js +1 -1
- package/es/components/overlays/AlertDialog/AlertDialog.js +1 -1
- package/es/components/overlays/AlertDialog/AlertDialogApiProvider.js +1 -1
- package/es/components/overlays/AlertDialog/AlertDialogZone.js +1 -1
- package/es/components/overlays/AlertDialog/index.js +1 -1
- package/es/components/overlays/AlertDialog/types.js +1 -1
- package/es/components/overlays/Dialog/Dialog.js +61 -63
- package/es/components/overlays/Dialog/DialogContainer.js +1 -1
- package/es/components/overlays/Dialog/DialogForm.js +1 -1
- package/es/components/overlays/Dialog/DialogTrigger.js +1 -1
- package/es/components/overlays/Dialog/context.js +1 -1
- package/es/components/overlays/Dialog/index.js +1 -1
- package/es/components/overlays/Modal/Modal.js +32 -32
- package/es/components/overlays/Modal/OpenTransition.js +1 -1
- package/es/components/overlays/Modal/Overlay.js +1 -1
- package/es/components/overlays/Modal/Popover.js +23 -26
- package/es/components/overlays/Modal/Tray.js +24 -24
- package/es/components/overlays/Modal/Underlay.js +25 -31
- package/es/components/overlays/Modal/index.js +1 -1
- package/es/components/overlays/Notification/Notification.js +53 -10
- package/es/components/overlays/OverlayWrapper.js +1 -1
- package/es/components/overlays/Tooltip/Tooltip.js +68 -60
- package/es/components/overlays/Tooltip/TooltipProvider.js +1 -1
- package/es/components/overlays/Tooltip/TooltipTrigger.js +1 -1
- package/es/components/overlays/Tooltip/context.js +1 -1
- package/es/components/pickers/ComboBox/ComboBox.js +45 -46
- package/es/components/pickers/Menu/Menu.js +4 -10
- package/es/components/pickers/Menu/MenuButton.js +1 -1
- package/es/components/pickers/Menu/MenuItem.js +1 -1
- package/es/components/pickers/Menu/MenuSection.js +7 -7
- package/es/components/pickers/Menu/MenuTrigger.js +1 -1
- package/es/components/pickers/Menu/context.js +1 -1
- package/es/components/pickers/Menu/styled.js +10 -11
- package/es/components/pickers/Select/Select.js +116 -115
- package/es/components/portal/Portal.js +1 -1
- package/es/components/portal/PortalProvider.js +1 -1
- package/es/components/portal/index.js +1 -1
- package/es/components/portal/storybook/templates/CustomRoot.js +1 -1
- package/es/components/portal/storybook/templates/PortalOrder.js +1 -1
- package/es/components/portal/storybook/templates/basic.js +1 -1
- package/es/components/portal/storybook/templates/index.js +1 -1
- package/es/components/portal/types.js +1 -1
- package/es/components/portal/usePortal.js +1 -1
- package/es/components/status/LoadingAnimation/LoadingAnimation.js +4 -4
- package/es/components/status/Spin/Spin.js +2 -2
- package/es/data/themes.js +1 -1
- package/es/index.js +1 -1
- package/es/provider.js +1 -1
- package/es/providers/StyleProvider.js +1 -1
- package/es/services/notification.js +1 -1
- package/es/shared/form.js +1 -1
- package/es/shared/index.js +1 -1
- package/es/stories/FormFieldArgs.js +1 -1
- package/es/stories/components/ConfirmDeletionDialogForm.js +1 -1
- package/es/stories/components/DialogFormApp.js +1 -1
- package/es/stories/components/StyledButton.js +1 -1
- package/es/stories/lists/baseProps.js +1 -1
- package/es/styled/index.js +1 -1
- package/es/styled/styled.js +1 -1
- package/es/tasty/index.js +2 -2
- package/es/tasty/providers/BreakpointsProvider.js +1 -1
- package/es/tasty/styles/align.js +1 -1
- package/es/tasty/styles/border.js +1 -1
- package/es/tasty/styles/boxShadow.combinator.js +1 -1
- package/es/tasty/styles/color.js +1 -1
- package/es/tasty/styles/createStyle.js +1 -1
- package/es/tasty/styles/dimension.js +1 -1
- package/es/tasty/styles/display.js +1 -1
- package/es/tasty/styles/fill.js +1 -1
- package/es/tasty/styles/flow.js +1 -1
- package/es/tasty/styles/font.js +1 -1
- package/es/tasty/styles/fontStyle.js +1 -1
- package/es/tasty/styles/gap.js +1 -1
- package/es/tasty/styles/groupRadius.js +1 -1
- package/es/tasty/styles/height.js +1 -1
- package/es/tasty/styles/index.js +1 -1
- package/es/tasty/styles/justify.js +1 -1
- package/es/tasty/styles/list.js +1 -1
- package/es/tasty/styles/margin.js +1 -1
- package/es/tasty/styles/marginBlock.js +1 -1
- package/es/tasty/styles/marginInline.js +1 -1
- package/es/tasty/styles/outline.js +1 -1
- package/es/tasty/styles/padding.js +1 -1
- package/es/tasty/styles/paddingBlock.js +1 -1
- package/es/tasty/styles/paddingInline.js +1 -1
- package/es/tasty/styles/predefined.js +1 -1
- package/es/tasty/styles/preset.js +1 -1
- package/es/tasty/styles/radius.js +1 -1
- package/es/tasty/styles/reset.js +1 -1
- package/es/tasty/styles/shadow.js +1 -1
- package/es/tasty/styles/styledScrollbar.js +1 -1
- package/es/tasty/styles/transition.js +1 -1
- package/es/tasty/styles/types.js +1 -1
- package/es/tasty/styles/width.js +1 -1
- package/es/tasty/tasty.js +7 -3
- package/es/tasty/types.js +1 -1
- package/es/tasty/utils/colors.js +1 -1
- package/es/tasty/utils/dotize.js +1 -1
- package/es/tasty/utils/filterBaseProps.js +2 -1
- package/es/tasty/utils/index.js +1 -1
- package/es/tasty/utils/mergeStyles.js +1 -1
- package/es/tasty/utils/modAttrs.js +1 -1
- package/es/tasty/utils/renderStyles.js +1 -1
- package/es/tasty/utils/responsive.js +1 -1
- package/es/tasty/utils/string.js +1 -1
- package/es/tasty/utils/styles.js +1 -1
- package/es/tasty/utils/warnings.js +1 -1
- package/es/test/index.js +1 -1
- package/es/test/render.js +1 -1
- package/es/test/setup.js +1 -1
- package/es/test/utils/index.js +1 -1
- package/es/test/utils/wait.js +1 -1
- package/es/tokens.js +6 -1
- package/es/utils/ResizeSensor.js +1 -1
- package/es/utils/modules.js +1 -1
- package/es/utils/promise.js +1 -1
- package/es/utils/react/Slots.js +1 -1
- package/es/utils/react/chain.js +1 -1
- package/es/utils/react/index.js +1 -1
- package/es/utils/react/interactions.js +1 -1
- package/es/utils/react/isTextOnly.js +1 -1
- package/es/utils/react/mapProps.js +1 -1
- package/es/utils/react/mergeProps.js +4 -3
- package/es/utils/react/nullableValue.js +1 -1
- package/es/utils/react/useCombinedRefs.js +1 -1
- package/es/utils/react/useId.js +1 -1
- package/es/utils/react/useLayoutEffect.js +1 -1
- package/es/utils/react/wrapNodeIfPlain.js +1 -1
- package/es/utils/transitions.js +1 -1
- package/es/utils/tree.js +1 -1
- package/es/utils/warnings.js +13 -9
- package/package.json +4 -4
- package/types/components/content/Tag/Tag.d.ts +2 -1
- package/types/components/overlays/Dialog/Dialog.d.ts +2 -1
- package/types/components/overlays/Tooltip/Tooltip.d.ts +2 -1
- package/types/components/pickers/Menu/MenuItem.d.ts +2 -1
- package/types/components/pickers/Menu/MenuSection.d.ts +8 -3
- package/types/tasty/index.d.ts +1 -1
- package/types/tasty/tasty.d.ts +8 -4
- package/types/tokens.d.ts +4 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license MIT
|
|
3
3
|
* author: Cube Dev Team
|
|
4
|
-
* @cube-dev/ui-kit v0.0.0-canary-
|
|
4
|
+
* @cube-dev/ui-kit v0.0.0-canary-ed2a55b
|
|
5
5
|
* Released under the MIT license.
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -12,8 +12,7 @@ import { cloneElement, forwardRef, useImperativeHandle, useRef, useState, } from
|
|
|
12
12
|
import { useFormProps } from '../Form/Form';
|
|
13
13
|
import { useHover } from '@react-aria/interactions';
|
|
14
14
|
import { useProviderProps } from '../../../provider';
|
|
15
|
-
import {
|
|
16
|
-
import { extractStyles, BLOCK_STYLES, DIMENSION_STYLES, POSITION_STYLES, } from '../../../tasty';
|
|
15
|
+
import { BLOCK_STYLES, DIMENSION_STYLES, extractStyles, POSITION_STYLES, tasty, } from '../../../tasty';
|
|
17
16
|
import { useFocus } from '../../../utils/react/interactions';
|
|
18
17
|
import { Prefix } from '../../layout/Prefix';
|
|
19
18
|
import { Suffix } from '../../layout/Suffix';
|
|
@@ -21,11 +20,21 @@ import { FieldWrapper } from '../FieldWrapper';
|
|
|
21
20
|
import { Space } from '../../layout/Space';
|
|
22
21
|
import { Block } from '../../Block';
|
|
23
22
|
import { mergeProps } from '../../../utils/react';
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
23
|
+
const InputWrapperElement = tasty({
|
|
24
|
+
styles: {
|
|
25
|
+
display: 'grid',
|
|
26
|
+
position: 'relative',
|
|
27
|
+
Prefix: {
|
|
28
|
+
padding: {
|
|
29
|
+
'': '0 1x 0 1.5x',
|
|
30
|
+
'text-prefix': '0 1x 0 2.5x',
|
|
31
|
+
},
|
|
32
|
+
},
|
|
33
|
+
Suffix: {
|
|
34
|
+
padding: '.5x left',
|
|
35
|
+
},
|
|
36
|
+
},
|
|
37
|
+
});
|
|
29
38
|
const STYLE_LIST = [...POSITION_STYLES, ...DIMENSION_STYLES];
|
|
30
39
|
const INPUT_STYLE_PROPS_LIST = [...BLOCK_STYLES, 'resize'];
|
|
31
40
|
export const DEFAULT_INPUT_STYLES = {
|
|
@@ -69,6 +78,9 @@ export const DEFAULT_INPUT_STYLES = {
|
|
|
69
78
|
margin: 0,
|
|
70
79
|
resize: 'none',
|
|
71
80
|
};
|
|
81
|
+
const InputElement = tasty({
|
|
82
|
+
styles: DEFAULT_INPUT_STYLES,
|
|
83
|
+
});
|
|
72
84
|
function TextInputBase(props, ref) {
|
|
73
85
|
props = useProviderProps(props);
|
|
74
86
|
props = useFormProps(props);
|
|
@@ -77,16 +89,7 @@ function TextInputBase(props, ref) {
|
|
|
77
89
|
let [prefixWidth, setPrefixWidth] = useState(0);
|
|
78
90
|
let styles = extractStyles(otherProps, STYLE_LIST);
|
|
79
91
|
let type = otherProps.type;
|
|
80
|
-
|
|
81
|
-
inputStyles = extractStyles(otherProps, INPUT_STYLE_PROPS_LIST, {
|
|
82
|
-
...DEFAULT_INPUT_STYLES,
|
|
83
|
-
...contextStyles,
|
|
84
|
-
...inputStyles,
|
|
85
|
-
});
|
|
86
|
-
wrapperStyles = {
|
|
87
|
-
...WRAPPER_STYLES,
|
|
88
|
-
...wrapperStyles,
|
|
89
|
-
};
|
|
92
|
+
inputStyles = extractStyles(otherProps, INPUT_STYLE_PROPS_LIST, inputStyles);
|
|
90
93
|
if (prefix) {
|
|
91
94
|
inputStyles.paddingLeft = `${prefixWidth}px`;
|
|
92
95
|
}
|
|
@@ -123,12 +126,13 @@ function TextInputBase(props, ref) {
|
|
|
123
126
|
}
|
|
124
127
|
inputProps.placeholder = ' ';
|
|
125
128
|
}
|
|
126
|
-
let textField = (_jsxs(
|
|
129
|
+
let textField = (_jsxs(InputWrapperElement, { ref: wrapperRef, qa: qa || 'TextInput', mods: {
|
|
127
130
|
invalid: isInvalid,
|
|
128
131
|
valid: validationState === 'valid',
|
|
129
132
|
loadable: !!loadingIndicator,
|
|
130
133
|
multiline: multiLine,
|
|
131
|
-
|
|
134
|
+
'text-prefix': prefix === 'string',
|
|
135
|
+
}, "data-size": size, styles: wrapperStyles, ...wrapperProps, children: [_jsx(InputElement, { qa: "Input", as: ElementType, ...mergeProps(inputProps, focusProps, hoverProps), ref: inputRef, rows: multiLine ? rows : undefined, mods: {
|
|
132
136
|
invalid: isInvalid,
|
|
133
137
|
valid: validationState === 'valid',
|
|
134
138
|
disabled: isDisabled,
|
|
@@ -136,7 +140,7 @@ function TextInputBase(props, ref) {
|
|
|
136
140
|
focused: isFocused,
|
|
137
141
|
}, style: {
|
|
138
142
|
WebkitTextSecurity: multiLine && type === 'password' ? 'disc' : 'initial',
|
|
139
|
-
}, autoFocus: autoFocus, "data-size": size, styles: inputStyles }, void 0), _jsx(Prefix, {
|
|
143
|
+
}, autoFocus: autoFocus, "data-size": size, styles: inputStyles }, void 0), _jsx(Prefix, { onWidthChange: setPrefixWidth, opacity: isDisabled ? '@disabled-opacity' : false, placeItems: "center", children: prefix }, void 0), _jsxs(Suffix, { onWidthChange: setSuffixWidth, opacity: isDisabled ? '@disabled-opacity' : false, children: [suffixPosition === 'before' ? suffix : null, (validationState && !isLoading) || isLoading ? (_jsxs(Space, { gap: false, padding: `0 ${suffix ? '1x' : '1.5x'} 0 0`, children: [validationState && !isLoading ? validation : null, isLoading && _jsx(LoadingOutlined, {}, void 0)] }, void 0)) : null, suffixPosition === 'after' ? suffix : null] }, void 0)] }, void 0));
|
|
140
144
|
return (_jsx(FieldWrapper, { ...{
|
|
141
145
|
labelPosition,
|
|
142
146
|
label,
|
|
@@ -1,21 +1,22 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license MIT
|
|
3
3
|
* author: Cube Dev Team
|
|
4
|
-
* @cube-dev/ui-kit v0.0.0-canary-
|
|
4
|
+
* @cube-dev/ui-kit v0.0.0-canary-ed2a55b
|
|
5
5
|
* Released under the MIT license.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
9
9
|
import { forwardRef } from 'react';
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}
|
|
10
|
+
import { CONTAINER_STYLES, extractStyles, filterBaseProps, tasty, } from '../../tasty';
|
|
11
|
+
const FlexElement = tasty({
|
|
12
|
+
styles: {
|
|
13
|
+
display: 'flex',
|
|
14
|
+
flow: 'row',
|
|
15
|
+
},
|
|
16
|
+
});
|
|
16
17
|
export const Flex = forwardRef((props, ref) => {
|
|
17
|
-
const styles = extractStyles(props, CONTAINER_STYLES
|
|
18
|
-
return (_jsx(
|
|
18
|
+
const styles = extractStyles(props, CONTAINER_STYLES);
|
|
19
|
+
return (_jsx(FlexElement, { ...filterBaseProps(props, { eventProps: true }), styles: styles, ref: ref }, void 0));
|
|
19
20
|
});
|
|
20
21
|
|
|
21
22
|
|
|
@@ -1,22 +1,23 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license MIT
|
|
3
3
|
* author: Cube Dev Team
|
|
4
|
-
* @cube-dev/ui-kit v0.0.0-canary-
|
|
4
|
+
* @cube-dev/ui-kit v0.0.0-canary-ed2a55b
|
|
5
5
|
* Released under the MIT license.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
9
9
|
import { forwardRef } from 'react';
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}
|
|
10
|
+
import { CONTAINER_STYLES, extractStyles, filterBaseProps, tasty, } from '../../tasty';
|
|
11
|
+
const FlowElement = tasty({
|
|
12
|
+
styles: {
|
|
13
|
+
display: 'block',
|
|
14
|
+
flow: 'column',
|
|
15
|
+
},
|
|
16
|
+
});
|
|
16
17
|
const STYLE_PROPS = CONTAINER_STYLES;
|
|
17
18
|
export const Flow = forwardRef((props, ref) => {
|
|
18
|
-
const styles = extractStyles(props, STYLE_PROPS
|
|
19
|
-
return (_jsx(
|
|
19
|
+
const styles = extractStyles(props, STYLE_PROPS);
|
|
20
|
+
return (_jsx(FlowElement, { ...filterBaseProps(props, { eventProps: true }), styles: styles, ref: ref }, void 0));
|
|
20
21
|
});
|
|
21
22
|
|
|
22
23
|
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license MIT
|
|
3
3
|
* author: Cube Dev Team
|
|
4
|
-
* @cube-dev/ui-kit v0.0.0-canary-
|
|
4
|
+
* @cube-dev/ui-kit v0.0.0-canary-ed2a55b
|
|
5
5
|
* Released under the MIT license.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
9
9
|
import { forwardRef } from 'react';
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
};
|
|
10
|
+
import { CONTAINER_STYLES, extractStyles, filterBaseProps, tasty, } from '../../tasty';
|
|
11
|
+
const GridElement = tasty({
|
|
12
|
+
styles: {
|
|
13
|
+
display: 'grid',
|
|
14
|
+
flow: 'row',
|
|
15
|
+
},
|
|
16
|
+
});
|
|
17
17
|
const PROP_MAP = {
|
|
18
18
|
template: 'gridTemplate',
|
|
19
19
|
columns: 'gridColumns',
|
|
@@ -21,8 +21,8 @@ const PROP_MAP = {
|
|
|
21
21
|
areas: 'gridAreas',
|
|
22
22
|
};
|
|
23
23
|
export const Grid = forwardRef((props, ref) => {
|
|
24
|
-
const styles = extractStyles(props, CONTAINER_STYLES,
|
|
25
|
-
return (_jsx(
|
|
24
|
+
const styles = extractStyles(props, CONTAINER_STYLES, undefined, PROP_MAP);
|
|
25
|
+
return (_jsx(GridElement, { ...filterBaseProps(props, { eventProps: true }), styles: styles, ref: ref }, void 0));
|
|
26
26
|
});
|
|
27
27
|
|
|
28
28
|
|
|
@@ -1,38 +1,40 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license MIT
|
|
3
3
|
* author: Cube Dev Team
|
|
4
|
-
* @cube-dev/ui-kit v0.0.0-canary-
|
|
4
|
+
* @cube-dev/ui-kit v0.0.0-canary-ed2a55b
|
|
5
5
|
* Released under the MIT license.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
9
9
|
import { forwardRef, useEffect } from 'react';
|
|
10
|
-
import {
|
|
11
|
-
import { CONTAINER_STYLES, extractStyles, filterBaseProps, parseStyle, } from '../../tasty';
|
|
10
|
+
import { CONTAINER_STYLES, extractStyles, filterBaseProps, parseStyle, tasty, } from '../../tasty';
|
|
12
11
|
import { useCombinedRefs } from '../../utils/react';
|
|
13
|
-
const
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
12
|
+
const PrefixElement = tasty({
|
|
13
|
+
element: 'Prefix',
|
|
14
|
+
styles: {
|
|
15
|
+
position: 'absolute',
|
|
16
|
+
display: 'grid',
|
|
17
|
+
placeContent: 'stretch',
|
|
18
|
+
placeItems: 'center',
|
|
19
|
+
flow: 'column',
|
|
20
|
+
gap: 0,
|
|
21
|
+
left: '@prefix-gap',
|
|
22
|
+
top: '@prefix-gap',
|
|
23
|
+
bottom: '@prefix-gap',
|
|
24
|
+
color: '#dark.75',
|
|
25
|
+
height: '(100% - (2 * @prefix-gap))',
|
|
26
|
+
},
|
|
27
|
+
});
|
|
26
28
|
export const Prefix = forwardRef((allProps, outerRef) => {
|
|
27
29
|
let { onWidthChange, outerGap = '1bw', children, ...props } = allProps;
|
|
28
|
-
const styles = extractStyles(props, CONTAINER_STYLES
|
|
30
|
+
const styles = extractStyles(props, CONTAINER_STYLES);
|
|
29
31
|
const ref = useCombinedRefs(outerRef);
|
|
30
32
|
useEffect(() => {
|
|
31
33
|
if ((ref === null || ref === void 0 ? void 0 : ref.current) && onWidthChange) {
|
|
32
34
|
onWidthChange(ref.current.offsetWidth);
|
|
33
35
|
}
|
|
34
36
|
}, [children, ref, onWidthChange]);
|
|
35
|
-
return (_jsx(
|
|
37
|
+
return (_jsx(PrefixElement, { ...filterBaseProps(props, { eventProps: true }), styles: styles, ref: ref, style: {
|
|
36
38
|
// @ts-ignore
|
|
37
39
|
'--prefix-gap': parseStyle(outerGap).value,
|
|
38
40
|
}, children: children }, void 0));
|
|
@@ -1,30 +1,34 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license MIT
|
|
3
3
|
* author: Cube Dev Team
|
|
4
|
-
* @cube-dev/ui-kit v0.0.0-canary-
|
|
4
|
+
* @cube-dev/ui-kit v0.0.0-canary-ed2a55b
|
|
5
5
|
* Released under the MIT license.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
9
9
|
import { forwardRef } from 'react';
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
10
|
+
import { CONTAINER_STYLES, extractStyles, filterBaseProps, tasty, } from '../../tasty';
|
|
11
|
+
const SpaceElement = tasty({
|
|
12
|
+
styles: {
|
|
13
|
+
display: 'flex',
|
|
14
|
+
gap: true,
|
|
15
|
+
flow: {
|
|
16
|
+
'': 'row',
|
|
17
|
+
vertical: 'column',
|
|
18
|
+
},
|
|
19
|
+
alignItems: {
|
|
20
|
+
'': 'center',
|
|
21
|
+
vertical: 'stretch',
|
|
22
|
+
},
|
|
23
|
+
},
|
|
24
|
+
});
|
|
16
25
|
export const Space = forwardRef(function Space(props, ref) {
|
|
17
|
-
const
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
: '
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
...DEFAULT_STYLES,
|
|
24
|
-
flow,
|
|
25
|
-
alignItems: flow === 'row' ? 'center' : 'stretch',
|
|
26
|
-
});
|
|
27
|
-
return (_jsx(Base, { ...filterBaseProps(props, { eventProps: true }), styles: styles, ref: ref }, void 0));
|
|
26
|
+
const { mods, direction, ...otherProps } = props;
|
|
27
|
+
const styles = extractStyles(otherProps, CONTAINER_STYLES);
|
|
28
|
+
return (_jsx(SpaceElement, { ...filterBaseProps(otherProps, { eventProps: true }), mods: {
|
|
29
|
+
vertical: direction === 'vertical',
|
|
30
|
+
...mods,
|
|
31
|
+
}, styles: styles, ref: ref }, void 0));
|
|
28
32
|
});
|
|
29
33
|
|
|
30
34
|
|
|
@@ -1,38 +1,40 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license MIT
|
|
3
3
|
* author: Cube Dev Team
|
|
4
|
-
* @cube-dev/ui-kit v0.0.0-canary-
|
|
4
|
+
* @cube-dev/ui-kit v0.0.0-canary-ed2a55b
|
|
5
5
|
* Released under the MIT license.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
9
9
|
import { forwardRef, useEffect } from 'react';
|
|
10
|
-
import {
|
|
11
|
-
import { CONTAINER_STYLES, extractStyles, filterBaseProps, parseStyle, } from '../../tasty';
|
|
10
|
+
import { CONTAINER_STYLES, extractStyles, filterBaseProps, parseStyle, tasty, } from '../../tasty';
|
|
12
11
|
import { useCombinedRefs } from '../../utils/react';
|
|
13
|
-
const
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
12
|
+
const SuffixElement = tasty({
|
|
13
|
+
element: 'Suffix',
|
|
14
|
+
styles: {
|
|
15
|
+
position: 'absolute',
|
|
16
|
+
display: 'grid',
|
|
17
|
+
placeContent: 'stretch',
|
|
18
|
+
placeItems: 'center',
|
|
19
|
+
flow: 'column',
|
|
20
|
+
gap: 0,
|
|
21
|
+
right: '@suffix-gap',
|
|
22
|
+
top: '@suffix-gap',
|
|
23
|
+
bottom: '@suffix-gap',
|
|
24
|
+
color: '#dark.75',
|
|
25
|
+
height: '(100% - (2 * @suffix-gap))',
|
|
26
|
+
},
|
|
27
|
+
});
|
|
26
28
|
export const Suffix = forwardRef((allProps, outerRef) => {
|
|
27
29
|
let { onWidthChange, outerGap = '1bw', children, ...props } = allProps;
|
|
28
|
-
const styles = extractStyles(props, CONTAINER_STYLES
|
|
30
|
+
const styles = extractStyles(props, CONTAINER_STYLES);
|
|
29
31
|
const ref = useCombinedRefs(outerRef);
|
|
30
32
|
useEffect(() => {
|
|
31
33
|
if (ref && ref.current && onWidthChange) {
|
|
32
34
|
onWidthChange(ref.current.offsetWidth);
|
|
33
35
|
}
|
|
34
36
|
}, [children, ref, onWidthChange]);
|
|
35
|
-
return (_jsx(
|
|
37
|
+
return (_jsx(SuffixElement, { ...filterBaseProps(props, { eventProps: true }), styles: styles, ref: ref, style: {
|
|
36
38
|
'--suffix-gap': parseStyle(outerGap).value,
|
|
37
39
|
}, children: children }, void 0));
|
|
38
40
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license MIT
|
|
3
3
|
* author: Cube Dev Team
|
|
4
|
-
* @cube-dev/ui-kit v0.0.0-canary-
|
|
4
|
+
* @cube-dev/ui-kit v0.0.0-canary-ed2a55b
|
|
5
5
|
* Released under the MIT license.
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -11,47 +11,59 @@ import { Block } from '../../Block';
|
|
|
11
11
|
import { Space } from '../../layout/Space';
|
|
12
12
|
import { Flex } from '../../layout/Flex';
|
|
13
13
|
import { Button } from '../../actions';
|
|
14
|
+
import { tasty } from '../../../tasty';
|
|
15
|
+
import styled from 'styled-components';
|
|
16
|
+
import { Flow } from '../../layout/Flow';
|
|
14
17
|
const LegacyTabsContext = createContext({
|
|
15
18
|
addTab() { },
|
|
16
19
|
removeTab() { },
|
|
17
20
|
setTab() { },
|
|
18
21
|
changeTab() { },
|
|
19
22
|
});
|
|
20
|
-
const
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
23
|
+
const TabElement = tasty(Button, {
|
|
24
|
+
type: 'tab',
|
|
25
|
+
styles: {
|
|
26
|
+
color: {
|
|
27
|
+
'': '#dark',
|
|
28
|
+
'selected, hovered': '#purple-text',
|
|
29
|
+
disabled: '#dark.50',
|
|
30
|
+
},
|
|
31
|
+
fill: '#purple.0',
|
|
32
|
+
textAlign: 'center',
|
|
33
|
+
fontWeight: 600,
|
|
34
|
+
padding: '(1x - 1px) (1x - 1px)',
|
|
35
|
+
radius: '1r 1r 0 0',
|
|
36
|
+
border: 0,
|
|
25
37
|
},
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
}
|
|
47
|
-
&[data-is-selected]::before {
|
|
48
|
-
--outline-size: 2px;
|
|
49
|
-
}
|
|
50
|
-
&:not([data-is-selected]):not([disabled])[data-is-hovered]::before {
|
|
51
|
-
--outline-size: 1px;
|
|
52
|
-
}
|
|
38
|
+
});
|
|
39
|
+
const StyledTabElement = styled(TabElement) `
|
|
40
|
+
&::before {
|
|
41
|
+
--outline-size: 0px;
|
|
42
|
+
content: '';
|
|
43
|
+
display: block;
|
|
44
|
+
position: absolute;
|
|
45
|
+
top: 0;
|
|
46
|
+
bottom: 0;
|
|
47
|
+
left: 0;
|
|
48
|
+
right: 0;
|
|
49
|
+
box-shadow: inset 0 calc(-1 * var(--outline-size)) 0 var(--purple-color);
|
|
50
|
+
pointer-events: none;
|
|
51
|
+
transition: opacity linear 0.2s, box-shadow linear 0.2s;
|
|
52
|
+
}
|
|
53
|
+
&[data-is-selected]::before {
|
|
54
|
+
--outline-size: 2px;
|
|
55
|
+
}
|
|
56
|
+
&:not([data-is-selected]):not([disabled])[data-is-hovered]::before {
|
|
57
|
+
--outline-size: 1px;
|
|
58
|
+
}
|
|
53
59
|
`;
|
|
54
|
-
const
|
|
60
|
+
const TabsPanelElement = tasty(Space, {
|
|
61
|
+
styles: {
|
|
62
|
+
gap: '1x',
|
|
63
|
+
flexShrink: 0,
|
|
64
|
+
},
|
|
65
|
+
});
|
|
66
|
+
const StyledTabsPanelElement = styled(TabsPanelElement) `
|
|
55
67
|
position: relative;
|
|
56
68
|
overflow: auto hidden;
|
|
57
69
|
top: 1px;
|
|
@@ -76,7 +88,14 @@ const TABS_PANEL_CSS = `
|
|
|
76
88
|
height: 3px;
|
|
77
89
|
}
|
|
78
90
|
`;
|
|
79
|
-
const
|
|
91
|
+
const TabsContainerElement = tasty(Flow, {
|
|
92
|
+
styles: {
|
|
93
|
+
flow: 'column',
|
|
94
|
+
height: 'max 100%',
|
|
95
|
+
width: 'max 100%',
|
|
96
|
+
},
|
|
97
|
+
});
|
|
98
|
+
const StyledTabsContainerElement = styled(TabsContainerElement) `
|
|
80
99
|
position: relative;
|
|
81
100
|
|
|
82
101
|
&::before {
|
|
@@ -89,7 +108,7 @@ const TABS_CONTAINER_CSS = `
|
|
|
89
108
|
pointer-events: none;
|
|
90
109
|
width: 32px;
|
|
91
110
|
height: 37px;
|
|
92
|
-
transition: all .15s linear;
|
|
111
|
+
transition: all 0.15s linear;
|
|
93
112
|
background-image: linear-gradient(
|
|
94
113
|
to left,
|
|
95
114
|
rgba(255, 255, 255, 0),
|
|
@@ -108,7 +127,7 @@ const TABS_CONTAINER_CSS = `
|
|
|
108
127
|
width: 32px;
|
|
109
128
|
height: 37px;
|
|
110
129
|
pointer-events: none;
|
|
111
|
-
transition: all .15s linear;
|
|
130
|
+
transition: all 0.15s linear;
|
|
112
131
|
background-image: linear-gradient(
|
|
113
132
|
to right,
|
|
114
133
|
rgba(255, 255, 255, 0),
|
|
@@ -117,12 +136,13 @@ const TABS_CONTAINER_CSS = `
|
|
|
117
136
|
z-index: 10;
|
|
118
137
|
}
|
|
119
138
|
|
|
120
|
-
&[data-is-left-fade]::before,
|
|
139
|
+
&[data-is-left-fade]::before,
|
|
140
|
+
&[data-is-right-fade]::after {
|
|
121
141
|
opacity: 1;
|
|
122
142
|
}
|
|
123
143
|
`;
|
|
124
144
|
const Tab = ({ isSelected, isHidden, onClose, ...props }) => {
|
|
125
|
-
return (_jsx(
|
|
145
|
+
return (_jsx(StyledTabElement, { isSelected: isSelected, isHidden: isHidden, ...props }, void 0));
|
|
126
146
|
};
|
|
127
147
|
export function LegacyTabs({ defaultActiveKey, activeKey: activeKeyProp, onTabClick, onTabClose, paneStyles, extra, children, ...props }) {
|
|
128
148
|
const tabsRef = useRef(null);
|
|
@@ -210,13 +230,13 @@ export function LegacyTabs({ defaultActiveKey, activeKey: activeKeyProp, onTabCl
|
|
|
210
230
|
onTabClick && onTabClick(tab.id);
|
|
211
231
|
setTab(tab.id);
|
|
212
232
|
}
|
|
213
|
-
return (_jsx(
|
|
233
|
+
return (_jsx(StyledTabsContainerElement, { "data-is-left-fade": leftFade || null, "data-is-right-fade": rightFade || null, ...props, children: _jsxs(LegacyTabsContext.Provider, { value: {
|
|
214
234
|
addTab,
|
|
215
235
|
setTab,
|
|
216
236
|
removeTab,
|
|
217
237
|
changeTab,
|
|
218
238
|
currentTab: activeKey,
|
|
219
|
-
}, children: [_jsxs(Space, { gap: ".5x", placeContent: "center space-between", children: [_jsx(
|
|
239
|
+
}, children: [_jsxs(Space, { gap: ".5x", placeContent: "center space-between", children: [_jsx(StyledTabsPanelElement, { ref: tabsRef, children: tabs.map((tab) => {
|
|
220
240
|
return (_jsx(Tab, { "data-qa": tab.qa, onPress: () => onPress(tab), isSelected: tab.id === activeKey || false, isDisabled: tab.isDisabled, isHidden: tab.isHidden, children: tab.title }, tab.id));
|
|
221
241
|
}) }, void 0), extra] }, void 0), _jsx(Flex, { flexGrow: 1, border: "top rgb(227, 227, 233)", ...(paneStyles || {}), children: children }, void 0)] }, void 0) }, void 0));
|
|
222
242
|
}
|