@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,313 @@
|
|
|
1
|
+
import { ReadStatus } from './iconsSVGs/Small';
|
|
2
|
+
|
|
3
|
+
export declare const svgs: {
|
|
4
|
+
Add: ({ fill }: {
|
|
5
|
+
fill: any;
|
|
6
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
AdvancedSearch: ({ fill }: {
|
|
8
|
+
fill: any;
|
|
9
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
ArrowLeft: ({ fill }: {
|
|
11
|
+
fill: any;
|
|
12
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
ArrowRight: ({ fill }: {
|
|
14
|
+
fill: any;
|
|
15
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
Ascending: ({ fill }: {
|
|
17
|
+
fill: any;
|
|
18
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
Attach: ({ fill }: {
|
|
20
|
+
fill: any;
|
|
21
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
22
|
+
Bell: ({ fill }: {
|
|
23
|
+
fill: any;
|
|
24
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
25
|
+
BellUnread: ({ fill }: {
|
|
26
|
+
fill: any;
|
|
27
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
28
|
+
Building: ({ fill }: {
|
|
29
|
+
fill: any;
|
|
30
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
31
|
+
Calendar: ({ fill }: {
|
|
32
|
+
fill: any;
|
|
33
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
34
|
+
Cancellation: ({ fill }: {
|
|
35
|
+
fill: any;
|
|
36
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
37
|
+
Chapters: ({ fill }: {
|
|
38
|
+
fill: any;
|
|
39
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
40
|
+
CheckIn: ({ fill }: {
|
|
41
|
+
fill: any;
|
|
42
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
43
|
+
CheckInCircleSmall: ({ fill }: {
|
|
44
|
+
fill: any;
|
|
45
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
46
|
+
ChevronDown: ({ fill }: {
|
|
47
|
+
fill: any;
|
|
48
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
49
|
+
ChevronLeft: ({ fill }: {
|
|
50
|
+
fill: any;
|
|
51
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
52
|
+
ChevronRight: ({ fill }: {
|
|
53
|
+
fill: any;
|
|
54
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
55
|
+
ChevronUp: ({ fill }: {
|
|
56
|
+
fill: any;
|
|
57
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
58
|
+
Clock: ({ fill }: {
|
|
59
|
+
fill: any;
|
|
60
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
61
|
+
CollapseSmall: ({ fill }: {
|
|
62
|
+
fill: any;
|
|
63
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
64
|
+
Contact: ({ fill }: {
|
|
65
|
+
fill: any;
|
|
66
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
67
|
+
Cross: ({ fill }: {
|
|
68
|
+
fill: any;
|
|
69
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
70
|
+
CrossInCircleSmall: ({ fill }: {
|
|
71
|
+
fill: any;
|
|
72
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
73
|
+
Descending: ({ fill }: {
|
|
74
|
+
fill: any;
|
|
75
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
76
|
+
DoubleTick: ({ fill }: {
|
|
77
|
+
fill: any;
|
|
78
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
79
|
+
Duplicate: ({ fill }: {
|
|
80
|
+
fill: any;
|
|
81
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
82
|
+
Edit: ({ fill }: {
|
|
83
|
+
fill: any;
|
|
84
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
85
|
+
Feedback: ({ fill }: {
|
|
86
|
+
fill: any;
|
|
87
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
88
|
+
File: ({ fill }: {
|
|
89
|
+
fill: any;
|
|
90
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
91
|
+
ExpandSmall: ({ fill }: {
|
|
92
|
+
fill: any;
|
|
93
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
94
|
+
InfoSmall: ({ fill }: {
|
|
95
|
+
fill: any;
|
|
96
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
97
|
+
HamburgerMenu: ({ fill }: {
|
|
98
|
+
fill: any;
|
|
99
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
100
|
+
Jobs: ({ fill }: {
|
|
101
|
+
fill: any;
|
|
102
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
103
|
+
KebabMenu: ({ fill }: {
|
|
104
|
+
fill: any;
|
|
105
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
106
|
+
MagnifyingGlass: ({ fill }: {
|
|
107
|
+
fill: any;
|
|
108
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
109
|
+
Maximize: ({ fill }: {
|
|
110
|
+
fill: any;
|
|
111
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
112
|
+
Maximize1: ({ fill }: {
|
|
113
|
+
fill: any;
|
|
114
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
115
|
+
Minimize: ({ fill }: {
|
|
116
|
+
fill: any;
|
|
117
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
118
|
+
OpenSeparately: ({ fill }: {
|
|
119
|
+
fill: any;
|
|
120
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
121
|
+
PlaceholderIcon: ({ fill }: {
|
|
122
|
+
fill: any;
|
|
123
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
124
|
+
Profile: {
|
|
125
|
+
({ fill }: {
|
|
126
|
+
fill?: string | false;
|
|
127
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
128
|
+
displayName: string;
|
|
129
|
+
};
|
|
130
|
+
Restore: ({ fill }: {
|
|
131
|
+
fill: any;
|
|
132
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
133
|
+
Send: ({ fill }: {
|
|
134
|
+
fill: any;
|
|
135
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
136
|
+
Settings: ({ fill }: {
|
|
137
|
+
fill: any;
|
|
138
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
139
|
+
Shifts: ({ fill }: {
|
|
140
|
+
fill: any;
|
|
141
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
142
|
+
Sort: ({ fill }: {
|
|
143
|
+
fill: any;
|
|
144
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
145
|
+
Subtract: ({ fill }: {
|
|
146
|
+
fill: any;
|
|
147
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
148
|
+
Summary: ({ fill }: {
|
|
149
|
+
fill: any;
|
|
150
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
151
|
+
Support: ({ fill }: {
|
|
152
|
+
fill: any;
|
|
153
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
154
|
+
SwitchToClassic: ({ fill }: {
|
|
155
|
+
fill: any;
|
|
156
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
157
|
+
Tick: ({ fill }: {
|
|
158
|
+
fill: any;
|
|
159
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
160
|
+
Timer: ({ fill }: {
|
|
161
|
+
fill: any;
|
|
162
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
163
|
+
Trash: ({ fill }: {
|
|
164
|
+
fill: any;
|
|
165
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
166
|
+
Undo: ({ fill }: {
|
|
167
|
+
fill: any;
|
|
168
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
169
|
+
Verification: ({ fill }: {
|
|
170
|
+
fill: any;
|
|
171
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
172
|
+
AddSmall: ({ fill }: {
|
|
173
|
+
fill: any;
|
|
174
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
175
|
+
AlertSmall: ({ fill }: {
|
|
176
|
+
fill: any;
|
|
177
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
178
|
+
ArrowRightSmall: ({ fill }: {
|
|
179
|
+
fill: any;
|
|
180
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
181
|
+
ArrowUpSmall: ({ fill }: {
|
|
182
|
+
fill: any;
|
|
183
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
184
|
+
AscendingSmall: ({ fill }: {
|
|
185
|
+
fill: any;
|
|
186
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
187
|
+
CalendarSmall: ({ fill }: {
|
|
188
|
+
fill: any;
|
|
189
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
190
|
+
CaretDownSmall: ({ fill }: {
|
|
191
|
+
fill: any;
|
|
192
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
193
|
+
CaretRightSmall: ({ fill }: {
|
|
194
|
+
fill: any;
|
|
195
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
196
|
+
CheckedInSmall: ({ fill }: {
|
|
197
|
+
fill: any;
|
|
198
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
199
|
+
CheckedOutSmall: ({ fill }: {
|
|
200
|
+
fill: any;
|
|
201
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
202
|
+
CheckinSmall: ({ fill }: {
|
|
203
|
+
fill: any;
|
|
204
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
205
|
+
CheckOutSmall: ({ fill }: {
|
|
206
|
+
fill: any;
|
|
207
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
208
|
+
ChevronDownSmall: ({ fill }: {
|
|
209
|
+
fill: any;
|
|
210
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
211
|
+
ChevronLeftSmall: ({ fill }: {
|
|
212
|
+
fill: any;
|
|
213
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
214
|
+
ChevronRightSmall: ({ fill }: {
|
|
215
|
+
fill: any;
|
|
216
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
217
|
+
ChevronUpSmall: ({ fill }: {
|
|
218
|
+
fill: any;
|
|
219
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
220
|
+
CrossSmall: ({ fill }: {
|
|
221
|
+
fill: any;
|
|
222
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
223
|
+
CopyLarge: ({ fill }: {
|
|
224
|
+
fill: any;
|
|
225
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
226
|
+
CopySmall: ({ fill }: {
|
|
227
|
+
fill: any;
|
|
228
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
229
|
+
DescendingSmall: ({ fill }: {
|
|
230
|
+
fill: any;
|
|
231
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
232
|
+
DistanceSmall: ({ fill }: {
|
|
233
|
+
fill: any;
|
|
234
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
235
|
+
EmptySmall: ({ fill }: {
|
|
236
|
+
fill: any;
|
|
237
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
238
|
+
IncompleteSmall: ({ fill }: {
|
|
239
|
+
fill: any;
|
|
240
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
241
|
+
KebabMenuSmall: ({ fill }: {
|
|
242
|
+
fill: any;
|
|
243
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
244
|
+
LocationPinSmall: ({ fill }: {
|
|
245
|
+
fill: any;
|
|
246
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
247
|
+
MagnifyingGlassSmall: ({ fill }: {
|
|
248
|
+
fill: any;
|
|
249
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
250
|
+
NotesSmall: ({ fill }: {
|
|
251
|
+
fill: any;
|
|
252
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
253
|
+
OpenSeparatelySmall: ({ fill }: {
|
|
254
|
+
fill: any;
|
|
255
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
256
|
+
PlaceholderIconSmall: ({ fill }: {
|
|
257
|
+
fill: any;
|
|
258
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
259
|
+
ReadStatus: typeof ReadStatus;
|
|
260
|
+
ShieldSmall: ({ fill }: {
|
|
261
|
+
fill: any;
|
|
262
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
263
|
+
SortSmall: ({ fill }: {
|
|
264
|
+
fill: any;
|
|
265
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
266
|
+
SuccessSmall: ({ fill }: {
|
|
267
|
+
fill: any;
|
|
268
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
269
|
+
TickSmall: ({ fill }: {
|
|
270
|
+
fill: any;
|
|
271
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
272
|
+
UnsavedChangesSmall: ({ fill }: {
|
|
273
|
+
fill: any;
|
|
274
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
275
|
+
UploadSmall: ({ fill }: {
|
|
276
|
+
fill: any;
|
|
277
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
278
|
+
WaitingSmall: ({ fill }: {
|
|
279
|
+
fill: any;
|
|
280
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
281
|
+
WarningSmall: ({ fill }: {
|
|
282
|
+
fill: any;
|
|
283
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
284
|
+
CAN: () => import("react/jsx-runtime").JSX.Element;
|
|
285
|
+
USA: () => import("react/jsx-runtime").JSX.Element;
|
|
286
|
+
SidePeak: ({ fill }: {
|
|
287
|
+
fill: any;
|
|
288
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
289
|
+
SidePeakSmall: ({ fill }: {
|
|
290
|
+
fill: any;
|
|
291
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
292
|
+
ProfileSmall: {
|
|
293
|
+
({ fill }: {
|
|
294
|
+
fill?: string | false;
|
|
295
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
296
|
+
displayName: string;
|
|
297
|
+
};
|
|
298
|
+
EmptyTemplate: () => import("react/jsx-runtime").JSX.Element;
|
|
299
|
+
PostAShift: () => import("react/jsx-runtime").JSX.Element;
|
|
300
|
+
NewSpotter: ({ fill }: {
|
|
301
|
+
fill: any;
|
|
302
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
303
|
+
FlaggedMessage: ({ fill }: {
|
|
304
|
+
fill: any;
|
|
305
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
306
|
+
AbnormalLastShift: ({ fill }: {
|
|
307
|
+
fill: any;
|
|
308
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
309
|
+
LocationDisabled: ({ fill }: {
|
|
310
|
+
fill: any;
|
|
311
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
312
|
+
};
|
|
313
|
+
export type SvgKey = keyof typeof svgs;
|
|
@@ -0,0 +1,214 @@
|
|
|
1
|
+
import o from "./iconsSVGs/Large/Add.js";
|
|
2
|
+
import r from "./iconsSVGs/Large/AdvancedSearch.js";
|
|
3
|
+
import m from "./iconsSVGs/Large/ArrowLeft.js";
|
|
4
|
+
import i from "./iconsSVGs/Large/ArrowRight.js";
|
|
5
|
+
import t from "./iconsSVGs/Large/Ascending.js";
|
|
6
|
+
import e from "./iconsSVGs/Large/Attach.js";
|
|
7
|
+
import l from "./iconsSVGs/Large/Bell.js";
|
|
8
|
+
import p from "./iconsSVGs/Large/BellUnread.js";
|
|
9
|
+
import a from "./iconsSVGs/Large/Calendar.js";
|
|
10
|
+
import f from "./iconsSVGs/Large/Cancellation.js";
|
|
11
|
+
import n from "./iconsSVGs/Large/Chapters.js";
|
|
12
|
+
import S from "./iconsSVGs/Large/CheckIn.js";
|
|
13
|
+
import s from "./iconsSVGs/Large/ChevronDown.js";
|
|
14
|
+
import c from "./iconsSVGs/Large/ChevronLeft.js";
|
|
15
|
+
import C from "./iconsSVGs/Large/ChevronRight.js";
|
|
16
|
+
import h from "./iconsSVGs/Large/ChevronUp.js";
|
|
17
|
+
import d from "./iconsSVGs/Large/Clock.js";
|
|
18
|
+
import g from "./iconsSVGs/Large/Contact.js";
|
|
19
|
+
import A from "./iconsSVGs/Large/Copy.js";
|
|
20
|
+
import k from "./iconsSVGs/Large/Cross.js";
|
|
21
|
+
import v from "./iconsSVGs/Large/Descending.js";
|
|
22
|
+
import $ from "./iconsSVGs/Large/DoubleTick.js";
|
|
23
|
+
import u from "./iconsSVGs/Large/Duplicate.js";
|
|
24
|
+
import I from "./iconsSVGs/Large/Edit.js";
|
|
25
|
+
import "react/jsx-runtime";
|
|
26
|
+
import y from "./iconsSVGs/Large/File.js";
|
|
27
|
+
import M from "./iconsSVGs/Large/HamburgerMenu.js";
|
|
28
|
+
import b from "./iconsSVGs/Large/KebabMenu.js";
|
|
29
|
+
import w from "./iconsSVGs/Large/MagnifyingGlass.js";
|
|
30
|
+
import D from "./iconsSVGs/Large/Maximize.js";
|
|
31
|
+
import U from "./iconsSVGs/Large/Maximize1.js";
|
|
32
|
+
import R from "./iconsSVGs/Large/Minimize.js";
|
|
33
|
+
import P from "./iconsSVGs/Large/OpenSeparately.js";
|
|
34
|
+
import L from "./iconsSVGs/Large/PlaceholderIcon.js";
|
|
35
|
+
import { Profile as T } from "./iconsSVGs/Large/Profile.js";
|
|
36
|
+
import O from "./iconsSVGs/Large/Restore.js";
|
|
37
|
+
import E from "./iconsSVGs/Large/Send.js";
|
|
38
|
+
import F from "./iconsSVGs/Large/Shifts.js";
|
|
39
|
+
import x from "./iconsSVGs/Large/Sort.js";
|
|
40
|
+
import G from "./iconsSVGs/Large/Subtract.js";
|
|
41
|
+
import K from "./iconsSVGs/Large/Summary.js";
|
|
42
|
+
import N from "./iconsSVGs/Large/Support.js";
|
|
43
|
+
import W from "./iconsSVGs/Large/Tick.js";
|
|
44
|
+
import z from "./iconsSVGs/Large/Timer.js";
|
|
45
|
+
import B from "./iconsSVGs/Large/Trash.js";
|
|
46
|
+
import H from "./iconsSVGs/Large/Undo.js";
|
|
47
|
+
import J from "./iconsSVGs/Large/Verification.js";
|
|
48
|
+
import V from "./iconsSVGs/Large/Sidepeak.js";
|
|
49
|
+
import j from "./iconsSVGs/Large/Settings.js";
|
|
50
|
+
import q from "./iconsSVGs/Large/SwitchToClassic.js";
|
|
51
|
+
import Q from "./iconsSVGs/Large/Building.js";
|
|
52
|
+
import X from "./iconsSVGs/Large/NewSpotter.js";
|
|
53
|
+
import Y from "./iconsSVGs/Large/FlaggedMessage.js";
|
|
54
|
+
import Z from "./iconsSVGs/Large/AbnormalLastShift.js";
|
|
55
|
+
import _ from "./iconsSVGs/Large/LocationDisabled.js";
|
|
56
|
+
import oo from "./iconsSVGs/Large/Jobs.js";
|
|
57
|
+
import ro from "./iconsSVGs/Large/Feedback.js";
|
|
58
|
+
import mo from "./iconsSVGs/Small/Add.js";
|
|
59
|
+
import io from "./iconsSVGs/Small/Alert.js";
|
|
60
|
+
import to from "./iconsSVGs/Small/ArrowRight.js";
|
|
61
|
+
import eo from "./iconsSVGs/Small/ArrowUp.js";
|
|
62
|
+
import lo from "./iconsSVGs/Small/Ascending.js";
|
|
63
|
+
import po from "./iconsSVGs/Small/Calendar.js";
|
|
64
|
+
import ao from "./iconsSVGs/Small/CaretDown.js";
|
|
65
|
+
import fo from "./iconsSVGs/Small/CaretRight.js";
|
|
66
|
+
import no from "./iconsSVGs/Small/CheckedIn.js";
|
|
67
|
+
import So from "./iconsSVGs/Small/CheckedOut.js";
|
|
68
|
+
import so from "./iconsSVGs/Small/CheckIn.js";
|
|
69
|
+
import co from "./iconsSVGs/Small/CheckInCircle.js";
|
|
70
|
+
import Co from "./iconsSVGs/Small/CheckOut.js";
|
|
71
|
+
import ho from "./iconsSVGs/Small/ChevronDown.js";
|
|
72
|
+
import go from "./iconsSVGs/Small/ChevronLeft.js";
|
|
73
|
+
import Ao from "./iconsSVGs/Small/ChevronRight.js";
|
|
74
|
+
import ko from "./iconsSVGs/Small/ChevronUp.js";
|
|
75
|
+
import vo from "./iconsSVGs/Small/Collapse.js";
|
|
76
|
+
import $o from "./iconsSVGs/Small/Copy.js";
|
|
77
|
+
import uo from "./iconsSVGs/Small/Cross.js";
|
|
78
|
+
import Io from "./iconsSVGs/Small/CrossInCircle.js";
|
|
79
|
+
import yo from "./iconsSVGs/Small/Descending.js";
|
|
80
|
+
import Mo from "./iconsSVGs/Small/DistanceSmall.js";
|
|
81
|
+
import bo from "./iconsSVGs/Small/Empty.js";
|
|
82
|
+
import wo from "./iconsSVGs/Small/Expand.js";
|
|
83
|
+
import Do from "./iconsSVGs/Small/Incomplete.js";
|
|
84
|
+
import Uo from "./iconsSVGs/Small/Info.js";
|
|
85
|
+
import Ro from "./iconsSVGs/Small/KebabMenu.js";
|
|
86
|
+
import Po from "./iconsSVGs/Small/LocationPin.js";
|
|
87
|
+
import Lo from "./iconsSVGs/Small/MagnifyingGlass.js";
|
|
88
|
+
import To from "./iconsSVGs/Small/Notes.js";
|
|
89
|
+
import Oo from "./iconsSVGs/Small/OpenSeparately.js";
|
|
90
|
+
import Eo from "./iconsSVGs/Small/PlaceholderIcon.js";
|
|
91
|
+
import { ProfileSmall as Fo } from "./iconsSVGs/Small/Profile.js";
|
|
92
|
+
import xo from "./iconsSVGs/Small/ReadStatus.js";
|
|
93
|
+
import Go from "./iconsSVGs/Small/Shield.js";
|
|
94
|
+
import Ko from "./iconsSVGs/Small/SidepeakSmall.js";
|
|
95
|
+
import No from "./iconsSVGs/Small/Sort.js";
|
|
96
|
+
import Wo from "./iconsSVGs/Small/Success.js";
|
|
97
|
+
import zo from "./iconsSVGs/Small/Tick.js";
|
|
98
|
+
import Bo from "./iconsSVGs/Small/UnsavedChanges.js";
|
|
99
|
+
import Ho from "./iconsSVGs/Small/Upload.js";
|
|
100
|
+
import Jo from "./iconsSVGs/Small/Waiting.js";
|
|
101
|
+
import Vo from "./iconsSVGs/Small/Warning.js";
|
|
102
|
+
import jo from "./iconsSVGs/ExtraLarge/EmptyTemplate.js";
|
|
103
|
+
import qo from "./iconsSVGs/ExtraLarge/PostAShift.js";
|
|
104
|
+
import Qo from "./iconsSVGs/Countries/USA.js";
|
|
105
|
+
import Xo from "./iconsSVGs/Countries/CAN.js";
|
|
106
|
+
const qm = {
|
|
107
|
+
Add: o,
|
|
108
|
+
AdvancedSearch: r,
|
|
109
|
+
ArrowLeft: m,
|
|
110
|
+
ArrowRight: i,
|
|
111
|
+
Ascending: t,
|
|
112
|
+
Attach: e,
|
|
113
|
+
Bell: l,
|
|
114
|
+
BellUnread: p,
|
|
115
|
+
Building: Q,
|
|
116
|
+
Calendar: a,
|
|
117
|
+
Cancellation: f,
|
|
118
|
+
Chapters: n,
|
|
119
|
+
CheckIn: S,
|
|
120
|
+
CheckInCircleSmall: co,
|
|
121
|
+
ChevronDown: s,
|
|
122
|
+
ChevronLeft: c,
|
|
123
|
+
ChevronRight: C,
|
|
124
|
+
ChevronUp: h,
|
|
125
|
+
Clock: d,
|
|
126
|
+
CollapseSmall: vo,
|
|
127
|
+
Contact: g,
|
|
128
|
+
Cross: k,
|
|
129
|
+
CrossInCircleSmall: Io,
|
|
130
|
+
Descending: v,
|
|
131
|
+
DoubleTick: $,
|
|
132
|
+
Duplicate: u,
|
|
133
|
+
Edit: I,
|
|
134
|
+
Feedback: ro,
|
|
135
|
+
File: y,
|
|
136
|
+
ExpandSmall: wo,
|
|
137
|
+
InfoSmall: Uo,
|
|
138
|
+
HamburgerMenu: M,
|
|
139
|
+
Jobs: oo,
|
|
140
|
+
KebabMenu: b,
|
|
141
|
+
MagnifyingGlass: w,
|
|
142
|
+
Maximize: D,
|
|
143
|
+
Maximize1: U,
|
|
144
|
+
Minimize: R,
|
|
145
|
+
OpenSeparately: P,
|
|
146
|
+
PlaceholderIcon: L,
|
|
147
|
+
Profile: T,
|
|
148
|
+
Restore: O,
|
|
149
|
+
Send: E,
|
|
150
|
+
Settings: j,
|
|
151
|
+
Shifts: F,
|
|
152
|
+
Sort: x,
|
|
153
|
+
Subtract: G,
|
|
154
|
+
Summary: K,
|
|
155
|
+
Support: N,
|
|
156
|
+
SwitchToClassic: q,
|
|
157
|
+
Tick: W,
|
|
158
|
+
Timer: z,
|
|
159
|
+
Trash: B,
|
|
160
|
+
Undo: H,
|
|
161
|
+
Verification: J,
|
|
162
|
+
AddSmall: mo,
|
|
163
|
+
AlertSmall: io,
|
|
164
|
+
ArrowRightSmall: to,
|
|
165
|
+
ArrowUpSmall: eo,
|
|
166
|
+
AscendingSmall: lo,
|
|
167
|
+
CalendarSmall: po,
|
|
168
|
+
CaretDownSmall: ao,
|
|
169
|
+
CaretRightSmall: fo,
|
|
170
|
+
CheckedInSmall: no,
|
|
171
|
+
CheckedOutSmall: So,
|
|
172
|
+
CheckinSmall: so,
|
|
173
|
+
CheckOutSmall: Co,
|
|
174
|
+
ChevronDownSmall: ho,
|
|
175
|
+
ChevronLeftSmall: go,
|
|
176
|
+
ChevronRightSmall: Ao,
|
|
177
|
+
ChevronUpSmall: ko,
|
|
178
|
+
CrossSmall: uo,
|
|
179
|
+
CopyLarge: A,
|
|
180
|
+
CopySmall: $o,
|
|
181
|
+
DescendingSmall: yo,
|
|
182
|
+
DistanceSmall: Mo,
|
|
183
|
+
EmptySmall: bo,
|
|
184
|
+
IncompleteSmall: Do,
|
|
185
|
+
KebabMenuSmall: Ro,
|
|
186
|
+
LocationPinSmall: Po,
|
|
187
|
+
MagnifyingGlassSmall: Lo,
|
|
188
|
+
NotesSmall: To,
|
|
189
|
+
OpenSeparatelySmall: Oo,
|
|
190
|
+
PlaceholderIconSmall: Eo,
|
|
191
|
+
ReadStatus: xo,
|
|
192
|
+
ShieldSmall: Go,
|
|
193
|
+
SortSmall: No,
|
|
194
|
+
SuccessSmall: Wo,
|
|
195
|
+
TickSmall: zo,
|
|
196
|
+
UnsavedChangesSmall: Bo,
|
|
197
|
+
UploadSmall: Ho,
|
|
198
|
+
WaitingSmall: Jo,
|
|
199
|
+
WarningSmall: Vo,
|
|
200
|
+
CAN: Xo,
|
|
201
|
+
USA: Qo,
|
|
202
|
+
SidePeak: V,
|
|
203
|
+
SidePeakSmall: Ko,
|
|
204
|
+
ProfileSmall: Fo,
|
|
205
|
+
EmptyTemplate: jo,
|
|
206
|
+
PostAShift: qo,
|
|
207
|
+
NewSpotter: X,
|
|
208
|
+
FlaggedMessage: Y,
|
|
209
|
+
AbnormalLastShift: Z,
|
|
210
|
+
LocationDisabled: _
|
|
211
|
+
};
|
|
212
|
+
export {
|
|
213
|
+
qm as svgs
|
|
214
|
+
};
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { SvgKey } from './iconMap';
|
|
3
|
+
import { DataVizColor, GlyphColor } from '../../styles/colors';
|
|
4
|
+
|
|
5
|
+
export type IconsProps = {
|
|
6
|
+
/**
|
|
7
|
+
* key used for icons when there are multiple clickabled icons on the page
|
|
8
|
+
*/
|
|
9
|
+
id?: string;
|
|
10
|
+
/**
|
|
11
|
+
* the type of icon that is rendered, eg. Add icon, Arrow Left, Warning...
|
|
12
|
+
*/
|
|
13
|
+
icon: SvgKey;
|
|
14
|
+
/**
|
|
15
|
+
* a list of four numbers: min-x, min-y, width and height. The numbers min-x and min-y represent the top left coordinates of the viewport
|
|
16
|
+
*/
|
|
17
|
+
viewBox?: string;
|
|
18
|
+
/**
|
|
19
|
+
* the color of the icon
|
|
20
|
+
*/
|
|
21
|
+
color?: GlyphColor | DataVizColor;
|
|
22
|
+
/**
|
|
23
|
+
* the handleClick that can do an action once the icon is clicked, this can be disabled if true
|
|
24
|
+
*/
|
|
25
|
+
handleClick?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
26
|
+
/**
|
|
27
|
+
* wrong name or implementation, if true then the icon is disabled and we return just svg
|
|
28
|
+
*/
|
|
29
|
+
disabled?: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* hover text to pop up when the text appears
|
|
32
|
+
*/
|
|
33
|
+
hoverText?: string | React.ReactNode;
|
|
34
|
+
/**
|
|
35
|
+
* destructive
|
|
36
|
+
*/
|
|
37
|
+
destructive?: boolean;
|
|
38
|
+
/**
|
|
39
|
+
* dark mode
|
|
40
|
+
*/
|
|
41
|
+
dark?: boolean;
|
|
42
|
+
/**
|
|
43
|
+
* form
|
|
44
|
+
*/
|
|
45
|
+
button?: boolean;
|
|
46
|
+
/**
|
|
47
|
+
* background color for hovering on 'a regular button with no button attributes its just for a form'
|
|
48
|
+
*/
|
|
49
|
+
hoverBackground?: string;
|
|
50
|
+
/**
|
|
51
|
+
* the special prop if you need to pass a special color which doesn't exist in the the Glyph map
|
|
52
|
+
*/
|
|
53
|
+
cssColor?: string;
|
|
54
|
+
/**
|
|
55
|
+
* optional autoFocus
|
|
56
|
+
*/
|
|
57
|
+
autoFocus?: boolean;
|
|
58
|
+
};
|
|
59
|
+
export declare function Icons({ icon, color, cssColor, handleClick, disabled, id, hoverText, destructive, dark, button, hoverBackground, autoFocus, }: IconsProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import { jsxs as p, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { svgs as N } from "./iconMap.js";
|
|
3
|
+
import { Typography as A } from "../../styles/typography/typography.js";
|
|
4
|
+
import { T as $, a as S, b as j, C as T, A as z } from "../../../index-DNpMaKvH.js";
|
|
5
|
+
import { styles as C } from "./styles.js";
|
|
6
|
+
import "../../styles/colors/colors.js";
|
|
7
|
+
import { crusta as f, cinnabar as g, glyph as e, dataVizColors as b } from "../../styles/colors/colormap.js";
|
|
8
|
+
import { t as d } from "../../../bundle-mjs-CAy1p0fn.js";
|
|
9
|
+
import { tooltipArrowStyles as E, toolTipStyles as M } from "../../styles/tool-tip/styles.js";
|
|
10
|
+
function O({
|
|
11
|
+
icon: h = "Add",
|
|
12
|
+
color: a = "default",
|
|
13
|
+
cssColor: v,
|
|
14
|
+
handleClick: s,
|
|
15
|
+
disabled: o = !1,
|
|
16
|
+
id: r,
|
|
17
|
+
hoverText: n,
|
|
18
|
+
destructive: i = !1,
|
|
19
|
+
dark: c = !1,
|
|
20
|
+
button: y = !1,
|
|
21
|
+
hoverBackground: w,
|
|
22
|
+
autoFocus: m = !1
|
|
23
|
+
}) {
|
|
24
|
+
const l = N[h], I = C(), u = o ? /* @__PURE__ */ t(
|
|
25
|
+
l,
|
|
26
|
+
{
|
|
27
|
+
"data-testid": `icon-${r}`,
|
|
28
|
+
fill: v || (e[a] ?? b[a] ?? e.active),
|
|
29
|
+
hover: void 0,
|
|
30
|
+
active: void 0
|
|
31
|
+
},
|
|
32
|
+
r
|
|
33
|
+
) : y ? /* @__PURE__ */ t(
|
|
34
|
+
"button",
|
|
35
|
+
{
|
|
36
|
+
autoFocus: m,
|
|
37
|
+
type: "button",
|
|
38
|
+
className: d(
|
|
39
|
+
I.buttonClass,
|
|
40
|
+
`${c ? "focus:bg-surface-defaultInverted hover:bg-surface-defaultInverted active:bg-bcolor-defaultInverted" : i ? "hover:bg-shadow-destructive active:bg-shadow-alert" : "hover:bg-surface-active active:bg-shadow-active"}`,
|
|
41
|
+
"group text-black"
|
|
42
|
+
),
|
|
43
|
+
"data-testid": `button-button-icon-${r}`,
|
|
44
|
+
onClick: (x) => !o && (s == null ? void 0 : s(x)),
|
|
45
|
+
children: /* @__PURE__ */ t(
|
|
46
|
+
l,
|
|
47
|
+
{
|
|
48
|
+
active: c ? f[200] : i ? g[800] : e.active,
|
|
49
|
+
hover: c ? f[300] : i ? e.alert : e.active,
|
|
50
|
+
fill: o === !1 && (c ? f[400] : i ? g[600] : e.active)
|
|
51
|
+
}
|
|
52
|
+
)
|
|
53
|
+
},
|
|
54
|
+
r
|
|
55
|
+
) : /* @__PURE__ */ t(
|
|
56
|
+
"button",
|
|
57
|
+
{
|
|
58
|
+
autoFocus: m,
|
|
59
|
+
type: "button",
|
|
60
|
+
"data-testid": `button-icon-${r}`,
|
|
61
|
+
onClick: o ? () => {
|
|
62
|
+
} : s,
|
|
63
|
+
className: w ? "hover:bg-surface-active active:bg-shadow-active hover:rounded active:rounded p-xxs" : "",
|
|
64
|
+
children: /* @__PURE__ */ t(l, { fill: e[a] ?? b[a] ?? e.active, hover: void 0, active: void 0 })
|
|
65
|
+
},
|
|
66
|
+
r
|
|
67
|
+
);
|
|
68
|
+
return n ? /* @__PURE__ */ p($, { children: [
|
|
69
|
+
/* @__PURE__ */ t(S, { asChild: !o, disabled: o, children: u }),
|
|
70
|
+
/* @__PURE__ */ t(j, { children: /* @__PURE__ */ p(T, { className: d(M), side: "bottom", align: "center", children: [
|
|
71
|
+
typeof n == "string" ? /* @__PURE__ */ t(A, { color: "defaultInverted", children: n, swStyle: 1, className: "px-xs max-w-[30rem]" }) : n,
|
|
72
|
+
/* @__PURE__ */ t(z, { className: E })
|
|
73
|
+
] }) })
|
|
74
|
+
] }) : u;
|
|
75
|
+
}
|
|
76
|
+
export {
|
|
77
|
+
O as Icons
|
|
78
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { Icons } from './';
|
|
3
|
+
|
|
4
|
+
declare const meta: Meta<typeof Icons>;
|
|
5
|
+
export default meta;
|
|
6
|
+
type Story = StoryObj<typeof meta>;
|
|
7
|
+
export declare const Default: Story;
|
|
8
|
+
export declare const WithColors: Story;
|
|
9
|
+
export declare const ButtonIcons: Story;
|
|
10
|
+
export declare const DisabledIcons: Story;
|
|
11
|
+
export declare const WithTooltips: Story;
|
|
12
|
+
export declare const NavigationIcons: Story;
|
|
13
|
+
export declare const ActionIcons: Story;
|
|
14
|
+
export declare const StatusIcons: Story;
|
|
15
|
+
export declare const SmallIcons: Story;
|
|
16
|
+
export declare const FormIcons: Story;
|
|
17
|
+
export declare const CommunicationIcons: Story;
|
|
18
|
+
export declare const FileIcons: Story;
|
|
19
|
+
export declare const SearchIcons: Story;
|
|
20
|
+
export declare const MenuIcons: Story;
|
|
21
|
+
export declare const Interactive: Story;
|
|
22
|
+
export declare const AllIcons: Story;
|