@cube-dev/ui-kit 0.32.0 → 0.33.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -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 +3 -5
- 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 +4 -3
- 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 +3 -3
- package/cjs/components/organisms/Modal/Modal.js +4 -4
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +2 -2
- 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 +4 -4
- 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 +3 -2
- 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 +6 -5
- 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 +14 -0
- package/cjs/icons/AreaChartIcon.js +14 -0
- package/cjs/icons/BackwardIcon.js +14 -0
- package/cjs/icons/BarChartIcon.js +14 -0
- package/cjs/icons/BooleanIcon.js +14 -0
- package/cjs/icons/CloseIcon.js +14 -0
- package/cjs/icons/CountIcon.js +14 -0
- package/cjs/icons/CubeIcon.js +14 -0
- package/cjs/icons/DangerIcon.js +14 -0
- package/cjs/icons/DateIcon.js +14 -0
- package/cjs/icons/DonutIcon.js +14 -0
- package/cjs/icons/DownIcon.js +14 -0
- package/cjs/icons/ExclamationIcon.js +14 -0
- package/cjs/icons/FilterIcon.js +14 -0
- package/cjs/icons/ForwardIcon.js +14 -0
- package/cjs/icons/IconContainer.js +31 -0
- package/cjs/icons/KeyIcon.js +14 -0
- package/cjs/icons/LeftIcon.js +14 -0
- package/cjs/icons/LineChartIcon.js +14 -0
- package/cjs/icons/LockFilledIcon.js +14 -0
- package/cjs/icons/LockIcon.js +14 -0
- package/cjs/icons/MoreIcon.js +14 -0
- package/cjs/icons/NumberIcon.js +14 -0
- package/cjs/icons/PieChartIcon.js +14 -0
- package/cjs/icons/PlusIcon.js +14 -0
- package/cjs/icons/RightIcon.js +14 -0
- package/cjs/icons/SqlIcon.js +14 -0
- package/cjs/icons/StringIcon.js +14 -0
- package/cjs/icons/SuccessIcon.js +14 -0
- package/cjs/icons/TableIcon.js +14 -0
- package/cjs/icons/ThunderboltCrossedIcon.js +14 -0
- package/cjs/icons/ThunderboltFilledIcon.js +14 -0
- package/cjs/icons/ThunderboltIcon.js +14 -0
- package/cjs/icons/TimeIcon.js +14 -0
- package/cjs/icons/UpIcon.js +14 -0
- package/cjs/icons/ViewIcon.js +14 -0
- package/cjs/icons/index.js +73 -19
- package/cjs/icons/wrap-icon.js +22 -0
- package/cjs/index.js +3 -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 +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 +3 -5
- 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 +4 -3
- 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 +3 -3
- package/es/components/organisms/Modal/Modal.js +4 -4
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +5 -5
- 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 +4 -3
- 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 +6 -5
- 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 +11 -0
- package/es/icons/AreaChartIcon.js +11 -0
- package/es/icons/BackwardIcon.js +11 -0
- package/es/icons/BarChartIcon.js +11 -0
- package/es/icons/BooleanIcon.js +11 -0
- package/es/icons/CloseIcon.js +11 -0
- package/es/icons/CountIcon.js +11 -0
- package/es/icons/CubeIcon.js +11 -0
- package/es/icons/DangerIcon.js +11 -0
- package/es/icons/DateIcon.js +11 -0
- package/es/icons/DonutIcon.js +11 -0
- package/es/icons/DownIcon.js +11 -0
- package/es/icons/ExclamationIcon.js +11 -0
- package/es/icons/FilterIcon.js +11 -0
- package/es/icons/ForwardIcon.js +11 -0
- package/es/icons/IconContainer.js +28 -0
- package/es/icons/KeyIcon.js +11 -0
- package/es/icons/LeftIcon.js +11 -0
- package/es/icons/LineChartIcon.js +11 -0
- package/es/icons/LockFilledIcon.js +11 -0
- package/es/icons/LockIcon.js +11 -0
- package/es/icons/MoreIcon.js +11 -0
- package/es/icons/NumberIcon.js +11 -0
- package/es/icons/PieChartIcon.js +11 -0
- package/es/icons/PlusIcon.js +11 -0
- package/es/icons/RightIcon.js +11 -0
- package/es/icons/SqlIcon.js +11 -0
- package/es/icons/StringIcon.js +11 -0
- package/es/icons/SuccessIcon.js +11 -0
- package/es/icons/TableIcon.js +11 -0
- package/es/icons/ThunderboltCrossedIcon.js +11 -0
- package/es/icons/ThunderboltFilledIcon.js +11 -0
- package/es/icons/ThunderboltIcon.js +11 -0
- package/es/icons/TimeIcon.js +11 -0
- package/es/icons/UpIcon.js +11 -0
- package/es/icons/ViewIcon.js +11 -0
- package/es/icons/index.js +71 -5
- package/es/icons/wrap-icon.js +18 -0
- package/es/index.js +3 -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/icons/AiIcon.d.ts +1 -0
- package/types/icons/AreaChartIcon.d.ts +1 -0
- package/types/icons/BackwardIcon.d.ts +1 -0
- package/types/icons/BarChartIcon.d.ts +1 -0
- package/types/icons/BooleanIcon.d.ts +1 -0
- package/types/icons/CloseIcon.d.ts +1 -0
- package/types/icons/CountIcon.d.ts +1 -0
- package/types/icons/CubeIcon.d.ts +1 -0
- package/types/icons/DangerIcon.d.ts +1 -0
- package/types/icons/DateIcon.d.ts +1 -0
- package/types/icons/DonutIcon.d.ts +1 -0
- package/types/icons/DownIcon.d.ts +1 -0
- package/types/icons/ExclamationIcon.d.ts +1 -0
- package/types/icons/FilterIcon.d.ts +1 -0
- package/types/icons/ForwardIcon.d.ts +1 -0
- package/types/icons/IconContainer.d.ts +6 -0
- package/types/icons/KeyIcon.d.ts +1 -0
- package/types/icons/LeftIcon.d.ts +1 -0
- package/types/icons/LineChartIcon.d.ts +1 -0
- package/types/icons/LockFilledIcon.d.ts +1 -0
- package/types/icons/LockIcon.d.ts +1 -0
- package/types/icons/MoreIcon.d.ts +1 -0
- package/types/icons/NumberIcon.d.ts +1 -0
- package/types/icons/PieChartIcon.d.ts +1 -0
- package/types/icons/PlusIcon.d.ts +1 -0
- package/types/icons/RightIcon.d.ts +1 -0
- package/types/icons/SqlIcon.d.ts +1 -0
- package/types/icons/StringIcon.d.ts +1 -0
- package/types/icons/SuccessIcon.d.ts +1 -0
- package/types/icons/TableIcon.d.ts +1 -0
- package/types/icons/ThunderboltCrossedIcon.d.ts +1 -0
- package/types/icons/ThunderboltFilledIcon.d.ts +1 -0
- package/types/icons/ThunderboltIcon.d.ts +1 -0
- package/types/icons/TimeIcon.d.ts +1 -0
- package/types/icons/UpIcon.d.ts +1 -0
- package/types/icons/ViewIcon.d.ts +1 -0
- package/types/icons/index.d.ts +138 -4
- package/types/icons/wrap-icon.d.ts +6 -0
- package/types/index.d.ts +2 -0
- package/cjs/icons/Attention.js +0 -17
- package/cjs/icons/Cross.js +0 -17
- package/cjs/icons/Danger.js +0 -17
- package/cjs/icons/Success.js +0 -17
- package/es/icons/Attention.js +0 -13
- package/es/icons/Cross.js +0 -13
- package/es/icons/Danger.js +0 -13
- package/es/icons/Success.js +0 -13
- package/types/icons/Attention.d.ts +0 -1
- package/types/icons/Cross.d.ts +0 -1
- package/types/icons/Danger.d.ts +0 -1
- package/types/icons/Success.d.ts +0 -1
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.33.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.CloseIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.CloseIcon = ((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", fillRule: "evenodd", d: "M2.626 2.732a.6.6 0 0 0 0 .849L7.046 8l-4.42 4.42a.6.6 0 0 0 0 .848l.141.141a.6.6 0 0 0 .849 0l4.42-4.42 4.348 4.35a.6.6 0 0 0 .849 0l.141-.142a.6.6 0 0 0 0-.848L9.025 8l4.349-4.349a.6.6 0 0 0 0-.848l-.141-.142a.6.6 0 0 0-.849 0L8.035 7.01 3.616 2.59a.6.6 0 0 0-.849 0l-.141.142Z", clipRule: "evenodd" }) }));
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.33.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.CountIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.CountIcon = ((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", fillRule: "evenodd", d: "M9.6 2.2H6.4c-1.14 0-1.923 0-2.53.05-.592.049-.91.138-1.141.255A2.8 2.8 0 0 0 1.505 3.73c-.117.23-.206.549-.254 1.142C1.2 5.477 1.2 6.26 1.2 7.4v1.2c0 1.14 0 1.923.05 2.53.049.592.138.91.255 1.141a2.8 2.8 0 0 0 1.224 1.224c.23.117.549.206 1.142.255.606.05 1.39.05 2.529.05h3.2c1.14 0 1.923 0 2.53-.05.592-.049.91-.138 1.141-.255a2.8 2.8 0 0 0 1.224-1.224c.117-.23.206-.549.255-1.142.05-.606.05-1.39.05-2.529V7.4c0-1.14 0-1.923-.05-2.53-.049-.592-.138-.91-.255-1.141a2.8 2.8 0 0 0-1.224-1.224c-.23-.117-.549-.206-1.142-.254C11.524 2.2 10.74 2.2 9.6 2.2Zm-9.164.984C0 4.04 0 5.16 0 7.4v1.2c0 2.24 0 3.36.436 4.216a4 4 0 0 0 1.748 1.748C3.04 15 4.16 15 6.4 15h3.2c2.24 0 3.36 0 4.216-.436a4 4 0 0 0 1.748-1.748C16 11.96 16 10.84 16 8.6V7.4c0-2.24 0-3.36-.436-4.216a4 4 0 0 0-1.748-1.748C12.96 1 11.84 1 9.6 1H6.4c-2.24 0-3.36 0-4.216.436A4 4 0 0 0 .436 3.184Zm5.443.998V10h-1.23V5.35h-.035l-1.332.835V5.094l1.44-.912H5.88Zm2.48 6.932V12h4.147v-1.006h-2.443v-.04l.85-.832c.399-.363.709-.675.928-.934.22-.262.373-.5.458-.714.087-.214.13-.43.13-.65 0-.335-.086-.633-.258-.892a1.726 1.726 0 0 0-.725-.608c-.308-.148-.671-.222-1.088-.222-.405 0-.763.077-1.074.23-.31.154-.552.37-.724.65-.172.281-.258.612-.258.992h1.167c0-.185.036-.345.108-.48a.744.744 0 0 1 .307-.31.962.962 0 0 1 .466-.107c.17 0 .323.034.457.102.135.066.24.162.318.287.078.123.117.27.117.44a.993.993 0 0 1-.094.43c-.062.13-.154.263-.275.4-.12.136-.268.29-.444.46l-2.07 1.918Z", clipRule: "evenodd" }) }));
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.33.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.CubeIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.CubeIcon = ((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", fillRule: "evenodd", d: "M7.494.632a1.22 1.22 0 0 1 1.012 0l5.954 2.712c.435.198.714.632.714 1.11v7.096c0 .478-.28.912-.715 1.11l-5.954 2.708a1.22 1.22 0 0 1-1.01 0L1.541 12.66a1.22 1.22 0 0 1-.715-1.11V4.454c0-.478.279-.912.714-1.11L7.494.632ZM8 1.765 2.734 4.162 8 6.482l5.266-2.32L8 1.765Zm-5.934 9.772V5.223l5.314 2.34v6.39l-5.314-2.416Zm6.554 2.416 5.314-2.416V5.223L8.62 7.563v6.39Z", clipRule: "evenodd" }) }));
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.33.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.DangerIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.DangerIcon = ((0, jsx_runtime_1.jsxs)("svg", { fill: "currentColor", viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", children: [(0, jsx_runtime_1.jsx)("path", { d: "M13.58 15.5H2.42a2.4 2.4 0 0 1-2.1-1.21 2.4 2.4 0 0 1 0-2.42l5.59-9.66A2.4 2.4 0 0 1 8 1c.87 0 1.66.45 2.1 1.2l5.57 9.67a2.4 2.4 0 0 1 0 2.42 2.4 2.4 0 0 1-2.09 1.2ZM8 2.6a.8.8 0 0 0-.7.4l-5.58 9.67a.8.8 0 0 0 0 .8c.07.12.28.4.7.4h11.16a.8.8 0 0 0 .7-.4.8.8 0 0 0 0-.8L8.7 3a.8.8 0 0 0-.7-.4Zm0 9.67a.8.8 0 1 1 0-1.62.8.8 0 1 1 0 1.62Zm0-3.23a.8.8 0 0 1-.8-.8V6.64a.8.8 0 1 1 1.6 0v1.6a.8.8 0 0 1-.8.81Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M7.2 6.8a.8.8 0 1 1 1.6 0v2.4a.8.8 0 0 1-1.6 0V6.8Z" })] }));
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.33.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.DateIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.DateIcon = ((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.33.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.DonutIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.DonutIcon = ((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", fillRule: "evenodd", d: "M2.2 8a5.8 5.8 0 0 0 8.932 4.882l-1.446-1.814A3.5 3.5 0 1 1 7.4 4.55v-2.32A5.8 5.8 0 0 0 2.2 8Zm6.4-3.449a3.504 3.504 0 0 1 2.804 2.633h2.339A5.803 5.803 0 0 0 8.6 2.231v2.32Zm2.88 3.833a3.486 3.486 0 0 1-.857 1.934l1.446 1.815a5.782 5.782 0 0 0 1.718-3.749H11.48ZM8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1Zm0 9.3a2.3 2.3 0 1 1 0-4.6 2.3 2.3 0 0 1 0 4.6Z", clipRule: "evenodd" }) }));
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.33.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.DownIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.DownIcon = ((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", fillRule: "evenodd", d: "m8 10.324 4.738-4.738a.6.6 0 0 1 .848 0l.142.142a.6.6 0 0 1 0 .848L8.424 11.88a.6.6 0 0 1-.848 0L2.272 6.576a.6.6 0 0 1 0-.848l.142-.142a.6.6 0 0 1 .848 0L8 10.324Z", clipRule: "evenodd" }) }));
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.33.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.ExclamationIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.ExclamationIcon = ((0, jsx_runtime_1.jsx)("svg", { fill: "currentColor", viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", children: (0, jsx_runtime_1.jsx)("path", { d: "M7.94 11.04c-.82 0-1.49.67-1.49 1.49.08 1.96 2.9 1.96 2.97 0 0-.82-.67-1.49-1.48-1.49ZM9.42 2.68a1.93 1.93 0 0 0-3.39 1.58l.9 5.13c.2 1.12 1.8 1.12 2.02 0l.9-5.13c.1-.56-.06-1.14-.43-1.58Z" }) }));
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.33.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.FilterIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.FilterIcon = ((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", fillRule: "evenodd", d: "M3.25 2.7h9.5c.306 0 .53 0 .703.006-.079.153-.187.35-.336.618l-3.045 5.493-.017.03c-.038.07-.088.158-.134.257a.604.604 0 0 0-.068-.004H6.077a4.023 4.023 0 0 0-.132-.253l-.017-.03-3.045-5.493a26.772 26.772 0 0 1-.336-.618c.172-.005.396-.006.703-.006Zm3.032 7.6v2.58c0 .148 0 .264.002.364v.053l.054.001c.1.002.216.002.364.002h2.596c.148 0 .264 0 .364-.002h.053l.001-.054c.002-.1.002-.216.002-.364V10.3H6.282Zm7.885-6.395c.448-.808.672-1.212.626-1.542a1 1 0 0 0-.39-.663c-.267-.2-.73-.2-1.653-.2h-9.5c-.924 0-1.386 0-1.653.2a1 1 0 0 0-.39.663c-.046.33.178.734.626 1.542L4.88 9.4c.077.14.116.21.143.283a1 1 0 0 1 .048.186c.012.078.012.157.012.316v2.696c0 .579 0 .868.116 1.088a1 1 0 0 0 .416.416c.22.116.509.116 1.088.116h2.596c.579 0 .868 0 1.088-.116a1 1 0 0 0 .416-.416c.116-.22.116-.51.116-1.088v-2.696c0-.159 0-.238.012-.316a.995.995 0 0 1 .048-.186c.027-.074.066-.144.143-.283l3.046-5.494Z", clipRule: "evenodd" }) }));
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.33.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.ForwardIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.ForwardIcon = ((0, jsx_runtime_1.jsxs)("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", fillRule: "evenodd", d: "M7.324 8 2.586 3.262a.6.6 0 0 1 0-.848l.142-.142a.6.6 0 0 1 .848 0L8.88 7.576a.6.6 0 0 1 0 .848l-5.303 5.304a.6.6 0 0 1-.848 0l-.142-.142a.6.6 0 0 1 0-.848L7.324 8Z", clipRule: "evenodd" }), (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.324 8.152 7.586 3.414a.6.6 0 0 1 0-.848l.142-.142a.6.6 0 0 1 .848 0l5.303 5.304a.6.6 0 0 1 0 .848L8.576 13.88a.6.6 0 0 1-.848 0l-.142-.141a.6.6 0 0 1 0-.849l4.738-4.737Z", clipRule: "evenodd" })] }));
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,31 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.33.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.IconContainer = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
const react_1 = require("react");
|
13
|
+
const tasty_1 = require("../tasty");
|
14
|
+
const IconContainerElement = (0, tasty_1.tasty)({
|
15
|
+
styles: {
|
16
|
+
display: 'grid',
|
17
|
+
width: '1em 1em',
|
18
|
+
height: '1em 1em',
|
19
|
+
'& svg': {
|
20
|
+
width: '1em 1em',
|
21
|
+
height: '1em 1em',
|
22
|
+
},
|
23
|
+
},
|
24
|
+
styleProps: [...tasty_1.OUTER_STYLES, ...tasty_1.BASE_STYLES, ...tasty_1.COLOR_STYLES],
|
25
|
+
});
|
26
|
+
exports.IconContainer = (0, react_1.memo)(function IconContainer(props) {
|
27
|
+
const { size, ...rest } = props;
|
28
|
+
return ((0, jsx_runtime_1.jsx)(IconContainerElement, { qa: "Icon", ...rest, styles: size || props.styles ? { fontSize: size, ...props.styles } : undefined }));
|
29
|
+
});
|
30
|
+
|
31
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.33.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.KeyIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.KeyIcon = ((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", fillRule: "evenodd", d: "M11 2.2a2.8 2.8 0 1 0 0 5.6 2.8 2.8 0 0 0 0-5.6Zm-2.4 6a4 4 0 1 0-.841-.856l-5.532 5.53a.6.6 0 1 0 .849.85l.942-.944 1.166 1.166.424.424.849-.848-.425-.425-1.165-1.165.797-.797 1.187 1.187.425.425.848-.85-.424-.423-1.188-1.188L8.6 8.2Z", clipRule: "evenodd" }) }));
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.33.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.LeftIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.LeftIcon = ((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", fillRule: "evenodd", d: "m5.676 8 4.738-4.738a.6.6 0 0 0 0-.848l-.142-.142a.6.6 0 0 0-.848 0L4.12 7.576a.6.6 0 0 0 0 .848l5.303 5.304a.6.6 0 0 0 .848 0l.142-.142a.6.6 0 0 0 0-.848L5.676 8Z", clipRule: "evenodd" }) }));
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.33.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.LineChartIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.LineChartIcon = ((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", fillRule: "evenodd", d: "M2.6 2a.6.6 0 0 0-1.2 0v8.995a.59.59 0 0 0 0 .01V14a.6.6 0 0 0 .6.6h12a.6.6 0 1 0 0-1.2H2.6v-2.112l4.355-3.484 1.62 1.62a.6.6 0 0 0 .8.045l5-4a.6.6 0 1 0-.75-.938l-4.58 3.665-1.62-1.62a.6.6 0 0 0-.8-.045L2.6 9.751V2Z", clipRule: "evenodd" }) }));
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.33.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.LockFilledIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.LockFilledIcon = ((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", fillRule: "evenodd", d: "M7.575.8h.85c.539 0 .98 0 1.337.03.371.03.706.094 1.018.253a2.6 2.6 0 0 1 1.137 1.137c.159.312.223.647.254 1.018.03.358.03.798.029 1.337v1.433c.462.015.765.06 1.017.188a1.8 1.8 0 0 1 .787.787c.196.385.196.889.196 1.897v3.24c0 1.008 0 1.512-.196 1.897a1.8 1.8 0 0 1-.787.787c-.385.196-.889.196-1.897.196H4.68c-1.008 0-1.512 0-1.897-.196a1.8 1.8 0 0 1-.787-.787c-.196-.385-.196-.889-.196-1.897V8.88c0-1.008 0-1.512.196-1.897a1.8 1.8 0 0 1 .787-.787c.252-.128.555-.173 1.017-.188V4.575c0-.539 0-.98.03-1.337.03-.371.094-.706.253-1.018A2.6 2.6 0 0 1 5.22 1.083C5.532.924 5.867.86 6.238.83 6.596.8 7.036.8 7.575.8ZM11 4.6V6H5V4.6c0-.57 0-.961.025-1.265.025-.296.069-.455.128-.57a1.4 1.4 0 0 1 .611-.612c.116-.06.275-.103.571-.128C6.64 2 7.03 2 7.6 2h.8c.57 0 .961 0 1.265.025.296.025.455.069.57.128a1.4 1.4 0 0 1 .613.611c.058.116.103.275.127.571C11 3.64 11 4.03 11 4.6ZM9.1 9.718c0 .36-.173.68-.44.88v1.56H7.34v-1.56A1.098 1.098 0 0 1 8 8.618a1.1 1.1 0 0 1 1.1 1.1Z", clipRule: "evenodd" }) }));
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.33.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.LockIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.LockIcon = ((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", fillRule: "evenodd", d: "M8.425.8h-.85c-.539 0-.98 0-1.337.03-.371.03-.706.094-1.018.253A2.6 2.6 0 0 0 4.083 2.22c-.159.312-.223.647-.254 1.018-.029.358-.029.798-.029 1.337v1.433c-.462.015-.765.06-1.017.188a1.8 1.8 0 0 0-.787.787C1.8 7.368 1.8 7.872 1.8 8.88v3.24c0 1.008 0 1.512.196 1.897a1.8 1.8 0 0 0 .787.787C3.168 15 3.672 15 4.68 15h6.64c1.008 0 1.512 0 1.897-.196a1.8 1.8 0 0 0 .787-.787c.196-.385.196-.889.196-1.897V8.88c0-1.008 0-1.512-.196-1.897a1.8 1.8 0 0 0-.787-.787c-.252-.128-.555-.173-1.017-.188V4.575c0-.539 0-.98-.03-1.337-.03-.371-.094-.706-.253-1.018a2.6 2.6 0 0 0-1.137-1.137C10.468.924 10.133.86 9.762.83 9.404.8 8.964.8 8.425.8ZM11 6V4.6c0-.57 0-.961-.025-1.265-.024-.296-.069-.455-.127-.57a1.4 1.4 0 0 0-.612-.612c-.116-.06-.275-.103-.571-.128C9.36 2 8.97 2 8.4 2h-.8c-.57 0-.961 0-1.265.025-.296.025-.455.069-.57.128a1.4 1.4 0 0 0-.612.611c-.06.116-.103.275-.128.571C5.001 3.64 5 4.03 5 4.6V6h6ZM4.68 7.2h6.64c.524 0 .845 0 1.085.02a1.536 1.536 0 0 1 .258.042.142.142 0 0 1 .008.003h.001a.6.6 0 0 1 .263.263l.001.003.002.006a1.528 1.528 0 0 1 .041.259c.02.24.021.56.021 1.084v3.24c0 .524 0 .845-.02 1.085a1.528 1.528 0 0 1-.042.258.6.6 0 0 1-.266.272h-.002l-.007.003a1.546 1.546 0 0 1-.258.041c-.24.02-.561.021-1.085.021H4.68c-.524 0-.845-.001-1.084-.02a1.547 1.547 0 0 1-.259-.042.6.6 0 0 1-.272-.266l-.003-.009a1.538 1.538 0 0 1-.041-.258C3 12.964 3 12.643 3 12.12V8.88c0-.524.001-.845.02-1.085a1.538 1.538 0 0 1 .042-.258l.003-.01a.6.6 0 0 1 .263-.262l.009-.003a1.537 1.537 0 0 1 .259-.041c.24-.02.56-.021 1.084-.021Zm3.92 3.429a1 1 0 1 0-1.2 0v1.418h1.2v-1.418Z", clipRule: "evenodd" }) }));
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.33.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.MoreIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.MoreIcon = ((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", fillRule: "evenodd", d: "M9.2 3.2a1.2 1.2 0 1 1-2.4 0 1.2 1.2 0 0 1 2.4 0Zm0 4.8a1.2 1.2 0 1 1-2.4 0 1.2 1.2 0 0 1 2.4 0ZM8 14a1.2 1.2 0 1 0 0-2.4A1.2 1.2 0 0 0 8 14Z", clipRule: "evenodd" }) }));
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.33.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.NumberIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.NumberIcon = ((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", fillRule: "evenodd", d: "M6.425 1h1.289l-.887 3.64h3.983L11.697 1h1.289l-.887 3.64h3.195l-.313 1.283h-3.195l-1.024 4.205h3.514l-.313 1.283H10.45L9.575 15H8.286l.875-3.589H5.178L4.303 15H3.014l.875-3.589H.706l.313-1.283H4.2l1.025-4.205H1.724l.313-1.283h3.501L6.425 1Zm3.048 9.128 1.025-4.205H6.515L5.49 10.128h3.983Z", clipRule: "evenodd" }) }));
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.33.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.PieChartIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.PieChartIcon = ((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", fillRule: "evenodd", d: "M8 13.8a5.8 5.8 0 0 1-.6-11.57v5.765a.6.6 0 0 0 .134.384l3.602 4.501c-.904.582-1.98.92-3.136.92Zm4.072-1.67a5.781 5.781 0 0 0 1.716-3.759H9.065l3.007 3.759Zm1.67-4.959A5.803 5.803 0 0 0 8.6 2.231v4.94h5.141ZM1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Z", clipRule: "evenodd" }) }));
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.33.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.PlusIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.PlusIcon = ((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", fillRule: "evenodd", d: "M7.9 1.5a.6.6 0 0 0-.6.6v5.2H2.1a.6.6 0 0 0-.6.6v.2a.6.6 0 0 0 .6.6h5.2v5.2a.6.6 0 0 0 .6.6h.2a.6.6 0 0 0 .6-.6V8.7h5.2a.6.6 0 0 0 .6-.6v-.2a.6.6 0 0 0-.6-.6H8.7V2.1a.6.6 0 0 0-.6-.6h-.2Z", clipRule: "evenodd" }) }));
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.33.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.RightIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.RightIcon = ((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", fillRule: "evenodd", d: "M10.324 8 5.586 3.262a.6.6 0 0 1 0-.848l.142-.142a.6.6 0 0 1 .848 0l5.303 5.304a.6.6 0 0 1 0 .848l-5.303 5.304a.6.6 0 0 1-.848 0l-.142-.142a.6.6 0 0 1 0-.848L10.324 8Z", clipRule: "evenodd" }) }));
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.33.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.SqlIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.SqlIcon = ((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: "M8.214 12.787c1.743 0 2.75-1.779 2.75-4.855 0-3.065-1.007-4.832-2.75-4.832C6.482 3.1 5.5 4.867 5.5 7.932c0 3.076.982 4.855 2.714 4.855Zm-5.674 0c1.1 0 2.246-.808 2.246-2.445 0-1.65-1.041-2.235-1.907-2.995-.667-.597-1.24-1.217-1.24-1.919 0-.585.41-.994.9-.994.691 0 .972.854.96 1.567h1.182C4.692 4.341 4.178 3.1 2.54 3.1.715 3.1.352 4.586.352 5.451c0 1.334.866 2.27 1.65 2.96.164.152.327.281.48.398.573.456 1.017.819 1.017 1.51 0 .56-.28 1.122-.96 1.122-.888 0-1.064-.924-1.122-1.836H.2c-.012 1.72.69 3.182 2.34 3.182ZM8.86 14.6h1.31l-.843-2.398h-1.31L8.86 14.6Zm-.647-3.124c-.89 0-1.463-1.38-1.463-3.544 0-2.153.574-3.522 1.463-3.522.889 0 1.462 1.369 1.462 3.522 0 2.164-.573 3.544-1.462 3.544Zm3.884 1.205h3.767v-1.263h-2.48V3.205h-1.287v9.476Z" }) }));
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.33.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.StringIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.StringIcon = ((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: "M0 12.995h1.648l.915-2.672h3.771l.879 2.672H8.86L5.346 3H3.515L0 12.995Zm3.002-3.99 1.392-4.138h.073l1.391 4.138H3.002Zm9.63 2.929c-.77 0-1.355-.293-1.355-1.062 0-.732.732-1.062 1.464-1.172.696-.11 1.502-.22 1.758-.44v1.026c0 1.025-.806 1.648-1.867 1.648Zm-.33 1.208c.915 0 1.794-.403 2.197-1.172h.037v1.025H16V7.98c0-1.72-1.172-2.6-2.892-2.6-1.282 0-2.637.587-3.076 1.941l1.428.293c.073-.256.55-1.062 1.648-1.025.842 0 1.39.476 1.39 1.318.038.66-1.207.623-1.866.696-1.172.11-2.82.403-2.82 2.27 0 1.428.989 2.27 2.49 2.27Z" }) }));
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.33.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.SuccessIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.SuccessIcon = ((0, jsx_runtime_1.jsx)("svg", { fill: "currentColor", viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", children: (0, jsx_runtime_1.jsx)("path", { d: "m13.67 5.88-5.8 5.8a1.1 1.1 0 0 1-1.55 0l-3-3a1.1 1.1 0 0 1 1.56-1.55l2.21 2.21 5.03-5.02a1.1 1.1 0 0 1 1.55 1.56Z" }) }));
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.33.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.TableIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.TableIcon = ((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", fillRule: "evenodd", d: "M1 1.4a.6.6 0 0 0-.6.6v12a.6.6 0 0 0 .6.6h14a.6.6 0 0 0 .6-.6V2a.6.6 0 0 0-.6-.6H1Zm.6 4.15V2.6h3.617v2.95H1.6Zm4.517.9v3.1h3.766v-3.1H6.117Zm4.666-.9V2.6H14.4v2.95h-3.617Zm3.617.9v3.1h-3.617v-3.1H14.4Zm0 4v2.95h-3.617v-2.95H14.4ZM6.117 13.4h3.766v-2.95H6.117v2.95ZM1.6 10.45h3.617v2.95H1.6v-2.95Zm4.517-4.9h3.766V2.6H6.117v2.95Zm-4.517.9h3.617v3.1H1.6v-3.1Z", clipRule: "evenodd" }) }));
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.33.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.ThunderboltCrossedIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.ThunderboltCrossedIcon = ((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", fillRule: "evenodd", d: "m13.338 5.578-2.536 2.42L5.92 2.67l.786-1.358a.124.124 0 0 1 .108-.063h5.993c.104 0 .162.12.098.203L9.81 5.364h3.442c.112 0 .167.138.086.214ZM8.731 9.975l3.131 3.434h1.697L3.241 2.091H1.543l2.882 3.161-1.767 3.053a.125.125 0 0 0 .108.187H5.49L4.094 14.08c-.03.122.117.208.208.12L8.73 9.975Z", clipRule: "evenodd" }) }));
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.33.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.ThunderboltFilledIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.ThunderboltFilledIcon = ((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: "M13.25 5.614H9.808l3.095-3.91a.126.126 0 0 0-.098-.204H6.813a.124.124 0 0 0-.108.063L2.656 8.555a.125.125 0 0 0 .108.187H5.49L4.092 14.33c-.03.122.117.207.208.12l9.036-8.622a.124.124 0 0 0-.086-.214Z" }) }));
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.33.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.ThunderboltIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.ThunderboltIcon = ((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", fillRule: "evenodd", d: "M3.995 14.306c-.053.217.21.375.374.216l9.036-8.621a.224.224 0 0 0-.155-.387h-3.235l2.967-3.749a.226.226 0 0 0-.177-.365H6.813a.224.224 0 0 0-.195.113L2.57 8.504a.225.225 0 0 0 .194.338h2.597l-1.225 4.9-.14.564ZM10.997 2.5 7.741 6.614h3.323l-5.269 5.027.975-3.899H4.282L7.317 2.5h3.68Z", clipRule: "evenodd" }) }));
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.33.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.TimeIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.TimeIcon = ((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", fillRule: "evenodd", d: "M13.7 8A5.7 5.7 0 1 1 2.3 8a5.7 5.7 0 0 1 11.4 0ZM15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM8.654 5.091V7.74l2.151 2.173a.616.616 0 0 1 .188.451.585.585 0 0 1-.188.442.662.662 0 0 1-.45.187.582.582 0 0 1-.45-.187l-2.288-2.37a.798.798 0 0 1-.128-.215.654.654 0 0 1-.043-.239v-2.89a.59.59 0 0 1 .606-.604.583.583 0 0 1 .602.604Z", clipRule: "evenodd" }) }));
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.33.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.UpIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.UpIcon = ((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", fillRule: "evenodd", d: "m8 5.676-4.738 4.738a.6.6 0 0 1-.848 0l-.142-.142a.6.6 0 0 1 0-.848L7.576 4.12a.6.6 0 0 1 .848 0l5.304 5.303a.6.6 0 0 1 0 .848l-.142.142a.6.6 0 0 1-.848 0L8 5.676Z", clipRule: "evenodd" }) }));
|
13
|
+
|
14
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/**
|
2
|
+
* @license MIT
|
3
|
+
* author: Cube Dev Team
|
4
|
+
* @cube-dev/ui-kit v0.33.0
|
5
|
+
* Released under the MIT license.
|
6
|
+
*/
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.ViewIcon = void 0;
|
11
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
12
|
+
exports.ViewIcon = ((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", fillRule: "evenodd", d: "M1.305 1.866A1.22 1.22 0 0 0 .182 3.562l4.16 9.827a1.22 1.22 0 0 0 1.123.745h5.07c.49 0 .933-.293 1.124-.745l4.16-9.827a1.22 1.22 0 0 0-1.125-1.696h-4.45c-.49 0-.932.293-1.123.745L8 5.258 6.88 2.611a1.22 1.22 0 0 0-1.124-.745h-4.45ZM8.673 6.85l2.204 5.207 3.787-8.95h-4.407L8.673 6.85Zm1.212 6.045L5.743 3.106H1.336l4.142 9.788h4.407Z", clipRule: "evenodd" }) }));
|
13
|
+
|
14
|
+
|
package/cjs/icons/index.js
CHANGED
@@ -1,29 +1,83 @@
|
|
1
1
|
/**
|
2
2
|
* @license MIT
|
3
3
|
* author: Cube Dev Team
|
4
|
-
* @cube-dev/ui-kit v0.
|
4
|
+
* @cube-dev/ui-kit v0.33.0
|
5
5
|
* Released under the MIT license.
|
6
6
|
*/
|
7
7
|
|
8
8
|
"use strict";
|
9
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
10
|
-
if (k2 === undefined) k2 = k;
|
11
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
12
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
13
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
14
|
-
}
|
15
|
-
Object.defineProperty(o, k2, desc);
|
16
|
-
}) : (function(o, m, k, k2) {
|
17
|
-
if (k2 === undefined) k2 = k;
|
18
|
-
o[k2] = m[k];
|
19
|
-
}));
|
20
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
21
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
22
|
-
};
|
23
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
10
|
+
exports.IconContainer = exports.ViewIcon = exports.UpIcon = exports.TimeIcon = exports.ThunderboltFilledIcon = exports.ThunderboltCrossedIcon = exports.ThunderboltIcon = exports.TableIcon = exports.SqlIcon = exports.RightIcon = exports.PieChartIcon = exports.NumberIcon = exports.MoreIcon = exports.LockIcon = exports.LockFilledIcon = exports.LineChartIcon = exports.LeftIcon = exports.KeyIcon = exports.ForwardIcon = exports.FilterIcon = exports.DownIcon = exports.DonutIcon = exports.DateIcon = exports.CubeIcon = exports.CountIcon = exports.BooleanIcon = exports.BarChartIcon = exports.BackwardIcon = exports.AreaChartIcon = exports.AiIcon = exports.PlusIcon = exports.SuccessIcon = exports.DangerIcon = exports.ExclamationIcon = exports.CloseIcon = void 0;
|
11
|
+
const wrap_icon_1 = require("./wrap-icon");
|
12
|
+
const CloseIcon_1 = require("./CloseIcon");
|
13
|
+
const ExclamationIcon_1 = require("./ExclamationIcon");
|
14
|
+
const DangerIcon_1 = require("./DangerIcon");
|
15
|
+
const SuccessIcon_1 = require("./SuccessIcon");
|
16
|
+
const PlusIcon_1 = require("./PlusIcon");
|
17
|
+
const AiIcon_1 = require("./AiIcon");
|
18
|
+
const AreaChartIcon_1 = require("./AreaChartIcon");
|
19
|
+
const BackwardIcon_1 = require("./BackwardIcon");
|
20
|
+
const BarChartIcon_1 = require("./BarChartIcon");
|
21
|
+
const BooleanIcon_1 = require("./BooleanIcon");
|
22
|
+
const CountIcon_1 = require("./CountIcon");
|
23
|
+
const CubeIcon_1 = require("./CubeIcon");
|
24
|
+
const DateIcon_1 = require("./DateIcon");
|
25
|
+
const DonutIcon_1 = require("./DonutIcon");
|
26
|
+
const DownIcon_1 = require("./DownIcon");
|
27
|
+
const FilterIcon_1 = require("./FilterIcon");
|
28
|
+
const ForwardIcon_1 = require("./ForwardIcon");
|
29
|
+
const KeyIcon_1 = require("./KeyIcon");
|
30
|
+
const LeftIcon_1 = require("./LeftIcon");
|
31
|
+
const LineChartIcon_1 = require("./LineChartIcon");
|
32
|
+
const LockFilledIcon_1 = require("./LockFilledIcon");
|
33
|
+
const LockFilledIcon_2 = require("./LockFilledIcon");
|
34
|
+
const MoreIcon_1 = require("./MoreIcon");
|
35
|
+
const NumberIcon_1 = require("./NumberIcon");
|
36
|
+
const PieChartIcon_1 = require("./PieChartIcon");
|
37
|
+
const RightIcon_1 = require("./RightIcon");
|
38
|
+
const SqlIcon_1 = require("./SqlIcon");
|
39
|
+
const TableIcon_1 = require("./TableIcon");
|
40
|
+
const ThunderboltIcon_1 = require("./ThunderboltIcon");
|
41
|
+
const ThunderboltCrossedIcon_1 = require("./ThunderboltCrossedIcon");
|
42
|
+
const ThunderboltFilledIcon_1 = require("./ThunderboltFilledIcon");
|
43
|
+
const TimeIcon_1 = require("./TimeIcon");
|
44
|
+
const UpIcon_1 = require("./UpIcon");
|
45
|
+
const ViewIcon_1 = require("./ViewIcon");
|
46
|
+
exports.CloseIcon = (0, wrap_icon_1.wrapIcon)('CloseIcon', CloseIcon_1.CloseIcon);
|
47
|
+
exports.ExclamationIcon = (0, wrap_icon_1.wrapIcon)('ExclamationIcon', ExclamationIcon_1.ExclamationIcon);
|
48
|
+
exports.DangerIcon = (0, wrap_icon_1.wrapIcon)('DangerIcon', DangerIcon_1.DangerIcon);
|
49
|
+
exports.SuccessIcon = (0, wrap_icon_1.wrapIcon)('SuccessIcon', SuccessIcon_1.SuccessIcon);
|
50
|
+
exports.PlusIcon = (0, wrap_icon_1.wrapIcon)('PlusIcon', PlusIcon_1.PlusIcon);
|
51
|
+
exports.AiIcon = (0, wrap_icon_1.wrapIcon)('AiIcon', AiIcon_1.AiIcon);
|
52
|
+
exports.AreaChartIcon = (0, wrap_icon_1.wrapIcon)('AreaChartIcon', AreaChartIcon_1.AreaChartIcon);
|
53
|
+
exports.BackwardIcon = (0, wrap_icon_1.wrapIcon)('BackwardIcon', BackwardIcon_1.BackwardIcon);
|
54
|
+
exports.BarChartIcon = (0, wrap_icon_1.wrapIcon)('BarChartIcon', BarChartIcon_1.BarChartIcon);
|
55
|
+
exports.BooleanIcon = (0, wrap_icon_1.wrapIcon)('BooleanIcon', BooleanIcon_1.BooleanIcon);
|
56
|
+
exports.CountIcon = (0, wrap_icon_1.wrapIcon)('CountIcon', CountIcon_1.CountIcon);
|
57
|
+
exports.CubeIcon = (0, wrap_icon_1.wrapIcon)('CubeIcon', CubeIcon_1.CubeIcon);
|
58
|
+
exports.DateIcon = (0, wrap_icon_1.wrapIcon)('DateIcon', DateIcon_1.DateIcon);
|
59
|
+
exports.DonutIcon = (0, wrap_icon_1.wrapIcon)('DonutIcon', DonutIcon_1.DonutIcon);
|
60
|
+
exports.DownIcon = (0, wrap_icon_1.wrapIcon)('DownIcon', DownIcon_1.DownIcon);
|
61
|
+
exports.FilterIcon = (0, wrap_icon_1.wrapIcon)('FilterIcon', FilterIcon_1.FilterIcon);
|
62
|
+
exports.ForwardIcon = (0, wrap_icon_1.wrapIcon)('ForwardIcon', ForwardIcon_1.ForwardIcon);
|
63
|
+
exports.KeyIcon = (0, wrap_icon_1.wrapIcon)('KeyIcon', KeyIcon_1.KeyIcon);
|
64
|
+
exports.LeftIcon = (0, wrap_icon_1.wrapIcon)('LeftIcon', LeftIcon_1.LeftIcon);
|
65
|
+
exports.LineChartIcon = (0, wrap_icon_1.wrapIcon)('LineChartIcon', LineChartIcon_1.LineChartIcon);
|
66
|
+
exports.LockFilledIcon = (0, wrap_icon_1.wrapIcon)('LockFilledIcon', LockFilledIcon_1.LockFilledIcon);
|
67
|
+
exports.LockIcon = (0, wrap_icon_1.wrapIcon)('LockIcon', LockFilledIcon_2.LockFilledIcon);
|
68
|
+
exports.MoreIcon = (0, wrap_icon_1.wrapIcon)('MoreIcon', MoreIcon_1.MoreIcon);
|
69
|
+
exports.NumberIcon = (0, wrap_icon_1.wrapIcon)('NumberIcon', NumberIcon_1.NumberIcon);
|
70
|
+
exports.PieChartIcon = (0, wrap_icon_1.wrapIcon)('PieChartIcon', PieChartIcon_1.PieChartIcon);
|
71
|
+
exports.RightIcon = (0, wrap_icon_1.wrapIcon)('RightIcon', RightIcon_1.RightIcon);
|
72
|
+
exports.SqlIcon = (0, wrap_icon_1.wrapIcon)('SqlIcon', SqlIcon_1.SqlIcon);
|
73
|
+
exports.TableIcon = (0, wrap_icon_1.wrapIcon)('TableIcon', TableIcon_1.TableIcon);
|
74
|
+
exports.ThunderboltIcon = (0, wrap_icon_1.wrapIcon)('ThunderboltIcon', ThunderboltIcon_1.ThunderboltIcon);
|
75
|
+
exports.ThunderboltCrossedIcon = (0, wrap_icon_1.wrapIcon)('ThunderboltCrossedIcon', ThunderboltCrossedIcon_1.ThunderboltCrossedIcon);
|
76
|
+
exports.ThunderboltFilledIcon = (0, wrap_icon_1.wrapIcon)('ThunderboltFilledIcon', ThunderboltFilledIcon_1.ThunderboltFilledIcon);
|
77
|
+
exports.TimeIcon = (0, wrap_icon_1.wrapIcon)('TimeIcon', TimeIcon_1.TimeIcon);
|
78
|
+
exports.UpIcon = (0, wrap_icon_1.wrapIcon)('UpIcon', UpIcon_1.UpIcon);
|
79
|
+
exports.ViewIcon = (0, wrap_icon_1.wrapIcon)('ViewIcon', ViewIcon_1.ViewIcon);
|
80
|
+
var IconContainer_1 = require("./IconContainer");
|
81
|
+
Object.defineProperty(exports, "IconContainer", { enumerable: true, get: function () { return IconContainer_1.IconContainer; } });
|
28
82
|
|
29
83
|
|