@temp-spotwork/ui 1.4.3
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/README.md +30 -0
- package/dist/Combination-BkpbjcWz.js +672 -0
- package/dist/_commonjsHelpers-BkfeUUK-.js +28 -0
- package/dist/addYears-D3POA9ql.js +7 -0
- package/dist/bundle-mjs-CAy1p0fn.js +2261 -0
- package/dist/card-Cc2Qkiqr.js +41 -0
- package/dist/components/atoms/avatar/Avatar.stories.d.ts +7 -0
- package/dist/components/atoms/avatar/Avatar.stories.js +22 -0
- package/dist/components/atoms/avatar/avatar.d.ts +39 -0
- package/dist/components/atoms/avatar/avatar.js +76 -0
- package/dist/components/atoms/avatar/index.d.ts +2 -0
- package/dist/components/atoms/avatar/index.js +4 -0
- package/dist/components/atoms/avatar/statusIndicatorIcon.d.ts +3 -0
- package/dist/components/atoms/avatar/statusIndicatorIcon.js +33 -0
- package/dist/components/atoms/avatar/styles.d.ts +14 -0
- package/dist/components/atoms/avatar/styles.js +47 -0
- package/dist/components/atoms/badge/badge.d.ts +25 -0
- package/dist/components/atoms/badge/badge.js +38 -0
- package/dist/components/atoms/badge/badge.stories.d.ts +7 -0
- package/dist/components/atoms/badge/badge.stories.js +23 -0
- package/dist/components/atoms/badge/index.d.ts +2 -0
- package/dist/components/atoms/badge/index.js +4 -0
- package/dist/components/atoms/card/card.d.ts +8 -0
- package/dist/components/atoms/card/card.js +12 -0
- package/dist/components/atoms/card/card.stories.d.ts +13 -0
- package/dist/components/atoms/card/card.stories.js +86 -0
- package/dist/components/atoms/card/index.d.ts +1 -0
- package/dist/components/atoms/card/index.js +4 -0
- package/dist/components/atoms/card-content/label-value-pair/index.d.ts +2 -0
- package/dist/components/atoms/card-content/label-value-pair/index.js +4 -0
- package/dist/components/atoms/card-content/label-value-pair/label-value-pair.d.ts +30 -0
- package/dist/components/atoms/card-content/label-value-pair/label-value-pair.js +22 -0
- package/dist/components/atoms/card-content/label-value-pair/label-value-pair.stories.d.ts +7 -0
- package/dist/components/atoms/card-content/label-value-pair/label-value-pair.stories.js +22 -0
- package/dist/components/atoms/card-content/label-value-pair/styles.d.ts +1 -0
- package/dist/components/atoms/card-content/label-value-pair/styles.js +4 -0
- package/dist/components/atoms/card-content/note/index.d.ts +2 -0
- package/dist/components/atoms/card-content/note/index.js +4 -0
- package/dist/components/atoms/card-content/note/note.d.ts +33 -0
- package/dist/components/atoms/card-content/note/note.js +30 -0
- package/dist/components/atoms/conversation/chatheader/chatheader.d.ts +11 -0
- package/dist/components/atoms/conversation/chatheader/chatheader.js +91 -0
- package/dist/components/atoms/conversation/chatheader/index.d.ts +2 -0
- package/dist/components/atoms/conversation/chatheader/index.js +4 -0
- package/dist/components/atoms/conversation/chatheader/styles.d.ts +4 -0
- package/dist/components/atoms/conversation/chatheader/styles.js +7 -0
- package/dist/components/atoms/daybubble/recurrence-day/RecurrenceDay.stories.d.ts +7 -0
- package/dist/components/atoms/daybubble/recurrence-day/RecurrenceDay.stories.js +20 -0
- package/dist/components/atoms/daybubble/recurrence-day/index.d.ts +2 -0
- package/dist/components/atoms/daybubble/recurrence-day/index.js +4 -0
- package/dist/components/atoms/daybubble/recurrence-day/recurrence-day.d.ts +27 -0
- package/dist/components/atoms/daybubble/recurrence-day/recurrence-day.js +86 -0
- package/dist/components/atoms/form/calendar/calendar-date-cell.d.ts +68 -0
- package/dist/components/atoms/form/calendar/calendar-date-cell.js +82 -0
- package/dist/components/atoms/form/calendar/calendar-month.d.ts +57 -0
- package/dist/components/atoms/form/calendar/calendar-month.js +148 -0
- package/dist/components/atoms/form/calendar/calendar-utils.d.ts +43 -0
- package/dist/components/atoms/form/calendar/calendar-utils.js +11 -0
- package/dist/components/atoms/form/calendar/calendar.d.ts +20 -0
- package/dist/components/atoms/form/calendar/calendar.js +106 -0
- package/dist/components/atoms/form/calendar/calendar.stories.d.ts +14 -0
- package/dist/components/atoms/form/calendar/calendar.stories.js +215 -0
- package/dist/components/atoms/form/calendar/index.d.ts +2 -0
- package/dist/components/atoms/form/calendar/index.js +4 -0
- package/dist/components/atoms/form/calendar/month-header.d.ts +13 -0
- package/dist/components/atoms/form/calendar/month-header.js +19 -0
- package/dist/components/atoms/form/calendar/sticky-button.d.ts +24 -0
- package/dist/components/atoms/form/calendar/sticky-button.js +24 -0
- package/dist/components/atoms/form/calendar/types.d.ts +50 -0
- package/dist/components/atoms/form/calendar/types.js +1 -0
- package/dist/components/atoms/form/checkbox/checkbox.d.ts +37 -0
- package/dist/components/atoms/form/checkbox/checkbox.js +67 -0
- package/dist/components/atoms/form/checkbox/index.d.ts +2 -0
- package/dist/components/atoms/form/checkbox/index.js +4 -0
- package/dist/components/atoms/form/chips/chips.d.ts +46 -0
- package/dist/components/atoms/form/chips/chips.js +177 -0
- package/dist/components/atoms/form/chips/chips.stories.d.ts +7 -0
- package/dist/components/atoms/form/chips/chips.stories.js +24 -0
- package/dist/components/atoms/form/chips/index.d.ts +2 -0
- package/dist/components/atoms/form/chips/index.js +4 -0
- package/dist/components/atoms/form/chips/styles.d.ts +77 -0
- package/dist/components/atoms/form/chips/styles.js +55 -0
- package/dist/components/atoms/form/dateselect/date-calendar.d.ts +34 -0
- package/dist/components/atoms/form/dateselect/date-calendar.js +85 -0
- package/dist/components/atoms/form/dateselect/date-dropdown-header.d.ts +21 -0
- package/dist/components/atoms/form/dateselect/date-dropdown-header.js +46 -0
- package/dist/components/atoms/form/dateselect/date-dropdown.d.ts +70 -0
- package/dist/components/atoms/form/dateselect/date-dropdown.js +92 -0
- package/dist/components/atoms/form/dateselect/date-input.d.ts +59 -0
- package/dist/components/atoms/form/dateselect/date-input.js +3240 -0
- package/dist/components/atoms/form/dateselect/date-month-year-switch.d.ts +38 -0
- package/dist/components/atoms/form/dateselect/date-month-year-switch.js +67 -0
- package/dist/components/atoms/form/dateselect/dateselect.d.ts +62 -0
- package/dist/components/atoms/form/dateselect/dateselect.js +164 -0
- package/dist/components/atoms/form/dateselect/helpers.d.ts +36 -0
- package/dist/components/atoms/form/dateselect/helpers.js +83 -0
- package/dist/components/atoms/form/dateselect/index.d.ts +2 -0
- package/dist/components/atoms/form/dateselect/index.js +4 -0
- package/dist/components/atoms/form/dateselect/month-switch.d.ts +10 -0
- package/dist/components/atoms/form/dateselect/month-switch.js +135 -0
- package/dist/components/atoms/form/dateselect/styles.d.ts +10 -0
- package/dist/components/atoms/form/dateselect/styles.js +14 -0
- package/dist/components/atoms/form/dateselect/year-switch.d.ts +8 -0
- package/dist/components/atoms/form/dateselect/year-switch.js +134 -0
- package/dist/components/atoms/form/dropdown/dropdown.d.ts +65 -0
- package/dist/components/atoms/form/dropdown/dropdown.js +182 -0
- package/dist/components/atoms/form/dropdown/index.d.ts +2 -0
- package/dist/components/atoms/form/dropdown/index.js +4 -0
- package/dist/components/atoms/form/dropdown/styles.d.ts +13 -0
- package/dist/components/atoms/form/dropdown/styles.js +20 -0
- package/dist/components/atoms/form/dropdown-search/dropdown-search.d.ts +93 -0
- package/dist/components/atoms/form/dropdown-search/dropdown-search.js +197 -0
- package/dist/components/atoms/form/dropdown-search/dropdown-search.stories.d.ts +24 -0
- package/dist/components/atoms/form/dropdown-search/dropdown-search.stories.js +362 -0
- package/dist/components/atoms/form/dropdown-search/index.d.ts +2 -0
- package/dist/components/atoms/form/dropdown-search/index.js +4 -0
- package/dist/components/atoms/form/form-helper-text/form-helper-text.d.ts +22 -0
- package/dist/components/atoms/form/form-helper-text/form-helper-text.js +13 -0
- package/dist/components/atoms/form/form-helper-text/index.d.ts +1 -0
- package/dist/components/atoms/form/form-helper-text/index.js +4 -0
- package/dist/components/atoms/form/form-types.d.ts +4 -0
- package/dist/components/atoms/form/form-types.js +1 -0
- package/dist/components/atoms/form/multiselect/index.d.ts +2 -0
- package/dist/components/atoms/form/multiselect/index.js +4 -0
- package/dist/components/atoms/form/multiselect/multiselect.d.ts +63 -0
- package/dist/components/atoms/form/multiselect/multiselect.js +109 -0
- package/dist/components/atoms/form/navigation/index.d.ts +2 -0
- package/dist/components/atoms/form/navigation/index.js +4 -0
- package/dist/components/atoms/form/navigation/navigation.d.ts +19 -0
- package/dist/components/atoms/form/navigation/navigation.js +35 -0
- package/dist/components/atoms/form/navigation/styles.d.ts +5 -0
- package/dist/components/atoms/form/navigation/styles.js +8 -0
- package/dist/components/atoms/form/radiobutton/index.d.ts +2 -0
- package/dist/components/atoms/form/radiobutton/index.js +4 -0
- package/dist/components/atoms/form/radiobutton/radiobutton.d.ts +41 -0
- package/dist/components/atoms/form/radiobutton/radiobutton.js +82 -0
- package/dist/components/atoms/form/recurrence-week/RecurrenceWeek.stories.d.ts +7 -0
- package/dist/components/atoms/form/recurrence-week/RecurrenceWeek.stories.js +37 -0
- package/dist/components/atoms/form/recurrence-week/index.d.ts +2 -0
- package/dist/components/atoms/form/recurrence-week/index.js +4 -0
- package/dist/components/atoms/form/recurrence-week/recurrence-week.d.ts +32 -0
- package/dist/components/atoms/form/recurrence-week/recurrence-week.js +34 -0
- package/dist/components/atoms/form/stepper/Stepper.stories.d.ts +7 -0
- package/dist/components/atoms/form/stepper/Stepper.stories.js +30 -0
- package/dist/components/atoms/form/stepper/index.d.ts +2 -0
- package/dist/components/atoms/form/stepper/index.js +4 -0
- package/dist/components/atoms/form/stepper/stepper.d.ts +50 -0
- package/dist/components/atoms/form/stepper/stepper.js +156 -0
- package/dist/components/atoms/form/stepper/styles.d.ts +3 -0
- package/dist/components/atoms/form/stepper/styles.js +6 -0
- package/dist/components/atoms/form/switch/index.d.ts +2 -0
- package/dist/components/atoms/form/switch/index.js +4 -0
- package/dist/components/atoms/form/switch/switch.d.ts +41 -0
- package/dist/components/atoms/form/switch/switch.js +184 -0
- package/dist/components/atoms/form/switch/switch.props.d.ts +26 -0
- package/dist/components/atoms/form/switch/switch.props.js +19 -0
- package/dist/components/atoms/form/textarea/Textarea.stories.d.ts +7 -0
- package/dist/components/atoms/form/textarea/Textarea.stories.js +22 -0
- package/dist/components/atoms/form/textarea/index.d.ts +2 -0
- package/dist/components/atoms/form/textarea/index.js +4 -0
- package/dist/components/atoms/form/textarea/styles.d.ts +6 -0
- package/dist/components/atoms/form/textarea/styles.js +9 -0
- package/dist/components/atoms/form/textarea/textarea.d.ts +53 -0
- package/dist/components/atoms/form/textarea/textarea.js +91 -0
- package/dist/components/atoms/form/textfield/index.d.ts +2 -0
- package/dist/components/atoms/form/textfield/index.js +4 -0
- package/dist/components/atoms/form/textfield/styles.d.ts +4 -0
- package/dist/components/atoms/form/textfield/styles.js +7 -0
- package/dist/components/atoms/form/textfield/textfield.d.ts +90 -0
- package/dist/components/atoms/form/textfield/textfield.js +144 -0
- package/dist/components/atoms/form/time-picker/index.d.ts +2 -0
- package/dist/components/atoms/form/time-picker/index.js +4 -0
- package/dist/components/atoms/form/time-picker/time-picker-dropdown.d.ts +77 -0
- package/dist/components/atoms/form/time-picker/time-picker-dropdown.js +193 -0
- package/dist/components/atoms/form/time-picker/time-picker-input.d.ts +107 -0
- package/dist/components/atoms/form/time-picker/time-picker-input.js +248 -0
- package/dist/components/atoms/form/time-picker/time-picker.d.ts +111 -0
- package/dist/components/atoms/form/time-picker/time-picker.js +126 -0
- package/dist/components/atoms/form/time-picker/time-picker.stories.d.ts +30 -0
- package/dist/components/atoms/form/time-picker/time-picker.stories.js +368 -0
- package/dist/components/atoms/form/timeselect/hours-switch.d.ts +21 -0
- package/dist/components/atoms/form/timeselect/hours-switch.js +88 -0
- package/dist/components/atoms/form/timeselect/index.d.ts +2 -0
- package/dist/components/atoms/form/timeselect/index.js +4 -0
- package/dist/components/atoms/form/timeselect/minutes-switch.d.ts +25 -0
- package/dist/components/atoms/form/timeselect/minutes-switch.js +88 -0
- package/dist/components/atoms/form/timeselect/styles.d.ts +13 -0
- package/dist/components/atoms/form/timeselect/styles.js +16 -0
- package/dist/components/atoms/form/timeselect/timeselect.d.ts +50 -0
- package/dist/components/atoms/form/timeselect/timeselect.js +220 -0
- package/dist/components/atoms/form/typeahead/index.d.ts +2 -0
- package/dist/components/atoms/form/typeahead/index.js +4 -0
- package/dist/components/atoms/form/typeahead/styles.d.ts +7 -0
- package/dist/components/atoms/form/typeahead/styles.js +11 -0
- package/dist/components/atoms/form/typeahead/typeahead.d.ts +83 -0
- package/dist/components/atoms/form/typeahead/typeahead.js +146 -0
- package/dist/components/atoms/form/utils-for-forms/state-functions.d.ts +6 -0
- package/dist/components/atoms/form/utils-for-forms/state-functions.js +8 -0
- package/dist/components/atoms/horizontal-border/horizontal-border.d.ts +21 -0
- package/dist/components/atoms/horizontal-border/horizontal-border.js +7 -0
- package/dist/components/atoms/horizontal-border/index.d.ts +1 -0
- package/dist/components/atoms/horizontal-border/index.js +4 -0
- package/dist/components/atoms/icons/iconMap.d.ts +313 -0
- package/dist/components/atoms/icons/iconMap.js +214 -0
- package/dist/components/atoms/icons/icons.d.ts +59 -0
- package/dist/components/atoms/icons/icons.js +78 -0
- package/dist/components/atoms/icons/icons.stories.d.ts +22 -0
- package/dist/components/atoms/icons/icons.stories.js +428 -0
- package/dist/components/atoms/icons/iconsSVGs/Countries/CAN.d.ts +2 -0
- package/dist/components/atoms/icons/iconsSVGs/Countries/CAN.js +12 -0
- package/dist/components/atoms/icons/iconsSVGs/Countries/USA.d.ts +2 -0
- package/dist/components/atoms/icons/iconsSVGs/Countries/USA.js +49 -0
- package/dist/components/atoms/icons/iconsSVGs/Countries/index.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Countries/index.js +6 -0
- package/dist/components/atoms/icons/iconsSVGs/ExtraLarge/EmptyTemplate.d.ts +2 -0
- package/dist/components/atoms/icons/iconsSVGs/ExtraLarge/EmptyTemplate.js +106 -0
- package/dist/components/atoms/icons/iconsSVGs/ExtraLarge/PostAShift.d.ts +2 -0
- package/dist/components/atoms/icons/iconsSVGs/ExtraLarge/PostAShift.js +112 -0
- package/dist/components/atoms/icons/iconsSVGs/ExtraLarge/index.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/ExtraLarge/index.js +6 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/AbnormalLastShift.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/AbnormalLastShift.js +21 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Add.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Add.js +21 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/AdvancedSearch.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/AdvancedSearch.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/ArrowLeft.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/ArrowLeft.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/ArrowRight.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/ArrowRight.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Ascending.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Ascending.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Attach.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Attach.js +21 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Bell.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Bell.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/BellUnread.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/BellUnread.js +26 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Building.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Building.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Calendar.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Calendar.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Cancellation.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Cancellation.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Chapters.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Chapters.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/CheckIn.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/CheckIn.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/ChevronDown.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/ChevronDown.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/ChevronLeft.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/ChevronLeft.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/ChevronRight.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/ChevronRight.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/ChevronUp.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/ChevronUp.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Clock.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Clock.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Contact.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Contact.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Copy.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Copy.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Cross.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Cross.js +21 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Descending.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Descending.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/DoubleTick.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/DoubleTick.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Duplicate.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Duplicate.js +24 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Edit.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Edit.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/EyeClose.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/EyeClose.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/EyeOpen.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/EyeOpen.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Feedback.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Feedback.js +25 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/File.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/File.js +12 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/FlaggedMessage.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/FlaggedMessage.js +21 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/HamburgerMenu.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/HamburgerMenu.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Jobs.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Jobs.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/KebabMenu.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/KebabMenu.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/LocationDisabled.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/LocationDisabled.js +21 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/MagnifyingGlass.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/MagnifyingGlass.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Maximize.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Maximize.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Maximize1.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Maximize1.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Minimize.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Minimize.js +21 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/NewSpotter.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/NewSpotter.js +21 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/OpenSeparately.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/OpenSeparately.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/PlaceholderIcon.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/PlaceholderIcon.js +16 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Profile.d.ts +6 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Profile.js +24 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Restore.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Restore.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Send.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Send.js +21 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Settings.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Settings.js +33 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Shifts.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Shifts.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Sidepeak.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Sidepeak.js +5 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Sort.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Sort.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Subtract.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Subtract.js +21 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Summary.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Summary.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Support.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Support.js +24 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/SwitchToClassic.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/SwitchToClassic.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Tick.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Tick.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Timer.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Timer.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Trash.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Trash.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Undo.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Undo.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Verification.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/Verification.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/index.d.ts +60 -0
- package/dist/components/atoms/icons/iconsSVGs/Large/index.js +118 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Add.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Add.js +21 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Alert.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Alert.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/ArrowRight.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/ArrowRight.js +21 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/ArrowUp.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/ArrowUp.js +21 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Ascending.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Ascending.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Calendar.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Calendar.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/CaretDown.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/CaretDown.js +21 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/CaretRight.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/CaretRight.js +21 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/CheckIn.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/CheckIn.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/CheckInCircle.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/CheckInCircle.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/CheckOut.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/CheckOut.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/CheckedIn.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/CheckedIn.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/CheckedOut.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/CheckedOut.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/ChevronDown.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/ChevronDown.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/ChevronLeft.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/ChevronLeft.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/ChevronRight.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/ChevronRight.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/ChevronUp.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/ChevronUp.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Collapse.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Collapse.js +22 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Copy.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Copy.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Cross.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Cross.js +21 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/CrossInCircle.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/CrossInCircle.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Descending.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Descending.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/DistanceSmall.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/DistanceSmall.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Empty.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Empty.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Expand.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Expand.js +22 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Incomplete.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Incomplete.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Info.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Info.js +13 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/KebabMenu.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/KebabMenu.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/LocationPin.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/LocationPin.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/MagnifyingGlass.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/MagnifyingGlass.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Notes.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Notes.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/OpenSeparately.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/OpenSeparately.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/PlaceholderIcon.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/PlaceholderIcon.js +16 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Profile.d.ts +6 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Profile.js +24 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/ReadStatus.d.ts +8 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/ReadStatus.js +37 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Shield.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Shield.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/SidepeakSmall.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/SidepeakSmall.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Sort.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Sort.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Success.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Success.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Tick.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Tick.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/UnsavedChanges.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/UnsavedChanges.js +32 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Upload.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Upload.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Waiting.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Waiting.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Warning.d.ts +4 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/Warning.js +23 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/index.d.ts +46 -0
- package/dist/components/atoms/icons/iconsSVGs/Small/index.js +90 -0
- package/dist/components/atoms/icons/index.d.ts +4 -0
- package/dist/components/atoms/icons/index.js +6 -0
- package/dist/components/atoms/icons/styles.d.ts +3 -0
- package/dist/components/atoms/icons/styles.js +6 -0
- package/dist/components/atoms/message/index.d.ts +2 -0
- package/dist/components/atoms/message/index.js +4 -0
- package/dist/components/atoms/message/message.d.ts +37 -0
- package/dist/components/atoms/message/message.js +60 -0
- package/dist/components/atoms/message/message.stories.d.ts +7 -0
- package/dist/components/atoms/message/message.stories.js +20 -0
- package/dist/components/atoms/message/styles.d.ts +15 -0
- package/dist/components/atoms/message/styles.js +20 -0
- package/dist/components/atoms/navigation/navigation-item/index.d.ts +2 -0
- package/dist/components/atoms/navigation/navigation-item/index.js +4 -0
- package/dist/components/atoms/navigation/navigation-item/navigation-item.d.ts +29 -0
- package/dist/components/atoms/navigation/navigation-item/navigation-item.js +64 -0
- package/dist/components/atoms/navigation/navigation-item/styles.d.ts +2 -0
- package/dist/components/atoms/navigation/navigation-item/styles.js +5 -0
- package/dist/components/atoms/small-large-text/index.d.ts +1 -0
- package/dist/components/atoms/small-large-text/index.js +4 -0
- package/dist/components/atoms/small-large-text/small-large-text.d.ts +17 -0
- package/dist/components/atoms/small-large-text/small-large-text.js +35 -0
- package/dist/components/atoms/tab/Tab.stories.d.ts +7 -0
- package/dist/components/atoms/tab/Tab.stories.js +20 -0
- package/dist/components/atoms/tab/index.d.ts +2 -0
- package/dist/components/atoms/tab/index.js +4 -0
- package/dist/components/atoms/tab/styles.d.ts +4 -0
- package/dist/components/atoms/tab/styles.js +7 -0
- package/dist/components/atoms/tab/tab.d.ts +34 -0
- package/dist/components/atoms/tab/tab.js +44 -0
- package/dist/components/atoms/tooltip/index.d.ts +1 -0
- package/dist/components/atoms/tooltip/index.js +4 -0
- package/dist/components/atoms/tooltip/tooltip.d.ts +54 -0
- package/dist/components/atoms/tooltip/tooltip.js +38 -0
- package/dist/components/atoms/tooltip/tooltip.stories.d.ts +18 -0
- package/dist/components/atoms/tooltip/tooltip.stories.js +150 -0
- package/dist/components/molecules/alert/alert.d.ts +24 -0
- package/dist/components/molecules/alert/alert.js +78 -0
- package/dist/components/molecules/alert/index.d.ts +1 -0
- package/dist/components/molecules/alert/index.js +4 -0
- package/dist/components/molecules/button/Button.stories.d.ts +7 -0
- package/dist/components/molecules/button/Button.stories.js +20 -0
- package/dist/components/molecules/button/button.d.ts +53 -0
- package/dist/components/molecules/button/button.js +91 -0
- package/dist/components/molecules/button/index.d.ts +2 -0
- package/dist/components/molecules/button/index.js +4 -0
- package/dist/components/molecules/button/loading-spinner.d.ts +7 -0
- package/dist/components/molecules/button/loading-spinner.js +44 -0
- package/dist/components/molecules/button/styles.d.ts +7 -0
- package/dist/components/molecules/button/styles.js +93 -0
- package/dist/components/molecules/card-content/notes-and-history/NotesAndHistory.stories.d.ts +7 -0
- package/dist/components/molecules/card-content/notes-and-history/NotesAndHistory.stories.js +24 -0
- package/dist/components/molecules/card-content/notes-and-history/index.d.ts +2 -0
- package/dist/components/molecules/card-content/notes-and-history/index.js +4 -0
- package/dist/components/molecules/card-content/notes-and-history/notes-and-history.d.ts +15 -0
- package/dist/components/molecules/card-content/notes-and-history/notes-and-history.js +29 -0
- package/dist/components/molecules/collapsible-card/Collapsiblecard.stories.d.ts +7 -0
- package/dist/components/molecules/collapsible-card/Collapsiblecard.stories.js +20 -0
- package/dist/components/molecules/collapsible-card/collapsible-card.d.ts +44 -0
- package/dist/components/molecules/collapsible-card/collapsible-card.js +87 -0
- package/dist/components/molecules/collapsible-card/index.d.ts +2 -0
- package/dist/components/molecules/collapsible-card/index.js +4 -0
- package/dist/components/molecules/conversation/contact/coloring.d.ts +6 -0
- package/dist/components/molecules/conversation/contact/coloring.js +7 -0
- package/dist/components/molecules/conversation/contact/contact.d.ts +25 -0
- package/dist/components/molecules/conversation/contact/contact.js +56 -0
- package/dist/components/molecules/conversation/contact/index.d.ts +2 -0
- package/dist/components/molecules/conversation/contact/index.js +4 -0
- package/dist/components/molecules/conversation/contact/styles.d.ts +18 -0
- package/dist/components/molecules/conversation/contact/styles.js +16 -0
- package/dist/components/molecules/conversation/message-editor/MessageEditor.stories.d.ts +7 -0
- package/dist/components/molecules/conversation/message-editor/MessageEditor.stories.js +20 -0
- package/dist/components/molecules/conversation/message-editor/index.d.ts +2 -0
- package/dist/components/molecules/conversation/message-editor/index.js +4 -0
- package/dist/components/molecules/conversation/message-editor/message-editor.d.ts +17 -0
- package/dist/components/molecules/conversation/message-editor/message-editor.js +38 -0
- package/dist/components/molecules/conversation/message-editor/styles.d.ts +1 -0
- package/dist/components/molecules/conversation/message-editor/styles.js +4 -0
- package/dist/components/molecules/conversation/message-group-composer/MessageGroupComposer.stories.d.ts +7 -0
- package/dist/components/molecules/conversation/message-group-composer/MessageGroupComposer.stories.js +20 -0
- package/dist/components/molecules/conversation/message-group-composer/index.d.ts +2 -0
- package/dist/components/molecules/conversation/message-group-composer/index.js +4 -0
- package/dist/components/molecules/conversation/message-group-composer/message-group-composer.d.ts +9 -0
- package/dist/components/molecules/conversation/message-group-composer/message-group-composer.js +41 -0
- package/dist/components/molecules/conversation/message-group-composer/styles.d.ts +4 -0
- package/dist/components/molecules/conversation/message-group-composer/styles.js +7 -0
- package/dist/components/molecules/datatables/cell/Cell.stories.d.ts +7 -0
- package/dist/components/molecules/datatables/cell/Cell.stories.js +20 -0
- package/dist/components/molecules/datatables/cell/cell.d.ts +62 -0
- package/dist/components/molecules/datatables/cell/cell.js +51 -0
- package/dist/components/molecules/datatables/cell/index.d.ts +2 -0
- package/dist/components/molecules/datatables/cell/index.js +4 -0
- package/dist/components/molecules/datatables/cell/styles.d.ts +3 -0
- package/dist/components/molecules/datatables/cell/styles.js +12 -0
- package/dist/components/molecules/datatables/row/Row.stories.d.ts +7 -0
- package/dist/components/molecules/datatables/row/Row.stories.js +20 -0
- package/dist/components/molecules/datatables/row/index.d.ts +2 -0
- package/dist/components/molecules/datatables/row/index.js +4 -0
- package/dist/components/molecules/datatables/row/row.d.ts +26 -0
- package/dist/components/molecules/datatables/row/row.js +21 -0
- package/dist/components/molecules/datatables/row/styles.d.ts +1 -0
- package/dist/components/molecules/datatables/row/styles.js +4 -0
- package/dist/components/molecules/datatables/row-header/RowHeader.stories.d.ts +7 -0
- package/dist/components/molecules/datatables/row-header/RowHeader.stories.js +20 -0
- package/dist/components/molecules/datatables/row-header/index.d.ts +2 -0
- package/dist/components/molecules/datatables/row-header/index.js +4 -0
- package/dist/components/molecules/datatables/row-header/row-header.d.ts +48 -0
- package/dist/components/molecules/datatables/row-header/row-header.js +63 -0
- package/dist/components/molecules/datatables/row-header/styles.d.ts +3 -0
- package/dist/components/molecules/datatables/row-header/styles.js +6 -0
- package/dist/components/molecules/dataviz/donut-chart/DonutChart.stories.d.ts +7 -0
- package/dist/components/molecules/dataviz/donut-chart/DonutChart.stories.js +20 -0
- package/dist/components/molecules/dataviz/donut-chart/donut-chart.d.ts +15 -0
- package/dist/components/molecules/dataviz/donut-chart/donut-chart.js +5519 -0
- package/dist/components/molecules/dataviz/donut-chart/index.d.ts +2 -0
- package/dist/components/molecules/dataviz/donut-chart/index.js +4 -0
- package/dist/components/molecules/dataviz/donut-chart/styles.d.ts +11 -0
- package/dist/components/molecules/dataviz/donut-chart/styles.js +14 -0
- package/dist/components/molecules/dataviz/dot-matrix/DotMatrix.stories.d.ts +7 -0
- package/dist/components/molecules/dataviz/dot-matrix/DotMatrix.stories.js +20 -0
- package/dist/components/molecules/dataviz/dot-matrix/dot-matrix.d.ts +14 -0
- package/dist/components/molecules/dataviz/dot-matrix/dot-matrix.js +67 -0
- package/dist/components/molecules/dataviz/dot-matrix/index.d.ts +2 -0
- package/dist/components/molecules/dataviz/dot-matrix/index.js +4 -0
- package/dist/components/molecules/dataviz/dot-matrix/styles.d.ts +8 -0
- package/dist/components/molecules/dataviz/dot-matrix/styles.js +11 -0
- package/dist/components/molecules/dataviz/legend/index.d.ts +2 -0
- package/dist/components/molecules/dataviz/legend/index.js +4 -0
- package/dist/components/molecules/dataviz/legend/legend.d.ts +12 -0
- package/dist/components/molecules/dataviz/legend/legend.js +53 -0
- package/dist/components/molecules/dataviz/progress-bar/ProgressBar.stories.d.ts +13 -0
- package/dist/components/molecules/dataviz/progress-bar/ProgressBar.stories.js +88 -0
- package/dist/components/molecules/dataviz/progress-bar/index.d.ts +2 -0
- package/dist/components/molecules/dataviz/progress-bar/index.js +4 -0
- package/dist/components/molecules/dataviz/progress-bar/progress-bar.d.ts +34 -0
- package/dist/components/molecules/dataviz/progress-bar/progress-bar.js +48 -0
- package/dist/components/molecules/dataviz/progress-bar/styles.d.ts +5 -0
- package/dist/components/molecules/dataviz/progress-bar/styles.js +8 -0
- package/dist/components/molecules/dataviz/single-stacked-bar/SingleStackedBar.stories.d.ts +7 -0
- package/dist/components/molecules/dataviz/single-stacked-bar/SingleStackedBar.stories.js +20 -0
- package/dist/components/molecules/dataviz/single-stacked-bar/index.d.ts +2 -0
- package/dist/components/molecules/dataviz/single-stacked-bar/index.js +4 -0
- package/dist/components/molecules/dataviz/single-stacked-bar/single-stacked-bar.d.ts +15 -0
- package/dist/components/molecules/dataviz/single-stacked-bar/single-stacked-bar.js +81 -0
- package/dist/components/molecules/dialog/dialog.d.ts +25 -0
- package/dist/components/molecules/dialog/dialog.js +100 -0
- package/dist/components/molecules/dialog/index.d.ts +1 -0
- package/dist/components/molecules/dialog/index.js +4 -0
- package/dist/components/molecules/dialog/use-ui-element-size.d.ts +31 -0
- package/dist/components/molecules/dialog/use-ui-element-size.js +24 -0
- package/dist/components/molecules/drawer/Drawer.stories.d.ts +22 -0
- package/dist/components/molecules/drawer/Drawer.stories.js +383 -0
- package/dist/components/molecules/drawer/drawer.d.ts +66 -0
- package/dist/components/molecules/drawer/drawer.js +126 -0
- package/dist/components/molecules/drawer/index.d.ts +2 -0
- package/dist/components/molecules/drawer/index.js +4 -0
- package/dist/components/molecules/filter/checkbox/checkbox.d.ts +19 -0
- package/dist/components/molecules/filter/checkbox/checkbox.js +45 -0
- package/dist/components/molecules/filter/checkbox/index.d.ts +2 -0
- package/dist/components/molecules/filter/checkbox/index.js +4 -0
- package/dist/components/molecules/filter/context-search/context-search.d.ts +19 -0
- package/dist/components/molecules/filter/context-search/context-search.js +58 -0
- package/dist/components/molecules/filter/context-search/index.d.ts +2 -0
- package/dist/components/molecules/filter/context-search/index.js +4 -0
- package/dist/components/molecules/filter/date-range-selector/date-range-selector.d.ts +28 -0
- package/dist/components/molecules/filter/date-range-selector/date-range-selector.js +306 -0
- package/dist/components/molecules/filter/date-range-selector/index.d.ts +2 -0
- package/dist/components/molecules/filter/date-range-selector/index.js +4 -0
- package/dist/components/molecules/filter/date-selector/DateSelector.stories.d.ts +7 -0
- package/dist/components/molecules/filter/date-selector/DateSelector.stories.js +20 -0
- package/dist/components/molecules/filter/date-selector/date-selector.d.ts +31 -0
- package/dist/components/molecules/filter/date-selector/date-selector.js +243 -0
- package/dist/components/molecules/filter/date-selector/index.d.ts +2 -0
- package/dist/components/molecules/filter/date-selector/index.js +4 -0
- package/dist/components/molecules/filter/dropdown-selector/dropdown-selector.d.ts +23 -0
- package/dist/components/molecules/filter/dropdown-selector/dropdown-selector.js +172 -0
- package/dist/components/molecules/filter/dropdown-selector/index.d.ts +2 -0
- package/dist/components/molecules/filter/dropdown-selector/index.js +4 -0
- package/dist/components/molecules/filter/dropdown-selector/styles.d.ts +13 -0
- package/dist/components/molecules/filter/dropdown-selector/styles.js +22 -0
- package/dist/components/molecules/filter/range-selector/RangeSelector.stories.d.ts +7 -0
- package/dist/components/molecules/filter/range-selector/RangeSelector.stories.js +20 -0
- package/dist/components/molecules/filter/range-selector/index.d.ts +2 -0
- package/dist/components/molecules/filter/range-selector/index.js +4 -0
- package/dist/components/molecules/filter/range-selector/range-selector.d.ts +33 -0
- package/dist/components/molecules/filter/range-selector/range-selector.js +630 -0
- package/dist/components/molecules/filter/range-selector/styles.d.ts +17 -0
- package/dist/components/molecules/filter/range-selector/styles.js +25 -0
- package/dist/components/molecules/filter/segmented-control/index.d.ts +2 -0
- package/dist/components/molecules/filter/segmented-control/index.js +4 -0
- package/dist/components/molecules/filter/segmented-control/segmented-control.d.ts +23 -0
- package/dist/components/molecules/filter/segmented-control/segmented-control.js +43 -0
- package/dist/components/molecules/filter/segmented-control/styles.d.ts +7 -0
- package/dist/components/molecules/filter/segmented-control/styles.js +11 -0
- package/dist/components/molecules/form/radiogroup/index.d.ts +2 -0
- package/dist/components/molecules/form/radiogroup/index.js +4 -0
- package/dist/components/molecules/form/radiogroup/radiogroup.d.ts +66 -0
- package/dist/components/molecules/form/radiogroup/radiogroup.js +80 -0
- package/dist/components/molecules/form/radiogroup/radiogroup.stories.d.ts +12 -0
- package/dist/components/molecules/form/radiogroup/radiogroup.stories.js +95 -0
- package/dist/components/molecules/link/Link.stories.d.ts +7 -0
- package/dist/components/molecules/link/Link.stories.js +20 -0
- package/dist/components/molecules/link/index.d.ts +2 -0
- package/dist/components/molecules/link/index.js +4 -0
- package/dist/components/molecules/link/link.d.ts +34 -0
- package/dist/components/molecules/link/link.js +78 -0
- package/dist/components/molecules/link/styles.d.ts +4 -0
- package/dist/components/molecules/link/styles.js +7 -0
- package/dist/components/molecules/navigation/context-menu/context-menu.d.ts +13 -0
- package/dist/components/molecules/navigation/context-menu/context-menu.js +28 -0
- package/dist/components/molecules/navigation/header/Header.stories.d.ts +7 -0
- package/dist/components/molecules/navigation/header/Header.stories.js +20 -0
- package/dist/components/molecules/navigation/header/header.d.ts +37 -0
- package/dist/components/molecules/navigation/header/header.js +38 -0
- package/dist/components/molecules/navigation/header/index.d.ts +2 -0
- package/dist/components/molecules/navigation/header/index.js +4 -0
- package/dist/components/molecules/navigation/header/styles.d.ts +6 -0
- package/dist/components/molecules/navigation/header/styles.js +9 -0
- package/dist/components/molecules/navigation/menubar/index.d.ts +2 -0
- package/dist/components/molecules/navigation/menubar/index.js +4 -0
- package/dist/components/molecules/navigation/menubar/menubar.d.ts +27 -0
- package/dist/components/molecules/navigation/menubar/menubar.js +27 -0
- package/dist/components/molecules/navigation/sidebar/Sidebar.stories.d.ts +7 -0
- package/dist/components/molecules/navigation/sidebar/Sidebar.stories.js +20 -0
- package/dist/components/molecules/navigation/sidebar/index.d.ts +2 -0
- package/dist/components/molecules/navigation/sidebar/index.js +4 -0
- package/dist/components/molecules/navigation/sidebar/sidebar.d.ts +33 -0
- package/dist/components/molecules/navigation/sidebar/sidebar.js +53 -0
- package/dist/components/molecules/notifications/content/Content.stories.d.ts +7 -0
- package/dist/components/molecules/notifications/content/Content.stories.js +20 -0
- package/dist/components/molecules/notifications/content/coloring.d.ts +7 -0
- package/dist/components/molecules/notifications/content/coloring.js +9 -0
- package/dist/components/molecules/notifications/content/content.d.ts +29 -0
- package/dist/components/molecules/notifications/content/content.js +51 -0
- package/dist/components/molecules/notifications/content/index.d.ts +2 -0
- package/dist/components/molecules/notifications/content/index.js +4 -0
- package/dist/components/molecules/snackbar/Snackbar.stories.d.ts +16 -0
- package/dist/components/molecules/snackbar/Snackbar.stories.js +170 -0
- package/dist/components/molecules/snackbar/index.d.ts +2 -0
- package/dist/components/molecules/snackbar/index.js +4 -0
- package/dist/components/molecules/snackbar/snackbar.d.ts +41 -0
- package/dist/components/molecules/snackbar/snackbar.js +31 -0
- package/dist/components/molecules/snackbar/styles.d.ts +5 -0
- package/dist/components/molecules/snackbar/styles.js +9 -0
- package/dist/components/molecules/tab-group/index.d.ts +3 -0
- package/dist/components/molecules/tab-group/index.js +4 -0
- package/dist/components/molecules/tab-group/styles.d.ts +3 -0
- package/dist/components/molecules/tab-group/styles.js +6 -0
- package/dist/components/molecules/tab-group/tab-group.d.ts +19 -0
- package/dist/components/molecules/tab-group/tab-group.js +23 -0
- package/dist/components/molecules/tab-group/tabgroup.stories.d.ts +12 -0
- package/dist/components/molecules/tab-group/tabgroup.stories.js +285 -0
- package/dist/components/styles/colors/colormap.d.ts +277 -0
- package/dist/components/styles/colors/colormap.js +279 -0
- package/dist/components/styles/colors/colors.d.ts +1 -0
- package/dist/components/styles/colors/colors.js +89 -0
- package/dist/components/styles/colors/index.d.ts +2 -0
- package/dist/components/styles/colors/index.js +26 -0
- package/dist/components/styles/dashedBorder/DashedLineSVG.d.ts +1 -0
- package/dist/components/styles/dashedBorder/DashedLineSVG.js +17 -0
- package/dist/components/styles/dashedBorder/index.d.ts +1 -0
- package/dist/components/styles/dashedBorder/index.js +4 -0
- package/dist/components/styles/defaults/defaults.d.ts +65 -0
- package/dist/components/styles/defaults/defaults.js +72 -0
- package/dist/components/styles/defaults/index.d.ts +1 -0
- package/dist/components/styles/defaults/index.js +9 -0
- package/dist/components/styles/tailwind-config/index.d.ts +3 -0
- package/dist/components/styles/tailwind-config/index.js +109 -0
- package/dist/components/styles/tool-tip/styles.d.ts +2 -0
- package/dist/components/styles/tool-tip/styles.js +5 -0
- package/dist/components/styles/typography/index.d.ts +3 -0
- package/dist/components/styles/typography/index.js +10 -0
- package/dist/components/styles/typography/style.d.ts +50 -0
- package/dist/components/styles/typography/style.js +48 -0
- package/dist/components/styles/typography/typography.d.ts +413 -0
- package/dist/components/styles/typography/typography.js +59 -0
- package/dist/constants-BfMb81ht.js +8 -0
- package/dist/format-BwmhcciO.js +1224 -0
- package/dist/hooks/use-sticky-z-index.d.ts +31 -0
- package/dist/hooks/use-sticky-z-index.js +37 -0
- package/dist/index-BKdkX0lZ.js +924 -0
- package/dist/index-BZPx6jYI.js +8 -0
- package/dist/index-C0ZrzaoZ.js +238 -0
- package/dist/index-CYyrKZeH.js +3716 -0
- package/dist/index-CnWyMXBX.js +824 -0
- package/dist/index-DNpMaKvH.js +347 -0
- package/dist/index-DfdAzObv.js +24167 -0
- package/dist/index-DotfMcM0.js +21051 -0
- package/dist/index-DrfOymtc.js +237 -0
- package/dist/index-OIdMhwsO.js +53 -0
- package/dist/index-fN7hCOo3.js +42 -0
- package/dist/index-rKs9bXHr.js +6 -0
- package/dist/isBefore-D0yKF9R5.js +8 -0
- package/dist/isToday-DmBTkQMq.js +1606 -0
- package/dist/isWithinInterval-BTUruC3j.js +11 -0
- package/dist/lib/utils.d.ts +3 -0
- package/dist/lib/utils.js +20 -0
- package/dist/lodash-BRbpQ7iy.js +3676 -0
- package/dist/main.d.ts +102 -0
- package/dist/main.js +166 -0
- package/dist/purify.es-eYFoHPwR.js +528 -0
- package/dist/react-spring_web.modern-BLL8Qmtg.js +2345 -0
- package/dist/set-CXVt2sL3.js +20 -0
- package/dist/snackbar-BaF8Ts3S.js +505 -0
- package/dist/startOfToday-BPMZZniU.js +7 -0
- package/dist/startOfWeek-DBvLd9He.js +23 -0
- package/dist/toDate-DF9e2eS8.js +7 -0
- package/package.json +93 -0
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { c as i } from "./startOfWeek-DBvLd9He.js";
|
|
2
|
+
import { t as c } from "./toDate-DF9e2eS8.js";
|
|
3
|
+
function a(e) {
|
|
4
|
+
const t = c(e), n = t.getFullYear(), s = t.getMonth(), o = i(e, 0);
|
|
5
|
+
return o.setFullYear(n, s + 1, 0), o.setHours(0, 0, 0, 0), o.getDate();
|
|
6
|
+
}
|
|
7
|
+
function u(e, t) {
|
|
8
|
+
const n = c(e), s = n.getFullYear(), o = n.getDate(), r = i(e, 0);
|
|
9
|
+
r.setFullYear(s, t, 15), r.setHours(0, 0, 0, 0);
|
|
10
|
+
const l = a(r);
|
|
11
|
+
return n.setMonth(t, Math.min(o, l)), n;
|
|
12
|
+
}
|
|
13
|
+
function h(e, t) {
|
|
14
|
+
let n = c(e);
|
|
15
|
+
return isNaN(+n) ? i(e, NaN) : (t.year != null && n.setFullYear(t.year), t.month != null && (n = u(n, t.month)), t.date != null && n.setDate(t.date), t.hours != null && n.setHours(t.hours), t.minutes != null && n.setMinutes(t.minutes), t.seconds != null && n.setSeconds(t.seconds), t.milliseconds != null && n.setMilliseconds(t.milliseconds), n);
|
|
16
|
+
}
|
|
17
|
+
export {
|
|
18
|
+
u as a,
|
|
19
|
+
h as s
|
|
20
|
+
};
|
|
@@ -0,0 +1,505 @@
|
|
|
1
|
+
import { jsx as c, jsxs as N, Fragment as Q } from "react/jsx-runtime";
|
|
2
|
+
import * as n from "react";
|
|
3
|
+
import { c as Pe, a as D, d as b, u as xe, P as be, j as U, b as le, B as Re, r as ge, n as Se, h as _e, o as Ie, i as Ae } from "./index-DotfMcM0.js";
|
|
4
|
+
import { c as Fe } from "./index-OIdMhwsO.js";
|
|
5
|
+
import { c as de } from "./index-DNpMaKvH.js";
|
|
6
|
+
import "./components/styles/tailwind-config/index.js";
|
|
7
|
+
import { Typography as Ne } from "./components/styles/typography/typography.js";
|
|
8
|
+
import "./components/styles/colors/colors.js";
|
|
9
|
+
import "./components/styles/colors/colormap.js";
|
|
10
|
+
import { Icons as ce } from "./components/atoms/icons/icons.js";
|
|
11
|
+
import "./components/atoms/icons/iconsSVGs/Large/Profile.js";
|
|
12
|
+
import "./components/atoms/icons/iconsSVGs/Small/Profile.js";
|
|
13
|
+
import "./index-fN7hCOo3.js";
|
|
14
|
+
import "./components/atoms/form/dateselect/dateselect.js";
|
|
15
|
+
import "./components/atoms/form/time-picker/time-picker.js";
|
|
16
|
+
import "./components/atoms/form/dropdown/dropdown.js";
|
|
17
|
+
import "./components/molecules/filter/dropdown-selector/styles.js";
|
|
18
|
+
import "./components/atoms/form/dropdown-search/dropdown-search.js";
|
|
19
|
+
import "./index-CYyrKZeH.js";
|
|
20
|
+
import "./components/atoms/form/textfield/textfield.js";
|
|
21
|
+
import "./components/atoms/form/stepper/stepper.js";
|
|
22
|
+
import "./components/atoms/form/textarea/textarea.js";
|
|
23
|
+
import "./components/atoms/form/timeselect/timeselect.js";
|
|
24
|
+
import { Button as De } from "./components/molecules/button/button.js";
|
|
25
|
+
import "./components/molecules/datatables/cell/cell.js";
|
|
26
|
+
import "./components/molecules/dataviz/donut-chart/donut-chart.js";
|
|
27
|
+
import "./react-spring_web.modern-BLL8Qmtg.js";
|
|
28
|
+
import "./components/molecules/form/radiogroup/radiogroup.js";
|
|
29
|
+
import "./card-Cc2Qkiqr.js";
|
|
30
|
+
import { getClasses as Le } from "./components/molecules/snackbar/styles.js";
|
|
31
|
+
var Z = "ToastProvider", [ee, Me, ke] = Fe("Toast"), [pe, Oe] = Pe("Toast", [ke]), [Ve, X] = pe(Z), te = (t) => {
|
|
32
|
+
const {
|
|
33
|
+
__scopeToast: r,
|
|
34
|
+
label: o = "Notification",
|
|
35
|
+
duration: e = 5e3,
|
|
36
|
+
swipeDirection: u = "right",
|
|
37
|
+
swipeThreshold: l = 50,
|
|
38
|
+
children: p
|
|
39
|
+
} = t, [m, v] = n.useState(null), [s, x] = n.useState(0), y = n.useRef(!1), L = n.useRef(!1);
|
|
40
|
+
return o.trim() || console.error(
|
|
41
|
+
`Invalid prop \`label\` supplied to \`${Z}\`. Expected non-empty \`string\`.`
|
|
42
|
+
), /* @__PURE__ */ c(ee.Provider, { scope: r, children: /* @__PURE__ */ c(
|
|
43
|
+
Ve,
|
|
44
|
+
{
|
|
45
|
+
scope: r,
|
|
46
|
+
label: o,
|
|
47
|
+
duration: e,
|
|
48
|
+
swipeDirection: u,
|
|
49
|
+
swipeThreshold: l,
|
|
50
|
+
toastCount: s,
|
|
51
|
+
viewport: m,
|
|
52
|
+
onViewportChange: v,
|
|
53
|
+
onToastAdd: n.useCallback(() => x((g) => g + 1), []),
|
|
54
|
+
onToastRemove: n.useCallback(() => x((g) => g - 1), []),
|
|
55
|
+
isFocusedToastEscapeKeyDownRef: y,
|
|
56
|
+
isClosePausedRef: L,
|
|
57
|
+
children: p
|
|
58
|
+
}
|
|
59
|
+
) });
|
|
60
|
+
};
|
|
61
|
+
te.displayName = Z;
|
|
62
|
+
var fe = "ToastViewport", Ke = ["F8"], q = "toast.viewportPause", G = "toast.viewportResume", oe = n.forwardRef(
|
|
63
|
+
(t, r) => {
|
|
64
|
+
const {
|
|
65
|
+
__scopeToast: o,
|
|
66
|
+
hotkey: e = Ke,
|
|
67
|
+
label: u = "Notifications ({hotkey})",
|
|
68
|
+
...l
|
|
69
|
+
} = t, p = X(fe, o), m = Me(o), v = n.useRef(null), s = n.useRef(null), x = n.useRef(null), y = n.useRef(null), L = le(r, y, p.onViewportChange), g = e.join("+").replace(/Key/g, "").replace(/Digit/g, ""), S = p.toastCount > 0;
|
|
70
|
+
n.useEffect(() => {
|
|
71
|
+
const i = (h) => {
|
|
72
|
+
var T;
|
|
73
|
+
e.length !== 0 && e.every((w) => h[w] || h.code === w) && ((T = y.current) == null || T.focus());
|
|
74
|
+
};
|
|
75
|
+
return document.addEventListener("keydown", i), () => document.removeEventListener("keydown", i);
|
|
76
|
+
}, [e]), n.useEffect(() => {
|
|
77
|
+
const i = v.current, h = y.current;
|
|
78
|
+
if (S && i && h) {
|
|
79
|
+
const f = () => {
|
|
80
|
+
if (!p.isClosePausedRef.current) {
|
|
81
|
+
const C = new CustomEvent(q);
|
|
82
|
+
h.dispatchEvent(C), p.isClosePausedRef.current = !0;
|
|
83
|
+
}
|
|
84
|
+
}, T = () => {
|
|
85
|
+
if (p.isClosePausedRef.current) {
|
|
86
|
+
const C = new CustomEvent(G);
|
|
87
|
+
h.dispatchEvent(C), p.isClosePausedRef.current = !1;
|
|
88
|
+
}
|
|
89
|
+
}, w = (C) => {
|
|
90
|
+
!i.contains(C.relatedTarget) && T();
|
|
91
|
+
}, E = () => {
|
|
92
|
+
i.contains(document.activeElement) || T();
|
|
93
|
+
};
|
|
94
|
+
return i.addEventListener("focusin", f), i.addEventListener("focusout", w), i.addEventListener("pointermove", f), i.addEventListener("pointerleave", E), window.addEventListener("blur", f), window.addEventListener("focus", T), () => {
|
|
95
|
+
i.removeEventListener("focusin", f), i.removeEventListener("focusout", w), i.removeEventListener("pointermove", f), i.removeEventListener("pointerleave", E), window.removeEventListener("blur", f), window.removeEventListener("focus", T);
|
|
96
|
+
};
|
|
97
|
+
}
|
|
98
|
+
}, [S, p.isClosePausedRef]);
|
|
99
|
+
const d = n.useCallback(
|
|
100
|
+
({ tabbingDirection: i }) => {
|
|
101
|
+
const f = m().map((T) => {
|
|
102
|
+
const w = T.ref.current, E = [w, ...Qe(w)];
|
|
103
|
+
return i === "forwards" ? E : E.reverse();
|
|
104
|
+
});
|
|
105
|
+
return (i === "forwards" ? f.reverse() : f).flat();
|
|
106
|
+
},
|
|
107
|
+
[m]
|
|
108
|
+
);
|
|
109
|
+
return n.useEffect(() => {
|
|
110
|
+
const i = y.current;
|
|
111
|
+
if (i) {
|
|
112
|
+
const h = (f) => {
|
|
113
|
+
var E, C, _;
|
|
114
|
+
const T = f.altKey || f.ctrlKey || f.metaKey;
|
|
115
|
+
if (f.key === "Tab" && !T) {
|
|
116
|
+
const M = document.activeElement, A = f.shiftKey;
|
|
117
|
+
if (f.target === i && A) {
|
|
118
|
+
(E = s.current) == null || E.focus();
|
|
119
|
+
return;
|
|
120
|
+
}
|
|
121
|
+
const I = d({ tabbingDirection: A ? "backwards" : "forwards" }), K = I.findIndex((a) => a === M);
|
|
122
|
+
z(I.slice(K + 1)) ? f.preventDefault() : A ? (C = s.current) == null || C.focus() : (_ = x.current) == null || _.focus();
|
|
123
|
+
}
|
|
124
|
+
};
|
|
125
|
+
return i.addEventListener("keydown", h), () => i.removeEventListener("keydown", h);
|
|
126
|
+
}
|
|
127
|
+
}, [m, d]), /* @__PURE__ */ N(
|
|
128
|
+
Re,
|
|
129
|
+
{
|
|
130
|
+
ref: v,
|
|
131
|
+
role: "region",
|
|
132
|
+
"aria-label": u.replace("{hotkey}", g),
|
|
133
|
+
tabIndex: -1,
|
|
134
|
+
style: { pointerEvents: S ? void 0 : "none" },
|
|
135
|
+
children: [
|
|
136
|
+
S && /* @__PURE__ */ c(
|
|
137
|
+
J,
|
|
138
|
+
{
|
|
139
|
+
ref: s,
|
|
140
|
+
onFocusFromOutsideViewport: () => {
|
|
141
|
+
const i = d({
|
|
142
|
+
tabbingDirection: "forwards"
|
|
143
|
+
});
|
|
144
|
+
z(i);
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
),
|
|
148
|
+
/* @__PURE__ */ c(ee.Slot, { scope: o, children: /* @__PURE__ */ c(D.ol, { tabIndex: -1, ...l, ref: L }) }),
|
|
149
|
+
S && /* @__PURE__ */ c(
|
|
150
|
+
J,
|
|
151
|
+
{
|
|
152
|
+
ref: x,
|
|
153
|
+
onFocusFromOutsideViewport: () => {
|
|
154
|
+
const i = d({
|
|
155
|
+
tabbingDirection: "backwards"
|
|
156
|
+
});
|
|
157
|
+
z(i);
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
)
|
|
161
|
+
]
|
|
162
|
+
}
|
|
163
|
+
);
|
|
164
|
+
}
|
|
165
|
+
);
|
|
166
|
+
oe.displayName = fe;
|
|
167
|
+
var me = "ToastFocusProxy", J = n.forwardRef(
|
|
168
|
+
(t, r) => {
|
|
169
|
+
const { __scopeToast: o, onFocusFromOutsideViewport: e, ...u } = t, l = X(me, o);
|
|
170
|
+
return /* @__PURE__ */ c(
|
|
171
|
+
de,
|
|
172
|
+
{
|
|
173
|
+
"aria-hidden": !0,
|
|
174
|
+
tabIndex: 0,
|
|
175
|
+
...u,
|
|
176
|
+
ref: r,
|
|
177
|
+
style: { position: "fixed" },
|
|
178
|
+
onFocus: (p) => {
|
|
179
|
+
var s;
|
|
180
|
+
const m = p.relatedTarget;
|
|
181
|
+
!((s = l.viewport) != null && s.contains(m)) && e();
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
);
|
|
185
|
+
}
|
|
186
|
+
);
|
|
187
|
+
J.displayName = me;
|
|
188
|
+
var V = "Toast", He = "toast.swipeStart", We = "toast.swipeMove", Be = "toast.swipeCancel", Ue = "toast.swipeEnd", re = n.forwardRef(
|
|
189
|
+
(t, r) => {
|
|
190
|
+
const { forceMount: o, open: e, defaultOpen: u, onOpenChange: l, ...p } = t, [m, v] = xe({
|
|
191
|
+
prop: e,
|
|
192
|
+
defaultProp: u ?? !0,
|
|
193
|
+
onChange: l,
|
|
194
|
+
caller: V
|
|
195
|
+
});
|
|
196
|
+
return /* @__PURE__ */ c(be, { present: o || m, children: /* @__PURE__ */ c(
|
|
197
|
+
je,
|
|
198
|
+
{
|
|
199
|
+
open: m,
|
|
200
|
+
...p,
|
|
201
|
+
ref: r,
|
|
202
|
+
onClose: () => v(!1),
|
|
203
|
+
onPause: U(t.onPause),
|
|
204
|
+
onResume: U(t.onResume),
|
|
205
|
+
onSwipeStart: b(t.onSwipeStart, (s) => {
|
|
206
|
+
s.currentTarget.setAttribute("data-swipe", "start");
|
|
207
|
+
}),
|
|
208
|
+
onSwipeMove: b(t.onSwipeMove, (s) => {
|
|
209
|
+
const { x, y } = s.detail.delta;
|
|
210
|
+
s.currentTarget.setAttribute("data-swipe", "move"), s.currentTarget.style.setProperty("--radix-toast-swipe-move-x", `${x}px`), s.currentTarget.style.setProperty("--radix-toast-swipe-move-y", `${y}px`);
|
|
211
|
+
}),
|
|
212
|
+
onSwipeCancel: b(t.onSwipeCancel, (s) => {
|
|
213
|
+
s.currentTarget.setAttribute("data-swipe", "cancel"), s.currentTarget.style.removeProperty("--radix-toast-swipe-move-x"), s.currentTarget.style.removeProperty("--radix-toast-swipe-move-y"), s.currentTarget.style.removeProperty("--radix-toast-swipe-end-x"), s.currentTarget.style.removeProperty("--radix-toast-swipe-end-y");
|
|
214
|
+
}),
|
|
215
|
+
onSwipeEnd: b(t.onSwipeEnd, (s) => {
|
|
216
|
+
const { x, y } = s.detail.delta;
|
|
217
|
+
s.currentTarget.setAttribute("data-swipe", "end"), s.currentTarget.style.removeProperty("--radix-toast-swipe-move-x"), s.currentTarget.style.removeProperty("--radix-toast-swipe-move-y"), s.currentTarget.style.setProperty("--radix-toast-swipe-end-x", `${x}px`), s.currentTarget.style.setProperty("--radix-toast-swipe-end-y", `${y}px`), v(!1);
|
|
218
|
+
})
|
|
219
|
+
}
|
|
220
|
+
) });
|
|
221
|
+
}
|
|
222
|
+
);
|
|
223
|
+
re.displayName = V;
|
|
224
|
+
var [Xe, $e] = pe(V, {
|
|
225
|
+
onClose() {
|
|
226
|
+
}
|
|
227
|
+
}), je = n.forwardRef(
|
|
228
|
+
(t, r) => {
|
|
229
|
+
const {
|
|
230
|
+
__scopeToast: o,
|
|
231
|
+
type: e = "foreground",
|
|
232
|
+
duration: u,
|
|
233
|
+
open: l,
|
|
234
|
+
onClose: p,
|
|
235
|
+
onEscapeKeyDown: m,
|
|
236
|
+
onPause: v,
|
|
237
|
+
onResume: s,
|
|
238
|
+
onSwipeStart: x,
|
|
239
|
+
onSwipeMove: y,
|
|
240
|
+
onSwipeCancel: L,
|
|
241
|
+
onSwipeEnd: g,
|
|
242
|
+
...S
|
|
243
|
+
} = t, d = X(V, o), [i, h] = n.useState(null), f = le(r, (a) => h(a)), T = n.useRef(null), w = n.useRef(null), E = u || d.duration, C = n.useRef(0), _ = n.useRef(E), M = n.useRef(0), { onToastAdd: A, onToastRemove: j } = d, F = U(() => {
|
|
244
|
+
var P;
|
|
245
|
+
(i == null ? void 0 : i.contains(document.activeElement)) && ((P = d.viewport) == null || P.focus()), p();
|
|
246
|
+
}), I = n.useCallback(
|
|
247
|
+
(a) => {
|
|
248
|
+
!a || a === 1 / 0 || (window.clearTimeout(M.current), C.current = (/* @__PURE__ */ new Date()).getTime(), M.current = window.setTimeout(F, a));
|
|
249
|
+
},
|
|
250
|
+
[F]
|
|
251
|
+
);
|
|
252
|
+
n.useEffect(() => {
|
|
253
|
+
const a = d.viewport;
|
|
254
|
+
if (a) {
|
|
255
|
+
const P = () => {
|
|
256
|
+
I(_.current), s == null || s();
|
|
257
|
+
}, R = () => {
|
|
258
|
+
const k = (/* @__PURE__ */ new Date()).getTime() - C.current;
|
|
259
|
+
_.current = _.current - k, window.clearTimeout(M.current), v == null || v();
|
|
260
|
+
};
|
|
261
|
+
return a.addEventListener(q, R), a.addEventListener(G, P), () => {
|
|
262
|
+
a.removeEventListener(q, R), a.removeEventListener(G, P);
|
|
263
|
+
};
|
|
264
|
+
}
|
|
265
|
+
}, [d.viewport, E, v, s, I]), n.useEffect(() => {
|
|
266
|
+
l && !d.isClosePausedRef.current && I(E);
|
|
267
|
+
}, [l, E, d.isClosePausedRef, I]), n.useEffect(() => (A(), () => j()), [A, j]);
|
|
268
|
+
const K = n.useMemo(() => i ? Ee(i) : null, [i]);
|
|
269
|
+
return d.viewport ? /* @__PURE__ */ N(Q, { children: [
|
|
270
|
+
K && /* @__PURE__ */ c(
|
|
271
|
+
Ye,
|
|
272
|
+
{
|
|
273
|
+
__scopeToast: o,
|
|
274
|
+
role: "status",
|
|
275
|
+
"aria-live": e === "foreground" ? "assertive" : "polite",
|
|
276
|
+
"aria-atomic": !0,
|
|
277
|
+
children: K
|
|
278
|
+
}
|
|
279
|
+
),
|
|
280
|
+
/* @__PURE__ */ c(Xe, { scope: o, onClose: F, children: ge.createPortal(
|
|
281
|
+
/* @__PURE__ */ c(ee.ItemSlot, { scope: o, children: /* @__PURE__ */ c(
|
|
282
|
+
Se,
|
|
283
|
+
{
|
|
284
|
+
asChild: !0,
|
|
285
|
+
onEscapeKeyDown: b(m, () => {
|
|
286
|
+
d.isFocusedToastEscapeKeyDownRef.current || F(), d.isFocusedToastEscapeKeyDownRef.current = !1;
|
|
287
|
+
}),
|
|
288
|
+
children: /* @__PURE__ */ c(
|
|
289
|
+
D.li,
|
|
290
|
+
{
|
|
291
|
+
role: "status",
|
|
292
|
+
"aria-live": "off",
|
|
293
|
+
"aria-atomic": !0,
|
|
294
|
+
tabIndex: 0,
|
|
295
|
+
"data-state": l ? "open" : "closed",
|
|
296
|
+
"data-swipe-direction": d.swipeDirection,
|
|
297
|
+
...S,
|
|
298
|
+
ref: f,
|
|
299
|
+
style: { userSelect: "none", touchAction: "none", ...t.style },
|
|
300
|
+
onKeyDown: b(t.onKeyDown, (a) => {
|
|
301
|
+
a.key === "Escape" && (m == null || m(a.nativeEvent), a.nativeEvent.defaultPrevented || (d.isFocusedToastEscapeKeyDownRef.current = !0, F()));
|
|
302
|
+
}),
|
|
303
|
+
onPointerDown: b(t.onPointerDown, (a) => {
|
|
304
|
+
a.button === 0 && (T.current = { x: a.clientX, y: a.clientY });
|
|
305
|
+
}),
|
|
306
|
+
onPointerMove: b(t.onPointerMove, (a) => {
|
|
307
|
+
if (!T.current) return;
|
|
308
|
+
const P = a.clientX - T.current.x, R = a.clientY - T.current.y, k = !!w.current, O = ["left", "right"].includes(d.swipeDirection), H = ["left", "up"].includes(d.swipeDirection) ? Math.min : Math.max, he = O ? H(0, P) : 0, Ce = O ? 0 : H(0, R), Y = a.pointerType === "touch" ? 10 : 2, W = { x: he, y: Ce }, ie = { originalEvent: a, delta: W };
|
|
309
|
+
k ? (w.current = W, B(We, y, ie, {
|
|
310
|
+
discrete: !1
|
|
311
|
+
})) : ue(W, d.swipeDirection, Y) ? (w.current = W, B(He, x, ie, {
|
|
312
|
+
discrete: !1
|
|
313
|
+
}), a.target.setPointerCapture(a.pointerId)) : (Math.abs(P) > Y || Math.abs(R) > Y) && (T.current = null);
|
|
314
|
+
}),
|
|
315
|
+
onPointerUp: b(t.onPointerUp, (a) => {
|
|
316
|
+
const P = w.current, R = a.target;
|
|
317
|
+
if (R.hasPointerCapture(a.pointerId) && R.releasePointerCapture(a.pointerId), w.current = null, T.current = null, P) {
|
|
318
|
+
const k = a.currentTarget, O = { originalEvent: a, delta: P };
|
|
319
|
+
ue(P, d.swipeDirection, d.swipeThreshold) ? B(Ue, g, O, {
|
|
320
|
+
discrete: !0
|
|
321
|
+
}) : B(
|
|
322
|
+
Be,
|
|
323
|
+
L,
|
|
324
|
+
O,
|
|
325
|
+
{
|
|
326
|
+
discrete: !0
|
|
327
|
+
}
|
|
328
|
+
), k.addEventListener("click", (H) => H.preventDefault(), {
|
|
329
|
+
once: !0
|
|
330
|
+
});
|
|
331
|
+
}
|
|
332
|
+
})
|
|
333
|
+
}
|
|
334
|
+
)
|
|
335
|
+
}
|
|
336
|
+
) }),
|
|
337
|
+
d.viewport
|
|
338
|
+
) })
|
|
339
|
+
] }) : null;
|
|
340
|
+
}
|
|
341
|
+
), Ye = (t) => {
|
|
342
|
+
const { __scopeToast: r, children: o, ...e } = t, u = X(V, r), [l, p] = n.useState(!1), [m, v] = n.useState(!1);
|
|
343
|
+
return Ge(() => p(!0)), n.useEffect(() => {
|
|
344
|
+
const s = window.setTimeout(() => v(!0), 1e3);
|
|
345
|
+
return () => window.clearTimeout(s);
|
|
346
|
+
}, []), m ? null : /* @__PURE__ */ c(_e, { asChild: !0, children: /* @__PURE__ */ c(de, { ...e, children: l && /* @__PURE__ */ N(Q, { children: [
|
|
347
|
+
u.label,
|
|
348
|
+
" ",
|
|
349
|
+
o
|
|
350
|
+
] }) }) });
|
|
351
|
+
}, ze = "ToastTitle", ne = n.forwardRef(
|
|
352
|
+
(t, r) => {
|
|
353
|
+
const { __scopeToast: o, ...e } = t;
|
|
354
|
+
return /* @__PURE__ */ c(D.div, { ...e, ref: r });
|
|
355
|
+
}
|
|
356
|
+
);
|
|
357
|
+
ne.displayName = ze;
|
|
358
|
+
var qe = "ToastDescription", se = n.forwardRef(
|
|
359
|
+
(t, r) => {
|
|
360
|
+
const { __scopeToast: o, ...e } = t;
|
|
361
|
+
return /* @__PURE__ */ c(D.div, { ...e, ref: r });
|
|
362
|
+
}
|
|
363
|
+
);
|
|
364
|
+
se.displayName = qe;
|
|
365
|
+
var ve = "ToastAction", ae = n.forwardRef(
|
|
366
|
+
(t, r) => {
|
|
367
|
+
const { altText: o, ...e } = t;
|
|
368
|
+
return o.trim() ? /* @__PURE__ */ c(we, { altText: o, asChild: !0, children: /* @__PURE__ */ c($, { ...e, ref: r }) }) : (console.error(
|
|
369
|
+
`Invalid prop \`altText\` supplied to \`${ve}\`. Expected non-empty \`string\`.`
|
|
370
|
+
), null);
|
|
371
|
+
}
|
|
372
|
+
);
|
|
373
|
+
ae.displayName = ve;
|
|
374
|
+
var Te = "ToastClose", $ = n.forwardRef(
|
|
375
|
+
(t, r) => {
|
|
376
|
+
const { __scopeToast: o, ...e } = t, u = $e(Te, o);
|
|
377
|
+
return /* @__PURE__ */ c(we, { asChild: !0, children: /* @__PURE__ */ c(
|
|
378
|
+
D.button,
|
|
379
|
+
{
|
|
380
|
+
type: "button",
|
|
381
|
+
...e,
|
|
382
|
+
ref: r,
|
|
383
|
+
onClick: b(t.onClick, u.onClose)
|
|
384
|
+
}
|
|
385
|
+
) });
|
|
386
|
+
}
|
|
387
|
+
);
|
|
388
|
+
$.displayName = Te;
|
|
389
|
+
var we = n.forwardRef((t, r) => {
|
|
390
|
+
const { __scopeToast: o, altText: e, ...u } = t;
|
|
391
|
+
return /* @__PURE__ */ c(
|
|
392
|
+
D.div,
|
|
393
|
+
{
|
|
394
|
+
"data-radix-toast-announce-exclude": "",
|
|
395
|
+
"data-radix-toast-announce-alt": e || void 0,
|
|
396
|
+
...u,
|
|
397
|
+
ref: r
|
|
398
|
+
}
|
|
399
|
+
);
|
|
400
|
+
});
|
|
401
|
+
function Ee(t) {
|
|
402
|
+
const r = [];
|
|
403
|
+
return Array.from(t.childNodes).forEach((e) => {
|
|
404
|
+
if (e.nodeType === e.TEXT_NODE && e.textContent && r.push(e.textContent), Je(e)) {
|
|
405
|
+
const u = e.ariaHidden || e.hidden || e.style.display === "none", l = e.dataset.radixToastAnnounceExclude === "";
|
|
406
|
+
if (!u)
|
|
407
|
+
if (l) {
|
|
408
|
+
const p = e.dataset.radixToastAnnounceAlt;
|
|
409
|
+
p && r.push(p);
|
|
410
|
+
} else
|
|
411
|
+
r.push(...Ee(e));
|
|
412
|
+
}
|
|
413
|
+
}), r;
|
|
414
|
+
}
|
|
415
|
+
function B(t, r, o, { discrete: e }) {
|
|
416
|
+
const u = o.originalEvent.currentTarget, l = new CustomEvent(t, { bubbles: !0, cancelable: !0, detail: o });
|
|
417
|
+
r && u.addEventListener(t, r, { once: !0 }), e ? Ie(u, l) : u.dispatchEvent(l);
|
|
418
|
+
}
|
|
419
|
+
var ue = (t, r, o = 0) => {
|
|
420
|
+
const e = Math.abs(t.x), u = Math.abs(t.y), l = e > u;
|
|
421
|
+
return r === "left" || r === "right" ? l && e > o : !l && u > o;
|
|
422
|
+
};
|
|
423
|
+
function Ge(t = () => {
|
|
424
|
+
}) {
|
|
425
|
+
const r = U(t);
|
|
426
|
+
Ae(() => {
|
|
427
|
+
let o = 0, e = 0;
|
|
428
|
+
return o = window.requestAnimationFrame(() => e = window.requestAnimationFrame(r)), () => {
|
|
429
|
+
window.cancelAnimationFrame(o), window.cancelAnimationFrame(e);
|
|
430
|
+
};
|
|
431
|
+
}, [r]);
|
|
432
|
+
}
|
|
433
|
+
function Je(t) {
|
|
434
|
+
return t.nodeType === t.ELEMENT_NODE;
|
|
435
|
+
}
|
|
436
|
+
function Qe(t) {
|
|
437
|
+
const r = [], o = document.createTreeWalker(t, NodeFilter.SHOW_ELEMENT, {
|
|
438
|
+
acceptNode: (e) => {
|
|
439
|
+
const u = e.tagName === "INPUT" && e.type === "hidden";
|
|
440
|
+
return e.disabled || e.hidden || u ? NodeFilter.FILTER_SKIP : e.tabIndex >= 0 ? NodeFilter.FILTER_ACCEPT : NodeFilter.FILTER_SKIP;
|
|
441
|
+
}
|
|
442
|
+
});
|
|
443
|
+
for (; o.nextNode(); ) r.push(o.currentNode);
|
|
444
|
+
return r;
|
|
445
|
+
}
|
|
446
|
+
function z(t) {
|
|
447
|
+
const r = document.activeElement;
|
|
448
|
+
return t.some((o) => o === r ? !0 : (o.focus(), document.activeElement !== r));
|
|
449
|
+
}
|
|
450
|
+
var Ze = te, et = oe, ye = re, tt = ne, ot = se, rt = ae, nt = $;
|
|
451
|
+
const Lt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
452
|
+
__proto__: null,
|
|
453
|
+
Action: rt,
|
|
454
|
+
Close: nt,
|
|
455
|
+
Description: ot,
|
|
456
|
+
Provider: Ze,
|
|
457
|
+
Root: ye,
|
|
458
|
+
Title: tt,
|
|
459
|
+
Toast: re,
|
|
460
|
+
ToastAction: ae,
|
|
461
|
+
ToastClose: $,
|
|
462
|
+
ToastDescription: se,
|
|
463
|
+
ToastProvider: te,
|
|
464
|
+
ToastTitle: ne,
|
|
465
|
+
ToastViewport: oe,
|
|
466
|
+
Viewport: et,
|
|
467
|
+
createToastScope: Oe
|
|
468
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
469
|
+
function Mt({
|
|
470
|
+
title: t,
|
|
471
|
+
open: r = !0,
|
|
472
|
+
setOpen: o,
|
|
473
|
+
leadingIcon: e,
|
|
474
|
+
actionButton: u,
|
|
475
|
+
isDismissible: l = !1,
|
|
476
|
+
duration: p = 10
|
|
477
|
+
}) {
|
|
478
|
+
const m = () => {
|
|
479
|
+
l || o == null || o(!1);
|
|
480
|
+
}, v = Le();
|
|
481
|
+
return /* @__PURE__ */ c(Q, { children: /* @__PURE__ */ c(
|
|
482
|
+
ye,
|
|
483
|
+
{
|
|
484
|
+
open: r,
|
|
485
|
+
onOpenChange: m,
|
|
486
|
+
duration: p * 1e3,
|
|
487
|
+
children: /* @__PURE__ */ N("div", { className: v.container, "data-testid": "snackbar-container", children: [
|
|
488
|
+
/* @__PURE__ */ N("div", { className: v.leftBox, children: [
|
|
489
|
+
e && /* @__PURE__ */ c("div", { children: /* @__PURE__ */ c(ce, { icon: e, id: `${e}`, color: "defaultInverted", disabled: !0, button: !1 }) }),
|
|
490
|
+
/* @__PURE__ */ c(Ne, { color: "defaultInverted", swStyle: 1, className: "line-clamp-2", children: t })
|
|
491
|
+
] }),
|
|
492
|
+
/* @__PURE__ */ N("div", { className: v.rightBox, children: [
|
|
493
|
+
u && /* @__PURE__ */ c(De, { size: "small", variant: "tertiary", color: "dark", ...u }),
|
|
494
|
+
l && /* @__PURE__ */ c(ce, { icon: "CrossSmall", button: !0, handleClick: () => o == null ? void 0 : o(!1), dark: !0 })
|
|
495
|
+
] })
|
|
496
|
+
] })
|
|
497
|
+
}
|
|
498
|
+
) });
|
|
499
|
+
}
|
|
500
|
+
export {
|
|
501
|
+
Ze as P,
|
|
502
|
+
Mt as S,
|
|
503
|
+
et as V,
|
|
504
|
+
Lt as i
|
|
505
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { t as o } from "./toDate-DF9e2eS8.js";
|
|
2
|
+
function l(e, t) {
|
|
3
|
+
return e instanceof Date ? new e.constructor(t) : new Date(t);
|
|
4
|
+
}
|
|
5
|
+
function k(e, t) {
|
|
6
|
+
const a = o(e);
|
|
7
|
+
return isNaN(t) ? l(e, NaN) : (t && a.setDate(a.getDate() + t), a);
|
|
8
|
+
}
|
|
9
|
+
let i = {};
|
|
10
|
+
function w() {
|
|
11
|
+
return i;
|
|
12
|
+
}
|
|
13
|
+
function g(e, t) {
|
|
14
|
+
var c, f, u, D;
|
|
15
|
+
const a = w(), n = (t == null ? void 0 : t.weekStartsOn) ?? ((f = (c = t == null ? void 0 : t.locale) == null ? void 0 : c.options) == null ? void 0 : f.weekStartsOn) ?? a.weekStartsOn ?? ((D = (u = a.locale) == null ? void 0 : u.options) == null ? void 0 : D.weekStartsOn) ?? 0, r = o(e), s = r.getDay(), O = (s < n ? 7 : 0) + s - n;
|
|
16
|
+
return r.setDate(r.getDate() - O), r.setHours(0, 0, 0, 0), r;
|
|
17
|
+
}
|
|
18
|
+
export {
|
|
19
|
+
k as a,
|
|
20
|
+
l as c,
|
|
21
|
+
w as g,
|
|
22
|
+
g as s
|
|
23
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
function o(t) {
|
|
2
|
+
const e = Object.prototype.toString.call(t);
|
|
3
|
+
return t instanceof Date || typeof t == "object" && e === "[object Date]" ? new t.constructor(+t) : typeof t == "number" || e === "[object Number]" || typeof t == "string" || e === "[object String]" ? new Date(t) : /* @__PURE__ */ new Date(NaN);
|
|
4
|
+
}
|
|
5
|
+
export {
|
|
6
|
+
o as t
|
|
7
|
+
};
|
package/package.json
ADDED
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@temp-spotwork/ui",
|
|
3
|
+
"private": false,
|
|
4
|
+
"version": "1.4.3",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "dist/main.js",
|
|
7
|
+
"types": "dist/main.d.ts",
|
|
8
|
+
"files": [
|
|
9
|
+
"dist"
|
|
10
|
+
],
|
|
11
|
+
"sideEffects": [
|
|
12
|
+
"**/*.css"
|
|
13
|
+
],
|
|
14
|
+
"scripts": {
|
|
15
|
+
"dev": "vite",
|
|
16
|
+
"build": "tsc --p ./tsconfig-build.json && vite build",
|
|
17
|
+
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
18
|
+
"preview": "vite preview",
|
|
19
|
+
"prepublishOnly": "npm run build",
|
|
20
|
+
"storybook": "storybook dev -p 6006",
|
|
21
|
+
"build-storybook": "storybook build",
|
|
22
|
+
"format": "prettier --write .",
|
|
23
|
+
"format:check": "prettier --check ."
|
|
24
|
+
},
|
|
25
|
+
"peerDependencies": {
|
|
26
|
+
"@heroicons/react": "^2.1.1",
|
|
27
|
+
"@tanstack/react-virtual": "^3.13.6",
|
|
28
|
+
"@types/dompurify": "^3.0.5",
|
|
29
|
+
"chart.js": "^4.4.2",
|
|
30
|
+
"classnames": "^2.5.1",
|
|
31
|
+
"date-fns": "^3.6.0",
|
|
32
|
+
"dompurify": "^3.0.11",
|
|
33
|
+
"moment-timezone": "^0.6.0",
|
|
34
|
+
"react": "18.2.0",
|
|
35
|
+
"react-chartjs-2": "^5.2.0",
|
|
36
|
+
"react-dom": "18.2.0",
|
|
37
|
+
"tailwind-merge": "^2.6.0"
|
|
38
|
+
},
|
|
39
|
+
"devDependencies": {
|
|
40
|
+
"@chromatic-com/storybook": "^1.3.3",
|
|
41
|
+
"@storybook/addon-essentials": "^8.0.8",
|
|
42
|
+
"@storybook/addon-interactions": "^8.0.8",
|
|
43
|
+
"@storybook/addon-links": "^8.0.8",
|
|
44
|
+
"@storybook/addon-onboarding": "^8.0.8",
|
|
45
|
+
"@storybook/blocks": "^8.0.8",
|
|
46
|
+
"@storybook/react": "^8.0.8",
|
|
47
|
+
"@storybook/react-vite": "^8.0.8",
|
|
48
|
+
"@storybook/test": "^8.0.8",
|
|
49
|
+
"@types/node": "^20.11.30",
|
|
50
|
+
"@types/react": "^18.2.66",
|
|
51
|
+
"@types/react-dom": "^18.2.22",
|
|
52
|
+
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
|
53
|
+
"@typescript-eslint/parser": "^7.2.0",
|
|
54
|
+
"@vitejs/plugin-react": "^4.2.1",
|
|
55
|
+
"autoprefixer": "^10.4.19",
|
|
56
|
+
"eslint": "^8.57.0",
|
|
57
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
58
|
+
"eslint-plugin-react-refresh": "^0.4.6",
|
|
59
|
+
"eslint-plugin-storybook": "^0.8.0",
|
|
60
|
+
"glob": "^10.3.12",
|
|
61
|
+
"postcss": "^8.4.38",
|
|
62
|
+
"prettier": "^3.6.2",
|
|
63
|
+
"react": "18.2.0",
|
|
64
|
+
"react-dom": "18.2.0",
|
|
65
|
+
"storybook": "^8.0.8",
|
|
66
|
+
"tailwindcss": "^3.4.3",
|
|
67
|
+
"typescript": "^5.2.2",
|
|
68
|
+
"vite": "^5.4.3",
|
|
69
|
+
"vite-plugin-dts": "^3.8.1",
|
|
70
|
+
"vite-plugin-lib-inject-css": "^2.0.1"
|
|
71
|
+
},
|
|
72
|
+
"dependencies": {
|
|
73
|
+
"@radix-ui/react-checkbox": "^1.0.4",
|
|
74
|
+
"@radix-ui/react-dialog": "^1.0.5",
|
|
75
|
+
"@radix-ui/react-dropdown-menu": "^2.1.15",
|
|
76
|
+
"@radix-ui/react-icons": "^1.3.0",
|
|
77
|
+
"@radix-ui/react-menubar": "^1.1.1",
|
|
78
|
+
"@radix-ui/react-select": "^2.0.0",
|
|
79
|
+
"@radix-ui/react-slider": "^1.1.2",
|
|
80
|
+
"@radix-ui/react-switch": "^1.0.3",
|
|
81
|
+
"@radix-ui/react-toast": "^1.1.5",
|
|
82
|
+
"@radix-ui/react-tooltip": "^1.2.7",
|
|
83
|
+
"class-variance-authority": "^0.7.1",
|
|
84
|
+
"clsx": "^2.1.1",
|
|
85
|
+
"lodash": "^4.17.21",
|
|
86
|
+
"lodash.debounce": "^4.0.8",
|
|
87
|
+
"lucide-react": "^0.546.0",
|
|
88
|
+
"react-image-crop": "^11.0.5",
|
|
89
|
+
"react-imask": "^7.6.0",
|
|
90
|
+
"react-spring": "^9.7.3",
|
|
91
|
+
"tailwindcss-animate": "^1.0.7"
|
|
92
|
+
}
|
|
93
|
+
}
|