@cube-dev/ui-kit 0.35.10 → 0.37.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -0
- package/cjs/_internal/hooks/index.js +1 -1
- package/cjs/_internal/hooks/use-chained-callback.js +1 -1
- package/cjs/_internal/hooks/use-deprecation-warning.js +1 -1
- package/cjs/_internal/hooks/use-effect-once.js +1 -1
- package/cjs/_internal/hooks/use-event.js +1 -1
- package/cjs/_internal/hooks/use-is-first-render.js +1 -1
- package/cjs/_internal/hooks/use-sync-ref.js +1 -1
- package/cjs/_internal/hooks/use-timer/index.js +1 -1
- package/cjs/_internal/hooks/use-timer/timer.js +1 -1
- package/cjs/_internal/hooks/use-timer/use-timer.js +1 -1
- package/cjs/_internal/hooks/use-update-effect.js +1 -1
- package/cjs/_internal/hooks/use-warn.js +1 -1
- package/cjs/_internal/index.js +1 -1
- package/cjs/components/Block.js +1 -1
- package/cjs/components/GlobalStyles.js +1 -1
- package/cjs/components/GridProvider.js +1 -1
- package/cjs/components/HiddenInput.js +1 -1
- package/cjs/components/OpenTrasition.js +1 -1
- package/cjs/components/Root.js +1 -1
- package/cjs/components/actions/Action.js +1 -1
- package/cjs/components/actions/Button/Button.js +1 -1
- 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 +1 -1
- package/cjs/components/actions/index.js +1 -1
- package/cjs/components/actions/use-action.js +1 -1
- package/cjs/components/content/ActiveZone/ActiveZone.js +1 -1
- package/cjs/components/content/Alert/Alert.js +1 -1
- 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 +1 -1
- package/cjs/components/content/Badge/Badge.js +1 -1
- package/cjs/components/content/Card/Card.js +1 -1
- package/cjs/components/content/Content.js +1 -1
- package/cjs/components/content/CopyPasteBlock/CopyPasteBlock.js +1 -1
- package/cjs/components/content/CopyPasteBlock/index.js +1 -1
- package/cjs/components/content/CopySnippet/CopySnippet.js +1 -1
- package/cjs/components/content/CopySnippet/index.js +1 -1
- package/cjs/components/content/Divider.js +1 -1
- package/cjs/components/content/Footer.js +1 -1
- package/cjs/components/content/Header.js +1 -1
- package/cjs/components/content/Paragraph.js +1 -1
- package/cjs/components/content/Placeholder/Placeholder.js +1 -1
- package/cjs/components/content/PrismCode/PrismCode.js +1 -1
- 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 +1 -1
- package/cjs/components/content/Text.js +1 -1
- package/cjs/components/content/Title.js +1 -1
- package/cjs/components/forms/Checkbox/Checkbox.js +1 -1
- package/cjs/components/forms/Checkbox/CheckboxGroup.js +1 -1
- package/cjs/components/forms/Checkbox/context.js +1 -1
- package/cjs/components/forms/DatePicker/DateInput.js +1 -1
- package/cjs/components/forms/DatePicker/DateInputBase.js +1 -1
- package/cjs/components/forms/DatePicker/DatePicker.js +1 -1
- package/cjs/components/forms/DatePicker/DatePickerButton.js +1 -1
- package/cjs/components/forms/DatePicker/DatePickerElement.js +1 -1
- package/cjs/components/forms/DatePicker/DatePickerInput.js +1 -1
- package/cjs/components/forms/DatePicker/DatePickerSegment.js +1 -1
- package/cjs/components/forms/DatePicker/DateRangePicker.js +1 -1
- package/cjs/components/forms/DatePicker/DateRangeSeparatedPicker.js +1 -1
- package/cjs/components/forms/DatePicker/TimeInput.js +1 -1
- package/cjs/components/forms/DatePicker/index.js +1 -1
- package/cjs/components/forms/DatePicker/intl.js +1 -1
- package/cjs/components/forms/DatePicker/parseDate.js +1 -1
- package/cjs/components/forms/DatePicker/props.js +1 -1
- package/cjs/components/forms/DatePicker/utils.js +1 -1
- package/cjs/components/forms/FieldWrapper/FieldWrapper.js +1 -1
- package/cjs/components/forms/FieldWrapper/extract-field-wrapper-props.js +1 -1
- package/cjs/components/forms/FieldWrapper/index.js +1 -1
- package/cjs/components/forms/FieldWrapper/types.js +1 -1
- package/cjs/components/forms/FileInput/FileInput.js +1 -1
- package/cjs/components/forms/Form/Field.js +1 -1
- package/cjs/components/forms/Form/Form.js +1 -1
- package/cjs/components/forms/Form/Submit/Submit.js +1 -1
- package/cjs/components/forms/Form/Submit/index.js +1 -1
- package/cjs/components/forms/Form/SubmitError.js +1 -1
- package/cjs/components/forms/Form/index.js +1 -1
- package/cjs/components/forms/Form/types.js +1 -1
- package/cjs/components/forms/Form/use-field/index.js +1 -1
- package/cjs/components/forms/Form/use-field/types.js +1 -1
- package/cjs/components/forms/Form/use-field/use-field-props.js +1 -1
- package/cjs/components/forms/Form/use-field/use-field.js +1 -1
- package/cjs/components/forms/Form/use-form.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 +1 -1
- 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 +1 -1
- package/cjs/components/forms/RadioGroup/RadioGroup.js +1 -1
- package/cjs/components/forms/RadioGroup/context.js +1 -1
- package/cjs/components/forms/SearchInput/SearchInput.js +1 -1
- package/cjs/components/forms/Slider/Gradation.js +1 -1
- package/cjs/components/forms/Slider/Header.js +1 -1
- package/cjs/components/forms/Slider/RangeSlider.js +1 -1
- package/cjs/components/forms/Slider/Slider.js +1 -1
- package/cjs/components/forms/Slider/SliderBase.js +1 -1
- package/cjs/components/forms/Slider/SliderInput.js +1 -1
- package/cjs/components/forms/Slider/SliderThumb.js +1 -1
- package/cjs/components/forms/Slider/SliderTrack.js +1 -1
- package/cjs/components/forms/Slider/elements.js +1 -1
- package/cjs/components/forms/Slider/index.js +1 -1
- package/cjs/components/forms/Slider/types.js +1 -1
- package/cjs/components/forms/Switch/Switch.js +1 -1
- 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 +1 -1
- package/cjs/components/forms/index.js +1 -1
- package/cjs/components/forms/wrapper.js +1 -1
- package/cjs/components/layout/Flex.js +1 -1
- package/cjs/components/layout/Flow.js +1 -1
- package/cjs/components/layout/Grid.js +1 -1
- package/cjs/components/layout/Prefix.js +1 -1
- package/cjs/components/layout/Space.js +1 -1
- package/cjs/components/layout/Suffix.js +1 -1
- 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 +1 -1
- 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/Calendar/Calendar.js +1 -1
- package/cjs/components/other/Calendar/CalendarCell.js +1 -1
- package/cjs/components/other/Calendar/CalendarGrid.js +1 -1
- package/cjs/components/other/Calendar/RangeCalendar.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 +1 -1
- 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 +1 -1
- 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 +1 -1
- package/cjs/components/overlays/Modal/Tray.js +1 -1
- package/cjs/components/overlays/Modal/Underlay.js +1 -1
- package/cjs/components/overlays/Modal/index.js +1 -1
- package/cjs/components/overlays/Modal/types.js +1 -1
- package/cjs/components/overlays/NewNotifications/Bar/FloatingNotification.js +1 -1
- package/cjs/components/overlays/NewNotifications/Bar/NotificationsBar.js +1 -1
- package/cjs/components/overlays/NewNotifications/Bar/TransitionComponent.js +1 -1
- package/cjs/components/overlays/NewNotifications/Bar/index.js +1 -1
- package/cjs/components/overlays/NewNotifications/Dialog/NotificationsDialogTrigger.js +1 -1
- package/cjs/components/overlays/NewNotifications/Dialog/index.js +1 -1
- package/cjs/components/overlays/NewNotifications/Notification.js +1 -1
- package/cjs/components/overlays/NewNotifications/NotificationView/NotificationAction.js +1 -1
- package/cjs/components/overlays/NewNotifications/NotificationView/NotificationCloseButton.js +1 -1
- package/cjs/components/overlays/NewNotifications/NotificationView/NotificationDescription.js +1 -1
- package/cjs/components/overlays/NewNotifications/NotificationView/NotificationFooter.js +1 -1
- package/cjs/components/overlays/NewNotifications/NotificationView/NotificationHeader.js +1 -1
- package/cjs/components/overlays/NewNotifications/NotificationView/NotificationIcon.js +1 -1
- package/cjs/components/overlays/NewNotifications/NotificationView/NotificationProvider.js +1 -1
- package/cjs/components/overlays/NewNotifications/NotificationView/NotificationView.js +1 -1
- package/cjs/components/overlays/NewNotifications/NotificationView/index.js +1 -1
- package/cjs/components/overlays/NewNotifications/NotificationView/types.js +1 -1
- package/cjs/components/overlays/NewNotifications/NotificationsContext/NotificationsProvider.js +1 -1
- package/cjs/components/overlays/NewNotifications/NotificationsContext/index.js +1 -1
- package/cjs/components/overlays/NewNotifications/NotificationsContext/use-notifications.js +1 -1
- package/cjs/components/overlays/NewNotifications/NotificationsList/NotificationsList.js +1 -1
- package/cjs/components/overlays/NewNotifications/NotificationsList/NotificationsListItem.js +1 -1
- package/cjs/components/overlays/NewNotifications/NotificationsList/index.js +1 -1
- package/cjs/components/overlays/NewNotifications/NotificationsList/types.js +1 -1
- package/cjs/components/overlays/NewNotifications/hooks/index.js +1 -1
- package/cjs/components/overlays/NewNotifications/hooks/types.js +1 -1
- package/cjs/components/overlays/NewNotifications/hooks/use-notification-list-item.js +1 -1
- package/cjs/components/overlays/NewNotifications/hooks/use-notifications-api.js +1 -1
- package/cjs/components/overlays/NewNotifications/hooks/use-notifications-list.js +1 -1
- package/cjs/components/overlays/NewNotifications/hooks/use-notifications-observer.js +1 -1
- package/cjs/components/overlays/NewNotifications/index.js +1 -1
- package/cjs/components/overlays/NewNotifications/types.js +1 -1
- package/cjs/components/overlays/Notification/Notification.js +1 -1
- package/cjs/components/overlays/OverlayWrapper.js +1 -1
- package/cjs/components/overlays/Toasts/Toast.js +1 -1
- package/cjs/components/overlays/Toasts/index.js +1 -1
- package/cjs/components/overlays/Toasts/types.js +1 -1
- package/cjs/components/overlays/Toasts/use-toasts-api.js +1 -1
- package/cjs/components/overlays/Tooltip/Tooltip.js +1 -1
- 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 +1 -1
- package/cjs/components/pickers/Menu/Menu.js +1 -1
- 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 +1 -1
- package/cjs/components/pickers/Select/Select.js +1 -1
- 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/shared/InvalidIcon.js +1 -1
- package/cjs/components/shared/ValidIcon.js +1 -1
- package/cjs/components/status/LoadingAnimation/LoadingAnimation.js +1 -1
- package/cjs/components/status/LoadingAnimation/index.js +1 -1
- package/cjs/components/status/Spin/Cube.js +1 -1
- package/cjs/components/status/Spin/InternalSpinner.js +1 -1
- package/cjs/components/status/Spin/Spin.js +1 -1
- package/cjs/components/status/Spin/SpinsContainer.js +1 -1
- package/cjs/components/status/Spin/index.js +1 -1
- package/cjs/components/status/Spin/types.js +1 -1
- package/cjs/components/status/index.js +1 -1
- package/cjs/data/themes.js +1 -1
- package/cjs/icons/AiIcon.js +1 -1
- package/cjs/icons/AreaChartIcon.js +1 -1
- package/cjs/icons/BackwardIcon.js +1 -1
- package/cjs/icons/BarChartIcon.js +1 -1
- package/cjs/icons/BellFilledIcon.js +1 -1
- package/cjs/icons/BellIcon.js +1 -1
- package/cjs/icons/BooleanIcon.js +1 -1
- package/cjs/icons/CalendarIcon.js +1 -1
- package/cjs/icons/CaretDownIcon.js +1 -1
- package/cjs/icons/CaretUpIcon.js +1 -1
- package/cjs/icons/CheckCircleFilledIcon.js +14 -0
- package/cjs/icons/CheckCircleIcon.js +1 -1
- package/cjs/icons/CheckIcon.js +1 -1
- package/cjs/icons/CircleFilledIcon.js +14 -0
- package/cjs/icons/CloseCircleFilledIcon.js +14 -0
- package/cjs/icons/CloseCircleIcon.js +14 -0
- package/cjs/icons/CloseIcon.js +1 -1
- package/cjs/icons/CopyIcon.js +1 -1
- package/cjs/icons/CountIcon.js +1 -1
- package/cjs/icons/CubeIcon.js +1 -1
- package/cjs/icons/DangerIcon.js +1 -1
- package/cjs/icons/DashboardIcon.js +14 -0
- package/cjs/icons/DonutIcon.js +1 -1
- package/cjs/icons/DownIcon.js +1 -1
- package/cjs/icons/ExclamationCircleFilledIcon.js +14 -0
- package/cjs/icons/ExclamationCircleIcon.js +14 -0
- package/cjs/icons/ExclamationIcon.js +1 -1
- package/cjs/icons/EyeIcon.js +1 -1
- package/cjs/icons/EyeInvisibleIcon.js +1 -1
- package/cjs/icons/FilterIcon.js +1 -1
- package/cjs/icons/ForwardIcon.js +1 -1
- package/cjs/icons/IconContainer.js +1 -1
- package/cjs/icons/InfoCircleIcon.js +1 -1
- package/cjs/icons/InfoIcon.js +1 -1
- package/cjs/icons/KeyIcon.js +1 -1
- package/cjs/icons/LeftIcon.js +1 -1
- package/cjs/icons/LineChartIcon.js +1 -1
- package/cjs/icons/LoadingIcon.js +1 -1
- package/cjs/icons/LockFilledIcon.js +1 -1
- package/cjs/icons/LockIcon.js +1 -1
- package/cjs/icons/MoreIcon.js +1 -1
- package/cjs/icons/NotAllowedIcon.js +14 -0
- package/cjs/icons/NumberIcon.js +1 -1
- package/cjs/icons/PauseCircleFilledIcon.js +14 -0
- package/cjs/icons/PauseCircleIcon.js +14 -0
- package/cjs/icons/PieChartIcon.js +1 -1
- package/cjs/icons/PlusIcon.js +1 -1
- package/cjs/icons/ReloadIcon.js +1 -1
- package/cjs/icons/RightIcon.js +1 -1
- package/cjs/icons/SearchIcon.js +1 -1
- package/cjs/icons/SettingsIcon.js +1 -1
- package/cjs/icons/SlashIcon.js +1 -1
- package/cjs/icons/SparklesIcon.js +1 -1
- package/cjs/icons/SqlIcon.js +1 -1
- package/cjs/icons/StringIcon.js +1 -1
- package/cjs/icons/SwitchIcon.js +1 -1
- package/cjs/icons/TableIcon.js +1 -1
- package/cjs/icons/ThumbsDownIcon.js +1 -1
- package/cjs/icons/ThumbsUpIcon.js +1 -1
- package/cjs/icons/ThunderboltCrossedIcon.js +1 -1
- package/cjs/icons/ThunderboltFilledIcon.js +1 -1
- package/cjs/icons/ThunderboltIcon.js +1 -1
- package/cjs/icons/TimeIcon.js +1 -1
- package/cjs/icons/UpIcon.js +1 -1
- package/cjs/icons/ViewIcon.js +1 -1
- package/cjs/icons/WarningFilledIcon.js +1 -1
- package/cjs/icons/WarningIcon.js +1 -1
- package/cjs/icons/index.js +22 -2
- package/cjs/icons/wrap-icon.js +1 -1
- package/cjs/index.js +1 -1
- package/cjs/provider.js +1 -1
- package/cjs/providers/TrackingProvider.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/Form.stories.js +1 -1
- package/cjs/stories/FormFieldArgs.js +1 -1
- package/cjs/stories/Layout.stories.js +1 -1
- package/cjs/stories/Tasty.stories.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/tasty/index.js +1 -1
- 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/fade.js +38 -0
- 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/inset.js +36 -0
- package/cjs/tasty/styles/justify.js +1 -1
- package/cjs/tasty/styles/list.js +4 -2
- 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 +5 -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 +1 -1
- package/cjs/tasty/types.js +1 -1
- package/cjs/tasty/utils/cache-wrapper.js +1 -1
- package/cjs/tasty/utils/case-converter.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 +1 -1
- package/cjs/tasty/utils/getDisplayName.js +1 -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/tokens.js +2 -1
- package/cjs/type-checks.js +1 -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/random.js +1 -1
- package/cjs/utils/range.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 +1 -1
- 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/useViewportSize.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-chained-callback.js +1 -1
- package/es/_internal/hooks/use-deprecation-warning.js +1 -1
- package/es/_internal/hooks/use-effect-once.js +1 -1
- package/es/_internal/hooks/use-event.js +1 -1
- package/es/_internal/hooks/use-is-first-render.js +1 -1
- package/es/_internal/hooks/use-sync-ref.js +1 -1
- package/es/_internal/hooks/use-timer/index.js +1 -1
- package/es/_internal/hooks/use-timer/timer.js +1 -1
- package/es/_internal/hooks/use-timer/use-timer.js +1 -1
- package/es/_internal/hooks/use-update-effect.js +1 -1
- package/es/_internal/hooks/use-warn.js +1 -1
- package/es/_internal/index.js +1 -1
- package/es/components/Block.js +1 -1
- package/es/components/GlobalStyles.js +1 -1
- package/es/components/GridProvider.js +1 -1
- package/es/components/HiddenInput.js +1 -1
- package/es/components/OpenTrasition.js +1 -1
- package/es/components/Root.js +1 -1
- package/es/components/actions/Action.js +1 -1
- package/es/components/actions/Button/Button.js +1 -1
- 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 +1 -1
- package/es/components/actions/index.js +1 -1
- package/es/components/actions/use-action.js +1 -1
- package/es/components/content/ActiveZone/ActiveZone.js +1 -1
- package/es/components/content/Alert/Alert.js +1 -1
- 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 +1 -1
- package/es/components/content/Badge/Badge.js +1 -1
- package/es/components/content/Card/Card.js +1 -1
- package/es/components/content/Content.js +1 -1
- package/es/components/content/CopyPasteBlock/CopyPasteBlock.js +1 -1
- package/es/components/content/CopyPasteBlock/index.js +1 -1
- package/es/components/content/CopySnippet/CopySnippet.js +1 -1
- package/es/components/content/CopySnippet/index.js +1 -1
- package/es/components/content/Divider.js +1 -1
- package/es/components/content/Footer.js +1 -1
- package/es/components/content/Header.js +1 -1
- package/es/components/content/Paragraph.js +1 -1
- package/es/components/content/Placeholder/Placeholder.js +1 -1
- package/es/components/content/PrismCode/PrismCode.js +1 -1
- 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 +1 -1
- package/es/components/content/Text.js +1 -1
- package/es/components/content/Title.js +1 -1
- package/es/components/forms/Checkbox/Checkbox.js +1 -1
- package/es/components/forms/Checkbox/CheckboxGroup.js +1 -1
- package/es/components/forms/Checkbox/context.js +1 -1
- package/es/components/forms/DatePicker/DateInput.js +1 -1
- package/es/components/forms/DatePicker/DateInputBase.js +1 -1
- package/es/components/forms/DatePicker/DatePicker.js +1 -1
- package/es/components/forms/DatePicker/DatePickerButton.js +1 -1
- package/es/components/forms/DatePicker/DatePickerElement.js +1 -1
- package/es/components/forms/DatePicker/DatePickerInput.js +1 -1
- package/es/components/forms/DatePicker/DatePickerSegment.js +1 -1
- package/es/components/forms/DatePicker/DateRangePicker.js +1 -1
- package/es/components/forms/DatePicker/DateRangeSeparatedPicker.js +1 -1
- package/es/components/forms/DatePicker/TimeInput.js +1 -1
- package/es/components/forms/DatePicker/index.js +1 -1
- package/es/components/forms/DatePicker/intl.js +1 -1
- package/es/components/forms/DatePicker/parseDate.js +1 -1
- package/es/components/forms/DatePicker/props.js +1 -1
- package/es/components/forms/DatePicker/utils.js +1 -1
- package/es/components/forms/FieldWrapper/FieldWrapper.js +1 -1
- package/es/components/forms/FieldWrapper/extract-field-wrapper-props.js +1 -1
- package/es/components/forms/FieldWrapper/index.js +1 -1
- package/es/components/forms/FieldWrapper/types.js +1 -1
- package/es/components/forms/FileInput/FileInput.js +1 -1
- package/es/components/forms/Form/Field.js +1 -1
- package/es/components/forms/Form/Form.js +1 -1
- package/es/components/forms/Form/Submit/Submit.js +1 -1
- package/es/components/forms/Form/Submit/index.js +1 -1
- package/es/components/forms/Form/SubmitError.js +1 -1
- package/es/components/forms/Form/index.js +1 -1
- package/es/components/forms/Form/types.js +1 -1
- package/es/components/forms/Form/use-field/index.js +1 -1
- package/es/components/forms/Form/use-field/types.js +1 -1
- package/es/components/forms/Form/use-field/use-field-props.js +1 -1
- package/es/components/forms/Form/use-field/use-field.js +1 -1
- package/es/components/forms/Form/use-form.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 +1 -1
- 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 +1 -1
- package/es/components/forms/RadioGroup/RadioGroup.js +1 -1
- package/es/components/forms/RadioGroup/context.js +1 -1
- package/es/components/forms/SearchInput/SearchInput.js +1 -1
- package/es/components/forms/Slider/Gradation.js +1 -1
- package/es/components/forms/Slider/Header.js +1 -1
- package/es/components/forms/Slider/RangeSlider.js +1 -1
- package/es/components/forms/Slider/Slider.js +1 -1
- package/es/components/forms/Slider/SliderBase.js +1 -1
- package/es/components/forms/Slider/SliderInput.js +1 -1
- package/es/components/forms/Slider/SliderThumb.js +1 -1
- package/es/components/forms/Slider/SliderTrack.js +1 -1
- package/es/components/forms/Slider/elements.js +1 -1
- package/es/components/forms/Slider/index.js +1 -1
- package/es/components/forms/Slider/types.js +1 -1
- package/es/components/forms/Switch/Switch.js +1 -1
- 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 +1 -1
- package/es/components/forms/index.js +1 -1
- package/es/components/forms/wrapper.js +1 -1
- package/es/components/layout/Flex.js +1 -1
- package/es/components/layout/Flow.js +1 -1
- package/es/components/layout/Grid.js +1 -1
- package/es/components/layout/Prefix.js +1 -1
- package/es/components/layout/Space.js +1 -1
- package/es/components/layout/Suffix.js +1 -1
- 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 +1 -1
- 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/Calendar/Calendar.js +1 -1
- package/es/components/other/Calendar/CalendarCell.js +1 -1
- package/es/components/other/Calendar/CalendarGrid.js +1 -1
- package/es/components/other/Calendar/RangeCalendar.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 +1 -1
- 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 +1 -1
- 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 +1 -1
- package/es/components/overlays/Modal/Tray.js +1 -1
- package/es/components/overlays/Modal/Underlay.js +1 -1
- package/es/components/overlays/Modal/index.js +1 -1
- package/es/components/overlays/Modal/types.js +1 -1
- package/es/components/overlays/NewNotifications/Bar/FloatingNotification.js +1 -1
- package/es/components/overlays/NewNotifications/Bar/NotificationsBar.js +1 -1
- package/es/components/overlays/NewNotifications/Bar/TransitionComponent.js +1 -1
- package/es/components/overlays/NewNotifications/Bar/index.js +1 -1
- package/es/components/overlays/NewNotifications/Dialog/NotificationsDialogTrigger.js +1 -1
- package/es/components/overlays/NewNotifications/Dialog/index.js +1 -1
- package/es/components/overlays/NewNotifications/Notification.js +1 -1
- package/es/components/overlays/NewNotifications/NotificationView/NotificationAction.js +1 -1
- package/es/components/overlays/NewNotifications/NotificationView/NotificationCloseButton.js +1 -1
- package/es/components/overlays/NewNotifications/NotificationView/NotificationDescription.js +1 -1
- package/es/components/overlays/NewNotifications/NotificationView/NotificationFooter.js +1 -1
- package/es/components/overlays/NewNotifications/NotificationView/NotificationHeader.js +1 -1
- package/es/components/overlays/NewNotifications/NotificationView/NotificationIcon.js +1 -1
- package/es/components/overlays/NewNotifications/NotificationView/NotificationProvider.js +1 -1
- package/es/components/overlays/NewNotifications/NotificationView/NotificationView.js +1 -1
- package/es/components/overlays/NewNotifications/NotificationView/index.js +1 -1
- package/es/components/overlays/NewNotifications/NotificationView/types.js +1 -1
- package/es/components/overlays/NewNotifications/NotificationsContext/NotificationsProvider.js +1 -1
- package/es/components/overlays/NewNotifications/NotificationsContext/index.js +1 -1
- package/es/components/overlays/NewNotifications/NotificationsContext/use-notifications.js +1 -1
- package/es/components/overlays/NewNotifications/NotificationsList/NotificationsList.js +1 -1
- package/es/components/overlays/NewNotifications/NotificationsList/NotificationsListItem.js +1 -1
- package/es/components/overlays/NewNotifications/NotificationsList/index.js +1 -1
- package/es/components/overlays/NewNotifications/NotificationsList/types.js +1 -1
- package/es/components/overlays/NewNotifications/hooks/index.js +1 -1
- package/es/components/overlays/NewNotifications/hooks/types.js +1 -1
- package/es/components/overlays/NewNotifications/hooks/use-notification-list-item.js +1 -1
- package/es/components/overlays/NewNotifications/hooks/use-notifications-api.js +1 -1
- package/es/components/overlays/NewNotifications/hooks/use-notifications-list.js +1 -1
- package/es/components/overlays/NewNotifications/hooks/use-notifications-observer.js +1 -1
- package/es/components/overlays/NewNotifications/index.js +1 -1
- package/es/components/overlays/NewNotifications/types.js +1 -1
- package/es/components/overlays/Notification/Notification.js +1 -1
- package/es/components/overlays/OverlayWrapper.js +1 -1
- package/es/components/overlays/Toasts/Toast.js +1 -1
- package/es/components/overlays/Toasts/index.js +1 -1
- package/es/components/overlays/Toasts/types.js +1 -1
- package/es/components/overlays/Toasts/use-toasts-api.js +1 -1
- package/es/components/overlays/Tooltip/Tooltip.js +1 -1
- 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 +1 -1
- package/es/components/pickers/Menu/Menu.js +1 -1
- 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 +1 -1
- package/es/components/pickers/Select/Select.js +1 -1
- 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/shared/InvalidIcon.js +1 -1
- package/es/components/shared/ValidIcon.js +1 -1
- package/es/components/status/LoadingAnimation/LoadingAnimation.js +1 -1
- package/es/components/status/LoadingAnimation/index.js +1 -1
- package/es/components/status/Spin/Cube.js +1 -1
- package/es/components/status/Spin/InternalSpinner.js +1 -1
- package/es/components/status/Spin/Spin.js +1 -1
- package/es/components/status/Spin/SpinsContainer.js +1 -1
- package/es/components/status/Spin/index.js +1 -1
- package/es/components/status/Spin/types.js +1 -1
- package/es/components/status/index.js +1 -1
- package/es/data/themes.js +1 -1
- package/es/icons/AiIcon.js +1 -1
- package/es/icons/AreaChartIcon.js +1 -1
- package/es/icons/BackwardIcon.js +1 -1
- package/es/icons/BarChartIcon.js +1 -1
- package/es/icons/BellFilledIcon.js +1 -1
- package/es/icons/BellIcon.js +1 -1
- package/es/icons/BooleanIcon.js +1 -1
- package/es/icons/CalendarIcon.js +1 -1
- package/es/icons/CaretDownIcon.js +1 -1
- package/es/icons/CaretUpIcon.js +1 -1
- package/es/icons/CheckCircleFilledIcon.js +11 -0
- package/es/icons/CheckCircleIcon.js +1 -1
- package/es/icons/CheckIcon.js +1 -1
- package/es/icons/CircleFilledIcon.js +11 -0
- package/es/icons/CloseCircleFilledIcon.js +11 -0
- package/es/icons/CloseCircleIcon.js +11 -0
- package/es/icons/CloseIcon.js +1 -1
- package/es/icons/CopyIcon.js +1 -1
- package/es/icons/CountIcon.js +1 -1
- package/es/icons/CubeIcon.js +1 -1
- package/es/icons/DangerIcon.js +1 -1
- package/es/icons/DashboardIcon.js +11 -0
- package/es/icons/DonutIcon.js +1 -1
- package/es/icons/DownIcon.js +1 -1
- package/es/icons/ExclamationCircleFilledIcon.js +11 -0
- package/es/icons/ExclamationCircleIcon.js +11 -0
- package/es/icons/ExclamationIcon.js +1 -1
- package/es/icons/EyeIcon.js +1 -1
- package/es/icons/EyeInvisibleIcon.js +1 -1
- package/es/icons/FilterIcon.js +1 -1
- package/es/icons/ForwardIcon.js +1 -1
- package/es/icons/IconContainer.js +1 -1
- package/es/icons/InfoCircleIcon.js +1 -1
- package/es/icons/InfoIcon.js +1 -1
- package/es/icons/KeyIcon.js +1 -1
- package/es/icons/LeftIcon.js +1 -1
- package/es/icons/LineChartIcon.js +1 -1
- package/es/icons/LoadingIcon.js +1 -1
- package/es/icons/LockFilledIcon.js +1 -1
- package/es/icons/LockIcon.js +1 -1
- package/es/icons/MoreIcon.js +1 -1
- package/es/icons/NotAllowedIcon.js +11 -0
- package/es/icons/NumberIcon.js +1 -1
- package/es/icons/PauseCircleFilledIcon.js +11 -0
- package/es/icons/PauseCircleIcon.js +11 -0
- package/es/icons/PieChartIcon.js +1 -1
- package/es/icons/PlusIcon.js +1 -1
- package/es/icons/ReloadIcon.js +1 -1
- package/es/icons/RightIcon.js +1 -1
- package/es/icons/SearchIcon.js +1 -1
- package/es/icons/SettingsIcon.js +1 -1
- package/es/icons/SlashIcon.js +1 -1
- package/es/icons/SparklesIcon.js +1 -1
- package/es/icons/SqlIcon.js +1 -1
- package/es/icons/StringIcon.js +1 -1
- package/es/icons/SwitchIcon.js +1 -1
- package/es/icons/TableIcon.js +1 -1
- package/es/icons/ThumbsDownIcon.js +1 -1
- package/es/icons/ThumbsUpIcon.js +1 -1
- package/es/icons/ThunderboltCrossedIcon.js +1 -1
- package/es/icons/ThunderboltFilledIcon.js +1 -1
- package/es/icons/ThunderboltIcon.js +1 -1
- package/es/icons/TimeIcon.js +1 -1
- package/es/icons/UpIcon.js +1 -1
- package/es/icons/ViewIcon.js +1 -1
- package/es/icons/WarningFilledIcon.js +1 -1
- package/es/icons/WarningIcon.js +1 -1
- package/es/icons/index.js +21 -1
- package/es/icons/wrap-icon.js +1 -1
- package/es/index.js +1 -1
- package/es/provider.js +1 -1
- package/es/providers/TrackingProvider.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/Form.stories.js +1 -1
- package/es/stories/FormFieldArgs.js +1 -1
- package/es/stories/Layout.stories.js +1 -1
- package/es/stories/Tasty.stories.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/tasty/index.js +1 -1
- 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/fade.js +34 -0
- 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/inset.js +32 -0
- package/es/tasty/styles/justify.js +1 -1
- package/es/tasty/styles/list.js +4 -2
- 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 +5 -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 +1 -1
- package/es/tasty/types.js +1 -1
- package/es/tasty/utils/cache-wrapper.js +1 -1
- package/es/tasty/utils/case-converter.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 +1 -1
- package/es/tasty/utils/getDisplayName.js +1 -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/tokens.js +2 -1
- package/es/type-checks.js +1 -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/random.js +1 -1
- package/es/utils/range.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 +1 -1
- 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/useViewportSize.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 +25 -25
- package/types/components/content/CopySnippet/CopySnippet.d.ts +6 -0
- package/types/components/forms/DatePicker/DatePickerButton.d.ts +3 -0
- package/types/components/forms/DatePicker/DatePickerElement.d.ts +3 -0
- package/types/components/pickers/Menu/styled.d.ts +6 -0
- package/types/icons/CheckCircleFilledIcon.d.ts +1 -0
- package/types/icons/CircleFilledIcon.d.ts +1 -0
- package/types/icons/CloseCircleFilledIcon.d.ts +1 -0
- package/types/icons/CloseCircleIcon.d.ts +1 -0
- package/types/icons/DashboardIcon.d.ts +1 -0
- package/types/icons/ExclamationCircleFilledIcon.d.ts +1 -0
- package/types/icons/ExclamationCircleIcon.d.ts +1 -0
- package/types/icons/NotAllowedIcon.d.ts +1 -0
- package/types/icons/PauseCircleFilledIcon.d.ts +1 -0
- package/types/icons/PauseCircleIcon.d.ts +1 -0
- package/types/icons/index.d.ts +40 -0
- package/types/stories/components/StyledButton.d.ts +3 -0
- package/types/tasty/styles/fade.d.ts +8 -0
- package/types/tasty/styles/inset.d.ts +6 -0
- package/types/tasty/styles/list.d.ts +4 -4
- package/types/tasty/styles/types.d.ts +2 -0
- package/types/tokens.d.ts +1 -0
package/es/tasty/utils/string.js
CHANGED
package/es/tasty/utils/styles.js
CHANGED
package/es/tokens.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
/**
|
2
2
|
* @license MIT
|
3
3
|
* author: Cube Dev Team
|
4
|
-
* @cube-dev/ui-kit v0.
|
4
|
+
* @cube-dev/ui-kit v0.37.0
|
5
5
|
* Released under the MIT license.
|
6
6
|
*/
|
7
7
|
|
@@ -49,6 +49,7 @@ const TOKENS = {
|
|
49
49
|
'border-width': '1px',
|
50
50
|
radius: '4px',
|
51
51
|
'leaf-sharp-radius': '0px',
|
52
|
+
'fade-width': '32px',
|
52
53
|
transition: '80ms',
|
53
54
|
'clear-color': 'transparent',
|
54
55
|
'border-color': color('dark', 0.1),
|
package/es/type-checks.js
CHANGED
package/es/utils/ResizeSensor.js
CHANGED
package/es/utils/modules.js
CHANGED
package/es/utils/promise.js
CHANGED
package/es/utils/random.js
CHANGED
package/es/utils/range.js
CHANGED
package/es/utils/react/Slots.js
CHANGED
package/es/utils/react/chain.js
CHANGED
package/es/utils/react/index.js
CHANGED
package/es/utils/react/useId.js
CHANGED
package/es/utils/transitions.js
CHANGED
package/es/utils/tree.js
CHANGED
package/es/utils/warnings.js
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@cube-dev/ui-kit",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.37.0",
|
4
4
|
"description": "UIKit for Cube Projects",
|
5
5
|
"keywords": [
|
6
6
|
"uikit"
|
@@ -18,31 +18,31 @@
|
|
18
18
|
},
|
19
19
|
"dependencies": {
|
20
20
|
"@ant-design/icons": "^5.3.4",
|
21
|
-
"@internationalized/date": "^3.5.
|
22
|
-
"@react-aria/focus": "^3.
|
23
|
-
"@react-aria/i18n": "^3.
|
24
|
-
"@react-aria/interactions": "^3.
|
25
|
-
"@react-aria/selection": "^3.17.
|
26
|
-
"@react-aria/ssr": "^3.9.
|
27
|
-
"@react-aria/utils": "^3.
|
21
|
+
"@internationalized/date": "^3.5.2",
|
22
|
+
"@react-aria/focus": "^3.16.2",
|
23
|
+
"@react-aria/i18n": "^3.10.2",
|
24
|
+
"@react-aria/interactions": "^3.21.1",
|
25
|
+
"@react-aria/selection": "^3.17.5",
|
26
|
+
"@react-aria/ssr": "^3.9.2",
|
27
|
+
"@react-aria/utils": "^3.23.2",
|
28
28
|
"@react-spectrum/utils": "^3.11.2",
|
29
|
-
"@react-stately/utils": "^3.9.
|
30
|
-
"@react-types/button": "^3.9.
|
31
|
-
"@react-types/calendar": "^3.4.
|
32
|
-
"@react-types/checkbox": "^3.
|
33
|
-
"@react-types/combobox": "^3.
|
34
|
-
"@react-types/datepicker": "^3.7.
|
35
|
-
"@react-types/dialog": "^3.5.
|
36
|
-
"@react-types/menu": "^3.9.
|
37
|
-
"@react-types/numberfield": "^3.
|
38
|
-
"@react-types/overlays": "^3.8.
|
39
|
-
"@react-types/radio": "^3.
|
40
|
-
"@react-types/select": "^3.9.
|
41
|
-
"@react-types/shared": "^3.22.
|
42
|
-
"@react-types/slider": "^3.7.
|
43
|
-
"@react-types/switch": "^3.5.
|
44
|
-
"@react-types/textfield": "^3.9.
|
45
|
-
"@react-types/tooltip": "^3.4.
|
29
|
+
"@react-stately/utils": "^3.9.1",
|
30
|
+
"@react-types/button": "^3.9.2",
|
31
|
+
"@react-types/calendar": "^3.4.4",
|
32
|
+
"@react-types/checkbox": "^3.7.1",
|
33
|
+
"@react-types/combobox": "^3.10.1",
|
34
|
+
"@react-types/datepicker": "^3.7.2",
|
35
|
+
"@react-types/dialog": "^3.5.8",
|
36
|
+
"@react-types/menu": "^3.9.7",
|
37
|
+
"@react-types/numberfield": "^3.8.1",
|
38
|
+
"@react-types/overlays": "^3.8.5",
|
39
|
+
"@react-types/radio": "^3.7.1",
|
40
|
+
"@react-types/select": "^3.9.2",
|
41
|
+
"@react-types/shared": "^3.22.1",
|
42
|
+
"@react-types/slider": "^3.7.1",
|
43
|
+
"@react-types/switch": "^3.5.1",
|
44
|
+
"@react-types/textfield": "^3.9.1",
|
45
|
+
"@react-types/tooltip": "^3.4.7",
|
46
46
|
"@vitejs/plugin-react": "^4.2.1",
|
47
47
|
"clipboard-copy": "^4.0.1",
|
48
48
|
"clsx": "^1.1.1",
|
@@ -29,6 +29,7 @@ declare const ActionButton: import("react").ComponentType<{
|
|
29
29
|
justifySelf?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.JustifySelf | undefined>;
|
30
30
|
opacity?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Opacity | undefined>;
|
31
31
|
order?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Order | undefined>;
|
32
|
+
position?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Position | undefined>;
|
32
33
|
rowGap?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.RowGap<string | number> | undefined>;
|
33
34
|
textAlign?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextAlign | undefined>;
|
34
35
|
textTransform?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextTransform | undefined>;
|
@@ -42,6 +43,7 @@ declare const ActionButton: import("react").ComponentType<{
|
|
42
43
|
gridColumn?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GridColumn | undefined>;
|
43
44
|
gridRow?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GridRow | undefined>;
|
44
45
|
gridTemplate?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GridTemplate | undefined>;
|
46
|
+
inset?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Inset<string | number> | undefined>;
|
45
47
|
margin?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | undefined>;
|
46
48
|
overflow?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Overflow | undefined>;
|
47
49
|
padding?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | undefined>;
|
@@ -50,6 +52,7 @@ declare const ActionButton: import("react").ComponentType<{
|
|
50
52
|
placeContent?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PlaceContent | undefined>;
|
51
53
|
placeItems?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PlaceItems | undefined>;
|
52
54
|
placeSelf?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PlaceSelf | undefined>;
|
55
|
+
fade?: import("../../../tasty").ResponsiveStyleValue<string | undefined>;
|
53
56
|
reset?: import("../../../tasty").ResponsiveStyleValue<"input" | "button" | undefined>;
|
54
57
|
styledScrollbar?: import("../../../tasty").ResponsiveStyleValue<boolean | undefined>;
|
55
58
|
hide?: import("../../../tasty").ResponsiveStyleValue<boolean | undefined>;
|
@@ -173,6 +176,7 @@ declare const _CopySnippet: typeof CopySnippet & {
|
|
173
176
|
justifySelf?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.JustifySelf | undefined>;
|
174
177
|
opacity?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Opacity | undefined>;
|
175
178
|
order?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Order | undefined>;
|
179
|
+
position?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Position | undefined>;
|
176
180
|
rowGap?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.RowGap<string | number> | undefined>;
|
177
181
|
textAlign?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextAlign | undefined>;
|
178
182
|
textTransform?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextTransform | undefined>;
|
@@ -186,6 +190,7 @@ declare const _CopySnippet: typeof CopySnippet & {
|
|
186
190
|
gridColumn?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GridColumn | undefined>;
|
187
191
|
gridRow?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GridRow | undefined>;
|
188
192
|
gridTemplate?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GridTemplate | undefined>;
|
193
|
+
inset?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Inset<string | number> | undefined>;
|
189
194
|
margin?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | undefined>;
|
190
195
|
overflow?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Overflow | undefined>;
|
191
196
|
padding?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | undefined>;
|
@@ -194,6 +199,7 @@ declare const _CopySnippet: typeof CopySnippet & {
|
|
194
199
|
placeContent?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PlaceContent | undefined>;
|
195
200
|
placeItems?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PlaceItems | undefined>;
|
196
201
|
placeSelf?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PlaceSelf | undefined>;
|
202
|
+
fade?: import("../../../tasty").ResponsiveStyleValue<string | undefined>;
|
197
203
|
reset?: import("../../../tasty").ResponsiveStyleValue<"input" | "button" | undefined>;
|
198
204
|
styledScrollbar?: import("../../../tasty").ResponsiveStyleValue<boolean | undefined>;
|
199
205
|
hide?: import("../../../tasty").ResponsiveStyleValue<boolean | undefined>;
|
@@ -26,6 +26,7 @@ export declare const DatePickerButton: import("react").ComponentType<{
|
|
26
26
|
justifySelf?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.JustifySelf | undefined>;
|
27
27
|
opacity?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Opacity | undefined>;
|
28
28
|
order?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Order | undefined>;
|
29
|
+
position?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Position | undefined>;
|
29
30
|
rowGap?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.RowGap<string | number> | undefined>;
|
30
31
|
textAlign?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextAlign | undefined>;
|
31
32
|
textTransform?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextTransform | undefined>;
|
@@ -39,6 +40,7 @@ export declare const DatePickerButton: import("react").ComponentType<{
|
|
39
40
|
gridColumn?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GridColumn | undefined>;
|
40
41
|
gridRow?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GridRow | undefined>;
|
41
42
|
gridTemplate?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GridTemplate | undefined>;
|
43
|
+
inset?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Inset<string | number> | undefined>;
|
42
44
|
margin?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | undefined>;
|
43
45
|
overflow?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Overflow | undefined>;
|
44
46
|
padding?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | undefined>;
|
@@ -47,6 +49,7 @@ export declare const DatePickerButton: import("react").ComponentType<{
|
|
47
49
|
placeContent?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PlaceContent | undefined>;
|
48
50
|
placeItems?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PlaceItems | undefined>;
|
49
51
|
placeSelf?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PlaceSelf | undefined>;
|
52
|
+
fade?: import("../../../tasty").ResponsiveStyleValue<string | undefined>;
|
50
53
|
reset?: import("../../../tasty").ResponsiveStyleValue<"input" | "button" | undefined>;
|
51
54
|
styledScrollbar?: import("../../../tasty").ResponsiveStyleValue<boolean | undefined>;
|
52
55
|
hide?: import("../../../tasty").ResponsiveStyleValue<boolean | undefined>;
|
@@ -24,6 +24,7 @@ export declare const DatePickerElement: import("react").ComponentType<{
|
|
24
24
|
justifySelf?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.JustifySelf | undefined>;
|
25
25
|
opacity?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Opacity | undefined>;
|
26
26
|
order?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Order | undefined>;
|
27
|
+
position?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Position | undefined>;
|
27
28
|
rowGap?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.RowGap<string | number> | undefined>;
|
28
29
|
textAlign?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextAlign | undefined>;
|
29
30
|
whiteSpace?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WhiteSpace | undefined>;
|
@@ -36,6 +37,7 @@ export declare const DatePickerElement: import("react").ComponentType<{
|
|
36
37
|
gridColumn?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GridColumn | undefined>;
|
37
38
|
gridRow?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GridRow | undefined>;
|
38
39
|
gridTemplate?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GridTemplate | undefined>;
|
40
|
+
inset?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Inset<string | number> | undefined>;
|
39
41
|
margin?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | undefined>;
|
40
42
|
overflow?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Overflow | undefined>;
|
41
43
|
padding?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | undefined>;
|
@@ -44,6 +46,7 @@ export declare const DatePickerElement: import("react").ComponentType<{
|
|
44
46
|
placeContent?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PlaceContent | undefined>;
|
45
47
|
placeItems?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PlaceItems | undefined>;
|
46
48
|
placeSelf?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PlaceSelf | undefined>;
|
49
|
+
fade?: import("../../../tasty").ResponsiveStyleValue<string | undefined>;
|
47
50
|
reset?: import("../../../tasty").ResponsiveStyleValue<"input" | "button" | undefined>;
|
48
51
|
styledScrollbar?: import("../../../tasty").ResponsiveStyleValue<boolean | undefined>;
|
49
52
|
hide?: import("../../../tasty").ResponsiveStyleValue<boolean | undefined>;
|
@@ -26,6 +26,7 @@ export declare const StyledMenuHeader: import("react").ComponentType<{
|
|
26
26
|
justifySelf?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.JustifySelf | undefined>;
|
27
27
|
opacity?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Opacity | undefined>;
|
28
28
|
order?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Order | undefined>;
|
29
|
+
position?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Position | undefined>;
|
29
30
|
rowGap?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.RowGap<string | number> | undefined>;
|
30
31
|
textAlign?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextAlign | undefined>;
|
31
32
|
whiteSpace?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WhiteSpace | undefined>;
|
@@ -38,6 +39,7 @@ export declare const StyledMenuHeader: import("react").ComponentType<{
|
|
38
39
|
gridColumn?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GridColumn | undefined>;
|
39
40
|
gridRow?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GridRow | undefined>;
|
40
41
|
gridTemplate?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GridTemplate | undefined>;
|
42
|
+
inset?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Inset<string | number> | undefined>;
|
41
43
|
margin?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | undefined>;
|
42
44
|
overflow?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Overflow | undefined>;
|
43
45
|
padding?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | undefined>;
|
@@ -46,6 +48,7 @@ export declare const StyledMenuHeader: import("react").ComponentType<{
|
|
46
48
|
placeContent?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PlaceContent | undefined>;
|
47
49
|
placeItems?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PlaceItems | undefined>;
|
48
50
|
placeSelf?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PlaceSelf | undefined>;
|
51
|
+
fade?: import("../../../tasty").ResponsiveStyleValue<string | undefined>;
|
49
52
|
reset?: import("../../../tasty").ResponsiveStyleValue<"input" | "button" | undefined>;
|
50
53
|
styledScrollbar?: import("../../../tasty").ResponsiveStyleValue<boolean | undefined>;
|
51
54
|
hide?: import("../../../tasty").ResponsiveStyleValue<boolean | undefined>;
|
@@ -105,6 +108,7 @@ export declare const StyledMenuSectionHeading: import("react").ComponentType<{
|
|
105
108
|
justifySelf?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.JustifySelf | undefined>;
|
106
109
|
opacity?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Opacity | undefined>;
|
107
110
|
order?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Order | undefined>;
|
111
|
+
position?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Position | undefined>;
|
108
112
|
rowGap?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.RowGap<string | number> | undefined>;
|
109
113
|
textAlign?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.TextAlign | undefined>;
|
110
114
|
whiteSpace?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.WhiteSpace | undefined>;
|
@@ -117,6 +121,7 @@ export declare const StyledMenuSectionHeading: import("react").ComponentType<{
|
|
117
121
|
gridColumn?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GridColumn | undefined>;
|
118
122
|
gridRow?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GridRow | undefined>;
|
119
123
|
gridTemplate?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.GridTemplate | undefined>;
|
124
|
+
inset?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Inset<string | number> | undefined>;
|
120
125
|
margin?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | undefined>;
|
121
126
|
overflow?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Overflow | undefined>;
|
122
127
|
padding?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | undefined>;
|
@@ -125,6 +130,7 @@ export declare const StyledMenuSectionHeading: import("react").ComponentType<{
|
|
125
130
|
placeContent?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PlaceContent | undefined>;
|
126
131
|
placeItems?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PlaceItems | undefined>;
|
127
132
|
placeSelf?: import("../../../tasty").ResponsiveStyleValue<import("csstype").Property.PlaceSelf | undefined>;
|
133
|
+
fade?: import("../../../tasty").ResponsiveStyleValue<string | undefined>;
|
128
134
|
reset?: import("../../../tasty").ResponsiveStyleValue<"input" | "button" | undefined>;
|
129
135
|
styledScrollbar?: import("../../../tasty").ResponsiveStyleValue<boolean | undefined>;
|
130
136
|
hide?: import("../../../tasty").ResponsiveStyleValue<boolean | undefined>;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const CheckCircleFilledIcon: import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const CircleFilledIcon: import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const CloseCircleFilledIcon: import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const CloseCircleIcon: import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const DashboardIcon: import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const ExclamationCircleFilledIcon: import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const ExclamationCircleIcon: import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const NotAllowedIcon: import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const PauseCircleFilledIcon: import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const PauseCircleIcon: import("react/jsx-runtime").JSX.Element;
|
package/types/icons/index.d.ts
CHANGED
@@ -223,6 +223,46 @@ export declare const StringIcon: {
|
|
223
223
|
(props: import("./IconContainer").CubeIconProps): import("react/jsx-runtime").JSX.Element;
|
224
224
|
displayName: string;
|
225
225
|
};
|
226
|
+
export declare const DashboardIcon: {
|
227
|
+
(props: import("./IconContainer").CubeIconProps): import("react/jsx-runtime").JSX.Element;
|
228
|
+
displayName: string;
|
229
|
+
};
|
230
|
+
export declare const CheckCircleFilledIcon: {
|
231
|
+
(props: import("./IconContainer").CubeIconProps): import("react/jsx-runtime").JSX.Element;
|
232
|
+
displayName: string;
|
233
|
+
};
|
234
|
+
export declare const CircleFilledIcon: {
|
235
|
+
(props: import("./IconContainer").CubeIconProps): import("react/jsx-runtime").JSX.Element;
|
236
|
+
displayName: string;
|
237
|
+
};
|
238
|
+
export declare const CloseCircleFilledIcon: {
|
239
|
+
(props: import("./IconContainer").CubeIconProps): import("react/jsx-runtime").JSX.Element;
|
240
|
+
displayName: string;
|
241
|
+
};
|
242
|
+
export declare const CloseCircleIcon: {
|
243
|
+
(props: import("./IconContainer").CubeIconProps): import("react/jsx-runtime").JSX.Element;
|
244
|
+
displayName: string;
|
245
|
+
};
|
246
|
+
export declare const ExclamationCircleFilledIcon: {
|
247
|
+
(props: import("./IconContainer").CubeIconProps): import("react/jsx-runtime").JSX.Element;
|
248
|
+
displayName: string;
|
249
|
+
};
|
250
|
+
export declare const ExclamationCircleIcon: {
|
251
|
+
(props: import("./IconContainer").CubeIconProps): import("react/jsx-runtime").JSX.Element;
|
252
|
+
displayName: string;
|
253
|
+
};
|
254
|
+
export declare const NotAllowedIcon: {
|
255
|
+
(props: import("./IconContainer").CubeIconProps): import("react/jsx-runtime").JSX.Element;
|
256
|
+
displayName: string;
|
257
|
+
};
|
258
|
+
export declare const PauseCircleFilledIcon: {
|
259
|
+
(props: import("./IconContainer").CubeIconProps): import("react/jsx-runtime").JSX.Element;
|
260
|
+
displayName: string;
|
261
|
+
};
|
262
|
+
export declare const PauseCircleIcon: {
|
263
|
+
(props: import("./IconContainer").CubeIconProps): import("react/jsx-runtime").JSX.Element;
|
264
|
+
displayName: string;
|
265
|
+
};
|
226
266
|
export { IconContainer } from './IconContainer';
|
227
267
|
export type { CubeIconProps } from './IconContainer';
|
228
268
|
export { wrapIcon };
|
@@ -26,6 +26,7 @@ export declare const StyledButton: import("react").ComponentType<{
|
|
26
26
|
justifySelf?: import("../../tasty").ResponsiveStyleValue<import("csstype").Property.JustifySelf | undefined>;
|
27
27
|
opacity?: import("../../tasty").ResponsiveStyleValue<import("csstype").Property.Opacity | undefined>;
|
28
28
|
order?: import("../../tasty").ResponsiveStyleValue<import("csstype").Property.Order | undefined>;
|
29
|
+
position?: import("../../tasty").ResponsiveStyleValue<import("csstype").Property.Position | undefined>;
|
29
30
|
rowGap?: import("../../tasty").ResponsiveStyleValue<import("csstype").Property.RowGap<string | number> | undefined>;
|
30
31
|
textAlign?: import("../../tasty").ResponsiveStyleValue<import("csstype").Property.TextAlign | undefined>;
|
31
32
|
textTransform?: import("../../tasty").ResponsiveStyleValue<import("csstype").Property.TextTransform | undefined>;
|
@@ -39,6 +40,7 @@ export declare const StyledButton: import("react").ComponentType<{
|
|
39
40
|
gridColumn?: import("../../tasty").ResponsiveStyleValue<import("csstype").Property.GridColumn | undefined>;
|
40
41
|
gridRow?: import("../../tasty").ResponsiveStyleValue<import("csstype").Property.GridRow | undefined>;
|
41
42
|
gridTemplate?: import("../../tasty").ResponsiveStyleValue<import("csstype").Property.GridTemplate | undefined>;
|
43
|
+
inset?: import("../../tasty").ResponsiveStyleValue<import("csstype").Property.Inset<string | number> | undefined>;
|
42
44
|
margin?: import("../../tasty").ResponsiveStyleValue<import("csstype").Property.Margin<string | number> | undefined>;
|
43
45
|
overflow?: import("../../tasty").ResponsiveStyleValue<import("csstype").Property.Overflow | undefined>;
|
44
46
|
padding?: import("../../tasty").ResponsiveStyleValue<import("csstype").Property.Padding<string | number> | undefined>;
|
@@ -47,6 +49,7 @@ export declare const StyledButton: import("react").ComponentType<{
|
|
47
49
|
placeContent?: import("../../tasty").ResponsiveStyleValue<import("csstype").Property.PlaceContent | undefined>;
|
48
50
|
placeItems?: import("../../tasty").ResponsiveStyleValue<import("csstype").Property.PlaceItems | undefined>;
|
49
51
|
placeSelf?: import("../../tasty").ResponsiveStyleValue<import("csstype").Property.PlaceSelf | undefined>;
|
52
|
+
fade?: import("../../tasty").ResponsiveStyleValue<string | undefined>;
|
50
53
|
reset?: import("../../tasty").ResponsiveStyleValue<"input" | "button" | undefined>;
|
51
54
|
styledScrollbar?: import("../../tasty").ResponsiveStyleValue<boolean | undefined>;
|
52
55
|
hide?: import("../../tasty").ResponsiveStyleValue<boolean | undefined>;
|