@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,428 @@
|
|
|
1
|
+
import { jsx as e, jsxs as n } from "react/jsx-runtime";
|
|
2
|
+
import { f as o } from "../../../index-DfdAzObv.js";
|
|
3
|
+
import { Icons as l } from "./icons.js";
|
|
4
|
+
import "./iconsSVGs/Large/Profile.js";
|
|
5
|
+
import "./iconsSVGs/Small/Profile.js";
|
|
6
|
+
import "../../styles/colors/colors.js";
|
|
7
|
+
import { glyphColorsKeys as i } from "../../styles/colors/colormap.js";
|
|
8
|
+
import { P as r } from "../../../index-DNpMaKvH.js";
|
|
9
|
+
import c from "react";
|
|
10
|
+
const f = {
|
|
11
|
+
title: "@spotwork-ui/atoms/Icons",
|
|
12
|
+
component: l,
|
|
13
|
+
parameters: {
|
|
14
|
+
layout: "centered"
|
|
15
|
+
},
|
|
16
|
+
tags: ["autodocs"],
|
|
17
|
+
decorators: [
|
|
18
|
+
(a) => /* @__PURE__ */ e(r, { children: /* @__PURE__ */ e(a, {}) })
|
|
19
|
+
],
|
|
20
|
+
argTypes: {
|
|
21
|
+
icon: {
|
|
22
|
+
control: "select",
|
|
23
|
+
options: [
|
|
24
|
+
"Add",
|
|
25
|
+
"AdvancedSearch",
|
|
26
|
+
"ArrowLeft",
|
|
27
|
+
"ArrowRight",
|
|
28
|
+
"Ascending",
|
|
29
|
+
"Attach",
|
|
30
|
+
"Bell",
|
|
31
|
+
"BellUnread",
|
|
32
|
+
"Calendar",
|
|
33
|
+
"Cancellation",
|
|
34
|
+
"Chapters",
|
|
35
|
+
"CheckIn",
|
|
36
|
+
"CheckInCircleSmall",
|
|
37
|
+
"ChevronDown",
|
|
38
|
+
"ChevronLeft",
|
|
39
|
+
"ChevronRight",
|
|
40
|
+
"ChevronUp",
|
|
41
|
+
"Clock",
|
|
42
|
+
"CollapseSmall",
|
|
43
|
+
"Contact",
|
|
44
|
+
"Cross",
|
|
45
|
+
"CrossInCircleSmall",
|
|
46
|
+
"Descending",
|
|
47
|
+
"DoubleTick",
|
|
48
|
+
"Duplicate",
|
|
49
|
+
"Edit",
|
|
50
|
+
"File",
|
|
51
|
+
"ExpandSmall",
|
|
52
|
+
"InfoSmall",
|
|
53
|
+
"HamburgerMenu",
|
|
54
|
+
"KebabMenu",
|
|
55
|
+
"MagnifyingGlass",
|
|
56
|
+
"Maximize",
|
|
57
|
+
"Maximize1",
|
|
58
|
+
"Minimize",
|
|
59
|
+
"OpenSeparately",
|
|
60
|
+
"PlaceholderIcon",
|
|
61
|
+
"Restore",
|
|
62
|
+
"Send",
|
|
63
|
+
"Shifts",
|
|
64
|
+
"Sort",
|
|
65
|
+
"Subtract",
|
|
66
|
+
"Summary",
|
|
67
|
+
"Tick",
|
|
68
|
+
"Timer",
|
|
69
|
+
"Trash",
|
|
70
|
+
"Undo",
|
|
71
|
+
"Verification",
|
|
72
|
+
"AddSmall",
|
|
73
|
+
"AlertSmall",
|
|
74
|
+
"ArrowRightSmall",
|
|
75
|
+
"ArrowUpSmall",
|
|
76
|
+
"AscendingSmall",
|
|
77
|
+
"CalendarSmall",
|
|
78
|
+
"CaretDownSmall",
|
|
79
|
+
"CaretRightSmall",
|
|
80
|
+
"CheckedInSmall",
|
|
81
|
+
"CheckedOutSmall",
|
|
82
|
+
"CheckinSmall",
|
|
83
|
+
"CheckOutSmall",
|
|
84
|
+
"ChevronDownSmall",
|
|
85
|
+
"ChevronLeftSmall",
|
|
86
|
+
"ChevronRightSmall",
|
|
87
|
+
"ChevronUpSmall",
|
|
88
|
+
"CrossSmall",
|
|
89
|
+
"CopyLarge",
|
|
90
|
+
"CopySmall",
|
|
91
|
+
"DescendingSmall",
|
|
92
|
+
"EmptySmall",
|
|
93
|
+
"IncompleteSmall",
|
|
94
|
+
"KebabMenuSmall",
|
|
95
|
+
"LocationPinSmall",
|
|
96
|
+
"MagnifyingGlassSmall",
|
|
97
|
+
"NotesSmall",
|
|
98
|
+
"OpenSeparatelySmall",
|
|
99
|
+
"PlaceholderIconSmall",
|
|
100
|
+
"ReadStatus",
|
|
101
|
+
"ShieldSmall",
|
|
102
|
+
"SortSmall",
|
|
103
|
+
"SuccessSmall",
|
|
104
|
+
"TickSmall",
|
|
105
|
+
"UnsavedChangesSmall",
|
|
106
|
+
"UploadSmall",
|
|
107
|
+
"WaitingSmall",
|
|
108
|
+
"WarningSmall",
|
|
109
|
+
"CAN",
|
|
110
|
+
"USA",
|
|
111
|
+
"SidePeak",
|
|
112
|
+
"Settings",
|
|
113
|
+
"SwitchToClassic",
|
|
114
|
+
"SidePeakSmall",
|
|
115
|
+
"Profile",
|
|
116
|
+
"ProfileSmall",
|
|
117
|
+
"Building",
|
|
118
|
+
"EmptyTemplate",
|
|
119
|
+
"PostAShift"
|
|
120
|
+
],
|
|
121
|
+
description: "The type of icon to display"
|
|
122
|
+
},
|
|
123
|
+
color: {
|
|
124
|
+
control: "select",
|
|
125
|
+
options: i,
|
|
126
|
+
description: "The color of the icon"
|
|
127
|
+
},
|
|
128
|
+
disabled: {
|
|
129
|
+
control: "boolean",
|
|
130
|
+
description: "Whether the icon is disabled"
|
|
131
|
+
},
|
|
132
|
+
button: {
|
|
133
|
+
control: "boolean",
|
|
134
|
+
description: "Whether to render as a button"
|
|
135
|
+
},
|
|
136
|
+
destructive: {
|
|
137
|
+
control: "boolean",
|
|
138
|
+
description: "Whether the icon has destructive styling"
|
|
139
|
+
},
|
|
140
|
+
dark: {
|
|
141
|
+
control: "boolean",
|
|
142
|
+
description: "Whether to use dark mode styling"
|
|
143
|
+
},
|
|
144
|
+
hoverText: {
|
|
145
|
+
control: "text",
|
|
146
|
+
description: "Tooltip text to show on hover"
|
|
147
|
+
},
|
|
148
|
+
handleClick: {
|
|
149
|
+
action: "clicked",
|
|
150
|
+
description: "Click handler function"
|
|
151
|
+
},
|
|
152
|
+
id: {
|
|
153
|
+
control: "text",
|
|
154
|
+
description: "Unique identifier for the icon"
|
|
155
|
+
},
|
|
156
|
+
cssColor: {
|
|
157
|
+
control: "color",
|
|
158
|
+
description: "Custom CSS color override"
|
|
159
|
+
},
|
|
160
|
+
autoFocus: {
|
|
161
|
+
control: "boolean",
|
|
162
|
+
description: "Whether the button should auto-focus"
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
args: {
|
|
166
|
+
icon: "Add",
|
|
167
|
+
color: "default",
|
|
168
|
+
disabled: !1,
|
|
169
|
+
button: !1,
|
|
170
|
+
destructive: !1,
|
|
171
|
+
dark: !1,
|
|
172
|
+
handleClick: o()
|
|
173
|
+
}
|
|
174
|
+
}, v = {
|
|
175
|
+
args: {
|
|
176
|
+
icon: "Add",
|
|
177
|
+
color: "default"
|
|
178
|
+
}
|
|
179
|
+
}, k = {
|
|
180
|
+
render: () => /* @__PURE__ */ n("div", { className: "flex gap-4 items-center", children: [
|
|
181
|
+
/* @__PURE__ */ e(l, { icon: "Add", color: "default" }),
|
|
182
|
+
/* @__PURE__ */ e(l, { icon: "Add", color: "active" }),
|
|
183
|
+
/* @__PURE__ */ e(l, { icon: "Add", color: "success" }),
|
|
184
|
+
/* @__PURE__ */ e(l, { icon: "Add", color: "warning" }),
|
|
185
|
+
/* @__PURE__ */ e(l, { icon: "Add", color: "alert" }),
|
|
186
|
+
/* @__PURE__ */ e(l, { icon: "Add", color: "disabled" })
|
|
187
|
+
] })
|
|
188
|
+
}, A = {
|
|
189
|
+
render: () => /* @__PURE__ */ n("div", { className: "flex gap-4 items-center", children: [
|
|
190
|
+
/* @__PURE__ */ e(l, { icon: "Add", button: !0, handleClick: o() }),
|
|
191
|
+
/* @__PURE__ */ e(l, { icon: "Edit", button: !0, handleClick: o() }),
|
|
192
|
+
/* @__PURE__ */ e(l, { icon: "Trash", button: !0, destructive: !0, handleClick: o() }),
|
|
193
|
+
/* @__PURE__ */ e(l, { icon: "Settings", button: !0, dark: !0, handleClick: o() })
|
|
194
|
+
] })
|
|
195
|
+
}, b = {
|
|
196
|
+
render: () => /* @__PURE__ */ n("div", { className: "flex gap-4 items-center", children: [
|
|
197
|
+
/* @__PURE__ */ e(l, { icon: "Add", disabled: !0 }),
|
|
198
|
+
/* @__PURE__ */ e(l, { icon: "Add", disabled: !0, button: !0 }),
|
|
199
|
+
/* @__PURE__ */ e(l, { icon: "Add", disabled: !0, color: "disabled" })
|
|
200
|
+
] })
|
|
201
|
+
}, x = {
|
|
202
|
+
render: () => /* @__PURE__ */ n("div", { className: "flex gap-4 items-center", children: [
|
|
203
|
+
/* @__PURE__ */ e(l, { icon: "InfoSmall", hoverText: "Info", color: "active", disabled: !0 }),
|
|
204
|
+
/* @__PURE__ */ e(l, { icon: "Add", hoverText: "Add new item", button: !0, handleClick: o() }),
|
|
205
|
+
/* @__PURE__ */ e(l, { icon: "Edit", hoverText: "Edit this item", button: !0, handleClick: o() }),
|
|
206
|
+
/* @__PURE__ */ e(l, { icon: "Trash", hoverText: "Delete item", destructive: !0, button: !0, handleClick: o() })
|
|
207
|
+
] })
|
|
208
|
+
}, I = {
|
|
209
|
+
render: () => /* @__PURE__ */ n("div", { className: "flex gap-4 items-center", children: [
|
|
210
|
+
/* @__PURE__ */ e(l, { icon: "ArrowLeft" }),
|
|
211
|
+
/* @__PURE__ */ e(l, { icon: "ArrowRight" }),
|
|
212
|
+
/* @__PURE__ */ e(l, { icon: "ChevronUp" }),
|
|
213
|
+
/* @__PURE__ */ e(l, { icon: "ChevronDown" }),
|
|
214
|
+
/* @__PURE__ */ e(l, { icon: "ChevronLeft" }),
|
|
215
|
+
/* @__PURE__ */ e(l, { icon: "ChevronRight" })
|
|
216
|
+
] })
|
|
217
|
+
}, T = {
|
|
218
|
+
render: () => /* @__PURE__ */ n("div", { className: "flex gap-4 items-center", children: [
|
|
219
|
+
/* @__PURE__ */ e(l, { icon: "Add" }),
|
|
220
|
+
/* @__PURE__ */ e(l, { icon: "Edit" }),
|
|
221
|
+
/* @__PURE__ */ e(l, { icon: "Trash" }),
|
|
222
|
+
/* @__PURE__ */ e(l, { icon: "CopyLarge" }),
|
|
223
|
+
/* @__PURE__ */ e(l, { icon: "Duplicate" }),
|
|
224
|
+
/* @__PURE__ */ e(l, { icon: "Undo" })
|
|
225
|
+
] })
|
|
226
|
+
}, y = {
|
|
227
|
+
render: () => /* @__PURE__ */ n("div", { className: "flex gap-4 items-center", children: [
|
|
228
|
+
/* @__PURE__ */ e(l, { icon: "Tick", color: "success" }),
|
|
229
|
+
/* @__PURE__ */ e(l, { icon: "Cross", color: "alert" }),
|
|
230
|
+
/* @__PURE__ */ e(l, { icon: "WarningSmall", color: "warning" }),
|
|
231
|
+
/* @__PURE__ */ e(l, { icon: "InfoSmall", color: "active" }),
|
|
232
|
+
/* @__PURE__ */ e(l, { icon: "SuccessSmall", color: "success" }),
|
|
233
|
+
/* @__PURE__ */ e(l, { icon: "AlertSmall", color: "alert" })
|
|
234
|
+
] })
|
|
235
|
+
}, w = {
|
|
236
|
+
render: () => /* @__PURE__ */ n("div", { className: "flex gap-4 items-center", children: [
|
|
237
|
+
/* @__PURE__ */ e(l, { icon: "AddSmall" }),
|
|
238
|
+
/* @__PURE__ */ e(l, { icon: "CrossSmall" }),
|
|
239
|
+
/* @__PURE__ */ e(l, { icon: "TickSmall" }),
|
|
240
|
+
/* @__PURE__ */ e(l, { icon: "ChevronDownSmall" }),
|
|
241
|
+
/* @__PURE__ */ e(l, { icon: "ChevronUpSmall" }),
|
|
242
|
+
/* @__PURE__ */ e(l, { icon: "KebabMenuSmall" })
|
|
243
|
+
] })
|
|
244
|
+
}, M = {
|
|
245
|
+
render: () => /* @__PURE__ */ n("div", { className: "flex gap-4 items-center", children: [
|
|
246
|
+
/* @__PURE__ */ e(l, { icon: "Calendar" }),
|
|
247
|
+
/* @__PURE__ */ e(l, { icon: "Clock" }),
|
|
248
|
+
/* @__PURE__ */ e(l, { icon: "CheckIn" }),
|
|
249
|
+
/* @__PURE__ */ e(l, { icon: "Timer" }),
|
|
250
|
+
/* @__PURE__ */ e(l, { icon: "Shifts" }),
|
|
251
|
+
/* @__PURE__ */ e(l, { icon: "CheckInCircleSmall" })
|
|
252
|
+
] })
|
|
253
|
+
}, U = {
|
|
254
|
+
render: () => /* @__PURE__ */ n("div", { className: "flex gap-4 items-center", children: [
|
|
255
|
+
/* @__PURE__ */ e(l, { icon: "Send" }),
|
|
256
|
+
/* @__PURE__ */ e(l, { icon: "Contact" }),
|
|
257
|
+
/* @__PURE__ */ e(l, { icon: "Bell" }),
|
|
258
|
+
/* @__PURE__ */ e(l, { icon: "BellUnread" }),
|
|
259
|
+
/* @__PURE__ */ e(l, { icon: "DoubleTick" }),
|
|
260
|
+
/* @__PURE__ */ e(l, { icon: "ReadStatus" })
|
|
261
|
+
] })
|
|
262
|
+
}, D = {
|
|
263
|
+
render: () => /* @__PURE__ */ n("div", { className: "flex gap-4 items-center", children: [
|
|
264
|
+
/* @__PURE__ */ e(l, { icon: "File" }),
|
|
265
|
+
/* @__PURE__ */ e(l, { icon: "Attach" }),
|
|
266
|
+
/* @__PURE__ */ e(l, { icon: "OpenSeparately" }),
|
|
267
|
+
/* @__PURE__ */ e(l, { icon: "NotesSmall" }),
|
|
268
|
+
/* @__PURE__ */ e(l, { icon: "UploadSmall" })
|
|
269
|
+
] })
|
|
270
|
+
}, N = {
|
|
271
|
+
render: () => /* @__PURE__ */ n("div", { className: "flex gap-4 items-center", children: [
|
|
272
|
+
/* @__PURE__ */ e(l, { icon: "MagnifyingGlass" }),
|
|
273
|
+
/* @__PURE__ */ e(l, { icon: "AdvancedSearch" }),
|
|
274
|
+
/* @__PURE__ */ e(l, { icon: "MagnifyingGlassSmall" }),
|
|
275
|
+
/* @__PURE__ */ e(l, { icon: "Sort" }),
|
|
276
|
+
/* @__PURE__ */ e(l, { icon: "SortSmall" })
|
|
277
|
+
] })
|
|
278
|
+
}, P = {
|
|
279
|
+
render: () => /* @__PURE__ */ n("div", { className: "flex gap-4 items-center", children: [
|
|
280
|
+
/* @__PURE__ */ e(l, { icon: "HamburgerMenu" }),
|
|
281
|
+
/* @__PURE__ */ e(l, { icon: "KebabMenu" }),
|
|
282
|
+
/* @__PURE__ */ e(l, { icon: "KebabMenuSmall" }),
|
|
283
|
+
/* @__PURE__ */ e(l, { icon: "Settings" }),
|
|
284
|
+
/* @__PURE__ */ e(l, { icon: "Profile" }),
|
|
285
|
+
/* @__PURE__ */ e(l, { icon: "ProfileSmall" })
|
|
286
|
+
] })
|
|
287
|
+
}, R = {
|
|
288
|
+
render: () => {
|
|
289
|
+
const [a, t] = c.useState(!1);
|
|
290
|
+
return /* @__PURE__ */ n("div", { className: "flex gap-4 items-center", children: [
|
|
291
|
+
/* @__PURE__ */ e(
|
|
292
|
+
l,
|
|
293
|
+
{
|
|
294
|
+
icon: a ? "Tick" : "Add",
|
|
295
|
+
color: a ? "success" : "default",
|
|
296
|
+
button: !0,
|
|
297
|
+
hoverText: a ? "Unlike" : "Like",
|
|
298
|
+
handleClick: () => t(!a)
|
|
299
|
+
}
|
|
300
|
+
),
|
|
301
|
+
/* @__PURE__ */ e("span", { children: "Click to toggle state" })
|
|
302
|
+
] });
|
|
303
|
+
}
|
|
304
|
+
}, L = {
|
|
305
|
+
render: () => /* @__PURE__ */ e("div", { className: "grid grid-cols-8 gap-4 p-4 max-w-4xl", children: [
|
|
306
|
+
"Add",
|
|
307
|
+
"AdvancedSearch",
|
|
308
|
+
"ArrowLeft",
|
|
309
|
+
"ArrowRight",
|
|
310
|
+
"Ascending",
|
|
311
|
+
"Attach",
|
|
312
|
+
"Bell",
|
|
313
|
+
"BellUnread",
|
|
314
|
+
"Calendar",
|
|
315
|
+
"Cancellation",
|
|
316
|
+
"Chapters",
|
|
317
|
+
"CheckIn",
|
|
318
|
+
"CheckInCircleSmall",
|
|
319
|
+
"ChevronDown",
|
|
320
|
+
"ChevronLeft",
|
|
321
|
+
"ChevronRight",
|
|
322
|
+
"ChevronUp",
|
|
323
|
+
"Clock",
|
|
324
|
+
"CollapseSmall",
|
|
325
|
+
"Contact",
|
|
326
|
+
"Cross",
|
|
327
|
+
"CrossInCircleSmall",
|
|
328
|
+
"Descending",
|
|
329
|
+
"DoubleTick",
|
|
330
|
+
"Duplicate",
|
|
331
|
+
"Edit",
|
|
332
|
+
"File",
|
|
333
|
+
"ExpandSmall",
|
|
334
|
+
"InfoSmall",
|
|
335
|
+
"HamburgerMenu",
|
|
336
|
+
"KebabMenu",
|
|
337
|
+
"MagnifyingGlass",
|
|
338
|
+
"Maximize",
|
|
339
|
+
"Maximize1",
|
|
340
|
+
"Minimize",
|
|
341
|
+
"OpenSeparately",
|
|
342
|
+
"PlaceholderIcon",
|
|
343
|
+
"Restore",
|
|
344
|
+
"Send",
|
|
345
|
+
"Shifts",
|
|
346
|
+
"Sort",
|
|
347
|
+
"Subtract",
|
|
348
|
+
"Summary",
|
|
349
|
+
"Tick",
|
|
350
|
+
"Timer",
|
|
351
|
+
"Trash",
|
|
352
|
+
"Undo",
|
|
353
|
+
"Verification",
|
|
354
|
+
"AddSmall",
|
|
355
|
+
"AlertSmall",
|
|
356
|
+
"ArrowRightSmall",
|
|
357
|
+
"ArrowUpSmall",
|
|
358
|
+
"AscendingSmall",
|
|
359
|
+
"CalendarSmall",
|
|
360
|
+
"CaretDownSmall",
|
|
361
|
+
"CaretRightSmall",
|
|
362
|
+
"CheckedInSmall",
|
|
363
|
+
"CheckedOutSmall",
|
|
364
|
+
"CheckinSmall",
|
|
365
|
+
"CheckOutSmall",
|
|
366
|
+
"ChevronDownSmall",
|
|
367
|
+
"ChevronLeftSmall",
|
|
368
|
+
"ChevronRightSmall",
|
|
369
|
+
"ChevronUpSmall",
|
|
370
|
+
"CrossSmall",
|
|
371
|
+
"CopyLarge",
|
|
372
|
+
"CopySmall",
|
|
373
|
+
"DescendingSmall",
|
|
374
|
+
"EmptySmall",
|
|
375
|
+
"IncompleteSmall",
|
|
376
|
+
"KebabMenuSmall",
|
|
377
|
+
"LocationPinSmall",
|
|
378
|
+
"MagnifyingGlassSmall",
|
|
379
|
+
"NotesSmall",
|
|
380
|
+
"OpenSeparatelySmall",
|
|
381
|
+
"PlaceholderIconSmall",
|
|
382
|
+
"ReadStatus",
|
|
383
|
+
"ShieldSmall",
|
|
384
|
+
"SortSmall",
|
|
385
|
+
"SuccessSmall",
|
|
386
|
+
"TickSmall",
|
|
387
|
+
"UnsavedChangesSmall",
|
|
388
|
+
"UploadSmall",
|
|
389
|
+
"WaitingSmall",
|
|
390
|
+
"WarningSmall",
|
|
391
|
+
"CAN",
|
|
392
|
+
"USA",
|
|
393
|
+
"SidePeak",
|
|
394
|
+
"Settings",
|
|
395
|
+
"SwitchToClassic",
|
|
396
|
+
"SidePeakSmall",
|
|
397
|
+
"Profile",
|
|
398
|
+
"ProfileSmall",
|
|
399
|
+
"Building",
|
|
400
|
+
"EmptyTemplate",
|
|
401
|
+
"PostAShift"
|
|
402
|
+
].map((t) => /* @__PURE__ */ n("div", { className: "flex flex-col items-center gap-2 p-2 border rounded", children: [
|
|
403
|
+
/* @__PURE__ */ e(l, { icon: t }),
|
|
404
|
+
/* @__PURE__ */ e("span", { className: "text-xs text-center", children: t })
|
|
405
|
+
] }, t)) }),
|
|
406
|
+
parameters: {
|
|
407
|
+
layout: "padded"
|
|
408
|
+
}
|
|
409
|
+
};
|
|
410
|
+
export {
|
|
411
|
+
T as ActionIcons,
|
|
412
|
+
L as AllIcons,
|
|
413
|
+
A as ButtonIcons,
|
|
414
|
+
U as CommunicationIcons,
|
|
415
|
+
v as Default,
|
|
416
|
+
b as DisabledIcons,
|
|
417
|
+
D as FileIcons,
|
|
418
|
+
M as FormIcons,
|
|
419
|
+
R as Interactive,
|
|
420
|
+
P as MenuIcons,
|
|
421
|
+
I as NavigationIcons,
|
|
422
|
+
N as SearchIcons,
|
|
423
|
+
w as SmallIcons,
|
|
424
|
+
y as StatusIcons,
|
|
425
|
+
k as WithColors,
|
|
426
|
+
x as WithTooltips,
|
|
427
|
+
f as default
|
|
428
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsxs as s, jsx as l } from "react/jsx-runtime";
|
|
2
|
+
const i = () => /* @__PURE__ */ s("svg", { width: "2.3rem", height: "2.3rem", viewBox: "0 0 23 23", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3
|
+
/* @__PURE__ */ l("mask", { id: "mask0_4674_16752", style: { maskType: "alpha" }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "23", height: "23", children: /* @__PURE__ */ l("path", { d: "M11.5 22.5C17.5751 22.5 22.5 17.5751 22.5 11.5C22.5 5.42487 17.5751 0.5 11.5 0.5C5.42487 0.5 0.5 5.42487 0.5 11.5C0.5 17.5751 5.42487 22.5 11.5 22.5Z", fill: "white" }) }),
|
|
4
|
+
/* @__PURE__ */ s("g", { mask: "url(#mask0_4674_16752)", children: [
|
|
5
|
+
/* @__PURE__ */ l("path", { d: "M0.5 0.5V22.5H6.6875L11.5 19.75L16.3125 22.5H22.5V0.5H16.3125L11.5 3.25L6.6875 0.5H0.5Z", fill: "#D80027" }),
|
|
6
|
+
/* @__PURE__ */ l("path", { d: "M6.6875 0.5H16.3125V22.5H6.6875V0.5Z", fill: "#EEEEEE" }),
|
|
7
|
+
/* @__PURE__ */ l("path", { d: "M13.4336 12.918L15.3242 11.9727L14.3789 11.5V10.5547L12.4453 11.5L13.4336 9.60938H12.4453L11.5 8.14844L10.5547 9.56641H9.56641L10.5547 11.5L8.62109 10.5547V11.5L7.67578 11.9727L9.60938 12.918L9.09375 13.9062H11.0273V15.3242H11.9727V13.9062H13.9062L13.4336 12.918Z", fill: "#D80027" })
|
|
8
|
+
] })
|
|
9
|
+
] });
|
|
10
|
+
export {
|
|
11
|
+
i as default
|
|
12
|
+
};
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { jsxs as l, jsx as L } from "react/jsx-runtime";
|
|
2
|
+
const i = () => /* @__PURE__ */ l("svg", { width: "2.3rem", height: "2.3rem", viewBox: "0 0 23 23", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3
|
+
/* @__PURE__ */ L(
|
|
4
|
+
"mask",
|
|
5
|
+
{
|
|
6
|
+
id: "mask0_4674_16772",
|
|
7
|
+
style: { maskType: "alpha" },
|
|
8
|
+
maskUnits: "userSpaceOnUse",
|
|
9
|
+
x: "0",
|
|
10
|
+
y: "0",
|
|
11
|
+
width: "23",
|
|
12
|
+
height: "23",
|
|
13
|
+
children: /* @__PURE__ */ L(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
d: "M11.5 22.5C17.5751 22.5 22.5 17.5751 22.5 11.5C22.5 5.42487 17.5751 0.5 11.5 0.5C5.42487 0.5 0.5 5.42487 0.5 11.5C0.5 17.5751 5.42487 22.5 11.5 22.5Z",
|
|
17
|
+
fill: "white"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
),
|
|
22
|
+
/* @__PURE__ */ l("g", { mask: "url(#mask0_4674_16772)", children: [
|
|
23
|
+
/* @__PURE__ */ L(
|
|
24
|
+
"path",
|
|
25
|
+
{
|
|
26
|
+
d: "M11.5 0.5H22.5V3.25L21.125 4.625L22.5 6V8.75L21.125 10.125L22.5 11.5V14.25L21.125 15.625L22.5 17V19.75L11.5 21.125L0.5 19.75V17L1.875 15.625L0.5 14.25V11.5L11.5 0.5Z",
|
|
27
|
+
fill: "#EEEEEE"
|
|
28
|
+
}
|
|
29
|
+
),
|
|
30
|
+
/* @__PURE__ */ L(
|
|
31
|
+
"path",
|
|
32
|
+
{
|
|
33
|
+
d: "M10.125 3.25H22.5V6H10.125V3.25ZM10.125 8.75H22.5V11.5H11.5L10.125 8.75ZM0.5 14.25H22.5V17H0.5V14.25ZM0.5 19.75H22.5V22.5H0.5V19.75Z",
|
|
34
|
+
fill: "#D80027"
|
|
35
|
+
}
|
|
36
|
+
),
|
|
37
|
+
/* @__PURE__ */ L("path", { d: "M0.5 0.5H11.5V11.5H0.5V0.5Z", fill: "#0052B4" }),
|
|
38
|
+
/* @__PURE__ */ L(
|
|
39
|
+
"path",
|
|
40
|
+
{
|
|
41
|
+
d: "M8.53516 10.9414L10.9844 9.17969H7.97656L10.4258 10.9414L9.48047 8.0625L8.53516 10.9414ZM5.05469 10.9414L7.50391 9.17969H4.49609L6.94531 10.9414L6 8.0625L5.05469 10.9414ZM1.57422 10.9414L4.02344 9.17969H1.01562L3.46484 10.9414L2.51953 8.0625L1.57422 10.9414ZM8.53516 7.46094L10.9844 5.69922H7.97656L10.4258 7.46094L9.48047 4.58203L8.53516 7.46094ZM5.05469 7.46094L7.50391 5.69922H4.49609L6.94531 7.46094L6 4.58203L5.05469 7.46094ZM1.57422 7.46094L4.02344 5.69922H1.01562L3.46484 7.46094L2.51953 4.58203L1.57422 7.46094ZM8.53516 3.9375L10.9844 2.17578H7.97656L10.4258 3.9375L9.48047 1.05859L8.53516 3.9375ZM5.05469 3.9375L7.50391 2.17578H4.49609L6.94531 3.9375L6 1.05859L5.05469 3.9375ZM1.57422 3.9375L4.02344 2.17578H1.01562L3.46484 3.9375L2.51953 1.05859L1.57422 3.9375Z",
|
|
42
|
+
fill: "#EEEEEE"
|
|
43
|
+
}
|
|
44
|
+
)
|
|
45
|
+
] })
|
|
46
|
+
] });
|
|
47
|
+
export {
|
|
48
|
+
i as default
|
|
49
|
+
};
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
import { jsxs as t, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const e = () => /* @__PURE__ */ t(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
width: "88",
|
|
6
|
+
height: "90",
|
|
7
|
+
viewBox: "0 0 88 90",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ C(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
d: "M75.2856 28C76.3902 28 77.2856 28.8954 77.2856 30V38C77.2856 39.1046 76.3902 40 75.2856 40H59.2856C58.1811 40 57.2856 39.1046 57.2856 38V30C57.2856 28.8954 58.1811 28 59.2856 28H75.2856ZM67.2856 30C65.6288 30.0001 64.2856 31.3161 64.2856 32.9395C64.2857 34.5207 65.9653 36.7527 66.811 37.7764C67.0602 38.078 67.511 38.078 67.7603 37.7764C68.606 36.7528 70.2856 34.5208 70.2856 32.9395C70.2856 31.3161 68.9426 30 67.2856 30ZM67.2856 31.4688C68.114 31.4688 68.7854 32.127 68.7856 32.9385C68.7856 33.7502 68.1141 34.4082 67.2856 34.4082C66.4572 34.4082 65.7856 33.7501 65.7856 32.9385C65.7858 32.127 66.4573 31.4688 67.2856 31.4688Z",
|
|
15
|
+
fill: "url(#paint0_linear_22491_98594)"
|
|
16
|
+
}
|
|
17
|
+
),
|
|
18
|
+
/* @__PURE__ */ C(
|
|
19
|
+
"path",
|
|
20
|
+
{
|
|
21
|
+
d: "M64.2856 15C65.9425 15 67.2856 16.3431 67.2856 18V27H59.2856C57.6288 27 56.2856 28.3431 56.2856 30V38C56.2856 39.6569 57.6288 41 59.2856 41H67.2856V64L51.2856 80H20.2856C18.6288 80 17.2856 78.6569 17.2856 77V74C21.7039 74 25.2856 70.4183 25.2856 66C25.2856 61.5817 21.7039 58 17.2856 58V18C17.2856 16.3431 18.6288 15 20.2856 15H64.2856ZM72.2856 72C72.2856 73.6569 70.9425 75 69.2856 75H57.7856L67.6997 65.0859C68.0747 64.7109 68.2856 64.2022 68.2856 63.6719V41H72.2856V72ZM24.7856 50C23.9572 50 23.2856 50.6716 23.2856 51.5C23.2856 52.3284 23.9572 53 24.7856 53H48.7856C49.6141 53 50.2856 52.3284 50.2856 51.5C50.2856 50.6716 49.6141 50 48.7856 50H24.7856ZM24.7856 44C23.9572 44 23.2856 44.6716 23.2856 45.5C23.2856 46.3284 23.9572 47 24.7856 47H59.7856C60.6141 47 61.2856 46.3284 61.2856 45.5C61.2856 44.6716 60.6141 44 59.7856 44H24.7856ZM24.7856 34C23.9572 34 23.2856 34.6716 23.2856 35.5C23.2856 36.3284 23.9572 37 24.7856 37H40.7856C41.6141 37 42.2856 36.3284 42.2856 35.5C42.2856 34.6716 41.6141 34 40.7856 34H24.7856ZM25.1343 28C24.3059 28 23.6343 28.6716 23.6343 29.5C23.6343 30.3284 24.3059 31 25.1343 31H49.1343C49.9627 31 50.6343 30.3284 50.6343 29.5C50.6343 28.6716 49.9627 28 49.1343 28H25.1343ZM69.2856 10C70.9425 10 72.2856 11.3431 72.2856 13V27H68.2856V18C68.2856 15.7909 66.4948 14 64.2856 14H22.2856V13C22.2856 11.3431 23.6288 10 25.2856 10H69.2856ZM25.2856 21C24.1811 21 23.2856 21.8954 23.2856 23C23.2856 24.1046 24.1811 25 25.2856 25H59.2856C60.3902 25 61.2856 24.1046 61.2856 23C61.2856 21.8954 60.3902 21 59.2856 21H25.2856Z",
|
|
22
|
+
fill: "url(#paint1_linear_22491_98594)"
|
|
23
|
+
}
|
|
24
|
+
),
|
|
25
|
+
/* @__PURE__ */ C(
|
|
26
|
+
"path",
|
|
27
|
+
{
|
|
28
|
+
d: "M17.2856 59C21.1516 59 24.2856 62.134 24.2856 66C24.2856 69.866 21.1516 73 17.2856 73C13.4197 73 10.2856 69.866 10.2856 66C10.2856 62.134 13.4197 59 17.2856 59ZM16.9556 61.625V62.4346C16.2956 62.4879 15.7554 62.6988 15.3354 63.0654C14.9223 63.4321 14.7153 63.9055 14.7153 64.4854C14.7154 64.9452 14.8224 65.3086 15.0356 65.5752C15.2489 65.8418 15.5022 66.0353 15.7954 66.1553C16.0887 66.2753 16.4756 66.3947 16.9556 66.5146V68.4248C16.5023 68.3248 16.2553 68.0347 16.2153 67.5547H14.7153C14.7287 68.1413 14.9387 68.6084 15.3452 68.9551C15.7519 69.2951 16.2889 69.4947 16.9556 69.5547V70.375H17.5952V69.5654C18.0618 69.5321 18.4652 69.4179 18.8052 69.2246C19.1518 69.0246 19.4121 68.7746 19.5854 68.4746C19.7653 68.168 19.8559 67.8417 19.856 67.4951C19.856 67.0352 19.7489 66.675 19.5356 66.415C19.3224 66.1484 19.0691 65.9581 18.7759 65.8447C18.4892 65.7247 18.0952 65.6013 17.5952 65.4746V63.585C17.7883 63.6449 17.9419 63.7481 18.0552 63.8945C18.1751 64.0344 18.2451 64.2014 18.2651 64.3945H19.7759C19.7291 63.8081 19.5121 63.3479 19.1255 63.0146C18.7455 62.6814 18.2351 62.4879 17.5952 62.4346V61.625H16.9556ZM17.5952 66.6953C17.8552 66.782 18.0558 66.8921 18.1958 67.0254C18.3355 67.1586 18.4057 67.335 18.4058 67.5547C18.4058 67.7812 18.3325 67.9748 18.186 68.1348C18.046 68.2948 17.8485 68.3986 17.5952 68.4453V66.6953ZM16.9556 65.2852C16.7022 65.1985 16.5088 65.0884 16.3755 64.9551C16.2422 64.8151 16.1753 64.635 16.1753 64.415C16.1753 64.1685 16.2454 63.9718 16.3853 63.8252C16.5253 63.6785 16.7156 63.588 16.9556 63.5547V65.2852Z",
|
|
29
|
+
fill: "url(#paint2_linear_22491_98594)"
|
|
30
|
+
}
|
|
31
|
+
),
|
|
32
|
+
/* @__PURE__ */ C(
|
|
33
|
+
"path",
|
|
34
|
+
{
|
|
35
|
+
d: "M51.2856 80L51.2856 67C51.2856 65.3432 52.6288 64 54.2856 64L67.2856 64L51.2856 80Z",
|
|
36
|
+
fill: "url(#paint3_linear_22491_98594)"
|
|
37
|
+
}
|
|
38
|
+
),
|
|
39
|
+
/* @__PURE__ */ t("defs", { children: [
|
|
40
|
+
/* @__PURE__ */ t(
|
|
41
|
+
"linearGradient",
|
|
42
|
+
{
|
|
43
|
+
id: "paint0_linear_22491_98594",
|
|
44
|
+
x1: "67.2856",
|
|
45
|
+
y1: "28",
|
|
46
|
+
x2: "67.2856",
|
|
47
|
+
y2: "40",
|
|
48
|
+
gradientUnits: "userSpaceOnUse",
|
|
49
|
+
children: [
|
|
50
|
+
/* @__PURE__ */ C("stop", { stopColor: "#1954DC" }),
|
|
51
|
+
/* @__PURE__ */ C("stop", { offset: "1", stopColor: "#5DABFD" })
|
|
52
|
+
]
|
|
53
|
+
}
|
|
54
|
+
),
|
|
55
|
+
/* @__PURE__ */ t(
|
|
56
|
+
"linearGradient",
|
|
57
|
+
{
|
|
58
|
+
id: "paint1_linear_22491_98594",
|
|
59
|
+
x1: "42.2856",
|
|
60
|
+
y1: "15",
|
|
61
|
+
x2: "42.2856",
|
|
62
|
+
y2: "80",
|
|
63
|
+
gradientUnits: "userSpaceOnUse",
|
|
64
|
+
children: [
|
|
65
|
+
/* @__PURE__ */ C("stop", { stopColor: "#1954DC" }),
|
|
66
|
+
/* @__PURE__ */ C("stop", { offset: "1", stopColor: "#5DABFD" })
|
|
67
|
+
]
|
|
68
|
+
}
|
|
69
|
+
),
|
|
70
|
+
/* @__PURE__ */ t(
|
|
71
|
+
"linearGradient",
|
|
72
|
+
{
|
|
73
|
+
id: "paint2_linear_22491_98594",
|
|
74
|
+
x1: "17.2856",
|
|
75
|
+
y1: "59",
|
|
76
|
+
x2: "17.2856",
|
|
77
|
+
y2: "73",
|
|
78
|
+
gradientUnits: "userSpaceOnUse",
|
|
79
|
+
children: [
|
|
80
|
+
/* @__PURE__ */ C("stop", { stopColor: "#1954DC" }),
|
|
81
|
+
/* @__PURE__ */ C("stop", { offset: "1", stopColor: "#5DABFD" })
|
|
82
|
+
]
|
|
83
|
+
}
|
|
84
|
+
),
|
|
85
|
+
/* @__PURE__ */ t(
|
|
86
|
+
"linearGradient",
|
|
87
|
+
{
|
|
88
|
+
id: "paint3_linear_22491_98594",
|
|
89
|
+
x1: "59.2856",
|
|
90
|
+
y1: "64",
|
|
91
|
+
x2: "59.2856",
|
|
92
|
+
y2: "80",
|
|
93
|
+
gradientUnits: "userSpaceOnUse",
|
|
94
|
+
children: [
|
|
95
|
+
/* @__PURE__ */ C("stop", { stopColor: "#1954DC" }),
|
|
96
|
+
/* @__PURE__ */ C("stop", { offset: "1", stopColor: "#5DABFD" })
|
|
97
|
+
]
|
|
98
|
+
}
|
|
99
|
+
)
|
|
100
|
+
] })
|
|
101
|
+
]
|
|
102
|
+
}
|
|
103
|
+
);
|
|
104
|
+
export {
|
|
105
|
+
e as default
|
|
106
|
+
};
|