@cube-dev/ui-kit 0.33.3 → 0.34.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 +14 -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 +7 -7
- 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 +3 -3
- package/cjs/components/content/CopyPasteBlock/index.js +1 -1
- package/cjs/components/content/CopySnippet/CopySnippet.js +4 -4
- 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 +3 -2
- package/cjs/components/content/Skeleton/Skeleton.js +1 -1
- package/cjs/components/content/Tag/Tag.js +2 -2
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- package/cjs/components/forms/PasswordInput/PasswordInput.js +3 -3
- package/cjs/components/forms/RadioGroup/Radio.js +2 -2
- 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 +3 -3
- 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 +4 -3
- 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 +14 -0
- package/cjs/icons/BellIcon.js +14 -0
- package/cjs/icons/BooleanIcon.js +1 -1
- package/cjs/icons/CalendarIcon.js +14 -0
- package/cjs/icons/CaretDownIcon.js +14 -0
- package/cjs/icons/CaretUpIcon.js +14 -0
- package/cjs/icons/CheckCircleIcon.js +14 -0
- package/cjs/icons/CloseIcon.js +1 -1
- package/cjs/icons/CopyIcon.js +14 -0
- package/cjs/icons/CountIcon.js +1 -1
- package/cjs/icons/CubeIcon.js +1 -1
- package/cjs/icons/DangerIcon.js +1 -1
- package/cjs/icons/DonutIcon.js +1 -1
- package/cjs/icons/DownIcon.js +1 -1
- package/cjs/icons/ExclamationIcon.js +2 -2
- package/cjs/icons/EyeIcon.js +14 -0
- package/cjs/icons/EyeInvisibleIcon.js +14 -0
- package/cjs/icons/FilterIcon.js +1 -1
- package/cjs/icons/ForwardIcon.js +1 -1
- package/cjs/icons/IconContainer.js +2 -1
- package/cjs/icons/InfoCircleIcon.js +14 -0
- package/cjs/icons/InfoIcon.js +14 -0
- 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 +14 -0
- package/cjs/icons/LockFilledIcon.js +1 -1
- package/cjs/icons/LockIcon.js +1 -1
- package/cjs/icons/MoreIcon.js +1 -1
- package/cjs/icons/NumberIcon.js +1 -1
- package/cjs/icons/PieChartIcon.js +1 -1
- package/cjs/icons/PlusIcon.js +1 -1
- package/cjs/icons/ReloadIcon.js +14 -0
- package/cjs/icons/RightIcon.js +1 -1
- package/cjs/icons/SettingsIcon.js +14 -0
- package/cjs/icons/SqlIcon.js +1 -1
- package/cjs/icons/StringIcon.js +1 -1
- package/cjs/icons/TableIcon.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 +14 -0
- package/cjs/icons/WarningIcon.js +14 -0
- package/cjs/icons/index.js +34 -4
- 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/fill.js +1 -1
- package/cjs/tasty/styles/flow.js +1 -1
- package/cjs/tasty/styles/font.js +1 -1
- package/cjs/tasty/styles/fontStyle.js +1 -1
- package/cjs/tasty/styles/gap.js +1 -1
- package/cjs/tasty/styles/groupRadius.js +1 -1
- package/cjs/tasty/styles/height.js +1 -1
- package/cjs/tasty/styles/index.js +1 -1
- package/cjs/tasty/styles/justify.js +1 -1
- package/cjs/tasty/styles/list.js +1 -1
- package/cjs/tasty/styles/margin.js +1 -1
- package/cjs/tasty/styles/marginBlock.js +1 -1
- package/cjs/tasty/styles/marginInline.js +1 -1
- package/cjs/tasty/styles/outline.js +1 -1
- package/cjs/tasty/styles/padding.js +1 -1
- package/cjs/tasty/styles/paddingBlock.js +1 -1
- package/cjs/tasty/styles/paddingInline.js +1 -1
- package/cjs/tasty/styles/predefined.js +1 -1
- package/cjs/tasty/styles/preset.js +1 -1
- package/cjs/tasty/styles/radius.js +1 -1
- package/cjs/tasty/styles/reset.js +1 -1
- package/cjs/tasty/styles/shadow.js +1 -1
- package/cjs/tasty/styles/styledScrollbar.js +1 -1
- package/cjs/tasty/styles/transition.js +1 -1
- package/cjs/tasty/styles/types.js +1 -1
- package/cjs/tasty/styles/width.js +1 -1
- package/cjs/tasty/tasty.js +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 +1 -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 +14 -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 +7 -7
- 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 +3 -3
- package/es/components/content/CopyPasteBlock/index.js +1 -1
- package/es/components/content/CopySnippet/CopySnippet.js +4 -4
- 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 +4 -3
- package/es/components/content/Skeleton/Skeleton.js +1 -1
- package/es/components/content/Tag/Tag.js +2 -2
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- package/es/components/forms/PasswordInput/PasswordInput.js +3 -3
- package/es/components/forms/RadioGroup/Radio.js +2 -2
- 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 +3 -3
- 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 +5 -4
- 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 +11 -0
- package/es/icons/BellIcon.js +11 -0
- package/es/icons/BooleanIcon.js +1 -1
- package/es/icons/CalendarIcon.js +11 -0
- package/es/icons/CaretDownIcon.js +11 -0
- package/es/icons/CaretUpIcon.js +11 -0
- package/es/icons/CheckCircleIcon.js +11 -0
- package/es/icons/CloseIcon.js +1 -1
- package/es/icons/CopyIcon.js +11 -0
- package/es/icons/CountIcon.js +1 -1
- package/es/icons/CubeIcon.js +1 -1
- package/es/icons/DangerIcon.js +1 -1
- package/es/icons/DonutIcon.js +1 -1
- package/es/icons/DownIcon.js +1 -1
- package/es/icons/ExclamationIcon.js +2 -2
- package/es/icons/EyeIcon.js +11 -0
- package/es/icons/EyeInvisibleIcon.js +11 -0
- package/es/icons/FilterIcon.js +1 -1
- package/es/icons/ForwardIcon.js +1 -1
- package/es/icons/IconContainer.js +2 -1
- package/es/icons/InfoCircleIcon.js +11 -0
- package/es/icons/InfoIcon.js +11 -0
- 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 +11 -0
- package/es/icons/LockFilledIcon.js +1 -1
- package/es/icons/LockIcon.js +1 -1
- package/es/icons/MoreIcon.js +1 -1
- package/es/icons/NumberIcon.js +1 -1
- package/es/icons/PieChartIcon.js +1 -1
- package/es/icons/PlusIcon.js +1 -1
- package/es/icons/ReloadIcon.js +11 -0
- package/es/icons/RightIcon.js +1 -1
- package/es/icons/SettingsIcon.js +11 -0
- package/es/icons/SqlIcon.js +1 -1
- package/es/icons/StringIcon.js +1 -1
- package/es/icons/TableIcon.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 +11 -0
- package/es/icons/WarningIcon.js +11 -0
- package/es/icons/index.js +33 -3
- 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/fill.js +1 -1
- package/es/tasty/styles/flow.js +1 -1
- package/es/tasty/styles/font.js +1 -1
- package/es/tasty/styles/fontStyle.js +1 -1
- package/es/tasty/styles/gap.js +1 -1
- package/es/tasty/styles/groupRadius.js +1 -1
- package/es/tasty/styles/height.js +1 -1
- package/es/tasty/styles/index.js +1 -1
- package/es/tasty/styles/justify.js +1 -1
- package/es/tasty/styles/list.js +1 -1
- package/es/tasty/styles/margin.js +1 -1
- package/es/tasty/styles/marginBlock.js +1 -1
- package/es/tasty/styles/marginInline.js +1 -1
- package/es/tasty/styles/outline.js +1 -1
- package/es/tasty/styles/padding.js +1 -1
- package/es/tasty/styles/paddingBlock.js +1 -1
- package/es/tasty/styles/paddingInline.js +1 -1
- package/es/tasty/styles/predefined.js +1 -1
- package/es/tasty/styles/preset.js +1 -1
- package/es/tasty/styles/radius.js +1 -1
- package/es/tasty/styles/reset.js +1 -1
- package/es/tasty/styles/shadow.js +1 -1
- package/es/tasty/styles/styledScrollbar.js +1 -1
- package/es/tasty/styles/transition.js +1 -1
- package/es/tasty/styles/types.js +1 -1
- package/es/tasty/styles/width.js +1 -1
- package/es/tasty/tasty.js +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 +1 -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 +1 -1
- package/types/components/forms/TextInput/TextInputBase.d.ts +1 -1
- package/types/components/overlays/NewNotifications/NotificationView/NotificationIcon.d.ts +1 -1
- package/types/icons/BellFilledIcon.d.ts +1 -0
- package/types/icons/BellIcon.d.ts +1 -0
- package/types/icons/CalendarIcon.d.ts +1 -0
- package/types/icons/CaretDownIcon.d.ts +1 -0
- package/types/icons/CaretUpIcon.d.ts +1 -0
- package/types/icons/CheckCircleIcon.d.ts +1 -0
- package/types/icons/CopyIcon.d.ts +1 -0
- package/types/icons/EyeIcon.d.ts +1 -0
- package/types/icons/EyeInvisibleIcon.d.ts +1 -0
- package/types/icons/IconContainer.d.ts +2 -2
- package/types/icons/InfoCircleIcon.d.ts +1 -0
- package/types/icons/InfoIcon.d.ts +1 -0
- package/types/icons/LoadingIcon.d.ts +1 -0
- package/types/icons/ReloadIcon.d.ts +1 -0
- package/types/icons/SettingsIcon.d.ts +1 -0
- package/types/icons/WarningFilledIcon.d.ts +1 -0
- package/types/icons/WarningIcon.d.ts +1 -0
- package/types/icons/index.d.ts +95 -35
- package/types/icons/wrap-icon.d.ts +2 -2
- package/cjs/icons/DateIcon.js +0 -14
- package/es/icons/DateIcon.js +0 -11
- package/types/icons/DateIcon.d.ts +0 -1
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.34.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.BellFilledIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.BellFilledIcon = ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.592 1.772A4.8 4.8 0 0 1 8 .35a4.8 4.8 0 0 1 3.408 1.422c.736.742 1.097 1.63 1.292 2.526.166.762.218 1.572.267 2.323l.022.34c.12 1.76.327 3.128 1.624 4a.65.65 0 0 1-.363 1.189H1.75a.65.65 0 0 1-.363-1.19c1.297-.87 1.504-2.239 1.624-3.999l.022-.34c.049-.75.1-1.56.267-2.323.195-.897.556-1.784 1.292-2.526M8 14.7c-.794 0-1.35-.584-1.35-1.2h-1.3C5.35 14.928 6.585 16 8 16s2.65-1.072 2.65-2.5h-1.3c0 .616-.556 1.2-1.35 1.2", clipRule: "evenodd" }) }));
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.34.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.BellIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.BellIcon = ((0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", children: [(0, jsx_runtime_1.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 .35a4.8 4.8 0 0 0-3.408 1.422c-.736.742-1.097 1.63-1.292 2.526-.166.762-.218 1.572-.267 2.323l-.022.34c-.12 1.76-.327 3.128-1.624 4a.65.65 0 0 0 .363 1.189h12.5a.65.65 0 0 0 .363-1.19c-1.297-.87-1.504-2.239-1.624-3.999l-.022-.34c-.049-.75-.1-1.56-.267-2.323-.195-.897-.556-1.784-1.292-2.526A4.8 4.8 0 0 0 8 .35M5.515 2.688A3.5 3.5 0 0 1 8 1.65a3.5 3.5 0 0 1 2.485 1.038c.507.511.784 1.143.945 1.886.143.66.19 1.362.239 2.12l.023.355c.085 1.244.214 2.644.994 3.801H3.314c.78-1.157.91-2.557.994-3.8l.024-.355c.049-.76.095-1.462.238-2.12.162-.744.438-1.376.945-1.887", clipRule: "evenodd" }), (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M8 14.7c-.794 0-1.35-.584-1.35-1.2h-1.3C5.35 14.928 6.585 16 8 16s2.65-1.072 2.65-2.5h-1.3c0 .616-.556 1.2-1.35 1.2" })] }));
|
13
|
+
|
14
|
+
|
package/cjs/icons/BooleanIcon.js
CHANGED
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.34.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.CalendarIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.CalendarIcon = ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M3.085 14.902a1.27 1.27 0 0 1-.931-.39 1.27 1.27 0 0 1-.39-.93V3.418c0-.364.13-.676.39-.938.26-.26.57-.392.93-.392h1v-.382c0-.17.06-.316.183-.437a.6.6 0 0 1 .436-.18c.174 0 .321.06.442.18s.182.267.182.438v.381h5.346v-.382c0-.17.061-.316.184-.437a.6.6 0 0 1 .436-.18c.174 0 .32.06.442.18.121.12.182.267.182.438v.381h.998c.364 0 .677.131.938.392.261.262.392.574.392.938v10.164c0 .361-.13.671-.392.93-.261.26-.574.39-.938.39h-9.83Zm0-1.32h9.83V6.5h-9.83v7.082Zm0-8.082h9.83V3.418h-9.83V5.5Z" }) }));
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.34.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.CaretDownIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.CaretDownIcon = ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M7.54 10.447a.6.6 0 0 0 .92 0l3.72-4.463A.6.6 0 0 0 11.719 5H4.281a.6.6 0 0 0-.46.984z" }) }));
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.34.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.CaretUpIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.CaretUpIcon = ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M7.54 5.553a.6.6 0 0 1 .92 0l3.72 4.463a.6.6 0 0 1-.461.984H4.281a.6.6 0 0 1-.46-.984z" }) }));
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.34.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.CheckCircleIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.CheckCircleIcon = ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.7 8A6.7 6.7 0 1 1 1.3 8a6.7 6.7 0 0 1 13.4 0M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-4.372-1.342a.65.65 0 0 0-.92-.92l-3.5 3.501-1.916-1.916a.65.65 0 0 0-.92.92l2.376 2.375a.65.65 0 0 0 .92 0z", clipRule: "evenodd" }) }));
|
13
|
+
|
14
|
+
|
package/cjs/icons/CloseIcon.js
CHANGED
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.34.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.CopyIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.CopyIcon = ((0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", children: [(0, jsx_runtime_1.jsx)("g", { clipPath: "url(#a)", children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.797 0C15.461 0 16 .539 16 1.203v9.03c0 .665-.539 1.204-1.203 1.204h-3.36v3.36c0 .664-.539 1.203-1.203 1.203H1.203A1.203 1.203 0 0 1 0 14.797v-9.03c0-.665.538-1.204 1.203-1.204h3.36v-3.36C4.563.539 5.102 0 5.766 0zM5.863 4.563h4.37c.665 0 1.204.539 1.204 1.203v4.37H14.7V1.3H5.863zM10.137 14.7V5.863H1.3V14.7z", clipRule: "evenodd" }) }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: "a", children: (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M0 0h16v16H0z" }) }) })] }));
|
13
|
+
|
14
|
+
|
package/cjs/icons/CountIcon.js
CHANGED
package/cjs/icons/CubeIcon.js
CHANGED
package/cjs/icons/DangerIcon.js
CHANGED
package/cjs/icons/DonutIcon.js
CHANGED
package/cjs/icons/DownIcon.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.34.0
|
5
5
|
* Released under the MIT license.
|
6
6
|
*/
|
7
7
|
|
@@ -9,6 +9,6 @@
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
10
10
|
exports.ExclamationIcon = void 0;
|
11
11
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
-
exports.ExclamationIcon = ((0, jsx_runtime_1.jsx)("svg", {
|
12
|
+
exports.ExclamationIcon = ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "m7.424 10.079-.27-8.071h1.674l-.252 8.071zM8 14.039a1.12 1.12 0 0 1-1.134-1.134c0-.666.522-1.134 1.134-1.134.63 0 1.134.468 1.134 1.134S8.63 14.039 8 14.039" }) }));
|
13
13
|
|
14
14
|
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.34.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.EyeIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.EyeIcon = ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 2.8c1.579 0 2.839.474 3.887 1.324Q13.47 5.408 14.593 8q-1.122 2.593-2.706 3.876C10.839 12.726 9.579 13.2 8 13.2s-2.839-.474-3.887-1.324Q2.53 10.592 1.407 8 2.53 5.407 4.113 4.124C5.161 3.274 6.421 2.8 8 2.8m7.818 5.642c.12-.282.12-.602 0-.884C14.205 3.785 11.736 1.5 8 1.5S1.795 3.785.182 7.558c-.12.282-.12.602 0 .884C1.795 12.215 4.264 14.5 8 14.5s6.205-2.285 7.818-6.058M9.95 8a1.95 1.95 0 1 1-3.9 0 1.95 1.95 0 0 1 3.9 0m1.3 0a3.25 3.25 0 1 1-6.5 0 3.25 3.25 0 0 1 6.5 0", clipRule: "evenodd" }) }));
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.34.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.EyeInvisibleIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.EyeInvisibleIcon = ((0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", children: [(0, jsx_runtime_1.jsx)("g", { clipPath: "url(#a)", children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.04 1.96a.65.65 0 1 0-.92-.92l-1.789 1.79C11.121 1.967 9.691 1.5 8 1.5 4.264 1.5 1.795 3.785.182 7.558c-.12.282-.12.602 0 .884.69 1.615 1.537 2.957 2.573 3.964L.87 14.29a.65.65 0 1 0 .92.92zM3.674 11.486 5.321 9.84a3.25 3.25 0 0 1 4.52-4.52l1.555-1.556C10.45 3.142 9.34 2.8 8 2.8c-1.579 0-2.839.474-3.887 1.324Q2.53 5.408 1.407 8q.963 2.225 2.267 3.486m5.22-5.22a1.95 1.95 0 0 0-2.628 2.628zm2.324 1.275L7.54 11.218q.225.032.459.032a3.25 3.25 0 0 0 3.218-3.709M8 13.2a6.5 6.5 0 0 1-2.11-.332l-1 1.002c.923.412 1.956.63 3.11.63 3.736 0 6.205-2.285 7.818-6.058.12-.282.12-.602 0-.884-.479-1.12-1.032-2.108-1.672-2.945l-.929.929q.758 1.03 1.376 2.458-1.122 2.593-2.706 3.876C10.839 12.726 9.579 13.2 8 13.2", clipRule: "evenodd" }) }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: "a", children: (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M0 0h16v16H0z" }) }) })] }));
|
13
|
+
|
14
|
+
|
package/cjs/icons/FilterIcon.js
CHANGED
package/cjs/icons/ForwardIcon.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.34.0
|
5
5
|
* Released under the MIT license.
|
6
6
|
*/
|
7
7
|
|
@@ -18,6 +18,7 @@ const IconContainerElement = (0, tasty_1.tasty)({
|
|
18
18
|
verticalAlign: 'middle',
|
19
19
|
width: '1em 1em',
|
20
20
|
height: '1em 1em',
|
21
|
+
fontSize: 'var(--icon-size, var(--font-size))',
|
21
22
|
'& svg': {
|
22
23
|
width: '1em 1em',
|
23
24
|
height: '1em 1em',
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.34.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.InfoCircleIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.InfoCircleIcon = ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 14.7A6.7 6.7 0 1 0 8 1.3a6.7 6.7 0 0 0 0 13.4M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m-.65-3.55V7.025h1.3v5.425zM8 5.891a1.1 1.1 0 1 0 0-2.2 1.1 1.1 0 0 0 0 2.2", clipRule: "evenodd" }) }));
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.34.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.InfoIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.InfoIcon = ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.1 2.985a1.1 1.1 0 1 1-2.2 0 1.1 1.1 0 0 1 2.2 0m-1.793 3.03v7.944h1.386V6.015z", clipRule: "evenodd" }) }));
|
13
|
+
|
14
|
+
|
package/cjs/icons/KeyIcon.js
CHANGED
package/cjs/icons/LeftIcon.js
CHANGED
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.34.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.LoadingIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.LoadingIcon = ((0, jsx_runtime_1.jsx)("svg", { className: "cube-animation-spin", xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.35 1.65A.65.65 0 0 1 8 1a7 7 0 0 1 7 7 .65.65 0 1 1-1.3 0A5.7 5.7 0 0 0 8 2.3a.65.65 0 0 1-.65-.65", clipRule: "evenodd" }) }));
|
13
|
+
|
14
|
+
|
package/cjs/icons/LockIcon.js
CHANGED
package/cjs/icons/MoreIcon.js
CHANGED
package/cjs/icons/NumberIcon.js
CHANGED
package/cjs/icons/PlusIcon.js
CHANGED
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.34.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.ReloadIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.ReloadIcon = ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.513 11.098a5.449 5.449 0 0 1 8.762-6.47l-.947.655a.4.4 0 0 0 .087.704l2.972 1.115a.4.4 0 0 0 .54-.374l.007-3.174a.4.4 0 0 0-.627-.33l-.96.664a6.749 6.749 0 1 0 .66 7.18.65.65 0 1 0-1.158-.59 5.449 5.449 0 0 1-9.336.62", clipRule: "evenodd" }) }));
|
13
|
+
|
14
|
+
|
package/cjs/icons/RightIcon.js
CHANGED
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.34.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.SettingsIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.SettingsIcon = ((0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", children: [(0, jsx_runtime_1.jsxs)("g", { fill: "currentColor", fillRule: "evenodd", clipPath: "url(#a)", clipRule: "evenodd", children: [(0, jsx_runtime_1.jsx)("path", { d: "M8 11.3a3.3 3.3 0 1 0 0-6.6 3.3 3.3 0 0 0 0 6.6M10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0" }), (0, jsx_runtime_1.jsx)("path", { d: "M6.95 15.929c.34.05.7.07 1.05.07l.02-.01a9 9 0 0 0 1.082-.074c.216-.028.398-.052.598-.166.18-.1.36-.27.47-.46.12-.2.15-.39.19-.67l.18-1.15c.33-.15.65-.34.95-.55l1.08.42c.25.1.45.17.68.17.21 0 .44-.06.62-.17.2-.13.32-.27.47-.47.43-.56.78-1.17 1.05-1.82.09-.21.17-.4.17-.64 0-.22-.06-.45-.16-.63-.112-.205-.258-.323-.448-.476l-.042-.034-.91-.73c.03-.36.03-.74 0-1.1l.91-.73c.22-.17.37-.29.49-.5.1-.19.16-.42.16-.63 0-.226-.071-.4-.155-.602l-.015-.038c-.26-.65-.62-1.26-1.05-1.82l-.029-.037c-.136-.173-.245-.311-.441-.423-.19-.12-.42-.18-.63-.18-.237-.01-.399.056-.615.144l-.065.026-1.08.42c-.3-.21-.62-.4-.95-.55l-.18-1.17c-.04-.26-.07-.45-.19-.66a1.3 1.3 0 0 0-.46-.45c-.21-.11-.4-.14-.64-.17a8.3 8.3 0 0 0-2.137.003C6.696.1 6.513.123 6.31.24c-.18.11-.35.28-.46.46-.12.2-.15.4-.19.67l-.18 1.15c-.33.15-.65.34-.95.55l-1.08-.42c-.25-.1-.44-.17-.67-.17s-.45.07-.64.18c-.196.112-.305.25-.441.423l-.029.037c-.44.55-.79 1.17-1.06 1.82l-.03.076c-.077.193-.14.351-.14.564 0 .22.06.45.15.64.12.2.28.33.49.5l.91.73c-.03.36-.03.74 0 1.1l-.92.74c-.2.16-.35.28-.47.49-.1.19-.16.42-.16.63 0 .228.067.39.147.584l.023.056a8.2 8.2 0 0 0 1.089 1.866c.136.173.245.312.441.424.19.1.42.17.63.17.24 0 .42-.07.67-.17l1.08-.42c.3.21.62.4.95.55l.18 1.15c.04.27.07.47.19.68.11.19.28.36.47.46.21.11.4.14.64.17m.17-1.29h-.08c-.03 0-.05 0-.05.03q-.016-.051-.023-.122-.005-.05-.017-.118l-.29-1.88-.35-.14c-.46-.17-.89-.42-1.27-.73l-.29-.24-1.77.69c-.1.04-.17.07-.15.1-.022-.022-.04-.047-.063-.076L2.7 12.07c-.36-.47-.65-.98-.88-1.53-.03-.09-.06-.14-.09-.11a.8.8 0 0 1 .134-.118l.056-.042 1.48-1.19-.06-.37c-.07-.48-.07-.98 0-1.46l.06-.37-1.49-1.19c-.08-.08-.14-.11-.16-.08a1 1 0 0 1 .04-.115l.03-.075c.22-.55.52-1.06.88-1.53q.045-.075.09-.12c.05.02.1.04.18.07l1.77.69.29-.24c.39-.31.81-.55 1.27-.73l.35-.14.29-1.88c.02-.11.03-.18-.01-.18a6.557 6.557 0 0 1 1.97-.03c.09.01.14.01.14-.03.012.03.017.07.024.122q.005.05.016.118l.29 1.88.35.14c.45.17.88.42 1.26.73l.29.24 1.77-.69c.1-.04.17-.07.15-.1q.015.018.03.04.037.047.09.12c.36.47.65.98.88 1.53.03.08.06.14.09.11a.8.8 0 0 1-.134.117l-.056.043-1.49 1.19.06.37c.07.47.07.98 0 1.46l-.06.37 1.49 1.19c.09.08.15.11.17.08-.01.05-.03.11-.07.19-.23.54-.52 1.05-.89 1.53l-.02.035c-.032.051-.053.086-.02.095a1 1 0 0 1-.197-.067l-.033-.013-1.77-.69-.29.24c-.38.31-.8.55-1.26.73l-.35.14-.29 1.89-.006.052c-.009.071-.015.118.026.118a6.557 6.557 0 0 1-1.97.03" })] }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: "a", children: (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M0 0h16v16H0z" }) }) })] }));
|
13
|
+
|
14
|
+
|
package/cjs/icons/SqlIcon.js
CHANGED
package/cjs/icons/StringIcon.js
CHANGED
package/cjs/icons/TableIcon.js
CHANGED
package/cjs/icons/TimeIcon.js
CHANGED
package/cjs/icons/UpIcon.js
CHANGED
package/cjs/icons/ViewIcon.js
CHANGED
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.34.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.WarningFilledIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.WarningFilledIcon = ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.618 1.495c.598-1.092 2.166-1.092 2.764 0l5.906 10.8a1.575 1.575 0 0 1-1.382 2.33H2.094a1.575 1.575 0 0 1-1.381-2.33zM8.6 5.276v4H7.4v-4zm.45 6.18a1.05 1.05 0 1 1-2.1 0 1.05 1.05 0 0 1 2.1 0", clipRule: "evenodd" }) }));
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.34.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.WarningIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.WarningIcon = ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.377 1.363C7.079.08 8.92.08 9.623 1.363l5.906 10.8c.674 1.232-.218 2.737-1.623 2.737H2.094C.69 14.9-.203 13.395.471 12.162zm2.106.624a.55.55 0 0 0-.966 0L1.612 12.786a.55.55 0 0 0 .482.814h11.812a.55.55 0 0 0 .482-.814zM8.65 5.49v4h-1.3v-4zM8 12.505a1.05 1.05 0 1 0 0-2.1 1.05 1.05 0 0 0 0 2.1", clipRule: "evenodd" }) }));
|
13
|
+
|
14
|
+
|