@uxf/ui 11.74.0 → 11.74.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_file-input-base/file-input-base.d.ts +13 -0
- package/_file-input-base/file-input-base.js +50 -0
- package/_file-input-base/index.d.ts +2 -0
- package/_file-input-base/index.js +5 -0
- package/_input-with-popover/index.d.ts +2 -0
- package/_input-with-popover/index.js +5 -0
- package/_input-with-popover/input-with-popover.d.ts +25 -0
- package/_input-with-popover/input-with-popover.js +93 -0
- package/_private-utils/get-provider-config.d.ts +2 -0
- package/_private-utils/get-provider-config.js +19 -0
- package/accordion/accordion.d.ts +33 -0
- package/accordion/accordion.js +78 -0
- package/accordion/accordion.spec.d.ts +1 -0
- package/accordion/accordion.spec.js +9 -0
- package/accordion/accordion.stories.d.ts +2 -0
- package/accordion/accordion.stories.js +20 -0
- package/accordion/index.d.ts +2 -0
- package/accordion/index.js +5 -0
- package/alert-bubble/alert-bubble.d.ts +10 -0
- package/alert-bubble/alert-bubble.js +22 -0
- package/alert-bubble/alert-bubble.spec.d.ts +1 -0
- package/alert-bubble/alert-bubble.spec.js +9 -0
- package/alert-bubble/alert-bubble.stories.d.ts +2 -0
- package/alert-bubble/alert-bubble.stories.js +43 -0
- package/alert-bubble/index.d.ts +3 -0
- package/alert-bubble/index.js +5 -0
- package/alert-bubble/theme.d.ts +16 -0
- package/alert-bubble/theme.js +2 -0
- package/announcement-bar/announcement-bar.d.ts +9 -0
- package/announcement-bar/announcement-bar.js +40 -0
- package/announcement-bar/announcement-bar.spec.d.ts +1 -0
- package/announcement-bar/announcement-bar.spec.js +9 -0
- package/announcement-bar/announcement-bar.stories.d.ts +2 -0
- package/announcement-bar/announcement-bar.stories.js +36 -0
- package/announcement-bar/index.d.ts +2 -0
- package/announcement-bar/index.js +5 -0
- package/announcement-bar/theme.d.ts +9 -0
- package/announcement-bar/theme.js +2 -0
- package/avatar/avatar.d.ts +6 -0
- package/avatar/avatar.js +35 -0
- package/avatar/avatar.spec.d.ts +1 -0
- package/avatar/avatar.spec.js +9 -0
- package/avatar/avatar.stories.d.ts +2 -0
- package/avatar/avatar.stories.js +13 -0
- package/avatar/index.d.ts +2 -0
- package/avatar/index.js +5 -0
- package/avatar-file-input/avatar-file-input.d.ts +18 -0
- package/avatar-file-input/avatar-file-input.js +71 -0
- package/avatar-file-input/avatar-file-input.spec.d.ts +1 -0
- package/avatar-file-input/avatar-file-input.spec.js +9 -0
- package/avatar-file-input/avatar-file-input.stories.d.ts +2 -0
- package/avatar-file-input/avatar-file-input.stories.js +48 -0
- package/avatar-file-input/index.d.ts +2 -0
- package/avatar-file-input/index.js +5 -0
- package/avatar-file-input/theme.d.ts +5 -0
- package/avatar-file-input/theme.js +2 -0
- package/badge/badge.d.ts +7 -0
- package/badge/badge.js +35 -0
- package/badge/badge.spec.d.ts +1 -0
- package/badge/badge.spec.js +9 -0
- package/badge/badge.stories.d.ts +2 -0
- package/badge/badge.stories.js +32 -0
- package/badge/index.d.ts +3 -0
- package/badge/index.js +5 -0
- package/badge/theme.d.ts +6 -0
- package/badge/theme.js +2 -0
- package/button/button.d.ts +17 -0
- package/button/button.js +50 -0
- package/button/button.spec.d.ts +1 -0
- package/button/button.spec.js +9 -0
- package/button/button.stories.d.ts +4 -0
- package/button/button.stories.js +94 -0
- package/button/index.d.ts +3 -0
- package/button/index.js +5 -0
- package/button/theme.d.ts +22 -0
- package/button/theme.js +2 -0
- package/button-group/button-group.d.ts +6 -0
- package/button-group/button-group.js +13 -0
- package/button-group/button-group.spec.d.ts +1 -0
- package/button-group/button-group.spec.js +9 -0
- package/button-group/button-group.stories.d.ts +2 -0
- package/button-group/button-group.stories.js +34 -0
- package/button-group/index.d.ts +2 -0
- package/button-group/index.js +5 -0
- package/button-list/button-list.d.ts +25 -0
- package/button-list/button-list.js +85 -0
- package/button-list/button-list.spec.d.ts +1 -0
- package/button-list/button-list.spec.js +9 -0
- package/button-list/button-list.stories.d.ts +2 -0
- package/button-list/button-list.stories.js +58 -0
- package/button-list/index.d.ts +2 -0
- package/button-list/index.js +5 -0
- package/calendar/calendar-day-cell.d.ts +10 -0
- package/calendar/calendar-day-cell.js +65 -0
- package/calendar/calendar-navigation.d.ts +9 -0
- package/calendar/calendar-navigation.js +26 -0
- package/calendar/calendar-provider.d.ts +6 -0
- package/calendar/calendar-provider.js +26 -0
- package/calendar/calendar.d.ts +12 -0
- package/calendar/calendar.js +51 -0
- package/calendar/calendar.stories.d.ts +2 -0
- package/calendar/calendar.stories.js +35 -0
- package/calendar/index.d.ts +4 -0
- package/calendar/index.js +7 -0
- package/calendar/utils/get-class-names-from-flags.d.ts +2 -0
- package/calendar/utils/get-class-names-from-flags.js +7 -0
- package/checkbox/checkbox.d.ts +12 -0
- package/checkbox/checkbox.js +54 -0
- package/checkbox/checkbox.spec.d.ts +1 -0
- package/checkbox/checkbox.spec.js +9 -0
- package/checkbox/checkbox.stories.d.ts +2 -0
- package/checkbox/checkbox.stories.js +40 -0
- package/checkbox/index.d.ts +3 -0
- package/checkbox/index.js +5 -0
- package/checkbox/theme.d.ts +5 -0
- package/checkbox/theme.js +2 -0
- package/checkbox-button/checkbox-button.d.ts +9 -0
- package/checkbox-button/checkbox-button.js +39 -0
- package/checkbox-button/checkbox-button.spec.d.ts +1 -0
- package/checkbox-button/checkbox-button.spec.js +9 -0
- package/checkbox-button/checkbox-button.stories.d.ts +2 -0
- package/checkbox-button/checkbox-button.stories.js +38 -0
- package/checkbox-button/index.d.ts +2 -0
- package/checkbox-button/index.js +5 -0
- package/checkbox-input/checkbox-input.d.ts +14 -0
- package/checkbox-input/checkbox-input.js +43 -0
- package/checkbox-input/checkbox-input.spec.d.ts +1 -0
- package/checkbox-input/checkbox-input.spec.js +9 -0
- package/checkbox-input/checkbox-input.stories.d.ts +2 -0
- package/checkbox-input/checkbox-input.stories.js +40 -0
- package/checkbox-input/index.d.ts +2 -0
- package/checkbox-input/index.js +5 -0
- package/checkbox-list/checkbox-list.d.ts +6 -0
- package/checkbox-list/checkbox-list.js +52 -0
- package/checkbox-list/checkbox-list.spec.d.ts +1 -0
- package/checkbox-list/checkbox-list.spec.js +9 -0
- package/checkbox-list/checkbox-list.stories.d.ts +2 -0
- package/checkbox-list/checkbox-list.stories.js +40 -0
- package/checkbox-list/index.d.ts +2 -0
- package/checkbox-list/index.js +5 -0
- package/checkbox-list/types.d.ts +16 -0
- package/checkbox-list/types.js +2 -0
- package/chip/chip.d.ts +13 -0
- package/chip/chip.js +60 -0
- package/chip/chip.spec.d.ts +1 -0
- package/chip/chip.spec.js +9 -0
- package/chip/chip.stories.d.ts +2 -0
- package/chip/chip.stories.js +47 -0
- package/chip/index.d.ts +3 -0
- package/chip/index.js +5 -0
- package/chip/theme.d.ts +25 -0
- package/chip/theme.js +2 -0
- package/chip/translations.d.ts +11 -0
- package/chip/translations.js +12 -0
- package/color-radio/color-radio.d.ts +12 -0
- package/color-radio/color-radio.js +66 -0
- package/color-radio/color-radio.spec.d.ts +1 -0
- package/color-radio/color-radio.spec.js +9 -0
- package/color-radio/color-radio.stories.d.ts +2 -0
- package/color-radio/color-radio.stories.js +25 -0
- package/color-radio/index.d.ts +2 -0
- package/color-radio/index.js +5 -0
- package/color-radio-group/color-radio-group.d.ts +18 -0
- package/color-radio-group/color-radio-group.js +49 -0
- package/color-radio-group/color-radio-group.spec.d.ts +1 -0
- package/color-radio-group/color-radio-group.spec.js +9 -0
- package/color-radio-group/color-radio-group.stories.d.ts +2 -0
- package/color-radio-group/color-radio-group.stories.js +75 -0
- package/color-radio-group/index.d.ts +2 -0
- package/color-radio-group/index.js +5 -0
- package/color-scheme/color-scheme-defaults.d.ts +8 -0
- package/color-scheme/color-scheme-defaults.js +10 -0
- package/color-scheme/get-color-scheme-class-name.d.ts +2 -0
- package/color-scheme/get-color-scheme-class-name.js +13 -0
- package/color-scheme/get-color-scheme.d.ts +2 -0
- package/color-scheme/get-color-scheme.js +16 -0
- package/color-scheme/index.d.ts +5 -0
- package/color-scheme/index.js +13 -0
- package/color-scheme/use-color-scheme.d.ts +2 -0
- package/color-scheme/use-color-scheme.js +15 -0
- package/color-scheme/use-handle-color-scheme.d.ts +9 -0
- package/color-scheme/use-handle-color-scheme.js +23 -0
- package/color-scheme/use-toggle-color-scheme.d.ts +1 -0
- package/color-scheme/use-toggle-color-scheme.js +29 -0
- package/combobox/combobox.d.ts +51 -0
- package/combobox/combobox.js +108 -0
- package/combobox/combobox.spec.d.ts +1 -0
- package/combobox/combobox.spec.js +10 -0
- package/combobox/combobox.stories.d.ts +3 -0
- package/combobox/combobox.stories.js +55 -0
- package/combobox/index.d.ts +2 -0
- package/combobox/index.js +5 -0
- package/combobox/translations.d.ts +17 -0
- package/combobox/translations.js +18 -0
- package/components.d.ts +317 -0
- package/components.js +344 -0
- package/config/icons-config.d.ts +2 -0
- package/config/icons-config.js +5 -0
- package/config/icons.d.ts +127 -0
- package/config/icons.js +30 -0
- package/content/content-schema.d.ts +3 -0
- package/content/content-schema.js +2 -0
- package/content/types.d.ts +27 -0
- package/content/types.js +2 -0
- package/context/context.d.ts +17 -0
- package/context/context.js +5 -0
- package/context/index.d.ts +3 -0
- package/context/index.js +19 -0
- package/context/provider.d.ts +8 -0
- package/context/provider.js +20 -0
- package/context/use-component-context.d.ts +3 -0
- package/context/use-component-context.js +13 -0
- package/create-component-preview-page/create-component-preview-page.d.ts +13 -0
- package/create-component-preview-page/create-component-preview-page.js +43 -0
- package/create-component-preview-page/index.d.ts +2 -0
- package/create-component-preview-page/index.js +18 -0
- package/date-picker/date-picker-content.d.ts +10 -0
- package/date-picker/date-picker-content.js +58 -0
- package/date-picker/date-picker-decade.d.ts +9 -0
- package/date-picker/date-picker-decade.js +91 -0
- package/date-picker/date-picker-month.d.ts +10 -0
- package/date-picker/date-picker-month.js +87 -0
- package/date-picker/date-picker-year.d.ts +9 -0
- package/date-picker/date-picker-year.js +96 -0
- package/date-picker/date-picker.d.ts +20 -0
- package/date-picker/date-picker.js +31 -0
- package/date-picker/date-picker.spec.d.ts +1 -0
- package/date-picker/date-picker.spec.js +9 -0
- package/date-picker/date-picker.stories.d.ts +2 -0
- package/date-picker/date-picker.stories.js +80 -0
- package/date-picker/index.d.ts +3 -0
- package/date-picker/index.js +5 -0
- package/date-picker/translations.d.ts +53 -0
- package/date-picker/translations.js +54 -0
- package/date-picker/types.d.ts +11 -0
- package/date-picker/types.js +2 -0
- package/date-picker-input/date-picker-input.d.ts +23 -0
- package/date-picker-input/date-picker-input.js +88 -0
- package/date-picker-input/date-picker-input.spec.d.ts +1 -0
- package/date-picker-input/date-picker-input.spec.js +9 -0
- package/date-picker-input/date-picker-input.stories.d.ts +2 -0
- package/date-picker-input/date-picker-input.stories.js +55 -0
- package/date-picker-input/index.d.ts +2 -0
- package/date-picker-input/index.js +8 -0
- package/date-range-picker/date-range-picker-content.d.ts +6 -0
- package/date-range-picker/date-range-picker-content.js +56 -0
- package/date-range-picker/date-range-picker-decade.d.ts +9 -0
- package/date-range-picker/date-range-picker-decade.js +95 -0
- package/date-range-picker/date-range-picker-month.d.ts +10 -0
- package/date-range-picker/date-range-picker-month.js +84 -0
- package/date-range-picker/date-range-picker-year.d.ts +9 -0
- package/date-range-picker/date-range-picker-year.js +93 -0
- package/date-range-picker/date-range-picker.d.ts +15 -0
- package/date-range-picker/date-range-picker.js +53 -0
- package/date-range-picker/date-range-picker.spec.d.ts +1 -0
- package/date-range-picker/date-range-picker.spec.js +9 -0
- package/date-range-picker/date-range-picker.stories.d.ts +2 -0
- package/date-range-picker/date-range-picker.stories.js +36 -0
- package/date-range-picker/index.d.ts +3 -0
- package/date-range-picker/index.js +5 -0
- package/date-range-picker/translations.d.ts +53 -0
- package/date-range-picker/translations.js +54 -0
- package/date-range-picker/types.d.ts +5 -0
- package/date-range-picker/types.js +2 -0
- package/date-range-picker-input/date-range-picker-input.d.ts +21 -0
- package/date-range-picker-input/date-range-picker-input.js +62 -0
- package/date-range-picker-input/date-range-picker-input.spec.d.ts +1 -0
- package/date-range-picker-input/date-range-picker-input.spec.js +9 -0
- package/date-range-picker-input/date-range-picker-input.stories.d.ts +2 -0
- package/date-range-picker-input/date-range-picker-input.stories.js +44 -0
- package/date-range-picker-input/index.d.ts +2 -0
- package/date-range-picker-input/index.js +5 -0
- package/datetime-picker/datetime-picker.d.ts +17 -0
- package/datetime-picker/datetime-picker.js +98 -0
- package/datetime-picker/datetime-picker.spec.d.ts +1 -0
- package/datetime-picker/datetime-picker.spec.js +9 -0
- package/datetime-picker/datetime-picker.stories.d.ts +2 -0
- package/datetime-picker/datetime-picker.stories.js +37 -0
- package/datetime-picker/index.d.ts +2 -0
- package/datetime-picker/index.js +7 -0
- package/datetime-picker/translations.d.ts +17 -0
- package/datetime-picker/translations.js +18 -0
- package/datetime-picker-input/datetime-picker-input.d.ts +21 -0
- package/datetime-picker-input/datetime-picker-input.js +85 -0
- package/datetime-picker-input/datetime-picker-input.spec.d.ts +1 -0
- package/datetime-picker-input/datetime-picker-input.spec.js +9 -0
- package/datetime-picker-input/datetime-picker-input.stories.d.ts +2 -0
- package/datetime-picker-input/datetime-picker-input.stories.js +45 -0
- package/datetime-picker-input/get-datetime-string.d.ts +6 -0
- package/datetime-picker-input/get-datetime-string.js +18 -0
- package/datetime-picker-input/index.d.ts +2 -0
- package/datetime-picker-input/index.js +7 -0
- package/dialog/dialog-panel.d.ts +12 -0
- package/dialog/dialog-panel.js +13 -0
- package/dialog/dialog.d.ts +28 -0
- package/dialog/dialog.js +75 -0
- package/dialog/dialog.spec.d.ts +1 -0
- package/dialog/dialog.spec.js +9 -0
- package/dialog/dialog.stories.d.ts +2 -0
- package/dialog/dialog.stories.js +20 -0
- package/dialog/index.d.ts +4 -0
- package/dialog/index.js +7 -0
- package/dialog/theme.d.ts +11 -0
- package/dialog/theme.js +2 -0
- package/dropdown/dropdown.d.ts +13 -0
- package/dropdown/dropdown.js +50 -0
- package/dropdown/dropdown.spec.d.ts +1 -0
- package/dropdown/dropdown.spec.js +9 -0
- package/dropdown/dropdown.stories.d.ts +2 -0
- package/dropdown/dropdown.stories.js +23 -0
- package/dropdown/index.d.ts +2 -0
- package/dropdown/index.js +5 -0
- package/dropzone/dropzone-input.d.ts +24 -0
- package/dropzone/dropzone-input.js +146 -0
- package/dropzone/dropzone-list.d.ts +15 -0
- package/dropzone/dropzone-list.js +81 -0
- package/dropzone/dropzone.spec.d.ts +1 -0
- package/dropzone/dropzone.spec.js +9 -0
- package/dropzone/dropzone.stories.d.ts +2 -0
- package/dropzone/dropzone.stories.js +63 -0
- package/dropzone/handle-rejected-files.d.ts +2 -0
- package/dropzone/handle-rejected-files.js +17 -0
- package/dropzone/index.d.ts +6 -0
- package/dropzone/index.js +6 -0
- package/dropzone/types.d.ts +10 -0
- package/dropzone/types.js +2 -0
- package/error-message/error-message.d.ts +6 -0
- package/error-message/error-message.js +12 -0
- package/error-message/error-message.spec.d.ts +1 -0
- package/error-message/error-message.spec.js +9 -0
- package/error-message/error-message.stories.d.ts +2 -0
- package/error-message/error-message.stories.js +12 -0
- package/error-message/index.d.ts +1 -0
- package/error-message/index.js +5 -0
- package/file-input/file-input.d.ts +15 -0
- package/file-input/file-input.js +72 -0
- package/file-input/file-input.spec.d.ts +1 -0
- package/file-input/file-input.spec.js +9 -0
- package/file-input/file-input.stories.d.ts +2 -0
- package/file-input/file-input.stories.js +43 -0
- package/file-input/index.d.ts +2 -0
- package/file-input/index.js +5 -0
- package/flash-messages/flash-message.d.ts +17 -0
- package/flash-messages/flash-message.js +47 -0
- package/flash-messages/flash-messages-service.d.ts +4 -0
- package/flash-messages/flash-messages-service.js +14 -0
- package/flash-messages/flash-messages.d.ts +8 -0
- package/flash-messages/flash-messages.js +116 -0
- package/flash-messages/flash-messages.spec.d.ts +1 -0
- package/flash-messages/flash-messages.spec.js +9 -0
- package/flash-messages/flash-messages.stories.d.ts +2 -0
- package/flash-messages/flash-messages.stories.js +70 -0
- package/flash-messages/index.d.ts +3 -0
- package/flash-messages/index.js +8 -0
- package/flash-messages/theme.d.ts +6 -0
- package/flash-messages/theme.js +2 -0
- package/form-component/form-component.d.ts +14 -0
- package/form-component/form-component.js +41 -0
- package/form-component/form-component.spec.d.ts +1 -0
- package/form-component/form-component.spec.js +9 -0
- package/form-component/form-component.stories.d.ts +2 -0
- package/form-component/form-component.stories.js +19 -0
- package/form-component/index.d.ts +2 -0
- package/form-component/index.js +5 -0
- package/hooks/use-async-loading.d.ts +4 -0
- package/hooks/use-async-loading.js +31 -0
- package/hooks/use-dropdown.d.ts +39 -0
- package/hooks/use-dropdown.js +28 -0
- package/hooks/use-input-submit.d.ts +4 -0
- package/hooks/use-input-submit.js +39 -0
- package/icon/icon.d.ts +20 -0
- package/icon/icon.js +59 -0
- package/icon/icon.spec.d.ts +1 -0
- package/icon/icon.spec.js +10 -0
- package/icon/icon.stories.d.ts +6 -0
- package/icon/icon.stories.js +43 -0
- package/icon/index.d.ts +3 -0
- package/icon/index.js +5 -0
- package/icon/theme.d.ts +10 -0
- package/icon/theme.js +2 -0
- package/icon/types.d.ts +2 -0
- package/icon/types.js +2 -0
- package/icon-button/icon-button.d.ts +9 -0
- package/icon-button/icon-button.js +36 -0
- package/icon-button/icon-button.spec.d.ts +1 -0
- package/icon-button/icon-button.spec.js +9 -0
- package/icon-button/icon-button.stories.d.ts +2 -0
- package/icon-button/icon-button.stories.js +58 -0
- package/icon-button/index.d.ts +2 -0
- package/icon-button/index.js +5 -0
- package/image-gallery/components/close-button.d.ts +8 -0
- package/image-gallery/components/close-button.js +17 -0
- package/image-gallery/components/dot.d.ts +6 -0
- package/image-gallery/components/dot.js +14 -0
- package/image-gallery/components/gallery.d.ts +15 -0
- package/image-gallery/components/gallery.js +80 -0
- package/image-gallery/components/next-button.d.ts +7 -0
- package/image-gallery/components/next-button.js +14 -0
- package/image-gallery/components/prev-button.d.ts +7 -0
- package/image-gallery/components/prev-button.js +14 -0
- package/image-gallery/context.d.ts +9 -0
- package/image-gallery/context.js +12 -0
- package/image-gallery/image-gallery.d.ts +14 -0
- package/image-gallery/image-gallery.js +58 -0
- package/image-gallery/image-gallery.spec.d.ts +1 -0
- package/image-gallery/image-gallery.spec.js +9 -0
- package/image-gallery/image-gallery.stories.d.ts +2 -0
- package/image-gallery/image-gallery.stories.js +36 -0
- package/image-gallery/image.d.ts +3 -0
- package/image-gallery/image.js +18 -0
- package/image-gallery/index.d.ts +5 -0
- package/image-gallery/index.js +8 -0
- package/image-gallery/translations.d.ts +11 -0
- package/image-gallery/translations.js +12 -0
- package/image-gallery/types.d.ts +9 -0
- package/image-gallery/types.js +2 -0
- package/image-gallery/use-image.d.ts +2 -0
- package/image-gallery/use-image.js +16 -0
- package/info-box/index.d.ts +2 -0
- package/info-box/index.js +5 -0
- package/info-box/info-box.d.ts +15 -0
- package/info-box/info-box.js +61 -0
- package/info-box/info-box.spec.d.ts +1 -0
- package/info-box/info-box.spec.js +9 -0
- package/info-box/info-box.stories.d.ts +2 -0
- package/info-box/info-box.stories.js +20 -0
- package/info-box/theme.d.ts +15 -0
- package/info-box/theme.js +2 -0
- package/info-box/types.d.ts +3 -0
- package/info-box/types.js +2 -0
- package/input/index.d.ts +14 -0
- package/input/index.js +20 -0
- package/input/input-arrow-icon.d.ts +8 -0
- package/input/input-arrow-icon.js +15 -0
- package/input/input-element.d.ts +24 -0
- package/input/input-element.js +33 -0
- package/input/input-left-addon.d.ts +5 -0
- package/input/input-left-addon.js +14 -0
- package/input/input-left-element.d.ts +5 -0
- package/input/input-left-element.js +12 -0
- package/input/input-remove-button.d.ts +5 -0
- package/input/input-remove-button.js +29 -0
- package/input/input-right-addon.d.ts +5 -0
- package/input/input-right-addon.js +14 -0
- package/input/input-right-element.d.ts +5 -0
- package/input/input-right-element.js +12 -0
- package/input/input.d.ts +20 -0
- package/input/input.js +66 -0
- package/input/input.spec.d.ts +1 -0
- package/input/input.spec.js +10 -0
- package/input/input.stories.d.ts +4 -0
- package/input/input.stories.js +90 -0
- package/input/theme.d.ts +10 -0
- package/input/theme.js +2 -0
- package/label/index.d.ts +2 -0
- package/label/index.js +5 -0
- package/label/label.d.ts +12 -0
- package/label/label.js +37 -0
- package/label/label.spec.d.ts +1 -0
- package/label/label.spec.js +9 -0
- package/label/label.stories.d.ts +2 -0
- package/label/label.stories.js +12 -0
- package/layout/index.d.ts +2 -0
- package/layout/index.js +5 -0
- package/layout/layout.d.ts +13 -0
- package/layout/layout.js +46 -0
- package/layout/layout.spec.d.ts +1 -0
- package/layout/layout.spec.js +9 -0
- package/layout/layout.stories.d.ts +2 -0
- package/layout/layout.stories.js +15 -0
- package/layout/translations.d.ts +11 -0
- package/layout/translations.js +12 -0
- package/layout/uxf-logo.d.ts +6 -0
- package/layout/uxf-logo.js +13 -0
- package/lightbox/components/lightbox-close-button.d.ts +6 -0
- package/lightbox/components/lightbox-close-button.js +16 -0
- package/lightbox/components/lightbox-dialog.d.ts +15 -0
- package/lightbox/components/lightbox-dialog.js +49 -0
- package/lightbox/components/lightbox-dot.d.ts +9 -0
- package/lightbox/components/lightbox-dot.js +13 -0
- package/lightbox/components/lightbox-next-button.d.ts +6 -0
- package/lightbox/components/lightbox-next-button.js +16 -0
- package/lightbox/components/lightbox-prev-button.d.ts +6 -0
- package/lightbox/components/lightbox-prev-button.js +16 -0
- package/lightbox/components/use-lightbox-dialog.d.ts +34 -0
- package/lightbox/components/use-lightbox-dialog.js +51 -0
- package/lightbox/context.d.ts +11 -0
- package/lightbox/context.js +17 -0
- package/lightbox/index.d.ts +4 -0
- package/lightbox/index.js +9 -0
- package/lightbox/lightbox.d.ts +14 -0
- package/lightbox/lightbox.js +27 -0
- package/lightbox/lightbox.spec.d.ts +1 -0
- package/lightbox/lightbox.spec.js +9 -0
- package/lightbox/lightbox.stories.d.ts +2 -0
- package/lightbox/lightbox.stories.js +43 -0
- package/lightbox/translations.d.ts +23 -0
- package/lightbox/translations.js +24 -0
- package/lightbox/types.d.ts +20 -0
- package/lightbox/types.js +2 -0
- package/lightbox/use-lightbox-image.d.ts +2 -0
- package/lightbox/use-lightbox-image.js +17 -0
- package/lightbox/use-lightbox.d.ts +11 -0
- package/lightbox/use-lightbox.js +34 -0
- package/list-item/index.d.ts +2 -0
- package/list-item/index.js +5 -0
- package/list-item/list-item.d.ts +10 -0
- package/list-item/list-item.js +45 -0
- package/list-item/list-item.spec.d.ts +1 -0
- package/list-item/list-item.spec.js +9 -0
- package/list-item/list-item.stories.d.ts +2 -0
- package/list-item/list-item.stories.js +28 -0
- package/loader/index.d.ts +2 -0
- package/loader/index.js +5 -0
- package/loader/loader.d.ts +5 -0
- package/loader/loader.js +34 -0
- package/loader/loader.spec.d.ts +1 -0
- package/loader/loader.spec.js +9 -0
- package/loader/loader.stories.d.ts +2 -0
- package/loader/loader.stories.js +16 -0
- package/lozenge/index.d.ts +3 -0
- package/lozenge/index.js +5 -0
- package/lozenge/lozenge.d.ts +7 -0
- package/lozenge/lozenge.js +35 -0
- package/lozenge/lozenge.spec.d.ts +1 -0
- package/lozenge/lozenge.spec.js +9 -0
- package/lozenge/lozenge.stories.d.ts +2 -0
- package/lozenge/lozenge.stories.js +16 -0
- package/lozenge/theme.d.ts +14 -0
- package/lozenge/theme.js +2 -0
- package/message/index.d.ts +3 -0
- package/message/index.js +7 -0
- package/message/message-content.d.ts +20 -0
- package/message/message-content.js +42 -0
- package/message/message-service.d.ts +13 -0
- package/message/message-service.js +30 -0
- package/message/message.d.ts +24 -0
- package/message/message.js +55 -0
- package/message/message.spec.d.ts +1 -0
- package/message/message.spec.js +9 -0
- package/message/message.stories.d.ts +2 -0
- package/message/message.stories.js +71 -0
- package/message/theme.d.ts +12 -0
- package/message/theme.js +2 -0
- package/modal/index.d.ts +4 -0
- package/modal/index.js +11 -0
- package/modal/modal-provider.d.ts +3 -0
- package/modal/modal-provider.js +57 -0
- package/modal/modal-service.d.ts +4 -0
- package/modal/modal-service.js +20 -0
- package/modal/modal.d.ts +3 -0
- package/modal/modal.js +27 -0
- package/modal/modal.spec.d.ts +1 -0
- package/modal/modal.spec.js +9 -0
- package/modal/modal.stories.d.ts +3 -0
- package/modal/modal.stories.js +109 -0
- package/modal/theme.d.ts +4 -0
- package/modal/theme.js +2 -0
- package/modal/types.d.ts +23 -0
- package/modal/types.js +2 -0
- package/modal-dialog/modal-dialog.d.ts +13 -0
- package/modal-dialog/modal-dialog.js +18 -0
- package/modal-dialog/modal-dialog.stories.d.ts +2 -0
- package/modal-dialog/modal-dialog.stories.js +28 -0
- package/modal-header/index.d.ts +2 -0
- package/modal-header/index.js +5 -0
- package/modal-header/modal-header.d.ts +10 -0
- package/modal-header/modal-header.js +27 -0
- package/modal-header/modal-header.spec.d.ts +1 -0
- package/modal-header/modal-header.spec.js +9 -0
- package/modal-header/modal-header.stories.d.ts +2 -0
- package/modal-header/modal-header.stories.js +19 -0
- package/multi-combobox/index.d.ts +2 -0
- package/multi-combobox/index.js +5 -0
- package/multi-combobox/multi-combobox.d.ts +3 -0
- package/multi-combobox/multi-combobox.js +174 -0
- package/multi-combobox/multi-combobox.spec.d.ts +1 -0
- package/multi-combobox/multi-combobox.spec.js +10 -0
- package/multi-combobox/multi-combobox.stories.d.ts +4 -0
- package/multi-combobox/multi-combobox.stories.js +89 -0
- package/multi-combobox/translations.d.ts +29 -0
- package/multi-combobox/translations.js +30 -0
- package/multi-combobox/types.d.ts +48 -0
- package/multi-combobox/types.js +2 -0
- package/multi-select/index.d.ts +2 -0
- package/multi-select/index.js +5 -0
- package/multi-select/multi-select.d.ts +3 -0
- package/multi-select/multi-select.js +138 -0
- package/multi-select/multi-select.spec.d.ts +1 -0
- package/multi-select/multi-select.spec.js +9 -0
- package/multi-select/multi-select.stories.d.ts +3 -0
- package/multi-select/multi-select.stories.js +75 -0
- package/multi-select/translations.d.ts +17 -0
- package/multi-select/translations.js +18 -0
- package/multi-select/types.d.ts +43 -0
- package/multi-select/types.js +2 -0
- package/package.json +2 -2
- package/pagination/index.d.ts +2 -0
- package/pagination/index.js +5 -0
- package/pagination/pagination.d.ts +12 -0
- package/pagination/pagination.js +62 -0
- package/pagination/pagination.spec.d.ts +1 -0
- package/pagination/pagination.spec.js +9 -0
- package/pagination/pagination.stories.d.ts +2 -0
- package/pagination/pagination.stories.js +40 -0
- package/pagination/theme.d.ts +7 -0
- package/pagination/theme.js +2 -0
- package/paper/index.d.ts +2 -0
- package/paper/index.js +5 -0
- package/paper/paper.d.ts +5 -0
- package/paper/paper.js +33 -0
- package/paper/paper.spec.d.ts +1 -0
- package/paper/paper.spec.js +9 -0
- package/paper/paper.stories.d.ts +2 -0
- package/paper/paper.stories.js +13 -0
- package/radio/index.d.ts +3 -0
- package/radio/index.js +5 -0
- package/radio/radio.d.ts +12 -0
- package/radio/radio.js +53 -0
- package/radio/radio.spec.d.ts +1 -0
- package/radio/radio.spec.js +9 -0
- package/radio/radio.stories.d.ts +2 -0
- package/radio/radio.stories.js +29 -0
- package/radio/theme.d.ts +5 -0
- package/radio/theme.js +2 -0
- package/radio-group/index.d.ts +3 -0
- package/radio-group/index.js +5 -0
- package/radio-group/radio-group.d.ts +23 -0
- package/radio-group/radio-group.js +51 -0
- package/radio-group/radio-group.spec.d.ts +1 -0
- package/radio-group/radio-group.spec.js +9 -0
- package/radio-group/radio-group.stories.d.ts +2 -0
- package/radio-group/radio-group.stories.js +55 -0
- package/radio-group/theme.d.ts +7 -0
- package/radio-group/theme.js +2 -0
- package/raster-image/empty-image.d.ts +9 -0
- package/raster-image/empty-image.js +12 -0
- package/raster-image/img-sources.d.ts +17 -0
- package/raster-image/img-sources.js +44 -0
- package/raster-image/index.d.ts +2 -0
- package/raster-image/index.js +5 -0
- package/raster-image/raster-image.d.ts +35 -0
- package/raster-image/raster-image.js +36 -0
- package/raster-image/raster-image.spec.d.ts +1 -0
- package/raster-image/raster-image.spec.js +9 -0
- package/raster-image/raster-image.stories.d.ts +2 -0
- package/raster-image/raster-image.stories.js +12 -0
- package/raster-image/responsive-img-sources.d.ts +15 -0
- package/raster-image/responsive-img-sources.js +19 -0
- package/readmes.d.ts +66 -0
- package/readmes.js +135 -0
- package/select/index.d.ts +2 -0
- package/select/index.js +5 -0
- package/select/select.d.ts +47 -0
- package/select/select.js +103 -0
- package/select/select.spec.d.ts +1 -0
- package/select/select.spec.js +9 -0
- package/select/select.stories.d.ts +3 -0
- package/select/select.stories.js +78 -0
- package/select/translations.d.ts +11 -0
- package/select/translations.js +12 -0
- package/tabs/components/tabs-button-list.d.ts +12 -0
- package/tabs/components/tabs-button-list.js +36 -0
- package/tabs/components/tabs-button.d.ts +17 -0
- package/tabs/components/tabs-button.js +40 -0
- package/tabs/components/tabs-panel.d.ts +11 -0
- package/tabs/components/tabs-panel.js +16 -0
- package/tabs/components/tabs-panels.d.ts +2 -0
- package/tabs/components/tabs-panels.js +10 -0
- package/tabs/components/tabs-root.d.ts +10 -0
- package/tabs/components/tabs-root.js +12 -0
- package/tabs/create-tab-id.d.ts +1 -0
- package/tabs/create-tab-id.js +6 -0
- package/tabs/index.d.ts +2 -0
- package/tabs/index.js +18 -0
- package/tabs/panel-content.d.ts +9 -0
- package/tabs/panel-content.js +35 -0
- package/tabs/panel.d.ts +21 -0
- package/tabs/panel.js +11 -0
- package/tabs/tabs.d.ts +22 -0
- package/tabs/tabs.js +74 -0
- package/tabs/tabs.spec.d.ts +1 -0
- package/tabs/tabs.spec.js +10 -0
- package/tabs/tabs.stories.d.ts +3 -0
- package/tabs/tabs.stories.js +68 -0
- package/tabs/theme.d.ts +4 -0
- package/tabs/theme.js +2 -0
- package/tabs/types.d.ts +2 -0
- package/tabs/types.js +2 -0
- package/text-input/index.d.ts +2 -0
- package/text-input/index.js +5 -0
- package/text-input/text-input.d.ts +33 -0
- package/text-input/text-input.js +51 -0
- package/text-input/text-input.spec.d.ts +1 -0
- package/text-input/text-input.spec.js +9 -0
- package/text-input/text-input.stories.d.ts +3 -0
- package/text-input/text-input.stories.js +64 -0
- package/text-link/index.d.ts +2 -0
- package/text-link/index.js +5 -0
- package/text-link/text-link.d.ts +10 -0
- package/text-link/text-link.js +41 -0
- package/text-link/text-link.spec.d.ts +1 -0
- package/text-link/text-link.spec.js +9 -0
- package/text-link/text-link.stories.d.ts +2 -0
- package/text-link/text-link.stories.js +17 -0
- package/text-link/theme.d.ts +4 -0
- package/text-link/theme.js +2 -0
- package/textarea/index.d.ts +2 -0
- package/textarea/index.js +5 -0
- package/textarea/textarea.d.ts +18 -0
- package/textarea/textarea.js +59 -0
- package/textarea/textarea.spec.d.ts +1 -0
- package/textarea/textarea.spec.js +9 -0
- package/textarea/textarea.stories.d.ts +2 -0
- package/textarea/textarea.stories.js +39 -0
- package/time-picker/index.d.ts +2 -0
- package/time-picker/index.js +5 -0
- package/time-picker/time-picker-hour.d.ts +5 -0
- package/time-picker/time-picker-hour.js +49 -0
- package/time-picker/time-picker-hours.d.ts +2 -0
- package/time-picker/time-picker-hours.js +15 -0
- package/time-picker/time-picker-minute.d.ts +5 -0
- package/time-picker/time-picker-minute.js +49 -0
- package/time-picker/time-picker-minutes.d.ts +2 -0
- package/time-picker/time-picker-minutes.js +15 -0
- package/time-picker/time-picker.d.ts +9 -0
- package/time-picker/time-picker.js +74 -0
- package/time-picker/time-picker.spec.d.ts +1 -0
- package/time-picker/time-picker.spec.js +9 -0
- package/time-picker/time-picker.stories.d.ts +2 -0
- package/time-picker/time-picker.stories.js +36 -0
- package/time-picker/translations.d.ts +17 -0
- package/time-picker/translations.js +18 -0
- package/time-picker-input/index.d.ts +2 -0
- package/time-picker-input/index.js +8 -0
- package/time-picker-input/time-picker-input.d.ts +17 -0
- package/time-picker-input/time-picker-input.js +83 -0
- package/time-picker-input/time-picker-input.spec.d.ts +1 -0
- package/time-picker-input/time-picker-input.spec.js +9 -0
- package/time-picker-input/time-picker-input.stories.d.ts +2 -0
- package/time-picker-input/time-picker-input.stories.js +45 -0
- package/toggle/index.d.ts +3 -0
- package/toggle/index.js +5 -0
- package/toggle/theme.d.ts +10 -0
- package/toggle/theme.js +2 -0
- package/toggle/toggle.d.ts +13 -0
- package/toggle/toggle.js +39 -0
- package/toggle/toggle.spec.d.ts +1 -0
- package/toggle/toggle.spec.js +9 -0
- package/toggle/toggle.stories.d.ts +2 -0
- package/toggle/toggle.stories.js +41 -0
- package/tooltip/index.d.ts +4 -0
- package/tooltip/index.js +7 -0
- package/tooltip/tooltip.d.ts +9 -0
- package/tooltip/tooltip.js +73 -0
- package/tooltip/tooltip.spec.d.ts +1 -0
- package/tooltip/tooltip.spec.js +9 -0
- package/tooltip/tooltip.stories.d.ts +2 -0
- package/tooltip/tooltip.stories.js +38 -0
- package/tooltip/use-tooltip.d.ts +55 -0
- package/tooltip/use-tooltip.js +39 -0
- package/translations/cs.json +61 -0
- package/translations/de.json +61 -0
- package/translations/en.json +61 -0
- package/translations/sk.json +61 -0
- package/tw-tokens/tw-box-shadow.d.ts +12 -0
- package/tw-tokens/tw-box-shadow.js +15 -0
- package/tw-tokens/tw-colors.d.ts +468 -0
- package/tw-tokens/tw-colors.js +471 -0
- package/tw-tokens/tw-containers.d.ts +8 -0
- package/tw-tokens/tw-containers.js +5 -0
- package/tw-tokens/tw-font-size.d.ts +55 -0
- package/tw-tokens/tw-font-size.js +32 -0
- package/tw-tokens/tw-font-weight.d.ts +12 -0
- package/tw-tokens/tw-font-weight.js +15 -0
- package/tw-tokens/tw-line-height.d.ts +17 -0
- package/tw-tokens/tw-line-height.js +20 -0
- package/tw-tokens/tw-screens.d.ts +8 -0
- package/tw-tokens/tw-screens.js +5 -0
- package/tw-tokens/tw-spacing.d.ts +39 -0
- package/tw-tokens/tw-spacing.js +42 -0
- package/tw-tokens/tw-z-index.d.ts +21 -0
- package/tw-tokens/tw-z-index.js +24 -0
- package/types/color.d.ts +2 -0
- package/types/color.js +2 -0
- package/types/file-response.d.ts +6 -0
- package/types/file-response.js +2 -0
- package/types/form-control-props.d.ts +30 -0
- package/types/form-control-props.js +2 -0
- package/types/index.d.ts +3 -0
- package/types/index.js +19 -0
- package/typography/typography.spec.d.ts +1 -0
- package/typography/typography.spec.js +9 -0
- package/typography/typography.stories.d.ts +2 -0
- package/typography/typography.stories.js +23 -0
- package/utils/action.d.ts +3 -0
- package/utils/action.js +10 -0
- package/utils/component-structure-analyzer.d.ts +6 -0
- package/utils/component-structure-analyzer.js +10 -0
- package/utils/files/get-file-icon.d.ts +2 -0
- package/utils/files/get-file-icon.js +18 -0
- package/utils/files/get-file-icon.test.d.ts +1 -0
- package/utils/files/get-file-icon.test.js +22 -0
- package/utils/files/get-file-url.d.ts +2 -0
- package/utils/files/get-file-url.js +6 -0
- package/utils/files/get-file-url.test.d.ts +1 -0
- package/utils/files/get-file-url.test.js +44 -0
- package/utils/get-default-icon-name.d.ts +4 -0
- package/utils/get-default-icon-name.js +19 -0
- package/utils/get-dropzone-state.d.ts +7 -0
- package/utils/get-dropzone-state.js +23 -0
- package/utils/get-dropzone-state.test.d.ts +1 -0
- package/utils/get-dropzone-state.test.js +88 -0
- package/utils/mocks/upload-file.mock.d.ts +3 -0
- package/utils/mocks/upload-file.mock.js +46 -0
- package/utils/mocks/upload-file.mock.test.d.ts +1 -0
- package/utils/mocks/upload-file.mock.test.js +34 -0
- package/utils/next-link.d.ts +22 -0
- package/utils/next-link.js +2 -0
- package/utils/snap-test.d.ts +2 -0
- package/utils/snap-test.js +22 -0
- package/utils/storybook-config.d.ts +49 -0
- package/utils/storybook-config.js +72 -0
- package/utils/validator/validator-exceptions.d.ts +3 -0
- package/utils/validator/validator-exceptions.js +7 -0
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.FormComponent = void 0;
|
|
27
|
+
const classes_1 = require("@uxf/core/constants/classes");
|
|
28
|
+
const cx_1 = require("@uxf/core/utils/cx");
|
|
29
|
+
const react_1 = __importStar(require("react"));
|
|
30
|
+
const label_1 = require("../label");
|
|
31
|
+
exports.FormComponent = (0, react_1.forwardRef)((props, ref) => {
|
|
32
|
+
var _a;
|
|
33
|
+
const helperTextClassName = (0, cx_1.cx)("uxf-helper-text", props.errorId && classes_1.CLASSES.IS_INVALID);
|
|
34
|
+
return (react_1.default.createElement("div", { className: `uxf-form-component ${(_a = props.className) !== null && _a !== void 0 ? _a : ""}`, "data-name": props.name, ref: ref },
|
|
35
|
+
react_1.default.createElement("div", { className: "uxf-form-component__label" },
|
|
36
|
+
react_1.default.createElement(label_1.Label, { form: props.form, htmlFor: props.inputId, isHidden: props.hiddenLabel, isRequired: props.isRequired }, props.label)),
|
|
37
|
+
react_1.default.createElement("div", { className: "uxf-form-component__input" },
|
|
38
|
+
props.children,
|
|
39
|
+
props.helperText && (react_1.default.createElement("div", { className: helperTextClassName, id: props.errorId }, props.helperText)))));
|
|
40
|
+
});
|
|
41
|
+
exports.FormComponent.displayName = "UxfUiFormComponent";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const react_1 = __importDefault(require("react"));
|
|
7
|
+
const snap_test_1 = require("../utils/snap-test");
|
|
8
|
+
const form_component_stories_1 = require("./form-component.stories");
|
|
9
|
+
(0, snap_test_1.snapTest)("render stories", react_1.default.createElement(form_component_stories_1.Default, null));
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.Default = Default;
|
|
7
|
+
const react_1 = __importDefault(require("react"));
|
|
8
|
+
const form_component_1 = require("./form-component");
|
|
9
|
+
function Default() {
|
|
10
|
+
return (react_1.default.createElement("div", { className: "space-y-4" },
|
|
11
|
+
react_1.default.createElement(form_component_1.FormComponent, { helperText: "helper text", inputId: "default", label: "Default", name: "form-component" },
|
|
12
|
+
react_1.default.createElement("div", null, "Default")),
|
|
13
|
+
react_1.default.createElement(form_component_1.FormComponent, { helperText: "helper text", inputId: "default", isRequired: true, label: "Default", name: "form-component-required" },
|
|
14
|
+
react_1.default.createElement("div", null, "Is required")),
|
|
15
|
+
react_1.default.createElement(form_component_1.FormComponent, { errorId: "error--error", helperText: "helper text", inputId: "error", isRequired: true, label: "Default", name: "form-component-invalid" },
|
|
16
|
+
react_1.default.createElement("div", null, "Is invalid")),
|
|
17
|
+
react_1.default.createElement(form_component_1.FormComponent, { errorId: "error--error", helperText: "helper text", hiddenLabel: true, inputId: "error", label: "Default", name: "form-component-hidden-label" },
|
|
18
|
+
react_1.default.createElement("div", null, "hidden label"))));
|
|
19
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FormComponent = void 0;
|
|
4
|
+
var form_component_1 = require("./form-component");
|
|
5
|
+
Object.defineProperty(exports, "FormComponent", { enumerable: true, get: function () { return form_component_1.FormComponent; } });
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.useAsyncLoading = useAsyncLoading;
|
|
4
|
+
const react_1 = require("react");
|
|
5
|
+
function useAsyncLoading(query, initialOptions, loadOptions) {
|
|
6
|
+
const [options, setOptions] = (0, react_1.useState)(initialOptions);
|
|
7
|
+
const asyncLoadingCounter = (0, react_1.useRef)(0);
|
|
8
|
+
const timer = (0, react_1.useRef)();
|
|
9
|
+
const handleAsyncLoading = (0, react_1.useCallback)(async (loadingVersion, q) => {
|
|
10
|
+
let data = [];
|
|
11
|
+
if (loadOptions) {
|
|
12
|
+
data = await loadOptions(q);
|
|
13
|
+
}
|
|
14
|
+
return [data, loadingVersion];
|
|
15
|
+
}, [loadOptions]);
|
|
16
|
+
const getOptions = (0, react_1.useCallback)(async (q) => {
|
|
17
|
+
if (loadOptions) {
|
|
18
|
+
asyncLoadingCounter.current++;
|
|
19
|
+
const [loadedOptions, loadingVersion] = await handleAsyncLoading(asyncLoadingCounter.current, q);
|
|
20
|
+
if (asyncLoadingCounter.current === loadingVersion) {
|
|
21
|
+
setOptions(loadedOptions);
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}, [handleAsyncLoading, loadOptions, setOptions]);
|
|
25
|
+
(0, react_1.useEffect)(() => {
|
|
26
|
+
window.clearTimeout(timer.current);
|
|
27
|
+
timer.current = window.setTimeout(() => getOptions(query), 200);
|
|
28
|
+
return () => window.clearTimeout(timer.current);
|
|
29
|
+
}, [getOptions, query]);
|
|
30
|
+
return options;
|
|
31
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Placement, Strategy } from "@floating-ui/react";
|
|
2
|
+
export declare function useDropdown(placement: Placement, matchWidth?: boolean, maxHeight?: number, strategy?: Strategy): {
|
|
3
|
+
placement: Placement;
|
|
4
|
+
strategy: Strategy;
|
|
5
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
6
|
+
x: number;
|
|
7
|
+
y: number;
|
|
8
|
+
isPositioned: boolean;
|
|
9
|
+
update: () => void;
|
|
10
|
+
floatingStyles: React.CSSProperties;
|
|
11
|
+
refs: {
|
|
12
|
+
reference: import("react").MutableRefObject<import("@floating-ui/react-dom").ReferenceType | null>;
|
|
13
|
+
floating: React.MutableRefObject<HTMLElement | null>;
|
|
14
|
+
setReference: (node: import("@floating-ui/react-dom").ReferenceType | null) => void;
|
|
15
|
+
setFloating: (node: HTMLElement | null) => void;
|
|
16
|
+
} & import("@floating-ui/react").ExtendedRefs<import("@floating-ui/react").ReferenceType>;
|
|
17
|
+
elements: {
|
|
18
|
+
reference: import("@floating-ui/react-dom").ReferenceType | null;
|
|
19
|
+
floating: HTMLElement | null;
|
|
20
|
+
} & import("@floating-ui/react").ExtendedElements<import("@floating-ui/react").ReferenceType>;
|
|
21
|
+
context: {
|
|
22
|
+
x: number;
|
|
23
|
+
y: number;
|
|
24
|
+
placement: Placement;
|
|
25
|
+
strategy: Strategy;
|
|
26
|
+
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
27
|
+
isPositioned: boolean;
|
|
28
|
+
update: () => void;
|
|
29
|
+
floatingStyles: React.CSSProperties;
|
|
30
|
+
open: boolean;
|
|
31
|
+
onOpenChange: (open: boolean, event?: Event, reason?: import("@floating-ui/react").OpenChangeReason) => void;
|
|
32
|
+
events: import("@floating-ui/react").FloatingEvents;
|
|
33
|
+
dataRef: React.MutableRefObject<import("@floating-ui/react").ContextData>;
|
|
34
|
+
nodeId: string | undefined;
|
|
35
|
+
floatingId: string;
|
|
36
|
+
refs: import("@floating-ui/react").ExtendedRefs<import("@floating-ui/react").ReferenceType>;
|
|
37
|
+
elements: import("@floating-ui/react").ExtendedElements<import("@floating-ui/react").ReferenceType>;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.useDropdown = useDropdown;
|
|
4
|
+
const react_1 = require("@floating-ui/react");
|
|
5
|
+
const with_unit_1 = require("@uxf/styles/units/with-unit");
|
|
6
|
+
function useDropdown(placement, matchWidth = false, maxHeight, strategy) {
|
|
7
|
+
return (0, react_1.useFloating)({
|
|
8
|
+
middleware: [
|
|
9
|
+
(0, react_1.flip)(),
|
|
10
|
+
(0, react_1.shift)(),
|
|
11
|
+
(0, react_1.size)({
|
|
12
|
+
apply({ availableHeight, availableWidth, elements }) {
|
|
13
|
+
Object.assign(elements.floating.style, {
|
|
14
|
+
maxHeight: (0, with_unit_1.withUnit)(Math.min(maxHeight !== null && maxHeight !== void 0 ? maxHeight : 240, availableHeight), "px"),
|
|
15
|
+
maxWidth: matchWidth
|
|
16
|
+
? (0, with_unit_1.withUnit)(Math.min(availableWidth, elements.reference.getBoundingClientRect().width), "px")
|
|
17
|
+
: (0, with_unit_1.withUnit)(availableWidth, "px"),
|
|
18
|
+
});
|
|
19
|
+
},
|
|
20
|
+
}),
|
|
21
|
+
],
|
|
22
|
+
placement,
|
|
23
|
+
strategy,
|
|
24
|
+
whileElementsMounted: (reference, floating, update) => (0, react_1.autoUpdate)(reference, floating, update, {
|
|
25
|
+
elementResize: typeof ResizeObserver !== "undefined",
|
|
26
|
+
}),
|
|
27
|
+
});
|
|
28
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.useInputSubmit = useInputSubmit;
|
|
4
|
+
const react_1 = require("react");
|
|
5
|
+
function childrenHasFocus(node) {
|
|
6
|
+
node.childNodes.forEach((child) => {
|
|
7
|
+
if (document.activeElement === child) {
|
|
8
|
+
return true;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
return false;
|
|
12
|
+
}
|
|
13
|
+
function submitResolver(type, node) {
|
|
14
|
+
switch (type) {
|
|
15
|
+
case "checkbox":
|
|
16
|
+
return document.activeElement === node.firstChild;
|
|
17
|
+
case "radio-group":
|
|
18
|
+
return childrenHasFocus(node);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
function useInputSubmit(ref, type, disabled) {
|
|
22
|
+
(0, react_1.useEffect)(() => {
|
|
23
|
+
const node = ref.current;
|
|
24
|
+
if (!node || disabled) {
|
|
25
|
+
return;
|
|
26
|
+
}
|
|
27
|
+
const handleSubmit = (e) => {
|
|
28
|
+
var _a;
|
|
29
|
+
if (e instanceof KeyboardEvent && e.key === "Enter" && submitResolver(type, node)) {
|
|
30
|
+
const closestForm = (_a = document.activeElement) === null || _a === void 0 ? void 0 : _a.closest("form");
|
|
31
|
+
if (closestForm) {
|
|
32
|
+
closestForm.dispatchEvent(new Event("submit", { bubbles: true, cancelable: true }));
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
};
|
|
36
|
+
node.addEventListener("keydown", handleSubmit);
|
|
37
|
+
return () => node.removeEventListener("keydown", handleSubmit);
|
|
38
|
+
}, [disabled, ref, type]);
|
|
39
|
+
}
|
package/icon/icon.d.ts
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import React, { CSSProperties } from "react";
|
|
2
|
+
import { IconColor } from "./theme";
|
|
3
|
+
import { IconName } from "./types";
|
|
4
|
+
type NameOrComponentType = {
|
|
5
|
+
name: IconName;
|
|
6
|
+
Component?: never;
|
|
7
|
+
} | {
|
|
8
|
+
name?: never;
|
|
9
|
+
Component: any;
|
|
10
|
+
};
|
|
11
|
+
export type IconProps = {
|
|
12
|
+
"aria-label"?: string;
|
|
13
|
+
className?: string;
|
|
14
|
+
mode?: "meet" | "slice";
|
|
15
|
+
size?: number;
|
|
16
|
+
style?: CSSProperties;
|
|
17
|
+
color?: IconColor;
|
|
18
|
+
} & NameOrComponentType;
|
|
19
|
+
export declare const Icon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
20
|
+
export {};
|
package/icon/icon.js
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
"use client";
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
20
|
+
if (mod && mod.__esModule) return mod;
|
|
21
|
+
var result = {};
|
|
22
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
23
|
+
__setModuleDefault(result, mod);
|
|
24
|
+
return result;
|
|
25
|
+
};
|
|
26
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27
|
+
exports.Icon = void 0;
|
|
28
|
+
const cx_1 = require("@uxf/core/utils/cx");
|
|
29
|
+
const rem_1 = require("@uxf/styles/units/rem");
|
|
30
|
+
const react_1 = __importStar(require("react"));
|
|
31
|
+
const context_1 = require("../context");
|
|
32
|
+
exports.Icon = (0, react_1.forwardRef)((props, ref) => {
|
|
33
|
+
var _a;
|
|
34
|
+
const componentContext = (0, context_1.useComponentContext)("icon");
|
|
35
|
+
const CustomComponent = props.Component;
|
|
36
|
+
const className = (0, cx_1.cx)("uxf-icon", props.color && `uxf-icon--color-${props.color}`, props.className);
|
|
37
|
+
const preserveAspectRatio = `xMidYMid ${(_a = props.mode) !== null && _a !== void 0 ? _a : "meet"}`;
|
|
38
|
+
const style = props.size
|
|
39
|
+
? {
|
|
40
|
+
"--i-h": (0, rem_1.rem)(props.size),
|
|
41
|
+
"--i-w": (0, rem_1.rem)(props.size),
|
|
42
|
+
...props.style,
|
|
43
|
+
}
|
|
44
|
+
: props.style;
|
|
45
|
+
if (CustomComponent) {
|
|
46
|
+
return (react_1.default.createElement(CustomComponent, { "aria-label": props["aria-label"], className: className, preserveAspectRatio: preserveAspectRatio, ref: ref, role: "img", style: style }));
|
|
47
|
+
}
|
|
48
|
+
if (props.name && props.name in componentContext.iconsConfig) {
|
|
49
|
+
const icon = componentContext.iconsConfig[props.name];
|
|
50
|
+
return (react_1.default.createElement("svg", { "aria-label": props["aria-label"], className: className, preserveAspectRatio: preserveAspectRatio, ref: ref, role: "img", style: style, viewBox: `0 0 ${icon.w} ${icon.h}` },
|
|
51
|
+
react_1.default.createElement("use", { xlinkHref: `${componentContext.spriteFilePath}#icon-sprite--${props.name}` })));
|
|
52
|
+
}
|
|
53
|
+
// eslint-disable-next-line no-console
|
|
54
|
+
console.warn(`Icon "${props.name}" not found.`);
|
|
55
|
+
return (react_1.default.createElement("span", { title: `icon "${props.name}" not found` },
|
|
56
|
+
react_1.default.createElement("svg", { "aria-label": props["aria-label"], height: props.size, viewBox: "0 0 320 512", width: props.size, xmlns: "http://www.w3.org/2000/svg" },
|
|
57
|
+
react_1.default.createElement("path", { d: "M144 416c-17.67 0-32 14.33-32 32s14.33 32.01 32 32.01s32-14.34 32-32.01S161.7 416 144 416zM211.2 32H104C46.66 32 0 78.66 0 136v16C0 165.3 10.75 176 24 176S48 165.3 48 152v-16c0-30.88 25.12-56 56-56h107.2C244.7 80 272 107.3 272 140.8c0 22.66-12.44 43.27-32.5 53.81L167 232.8C137.1 248 120 277.9 120 310.6V328c0 13.25 10.75 24.01 24 24.01S168 341.3 168 328V310.6c0-14.89 8.188-28.47 21.38-35.41l72.47-38.14C297.7 218.2 320 181.3 320 140.8C320 80.81 271.2 32 211.2 32z" }))));
|
|
58
|
+
});
|
|
59
|
+
exports.Icon.displayName = "UxfUiIcon";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const react_1 = __importDefault(require("react"));
|
|
7
|
+
const snap_test_1 = require("../utils/snap-test");
|
|
8
|
+
const icon_stories_1 = require("./icon.stories");
|
|
9
|
+
(0, snap_test_1.snapTest)("render all icons stories", react_1.default.createElement(icon_stories_1.AllIcons, null));
|
|
10
|
+
(0, snap_test_1.snapTest)("render color and sizes stories", react_1.default.createElement(icon_stories_1.ColorAndSizes, null));
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export declare function AllIcons(): React.JSX.Element;
|
|
3
|
+
export declare function ColorAndSizes(): React.JSX.Element;
|
|
4
|
+
export declare function CustomComponent(): React.JSX.Element;
|
|
5
|
+
export declare function SpriteIcon(): React.JSX.Element;
|
|
6
|
+
export declare function SpriteIconNotExists(): React.JSX.Element;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.AllIcons = AllIcons;
|
|
7
|
+
exports.ColorAndSizes = ColorAndSizes;
|
|
8
|
+
exports.CustomComponent = CustomComponent;
|
|
9
|
+
exports.SpriteIcon = SpriteIcon;
|
|
10
|
+
exports.SpriteIconNotExists = SpriteIconNotExists;
|
|
11
|
+
const react_1 = __importDefault(require("react"));
|
|
12
|
+
const context_1 = require("../context");
|
|
13
|
+
const icon_1 = require("./icon");
|
|
14
|
+
// import Docs from "./icon.docs.mdx";
|
|
15
|
+
function AllIcons() {
|
|
16
|
+
const iconContext = (0, context_1.useComponentContext)("icon");
|
|
17
|
+
return (react_1.default.createElement("div", { className: "flex flex-row flex-wrap" }, Object.keys(iconContext.iconsConfig).map((iconName) => (react_1.default.createElement("div", { className: "flex size-28 flex-col items-center justify-center gap-3", key: iconName },
|
|
18
|
+
react_1.default.createElement(icon_1.Icon, { className: "dark:text-white", name: iconName, size: 24 }),
|
|
19
|
+
react_1.default.createElement("div", { className: "text-gray-400" },
|
|
20
|
+
react_1.default.createElement("small", null, iconName)))))));
|
|
21
|
+
}
|
|
22
|
+
function ColorAndSizes() {
|
|
23
|
+
return (react_1.default.createElement("div", { className: "flex flex-row flex-wrap gap-4" },
|
|
24
|
+
react_1.default.createElement(icon_1.Icon, { name: "camera", size: 12 }),
|
|
25
|
+
react_1.default.createElement(icon_1.Icon, { name: "camera", size: 16 }),
|
|
26
|
+
react_1.default.createElement(icon_1.Icon, { name: "camera", size: 20 }),
|
|
27
|
+
react_1.default.createElement(icon_1.Icon, { className: "text-primary-600", name: "camera", size: 12 }),
|
|
28
|
+
react_1.default.createElement(icon_1.Icon, { className: "text-orange-600", name: "camera", size: 16 }),
|
|
29
|
+
react_1.default.createElement(icon_1.Icon, { className: "text-green-600", name: "camera", size: 20 })));
|
|
30
|
+
}
|
|
31
|
+
function CustomComponent() {
|
|
32
|
+
const SvgIcon = (props) => {
|
|
33
|
+
return (react_1.default.createElement("svg", { viewBox: "0 0 29.65 40", ...props },
|
|
34
|
+
react_1.default.createElement("path", { clipRule: "evenodd", d: "M0 14.83C0 6.61 6.61 0 14.83 0c8.11 0 14.83 6.61 14.83 14.83 0 8.64-8.85 19.41-14.83 25.17C8.75 34.24 0 23.47 0 14.83zm9.28 0c0-3.09 2.45-5.55 5.55-5.55 2.99 0 5.44 2.45 5.44 5.55 0 2.99-2.45 5.44-5.44 5.44-3.1 0-5.55-2.46-5.55-5.44z", fill: "currentColor", fillRule: "evenodd" })));
|
|
35
|
+
};
|
|
36
|
+
return react_1.default.createElement(icon_1.Icon, { Component: SvgIcon, size: 16 });
|
|
37
|
+
}
|
|
38
|
+
function SpriteIcon() {
|
|
39
|
+
return react_1.default.createElement(icon_1.Icon, { name: "camera", size: 16 });
|
|
40
|
+
}
|
|
41
|
+
function SpriteIconNotExists() {
|
|
42
|
+
return react_1.default.createElement(icon_1.Icon, { name: "not-exists", size: 16 });
|
|
43
|
+
}
|
package/icon/index.d.ts
ADDED
package/icon/index.js
ADDED
package/icon/theme.d.ts
ADDED
package/icon/theme.js
ADDED
package/icon/types.d.ts
ADDED
package/icon/types.js
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ButtonProps } from "@uxf/ui/button";
|
|
2
|
+
import { IconName } from "@uxf/ui/icon/types";
|
|
3
|
+
import React from "react";
|
|
4
|
+
export interface IconButtonProps extends Omit<ButtonProps, "children" | "isIconButton"> {
|
|
5
|
+
iconName: IconName;
|
|
6
|
+
iconSize?: number;
|
|
7
|
+
label: string;
|
|
8
|
+
}
|
|
9
|
+
export declare const IconButton: React.ForwardRefExoticComponent<IconButtonProps & React.RefAttributes<HTMLAnchorElement>>;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.IconButton = void 0;
|
|
27
|
+
const button_1 = require("@uxf/ui/button");
|
|
28
|
+
const icon_1 = require("@uxf/ui/icon");
|
|
29
|
+
const react_1 = __importStar(require("react"));
|
|
30
|
+
exports.IconButton = (0, react_1.forwardRef)((props, ref) => {
|
|
31
|
+
// eslint-disable-next-line react/destructuring-assignment
|
|
32
|
+
const { className, iconName, iconSize, label, ...buttonProps } = props;
|
|
33
|
+
return (react_1.default.createElement(button_1.Button, { className: `uxf-icon-button ${className !== null && className !== void 0 ? className : ""}`, ref: ref, ...buttonProps },
|
|
34
|
+
react_1.default.createElement(icon_1.Icon, { "aria-label": label, name: iconName, size: iconSize })));
|
|
35
|
+
});
|
|
36
|
+
exports.IconButton.displayName = "UxfUiIconButton";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const react_1 = __importDefault(require("react"));
|
|
7
|
+
const snap_test_1 = require("../utils/snap-test");
|
|
8
|
+
const icon_button_stories_1 = require("./icon-button.stories");
|
|
9
|
+
(0, snap_test_1.snapTest)("render stories", react_1.default.createElement(icon_button_stories_1.Default, null));
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.Default = Default;
|
|
27
|
+
const storybook_config_1 = require("@uxf/ui/utils/storybook-config");
|
|
28
|
+
const react_1 = __importStar(require("react"));
|
|
29
|
+
const toggle_1 = require("../toggle");
|
|
30
|
+
const icon_button_1 = require("./icon-button");
|
|
31
|
+
function Default() {
|
|
32
|
+
const [isDisabled, setIsDisabled] = (0, react_1.useState)(false);
|
|
33
|
+
const [isLoading, setIsLoading] = (0, react_1.useState)(false);
|
|
34
|
+
const config = (0, storybook_config_1.useStorybookConfig)("IconButton");
|
|
35
|
+
// eslint-disable-next-line no-console
|
|
36
|
+
const onClick = console.log;
|
|
37
|
+
const gridColumnsCount = config.variants.length * config.sizes.length + 1;
|
|
38
|
+
const gridTemplateColumns = `repeat(${gridColumnsCount}, 100px)`;
|
|
39
|
+
return (react_1.default.createElement("div", { className: "p-4" },
|
|
40
|
+
react_1.default.createElement("div", { className: "grid gap-3 p-4", style: { gridTemplateColumns } },
|
|
41
|
+
react_1.default.createElement("div", null,
|
|
42
|
+
react_1.default.createElement(toggle_1.Toggle, { className: "p-0", label: "Disabled", name: "is-disabled", onChange: (value) => setIsDisabled(Boolean(value)), size: "sm", value: isDisabled }),
|
|
43
|
+
react_1.default.createElement(toggle_1.Toggle, { className: "p-0 pt-2", label: "Loading", name: "is-loading", onChange: (value) => setIsLoading(Boolean(value)), size: "sm", value: isLoading })),
|
|
44
|
+
config.variants.map((variant) => (react_1.default.createElement("div", { className: "border-b border-blue-500 pb-2 text-center text-xs text-gray-400", key: variant, style: { gridColumn: "span 4" } },
|
|
45
|
+
"variant=",
|
|
46
|
+
variant))),
|
|
47
|
+
react_1.default.createElement("div", null),
|
|
48
|
+
config.variants.flatMap((variant) => config.sizes.map((size) => (react_1.default.createElement("div", { className: "text-center text-xs text-gray-400", key: `${variant}${size}` },
|
|
49
|
+
"size=",
|
|
50
|
+
size))))),
|
|
51
|
+
config.colors.map((color) => (react_1.default.createElement("div", { className: color === "inverted" ? "min-w-fit bg-[#1F2A37] dark:bg-white" : undefined, key: color },
|
|
52
|
+
react_1.default.createElement("div", { className: "grid gap-3 px-4 py-2", style: { gridTemplateColumns } },
|
|
53
|
+
react_1.default.createElement("div", { className: "flex items-center text-center text-xs text-gray-400" },
|
|
54
|
+
"color=",
|
|
55
|
+
color),
|
|
56
|
+
config.variants.map((variant) => (react_1.default.createElement(react_1.Fragment, { key: variant }, config.sizes.map((size) => (react_1.default.createElement("div", { className: "flex items-center justify-center gap-2", key: `${size}${color}${variant}` },
|
|
57
|
+
react_1.default.createElement(icon_button_1.IconButton, { color: color, iconName: "user", isDisabled: isDisabled, isLoading: isLoading, label: "User", onClick: onClick, size: size, variant: variant })))))))))))));
|
|
58
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconButton = void 0;
|
|
4
|
+
var icon_button_1 = require("./icon-button");
|
|
5
|
+
Object.defineProperty(exports, "IconButton", { enumerable: true, get: function () { return icon_button_1.IconButton; } });
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.CloseButton = void 0;
|
|
7
|
+
const translations_1 = require("@uxf/core-react/translations");
|
|
8
|
+
const icon_1 = require("@uxf/ui/icon");
|
|
9
|
+
const react_1 = __importDefault(require("react"));
|
|
10
|
+
const CloseButton = (props) => {
|
|
11
|
+
var _a, _b;
|
|
12
|
+
const t = (0, translations_1.useUxfTranslation)();
|
|
13
|
+
return (react_1.default.createElement("button", { className: "uxf-image-gallery__close-button", onClick: () => props.onClick() },
|
|
14
|
+
react_1.default.createElement("span", { className: "uxf-image-gallery__close-button-text" }, (_a = props.text) !== null && _a !== void 0 ? _a : t("uxf-ui-image-gallery:close-button")), (_b = props.buttonElement) !== null && _b !== void 0 ? _b : react_1.default.createElement(icon_1.Icon, { className: "uxf-image-gallery__close-button-icon", name: "xmarkLarge" })));
|
|
15
|
+
};
|
|
16
|
+
exports.CloseButton = CloseButton;
|
|
17
|
+
exports.CloseButton.displayName = "UxfUiCloseButton";
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.Dot = void 0;
|
|
7
|
+
const cx_1 = require("@uxf/core/utils/cx");
|
|
8
|
+
const react_1 = __importDefault(require("react"));
|
|
9
|
+
const Dot = (props) => {
|
|
10
|
+
const className = (0, cx_1.cx)("uxf-image-gallery__dot", props.active ? "uxf-image-gallery__dot--active" : "");
|
|
11
|
+
return react_1.default.createElement("div", { className: className });
|
|
12
|
+
};
|
|
13
|
+
exports.Dot = Dot;
|
|
14
|
+
exports.Dot.displayName = "UxfUiDot";
|