@cube-dev/ui-kit 0.0.0-canary-7480fe6 → 0.0.0-canary-4e595be
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 +8 -11
- package/cjs/components/Block.js +10 -11
- package/cjs/components/GlobalStyles.js +1 -1
- package/cjs/components/GridProvider.js +6 -6
- package/cjs/components/HiddenInput.js +1 -1
- package/cjs/components/OpenTrasition.js +1 -1
- package/cjs/components/Root.js +5 -7
- package/cjs/components/actions/Action.js +7 -9
- package/cjs/components/actions/Button/Button.js +5 -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 +3 -3
- package/cjs/components/actions/index.js +1 -1
- package/cjs/components/content/ActiveZone/ActiveZone.js +6 -8
- package/cjs/components/content/Alert/Alert.js +2 -2
- 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 +5 -7
- package/cjs/components/content/Avatar/Avatar.js +4 -6
- package/cjs/components/content/Badge/Badge.js +7 -10
- package/cjs/components/content/Card/Card.js +4 -6
- package/cjs/components/content/Content.js +8 -14
- package/cjs/components/content/CopySnippet/CopySnippet.js +5 -6
- package/cjs/components/content/CopySnippet/index.js +1 -1
- package/cjs/components/content/Divider.js +5 -7
- package/cjs/components/content/Footer.js +8 -13
- package/cjs/components/content/Header.js +8 -12
- package/cjs/components/content/Paragraph.js +4 -5
- package/cjs/components/content/Placeholder/Placeholder.js +4 -6
- package/cjs/components/content/PrismCode/PrismCode.js +7 -8
- package/cjs/components/content/Result/Result.js +8 -11
- package/cjs/components/content/Skeleton/Skeleton.js +7 -7
- package/cjs/components/content/Tag/Tag.js +29 -27
- package/cjs/components/content/Text.js +32 -36
- package/cjs/components/content/Title.js +29 -36
- package/cjs/components/forms/Checkbox/Checkbox.js +10 -13
- package/cjs/components/forms/Checkbox/CheckboxGroup.js +7 -9
- package/cjs/components/forms/Checkbox/context.js +1 -1
- package/cjs/components/forms/FieldWrapper.js +6 -10
- package/cjs/components/forms/FileInput/FileInput.js +4 -6
- package/cjs/components/forms/Form/Field.js +1 -1
- package/cjs/components/forms/Form/Form.js +6 -8
- package/cjs/components/forms/Form/index.js +1 -1
- package/cjs/components/forms/Form/useForm.js +3 -3
- package/cjs/components/forms/Form/validation.js +1 -1
- package/cjs/components/forms/Label.js +13 -15
- package/cjs/components/forms/NumberInput/NumberInput.js +3 -3
- 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 +9 -12
- package/cjs/components/forms/RadioGroup/RadioGroup.js +7 -9
- 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 +11 -14
- package/cjs/components/forms/TextArea/TextArea.js +5 -5
- package/cjs/components/forms/TextInput/TextInput.js +1 -1
- package/cjs/components/forms/TextInput/TextInputBase.js +8 -10
- package/cjs/components/forms/index.js +1 -1
- package/cjs/components/layout/Flex.js +4 -6
- package/cjs/components/layout/Flow.js +5 -7
- package/cjs/components/layout/Grid.js +4 -6
- package/cjs/components/layout/Prefix.js +5 -7
- package/cjs/components/layout/Space.js +4 -6
- package/cjs/components/layout/Suffix.js +5 -7
- package/cjs/components/navigation/LegacyTabs/LegacyTabs.js +1 -1
- package/cjs/components/navigation/Link/Link.js +1 -1
- package/cjs/components/organisms/FileTabs/FileTabs.js +16 -9
- 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 +4 -6
- 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 +5 -7
- 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 +8 -8
- 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 +3 -3
- 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 +3 -3
- package/cjs/components/overlays/Modal/Tray.js +3 -3
- package/cjs/components/overlays/Modal/Underlay.js +3 -3
- package/cjs/components/overlays/Modal/index.js +1 -1
- package/cjs/components/overlays/Notification/Notification.js +1 -1
- package/cjs/components/overlays/OverlayWrapper.js +1 -1
- package/cjs/components/overlays/Tooltip/Tooltip.js +5 -7
- 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 +8 -10
- package/cjs/components/pickers/Menu/Menu.js +4 -6
- 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 +1 -1
- 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 +15 -15
- package/cjs/components/pickers/Select/Select.js +13 -16
- 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 +1 -1
- package/cjs/components/status/Spin/Spin.js +1 -1
- package/cjs/data/themes.js +1 -1
- package/cjs/index.js +7 -8
- package/cjs/provider.js +4 -5
- 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 +4 -4
- package/cjs/stories/lists/baseProps.js +12 -12
- package/cjs/styled/index.js +1 -1
- package/cjs/styled/styled.js +19 -25
- package/cjs/tasty/index.js +37 -0
- package/cjs/{providers → tasty/providers}/BreakpointsProvider.js +1 -1
- package/cjs/{providers → tasty/providers}/StylesProvider.js +1 -1
- package/cjs/{styles → tasty/styles}/align.js +1 -1
- package/cjs/{styles → tasty/styles}/border.js +1 -1
- package/cjs/{styles → tasty/styles}/boxShadow.combinator.js +1 -1
- package/cjs/{styles → tasty/styles}/color.js +1 -1
- package/cjs/{styles → tasty/styles}/createStyle.js +1 -1
- package/cjs/{styles → tasty/styles}/dimension.js +1 -1
- package/cjs/{styles → tasty/styles}/display.js +1 -1
- package/cjs/{styles → tasty/styles}/fill.js +1 -1
- package/cjs/{styles → tasty/styles}/flow.js +1 -1
- package/cjs/{styles → tasty/styles}/font.js +1 -1
- package/cjs/{styles → tasty/styles}/fontStyle.js +1 -1
- package/cjs/{styles → tasty/styles}/gap.js +1 -1
- package/cjs/{styles → tasty/styles}/groupRadius.js +1 -1
- package/cjs/{styles → tasty/styles}/height.js +1 -1
- package/cjs/{styles → tasty/styles}/index.js +1 -1
- package/cjs/{styles → tasty/styles}/justify.js +1 -1
- package/cjs/{styles → tasty/styles}/list.js +1 -1
- package/cjs/{styles → tasty/styles}/margin.js +4 -4
- package/cjs/{styles → tasty/styles}/marginBlock.js +1 -1
- package/cjs/{styles → tasty/styles}/marginInline.js +1 -1
- package/cjs/{styles → tasty/styles}/outline.js +1 -1
- package/cjs/{styles → tasty/styles}/padding.js +6 -6
- package/cjs/{styles → tasty/styles}/paddingBlock.js +1 -1
- package/cjs/{styles → tasty/styles}/paddingInline.js +1 -1
- package/cjs/{styles → tasty/styles}/predefined.js +1 -1
- package/cjs/{styles → tasty/styles}/preset.js +1 -1
- package/cjs/{styles → tasty/styles}/radius.js +1 -1
- package/cjs/{styles → tasty/styles}/reset.js +1 -1
- package/cjs/{styles → tasty/styles}/shadow.js +1 -1
- package/cjs/{styles → tasty/styles}/styledScrollbar.js +1 -1
- package/cjs/{styles → tasty/styles}/transition.js +1 -1
- package/cjs/{components → tasty/styles}/types.js +1 -1
- package/cjs/{styles → tasty/styles}/width.js +1 -1
- package/cjs/tasty/tasty.js +108 -0
- package/cjs/{styles → tasty}/types.js +1 -1
- package/cjs/{utils → tasty/utils}/colors.js +1 -1
- package/cjs/{utils → tasty/utils}/dotize.js +1 -1
- package/cjs/{utils → tasty/utils}/filterBaseProps.js +1 -1
- package/cjs/{utils → tasty/utils}/index.js +1 -1
- package/cjs/{utils → tasty/utils}/mergeStyles.js +1 -1
- package/cjs/{utils/react → tasty/utils}/modAttrs.js +1 -1
- package/cjs/{utils → tasty/utils}/renderStyles.js +6 -4
- package/cjs/{utils → tasty/utils}/responsive.js +1 -1
- package/cjs/{utils → tasty/utils}/string.js +1 -1
- package/cjs/{utils → tasty/utils}/styles.js +1 -1
- package/cjs/tasty/utils/warnings.js +37 -0
- package/cjs/test/index.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 +2 -2
- package/cjs/utils/react/chain.js +1 -1
- package/cjs/utils/react/index.js +3 -3
- package/cjs/utils/{interactions.js → 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 +15 -15
- 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 +1 -1
- 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 +4 -7
- package/es/components/Block.js +9 -10
- package/es/components/GlobalStyles.js +1 -1
- package/es/components/GridProvider.js +5 -5
- package/es/components/HiddenInput.js +1 -1
- package/es/components/OpenTrasition.js +1 -1
- package/es/components/Root.js +2 -4
- package/es/components/actions/Action.js +6 -8
- package/es/components/actions/Button/Button.js +4 -4
- 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 +2 -2
- package/es/components/actions/index.js +1 -1
- package/es/components/content/ActiveZone/ActiveZone.js +3 -5
- package/es/components/content/Alert/Alert.js +2 -2
- 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 +2 -4
- package/es/components/content/Avatar/Avatar.js +2 -4
- package/es/components/content/Badge/Badge.js +5 -8
- package/es/components/content/Card/Card.js +2 -4
- package/es/components/content/Content.js +5 -11
- package/es/components/content/CopySnippet/CopySnippet.js +5 -6
- package/es/components/content/CopySnippet/index.js +1 -1
- package/es/components/content/Divider.js +2 -4
- package/es/components/content/Footer.js +5 -10
- package/es/components/content/Header.js +5 -9
- package/es/components/content/Paragraph.js +2 -3
- package/es/components/content/Placeholder/Placeholder.js +2 -4
- package/es/components/content/PrismCode/PrismCode.js +6 -7
- package/es/components/content/Result/Result.js +6 -9
- package/es/components/content/Skeleton/Skeleton.js +7 -7
- package/es/components/content/Tag/Tag.js +28 -26
- package/es/components/content/Text.js +30 -34
- package/es/components/content/Title.js +26 -33
- package/es/components/forms/Checkbox/Checkbox.js +3 -6
- package/es/components/forms/Checkbox/CheckboxGroup.js +2 -4
- package/es/components/forms/Checkbox/context.js +1 -1
- package/es/components/forms/FieldWrapper.js +6 -10
- package/es/components/forms/FileInput/FileInput.js +2 -4
- package/es/components/forms/Form/Field.js +1 -1
- package/es/components/forms/Form/Form.js +5 -7
- package/es/components/forms/Form/index.js +1 -1
- package/es/components/forms/Form/useForm.js +2 -2
- package/es/components/forms/Form/validation.js +1 -1
- package/es/components/forms/Label.js +12 -14
- package/es/components/forms/NumberInput/NumberInput.js +3 -3
- 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 +3 -6
- package/es/components/forms/RadioGroup/RadioGroup.js +2 -4
- 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 +3 -6
- package/es/components/forms/TextArea/TextArea.js +5 -5
- package/es/components/forms/TextInput/TextInput.js +1 -1
- package/es/components/forms/TextInput/TextInputBase.js +4 -6
- package/es/components/forms/index.js +1 -1
- package/es/components/layout/Flex.js +2 -4
- package/es/components/layout/Flow.js +2 -4
- package/es/components/layout/Grid.js +2 -4
- package/es/components/layout/Prefix.js +2 -4
- package/es/components/layout/Space.js +2 -4
- package/es/components/layout/Suffix.js +2 -4
- package/es/components/navigation/LegacyTabs/LegacyTabs.js +1 -1
- package/es/components/navigation/Link/Link.js +1 -1
- package/es/components/organisms/FileTabs/FileTabs.js +16 -9
- 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 +2 -4
- 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 +2 -4
- 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 +8 -8
- 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 +2 -2
- 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 +2 -2
- package/es/components/overlays/Modal/Tray.js +2 -2
- package/es/components/overlays/Modal/Underlay.js +2 -2
- package/es/components/overlays/Modal/index.js +1 -1
- package/es/components/overlays/Notification/Notification.js +1 -1
- package/es/components/overlays/OverlayWrapper.js +1 -1
- package/es/components/overlays/Tooltip/Tooltip.js +2 -4
- 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 +3 -5
- package/es/components/pickers/Menu/Menu.js +2 -4
- 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 +1 -1
- 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 +15 -15
- package/es/components/pickers/Select/Select.js +4 -7
- 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 +1 -1
- package/es/components/status/Spin/Spin.js +1 -1
- package/es/data/themes.js +1 -1
- package/es/index.js +5 -6
- package/es/provider.js +2 -3
- 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 +4 -4
- package/es/stories/lists/baseProps.js +2 -2
- package/es/styled/index.js +1 -1
- package/es/styled/styled.js +7 -12
- package/es/tasty/index.js +23 -0
- package/es/{providers → tasty/providers}/BreakpointsProvider.js +1 -1
- package/es/{providers → tasty/providers}/StylesProvider.js +1 -1
- package/es/{styles → tasty/styles}/align.js +1 -1
- package/es/{styles → tasty/styles}/border.js +1 -1
- package/es/{styles → tasty/styles}/boxShadow.combinator.js +1 -1
- package/es/{styles → tasty/styles}/color.js +1 -1
- package/es/{styles → tasty/styles}/createStyle.js +1 -1
- package/es/{styles → tasty/styles}/dimension.js +1 -1
- package/es/{styles → tasty/styles}/display.js +1 -1
- package/es/{styles → tasty/styles}/fill.js +1 -1
- package/es/{styles → tasty/styles}/flow.js +1 -1
- package/es/{styles → tasty/styles}/font.js +1 -1
- package/es/{styles → tasty/styles}/fontStyle.js +1 -1
- package/es/{styles → tasty/styles}/gap.js +1 -1
- package/es/{styles → tasty/styles}/groupRadius.js +1 -1
- package/es/{styles → tasty/styles}/height.js +1 -1
- package/es/{styles → tasty/styles}/index.js +1 -1
- package/es/{styles → tasty/styles}/justify.js +1 -1
- package/es/{styles → tasty/styles}/list.js +1 -1
- package/es/{styles → tasty/styles}/margin.js +4 -4
- package/es/{styles → tasty/styles}/marginBlock.js +1 -1
- package/es/{styles → tasty/styles}/marginInline.js +1 -1
- package/es/{styles → tasty/styles}/outline.js +1 -1
- package/es/{styles → tasty/styles}/padding.js +6 -6
- package/es/{styles → tasty/styles}/paddingBlock.js +1 -1
- package/es/{styles → tasty/styles}/paddingInline.js +1 -1
- package/es/{styles → tasty/styles}/predefined.js +1 -1
- package/es/{styles → tasty/styles}/preset.js +1 -1
- package/es/{styles → tasty/styles}/radius.js +1 -1
- package/es/{styles → tasty/styles}/reset.js +1 -1
- package/es/{styles → tasty/styles}/shadow.js +1 -1
- package/es/{styles → tasty/styles}/styledScrollbar.js +1 -1
- package/es/{styles → tasty/styles}/transition.js +1 -1
- package/es/{components → tasty/styles}/types.js +1 -1
- package/es/{styles → tasty/styles}/width.js +1 -1
- package/es/tasty/tasty.js +86 -0
- package/es/{styles → tasty}/types.js +1 -1
- package/es/{utils → tasty/utils}/colors.js +1 -1
- package/es/{utils → tasty/utils}/dotize.js +1 -1
- package/es/{utils → tasty/utils}/filterBaseProps.js +1 -1
- package/es/{utils → tasty/utils}/index.js +1 -1
- package/es/{utils → tasty/utils}/mergeStyles.js +1 -1
- package/es/{utils/react → tasty/utils}/modAttrs.js +1 -1
- package/es/{utils → tasty/utils}/renderStyles.js +6 -4
- package/es/{utils → tasty/utils}/responsive.js +1 -1
- package/es/{utils → tasty/utils}/string.js +1 -1
- package/es/{utils → tasty/utils}/styles.js +1 -1
- package/es/tasty/utils/warnings.js +32 -0
- package/es/test/index.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 +2 -2
- package/es/utils/react/chain.js +1 -1
- package/es/utils/react/index.js +2 -2
- package/es/utils/{interactions.js → 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 +15 -15
- 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 +1 -1
- package/package.json +1 -1
- package/types/components/Base.d.ts +2 -2
- package/types/components/Block.d.ts +1 -4
- package/types/components/GridProvider.d.ts +1 -1
- package/types/components/Root.d.ts +1 -1
- package/types/components/actions/Action.d.ts +1 -1
- package/types/components/content/ActiveZone/ActiveZone.d.ts +1 -1
- package/types/components/content/Alert/types.d.ts +1 -1
- package/types/components/content/Alert/use-alert.d.ts +2 -2
- package/types/components/content/Avatar/Avatar.d.ts +1 -2
- package/types/components/content/Badge/Badge.d.ts +1 -1
- package/types/components/content/Card/Card.d.ts +1 -1
- package/types/components/content/Content.d.ts +1 -1
- package/types/components/content/CopySnippet/CopySnippet.d.ts +1 -1
- package/types/components/content/Divider.d.ts +1 -1
- package/types/components/content/Footer.d.ts +1 -1
- package/types/components/content/Header.d.ts +1 -1
- package/types/components/content/Paragraph.d.ts +1 -1
- package/types/components/content/Placeholder/Placeholder.d.ts +1 -2
- package/types/components/content/PrismCode/PrismCode.d.ts +1 -2
- package/types/components/content/Result/Result.d.ts +1 -1
- package/types/components/content/Skeleton/Skeleton.d.ts +1 -1
- package/types/components/content/Tag/Tag.d.ts +1 -1
- package/types/components/content/Text.d.ts +1 -2
- package/types/components/content/Title.d.ts +1 -1
- package/types/components/forms/Checkbox/Checkbox.d.ts +1 -1
- package/types/components/forms/Checkbox/CheckboxGroup.d.ts +1 -1
- package/types/components/forms/FieldWrapper.d.ts +1 -1
- package/types/components/forms/FileInput/FileInput.d.ts +1 -2
- package/types/components/forms/Form/Form.d.ts +2 -3
- package/types/components/forms/Label.d.ts +1 -2
- package/types/components/forms/RadioGroup/Radio.d.ts +1 -2
- package/types/components/forms/RadioGroup/RadioGroup.d.ts +1 -2
- package/types/components/forms/Switch/Switch.d.ts +1 -2
- package/types/components/forms/TextInput/TextInputBase.d.ts +1 -2
- package/types/components/layout/Flex.d.ts +1 -1
- package/types/components/layout/Flow.d.ts +1 -1
- package/types/components/layout/Grid.d.ts +1 -1
- package/types/components/layout/Prefix.d.ts +1 -1
- package/types/components/layout/Space.d.ts +1 -1
- package/types/components/layout/Suffix.d.ts +1 -1
- package/types/components/navigation/LegacyTabs/LegacyTabs.d.ts +1 -1
- package/types/components/organisms/FileTabs/FileTabs.d.ts +1 -1
- package/types/components/other/Base64Upload/Base64Upload.d.ts +1 -1
- package/types/components/overlays/AlertDialog/types.d.ts +1 -1
- package/types/components/overlays/Dialog/Dialog.d.ts +1 -1
- package/types/components/overlays/Dialog/DialogTrigger.d.ts +1 -1
- package/types/components/overlays/Modal/Modal.d.ts +1 -2
- package/types/components/overlays/Modal/Popover.d.ts +1 -1
- package/types/components/overlays/Modal/Tray.d.ts +1 -2
- package/types/components/overlays/Tooltip/Tooltip.d.ts +1 -2
- package/types/components/overlays/Tooltip/TooltipProvider.d.ts +1 -1
- package/types/components/overlays/Tooltip/context.d.ts +1 -1
- package/types/components/pickers/Menu/Menu.d.ts +2 -3
- package/types/components/pickers/Menu/styled.d.ts +130 -132
- package/types/components/pickers/Select/Select.d.ts +1 -2
- package/types/index.d.ts +5 -6
- package/types/provider.d.ts +1 -2
- package/types/shared/form.d.ts +1 -2
- package/types/stories/components/StyledButton.d.ts +90 -91
- package/types/styled/styled.d.ts +24 -5
- package/types/tasty/index.d.ts +17 -0
- package/types/{providers → tasty/providers}/BreakpointsProvider.d.ts +0 -0
- package/types/{providers → tasty/providers}/StylesProvider.d.ts +0 -0
- package/types/{styles → tasty/styles}/align.d.ts +0 -0
- package/types/{styles → tasty/styles}/border.d.ts +0 -0
- package/types/{styles → tasty/styles}/boxShadow.combinator.d.ts +0 -0
- package/types/{styles → tasty/styles}/color.d.ts +0 -0
- package/types/{styles → tasty/styles}/createStyle.d.ts +0 -0
- package/types/{styles → tasty/styles}/dimension.d.ts +0 -0
- package/types/{styles → tasty/styles}/display.d.ts +0 -0
- package/types/{styles → tasty/styles}/fill.d.ts +0 -0
- package/types/{styles → tasty/styles}/flow.d.ts +0 -0
- package/types/{styles → tasty/styles}/font.d.ts +0 -0
- package/types/{styles → tasty/styles}/fontStyle.d.ts +0 -0
- package/types/{styles → tasty/styles}/gap.d.ts +0 -0
- package/types/{styles → tasty/styles}/groupRadius.d.ts +0 -0
- package/types/{styles → tasty/styles}/height.d.ts +0 -0
- package/types/{styles → tasty/styles}/index.d.ts +1 -1
- package/types/{styles → tasty/styles}/justify.d.ts +0 -0
- package/types/{styles → tasty/styles}/list.d.ts +0 -0
- package/types/{styles → tasty/styles}/margin.d.ts +0 -0
- package/types/{styles → tasty/styles}/marginBlock.d.ts +0 -0
- package/types/{styles → tasty/styles}/marginInline.d.ts +0 -0
- package/types/{styles → tasty/styles}/outline.d.ts +0 -0
- package/types/{styles → tasty/styles}/padding.d.ts +0 -0
- package/types/{styles → tasty/styles}/paddingBlock.d.ts +0 -0
- package/types/{styles → tasty/styles}/paddingInline.d.ts +0 -0
- package/types/{styles → tasty/styles}/predefined.d.ts +0 -0
- package/types/{styles → tasty/styles}/preset.d.ts +1 -1
- package/types/{styles → tasty/styles}/radius.d.ts +0 -0
- package/types/{styles → tasty/styles}/reset.d.ts +0 -0
- package/types/{styles → tasty/styles}/shadow.d.ts +0 -0
- package/types/{styles → tasty/styles}/styledScrollbar.d.ts +0 -0
- package/types/{styles → tasty/styles}/transition.d.ts +0 -0
- package/types/{styles → tasty/styles}/types.d.ts +0 -0
- package/types/{styles → tasty/styles}/width.d.ts +0 -0
- package/types/tasty/tasty.d.ts +31 -0
- package/types/{components → tasty}/types.d.ts +3 -16
- package/types/{utils → tasty/utils}/colors.d.ts +0 -0
- package/types/{utils → tasty/utils}/dotize.d.ts +0 -0
- package/types/{utils → tasty/utils}/filterBaseProps.d.ts +0 -0
- package/types/{utils → tasty/utils}/index.d.ts +0 -0
- package/types/{utils → tasty/utils}/mergeStyles.d.ts +0 -0
- package/types/{utils/react → tasty/utils}/modAttrs.d.ts +0 -0
- package/types/{utils → tasty/utils}/renderStyles.d.ts +0 -0
- package/types/{utils → tasty/utils}/responsive.d.ts +0 -0
- package/types/{utils → tasty/utils}/string.d.ts +0 -0
- package/types/{utils → tasty/utils}/styles.d.ts +0 -0
- package/types/tasty/utils/warnings.d.ts +7 -0
- package/types/tokens.d.ts +4 -0
- package/types/utils/react/index.d.ts +1 -1
- package/types/utils/{interactions.d.ts → react/interactions.d.ts} +0 -0
- package/types/utils/react/mergeProps.d.ts +1 -1
- package/types/utils/react/nullableValue.d.ts +1 -1
- package/cjs/utils/escape-string.js +0 -21
- package/es/utils/escape-string.js +0 -18
- package/types/utils/escape-string.d.ts +0 -1
|
@@ -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-4e595be
|
|
5
5
|
* Released under the MIT license.
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -15,13 +15,10 @@ const switch_1 = require("@react-aria/switch");
|
|
|
15
15
|
const interactions_1 = require("@react-aria/interactions");
|
|
16
16
|
const toggle_1 = require("@react-stately/toggle");
|
|
17
17
|
const provider_1 = require("../../../provider");
|
|
18
|
-
const
|
|
19
|
-
const styles_1 = require("../../../utils/styles");
|
|
18
|
+
const tasty_1 = require("../../../tasty");
|
|
20
19
|
const Base_1 = require("../../Base");
|
|
21
|
-
const interactions_2 = require("../../../utils/interactions");
|
|
20
|
+
const interactions_2 = require("../../../utils/react/interactions");
|
|
22
21
|
const react_2 = require("../../../utils/react");
|
|
23
|
-
const filterBaseProps_1 = require("../../../utils/filterBaseProps");
|
|
24
|
-
const StylesProvider_1 = require("../../../providers/StylesProvider");
|
|
25
22
|
const HiddenInput_1 = require("../../HiddenInput");
|
|
26
23
|
const Label_1 = require("../Label");
|
|
27
24
|
const icons_1 = require("@ant-design/icons");
|
|
@@ -80,15 +77,15 @@ function Switch(props, ref) {
|
|
|
80
77
|
props = (0, Form_1.useFormProps)(props);
|
|
81
78
|
let { qa, isDisabled = false, autoFocus, children, label, extra, labelProps, labelStyles, thumbStyles, isLoading, insideForm, validationState, message, description, labelPosition, inputStyles, requiredMark = true, tooltip, ...otherProps } = props;
|
|
82
79
|
label = label || children;
|
|
83
|
-
let wrapperContextStyles = (0,
|
|
84
|
-
let inputContextStyles = (0,
|
|
85
|
-
let labelContextStyles = (0,
|
|
86
|
-
let thumbContextStyles = (0,
|
|
87
|
-
let styles = (0,
|
|
80
|
+
let wrapperContextStyles = (0, tasty_1.useContextStyles)('Switch_Wrapper', props);
|
|
81
|
+
let inputContextStyles = (0, tasty_1.useContextStyles)('Switch', props);
|
|
82
|
+
let labelContextStyles = (0, tasty_1.useContextStyles)('Switch_Label', props);
|
|
83
|
+
let thumbContextStyles = (0, tasty_1.useContextStyles)('Switch_Thumb', props);
|
|
84
|
+
let styles = (0, tasty_1.extractStyles)(props, tasty_1.OUTER_STYLES, {
|
|
88
85
|
...(insideForm ? {} : STYLES),
|
|
89
86
|
...wrapperContextStyles,
|
|
90
87
|
});
|
|
91
|
-
inputStyles = (0,
|
|
88
|
+
inputStyles = (0, tasty_1.extractStyles)(props, tasty_1.BLOCK_STYLES, {
|
|
92
89
|
...INPUT_STYLES,
|
|
93
90
|
...inputContextStyles,
|
|
94
91
|
...(insideForm && labelPosition === 'side'
|
|
@@ -142,9 +139,9 @@ function Switch(props, ref) {
|
|
|
142
139
|
ref: domRef,
|
|
143
140
|
} }, void 0));
|
|
144
141
|
}
|
|
145
|
-
return ((0, jsx_runtime_1.jsxs)(Base_1.Base, { as: "label", styles: styles, ...hoverProps, ...(0,
|
|
142
|
+
return ((0, jsx_runtime_1.jsxs)(Base_1.Base, { as: "label", styles: styles, ...hoverProps, ...(0, tasty_1.filterBaseProps)(otherProps), ref: domRef, children: [switchField, label && ((0, jsx_runtime_1.jsxs)(Base_1.Base, { styles: labelStyles, mods: {
|
|
146
143
|
disabled: isDisabled,
|
|
147
|
-
}, ...(0,
|
|
144
|
+
}, ...(0, tasty_1.filterBaseProps)(labelProps), children: [label, isLoading ? ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [label ? (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: "\u00A0" }, void 0) : null, (0, jsx_runtime_1.jsx)(icons_1.LoadingOutlined, {}, void 0)] }, void 0)) : null] }, void 0))] }, void 0));
|
|
148
145
|
}
|
|
149
146
|
/**
|
|
150
147
|
* Switches allow users to turn an individual option on or off.
|
|
@@ -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-4e595be
|
|
5
5
|
* Released under the MIT license.
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -32,10 +32,10 @@ function TextArea(props, ref) {
|
|
|
32
32
|
input.style.height = 'auto';
|
|
33
33
|
input.style.height = input.scrollHeight
|
|
34
34
|
? `calc(${input.scrollHeight}px + (2 * var(--border-width)))`
|
|
35
|
-
: `${parseFloat(computedStyle.paddingTop)
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
35
|
+
: `${parseFloat(computedStyle.paddingTop) +
|
|
36
|
+
parseFloat(computedStyle.paddingBottom) +
|
|
37
|
+
parseFloat(computedStyle.lineHeight) * (rows || 3) +
|
|
38
|
+
2}px`;
|
|
39
39
|
input.style.alignSelf = prevAlignment;
|
|
40
40
|
}
|
|
41
41
|
}, [inputRef]);
|
|
@@ -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-4e595be
|
|
5
5
|
* Released under the MIT license.
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -16,12 +16,10 @@ const Form_1 = require("../Form/Form");
|
|
|
16
16
|
const interactions_1 = require("@react-aria/interactions");
|
|
17
17
|
const provider_1 = require("../../../provider");
|
|
18
18
|
const Base_1 = require("../../Base");
|
|
19
|
-
const
|
|
20
|
-
const
|
|
21
|
-
const interactions_2 = require("../../../utils/interactions");
|
|
19
|
+
const tasty_1 = require("../../../tasty");
|
|
20
|
+
const interactions_2 = require("../../../utils/react/interactions");
|
|
22
21
|
const Prefix_1 = require("../../layout/Prefix");
|
|
23
22
|
const Suffix_1 = require("../../layout/Suffix");
|
|
24
|
-
const StylesProvider_1 = require("../../../providers/StylesProvider");
|
|
25
23
|
const FieldWrapper_1 = require("../FieldWrapper");
|
|
26
24
|
const Space_1 = require("../../layout/Space");
|
|
27
25
|
const Block_1 = require("../../Block");
|
|
@@ -30,8 +28,8 @@ const WRAPPER_STYLES = {
|
|
|
30
28
|
display: 'grid',
|
|
31
29
|
position: 'relative',
|
|
32
30
|
};
|
|
33
|
-
const STYLE_LIST = [...
|
|
34
|
-
const INPUT_STYLE_PROPS_LIST = [...
|
|
31
|
+
const STYLE_LIST = [...tasty_1.POSITION_STYLES, ...tasty_1.DIMENSION_STYLES];
|
|
32
|
+
const INPUT_STYLE_PROPS_LIST = [...tasty_1.BLOCK_STYLES, 'resize'];
|
|
35
33
|
exports.DEFAULT_INPUT_STYLES = {
|
|
36
34
|
display: 'block',
|
|
37
35
|
width: 'initial 100% initial',
|
|
@@ -79,10 +77,10 @@ function TextInputBase(props, ref) {
|
|
|
79
77
|
let { qa, label, extra, labelPosition = 'top', labelStyles, isRequired, necessityIndicator, necessityLabel, validationState, message, description, prefix, isDisabled, multiLine, autoFocus, labelProps, inputProps, wrapperProps, inputRef, isLoading, loadingIndicator, value, inputStyles = {}, wrapperStyles = {}, suffix, suffixPosition = 'before', wrapperRef, requiredMark = true, tooltip, isHidden, rows = 1, size, ...otherProps } = props;
|
|
80
78
|
let [suffixWidth, setSuffixWidth] = (0, react_1.useState)(0);
|
|
81
79
|
let [prefixWidth, setPrefixWidth] = (0, react_1.useState)(0);
|
|
82
|
-
let styles = (0,
|
|
80
|
+
let styles = (0, tasty_1.extractStyles)(otherProps, STYLE_LIST);
|
|
83
81
|
let type = otherProps.type;
|
|
84
|
-
let contextStyles = (0,
|
|
85
|
-
inputStyles = (0,
|
|
82
|
+
let contextStyles = (0, tasty_1.useContextStyles)('Input', otherProps);
|
|
83
|
+
inputStyles = (0, tasty_1.extractStyles)(otherProps, INPUT_STYLE_PROPS_LIST, {
|
|
86
84
|
...exports.DEFAULT_INPUT_STYLES,
|
|
87
85
|
...contextStyles,
|
|
88
86
|
...inputStyles,
|
|
@@ -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-4e595be
|
|
5
5
|
* Released under the MIT license.
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -11,16 +11,14 @@ exports.Flex = void 0;
|
|
|
11
11
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
12
12
|
const react_1 = require("react");
|
|
13
13
|
const Base_1 = require("../Base");
|
|
14
|
-
const
|
|
15
|
-
const styles_1 = require("../../utils/styles");
|
|
16
|
-
const filterBaseProps_1 = require("../../utils/filterBaseProps");
|
|
14
|
+
const tasty_1 = require("../../tasty");
|
|
17
15
|
const DEFAULT_STYLES = {
|
|
18
16
|
display: 'flex',
|
|
19
17
|
flow: 'row',
|
|
20
18
|
};
|
|
21
19
|
exports.Flex = (0, react_1.forwardRef)((props, ref) => {
|
|
22
|
-
const styles = (0,
|
|
23
|
-
return ((0, jsx_runtime_1.jsx)(Base_1.Base, { ...(0,
|
|
20
|
+
const styles = (0, tasty_1.extractStyles)(props, tasty_1.CONTAINER_STYLES, DEFAULT_STYLES);
|
|
21
|
+
return ((0, jsx_runtime_1.jsx)(Base_1.Base, { ...(0, tasty_1.filterBaseProps)(props, { eventProps: true }), styles: styles, ref: ref }, void 0));
|
|
24
22
|
});
|
|
25
23
|
|
|
26
24
|
|
|
@@ -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-4e595be
|
|
5
5
|
* Released under the MIT license.
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -11,17 +11,15 @@ exports.Flow = void 0;
|
|
|
11
11
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
12
12
|
const react_1 = require("react");
|
|
13
13
|
const Base_1 = require("../Base");
|
|
14
|
-
const
|
|
15
|
-
const styles_1 = require("../../utils/styles");
|
|
16
|
-
const filterBaseProps_1 = require("../../utils/filterBaseProps");
|
|
14
|
+
const tasty_1 = require("../../tasty");
|
|
17
15
|
const DEFAULT_STYLES = {
|
|
18
16
|
display: 'block',
|
|
19
17
|
flow: 'column',
|
|
20
18
|
};
|
|
21
|
-
const STYLE_PROPS =
|
|
19
|
+
const STYLE_PROPS = tasty_1.CONTAINER_STYLES;
|
|
22
20
|
exports.Flow = (0, react_1.forwardRef)((props, ref) => {
|
|
23
|
-
const styles = (0,
|
|
24
|
-
return ((0, jsx_runtime_1.jsx)(Base_1.Base, { ...(0,
|
|
21
|
+
const styles = (0, tasty_1.extractStyles)(props, STYLE_PROPS, DEFAULT_STYLES);
|
|
22
|
+
return ((0, jsx_runtime_1.jsx)(Base_1.Base, { ...(0, tasty_1.filterBaseProps)(props, { eventProps: true }), styles: styles, ref: ref }, void 0));
|
|
25
23
|
});
|
|
26
24
|
|
|
27
25
|
|
|
@@ -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-4e595be
|
|
5
5
|
* Released under the MIT license.
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -11,9 +11,7 @@ exports.Grid = void 0;
|
|
|
11
11
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
12
12
|
const react_1 = require("react");
|
|
13
13
|
const Base_1 = require("../Base");
|
|
14
|
-
const
|
|
15
|
-
const styles_1 = require("../../utils/styles");
|
|
16
|
-
const filterBaseProps_1 = require("../../utils/filterBaseProps");
|
|
14
|
+
const tasty_1 = require("../../tasty");
|
|
17
15
|
const DEFAULT_STYLES = {
|
|
18
16
|
display: 'grid',
|
|
19
17
|
flow: 'row',
|
|
@@ -26,8 +24,8 @@ const PROP_MAP = {
|
|
|
26
24
|
areas: 'gridAreas',
|
|
27
25
|
};
|
|
28
26
|
exports.Grid = (0, react_1.forwardRef)((props, ref) => {
|
|
29
|
-
const styles = (0,
|
|
30
|
-
return ((0, jsx_runtime_1.jsx)(Base_1.Base, { ...(0,
|
|
27
|
+
const styles = (0, tasty_1.extractStyles)(props, tasty_1.CONTAINER_STYLES, DEFAULT_STYLES, PROP_MAP);
|
|
28
|
+
return ((0, jsx_runtime_1.jsx)(Base_1.Base, { ...(0, tasty_1.filterBaseProps)(props, { eventProps: true }), styles: styles, ref: ref }, void 0));
|
|
31
29
|
});
|
|
32
30
|
|
|
33
31
|
|
|
@@ -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-4e595be
|
|
5
5
|
* Released under the MIT license.
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -11,9 +11,7 @@ exports.Prefix = void 0;
|
|
|
11
11
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
12
12
|
const react_1 = require("react");
|
|
13
13
|
const Base_1 = require("../Base");
|
|
14
|
-
const
|
|
15
|
-
const styles_1 = require("../../utils/styles");
|
|
16
|
-
const filterBaseProps_1 = require("../../utils/filterBaseProps");
|
|
14
|
+
const tasty_1 = require("../../tasty");
|
|
17
15
|
const react_2 = require("../../utils/react");
|
|
18
16
|
const DEFAULT_STYLES = {
|
|
19
17
|
position: 'absolute',
|
|
@@ -30,16 +28,16 @@ const DEFAULT_STYLES = {
|
|
|
30
28
|
};
|
|
31
29
|
exports.Prefix = (0, react_1.forwardRef)((allProps, outerRef) => {
|
|
32
30
|
let { onWidthChange, outerGap = '1bw', children, ...props } = allProps;
|
|
33
|
-
const styles = (0,
|
|
31
|
+
const styles = (0, tasty_1.extractStyles)(props, tasty_1.CONTAINER_STYLES, DEFAULT_STYLES);
|
|
34
32
|
const ref = (0, react_2.useCombinedRefs)(outerRef);
|
|
35
33
|
(0, react_1.useEffect)(() => {
|
|
36
34
|
if ((ref === null || ref === void 0 ? void 0 : ref.current) && onWidthChange) {
|
|
37
35
|
onWidthChange(ref.current.offsetWidth);
|
|
38
36
|
}
|
|
39
37
|
}, [children, ref, onWidthChange]);
|
|
40
|
-
return ((0, jsx_runtime_1.jsx)(Base_1.Base, { ...(0,
|
|
38
|
+
return ((0, jsx_runtime_1.jsx)(Base_1.Base, { ...(0, tasty_1.filterBaseProps)(props, { eventProps: true }), styles: styles, ref: ref, style: {
|
|
41
39
|
// @ts-ignore
|
|
42
|
-
'--prefix-gap': (0,
|
|
40
|
+
'--prefix-gap': (0, tasty_1.parseStyle)(outerGap).value,
|
|
43
41
|
}, children: children }, void 0));
|
|
44
42
|
});
|
|
45
43
|
|
|
@@ -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-4e595be
|
|
5
5
|
* Released under the MIT license.
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -11,9 +11,7 @@ exports.Space = void 0;
|
|
|
11
11
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
12
12
|
const react_1 = require("react");
|
|
13
13
|
const Base_1 = require("../Base");
|
|
14
|
-
const
|
|
15
|
-
const styles_1 = require("../../utils/styles");
|
|
16
|
-
const filterBaseProps_1 = require("../../utils/filterBaseProps");
|
|
14
|
+
const tasty_1 = require("../../tasty");
|
|
17
15
|
const DEFAULT_STYLES = {
|
|
18
16
|
display: 'flex',
|
|
19
17
|
gap: true,
|
|
@@ -24,12 +22,12 @@ exports.Space = (0, react_1.forwardRef)(function Space(props, ref) {
|
|
|
24
22
|
? 'column'
|
|
25
23
|
: 'row'
|
|
26
24
|
: props.flow || 'row';
|
|
27
|
-
const styles = (0,
|
|
25
|
+
const styles = (0, tasty_1.extractStyles)(props, tasty_1.CONTAINER_STYLES, {
|
|
28
26
|
...DEFAULT_STYLES,
|
|
29
27
|
flow,
|
|
30
28
|
alignItems: flow === 'row' ? 'center' : 'stretch',
|
|
31
29
|
});
|
|
32
|
-
return ((0, jsx_runtime_1.jsx)(Base_1.Base, { ...(0,
|
|
30
|
+
return ((0, jsx_runtime_1.jsx)(Base_1.Base, { ...(0, tasty_1.filterBaseProps)(props, { eventProps: true }), styles: styles, ref: ref }, void 0));
|
|
33
31
|
});
|
|
34
32
|
|
|
35
33
|
|
|
@@ -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-4e595be
|
|
5
5
|
* Released under the MIT license.
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -11,9 +11,7 @@ exports.Suffix = void 0;
|
|
|
11
11
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
12
12
|
const react_1 = require("react");
|
|
13
13
|
const Base_1 = require("../Base");
|
|
14
|
-
const
|
|
15
|
-
const styles_1 = require("../../utils/styles");
|
|
16
|
-
const filterBaseProps_1 = require("../../utils/filterBaseProps");
|
|
14
|
+
const tasty_1 = require("../../tasty");
|
|
17
15
|
const react_2 = require("../../utils/react");
|
|
18
16
|
const DEFAULT_STYLES = {
|
|
19
17
|
position: 'absolute',
|
|
@@ -30,15 +28,15 @@ const DEFAULT_STYLES = {
|
|
|
30
28
|
};
|
|
31
29
|
exports.Suffix = (0, react_1.forwardRef)((allProps, outerRef) => {
|
|
32
30
|
let { onWidthChange, outerGap = '1bw', children, ...props } = allProps;
|
|
33
|
-
const styles = (0,
|
|
31
|
+
const styles = (0, tasty_1.extractStyles)(props, tasty_1.CONTAINER_STYLES, DEFAULT_STYLES);
|
|
34
32
|
const ref = (0, react_2.useCombinedRefs)(outerRef);
|
|
35
33
|
(0, react_1.useEffect)(() => {
|
|
36
34
|
if (ref && ref.current && onWidthChange) {
|
|
37
35
|
onWidthChange(ref.current.offsetWidth);
|
|
38
36
|
}
|
|
39
37
|
}, [children, ref, onWidthChange]);
|
|
40
|
-
return ((0, jsx_runtime_1.jsx)(Base_1.Base, { ...(0,
|
|
41
|
-
'--suffix-gap': (0,
|
|
38
|
+
return ((0, jsx_runtime_1.jsx)(Base_1.Base, { ...(0, tasty_1.filterBaseProps)(props, { eventProps: true }), styles: styles, ref: ref, style: {
|
|
39
|
+
'--suffix-gap': (0, tasty_1.parseStyle)(outerGap).value,
|
|
42
40
|
}, children: children }, void 0));
|
|
43
41
|
});
|
|
44
42
|
|
|
@@ -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-4e595be
|
|
5
5
|
* Released under the MIT license.
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -15,6 +15,7 @@ const Block_1 = require("../../Block");
|
|
|
15
15
|
const Action_1 = require("../../actions/Action");
|
|
16
16
|
const Space_1 = require("../../layout/Space");
|
|
17
17
|
const Flex_1 = require("../../layout/Flex");
|
|
18
|
+
const tasty_1 = require("../../../tasty");
|
|
18
19
|
const FileTabsContext = (0, react_1.createContext)({
|
|
19
20
|
addTab() { },
|
|
20
21
|
removeTab() { },
|
|
@@ -91,13 +92,19 @@ const TABS_CONTAINER_CSS = `
|
|
|
91
92
|
opacity: 1;
|
|
92
93
|
}
|
|
93
94
|
`;
|
|
94
|
-
const
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
95
|
+
const DirtyBadge = (0, tasty_1.tasty)({
|
|
96
|
+
styles: {
|
|
97
|
+
position: 'absolute',
|
|
98
|
+
top: '50%',
|
|
99
|
+
left: '50%',
|
|
100
|
+
transform: 'translate(-50%, -50%)',
|
|
101
|
+
transition: 'all .2s linear',
|
|
102
|
+
width: '1x',
|
|
103
|
+
height: '1x',
|
|
104
|
+
fill: '#dark.30',
|
|
105
|
+
radius: 'round',
|
|
106
|
+
},
|
|
107
|
+
});
|
|
101
108
|
const TAB_STYLES = {
|
|
102
109
|
radius: '1r 1r 0 0',
|
|
103
110
|
padding: '1x 1.5x',
|
|
@@ -171,7 +178,7 @@ const TAB_CSS = `
|
|
|
171
178
|
}
|
|
172
179
|
`;
|
|
173
180
|
const Tab = ({ isDirty, isDisabled, children, isClosable, onClose, ...props }) => {
|
|
174
|
-
return ((0, jsx_runtime_1.jsx)(Action_1.Action, { className: isDirty ? 'file-tab--dirty' : '', css: TAB_CSS, styles: TAB_STYLES, isDisabled: isDisabled, ...props, children: (0, jsx_runtime_1.jsxs)(Space_1.Space, { gap: ".75x", children: [(0, jsx_runtime_1.jsx)(Block_1.Block, { children: children }, void 0), (isClosable || isDirty) && ((0, jsx_runtime_1.jsxs)(Flex_1.Flex, { placeItems: "center", style: { position: 'relative' }, children: [isClosable ? ((0, jsx_runtime_1.jsx)(Action_1.Action, { onPress: onClose, className: "file-tab-close", styles: CLOSE_STYLES, children: (0, jsx_runtime_1.jsx)(icons_1.CloseOutlined, {}, void 0) }, void 0)) : ((0, jsx_runtime_1.jsx)("div", {}, void 0)), isDirty ? (
|
|
181
|
+
return ((0, jsx_runtime_1.jsx)(Action_1.Action, { className: isDirty ? 'file-tab--dirty' : '', css: TAB_CSS, styles: TAB_STYLES, isDisabled: isDisabled, ...props, children: (0, jsx_runtime_1.jsxs)(Space_1.Space, { gap: ".75x", children: [(0, jsx_runtime_1.jsx)(Block_1.Block, { children: children }, void 0), (isClosable || isDirty) && ((0, jsx_runtime_1.jsxs)(Flex_1.Flex, { placeItems: "center", style: { position: 'relative' }, children: [isClosable ? ((0, jsx_runtime_1.jsx)(Action_1.Action, { onPress: onClose, className: "file-tab-close", styles: CLOSE_STYLES, children: (0, jsx_runtime_1.jsx)(icons_1.CloseOutlined, {}, void 0) }, void 0)) : ((0, jsx_runtime_1.jsx)("div", {}, void 0)), isDirty ? (0, jsx_runtime_1.jsx)(DirtyBadge, { className: "file-tab-dirty-badge" }, void 0) : null] }, void 0))] }, void 0) }, void 0));
|
|
175
182
|
};
|
|
176
183
|
function FileTabs({ defaultActiveKey, activeKey: activeKeyProp, onTabClick, onTabClose, paneStyles, isClosable = true, children, ...props }) {
|
|
177
184
|
const tabsRef = (0, react_1.useRef)(null);
|
|
@@ -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-4e595be
|
|
5
5
|
* Released under the MIT license.
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -17,9 +17,7 @@ const actions_1 = require("../../actions");
|
|
|
17
17
|
const Block_1 = require("../../Block");
|
|
18
18
|
const Text_1 = require("../../content/Text");
|
|
19
19
|
const styled_components_1 = __importDefault(require("styled-components"));
|
|
20
|
-
const
|
|
21
|
-
const list_1 = require("../../../styles/list");
|
|
22
|
-
const filterBaseProps_1 = require("../../../utils/filterBaseProps");
|
|
20
|
+
const tasty_1 = require("../../../tasty");
|
|
23
21
|
const DEFAULT_STYLES = {
|
|
24
22
|
display: 'inline-flex',
|
|
25
23
|
padding: '.75x 1x',
|
|
@@ -32,7 +30,7 @@ const DEFAULT_STYLES = {
|
|
|
32
30
|
};
|
|
33
31
|
exports.Base64Upload = (0, styled_components_1.default)((0, react_1.forwardRef)((allProps, ref) => {
|
|
34
32
|
const { onInput, ...props } = allProps;
|
|
35
|
-
const styles = (0,
|
|
33
|
+
const styles = (0, tasty_1.extractStyles)(props, tasty_1.POSITION_STYLES, DEFAULT_STYLES);
|
|
36
34
|
const [file, setFile] = (0, react_1.useState)();
|
|
37
35
|
const [error, setError] = (0, react_1.useState)('');
|
|
38
36
|
function onInputFile(e) {
|
|
@@ -76,7 +74,7 @@ exports.Base64Upload = (0, styled_components_1.default)((0, react_1.forwardRef)(
|
|
|
76
74
|
setError('Invalid file');
|
|
77
75
|
}
|
|
78
76
|
}
|
|
79
|
-
return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsxs)(actions_1.Button, { ...(0,
|
|
77
|
+
return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsxs)(actions_1.Button, { ...(0, tasty_1.filterBaseProps)(props, { eventProps: true }), styles: styles, ref: ref, children: [(0, jsx_runtime_1.jsx)(Block_1.Block, { radius: "round", fill: "#purple.10", color: "#dark-02", padding: ".5x 1x", children: "Choose file" }, void 0), (0, jsx_runtime_1.jsx)(Block_1.Block, { color: "#dark-04", children: file || 'No file selected' }, void 0), (0, jsx_runtime_1.jsx)("input", { type: "file", name: "base64", onInput: onInputFile, accept: ".json" }, void 0)] }, void 0), error && (0, jsx_runtime_1.jsx)(Text_1.Text.Danger, { color: "danger", children: error }, void 0)] }, void 0));
|
|
80
78
|
})) `
|
|
81
79
|
appearance: none;
|
|
82
80
|
cursor: pointer;
|
|
@@ -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-4e595be
|
|
5
5
|
* Released under the MIT license.
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -19,11 +19,9 @@ const dialog_1 = require("@react-aria/dialog");
|
|
|
19
19
|
const i18n_1 = require("@react-aria/i18n");
|
|
20
20
|
const Base_1 = require("../../Base");
|
|
21
21
|
const icons_1 = require("@ant-design/icons");
|
|
22
|
-
const
|
|
23
|
-
const list_1 = require("../../../styles/list");
|
|
22
|
+
const tasty_1 = require("../../../tasty");
|
|
24
23
|
const react_2 = require("../../../utils/react");
|
|
25
|
-
const
|
|
26
|
-
const STYLES_LIST = [...list_1.BASE_STYLES, ...list_1.DIMENSION_STYLES, ...list_1.BLOCK_STYLES];
|
|
24
|
+
const STYLES_LIST = [...tasty_1.BASE_STYLES, ...tasty_1.DIMENSION_STYLES, ...tasty_1.BLOCK_STYLES];
|
|
27
25
|
const DEFAULT_STYLES = {
|
|
28
26
|
pointerEvents: 'auto',
|
|
29
27
|
position: 'relative',
|
|
@@ -106,8 +104,8 @@ function Dialog(props, ref) {
|
|
|
106
104
|
size = sizeMap[size.toUpperCase()] || size;
|
|
107
105
|
const styles = {
|
|
108
106
|
...DEFAULT_STYLES,
|
|
109
|
-
...(0,
|
|
110
|
-
...(0,
|
|
107
|
+
...(0, tasty_1.useContextStyles)('Dialog', props),
|
|
108
|
+
...(0, tasty_1.extractStyles)(otherProps, STYLES_LIST),
|
|
111
109
|
'@dialog-size': `${sizePxMap[size] || 288}px`,
|
|
112
110
|
};
|
|
113
111
|
let formatMessage = (0, i18n_1.useMessageFormatter)(intlMessages);
|