@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,279 @@
|
|
|
1
|
+
const f = {
|
|
2
|
+
50: "#fff6ed",
|
|
3
|
+
100: "#ffe9d4",
|
|
4
|
+
200: "#ffd0a8",
|
|
5
|
+
300: "#ffae71",
|
|
6
|
+
400: "#ff7e33",
|
|
7
|
+
500: "#fe5e11",
|
|
8
|
+
600: "#ef4407",
|
|
9
|
+
700: "#c62f08",
|
|
10
|
+
800: "#9d270f",
|
|
11
|
+
900: "#7e2310",
|
|
12
|
+
950: "#440e06"
|
|
13
|
+
}, t = {
|
|
14
|
+
50: "#fef3f2",
|
|
15
|
+
100: "#fee4e2",
|
|
16
|
+
200: "#fecdca",
|
|
17
|
+
300: "#fcaba5",
|
|
18
|
+
400: "#f77b72",
|
|
19
|
+
500: "#ed4337",
|
|
20
|
+
600: "#db3327",
|
|
21
|
+
700: "#b8271d",
|
|
22
|
+
800: "#98241c",
|
|
23
|
+
900: "#7f231d",
|
|
24
|
+
950: "#450e0a"
|
|
25
|
+
}, a = {
|
|
26
|
+
50: "#eff7ff",
|
|
27
|
+
100: "#daebff",
|
|
28
|
+
200: "#bedeff",
|
|
29
|
+
300: "#91c9ff",
|
|
30
|
+
400: "#5dabfd",
|
|
31
|
+
500: "#3789fa",
|
|
32
|
+
600: "#1763ee",
|
|
33
|
+
700: "#1954dc",
|
|
34
|
+
800: "#1b45b2",
|
|
35
|
+
900: "#1c3e8c",
|
|
36
|
+
950: "#162755"
|
|
37
|
+
}, c = {
|
|
38
|
+
50: "#eefff3",
|
|
39
|
+
100: "#d6ffe4",
|
|
40
|
+
200: "#b0ffcb",
|
|
41
|
+
300: "#72ffa4",
|
|
42
|
+
400: "#2efa74",
|
|
43
|
+
500: "#03e451",
|
|
44
|
+
600: "#00bd3f",
|
|
45
|
+
700: "#01a33a",
|
|
46
|
+
800: "#07742e",
|
|
47
|
+
900: "#085f29",
|
|
48
|
+
950: "#003614"
|
|
49
|
+
}, d = {
|
|
50
|
+
50: "#fffdea",
|
|
51
|
+
100: "#fff7c5",
|
|
52
|
+
200: "#ffef85",
|
|
53
|
+
300: "#ffe046",
|
|
54
|
+
400: "#ffce1b",
|
|
55
|
+
500: "#ffad02",
|
|
56
|
+
600: "#e28300",
|
|
57
|
+
700: "#bb5b02",
|
|
58
|
+
800: "#984608",
|
|
59
|
+
900: "#7c390b",
|
|
60
|
+
950: "#481c00"
|
|
61
|
+
}, e = {
|
|
62
|
+
0: "#ffffff",
|
|
63
|
+
50: "#f6f6f6",
|
|
64
|
+
100: "#e7e7e7",
|
|
65
|
+
200: "#d1d1d1",
|
|
66
|
+
300: "#b0b0b0",
|
|
67
|
+
400: "#888888",
|
|
68
|
+
500: "#6d6d6d",
|
|
69
|
+
600: "#5d5d5d",
|
|
70
|
+
700: "#4f4f4f",
|
|
71
|
+
800: "#454545",
|
|
72
|
+
900: "#3d3d3d",
|
|
73
|
+
950: "#171717"
|
|
74
|
+
}, n = {
|
|
75
|
+
default: e[950],
|
|
76
|
+
defaultInverted: e[0],
|
|
77
|
+
overlay: e[0],
|
|
78
|
+
subdued: e[600],
|
|
79
|
+
subduedInverted: e[400],
|
|
80
|
+
placeholder: e[400],
|
|
81
|
+
faded: e[400],
|
|
82
|
+
active: a[700],
|
|
83
|
+
activeInverted: a[200],
|
|
84
|
+
success: c[800],
|
|
85
|
+
successInverted: c[200],
|
|
86
|
+
warning: d[800],
|
|
87
|
+
warningInverted: d[100],
|
|
88
|
+
alert: t[700],
|
|
89
|
+
alertInverted: t[200],
|
|
90
|
+
disabled: e[500],
|
|
91
|
+
disabledInverted: e[100],
|
|
92
|
+
firstPartyMessage: e[0],
|
|
93
|
+
secondPartyMessage: a[700],
|
|
94
|
+
visualPlaceholderDefault: f[700]
|
|
95
|
+
}, o = Object.keys(n), u = Object.entries(n).reduce((r, [s]) => (r[s] = `text-glyph-${s}`, r), {}), i = {
|
|
96
|
+
default: a[600],
|
|
97
|
+
hover: a[700],
|
|
98
|
+
active: a[800],
|
|
99
|
+
disabled: e[600]
|
|
100
|
+
}, v = Object.entries(i).reduce(
|
|
101
|
+
(r, [s]) => (r[s] = `text-linkColors-${s}`, r),
|
|
102
|
+
{}
|
|
103
|
+
), l = {
|
|
104
|
+
default: e[0],
|
|
105
|
+
defaultInverted: e[950],
|
|
106
|
+
subdued: e[50],
|
|
107
|
+
subduedInverted: e[900],
|
|
108
|
+
active: a[100],
|
|
109
|
+
activeInverted: a[700],
|
|
110
|
+
success: c[100],
|
|
111
|
+
successInverted: c[800],
|
|
112
|
+
warning: d[100],
|
|
113
|
+
warningInverted: d[800],
|
|
114
|
+
alert: t[200],
|
|
115
|
+
alertInverted: t[700],
|
|
116
|
+
badge: t[500],
|
|
117
|
+
disabled: e[100],
|
|
118
|
+
disabledInverted: e[600],
|
|
119
|
+
disabledActive: a[200],
|
|
120
|
+
visualPlaceholderDefault: f[100],
|
|
121
|
+
firstPartyMessage: a[700],
|
|
122
|
+
secondPartyMessage: a[200]
|
|
123
|
+
}, b = Object.keys(n), h = Object.entries(n).reduce((r, [s]) => (r[s] = `bg-surface-${s}`, r), {}), g = {
|
|
124
|
+
none: "transparent",
|
|
125
|
+
default: e[300],
|
|
126
|
+
active: a[700],
|
|
127
|
+
divider: e[200],
|
|
128
|
+
warning: d[800],
|
|
129
|
+
alert: t[700],
|
|
130
|
+
defaultInverted: e[800],
|
|
131
|
+
subdued: e[200],
|
|
132
|
+
subduedDashed: e[200],
|
|
133
|
+
disabled: e[200],
|
|
134
|
+
outline: e[100],
|
|
135
|
+
success: c[800]
|
|
136
|
+
}, y = {
|
|
137
|
+
active: a[200],
|
|
138
|
+
warning: d[100],
|
|
139
|
+
destructive: t[100],
|
|
140
|
+
alert: t[200]
|
|
141
|
+
}, p = {
|
|
142
|
+
success: c[600],
|
|
143
|
+
warning: d[400],
|
|
144
|
+
caution: f[400],
|
|
145
|
+
alert: t[500],
|
|
146
|
+
trackDefault: e[100],
|
|
147
|
+
trackInverted: e[900],
|
|
148
|
+
trackActive: a[200]
|
|
149
|
+
}, I = {
|
|
150
|
+
disabled: e[600],
|
|
151
|
+
primary: e[0],
|
|
152
|
+
secondary: {
|
|
153
|
+
affirmative: {
|
|
154
|
+
default: a[700]
|
|
155
|
+
},
|
|
156
|
+
destructive: {
|
|
157
|
+
default: t[600],
|
|
158
|
+
hover: t[700],
|
|
159
|
+
active: t[800]
|
|
160
|
+
},
|
|
161
|
+
warning: {
|
|
162
|
+
default: d[800],
|
|
163
|
+
hover: d[900],
|
|
164
|
+
active: d[950]
|
|
165
|
+
}
|
|
166
|
+
},
|
|
167
|
+
tertiary: {
|
|
168
|
+
affirmative: {
|
|
169
|
+
default: a[700]
|
|
170
|
+
},
|
|
171
|
+
destructive: {
|
|
172
|
+
default: t[600],
|
|
173
|
+
hover: t[700],
|
|
174
|
+
active: t[800]
|
|
175
|
+
}
|
|
176
|
+
},
|
|
177
|
+
warning: {
|
|
178
|
+
default: d[800],
|
|
179
|
+
hover: d[900],
|
|
180
|
+
active: d[950]
|
|
181
|
+
},
|
|
182
|
+
dark: {
|
|
183
|
+
default: f[400],
|
|
184
|
+
hover: f[300],
|
|
185
|
+
active: f[200]
|
|
186
|
+
}
|
|
187
|
+
}, C = {
|
|
188
|
+
disabled: e[200],
|
|
189
|
+
secondary: {
|
|
190
|
+
affirmative: {
|
|
191
|
+
default: a[600]
|
|
192
|
+
},
|
|
193
|
+
destructive: {
|
|
194
|
+
default: t[600]
|
|
195
|
+
},
|
|
196
|
+
warning: {
|
|
197
|
+
default: d[800]
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
}, w = {
|
|
201
|
+
primary: {
|
|
202
|
+
disabled: e[100],
|
|
203
|
+
affirmative: {
|
|
204
|
+
default: a[600],
|
|
205
|
+
hover: a[700],
|
|
206
|
+
active: a[800]
|
|
207
|
+
},
|
|
208
|
+
destructive: {
|
|
209
|
+
default: t[600],
|
|
210
|
+
hover: t[700],
|
|
211
|
+
active: t[800]
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
secondary: {
|
|
215
|
+
warning: {
|
|
216
|
+
hover: d[200],
|
|
217
|
+
active: d[300]
|
|
218
|
+
},
|
|
219
|
+
affirmative: {
|
|
220
|
+
hover: a[100],
|
|
221
|
+
active: a[200]
|
|
222
|
+
},
|
|
223
|
+
destructive: {
|
|
224
|
+
hover: t[100],
|
|
225
|
+
active: t[200]
|
|
226
|
+
}
|
|
227
|
+
},
|
|
228
|
+
tertiary: {
|
|
229
|
+
affirmative: {
|
|
230
|
+
hover: a[100],
|
|
231
|
+
active: a[200]
|
|
232
|
+
},
|
|
233
|
+
warning: {
|
|
234
|
+
hover: d[200],
|
|
235
|
+
active: d[300]
|
|
236
|
+
},
|
|
237
|
+
destructive: {
|
|
238
|
+
hover: t[100],
|
|
239
|
+
active: t[200]
|
|
240
|
+
},
|
|
241
|
+
dark: {
|
|
242
|
+
hover: e[900],
|
|
243
|
+
active: e[800]
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
}, m = {
|
|
247
|
+
hue1: "#00BD3F",
|
|
248
|
+
hue2: "#FFCE1B",
|
|
249
|
+
hue3: "#FF7E33",
|
|
250
|
+
hue4: "#ED4337",
|
|
251
|
+
shade1: "#1C3E8C",
|
|
252
|
+
shade2: "#1954DC",
|
|
253
|
+
shade3: "#3789FA",
|
|
254
|
+
shade4: "#5DABFD",
|
|
255
|
+
shade5: "#91C9FF"
|
|
256
|
+
};
|
|
257
|
+
export {
|
|
258
|
+
c as apple,
|
|
259
|
+
a as blueRibbon,
|
|
260
|
+
g as borderColor,
|
|
261
|
+
C as buttonBorder,
|
|
262
|
+
I as buttonGlyph,
|
|
263
|
+
w as buttonSurface,
|
|
264
|
+
t as cinnabar,
|
|
265
|
+
f as crusta,
|
|
266
|
+
m as dataVizColors,
|
|
267
|
+
n as glyph,
|
|
268
|
+
u as glyphClassesMap,
|
|
269
|
+
o as glyphColorsKeys,
|
|
270
|
+
v as linkColorClassesMap,
|
|
271
|
+
i as linkColors,
|
|
272
|
+
p as progressBar,
|
|
273
|
+
y as shadow,
|
|
274
|
+
d as sun,
|
|
275
|
+
l as surface,
|
|
276
|
+
h as surfaceClassesMap,
|
|
277
|
+
b as surfaceColorsKeys,
|
|
278
|
+
e as woodsmoke
|
|
279
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function Colors(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { jsxs as a, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { crusta as r, cinnabar as m, blueRibbon as t, apple as o, sun as v, woodsmoke as h } from "./colormap.js";
|
|
3
|
+
import { c as l } from "../../../index-fN7hCOo3.js";
|
|
4
|
+
const N = Object.entries(r), b = Object.entries(m), u = Object.entries(t), p = Object.entries(o), g = Object.entries(v), x = Object.entries(h), d = "w-8 h-8 m-1", c = "text-xs justify-center align-middle text-center", n = "flex flex-row align-middle justify-center text-center";
|
|
5
|
+
function V() {
|
|
6
|
+
return /* @__PURE__ */ a("div", { className: "flex flex-col m-2", children: [
|
|
7
|
+
/* @__PURE__ */ a("div", { className: n, children: [
|
|
8
|
+
/* @__PURE__ */ e("div", { className: c, children: "crusta" }),
|
|
9
|
+
N.map(([s, i]) => /* @__PURE__ */ a("div", { children: [
|
|
10
|
+
/* @__PURE__ */ e(
|
|
11
|
+
"div",
|
|
12
|
+
{
|
|
13
|
+
className: l(d, `rounded-lg bg-[${i}]`)
|
|
14
|
+
},
|
|
15
|
+
s
|
|
16
|
+
),
|
|
17
|
+
/* @__PURE__ */ e("div", { className: c, children: s })
|
|
18
|
+
] }))
|
|
19
|
+
] }),
|
|
20
|
+
/* @__PURE__ */ a("div", { className: n, children: [
|
|
21
|
+
/* @__PURE__ */ e("div", { className: c, children: "cinnabar" }),
|
|
22
|
+
b.map(([s, i]) => /* @__PURE__ */ a("div", { children: [
|
|
23
|
+
/* @__PURE__ */ e(
|
|
24
|
+
"div",
|
|
25
|
+
{
|
|
26
|
+
className: l(d, `rounded-lg bg-[${i}]`)
|
|
27
|
+
},
|
|
28
|
+
s
|
|
29
|
+
),
|
|
30
|
+
/* @__PURE__ */ e("div", { className: c, children: s })
|
|
31
|
+
] }))
|
|
32
|
+
] }),
|
|
33
|
+
/* @__PURE__ */ a("div", { className: n, children: [
|
|
34
|
+
/* @__PURE__ */ e("div", { className: c, children: "blue_ribbon" }),
|
|
35
|
+
u.map(([s, i]) => /* @__PURE__ */ a("div", { children: [
|
|
36
|
+
/* @__PURE__ */ e(
|
|
37
|
+
"div",
|
|
38
|
+
{
|
|
39
|
+
className: l(d, `rounded-lg bg-[${i}]`)
|
|
40
|
+
},
|
|
41
|
+
s
|
|
42
|
+
),
|
|
43
|
+
/* @__PURE__ */ e("div", { className: c, children: s })
|
|
44
|
+
] }))
|
|
45
|
+
] }),
|
|
46
|
+
/* @__PURE__ */ a("div", { className: n, children: [
|
|
47
|
+
/* @__PURE__ */ e("div", { className: c, children: "apple" }),
|
|
48
|
+
p.map(([s, i]) => /* @__PURE__ */ a("div", { children: [
|
|
49
|
+
/* @__PURE__ */ e(
|
|
50
|
+
"div",
|
|
51
|
+
{
|
|
52
|
+
className: l(d, `rounded-lg bg-[${i}]`)
|
|
53
|
+
},
|
|
54
|
+
s
|
|
55
|
+
),
|
|
56
|
+
/* @__PURE__ */ e("div", { className: c, children: s })
|
|
57
|
+
] }))
|
|
58
|
+
] }),
|
|
59
|
+
/* @__PURE__ */ a("div", { className: n, children: [
|
|
60
|
+
/* @__PURE__ */ e("div", { className: c, children: "sun" }),
|
|
61
|
+
g.map(([s, i]) => /* @__PURE__ */ a("div", { children: [
|
|
62
|
+
/* @__PURE__ */ e(
|
|
63
|
+
"div",
|
|
64
|
+
{
|
|
65
|
+
className: l(d, `rounded-lg bg-[${i}]`)
|
|
66
|
+
},
|
|
67
|
+
s
|
|
68
|
+
),
|
|
69
|
+
/* @__PURE__ */ e("div", { className: c, children: s })
|
|
70
|
+
] }))
|
|
71
|
+
] }),
|
|
72
|
+
/* @__PURE__ */ a("div", { className: n, children: [
|
|
73
|
+
/* @__PURE__ */ e("div", { className: c, children: "woodmoke" }),
|
|
74
|
+
x.map(([s, i]) => /* @__PURE__ */ a("div", { children: [
|
|
75
|
+
/* @__PURE__ */ e(
|
|
76
|
+
"div",
|
|
77
|
+
{
|
|
78
|
+
className: l(d, `rounded-lg bg-[${i}]`)
|
|
79
|
+
},
|
|
80
|
+
s
|
|
81
|
+
),
|
|
82
|
+
/* @__PURE__ */ e("div", { className: c, children: s })
|
|
83
|
+
] }))
|
|
84
|
+
] })
|
|
85
|
+
] });
|
|
86
|
+
}
|
|
87
|
+
export {
|
|
88
|
+
V as Colors
|
|
89
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Colors as r } from "./colors.js";
|
|
2
|
+
import { apple as l, blueRibbon as e, borderColor as p, buttonBorder as t, buttonGlyph as u, buttonSurface as C, cinnabar as n, crusta as b, dataVizColors as c, glyph as f, glyphClassesMap as y, glyphColorsKeys as d, linkColorClassesMap as h, linkColors as i, progressBar as g, shadow as k, sun as m, surface as M, surfaceClassesMap as w, surfaceColorsKeys as x, woodsmoke as B } from "./colormap.js";
|
|
3
|
+
export {
|
|
4
|
+
r as Colors,
|
|
5
|
+
l as apple,
|
|
6
|
+
e as blueRibbon,
|
|
7
|
+
p as borderColor,
|
|
8
|
+
t as buttonBorder,
|
|
9
|
+
u as buttonGlyph,
|
|
10
|
+
C as buttonSurface,
|
|
11
|
+
n as cinnabar,
|
|
12
|
+
b as crusta,
|
|
13
|
+
c as dataVizColors,
|
|
14
|
+
f as glyph,
|
|
15
|
+
y as glyphClassesMap,
|
|
16
|
+
d as glyphColorsKeys,
|
|
17
|
+
h as linkColorClassesMap,
|
|
18
|
+
i as linkColors,
|
|
19
|
+
g as progressBar,
|
|
20
|
+
k as shadow,
|
|
21
|
+
m as sun,
|
|
22
|
+
M as surface,
|
|
23
|
+
w as surfaceClassesMap,
|
|
24
|
+
x as surfaceColorsKeys,
|
|
25
|
+
B as woodsmoke
|
|
26
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const DashedLineSVG: () => JSX.Element;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
const s = () => /* @__PURE__ */ r("svg", { viewBox: "0 0 0% 100%", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ r(
|
|
3
|
+
"line",
|
|
4
|
+
{
|
|
5
|
+
x1: "0",
|
|
6
|
+
y1: "0",
|
|
7
|
+
x2: "100%",
|
|
8
|
+
y2: "0",
|
|
9
|
+
stroke: "#d1d1d1",
|
|
10
|
+
strokeWidth: "1",
|
|
11
|
+
strokeDasharray: "4, 2",
|
|
12
|
+
strokeLinecap: "square"
|
|
13
|
+
}
|
|
14
|
+
) });
|
|
15
|
+
export {
|
|
16
|
+
s as DashedLineSVG
|
|
17
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { DashedLineSVG } from './DashedLineSVG';
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
export declare const padding: {
|
|
2
|
+
none: string;
|
|
3
|
+
xxs: string;
|
|
4
|
+
xs: string;
|
|
5
|
+
sm: string;
|
|
6
|
+
md: string;
|
|
7
|
+
lg: string;
|
|
8
|
+
xl: string;
|
|
9
|
+
xxl: string;
|
|
10
|
+
'3xl': string;
|
|
11
|
+
};
|
|
12
|
+
export declare const spacer: {
|
|
13
|
+
none: string;
|
|
14
|
+
'3xs': string;
|
|
15
|
+
xxs: string;
|
|
16
|
+
xs: string;
|
|
17
|
+
sm: string;
|
|
18
|
+
md: string;
|
|
19
|
+
lg: string;
|
|
20
|
+
xl: string;
|
|
21
|
+
xxl: string;
|
|
22
|
+
'3xl': string;
|
|
23
|
+
};
|
|
24
|
+
export declare const gap: {
|
|
25
|
+
none: string;
|
|
26
|
+
xxs: string;
|
|
27
|
+
xs: string;
|
|
28
|
+
sm: string;
|
|
29
|
+
md: string;
|
|
30
|
+
lg: string;
|
|
31
|
+
xl: string;
|
|
32
|
+
xxl: string;
|
|
33
|
+
'3xl': string;
|
|
34
|
+
};
|
|
35
|
+
export declare const rounded: {
|
|
36
|
+
none: string;
|
|
37
|
+
xxs: string;
|
|
38
|
+
xs: string;
|
|
39
|
+
sm: string;
|
|
40
|
+
DEFAULT: string;
|
|
41
|
+
lg: string;
|
|
42
|
+
xl: string;
|
|
43
|
+
xxl: string;
|
|
44
|
+
'3xl': string;
|
|
45
|
+
full: string;
|
|
46
|
+
};
|
|
47
|
+
export declare const border: {
|
|
48
|
+
base: string;
|
|
49
|
+
none: string;
|
|
50
|
+
default: string;
|
|
51
|
+
subdued: string;
|
|
52
|
+
subduedDashed: string;
|
|
53
|
+
warning: string;
|
|
54
|
+
error: string;
|
|
55
|
+
disabled: string;
|
|
56
|
+
};
|
|
57
|
+
export declare const outlinedBorder: {
|
|
58
|
+
base: string;
|
|
59
|
+
none: string;
|
|
60
|
+
default: string;
|
|
61
|
+
active: string;
|
|
62
|
+
warning: string;
|
|
63
|
+
error: string;
|
|
64
|
+
disabled: string;
|
|
65
|
+
};
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
const o = {
|
|
2
|
+
none: "0",
|
|
3
|
+
xxs: "0.25rem",
|
|
4
|
+
xs: "0.5rem",
|
|
5
|
+
sm: "0.75rem",
|
|
6
|
+
md: "1rem",
|
|
7
|
+
//10px
|
|
8
|
+
lg: "1.25rem",
|
|
9
|
+
xl: "1.5rem",
|
|
10
|
+
xxl: "2rem",
|
|
11
|
+
"3xl": "2.5rem"
|
|
12
|
+
}, d = {
|
|
13
|
+
none: "0",
|
|
14
|
+
"3xs": "0.1rem",
|
|
15
|
+
xxs: "0.25rem",
|
|
16
|
+
xs: "0.5rem",
|
|
17
|
+
sm: "0.75rem",
|
|
18
|
+
md: "1rem",
|
|
19
|
+
//10px
|
|
20
|
+
lg: "1.25rem",
|
|
21
|
+
xl: "1.5rem",
|
|
22
|
+
xxl: "2rem",
|
|
23
|
+
"3xl": "2.5rem"
|
|
24
|
+
}, n = {
|
|
25
|
+
none: "0",
|
|
26
|
+
xxs: "0.25rem",
|
|
27
|
+
xs: "0.5rem",
|
|
28
|
+
sm: "0.75rem",
|
|
29
|
+
md: "1rem",
|
|
30
|
+
//10px
|
|
31
|
+
lg: "1.25rem",
|
|
32
|
+
xl: "1.5rem",
|
|
33
|
+
xxl: "2rem",
|
|
34
|
+
"3xl": "2.5rem"
|
|
35
|
+
}, l = {
|
|
36
|
+
none: "0",
|
|
37
|
+
xxs: "0.125rem",
|
|
38
|
+
xs: "0.25rem",
|
|
39
|
+
sm: "0.375rem",
|
|
40
|
+
DEFAULT: "0.5rem",
|
|
41
|
+
// 5px
|
|
42
|
+
lg: "0.75rem",
|
|
43
|
+
xl: "1rem",
|
|
44
|
+
xxl: "1.25rem",
|
|
45
|
+
"3xl": "1.5rem",
|
|
46
|
+
full: "100%"
|
|
47
|
+
}, r = "border outline-none ring-0", m = {
|
|
48
|
+
base: r,
|
|
49
|
+
none: "border-none",
|
|
50
|
+
default: `${r} border-bcolor-default`,
|
|
51
|
+
subdued: `${r} border-bcolor-subdued`,
|
|
52
|
+
subduedDashed: `${r} border-dashed border-bcolor-subduedDashed`,
|
|
53
|
+
warning: `${r} border-bcolor-warning`,
|
|
54
|
+
error: `${r} border-bcolor-alert`,
|
|
55
|
+
disabled: `${r} border-bcolor-disabled`
|
|
56
|
+
}, e = "border rounded outline-none", b = {
|
|
57
|
+
base: e,
|
|
58
|
+
none: "border-none ring-0 outline-none",
|
|
59
|
+
default: `${e} border-bcolor-default ring-0`,
|
|
60
|
+
active: `${e} border-bcolor-active ring ring-shadow-active border-[0.15rem]`,
|
|
61
|
+
warning: `${e} border-bcolor-warning ring ring-shadow-warning border-[0.15rem]`,
|
|
62
|
+
error: `${e} border-bcolor-alert ring ring-shadow-alert border-[0.15rem]`,
|
|
63
|
+
disabled: `${e} border-bcolor-disabled ring-0`
|
|
64
|
+
};
|
|
65
|
+
export {
|
|
66
|
+
m as border,
|
|
67
|
+
n as gap,
|
|
68
|
+
b as outlinedBorder,
|
|
69
|
+
o as padding,
|
|
70
|
+
l as rounded,
|
|
71
|
+
d as spacer
|
|
72
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { border, outlinedBorder, spacer, padding, rounded, gap, } from './defaults';
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import { glyphClassesMap as r, surfaceClassesMap as e, linkColorClassesMap as s, progressBar as o, linkColors as m, buttonSurface as t, buttonGlyph as a, shadow as n, buttonBorder as l, borderColor as d, surface as i, glyph as c } from "../colors/colormap.js";
|
|
2
|
+
import { rounded as p, spacer as u } from "../defaults/defaults.js";
|
|
3
|
+
const g = [
|
|
4
|
+
...Object.values(r),
|
|
5
|
+
...Object.values(e),
|
|
6
|
+
...Object.values(s)
|
|
7
|
+
], x = {
|
|
8
|
+
content: ["./src/**/*.{js,ts,jsx,tsx}", "./lib/**/*.{js,ts,jsx,tsx}"],
|
|
9
|
+
safelist: g,
|
|
10
|
+
theme: {
|
|
11
|
+
extend: {
|
|
12
|
+
colors: {
|
|
13
|
+
border: "hsl(var(--border))",
|
|
14
|
+
background: "hsl(var(--background))",
|
|
15
|
+
foreground: "hsl(var(--foreground))",
|
|
16
|
+
card: {
|
|
17
|
+
DEFAULT: "hsl(var(--card))",
|
|
18
|
+
foreground: "hsl(var(--card-foreground))"
|
|
19
|
+
},
|
|
20
|
+
glyph: {
|
|
21
|
+
...c
|
|
22
|
+
},
|
|
23
|
+
surface: {
|
|
24
|
+
...i
|
|
25
|
+
},
|
|
26
|
+
bcolor: {
|
|
27
|
+
...d
|
|
28
|
+
},
|
|
29
|
+
buttonBorder: { ...l },
|
|
30
|
+
shadow: {
|
|
31
|
+
...n
|
|
32
|
+
},
|
|
33
|
+
buttonGlyph: {
|
|
34
|
+
...a
|
|
35
|
+
},
|
|
36
|
+
buttonSurface: {
|
|
37
|
+
...t
|
|
38
|
+
},
|
|
39
|
+
linkColors: {
|
|
40
|
+
...m
|
|
41
|
+
},
|
|
42
|
+
progressBar: {
|
|
43
|
+
...o
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
// spacing provides values for padding, margin and gap. For example you can use p-sm or mx-lg ot gap-y-xxs. Any variation of it.
|
|
47
|
+
spacing: {
|
|
48
|
+
...u
|
|
49
|
+
},
|
|
50
|
+
borderRadius: {
|
|
51
|
+
...p
|
|
52
|
+
},
|
|
53
|
+
borderWidth: {
|
|
54
|
+
DEFAULT: "0.1rem",
|
|
55
|
+
0: "0rem",
|
|
56
|
+
2: "0.2rem",
|
|
57
|
+
3: "0.3rem",
|
|
58
|
+
4: "0.4rem",
|
|
59
|
+
8: "0.8rem"
|
|
60
|
+
},
|
|
61
|
+
outlineWidth: {
|
|
62
|
+
0: "0rem",
|
|
63
|
+
1: "0.1rem",
|
|
64
|
+
2: "0.2rem",
|
|
65
|
+
3: "0.3rem",
|
|
66
|
+
4: "0.4rem",
|
|
67
|
+
8: "0.8rem"
|
|
68
|
+
},
|
|
69
|
+
ringOffsetWidth: {
|
|
70
|
+
0: "0rem",
|
|
71
|
+
1: "0.1rem",
|
|
72
|
+
2: "0.2rem",
|
|
73
|
+
3: "0.3rem",
|
|
74
|
+
4: "0.4rem",
|
|
75
|
+
8: "0.8rem"
|
|
76
|
+
},
|
|
77
|
+
ringWidth: {
|
|
78
|
+
DEFAULT: "0.3rem",
|
|
79
|
+
0: "0rem",
|
|
80
|
+
1: "0.1rem",
|
|
81
|
+
2: "0.2rem",
|
|
82
|
+
3: "0.3rem",
|
|
83
|
+
4: "0.4rem",
|
|
84
|
+
8: "0.8rem"
|
|
85
|
+
},
|
|
86
|
+
boxShadow: {
|
|
87
|
+
active: "0rem 0rem 0rem 0.25rem #BEDEFF",
|
|
88
|
+
success: "0rem 0rem 0rem 0.25rem #B0FFCB",
|
|
89
|
+
container: "0rem 0rem 1rem 0rem #B0B0B0"
|
|
90
|
+
},
|
|
91
|
+
transitionProperty: {
|
|
92
|
+
height: "height",
|
|
93
|
+
spacing: "margin, padding"
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
screens: {
|
|
97
|
+
xs: "480px",
|
|
98
|
+
sm: "640px",
|
|
99
|
+
md: "768px",
|
|
100
|
+
lg: "1024px",
|
|
101
|
+
xl: "1280px",
|
|
102
|
+
"2xl": "1536px"
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
plugins: []
|
|
106
|
+
};
|
|
107
|
+
export {
|
|
108
|
+
x as tailwindConfig
|
|
109
|
+
};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const toolTipStyles = "data-[state=delayed-open]:data-[side=top]:animate-slideDownAndFade data-[state=instant-open]:data-[side=right]:animate-slideLeftAndFade data-[state=delayed-open]:data-[side=left]:animate-slideRightAndFade data-[state=delayed-open]:data-[side=bottom]:animate-slideUpAndFade bg-surface-subduedInverted rounded-[0.25rem] will-change-[transform,opacity]";
|
|
2
|
+
export declare const tooltipArrowStyles = "fill-surface-subduedInverted";
|