@salutejs/plasma-new-hope 0.339.0-canary.2297.18772323112.0 → 0.339.0-canary.2297.18867427938.0
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/cjs/components/Attach/Attach.css +68 -24
- package/cjs/components/Attach/Attach.js +177 -32
- package/cjs/components/Attach/Attach.js.map +1 -1
- package/cjs/components/Attach/Attach.styles.js +46 -5
- package/cjs/components/Attach/Attach.styles.js.map +1 -1
- package/cjs/components/Attach/Attach.styles_17eum4v.css +8 -0
- package/cjs/components/Attach/Attach.tokens.js +21 -6
- package/cjs/components/Attach/Attach.tokens.js.map +1 -1
- package/cjs/components/Attach/components/AttachButton/AttachButton.css +82 -15
- package/cjs/components/Attach/components/AttachButton/AttachButton.js.map +1 -1
- package/cjs/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.css +105 -0
- package/cjs/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.js +29 -0
- package/cjs/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.js.map +1 -0
- package/cjs/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.styles.js +21 -0
- package/cjs/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.styles.js.map +1 -0
- package/cjs/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.styles_3t6n6e.css +2 -0
- package/cjs/components/Attach/ui/Cell/Cell.css +60 -0
- package/cjs/components/Attach/ui/Cell/Cell.js +46 -0
- package/cjs/components/Attach/ui/Cell/Cell.js.map +1 -0
- package/cjs/components/Attach/ui/Cell/Cell.styles.js +1 -1
- package/{es/components/Attach/ui/Cell/Cell.styles_69w962.css → cjs/components/Attach/ui/Cell/Cell.styles_lpj30y.css} +1 -1
- package/cjs/components/Attach/ui/Dropdown/Dropdown.css +100 -0
- package/cjs/components/Attach/ui/Dropdown/Dropdown.js +69 -0
- package/cjs/components/Attach/ui/Dropdown/Dropdown.js.map +1 -0
- package/cjs/components/Attach/ui/Dropdown/Dropdown.styles.js +22 -0
- package/cjs/components/Attach/ui/Dropdown/Dropdown.styles.js.map +1 -0
- package/cjs/components/Attach/ui/Dropdown/Dropdown.styles_1ge65dg.css +1 -0
- package/cjs/components/Attach/ui/MoreTrigger/MoreTrigger.css +3 -0
- package/cjs/components/Attach/ui/MoreTrigger/MoreTrigger.js +23 -0
- package/cjs/components/Attach/ui/MoreTrigger/MoreTrigger.js.map +1 -0
- package/cjs/components/Attach/ui/MoreTrigger/MoreTrigger.styles.js +15 -0
- package/cjs/components/Attach/ui/MoreTrigger/MoreTrigger.styles.js.map +1 -0
- package/cjs/components/Attach/ui/MoreTrigger/MoreTrigger.styles_5yseaa.css +1 -0
- package/cjs/components/Attach/utils/getFilenameParts.js +21 -0
- package/cjs/components/Attach/utils/getFilenameParts.js.map +1 -0
- package/cjs/components/Attach/variations/_size/base.js +1 -1
- package/cjs/components/Attach/variations/_size/base.js.map +1 -1
- package/cjs/components/Attach/variations/_size/base_1x0gzlt.css +1 -0
- package/cjs/components/Attach/variations/_view/base.js +1 -1
- package/cjs/components/Attach/variations/_view/base_d9xz7t.css +1 -0
- package/cjs/components/Calendar/Calendar.tokens.js +24 -1
- package/cjs/components/Calendar/Calendar.tokens.js.map +1 -1
- package/cjs/components/Calendar/Calendar.types.js.map +1 -1
- package/cjs/components/Calendar/CalendarBase/CalendarBase.css +18 -4
- package/cjs/components/Calendar/CalendarBase/CalendarBase.js +48 -5
- package/cjs/components/Calendar/CalendarBase/CalendarBase.js.map +1 -1
- package/cjs/components/Calendar/CalendarBase/variations/_tooltip-size/base.js +9 -0
- package/cjs/components/Calendar/CalendarBase/variations/_tooltip-size/base.js.map +1 -0
- package/cjs/components/Calendar/CalendarBase/variations/_tooltip-size/base_x642ct.css +1 -0
- package/cjs/components/Calendar/CalendarDouble/CalendarDouble.css +18 -4
- package/cjs/components/Calendar/CalendarDouble/CalendarDouble.js +61 -11
- package/cjs/components/Calendar/CalendarDouble/CalendarDouble.js.map +1 -1
- package/cjs/components/Calendar/CalendarDouble/variations/_size/base.js +9 -0
- package/cjs/components/Calendar/CalendarDouble/variations/_size/base.js.map +1 -0
- package/cjs/components/Calendar/CalendarDouble/variations/_size/base_x642ct.css +1 -0
- package/cjs/components/Calendar/CalendarDouble/variations/_tooltip-size/base.js +9 -0
- package/cjs/components/Calendar/CalendarDouble/variations/_tooltip-size/base.js.map +1 -0
- package/cjs/components/Calendar/CalendarDouble/variations/_tooltip-size/base_x642ct.css +1 -0
- package/cjs/components/Calendar/hooks/useKeyNavigation.js +3 -0
- package/cjs/components/Calendar/hooks/useKeyNavigation.js.map +1 -1
- package/cjs/components/Calendar/ui/CalendarDays/CalendarDays.css +4 -4
- package/cjs/components/Calendar/ui/CalendarDays/CalendarDays.js +5 -1
- package/cjs/components/Calendar/ui/CalendarDays/CalendarDays.js.map +1 -1
- package/cjs/components/Calendar/ui/CalendarMonths/CalendarMonths.css +4 -4
- package/cjs/components/Calendar/ui/CalendarMonths/CalendarMonths.js +5 -1
- package/cjs/components/Calendar/ui/CalendarMonths/CalendarMonths.js.map +1 -1
- package/cjs/components/Calendar/ui/CalendarQuarters/CalendarQuarters.css +4 -4
- package/cjs/components/Calendar/ui/CalendarQuarters/CalendarQuarters.js +5 -1
- package/cjs/components/Calendar/ui/CalendarQuarters/CalendarQuarters.js.map +1 -1
- package/cjs/components/Calendar/ui/CalendarYears/CalendarYears.css +4 -4
- package/cjs/components/Calendar/ui/CalendarYears/CalendarYears.js +5 -1
- package/cjs/components/Calendar/ui/CalendarYears/CalendarYears.js.map +1 -1
- package/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.css +4 -4
- package/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.js +23 -6
- package/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.js.map +1 -1
- package/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +3 -3
- package/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js.map +1 -1
- package/cjs/components/Calendar/ui/DateStructureItem/{DateStructureItem.styles_z3dhwf.css → DateStructureItem.styles_1jogt74.css} +1 -1
- package/cjs/components/Calendar/ui/EventTooltip/EventTooltip.styles.js +22 -0
- package/cjs/components/Calendar/ui/EventTooltip/EventTooltip.styles.js.map +1 -0
- package/cjs/components/Calendar/ui/EventTooltip/EventTooltip.styles_dh6nzd.css +1 -0
- package/cjs/components/Combobox/ComboboxNew/Combobox.js +10 -0
- package/cjs/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
- package/cjs/components/DatePicker/DatePicker.tokens.js +24 -1
- package/cjs/components/DatePicker/DatePicker.tokens.js.map +1 -1
- package/cjs/components/DatePicker/DatePickerBase.styles.js +1 -1
- package/cjs/components/DatePicker/DatePickerBase.styles.js.map +1 -1
- package/cjs/components/DatePicker/{DatePickerBase.styles_6x4unn.css → DatePickerBase.styles_1rfomby.css} +1 -1
- package/cjs/components/DatePicker/RangeDate/RangeDate.css +15 -13
- package/cjs/components/DatePicker/RangeDate/RangeDate.js +15 -6
- package/cjs/components/DatePicker/RangeDate/RangeDate.js.map +1 -1
- package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +13 -11
- package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +3 -0
- package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js.map +1 -1
- package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles.js +1 -1
- package/cjs/components/DatePicker/RangeDate/RangeDatePopover/{RangeDatePopover.styles_1wt56uj.css → RangeDatePopover.styles_k6m3t6.css} +2 -2
- package/cjs/components/DatePicker/RangeDate/variations/_tooltip-size/base.js +9 -0
- package/cjs/components/DatePicker/RangeDate/variations/_tooltip-size/base.js.map +1 -0
- package/cjs/components/DatePicker/RangeDate/variations/_tooltip-size/base_x642ct.css +1 -0
- package/cjs/components/DatePicker/SingleDate/SingleDate.css +8 -6
- package/cjs/components/DatePicker/SingleDate/SingleDate.js +15 -12
- package/cjs/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
- package/cjs/components/DatePicker/SingleDate/variations/_tooltip-size/base.js +9 -0
- package/cjs/components/DatePicker/SingleDate/variations/_tooltip-size/base.js.map +1 -0
- package/cjs/components/DatePicker/SingleDate/variations/_tooltip-size/base_x642ct.css +1 -0
- package/cjs/components/Popover/Popover.js +1 -0
- package/cjs/components/Popover/Popover.js.map +1 -1
- package/cjs/components/Tabs/ui/horizontal/HorizontalIconTabItem/HorizontalIconTabItem.css +3 -3
- package/cjs/components/Tabs/ui/horizontal/HorizontalIconTabItem/HorizontalIconTabItem.styles.js +1 -1
- package/cjs/components/Tabs/ui/horizontal/HorizontalIconTabItem/HorizontalIconTabItem.styles.js.map +1 -1
- package/cjs/components/Tabs/ui/horizontal/HorizontalIconTabItem/{HorizontalIconTabItem.styles_bv5xdd.css → HorizontalIconTabItem.styles_72iooa.css} +1 -1
- package/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.css +6 -6
- package/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.styles.js +1 -1
- package/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.styles.js.map +1 -1
- package/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/{HorizontalTabItem.styles_hklgpq.css → HorizontalTabItem.styles_fkdt6v.css} +1 -1
- package/cjs/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.css +1 -1
- package/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_view/base.js +1 -1
- package/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_view/base.js.map +1 -1
- package/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_view/base_1xhgbue.css +1 -0
- package/cjs/components/Tabs/ui/vertical/VerticalIconTabItem/VerticalIconTabItem.css +3 -3
- package/cjs/components/Tabs/ui/vertical/VerticalIconTabItem/VerticalIconTabItem.styles.js +1 -1
- package/cjs/components/Tabs/ui/vertical/VerticalIconTabItem/VerticalIconTabItem.styles.js.map +1 -1
- package/cjs/components/Tabs/ui/vertical/VerticalIconTabItem/{VerticalIconTabItem.styles_2xthe5.css → VerticalIconTabItem.styles_hm453l.css} +1 -1
- package/cjs/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.css +6 -6
- package/cjs/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js +1 -1
- package/cjs/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js.map +1 -1
- package/cjs/components/Tabs/ui/vertical/VerticalTabItem/{VerticalTabItem.styles_oqphem.css → VerticalTabItem.styles_1epgjdn.css} +1 -1
- package/cjs/components/TimePicker/TimePicker.css +15 -11
- package/cjs/components/TimePicker/TimePicker.js +22 -458
- package/cjs/components/TimePicker/TimePicker.js.map +1 -1
- package/cjs/components/TimePicker/TimePicker.styles.js +17 -21
- package/cjs/components/TimePicker/TimePicker.styles.js.map +1 -1
- package/cjs/components/TimePicker/{TimePicker.styles_ar3obv.css → TimePicker.styles_2lk4d9.css} +4 -3
- package/cjs/components/TimePicker/utils/index.js +1 -33
- package/cjs/components/TimePicker/utils/index.js.map +1 -1
- package/cjs/components/TimePickerGrid/TimePickerGrid.css +10 -0
- package/cjs/components/TimePickerGrid/TimePickerGrid.js +733 -0
- package/cjs/components/TimePickerGrid/TimePickerGrid.js.map +1 -0
- package/cjs/components/TimePickerGrid/TimePickerGrid.styles.js +27 -0
- package/cjs/components/TimePickerGrid/TimePickerGrid.styles.js.map +1 -0
- package/cjs/components/TimePickerGrid/TimePickerGrid.styles_mz2mkl.css +2 -0
- package/cjs/components/TimePickerGrid/TimePickerGrid.tokens.js +40 -0
- package/cjs/components/TimePickerGrid/TimePickerGrid.tokens.js.map +1 -0
- package/cjs/components/TimePickerGrid/ui/TimeColumn/TimeColumn.css +7 -0
- package/cjs/components/TimePickerGrid/ui/TimeColumn/TimeColumn.js +118 -0
- package/cjs/components/TimePickerGrid/ui/TimeColumn/TimeColumn.js.map +1 -0
- package/cjs/components/{TimePicker → TimePickerGrid}/ui/TimeColumn/TimeColumn.styles.js +12 -12
- package/cjs/components/TimePickerGrid/ui/TimeColumn/TimeColumn.styles.js.map +1 -0
- package/cjs/components/TimePickerGrid/ui/TimeColumn/TimeColumn.styles_1nwjzgi.css +7 -0
- package/cjs/components/TimePickerGrid/utils/index.js +135 -0
- package/cjs/components/TimePickerGrid/utils/index.js.map +1 -0
- package/cjs/components/TimePickerGrid/variations/_disabled/base.js +9 -0
- package/cjs/components/TimePickerGrid/variations/_disabled/base.js.map +1 -0
- package/cjs/components/TimePickerGrid/variations/_disabled/base_x642ct.css +1 -0
- package/cjs/components/TimePickerGrid/variations/_size/base.js +9 -0
- package/cjs/components/TimePickerGrid/variations/_size/base.js.map +1 -0
- package/cjs/components/TimePickerGrid/variations/_size/base_x642ct.css +1 -0
- package/cjs/components/TimePickerGrid/variations/_view/base.js +9 -0
- package/cjs/components/TimePickerGrid/variations/_view/base.js.map +1 -0
- package/cjs/components/TimePickerGrid/variations/_view/base_x642ct.css +1 -0
- package/cjs/components/Typography/Body/Body.css +1 -1
- package/cjs/components/Typography/Typography.styles.js +1 -1
- package/cjs/components/Typography/Typography.styles.js.map +1 -1
- package/cjs/components/Typography/Typography.styles_iqzojt.css +1 -0
- package/cjs/components/_Icon/Icon.assets/DotsHorizontalOutline.js +27 -0
- package/cjs/components/_Icon/Icon.assets/DotsHorizontalOutline.js.map +1 -0
- package/cjs/components/_Icon/Icons/IconDotsHorizontalOutline.js +31 -0
- package/cjs/components/_Icon/Icons/IconDotsHorizontalOutline.js.map +1 -0
- package/cjs/index.css +62 -48
- package/emotion/cjs/components/Attach/Attach.js +190 -28
- package/emotion/cjs/components/Attach/Attach.styles.js +33 -14
- package/emotion/cjs/components/Attach/Attach.tokens.js +21 -6
- package/emotion/cjs/components/Attach/components/AttachButton/AttachButton.js +3 -4
- package/emotion/cjs/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.js +64 -0
- package/emotion/cjs/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.styles.js +33 -0
- package/emotion/cjs/components/Attach/components/HiddenWidthHelper/index.js +11 -0
- package/emotion/cjs/components/Attach/components/index.js +19 -0
- package/emotion/cjs/components/Attach/ui/Cell/Cell.js +67 -2
- package/emotion/cjs/components/Attach/ui/Dropdown/Dropdown.js +225 -0
- package/emotion/cjs/components/Attach/ui/Dropdown/Dropdown.styles.js +26 -0
- package/emotion/cjs/components/Attach/ui/MoreTrigger/MoreTrigger.js +26 -0
- package/emotion/cjs/components/Attach/ui/MoreTrigger/MoreTrigger.styles.js +21 -0
- package/emotion/cjs/components/Attach/ui/index.js +29 -0
- package/emotion/cjs/components/Attach/utils/getFilenameParts.js +23 -0
- package/emotion/cjs/components/Attach/utils/index.js +4 -0
- package/emotion/cjs/components/Attach/variations/_size/base.js +1 -1
- package/emotion/cjs/components/Calendar/Calendar.tokens.js +23 -1
- package/emotion/cjs/components/Calendar/CalendarBase/CalendarBase.js +44 -5
- package/emotion/cjs/components/Calendar/CalendarBase/variations/_tooltip-size/base.js +12 -0
- package/emotion/cjs/components/Calendar/CalendarDouble/CalendarDouble.js +53 -7
- package/emotion/cjs/components/Calendar/CalendarDouble/variations/_tooltip-size/base.js +12 -0
- package/emotion/cjs/components/Calendar/hooks/useKeyNavigation.js +3 -0
- package/emotion/cjs/components/Calendar/ui/CalendarDays/CalendarDays.js +5 -2
- package/emotion/cjs/components/Calendar/ui/CalendarMonths/CalendarMonths.js +5 -2
- package/emotion/cjs/components/Calendar/ui/CalendarQuarters/CalendarQuarters.js +5 -2
- package/emotion/cjs/components/Calendar/ui/CalendarYears/CalendarYears.js +5 -2
- package/emotion/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.js +23 -6
- package/emotion/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +9 -8
- package/emotion/cjs/components/Calendar/ui/EventTooltip/EventTooltip.js +11 -0
- package/emotion/cjs/components/Calendar/ui/EventTooltip/EventTooltip.styles.js +25 -0
- package/emotion/cjs/components/Calendar/ui/index.js +4 -0
- package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.js +11 -0
- package/emotion/cjs/components/DatePicker/DatePicker.tokens.js +23 -1
- package/emotion/cjs/components/DatePicker/DatePickerBase.styles.js +5 -5
- package/emotion/cjs/components/DatePicker/RangeDate/RangeDate.js +15 -6
- package/emotion/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +3 -1
- package/emotion/cjs/components/DatePicker/RangeDate/variations/_tooltip-size/base.js +12 -0
- package/emotion/cjs/components/DatePicker/SingleDate/SingleDate.js +15 -12
- package/emotion/cjs/components/DatePicker/SingleDate/variations/_tooltip-size/base.js +12 -0
- package/emotion/cjs/components/Popover/Popover.js +1 -0
- package/emotion/cjs/components/Tabs/ui/horizontal/HorizontalIconTabItem/HorizontalIconTabItem.styles.js +6 -6
- package/emotion/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.styles.js +12 -12
- package/emotion/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_view/base.js +1 -1
- package/emotion/cjs/components/Tabs/ui/vertical/VerticalIconTabItem/VerticalIconTabItem.styles.js +6 -6
- package/emotion/cjs/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js +12 -12
- package/emotion/cjs/components/TimePicker/TimePicker.js +22 -488
- package/emotion/cjs/components/TimePicker/TimePicker.styles.js +17 -7
- package/emotion/cjs/components/TimePicker/utils/index.js +1 -25
- package/emotion/cjs/components/TimePickerGrid/TimePickerGrid.js +922 -0
- package/emotion/cjs/components/TimePickerGrid/TimePickerGrid.styles.js +34 -0
- package/emotion/cjs/components/TimePickerGrid/TimePickerGrid.tokens.js +50 -0
- package/emotion/cjs/components/TimePickerGrid/hooks/useKeyboardNavigation.js +30 -0
- package/emotion/cjs/components/TimePickerGrid/index.js +26 -0
- package/emotion/cjs/components/TimePickerGrid/ui/TimeColumn/TimeColumn.js +118 -0
- package/emotion/cjs/components/TimePickerGrid/ui/TimeColumn/TimeColumn.styles.js +71 -0
- package/emotion/cjs/components/TimePickerGrid/utils/index.js +166 -0
- package/emotion/cjs/components/TimePickerGrid/variations/_disabled/base.js +12 -0
- package/emotion/cjs/components/TimePickerGrid/variations/_size/base.js +12 -0
- package/emotion/cjs/components/TimePickerGrid/variations/_view/base.js +12 -0
- package/emotion/cjs/components/Typography/Typography.styles.js +1 -1
- package/emotion/cjs/examples/components/Attach/Attach.config.js +18 -18
- package/emotion/cjs/examples/components/Calendar/CalendarBase.config.js +11 -6
- package/emotion/cjs/examples/components/Calendar/CalendarDouble.config.js +11 -6
- package/emotion/cjs/examples/components/DatePicker/DatePicker.config.js +11 -7
- package/emotion/cjs/examples/components/TimePicker/TimePicker.config.js +7 -7
- package/emotion/cjs/examples/components/TimePickerGrid/TimePickerGrid.config.js +32 -0
- package/emotion/cjs/examples/components/TimePickerGrid/TimePickerGrid.js +15 -0
- package/emotion/cjs/types/MakeNever.js +4 -0
- package/emotion/es/components/Attach/Attach.js +193 -31
- package/emotion/es/components/Attach/Attach.styles.js +30 -14
- package/emotion/es/components/Attach/Attach.tokens.js +21 -6
- package/emotion/es/components/Attach/components/AttachButton/AttachButton.js +1 -2
- package/emotion/es/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.js +13 -0
- package/emotion/es/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.styles.js +10 -0
- package/emotion/es/components/Attach/components/HiddenWidthHelper/index.js +1 -0
- package/emotion/es/components/Attach/components/index.js +2 -0
- package/emotion/es/components/Attach/ui/Cell/Cell.js +25 -1
- package/emotion/es/components/Attach/ui/Dropdown/Dropdown.js +174 -0
- package/emotion/es/components/Attach/ui/Dropdown/Dropdown.styles.js +11 -0
- package/emotion/es/components/Attach/ui/MoreTrigger/MoreTrigger.js +11 -0
- package/emotion/es/components/Attach/ui/MoreTrigger/MoreTrigger.styles.js +6 -0
- package/emotion/es/components/Attach/ui/index.js +6 -0
- package/emotion/es/components/Attach/utils/getFilenameParts.js +13 -0
- package/emotion/es/components/Attach/utils/index.js +1 -0
- package/emotion/es/components/Attach/variations/_size/base.js +1 -1
- package/emotion/es/components/Calendar/Calendar.tokens.js +23 -1
- package/emotion/es/components/Calendar/CalendarBase/CalendarBase.js +46 -7
- package/emotion/es/components/Calendar/CalendarBase/variations/_tooltip-size/base.js +2 -0
- package/emotion/es/components/Calendar/CalendarDouble/CalendarDouble.js +55 -9
- package/emotion/es/components/Calendar/CalendarDouble/variations/_tooltip-size/base.js +2 -0
- package/emotion/es/components/Calendar/hooks/useKeyNavigation.js +3 -0
- package/emotion/es/components/Calendar/ui/CalendarDays/CalendarDays.js +5 -2
- package/emotion/es/components/Calendar/ui/CalendarMonths/CalendarMonths.js +5 -2
- package/emotion/es/components/Calendar/ui/CalendarQuarters/CalendarQuarters.js +5 -2
- package/emotion/es/components/Calendar/ui/CalendarYears/CalendarYears.js +5 -2
- package/emotion/es/components/Calendar/ui/DateStructureItem/DateStructureItem.js +24 -7
- package/emotion/es/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +9 -8
- package/emotion/es/components/Calendar/ui/EventTooltip/EventTooltip.js +1 -0
- package/emotion/es/components/Calendar/ui/EventTooltip/EventTooltip.styles.js +10 -0
- package/emotion/es/components/Calendar/ui/index.js +1 -0
- package/emotion/es/components/Combobox/ComboboxNew/Combobox.js +11 -0
- package/emotion/es/components/DatePicker/DatePicker.tokens.js +23 -1
- package/emotion/es/components/DatePicker/DatePickerBase.styles.js +5 -5
- package/emotion/es/components/DatePicker/RangeDate/RangeDate.js +11 -2
- package/emotion/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +3 -1
- package/emotion/es/components/DatePicker/RangeDate/variations/_tooltip-size/base.js +2 -0
- package/emotion/es/components/DatePicker/SingleDate/SingleDate.js +11 -8
- package/emotion/es/components/DatePicker/SingleDate/variations/_tooltip-size/base.js +2 -0
- package/emotion/es/components/Popover/Popover.js +1 -0
- package/emotion/es/components/Tabs/ui/horizontal/HorizontalIconTabItem/HorizontalIconTabItem.styles.js +6 -6
- package/emotion/es/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.styles.js +12 -12
- package/emotion/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_view/base.js +1 -1
- package/emotion/es/components/Tabs/ui/vertical/VerticalIconTabItem/VerticalIconTabItem.styles.js +6 -6
- package/emotion/es/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js +12 -12
- package/emotion/es/components/TimePicker/TimePicker.js +25 -491
- package/emotion/es/components/TimePicker/TimePicker.styles.js +14 -7
- package/emotion/es/components/TimePicker/utils/index.js +1 -22
- package/emotion/es/components/TimePickerGrid/TimePickerGrid.js +863 -0
- package/emotion/es/components/TimePickerGrid/TimePickerGrid.styles.js +11 -0
- package/emotion/es/components/TimePickerGrid/TimePickerGrid.tokens.js +32 -0
- package/emotion/es/components/TimePickerGrid/hooks/useKeyboardNavigation.js +20 -0
- package/emotion/es/components/TimePickerGrid/index.js +2 -0
- package/emotion/es/components/TimePickerGrid/ui/TimeColumn/TimeColumn.js +103 -0
- package/emotion/es/components/TimePickerGrid/ui/TimeColumn/TimeColumn.styles.js +33 -0
- package/emotion/es/components/TimePickerGrid/utils/index.js +133 -0
- package/emotion/es/components/TimePickerGrid/variations/_disabled/base.js +2 -0
- package/emotion/es/components/TimePickerGrid/variations/_size/base.js +2 -0
- package/emotion/es/components/TimePickerGrid/variations/_view/base.js +2 -0
- package/emotion/es/components/Typography/Typography.styles.js +1 -1
- package/emotion/es/examples/components/Attach/Attach.config.js +18 -18
- package/emotion/es/examples/components/Calendar/CalendarBase.config.js +11 -6
- package/emotion/es/examples/components/Calendar/CalendarDouble.config.js +11 -6
- package/emotion/es/examples/components/Combobox/Combobox.js +7 -0
- package/emotion/es/examples/components/DatePicker/DatePicker.config.js +11 -7
- package/emotion/es/examples/components/TimePicker/TimePicker.config.js +7 -7
- package/emotion/es/examples/components/TimePickerGrid/TimePickerGrid.config.js +22 -0
- package/emotion/es/examples/components/TimePickerGrid/TimePickerGrid.js +5 -0
- package/emotion/es/types/MakeNever.js +1 -0
- package/es/components/Attach/Attach.css +68 -24
- package/es/components/Attach/Attach.js +180 -35
- package/es/components/Attach/Attach.js.map +1 -1
- package/es/components/Attach/Attach.styles.js +46 -6
- package/es/components/Attach/Attach.styles.js.map +1 -1
- package/es/components/Attach/Attach.styles_17eum4v.css +8 -0
- package/es/components/Attach/Attach.tokens.js +21 -6
- package/es/components/Attach/Attach.tokens.js.map +1 -1
- package/es/components/Attach/components/AttachButton/AttachButton.css +82 -15
- package/es/components/Attach/components/AttachButton/AttachButton.js.map +1 -1
- package/es/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.css +105 -0
- package/es/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.js +21 -0
- package/es/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.js.map +1 -0
- package/es/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.styles.js +16 -0
- package/es/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.styles.js.map +1 -0
- package/es/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.styles_3t6n6e.css +2 -0
- package/es/components/Attach/ui/Cell/Cell.css +60 -0
- package/es/components/Attach/ui/Cell/Cell.js +38 -0
- package/es/components/Attach/ui/Cell/Cell.js.map +1 -0
- package/es/components/Attach/ui/Cell/Cell.styles.js +1 -1
- package/{cjs/components/Attach/ui/Cell/Cell.styles_69w962.css → es/components/Attach/ui/Cell/Cell.styles_lpj30y.css} +1 -1
- package/es/components/Attach/ui/Dropdown/Dropdown.css +100 -0
- package/es/components/Attach/ui/Dropdown/Dropdown.js +61 -0
- package/es/components/Attach/ui/Dropdown/Dropdown.js.map +1 -0
- package/es/components/Attach/ui/Dropdown/Dropdown.styles.js +18 -0
- package/es/components/Attach/ui/Dropdown/Dropdown.styles.js.map +1 -0
- package/es/components/Attach/ui/Dropdown/Dropdown.styles_1ge65dg.css +1 -0
- package/es/components/Attach/ui/MoreTrigger/MoreTrigger.css +3 -0
- package/es/components/Attach/ui/MoreTrigger/MoreTrigger.js +15 -0
- package/es/components/Attach/ui/MoreTrigger/MoreTrigger.js.map +1 -0
- package/es/components/Attach/ui/MoreTrigger/MoreTrigger.styles.js +11 -0
- package/es/components/Attach/ui/MoreTrigger/MoreTrigger.styles.js.map +1 -0
- package/es/components/Attach/ui/MoreTrigger/MoreTrigger.styles_5yseaa.css +1 -0
- package/es/components/Attach/utils/getFilenameParts.js +17 -0
- package/es/components/Attach/utils/getFilenameParts.js.map +1 -0
- package/es/components/Attach/variations/_size/base.js +1 -1
- package/es/components/Attach/variations/_size/base.js.map +1 -1
- package/es/components/Attach/variations/_size/base_1x0gzlt.css +1 -0
- package/es/components/Attach/variations/_view/base.js +1 -1
- package/es/components/Attach/variations/_view/base_d9xz7t.css +1 -0
- package/es/components/Calendar/Calendar.tokens.js +24 -1
- package/es/components/Calendar/Calendar.tokens.js.map +1 -1
- package/es/components/Calendar/Calendar.types.js.map +1 -1
- package/es/components/Calendar/CalendarBase/CalendarBase.css +18 -4
- package/es/components/Calendar/CalendarBase/CalendarBase.js +49 -6
- package/es/components/Calendar/CalendarBase/CalendarBase.js.map +1 -1
- package/es/components/Calendar/CalendarBase/variations/_tooltip-size/base.js +5 -0
- package/es/components/Calendar/CalendarBase/variations/_tooltip-size/base.js.map +1 -0
- package/es/components/Calendar/CalendarBase/variations/_tooltip-size/base_x642ct.css +1 -0
- package/es/components/Calendar/CalendarDouble/CalendarDouble.css +18 -4
- package/es/components/Calendar/CalendarDouble/CalendarDouble.js +62 -12
- package/es/components/Calendar/CalendarDouble/CalendarDouble.js.map +1 -1
- package/es/components/Calendar/CalendarDouble/variations/_size/base.js +5 -0
- package/es/components/Calendar/CalendarDouble/variations/_size/base.js.map +1 -0
- package/es/components/Calendar/CalendarDouble/variations/_size/base_x642ct.css +1 -0
- package/es/components/Calendar/CalendarDouble/variations/_tooltip-size/base.js +5 -0
- package/es/components/Calendar/CalendarDouble/variations/_tooltip-size/base.js.map +1 -0
- package/es/components/Calendar/CalendarDouble/variations/_tooltip-size/base_x642ct.css +1 -0
- package/es/components/Calendar/hooks/useKeyNavigation.js +3 -0
- package/es/components/Calendar/hooks/useKeyNavigation.js.map +1 -1
- package/es/components/Calendar/ui/CalendarDays/CalendarDays.css +4 -4
- package/es/components/Calendar/ui/CalendarDays/CalendarDays.js +5 -1
- package/es/components/Calendar/ui/CalendarDays/CalendarDays.js.map +1 -1
- package/es/components/Calendar/ui/CalendarMonths/CalendarMonths.css +4 -4
- package/es/components/Calendar/ui/CalendarMonths/CalendarMonths.js +5 -1
- package/es/components/Calendar/ui/CalendarMonths/CalendarMonths.js.map +1 -1
- package/es/components/Calendar/ui/CalendarQuarters/CalendarQuarters.css +4 -4
- package/es/components/Calendar/ui/CalendarQuarters/CalendarQuarters.js +5 -1
- package/es/components/Calendar/ui/CalendarQuarters/CalendarQuarters.js.map +1 -1
- package/es/components/Calendar/ui/CalendarYears/CalendarYears.css +4 -4
- package/es/components/Calendar/ui/CalendarYears/CalendarYears.js +5 -1
- package/es/components/Calendar/ui/CalendarYears/CalendarYears.js.map +1 -1
- package/es/components/Calendar/ui/DateStructureItem/DateStructureItem.css +4 -4
- package/es/components/Calendar/ui/DateStructureItem/DateStructureItem.js +24 -7
- package/es/components/Calendar/ui/DateStructureItem/DateStructureItem.js.map +1 -1
- package/es/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +3 -3
- package/es/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js.map +1 -1
- package/es/components/Calendar/ui/DateStructureItem/{DateStructureItem.styles_z3dhwf.css → DateStructureItem.styles_1jogt74.css} +1 -1
- package/es/components/Calendar/ui/EventTooltip/EventTooltip.styles.js +18 -0
- package/es/components/Calendar/ui/EventTooltip/EventTooltip.styles.js.map +1 -0
- package/es/components/Calendar/ui/EventTooltip/EventTooltip.styles_dh6nzd.css +1 -0
- package/es/components/Combobox/ComboboxNew/Combobox.js +10 -0
- package/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
- package/es/components/DatePicker/DatePicker.tokens.js +24 -1
- package/es/components/DatePicker/DatePicker.tokens.js.map +1 -1
- package/es/components/DatePicker/DatePickerBase.styles.js +1 -1
- package/es/components/DatePicker/DatePickerBase.styles.js.map +1 -1
- package/es/components/DatePicker/{DatePickerBase.styles_6x4unn.css → DatePickerBase.styles_1rfomby.css} +1 -1
- package/es/components/DatePicker/RangeDate/RangeDate.css +15 -13
- package/es/components/DatePicker/RangeDate/RangeDate.js +15 -6
- package/es/components/DatePicker/RangeDate/RangeDate.js.map +1 -1
- package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +13 -11
- package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +3 -0
- package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js.map +1 -1
- package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles.js +1 -1
- package/es/components/DatePicker/RangeDate/RangeDatePopover/{RangeDatePopover.styles_1wt56uj.css → RangeDatePopover.styles_k6m3t6.css} +2 -2
- package/es/components/DatePicker/RangeDate/variations/_tooltip-size/base.js +5 -0
- package/es/components/DatePicker/RangeDate/variations/_tooltip-size/base.js.map +1 -0
- package/es/components/DatePicker/RangeDate/variations/_tooltip-size/base_x642ct.css +1 -0
- package/es/components/DatePicker/SingleDate/SingleDate.css +8 -6
- package/es/components/DatePicker/SingleDate/SingleDate.js +15 -12
- package/es/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
- package/es/components/DatePicker/SingleDate/variations/_tooltip-size/base.js +5 -0
- package/es/components/DatePicker/SingleDate/variations/_tooltip-size/base.js.map +1 -0
- package/es/components/DatePicker/SingleDate/variations/_tooltip-size/base_x642ct.css +1 -0
- package/es/components/Popover/Popover.js +1 -0
- package/es/components/Popover/Popover.js.map +1 -1
- package/es/components/Tabs/ui/horizontal/HorizontalIconTabItem/HorizontalIconTabItem.css +3 -3
- package/es/components/Tabs/ui/horizontal/HorizontalIconTabItem/HorizontalIconTabItem.styles.js +1 -1
- package/es/components/Tabs/ui/horizontal/HorizontalIconTabItem/HorizontalIconTabItem.styles.js.map +1 -1
- package/es/components/Tabs/ui/horizontal/HorizontalIconTabItem/{HorizontalIconTabItem.styles_bv5xdd.css → HorizontalIconTabItem.styles_72iooa.css} +1 -1
- package/es/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.css +6 -6
- package/es/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.styles.js +1 -1
- package/es/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.styles.js.map +1 -1
- package/es/components/Tabs/ui/horizontal/HorizontalTabItem/{HorizontalTabItem.styles_hklgpq.css → HorizontalTabItem.styles_fkdt6v.css} +1 -1
- package/es/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.css +1 -1
- package/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_view/base.js +1 -1
- package/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_view/base.js.map +1 -1
- package/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_view/base_1xhgbue.css +1 -0
- package/es/components/Tabs/ui/vertical/VerticalIconTabItem/VerticalIconTabItem.css +3 -3
- package/es/components/Tabs/ui/vertical/VerticalIconTabItem/VerticalIconTabItem.styles.js +1 -1
- package/es/components/Tabs/ui/vertical/VerticalIconTabItem/VerticalIconTabItem.styles.js.map +1 -1
- package/es/components/Tabs/ui/vertical/VerticalIconTabItem/{VerticalIconTabItem.styles_2xthe5.css → VerticalIconTabItem.styles_hm453l.css} +1 -1
- package/es/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.css +6 -6
- package/es/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js +1 -1
- package/es/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js.map +1 -1
- package/es/components/Tabs/ui/vertical/VerticalTabItem/{VerticalTabItem.styles_oqphem.css → VerticalTabItem.styles_1epgjdn.css} +1 -1
- package/es/components/TimePicker/TimePicker.css +15 -11
- package/es/components/TimePicker/TimePicker.js +26 -462
- package/es/components/TimePicker/TimePicker.js.map +1 -1
- package/es/components/TimePicker/TimePicker.styles.js +17 -21
- package/es/components/TimePicker/TimePicker.styles.js.map +1 -1
- package/es/components/TimePicker/{TimePicker.styles_ar3obv.css → TimePicker.styles_2lk4d9.css} +4 -3
- package/es/components/TimePicker/utils/index.js +2 -32
- package/es/components/TimePicker/utils/index.js.map +1 -1
- package/es/components/TimePickerGrid/TimePickerGrid.css +10 -0
- package/es/components/TimePickerGrid/TimePickerGrid.js +724 -0
- package/es/components/TimePickerGrid/TimePickerGrid.js.map +1 -0
- package/es/components/TimePickerGrid/TimePickerGrid.styles.js +22 -0
- package/es/components/TimePickerGrid/TimePickerGrid.styles.js.map +1 -0
- package/es/components/TimePickerGrid/TimePickerGrid.styles_mz2mkl.css +2 -0
- package/es/components/TimePickerGrid/TimePickerGrid.tokens.js +35 -0
- package/es/components/TimePickerGrid/TimePickerGrid.tokens.js.map +1 -0
- package/es/components/TimePickerGrid/ui/TimeColumn/TimeColumn.css +7 -0
- package/es/components/TimePickerGrid/ui/TimeColumn/TimeColumn.js +109 -0
- package/es/components/TimePickerGrid/ui/TimeColumn/TimeColumn.js.map +1 -0
- package/es/components/{TimePicker → TimePickerGrid}/ui/TimeColumn/TimeColumn.styles.js +11 -11
- package/es/components/TimePickerGrid/ui/TimeColumn/TimeColumn.styles.js.map +1 -0
- package/es/components/TimePickerGrid/ui/TimeColumn/TimeColumn.styles_1nwjzgi.css +7 -0
- package/es/components/TimePickerGrid/utils/index.js +126 -0
- package/es/components/TimePickerGrid/utils/index.js.map +1 -0
- package/es/components/TimePickerGrid/variations/_disabled/base.js +5 -0
- package/es/components/TimePickerGrid/variations/_disabled/base.js.map +1 -0
- package/es/components/TimePickerGrid/variations/_disabled/base_x642ct.css +1 -0
- package/es/components/TimePickerGrid/variations/_size/base.js +5 -0
- package/es/components/TimePickerGrid/variations/_size/base.js.map +1 -0
- package/es/components/TimePickerGrid/variations/_size/base_x642ct.css +1 -0
- package/es/components/TimePickerGrid/variations/_view/base.js +5 -0
- package/es/components/TimePickerGrid/variations/_view/base.js.map +1 -0
- package/es/components/TimePickerGrid/variations/_view/base_x642ct.css +1 -0
- package/es/components/Typography/Body/Body.css +1 -1
- package/es/components/Typography/Typography.styles.js +1 -1
- package/es/components/Typography/Typography.styles.js.map +1 -1
- package/es/components/Typography/Typography.styles_iqzojt.css +1 -0
- package/es/components/_Icon/Icon.assets/DotsHorizontalOutline.js +19 -0
- package/es/components/_Icon/Icon.assets/DotsHorizontalOutline.js.map +1 -0
- package/es/components/_Icon/Icons/IconDotsHorizontalOutline.js +23 -0
- package/es/components/_Icon/Icons/IconDotsHorizontalOutline.js.map +1 -0
- package/es/index.css +62 -48
- package/package.json +4 -4
- package/styled-components/cjs/components/Attach/Attach.js +190 -28
- package/styled-components/cjs/components/Attach/Attach.styles.js +40 -12
- package/styled-components/cjs/components/Attach/Attach.tokens.js +21 -6
- package/styled-components/cjs/components/Attach/components/AttachButton/AttachButton.js +3 -4
- package/styled-components/cjs/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.js +64 -0
- package/styled-components/cjs/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.styles.js +39 -0
- package/styled-components/cjs/components/Attach/components/HiddenWidthHelper/index.js +11 -0
- package/styled-components/cjs/components/Attach/components/index.js +19 -0
- package/styled-components/cjs/components/Attach/ui/Cell/Cell.js +67 -2
- package/styled-components/cjs/components/Attach/ui/Dropdown/Dropdown.js +225 -0
- package/styled-components/cjs/components/Attach/ui/Dropdown/Dropdown.styles.js +45 -0
- package/styled-components/cjs/components/Attach/ui/MoreTrigger/MoreTrigger.js +26 -0
- package/styled-components/cjs/components/Attach/ui/MoreTrigger/MoreTrigger.styles.js +24 -0
- package/styled-components/cjs/components/Attach/ui/index.js +29 -0
- package/styled-components/cjs/components/Attach/utils/getFilenameParts.js +23 -0
- package/styled-components/cjs/components/Attach/utils/index.js +4 -0
- package/styled-components/cjs/components/Attach/variations/_size/base.js +5 -2
- package/styled-components/cjs/components/Calendar/Calendar.tokens.js +23 -1
- package/styled-components/cjs/components/Calendar/CalendarBase/CalendarBase.js +44 -5
- package/styled-components/cjs/components/Calendar/CalendarBase/variations/_tooltip-size/base.js +14 -0
- package/styled-components/cjs/components/Calendar/CalendarDouble/CalendarDouble.js +53 -7
- package/styled-components/cjs/components/Calendar/CalendarDouble/variations/_tooltip-size/base.js +14 -0
- package/styled-components/cjs/components/Calendar/hooks/useKeyNavigation.js +3 -0
- package/styled-components/cjs/components/Calendar/ui/CalendarDays/CalendarDays.js +5 -2
- package/styled-components/cjs/components/Calendar/ui/CalendarMonths/CalendarMonths.js +5 -2
- package/styled-components/cjs/components/Calendar/ui/CalendarQuarters/CalendarQuarters.js +5 -2
- package/styled-components/cjs/components/Calendar/ui/CalendarYears/CalendarYears.js +5 -2
- package/styled-components/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.js +23 -6
- package/styled-components/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +9 -6
- package/styled-components/cjs/components/Calendar/ui/EventTooltip/EventTooltip.js +11 -0
- package/styled-components/cjs/components/Calendar/ui/EventTooltip/EventTooltip.styles.js +71 -0
- package/styled-components/cjs/components/Calendar/ui/index.js +4 -0
- package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.js +11 -0
- package/styled-components/cjs/components/DatePicker/DatePicker.tokens.js +23 -1
- package/styled-components/cjs/components/DatePicker/DatePickerBase.styles.js +3 -3
- package/styled-components/cjs/components/DatePicker/RangeDate/RangeDate.js +15 -6
- package/styled-components/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +3 -1
- package/styled-components/cjs/components/DatePicker/RangeDate/variations/_tooltip-size/base.js +14 -0
- package/styled-components/cjs/components/DatePicker/SingleDate/SingleDate.js +15 -12
- package/styled-components/cjs/components/DatePicker/SingleDate/variations/_tooltip-size/base.js +14 -0
- package/styled-components/cjs/components/Popover/Popover.js +1 -0
- package/styled-components/cjs/components/Tabs/ui/horizontal/HorizontalIconTabItem/HorizontalIconTabItem.styles.js +3 -3
- package/styled-components/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.styles.js +6 -6
- package/styled-components/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_view/base.js +1 -1
- package/styled-components/cjs/components/Tabs/ui/vertical/VerticalIconTabItem/VerticalIconTabItem.styles.js +3 -3
- package/styled-components/cjs/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js +6 -6
- package/styled-components/cjs/components/TimePicker/TimePicker.js +22 -488
- package/styled-components/cjs/components/TimePicker/TimePicker.styles.js +57 -3
- package/styled-components/cjs/components/TimePicker/utils/index.js +1 -25
- package/styled-components/cjs/components/TimePickerGrid/TimePickerGrid.js +922 -0
- package/styled-components/cjs/components/TimePickerGrid/TimePickerGrid.styles.js +79 -0
- package/styled-components/cjs/components/TimePickerGrid/TimePickerGrid.tokens.js +50 -0
- package/styled-components/cjs/components/TimePickerGrid/TimePickerGrid.types.js +4 -0
- package/styled-components/cjs/components/TimePickerGrid/hooks/useKeyboardNavigation.js +30 -0
- package/styled-components/cjs/components/TimePickerGrid/index.js +26 -0
- package/styled-components/cjs/components/TimePickerGrid/ui/TimeColumn/TimeColumn.js +118 -0
- package/styled-components/cjs/components/{TimePicker → TimePickerGrid}/ui/TimeColumn/TimeColumn.styles.js +16 -14
- package/styled-components/cjs/components/TimePickerGrid/ui/TimeColumn/TimeColumn.types.js +4 -0
- package/styled-components/cjs/components/TimePickerGrid/utils/index.js +166 -0
- package/styled-components/cjs/components/TimePickerGrid/variations/_disabled/base.js +14 -0
- package/styled-components/cjs/components/TimePickerGrid/variations/_size/base.js +14 -0
- package/styled-components/cjs/components/TimePickerGrid/variations/_view/base.js +14 -0
- package/styled-components/cjs/components/Typography/Typography.styles.js +2 -2
- package/styled-components/cjs/examples/components/Attach/Attach.config.js +64 -32
- package/styled-components/cjs/examples/components/Calendar/CalendarBase.config.js +53 -3
- package/styled-components/cjs/examples/components/Calendar/CalendarDouble.config.js +53 -3
- package/styled-components/cjs/examples/components/DatePicker/DatePicker.config.js +51 -2
- package/styled-components/cjs/examples/components/TimePicker/TimePicker.config.js +3 -2
- package/styled-components/cjs/examples/components/TimePickerGrid/TimePickerGrid.config.js +103 -0
- package/styled-components/cjs/examples/components/TimePickerGrid/TimePickerGrid.js +15 -0
- package/styled-components/cjs/types/MakeNever.js +4 -0
- package/styled-components/es/components/Attach/Attach.js +193 -31
- package/styled-components/es/components/Attach/Attach.styles.js +37 -12
- package/styled-components/es/components/Attach/Attach.tokens.js +21 -6
- package/styled-components/es/components/Attach/components/AttachButton/AttachButton.js +1 -2
- package/styled-components/es/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.js +13 -0
- package/styled-components/es/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.styles.js +16 -0
- package/styled-components/es/components/Attach/components/HiddenWidthHelper/index.js +1 -0
- package/styled-components/es/components/Attach/components/index.js +2 -0
- package/styled-components/es/components/Attach/ui/Cell/Cell.js +25 -1
- package/styled-components/es/components/Attach/ui/Dropdown/Dropdown.js +174 -0
- package/styled-components/es/components/Attach/ui/Dropdown/Dropdown.styles.js +30 -0
- package/styled-components/es/components/Attach/ui/MoreTrigger/MoreTrigger.js +11 -0
- package/styled-components/es/components/Attach/ui/MoreTrigger/MoreTrigger.styles.js +9 -0
- package/styled-components/es/components/Attach/ui/index.js +6 -0
- package/styled-components/es/components/Attach/utils/getFilenameParts.js +13 -0
- package/styled-components/es/components/Attach/utils/index.js +1 -0
- package/styled-components/es/components/Attach/variations/_size/base.js +5 -2
- package/styled-components/es/components/Calendar/Calendar.tokens.js +23 -1
- package/styled-components/es/components/Calendar/CalendarBase/CalendarBase.js +46 -7
- package/styled-components/es/components/Calendar/CalendarBase/variations/_tooltip-size/base.js +4 -0
- package/styled-components/es/components/Calendar/CalendarDouble/CalendarDouble.js +55 -9
- package/styled-components/es/components/Calendar/CalendarDouble/variations/_tooltip-size/base.js +4 -0
- package/styled-components/es/components/Calendar/hooks/useKeyNavigation.js +3 -0
- package/styled-components/es/components/Calendar/ui/CalendarDays/CalendarDays.js +5 -2
- package/styled-components/es/components/Calendar/ui/CalendarMonths/CalendarMonths.js +5 -2
- package/styled-components/es/components/Calendar/ui/CalendarQuarters/CalendarQuarters.js +5 -2
- package/styled-components/es/components/Calendar/ui/CalendarYears/CalendarYears.js +5 -2
- package/styled-components/es/components/Calendar/ui/DateStructureItem/DateStructureItem.js +24 -7
- package/styled-components/es/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +9 -6
- package/styled-components/es/components/Calendar/ui/EventTooltip/EventTooltip.js +1 -0
- package/styled-components/es/components/Calendar/ui/EventTooltip/EventTooltip.styles.js +56 -0
- package/styled-components/es/components/Calendar/ui/index.js +1 -0
- package/styled-components/es/components/Combobox/ComboboxNew/Combobox.js +11 -0
- package/styled-components/es/components/DatePicker/DatePicker.tokens.js +23 -1
- package/styled-components/es/components/DatePicker/DatePickerBase.styles.js +3 -3
- package/styled-components/es/components/DatePicker/RangeDate/RangeDate.js +11 -2
- package/styled-components/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.js +3 -1
- package/styled-components/es/components/DatePicker/RangeDate/variations/_tooltip-size/base.js +4 -0
- package/styled-components/es/components/DatePicker/SingleDate/SingleDate.js +11 -8
- package/styled-components/es/components/DatePicker/SingleDate/variations/_tooltip-size/base.js +4 -0
- package/styled-components/es/components/Popover/Popover.js +1 -0
- package/styled-components/es/components/Tabs/ui/horizontal/HorizontalIconTabItem/HorizontalIconTabItem.styles.js +3 -3
- package/styled-components/es/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.styles.js +6 -6
- package/styled-components/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_view/base.js +1 -1
- package/styled-components/es/components/Tabs/ui/vertical/VerticalIconTabItem/VerticalIconTabItem.styles.js +3 -3
- package/styled-components/es/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js +6 -6
- package/styled-components/es/components/TimePicker/TimePicker.js +25 -491
- package/styled-components/es/components/TimePicker/TimePicker.styles.js +54 -3
- package/styled-components/es/components/TimePicker/utils/index.js +1 -22
- package/styled-components/es/components/TimePickerGrid/TimePickerGrid.js +863 -0
- package/styled-components/es/components/TimePickerGrid/TimePickerGrid.styles.js +21 -0
- package/styled-components/es/components/TimePickerGrid/TimePickerGrid.tokens.js +32 -0
- package/styled-components/es/components/TimePickerGrid/TimePickerGrid.types.js +1 -0
- package/styled-components/es/components/TimePickerGrid/hooks/useKeyboardNavigation.js +20 -0
- package/styled-components/es/components/TimePickerGrid/index.js +2 -0
- package/styled-components/es/components/TimePickerGrid/ui/TimeColumn/TimeColumn.js +103 -0
- package/styled-components/es/components/{TimePicker → TimePickerGrid}/ui/TimeColumn/TimeColumn.styles.js +11 -9
- package/styled-components/es/components/TimePickerGrid/ui/TimeColumn/TimeColumn.types.js +1 -0
- package/styled-components/es/components/TimePickerGrid/utils/index.js +133 -0
- package/styled-components/es/components/TimePickerGrid/variations/_disabled/base.js +4 -0
- package/styled-components/es/components/TimePickerGrid/variations/_size/base.js +4 -0
- package/styled-components/es/components/TimePickerGrid/variations/_view/base.js +4 -0
- package/styled-components/es/components/Typography/Typography.styles.js +2 -2
- package/styled-components/es/examples/components/Attach/Attach.config.js +64 -32
- package/styled-components/es/examples/components/Calendar/CalendarBase.config.js +53 -3
- package/styled-components/es/examples/components/Calendar/CalendarDouble.config.js +53 -3
- package/styled-components/es/examples/components/Combobox/Combobox.js +0 -7
- package/styled-components/es/examples/components/DatePicker/DatePicker.config.js +51 -2
- package/styled-components/es/examples/components/TimePicker/TimePicker.config.js +3 -2
- package/styled-components/es/examples/components/TimePickerGrid/TimePickerGrid.config.js +93 -0
- package/styled-components/es/examples/components/TimePickerGrid/TimePickerGrid.js +5 -0
- package/styled-components/es/types/MakeNever.js +1 -0
- package/types/components/Attach/Attach.d.ts.map +1 -1
- package/types/components/Attach/Attach.styles.d.ts +9 -2
- package/types/components/Attach/Attach.styles.d.ts.map +1 -1
- package/types/components/Attach/Attach.tokens.d.ts +13 -0
- package/types/components/Attach/Attach.tokens.d.ts.map +1 -1
- package/types/components/Attach/Attach.types.d.ts +85 -9
- package/types/components/Attach/Attach.types.d.ts.map +1 -1
- package/types/components/Attach/components/AttachButton/AttachButton.d.ts.map +1 -1
- package/types/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.d.ts +10 -0
- package/types/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.d.ts.map +1 -0
- package/types/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.styles.d.ts +3 -0
- package/types/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.styles.d.ts.map +1 -0
- package/types/components/Attach/components/HiddenWidthHelper/index.d.ts +2 -0
- package/types/components/Attach/components/HiddenWidthHelper/index.d.ts.map +1 -0
- package/types/components/Attach/components/index.d.ts +3 -0
- package/types/components/Attach/components/index.d.ts.map +1 -0
- package/types/components/Attach/ui/Cell/Cell.d.ts +14 -1
- package/types/components/Attach/ui/Cell/Cell.d.ts.map +1 -1
- package/types/components/Attach/ui/Dropdown/Dropdown.d.ts +12 -0
- package/types/components/Attach/ui/Dropdown/Dropdown.d.ts.map +1 -0
- package/types/components/Attach/ui/Dropdown/Dropdown.styles.d.ts +31 -0
- package/types/components/Attach/ui/Dropdown/Dropdown.styles.d.ts.map +1 -0
- package/types/components/Attach/ui/MoreTrigger/MoreTrigger.d.ts +6 -0
- package/types/components/Attach/ui/MoreTrigger/MoreTrigger.d.ts.map +1 -0
- package/types/components/Attach/ui/MoreTrigger/MoreTrigger.styles.d.ts +2 -0
- package/types/components/Attach/ui/MoreTrigger/MoreTrigger.styles.d.ts.map +1 -0
- package/types/components/Attach/ui/index.d.ts +7 -0
- package/types/components/Attach/ui/index.d.ts.map +1 -0
- package/types/components/Attach/utils/getFilenameParts.d.ts +8 -0
- package/types/components/Attach/utils/getFilenameParts.d.ts.map +1 -0
- package/types/components/Attach/utils/index.d.ts +1 -0
- package/types/components/Attach/utils/index.d.ts.map +1 -1
- package/types/components/Attach/variations/_size/base.d.ts.map +1 -1
- package/types/components/Calendar/Calendar.tokens.d.ts +22 -0
- package/types/components/Calendar/Calendar.tokens.d.ts.map +1 -1
- package/types/components/Calendar/Calendar.types.d.ts +43 -1
- package/types/components/Calendar/Calendar.types.d.ts.map +1 -1
- package/types/components/Calendar/CalendarBase/CalendarBase.d.ts +10 -2
- package/types/components/Calendar/CalendarBase/CalendarBase.d.ts.map +1 -1
- package/types/components/Calendar/CalendarBase/variations/_tooltip-size/base.d.ts +2 -0
- package/types/components/Calendar/CalendarBase/variations/_tooltip-size/base.d.ts.map +1 -0
- package/types/components/Calendar/CalendarDouble/CalendarDouble.d.ts +13 -2
- package/types/components/Calendar/CalendarDouble/CalendarDouble.d.ts.map +1 -1
- package/types/components/Calendar/CalendarDouble/variations/_tooltip-size/base.d.ts +2 -0
- package/types/components/Calendar/CalendarDouble/variations/_tooltip-size/base.d.ts.map +1 -0
- package/types/components/Calendar/hooks/useKeyNavigation.d.ts.map +1 -1
- package/types/components/Calendar/ui/CalendarDays/CalendarDays.d.ts.map +1 -1
- package/types/components/Calendar/ui/CalendarDays/CalendarDays.types.d.ts +3 -2
- package/types/components/Calendar/ui/CalendarDays/CalendarDays.types.d.ts.map +1 -1
- package/types/components/Calendar/ui/CalendarMonths/CalendarMonths.d.ts.map +1 -1
- package/types/components/Calendar/ui/CalendarMonths/CalendarMonths.types.d.ts +2 -1
- package/types/components/Calendar/ui/CalendarMonths/CalendarMonths.types.d.ts.map +1 -1
- package/types/components/Calendar/ui/CalendarQuarters/CalendarQuarters.d.ts.map +1 -1
- package/types/components/Calendar/ui/CalendarQuarters/CalendarQuarters.types.d.ts +2 -1
- package/types/components/Calendar/ui/CalendarQuarters/CalendarQuarters.types.d.ts.map +1 -1
- package/types/components/Calendar/ui/CalendarYears/CalendarYears.d.ts.map +1 -1
- package/types/components/Calendar/ui/CalendarYears/CalendarYears.types.d.ts +2 -1
- package/types/components/Calendar/ui/CalendarYears/CalendarYears.types.d.ts.map +1 -1
- package/types/components/Calendar/ui/DateStructureItem/DateStructureItem.d.ts.map +1 -1
- package/types/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.d.ts.map +1 -1
- package/types/components/Calendar/ui/DateStructureItem/DateStructureItem.types.d.ts +2 -1
- package/types/components/Calendar/ui/DateStructureItem/DateStructureItem.types.d.ts.map +1 -1
- package/types/components/Calendar/ui/EventTooltip/EventTooltip.d.ts +2 -0
- package/types/components/Calendar/ui/EventTooltip/EventTooltip.d.ts.map +1 -0
- package/types/components/Calendar/ui/EventTooltip/EventTooltip.styles.d.ts +2 -0
- package/types/components/Calendar/ui/EventTooltip/EventTooltip.styles.d.ts.map +1 -0
- package/types/components/Calendar/ui/index.d.ts +1 -0
- package/types/components/Calendar/ui/index.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/Combobox.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts +1 -1
- package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts.map +1 -1
- package/types/components/DatePicker/DatePicker.tokens.d.ts +22 -0
- package/types/components/DatePicker/DatePicker.tokens.d.ts.map +1 -1
- package/types/components/DatePicker/DatePickerBase.styles.d.ts.map +1 -1
- package/types/components/DatePicker/DatePickerBase.types.d.ts +5 -1
- package/types/components/DatePicker/DatePickerBase.types.d.ts.map +1 -1
- package/types/components/DatePicker/RangeDate/RangeDate.d.ts +7 -3
- package/types/components/DatePicker/RangeDate/RangeDate.d.ts.map +1 -1
- package/types/components/DatePicker/RangeDate/RangeDate.types.d.ts +3 -0
- package/types/components/DatePicker/RangeDate/RangeDate.types.d.ts.map +1 -1
- package/types/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.d.ts +1 -1
- package/types/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.d.ts.map +1 -1
- package/types/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.styles.d.ts.map +1 -1
- package/types/components/DatePicker/RangeDate/variations/_tooltip-size/base.d.ts +2 -0
- package/types/components/DatePicker/RangeDate/variations/_tooltip-size/base.d.ts.map +1 -0
- package/types/components/DatePicker/SingleDate/SingleDate.d.ts +7 -3
- package/types/components/DatePicker/SingleDate/SingleDate.d.ts.map +1 -1
- package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts +3 -0
- package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts.map +1 -1
- package/types/components/DatePicker/SingleDate/variations/_tooltip-size/base.d.ts +2 -0
- package/types/components/DatePicker/SingleDate/variations/_tooltip-size/base.d.ts.map +1 -0
- package/types/components/EmptyState/EmptyState.types.d.ts +1 -1
- package/types/components/EmptyState/EmptyState.types.d.ts.map +1 -1
- package/types/components/Popover/Popover.d.ts.map +1 -1
- package/types/components/TimePicker/TimePicker.d.ts.map +1 -1
- package/types/components/TimePicker/TimePicker.styles.d.ts +18 -0
- package/types/components/TimePicker/TimePicker.styles.d.ts.map +1 -1
- package/types/components/TimePicker/utils/index.d.ts +1 -2
- package/types/components/TimePicker/utils/index.d.ts.map +1 -1
- package/types/components/TimePickerGrid/TimePickerGrid.d.ts +61 -0
- package/types/components/TimePickerGrid/TimePickerGrid.d.ts.map +1 -0
- package/types/components/TimePickerGrid/TimePickerGrid.styles.d.ts +5 -0
- package/types/components/TimePickerGrid/TimePickerGrid.styles.d.ts.map +1 -0
- package/types/components/TimePickerGrid/TimePickerGrid.tokens.d.ts +33 -0
- package/types/components/TimePickerGrid/TimePickerGrid.tokens.d.ts.map +1 -0
- package/types/components/TimePickerGrid/TimePickerGrid.types.d.ts +65 -0
- package/types/components/TimePickerGrid/TimePickerGrid.types.d.ts.map +1 -0
- package/types/components/TimePickerGrid/hooks/useKeyboardNavigation.d.ts +14 -0
- package/types/components/TimePickerGrid/hooks/useKeyboardNavigation.d.ts.map +1 -0
- package/types/components/TimePickerGrid/index.d.ts +4 -0
- package/types/components/TimePickerGrid/index.d.ts.map +1 -0
- package/types/components/TimePickerGrid/ui/TimeColumn/TimeColumn.d.ts +3 -0
- package/types/components/TimePickerGrid/ui/TimeColumn/TimeColumn.d.ts.map +1 -0
- package/types/components/TimePickerGrid/ui/TimeColumn/TimeColumn.styles.d.ts.map +1 -0
- package/types/components/{TimePicker → TimePickerGrid}/ui/TimeColumn/TimeColumn.types.d.ts +9 -8
- package/types/components/TimePickerGrid/ui/TimeColumn/TimeColumn.types.d.ts.map +1 -0
- package/types/components/TimePickerGrid/utils/index.d.ts +24 -0
- package/types/components/TimePickerGrid/utils/index.d.ts.map +1 -0
- package/types/components/TimePickerGrid/variations/_disabled/base.d.ts +2 -0
- package/types/components/TimePickerGrid/variations/_disabled/base.d.ts.map +1 -0
- package/types/components/TimePickerGrid/variations/_size/base.d.ts +2 -0
- package/types/components/TimePickerGrid/variations/_size/base.d.ts.map +1 -0
- package/types/components/TimePickerGrid/variations/_view/base.d.ts +2 -0
- package/types/components/TimePickerGrid/variations/_view/base.d.ts.map +1 -0
- package/types/components/Tooltip/Tooltip.types.d.ts +3 -3
- package/types/components/Tooltip/Tooltip.types.d.ts.map +1 -1
- package/types/components/Typography/Typography.styles.d.ts.map +1 -1
- package/types/examples/components/Attach/Attach.config.d.ts.map +1 -1
- package/types/examples/components/Attach/Attach.d.ts +448 -16
- package/types/examples/components/Attach/Attach.d.ts.map +1 -1
- package/types/examples/components/Calendar/Calendar.d.ts +8 -0
- package/types/examples/components/Calendar/Calendar.d.ts.map +1 -1
- package/types/examples/components/Calendar/CalendarBase.config.d.ts +5 -0
- package/types/examples/components/Calendar/CalendarBase.config.d.ts.map +1 -1
- package/types/examples/components/Calendar/CalendarDouble.config.d.ts +5 -0
- package/types/examples/components/Calendar/CalendarDouble.config.d.ts.map +1 -1
- package/types/examples/components/Combobox/Combobox.d.ts +24 -24
- package/types/examples/components/Combobox/Combobox.d.ts.map +1 -1
- package/types/examples/components/DatePicker/DatePicker.config.d.ts +4 -0
- package/types/examples/components/DatePicker/DatePicker.config.d.ts.map +1 -1
- package/types/examples/components/DatePicker/DatePicker.d.ts +8 -0
- package/types/examples/components/DatePicker/DatePicker.d.ts.map +1 -1
- package/types/examples/components/TimePicker/TimePicker.config.d.ts.map +1 -1
- package/types/examples/components/TimePickerGrid/TimePickerGrid.config.d.ts +21 -0
- package/types/examples/components/TimePickerGrid/TimePickerGrid.config.d.ts.map +1 -0
- package/types/examples/components/TimePickerGrid/TimePickerGrid.d.ts +32 -0
- package/types/examples/components/TimePickerGrid/TimePickerGrid.d.ts.map +1 -0
- package/types/types/MakeNever.d.ts +4 -0
- package/types/types/MakeNever.d.ts.map +1 -0
- package/types/types/index.d.ts +1 -0
- package/types/types/index.d.ts.map +1 -1
- package/cjs/components/Attach/Attach.styles_pso18d.css +0 -7
- package/cjs/components/Attach/variations/_size/base_kpo9at.css +0 -1
- package/cjs/components/Attach/variations/_view/base_1nvsg1b.css +0 -1
- package/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_view/base_4ob3q5.css +0 -1
- package/cjs/components/TimePicker/ui/TimeColumn/TimeColumn.css +0 -7
- package/cjs/components/TimePicker/ui/TimeColumn/TimeColumn.js +0 -65
- package/cjs/components/TimePicker/ui/TimeColumn/TimeColumn.js.map +0 -1
- package/cjs/components/TimePicker/ui/TimeColumn/TimeColumn.styles.js.map +0 -1
- package/cjs/components/TimePicker/ui/TimeColumn/TimeColumn.styles_juymyb.css +0 -7
- package/cjs/components/Typography/Typography.styles_ysh8u6.css +0 -1
- package/emotion/cjs/components/TimePicker/ui/TimeColumn/TimeColumn.js +0 -65
- package/emotion/cjs/components/TimePicker/ui/TimeColumn/TimeColumn.styles.js +0 -71
- package/emotion/es/components/TimePicker/ui/TimeColumn/TimeColumn.js +0 -50
- package/emotion/es/components/TimePicker/ui/TimeColumn/TimeColumn.styles.js +0 -33
- package/es/components/Attach/Attach.styles_pso18d.css +0 -7
- package/es/components/Attach/variations/_size/base_kpo9at.css +0 -1
- package/es/components/Attach/variations/_view/base_1nvsg1b.css +0 -1
- package/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_view/base_4ob3q5.css +0 -1
- package/es/components/TimePicker/ui/TimeColumn/TimeColumn.css +0 -7
- package/es/components/TimePicker/ui/TimeColumn/TimeColumn.js +0 -56
- package/es/components/TimePicker/ui/TimeColumn/TimeColumn.js.map +0 -1
- package/es/components/TimePicker/ui/TimeColumn/TimeColumn.styles.js.map +0 -1
- package/es/components/TimePicker/ui/TimeColumn/TimeColumn.styles_juymyb.css +0 -7
- package/es/components/Typography/Typography.styles_ysh8u6.css +0 -1
- package/styled-components/cjs/components/TimePicker/ui/TimeColumn/TimeColumn.js +0 -65
- package/styled-components/es/components/TimePicker/ui/TimeColumn/TimeColumn.js +0 -50
- package/types/components/TimePicker/ui/TimeColumn/TimeColumn.d.ts +0 -3
- package/types/components/TimePicker/ui/TimeColumn/TimeColumn.d.ts.map +0 -1
- package/types/components/TimePicker/ui/TimeColumn/TimeColumn.styles.d.ts.map +0 -1
- package/types/components/TimePicker/ui/TimeColumn/TimeColumn.types.d.ts.map +0 -1
- /package/emotion/cjs/components/{TimePicker/ui/TimeColumn/TimeColumn.types.js → TimePickerGrid/TimePickerGrid.types.js} +0 -0
- /package/{styled-components/cjs/components/TimePicker → emotion/cjs/components/TimePickerGrid}/ui/TimeColumn/TimeColumn.types.js +0 -0
- /package/emotion/es/components/{TimePicker/ui/TimeColumn/TimeColumn.types.js → TimePickerGrid/TimePickerGrid.types.js} +0 -0
- /package/{styled-components/es/components/TimePicker → emotion/es/components/TimePickerGrid}/ui/TimeColumn/TimeColumn.types.js +0 -0
- /package/types/components/{TimePicker → TimePickerGrid}/ui/TimeColumn/TimeColumn.styles.d.ts +0 -0
|
@@ -56,8 +56,9 @@ var config = {
|
|
|
56
56
|
":var(--text-secondary-active);",
|
|
57
57
|
":var(--surface-clear);",
|
|
58
58
|
":0.4;",
|
|
59
|
-
":var(--surface-accent);"
|
|
60
|
-
|
|
59
|
+
":var(--surface-accent);",
|
|
60
|
+
":var(--text-primary);"
|
|
61
|
+
], _Attach.attachTokens.buttonColor, _Attach.attachTokens.buttonValueColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonLoadingBackgroundColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonColorHover, _Attach.attachTokens.buttonBackgroundColorHover, _Attach.attachTokens.buttonColorActive, _Attach.attachTokens.buttonBackgroundColorActive, _Attach.attachTokens.buttonDisabledOpacity, _Attach.attachTokens.buttonFocusColor, _Attach.attachTokens.cellColor, _Attach.attachTokens.cellLabelColor, _Attach.attachTokens.cellTitleColor, _Attach.attachTokens.cellSubtitleColor, _Attach.attachTokens.cellBackgroundColor, _Attach.attachTokens.iconButtonColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonLoadingBackgroundColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonColorHover, _Attach.attachTokens.iconButtonBackgroundColorHover, _Attach.attachTokens.iconButtonColorActive, _Attach.attachTokens.iconButtonBackgroundColorActive, _Attach.attachTokens.iconButtonDisabledOpacity, _Attach.attachTokens.iconButtonFocusColor, _Attach.attachTokens.iconButtonCancelColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelLoadingBackgroundColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelColorHover, _Attach.attachTokens.iconButtonCancelBackgroundColorHover, _Attach.attachTokens.iconButtonCancelColorActive, _Attach.attachTokens.iconButtonCancelBackgroundColorActive, _Attach.attachTokens.iconButtonCancelDisabledOpacity, _Attach.attachTokens.iconButtonCancelFocusColor, _Attach.attachTokens.moreIconColor),
|
|
61
62
|
accent: (0, _styledcomponents.css)([
|
|
62
63
|
"",
|
|
63
64
|
":var(--on-dark-text-primary);",
|
|
@@ -95,8 +96,9 @@ var config = {
|
|
|
95
96
|
":var(--text-secondary-active);",
|
|
96
97
|
":var(--surface-clear);",
|
|
97
98
|
":0.4;",
|
|
98
|
-
":var(--surface-accent);"
|
|
99
|
-
|
|
99
|
+
":var(--surface-accent);",
|
|
100
|
+
":var(--text-primary);"
|
|
101
|
+
], _Attach.attachTokens.buttonColor, _Attach.attachTokens.buttonValueColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonLoadingBackgroundColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonColorHover, _Attach.attachTokens.buttonBackgroundColorHover, _Attach.attachTokens.buttonColorActive, _Attach.attachTokens.buttonBackgroundColorActive, _Attach.attachTokens.buttonDisabledOpacity, _Attach.attachTokens.buttonFocusColor, _Attach.attachTokens.cellColor, _Attach.attachTokens.cellLabelColor, _Attach.attachTokens.cellTitleColor, _Attach.attachTokens.cellSubtitleColor, _Attach.attachTokens.cellBackgroundColor, _Attach.attachTokens.iconButtonColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonLoadingBackgroundColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonColorHover, _Attach.attachTokens.iconButtonBackgroundColorHover, _Attach.attachTokens.iconButtonColorActive, _Attach.attachTokens.iconButtonBackgroundColorActive, _Attach.attachTokens.iconButtonDisabledOpacity, _Attach.attachTokens.iconButtonFocusColor, _Attach.attachTokens.iconButtonCancelColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelLoadingBackgroundColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelColorHover, _Attach.attachTokens.iconButtonCancelBackgroundColorHover, _Attach.attachTokens.iconButtonCancelColorActive, _Attach.attachTokens.iconButtonCancelBackgroundColorActive, _Attach.attachTokens.iconButtonCancelDisabledOpacity, _Attach.attachTokens.iconButtonCancelFocusColor, _Attach.attachTokens.moreIconColor),
|
|
100
102
|
secondary: (0, _styledcomponents.css)([
|
|
101
103
|
"",
|
|
102
104
|
":var(--text-primary);",
|
|
@@ -134,8 +136,9 @@ var config = {
|
|
|
134
136
|
":var(--text-secondary-active);",
|
|
135
137
|
":var(--surface-clear);",
|
|
136
138
|
":0.4;",
|
|
137
|
-
":var(--surface-accent);"
|
|
138
|
-
|
|
139
|
+
":var(--surface-accent);",
|
|
140
|
+
":var(--text-primary);"
|
|
141
|
+
], _Attach.attachTokens.buttonColor, _Attach.attachTokens.buttonValueColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonLoadingBackgroundColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonColorHover, _Attach.attachTokens.buttonBackgroundColorHover, _Attach.attachTokens.buttonColorActive, _Attach.attachTokens.buttonBackgroundColorActive, _Attach.attachTokens.buttonDisabledOpacity, _Attach.attachTokens.buttonFocusColor, _Attach.attachTokens.cellColor, _Attach.attachTokens.cellLabelColor, _Attach.attachTokens.cellTitleColor, _Attach.attachTokens.cellSubtitleColor, _Attach.attachTokens.cellBackgroundColor, _Attach.attachTokens.iconButtonColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonLoadingBackgroundColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonColorHover, _Attach.attachTokens.iconButtonBackgroundColorHover, _Attach.attachTokens.iconButtonColorActive, _Attach.attachTokens.iconButtonBackgroundColorActive, _Attach.attachTokens.iconButtonDisabledOpacity, _Attach.attachTokens.iconButtonFocusColor, _Attach.attachTokens.iconButtonCancelColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelLoadingBackgroundColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelColorHover, _Attach.attachTokens.iconButtonCancelBackgroundColorHover, _Attach.attachTokens.iconButtonCancelColorActive, _Attach.attachTokens.iconButtonCancelBackgroundColorActive, _Attach.attachTokens.iconButtonCancelDisabledOpacity, _Attach.attachTokens.iconButtonCancelFocusColor, _Attach.attachTokens.moreIconColor),
|
|
139
142
|
clear: (0, _styledcomponents.css)([
|
|
140
143
|
"",
|
|
141
144
|
":var(--text-primary);",
|
|
@@ -173,8 +176,9 @@ var config = {
|
|
|
173
176
|
":var(--text-secondary-active);",
|
|
174
177
|
":var(--surface-clear);",
|
|
175
178
|
":0.4;",
|
|
176
|
-
":var(--surface-accent);"
|
|
177
|
-
|
|
179
|
+
":var(--surface-accent);",
|
|
180
|
+
":var(--text-primary);"
|
|
181
|
+
], _Attach.attachTokens.buttonColor, _Attach.attachTokens.buttonValueColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonLoadingBackgroundColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonColorHover, _Attach.attachTokens.buttonBackgroundColorHover, _Attach.attachTokens.buttonColorActive, _Attach.attachTokens.buttonBackgroundColorActive, _Attach.attachTokens.buttonDisabledOpacity, _Attach.attachTokens.buttonFocusColor, _Attach.attachTokens.cellColor, _Attach.attachTokens.cellLabelColor, _Attach.attachTokens.cellTitleColor, _Attach.attachTokens.cellSubtitleColor, _Attach.attachTokens.cellBackgroundColor, _Attach.attachTokens.iconButtonColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonLoadingBackgroundColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonColorHover, _Attach.attachTokens.iconButtonBackgroundColorHover, _Attach.attachTokens.iconButtonColorActive, _Attach.attachTokens.iconButtonBackgroundColorActive, _Attach.attachTokens.iconButtonDisabledOpacity, _Attach.attachTokens.iconButtonFocusColor, _Attach.attachTokens.iconButtonCancelColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelLoadingBackgroundColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelColorHover, _Attach.attachTokens.iconButtonCancelBackgroundColorHover, _Attach.attachTokens.iconButtonCancelColorActive, _Attach.attachTokens.iconButtonCancelBackgroundColorActive, _Attach.attachTokens.iconButtonCancelDisabledOpacity, _Attach.attachTokens.iconButtonCancelFocusColor, _Attach.attachTokens.moreIconColor),
|
|
178
182
|
positive: (0, _styledcomponents.css)([
|
|
179
183
|
"",
|
|
180
184
|
":var(--on-dark-text-primary);",
|
|
@@ -202,8 +206,9 @@ var config = {
|
|
|
202
206
|
":var(--text-secondary-active);",
|
|
203
207
|
":var(--surface-clear);",
|
|
204
208
|
":0.4;",
|
|
205
|
-
":var(--surface-accent);"
|
|
206
|
-
|
|
209
|
+
":var(--surface-accent);",
|
|
210
|
+
":var(--text-primary);"
|
|
211
|
+
], _Attach.attachTokens.buttonColor, _Attach.attachTokens.buttonValueColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonLoadingBackgroundColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonColorHover, _Attach.attachTokens.buttonBackgroundColorHover, _Attach.attachTokens.buttonColorActive, _Attach.attachTokens.buttonBackgroundColorActive, _Attach.attachTokens.buttonDisabledOpacity, _Attach.attachTokens.buttonFocusColor, _Attach.attachTokens.cellColor, _Attach.attachTokens.cellLabelColor, _Attach.attachTokens.cellTitleColor, _Attach.attachTokens.cellSubtitleColor, _Attach.attachTokens.cellBackgroundColor, _Attach.attachTokens.iconButtonCancelColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelLoadingBackgroundColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelColorHover, _Attach.attachTokens.iconButtonCancelBackgroundColorHover, _Attach.attachTokens.iconButtonCancelColorActive, _Attach.attachTokens.iconButtonCancelBackgroundColorActive, _Attach.attachTokens.iconButtonCancelDisabledOpacity, _Attach.attachTokens.iconButtonCancelFocusColor, _Attach.attachTokens.moreIconColor),
|
|
207
212
|
success: (0, _styledcomponents.css)([
|
|
208
213
|
"",
|
|
209
214
|
":var(--text-primary);",
|
|
@@ -230,8 +235,9 @@ var config = {
|
|
|
230
235
|
":var(--text-secondary-active);",
|
|
231
236
|
":var(--surface-clear);",
|
|
232
237
|
":0.4;",
|
|
233
|
-
":var(--surface-accent);"
|
|
234
|
-
|
|
238
|
+
":var(--surface-accent);",
|
|
239
|
+
":var(--text-primary);"
|
|
240
|
+
], _Attach.attachTokens.cellColor, _Attach.attachTokens.cellLabelColor, _Attach.attachTokens.cellTitleColor, _Attach.attachTokens.cellSubtitleColor, _Attach.attachTokens.cellBackgroundColor, _Attach.attachTokens.iconButtonColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonLoadingBackgroundColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonColorHover, _Attach.attachTokens.iconButtonBackgroundColorHover, _Attach.attachTokens.iconButtonColorActive, _Attach.attachTokens.iconButtonBackgroundColorActive, _Attach.attachTokens.iconButtonDisabledOpacity, _Attach.attachTokens.iconButtonFocusColor, _Attach.attachTokens.iconButtonCancelColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelLoadingBackgroundColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelColorHover, _Attach.attachTokens.iconButtonCancelBackgroundColorHover, _Attach.attachTokens.iconButtonCancelColorActive, _Attach.attachTokens.iconButtonCancelBackgroundColorActive, _Attach.attachTokens.iconButtonCancelDisabledOpacity, _Attach.attachTokens.iconButtonCancelFocusColor, _Attach.attachTokens.moreIconColor),
|
|
235
241
|
warning: (0, _styledcomponents.css)([
|
|
236
242
|
"",
|
|
237
243
|
":var(--on-dark-text-primary);",
|
|
@@ -269,8 +275,9 @@ var config = {
|
|
|
269
275
|
":var(--text-secondary-active);",
|
|
270
276
|
":var(--surface-clear);",
|
|
271
277
|
":0.4;",
|
|
272
|
-
":var(--surface-accent);"
|
|
273
|
-
|
|
278
|
+
":var(--surface-accent);",
|
|
279
|
+
":var(--text-primary);"
|
|
280
|
+
], _Attach.attachTokens.buttonColor, _Attach.attachTokens.buttonValueColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonLoadingBackgroundColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonColorHover, _Attach.attachTokens.buttonBackgroundColorHover, _Attach.attachTokens.buttonColorActive, _Attach.attachTokens.buttonBackgroundColorActive, _Attach.attachTokens.buttonDisabledOpacity, _Attach.attachTokens.buttonFocusColor, _Attach.attachTokens.cellColor, _Attach.attachTokens.cellLabelColor, _Attach.attachTokens.cellTitleColor, _Attach.attachTokens.cellSubtitleColor, _Attach.attachTokens.cellBackgroundColor, _Attach.attachTokens.iconButtonColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonLoadingBackgroundColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonColorHover, _Attach.attachTokens.iconButtonBackgroundColorHover, _Attach.attachTokens.iconButtonColorActive, _Attach.attachTokens.iconButtonBackgroundColorActive, _Attach.attachTokens.iconButtonDisabledOpacity, _Attach.attachTokens.iconButtonFocusColor, _Attach.attachTokens.iconButtonCancelColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelLoadingBackgroundColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelColorHover, _Attach.attachTokens.iconButtonCancelBackgroundColorHover, _Attach.attachTokens.iconButtonCancelColorActive, _Attach.attachTokens.iconButtonCancelBackgroundColorActive, _Attach.attachTokens.iconButtonCancelDisabledOpacity, _Attach.attachTokens.iconButtonCancelFocusColor, _Attach.attachTokens.moreIconColor),
|
|
274
281
|
critical: (0, _styledcomponents.css)([
|
|
275
282
|
"",
|
|
276
283
|
":var(--text-primary);",
|
|
@@ -297,8 +304,9 @@ var config = {
|
|
|
297
304
|
":var(--text-secondary-active);",
|
|
298
305
|
":var(--surface-clear);",
|
|
299
306
|
":0.4;",
|
|
300
|
-
":var(--surface-accent);"
|
|
301
|
-
|
|
307
|
+
":var(--surface-accent);",
|
|
308
|
+
":var(--text-primary);"
|
|
309
|
+
], _Attach.attachTokens.cellColor, _Attach.attachTokens.cellLabelColor, _Attach.attachTokens.cellTitleColor, _Attach.attachTokens.cellSubtitleColor, _Attach.attachTokens.cellBackgroundColor, _Attach.attachTokens.iconButtonColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonLoadingBackgroundColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonColorHover, _Attach.attachTokens.iconButtonBackgroundColorHover, _Attach.attachTokens.iconButtonColorActive, _Attach.attachTokens.iconButtonBackgroundColorActive, _Attach.attachTokens.iconButtonDisabledOpacity, _Attach.attachTokens.iconButtonFocusColor, _Attach.attachTokens.iconButtonCancelColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelLoadingBackgroundColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelColorHover, _Attach.attachTokens.iconButtonCancelBackgroundColorHover, _Attach.attachTokens.iconButtonCancelColorActive, _Attach.attachTokens.iconButtonCancelBackgroundColorActive, _Attach.attachTokens.iconButtonCancelDisabledOpacity, _Attach.attachTokens.iconButtonCancelFocusColor, _Attach.attachTokens.moreIconColor),
|
|
302
310
|
negative: (0, _styledcomponents.css)([
|
|
303
311
|
"",
|
|
304
312
|
":var(--on-dark-text-primary);",
|
|
@@ -326,8 +334,9 @@ var config = {
|
|
|
326
334
|
":var(--text-secondary-active);",
|
|
327
335
|
":var(--surface-clear);",
|
|
328
336
|
":0.4;",
|
|
329
|
-
":var(--surface-accent);"
|
|
330
|
-
|
|
337
|
+
":var(--surface-accent);",
|
|
338
|
+
":var(--text-primary);"
|
|
339
|
+
], _Attach.attachTokens.buttonColor, _Attach.attachTokens.buttonValueColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonLoadingBackgroundColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonColorHover, _Attach.attachTokens.buttonBackgroundColorHover, _Attach.attachTokens.buttonColorActive, _Attach.attachTokens.buttonBackgroundColorActive, _Attach.attachTokens.buttonDisabledOpacity, _Attach.attachTokens.buttonFocusColor, _Attach.attachTokens.cellColor, _Attach.attachTokens.cellLabelColor, _Attach.attachTokens.cellTitleColor, _Attach.attachTokens.cellSubtitleColor, _Attach.attachTokens.cellBackgroundColor, _Attach.attachTokens.iconButtonCancelColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelLoadingBackgroundColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelColorHover, _Attach.attachTokens.iconButtonCancelBackgroundColorHover, _Attach.attachTokens.iconButtonCancelColorActive, _Attach.attachTokens.iconButtonCancelBackgroundColorActive, _Attach.attachTokens.iconButtonCancelDisabledOpacity, _Attach.attachTokens.iconButtonCancelFocusColor, _Attach.attachTokens.moreIconColor),
|
|
331
340
|
dark: (0, _styledcomponents.css)([
|
|
332
341
|
"",
|
|
333
342
|
":var(--on-dark-text-primary);",
|
|
@@ -365,8 +374,9 @@ var config = {
|
|
|
365
374
|
":var(--text-secondary-active);",
|
|
366
375
|
":var(--surface-clear);",
|
|
367
376
|
":0.4;",
|
|
368
|
-
":var(--surface-accent);"
|
|
369
|
-
|
|
377
|
+
":var(--surface-accent);",
|
|
378
|
+
":var(--text-primary);"
|
|
379
|
+
], _Attach.attachTokens.buttonColor, _Attach.attachTokens.buttonValueColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonLoadingBackgroundColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonColorHover, _Attach.attachTokens.buttonBackgroundColorHover, _Attach.attachTokens.buttonColorActive, _Attach.attachTokens.buttonBackgroundColorActive, _Attach.attachTokens.buttonDisabledOpacity, _Attach.attachTokens.buttonFocusColor, _Attach.attachTokens.cellColor, _Attach.attachTokens.cellLabelColor, _Attach.attachTokens.cellTitleColor, _Attach.attachTokens.cellSubtitleColor, _Attach.attachTokens.cellBackgroundColor, _Attach.attachTokens.iconButtonColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonLoadingBackgroundColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonColorHover, _Attach.attachTokens.iconButtonBackgroundColorHover, _Attach.attachTokens.iconButtonColorActive, _Attach.attachTokens.iconButtonBackgroundColorActive, _Attach.attachTokens.iconButtonDisabledOpacity, _Attach.attachTokens.iconButtonFocusColor, _Attach.attachTokens.iconButtonCancelColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelLoadingBackgroundColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelColorHover, _Attach.attachTokens.iconButtonCancelBackgroundColorHover, _Attach.attachTokens.iconButtonCancelColorActive, _Attach.attachTokens.iconButtonCancelBackgroundColorActive, _Attach.attachTokens.iconButtonCancelDisabledOpacity, _Attach.attachTokens.iconButtonCancelFocusColor, _Attach.attachTokens.moreIconColor),
|
|
370
380
|
black: (0, _styledcomponents.css)([
|
|
371
381
|
"",
|
|
372
382
|
":var(--on-dark-text-primary);",
|
|
@@ -404,8 +414,9 @@ var config = {
|
|
|
404
414
|
":var(--text-secondary-active);",
|
|
405
415
|
":var(--surface-clear);",
|
|
406
416
|
":0.4;",
|
|
407
|
-
":var(--surface-accent);"
|
|
408
|
-
|
|
417
|
+
":var(--surface-accent);",
|
|
418
|
+
":var(--text-primary);"
|
|
419
|
+
], _Attach.attachTokens.buttonColor, _Attach.attachTokens.buttonValueColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonLoadingBackgroundColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonColorHover, _Attach.attachTokens.buttonBackgroundColorHover, _Attach.attachTokens.buttonColorActive, _Attach.attachTokens.buttonBackgroundColorActive, _Attach.attachTokens.buttonDisabledOpacity, _Attach.attachTokens.buttonFocusColor, _Attach.attachTokens.cellColor, _Attach.attachTokens.cellLabelColor, _Attach.attachTokens.cellTitleColor, _Attach.attachTokens.cellSubtitleColor, _Attach.attachTokens.cellBackgroundColor, _Attach.attachTokens.iconButtonColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonLoadingBackgroundColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonColorHover, _Attach.attachTokens.iconButtonBackgroundColorHover, _Attach.attachTokens.iconButtonColorActive, _Attach.attachTokens.iconButtonBackgroundColorActive, _Attach.attachTokens.iconButtonDisabledOpacity, _Attach.attachTokens.iconButtonFocusColor, _Attach.attachTokens.iconButtonCancelColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelLoadingBackgroundColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelColorHover, _Attach.attachTokens.iconButtonCancelBackgroundColorHover, _Attach.attachTokens.iconButtonCancelColorActive, _Attach.attachTokens.iconButtonCancelBackgroundColorActive, _Attach.attachTokens.iconButtonCancelDisabledOpacity, _Attach.attachTokens.iconButtonCancelFocusColor, _Attach.attachTokens.moreIconColor),
|
|
409
420
|
white: (0, _styledcomponents.css)([
|
|
410
421
|
"",
|
|
411
422
|
":var(--on-light-text-primary);",
|
|
@@ -443,8 +454,9 @@ var config = {
|
|
|
443
454
|
":var(--text-secondary-active);",
|
|
444
455
|
":var(--surface-clear);",
|
|
445
456
|
":0.4;",
|
|
446
|
-
":var(--surface-accent);"
|
|
447
|
-
|
|
457
|
+
":var(--surface-accent);",
|
|
458
|
+
":var(--text-primary);"
|
|
459
|
+
], _Attach.attachTokens.buttonColor, _Attach.attachTokens.buttonValueColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonLoadingBackgroundColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonColorHover, _Attach.attachTokens.buttonBackgroundColorHover, _Attach.attachTokens.buttonColorActive, _Attach.attachTokens.buttonBackgroundColorActive, _Attach.attachTokens.buttonDisabledOpacity, _Attach.attachTokens.buttonFocusColor, _Attach.attachTokens.cellColor, _Attach.attachTokens.cellLabelColor, _Attach.attachTokens.cellTitleColor, _Attach.attachTokens.cellSubtitleColor, _Attach.attachTokens.cellBackgroundColor, _Attach.attachTokens.iconButtonColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonLoadingBackgroundColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonColorHover, _Attach.attachTokens.iconButtonBackgroundColorHover, _Attach.attachTokens.iconButtonColorActive, _Attach.attachTokens.iconButtonBackgroundColorActive, _Attach.attachTokens.iconButtonDisabledOpacity, _Attach.attachTokens.iconButtonFocusColor, _Attach.attachTokens.iconButtonCancelColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelLoadingBackgroundColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelColorHover, _Attach.attachTokens.iconButtonCancelBackgroundColorHover, _Attach.attachTokens.iconButtonCancelColorActive, _Attach.attachTokens.iconButtonCancelBackgroundColorActive, _Attach.attachTokens.iconButtonCancelDisabledOpacity, _Attach.attachTokens.iconButtonCancelFocusColor, _Attach.attachTokens.moreIconColor)
|
|
448
460
|
},
|
|
449
461
|
helperTextView: {
|
|
450
462
|
default: (0, _styledcomponents.css)([
|
|
@@ -463,6 +475,7 @@ var config = {
|
|
|
463
475
|
":0.5rem;",
|
|
464
476
|
":1.625rem;",
|
|
465
477
|
":3.5rem;",
|
|
478
|
+
":2.125rem;",
|
|
466
479
|
":3.5rem;",
|
|
467
480
|
":12.5rem;",
|
|
468
481
|
":1.5rem;",
|
|
@@ -526,14 +539,19 @@ var config = {
|
|
|
526
539
|
":var(--plasma-typo-body-xs-letter-spacing);",
|
|
527
540
|
":var(--plasma-typo-body-xs-line-height);",
|
|
528
541
|
":1rem;",
|
|
529
|
-
":inherit;"
|
|
530
|
-
|
|
542
|
+
":inherit;",
|
|
543
|
+
":0.75rem;",
|
|
544
|
+
":0.875rem;",
|
|
545
|
+
":0.125rem;",
|
|
546
|
+
":1rem;"
|
|
547
|
+
], _Attach.attachTokens.horizontalGap, _Attach.attachTokens.verticalGap, _Attach.attachTokens.verticalGapWithHelperText, _Attach.attachTokens.filenameWrapperHeight, _Attach.attachTokens.filenameDropdownWrapperHeight, _Attach.attachTokens.buttonHeight, _Attach.attachTokens.buttonWidth, _Attach.attachTokens.buttonPadding, _Attach.attachTokens.buttonRadius, _Attach.attachTokens.buttonFontFamily, _Attach.attachTokens.buttonFontSize, _Attach.attachTokens.buttonFontStyle, _Attach.attachTokens.buttonFontWeight, _Attach.attachTokens.buttonLetterSpacing, _Attach.attachTokens.buttonLineHeight, _Attach.attachTokens.buttonSpinnerSize, _Attach.attachTokens.buttonSpinnerColor, _Attach.attachTokens.buttonLeftContentMargin, _Attach.attachTokens.buttonRightContentMargin, _Attach.attachTokens.buttonValueMargin, _Attach.attachTokens.cellWidth, _Attach.attachTokens.cellPadding, _Attach.attachTokens.cellPaddingLeftContent, _Attach.attachTokens.cellPaddingContent, _Attach.attachTokens.cellPaddingRightContent, _Attach.attachTokens.cellTextboxGap, _Attach.attachTokens.cellGap, _Attach.attachTokens.cellLabelFontFamily, _Attach.attachTokens.cellLabelFontSize, _Attach.attachTokens.cellLabelFontStyle, _Attach.attachTokens.cellLabelFontWeight, _Attach.attachTokens.cellLabelLetterSpacing, _Attach.attachTokens.cellLabelLineHeight, _Attach.attachTokens.cellTitleFontFamily, _Attach.attachTokens.cellTitleFontSize, _Attach.attachTokens.cellTitleFontStyle, _Attach.attachTokens.cellTitleFontWeight, _Attach.attachTokens.cellTitleLetterSpacing, _Attach.attachTokens.cellTitleLineHeight, _Attach.attachTokens.cellSubtitleFontFamily, _Attach.attachTokens.cellSubtitleFontSize, _Attach.attachTokens.cellSubtitleFontStyle, _Attach.attachTokens.cellSubtitleFontWeight, _Attach.attachTokens.cellSubtitleLetterSpacing, _Attach.attachTokens.cellSubtitleLineHeight, _Attach.attachTokens.iconButtonHeight, _Attach.attachTokens.iconButtonWidth, _Attach.attachTokens.iconButtonPadding, _Attach.attachTokens.iconButtonRadius, _Attach.attachTokens.iconButtonFontFamily, _Attach.attachTokens.iconButtonFontSize, _Attach.attachTokens.iconButtonFontStyle, _Attach.attachTokens.iconButtonFontWeight, _Attach.attachTokens.iconButtonLetterSpacing, _Attach.attachTokens.iconButtonLineHeight, _Attach.attachTokens.iconButtonSpinnerSize, _Attach.attachTokens.iconButtonSpinnerColor, _Attach.attachTokens.iconButtonCancelHeight, _Attach.attachTokens.iconButtonCancelWidth, _Attach.attachTokens.iconButtonCancelPadding, _Attach.attachTokens.iconButtonCancelRadius, _Attach.attachTokens.iconButtonCancelFontFamily, _Attach.attachTokens.iconButtonCancelFontSize, _Attach.attachTokens.iconButtonCancelFontStyle, _Attach.attachTokens.iconButtonCancelFontWeight, _Attach.attachTokens.iconButtonCancelLetterSpacing, _Attach.attachTokens.iconButtonCancelLineHeight, _Attach.attachTokens.iconButtonCancelSpinnerSize, _Attach.attachTokens.iconButtonCancelSpinnerColor, _Attach.attachTokens.moreIconPadding, _Attach.attachTokens.dropdownBorderRadius, _Attach.attachTokens.dropdownPadding, _Attach.attachTokens.dropdownItemPadding),
|
|
531
548
|
m: (0, _styledcomponents.css)([
|
|
532
549
|
"",
|
|
533
550
|
":1.25rem;",
|
|
534
551
|
":0.5rem;",
|
|
535
552
|
":1.625rem;",
|
|
536
553
|
":3rem;",
|
|
554
|
+
":2rem;",
|
|
537
555
|
":3rem;",
|
|
538
556
|
":11.25rem;",
|
|
539
557
|
":1.25rem;",
|
|
@@ -597,14 +615,19 @@ var config = {
|
|
|
597
615
|
":var(--plasma-typo-body-xs-letter-spacing);",
|
|
598
616
|
":var(--plasma-typo-body-xs-line-height);",
|
|
599
617
|
":1rem;",
|
|
600
|
-
":inherit;"
|
|
601
|
-
|
|
618
|
+
":inherit;",
|
|
619
|
+
":0.5rem;",
|
|
620
|
+
":0.75rem;",
|
|
621
|
+
":0.125rem;",
|
|
622
|
+
":0.5rem 0.875rem;"
|
|
623
|
+
], _Attach.attachTokens.horizontalGap, _Attach.attachTokens.verticalGap, _Attach.attachTokens.verticalGapWithHelperText, _Attach.attachTokens.filenameWrapperHeight, _Attach.attachTokens.filenameDropdownWrapperHeight, _Attach.attachTokens.buttonHeight, _Attach.attachTokens.buttonWidth, _Attach.attachTokens.buttonPadding, _Attach.attachTokens.buttonRadius, _Attach.attachTokens.buttonFontFamily, _Attach.attachTokens.buttonFontSize, _Attach.attachTokens.buttonFontStyle, _Attach.attachTokens.buttonFontWeight, _Attach.attachTokens.buttonLetterSpacing, _Attach.attachTokens.buttonLineHeight, _Attach.attachTokens.buttonSpinnerSize, _Attach.attachTokens.buttonSpinnerColor, _Attach.attachTokens.buttonLeftContentMargin, _Attach.attachTokens.buttonRightContentMargin, _Attach.attachTokens.buttonValueMargin, _Attach.attachTokens.cellWidth, _Attach.attachTokens.cellPadding, _Attach.attachTokens.cellPaddingLeftContent, _Attach.attachTokens.cellPaddingContent, _Attach.attachTokens.cellPaddingRightContent, _Attach.attachTokens.cellTextboxGap, _Attach.attachTokens.cellGap, _Attach.attachTokens.cellLabelFontFamily, _Attach.attachTokens.cellLabelFontSize, _Attach.attachTokens.cellLabelFontStyle, _Attach.attachTokens.cellLabelFontWeight, _Attach.attachTokens.cellLabelLetterSpacing, _Attach.attachTokens.cellLabelLineHeight, _Attach.attachTokens.cellTitleFontFamily, _Attach.attachTokens.cellTitleFontSize, _Attach.attachTokens.cellTitleFontStyle, _Attach.attachTokens.cellTitleFontWeight, _Attach.attachTokens.cellTitleLetterSpacing, _Attach.attachTokens.cellTitleLineHeight, _Attach.attachTokens.cellSubtitleFontFamily, _Attach.attachTokens.cellSubtitleFontSize, _Attach.attachTokens.cellSubtitleFontStyle, _Attach.attachTokens.cellSubtitleFontWeight, _Attach.attachTokens.cellSubtitleLetterSpacing, _Attach.attachTokens.cellSubtitleLineHeight, _Attach.attachTokens.iconButtonHeight, _Attach.attachTokens.iconButtonWidth, _Attach.attachTokens.iconButtonPadding, _Attach.attachTokens.iconButtonRadius, _Attach.attachTokens.iconButtonFontFamily, _Attach.attachTokens.iconButtonFontSize, _Attach.attachTokens.iconButtonFontStyle, _Attach.attachTokens.iconButtonFontWeight, _Attach.attachTokens.iconButtonLetterSpacing, _Attach.attachTokens.iconButtonLineHeight, _Attach.attachTokens.iconButtonSpinnerSize, _Attach.attachTokens.iconButtonSpinnerColor, _Attach.attachTokens.iconButtonCancelHeight, _Attach.attachTokens.iconButtonCancelWidth, _Attach.attachTokens.iconButtonCancelPadding, _Attach.attachTokens.iconButtonCancelRadius, _Attach.attachTokens.iconButtonCancelFontFamily, _Attach.attachTokens.iconButtonCancelFontSize, _Attach.attachTokens.iconButtonCancelFontStyle, _Attach.attachTokens.iconButtonCancelFontWeight, _Attach.attachTokens.iconButtonCancelLetterSpacing, _Attach.attachTokens.iconButtonCancelLineHeight, _Attach.attachTokens.iconButtonCancelSpinnerSize, _Attach.attachTokens.iconButtonCancelSpinnerColor, _Attach.attachTokens.moreIconPadding, _Attach.attachTokens.dropdownBorderRadius, _Attach.attachTokens.dropdownPadding, _Attach.attachTokens.dropdownItemPadding),
|
|
602
624
|
s: (0, _styledcomponents.css)([
|
|
603
625
|
"",
|
|
604
626
|
":1rem;",
|
|
605
627
|
":0.375rem;",
|
|
606
628
|
":1.5rem;",
|
|
607
629
|
":2.5rem;",
|
|
630
|
+
":2rem;",
|
|
608
631
|
":2.5rem;",
|
|
609
632
|
":11.25rem;",
|
|
610
633
|
":1rem;",
|
|
@@ -668,8 +691,12 @@ var config = {
|
|
|
668
691
|
":var(--plasma-typo-body-xs-letter-spacing);",
|
|
669
692
|
":var(--plasma-typo-body-xs-line-height);",
|
|
670
693
|
":1rem;",
|
|
671
|
-
":inherit;"
|
|
672
|
-
|
|
694
|
+
":inherit;",
|
|
695
|
+
":0.25rem;",
|
|
696
|
+
":0.625rem;",
|
|
697
|
+
":0.125rem;",
|
|
698
|
+
":0.25rem 0.75rem;"
|
|
699
|
+
], _Attach.attachTokens.horizontalGap, _Attach.attachTokens.verticalGap, _Attach.attachTokens.verticalGapWithHelperText, _Attach.attachTokens.filenameWrapperHeight, _Attach.attachTokens.filenameDropdownWrapperHeight, _Attach.attachTokens.buttonHeight, _Attach.attachTokens.buttonWidth, _Attach.attachTokens.buttonPadding, _Attach.attachTokens.buttonRadius, _Attach.attachTokens.buttonFontFamily, _Attach.attachTokens.buttonFontSize, _Attach.attachTokens.buttonFontStyle, _Attach.attachTokens.buttonFontWeight, _Attach.attachTokens.buttonLetterSpacing, _Attach.attachTokens.buttonLineHeight, _Attach.attachTokens.buttonSpinnerSize, _Attach.attachTokens.buttonSpinnerColor, _Attach.attachTokens.buttonLeftContentMargin, _Attach.attachTokens.buttonRightContentMargin, _Attach.attachTokens.buttonValueMargin, _Attach.attachTokens.cellWidth, _Attach.attachTokens.cellPadding, _Attach.attachTokens.cellPaddingLeftContent, _Attach.attachTokens.cellPaddingContent, _Attach.attachTokens.cellPaddingRightContent, _Attach.attachTokens.cellTextboxGap, _Attach.attachTokens.cellGap, _Attach.attachTokens.cellLabelFontFamily, _Attach.attachTokens.cellLabelFontSize, _Attach.attachTokens.cellLabelFontStyle, _Attach.attachTokens.cellLabelFontWeight, _Attach.attachTokens.cellLabelLetterSpacing, _Attach.attachTokens.cellLabelLineHeight, _Attach.attachTokens.cellTitleFontFamily, _Attach.attachTokens.cellTitleFontSize, _Attach.attachTokens.cellTitleFontStyle, _Attach.attachTokens.cellTitleFontWeight, _Attach.attachTokens.cellTitleLetterSpacing, _Attach.attachTokens.cellTitleLineHeight, _Attach.attachTokens.cellSubtitleFontFamily, _Attach.attachTokens.cellSubtitleFontSize, _Attach.attachTokens.cellSubtitleFontStyle, _Attach.attachTokens.cellSubtitleFontWeight, _Attach.attachTokens.cellSubtitleLetterSpacing, _Attach.attachTokens.cellSubtitleLineHeight, _Attach.attachTokens.iconButtonHeight, _Attach.attachTokens.iconButtonWidth, _Attach.attachTokens.iconButtonPadding, _Attach.attachTokens.iconButtonRadius, _Attach.attachTokens.iconButtonFontFamily, _Attach.attachTokens.iconButtonFontSize, _Attach.attachTokens.iconButtonFontStyle, _Attach.attachTokens.iconButtonFontWeight, _Attach.attachTokens.iconButtonLetterSpacing, _Attach.attachTokens.iconButtonLineHeight, _Attach.attachTokens.iconButtonSpinnerSize, _Attach.attachTokens.iconButtonSpinnerColor, _Attach.attachTokens.iconButtonCancelHeight, _Attach.attachTokens.iconButtonCancelWidth, _Attach.attachTokens.iconButtonCancelPadding, _Attach.attachTokens.iconButtonCancelRadius, _Attach.attachTokens.iconButtonCancelFontFamily, _Attach.attachTokens.iconButtonCancelFontSize, _Attach.attachTokens.iconButtonCancelFontStyle, _Attach.attachTokens.iconButtonCancelFontWeight, _Attach.attachTokens.iconButtonCancelLetterSpacing, _Attach.attachTokens.iconButtonCancelLineHeight, _Attach.attachTokens.iconButtonCancelSpinnerSize, _Attach.attachTokens.iconButtonCancelSpinnerColor, _Attach.attachTokens.moreIconPadding, _Attach.attachTokens.dropdownBorderRadius, _Attach.attachTokens.dropdownPadding, _Attach.attachTokens.dropdownItemPadding),
|
|
673
700
|
xs: (0, _styledcomponents.css)([
|
|
674
701
|
"",
|
|
675
702
|
":0.75rem;",
|
|
@@ -677,6 +704,7 @@ var config = {
|
|
|
677
704
|
":1.375rem;",
|
|
678
705
|
":2rem;",
|
|
679
706
|
":2rem;",
|
|
707
|
+
":2rem;",
|
|
680
708
|
":10rem;",
|
|
681
709
|
":0.75rem;",
|
|
682
710
|
":0.5rem;",
|
|
@@ -739,8 +767,12 @@ var config = {
|
|
|
739
767
|
":var(--plasma-typo-body-xs-letter-spacing);",
|
|
740
768
|
":var(--plasma-typo-body-xs-line-height);",
|
|
741
769
|
":1rem;",
|
|
742
|
-
":inherit;"
|
|
743
|
-
|
|
770
|
+
":inherit;",
|
|
771
|
+
":0.25rem;",
|
|
772
|
+
":0.5rem;",
|
|
773
|
+
":0.125rem;",
|
|
774
|
+
":0.125rem 0.5rem;"
|
|
775
|
+
], _Attach.attachTokens.horizontalGap, _Attach.attachTokens.verticalGap, _Attach.attachTokens.verticalGapWithHelperText, _Attach.attachTokens.filenameWrapperHeight, _Attach.attachTokens.filenameDropdownWrapperHeight, _Attach.attachTokens.buttonHeight, _Attach.attachTokens.buttonWidth, _Attach.attachTokens.buttonPadding, _Attach.attachTokens.buttonRadius, _Attach.attachTokens.buttonFontFamily, _Attach.attachTokens.buttonFontSize, _Attach.attachTokens.buttonFontStyle, _Attach.attachTokens.buttonFontWeight, _Attach.attachTokens.buttonLetterSpacing, _Attach.attachTokens.buttonLineHeight, _Attach.attachTokens.buttonSpinnerSize, _Attach.attachTokens.buttonSpinnerColor, _Attach.attachTokens.buttonLeftContentMargin, _Attach.attachTokens.buttonRightContentMargin, _Attach.attachTokens.buttonValueMargin, _Attach.attachTokens.cellWidth, _Attach.attachTokens.cellPadding, _Attach.attachTokens.cellPaddingLeftContent, _Attach.attachTokens.cellPaddingContent, _Attach.attachTokens.cellPaddingRightContent, _Attach.attachTokens.cellTextboxGap, _Attach.attachTokens.cellGap, _Attach.attachTokens.cellLabelFontFamily, _Attach.attachTokens.cellLabelFontSize, _Attach.attachTokens.cellLabelFontStyle, _Attach.attachTokens.cellLabelFontWeight, _Attach.attachTokens.cellLabelLetterSpacing, _Attach.attachTokens.cellLabelLineHeight, _Attach.attachTokens.cellTitleFontFamily, _Attach.attachTokens.cellTitleFontSize, _Attach.attachTokens.cellTitleFontStyle, _Attach.attachTokens.cellTitleFontWeight, _Attach.attachTokens.cellTitleLetterSpacing, _Attach.attachTokens.cellTitleLineHeight, _Attach.attachTokens.cellSubtitleFontFamily, _Attach.attachTokens.cellSubtitleFontSize, _Attach.attachTokens.cellSubtitleFontStyle, _Attach.attachTokens.cellSubtitleFontWeight, _Attach.attachTokens.cellSubtitleLetterSpacing, _Attach.attachTokens.cellSubtitleLineHeight, _Attach.attachTokens.iconButtonHeight, _Attach.attachTokens.iconButtonWidth, _Attach.attachTokens.iconButtonPadding, _Attach.attachTokens.iconButtonRadius, _Attach.attachTokens.iconButtonFontFamily, _Attach.attachTokens.iconButtonFontSize, _Attach.attachTokens.iconButtonFontStyle, _Attach.attachTokens.iconButtonFontWeight, _Attach.attachTokens.iconButtonLetterSpacing, _Attach.attachTokens.iconButtonLineHeight, _Attach.attachTokens.iconButtonSpinnerSize, _Attach.attachTokens.iconButtonSpinnerColor, _Attach.attachTokens.iconButtonCancelHeight, _Attach.attachTokens.iconButtonCancelWidth, _Attach.attachTokens.iconButtonCancelPadding, _Attach.attachTokens.iconButtonCancelRadius, _Attach.attachTokens.iconButtonCancelFontFamily, _Attach.attachTokens.iconButtonCancelFontSize, _Attach.attachTokens.iconButtonCancelFontStyle, _Attach.attachTokens.iconButtonCancelFontWeight, _Attach.attachTokens.iconButtonCancelLetterSpacing, _Attach.attachTokens.iconButtonCancelLineHeight, _Attach.attachTokens.iconButtonCancelSpinnerSize, _Attach.attachTokens.iconButtonCancelSpinnerColor, _Attach.attachTokens.moreIconPadding, _Attach.attachTokens.dropdownBorderRadius, _Attach.attachTokens.dropdownPadding, _Attach.attachTokens.dropdownItemPadding)
|
|
744
776
|
}
|
|
745
777
|
}
|
|
746
778
|
};
|
|
@@ -13,7 +13,8 @@ var _Calendartokens = require("../../../components/Calendar/Calendar.tokens");
|
|
|
13
13
|
var config = {
|
|
14
14
|
defaults: {
|
|
15
15
|
view: 'default',
|
|
16
|
-
size: 'm'
|
|
16
|
+
size: 'm',
|
|
17
|
+
tooltipSize: 'm'
|
|
17
18
|
},
|
|
18
19
|
variations: {
|
|
19
20
|
view: {
|
|
@@ -46,8 +47,11 @@ var config = {
|
|
|
46
47
|
":var(--surface-clear);",
|
|
47
48
|
":var(--text-primary-hover);",
|
|
48
49
|
":var(--surface-clear);",
|
|
49
|
-
":var(--surface-accent);"
|
|
50
|
-
|
|
50
|
+
":var(--surface-accent);",
|
|
51
|
+
":var(--surface-solid-card-brightness);",
|
|
52
|
+
":var(--shadow-down-hard-s);",
|
|
53
|
+
":var(--text-primary);"
|
|
54
|
+
], _Calendartokens.tokens.calendarSelectedItemBackground, _Calendartokens.tokens.calendarSelectedItemColor, _Calendartokens.tokens.calendarSelectableItemBackgroundHover, _Calendartokens.tokens.calendarCurrentItemBorderColor, _Calendartokens.tokens.calendarCurrentItemBackgroundHover, _Calendartokens.tokens.calendarCurrentItemColorHover, _Calendartokens.tokens.calendarCurrentItemChildBackgroundHover, _Calendartokens.tokens.calendarActiveItemBackground, _Calendartokens.tokens.calendarActiveItemColor, _Calendartokens.tokens.calendarHoveredItemBackground, _Calendartokens.tokens.calendarHoveredItemColor, _Calendartokens.tokens.calendarRangeBackground, _Calendartokens.tokens.calendarOutlineFocusColor, _Calendartokens.tokens.calendarContentPrimaryColor, _Calendartokens.tokens.calendarContentPrimaryDisabledColor, _Calendartokens.tokens.calendarContentSecondaryColor, _Calendartokens.tokens.calendarContentSecondaryDisabledColor, _Calendartokens.tokens.calendarHeaderArrowColor, _Calendartokens.tokens.calendarContentPrimaryColor, _Calendartokens.tokens.calendarDayOfWeekColor, _Calendartokens.tokens.calendarDisabledOpacity, _Calendartokens.tokens.iconButtonColor, _Calendartokens.tokens.iconButtonBackgroundColor, _Calendartokens.tokens.iconButtonColorHover, _Calendartokens.tokens.iconButtonBackgroundColorHover, _Calendartokens.tokens.iconButtonColorActive, _Calendartokens.tokens.iconButtonBackgroundColorActive, _Calendartokens.tokens.iconButtonFocusColor, _Calendartokens.tokens.tooltipBackgroundColor, _Calendartokens.tokens.tooltipBoxShadow, _Calendartokens.tokens.tooltipColor)
|
|
51
55
|
},
|
|
52
56
|
size: {
|
|
53
57
|
l: (0, _styledcomponents.css)([
|
|
@@ -278,6 +282,52 @@ var config = {
|
|
|
278
282
|
":0.75rem;",
|
|
279
283
|
":0.5rem;"
|
|
280
284
|
], _Calendartokens.tokens.calendarContainerWidth, _Calendartokens.tokens.calendarContainerHeight, _Calendartokens.tokens.calendarYearsPadding, _Calendartokens.tokens.calendarYearItemBorderRadius, _Calendartokens.tokens.calendarYearFontFamily, _Calendartokens.tokens.calendarYearFontSize, _Calendartokens.tokens.calendarYearFontStyle, _Calendartokens.tokens.calendarYearFontLetterSpacing, _Calendartokens.tokens.calendarYearFontLineHeight, _Calendartokens.tokens.calendarYearFontWeight, _Calendartokens.tokens.calendarYearSelectedFontWeight, _Calendartokens.tokens.calendarQuartersPadding, _Calendartokens.tokens.calendarQuarterItemBorderRadius, _Calendartokens.tokens.calendarQuarterFontFamily, _Calendartokens.tokens.calendarQuarterFontSize, _Calendartokens.tokens.calendarQuarterFontStyle, _Calendartokens.tokens.calendarQuarterFontLetterSpacing, _Calendartokens.tokens.calendarQuarterFontLineHeight, _Calendartokens.tokens.calendarQuarterFontWeight, _Calendartokens.tokens.calendarQuarterSelectedFontWeight, _Calendartokens.tokens.calendarMonthsPadding, _Calendartokens.tokens.calendarMonthItemBorderRadius, _Calendartokens.tokens.calendarMonthFontFamily, _Calendartokens.tokens.calendarMonthFontSize, _Calendartokens.tokens.calendarMonthFontStyle, _Calendartokens.tokens.calendarMonthFontLetterSpacing, _Calendartokens.tokens.calendarMonthFontLineHeight, _Calendartokens.tokens.calendarMonthFontWeight, _Calendartokens.tokens.calendarMonthSelectedFontWeight, _Calendartokens.tokens.calendarDaysPadding, _Calendartokens.tokens.calendarDayItemBorderRadius, _Calendartokens.tokens.calendarDayFontFamily, _Calendartokens.tokens.calendarDayFontSize, _Calendartokens.tokens.calendarDayFontStyle, _Calendartokens.tokens.calendarDayFontLetterSpacing, _Calendartokens.tokens.calendarDayFontLineHeight, _Calendartokens.tokens.calendarDayFontWeight, _Calendartokens.tokens.calendarDaySelectedFontWeight, _Calendartokens.tokens.calendarCurrentItemBorderWidth, _Calendartokens.tokens.calendarHeaderArrowGap, _Calendartokens.tokens.calendarArrowHeaderCustomSize, _Calendartokens.tokens.calendarHeaderPadding, _Calendartokens.tokens.calendarHeaderDateGap, _Calendartokens.tokens.calendarHeaderFontFamily, _Calendartokens.tokens.calendarHeaderFontSize, _Calendartokens.tokens.calendarHeaderFontStyle, _Calendartokens.tokens.calendarHeaderFontLetterSpacing, _Calendartokens.tokens.calendarHeaderFontLineHeight, _Calendartokens.tokens.calendarHeaderFontWeight, _Calendartokens.tokens.calendarHeaderFontWeightBold, _Calendartokens.tokens.iconButtonHeight, _Calendartokens.tokens.iconButtonWidth, _Calendartokens.tokens.iconButtonPadding, _Calendartokens.tokens.iconButtonRadius)
|
|
285
|
+
},
|
|
286
|
+
eventTooltipSize: {
|
|
287
|
+
m: (0, _styledcomponents.css)([
|
|
288
|
+
"",
|
|
289
|
+
":0.6875rem;",
|
|
290
|
+
":0.875rem;",
|
|
291
|
+
":0.6875rem;",
|
|
292
|
+
":0.875rem;",
|
|
293
|
+
":2.5rem;",
|
|
294
|
+
":0.625rem;",
|
|
295
|
+
":var(--plasma-typo-body-s-font-family);",
|
|
296
|
+
":var(--plasma-typo-body-s-font-size);",
|
|
297
|
+
":var(--plasma-typo-body-s-font-style);",
|
|
298
|
+
":var(--plasma-typo-body-s-font-weight);",
|
|
299
|
+
":var(--plasma-typo-body-s-letter-spacing);",
|
|
300
|
+
":var(--plasma-typo-body-s-line-height);",
|
|
301
|
+
":0.375rem;",
|
|
302
|
+
":1.25rem;",
|
|
303
|
+
":1.25rem;",
|
|
304
|
+
':url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==");',
|
|
305
|
+
":0.5rem;",
|
|
306
|
+
":0.625rem;",
|
|
307
|
+
":var(--surface-solid-card-brightness);"
|
|
308
|
+
], _Calendartokens.tokens.tooltipPaddingTop, _Calendartokens.tokens.tooltipPaddingRight, _Calendartokens.tokens.tooltipPaddingBottom, _Calendartokens.tokens.tooltipPaddingLeft, _Calendartokens.tokens.tooltipMinHeight, _Calendartokens.tokens.tooltipBorderRadius, _Calendartokens.tokens.tooltipTextFontFamily, _Calendartokens.tokens.tooltipTextFontSize, _Calendartokens.tokens.tooltipTextFontStyle, _Calendartokens.tokens.tooltipTextFontWeight, _Calendartokens.tokens.tooltipTextFontLetterSpacing, _Calendartokens.tokens.tooltipTextFontLineHeight, _Calendartokens.tokens.tooltipContentLeftMargin, _Calendartokens.tokens.tooltipArrowMaskWidth, _Calendartokens.tokens.tooltipArrowMaskHeight, _Calendartokens.tokens.tooltipArrowMaskImage, _Calendartokens.tokens.tooltipArrowHeight, _Calendartokens.tokens.tooltipArrowEdgeMargin, _Calendartokens.tokens.tooltipArrowBackground),
|
|
309
|
+
s: (0, _styledcomponents.css)([
|
|
310
|
+
"",
|
|
311
|
+
":0.5rem;",
|
|
312
|
+
":0.75rem;",
|
|
313
|
+
":0.5rem;",
|
|
314
|
+
":0.75rem;",
|
|
315
|
+
":2rem;",
|
|
316
|
+
":0.5rem;",
|
|
317
|
+
":var(--plasma-typo-body-xs-font-family);",
|
|
318
|
+
":var(--plasma-typo-body-xs-font-size);",
|
|
319
|
+
":var(--plasma-typo-body-xs-font-style);",
|
|
320
|
+
":var(--plasma-typo-body-xs-font-weight);",
|
|
321
|
+
":var(--plasma-typo-body-xs-letter-spacing);",
|
|
322
|
+
":var(--plasma-typo-body-xs-line-height);",
|
|
323
|
+
":0.25rem;",
|
|
324
|
+
":1rem;",
|
|
325
|
+
":1rem;",
|
|
326
|
+
':url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+");',
|
|
327
|
+
":0.375rem;",
|
|
328
|
+
":0.5625rem;",
|
|
329
|
+
":var(--surface-solid-card-brightness);"
|
|
330
|
+
], _Calendartokens.tokens.tooltipPaddingTop, _Calendartokens.tokens.tooltipPaddingRight, _Calendartokens.tokens.tooltipPaddingBottom, _Calendartokens.tokens.tooltipPaddingLeft, _Calendartokens.tokens.tooltipMinHeight, _Calendartokens.tokens.tooltipBorderRadius, _Calendartokens.tokens.tooltipTextFontFamily, _Calendartokens.tokens.tooltipTextFontSize, _Calendartokens.tokens.tooltipTextFontStyle, _Calendartokens.tokens.tooltipTextFontWeight, _Calendartokens.tokens.tooltipTextFontLetterSpacing, _Calendartokens.tokens.tooltipTextFontLineHeight, _Calendartokens.tokens.tooltipContentLeftMargin, _Calendartokens.tokens.tooltipArrowMaskWidth, _Calendartokens.tokens.tooltipArrowMaskHeight, _Calendartokens.tokens.tooltipArrowMaskImage, _Calendartokens.tokens.tooltipArrowHeight, _Calendartokens.tokens.tooltipArrowEdgeMargin, _Calendartokens.tokens.tooltipArrowBackground)
|
|
281
331
|
}
|
|
282
332
|
}
|
|
283
333
|
};
|
|
@@ -13,7 +13,8 @@ var _Calendartokens = require("../../../components/Calendar/Calendar.tokens");
|
|
|
13
13
|
var config = {
|
|
14
14
|
defaults: {
|
|
15
15
|
view: 'default',
|
|
16
|
-
size: 'm'
|
|
16
|
+
size: 'm',
|
|
17
|
+
tooltipSize: 'm'
|
|
17
18
|
},
|
|
18
19
|
variations: {
|
|
19
20
|
view: {
|
|
@@ -47,8 +48,11 @@ var config = {
|
|
|
47
48
|
":var(--surface-clear);",
|
|
48
49
|
":var(--text-primary-hover);",
|
|
49
50
|
":var(--surface-clear);",
|
|
50
|
-
":var(--surface-accent);"
|
|
51
|
-
|
|
51
|
+
":var(--surface-accent);",
|
|
52
|
+
":var(--surface-solid-card-brightness);",
|
|
53
|
+
":var(--shadow-down-hard-s);",
|
|
54
|
+
":var(--text-primary);"
|
|
55
|
+
], _Calendartokens.tokens.calendarSeparatorBackground, _Calendartokens.tokens.calendarBackgroundColor, _Calendartokens.tokens.calendarSelectedItemBackground, _Calendartokens.tokens.calendarSelectedItemColor, _Calendartokens.tokens.calendarSelectableItemBackgroundHover, _Calendartokens.tokens.calendarCurrentItemBorderColor, _Calendartokens.tokens.calendarCurrentItemBackgroundHover, _Calendartokens.tokens.calendarCurrentItemColorHover, _Calendartokens.tokens.calendarCurrentItemChildBackgroundHover, _Calendartokens.tokens.calendarActiveItemBackground, _Calendartokens.tokens.calendarActiveItemColor, _Calendartokens.tokens.calendarHoveredItemBackground, _Calendartokens.tokens.calendarHoveredItemColor, _Calendartokens.tokens.calendarRangeBackground, _Calendartokens.tokens.calendarOutlineFocusColor, _Calendartokens.tokens.calendarContentPrimaryColor, _Calendartokens.tokens.calendarContentPrimaryDisabledColor, _Calendartokens.tokens.calendarHeaderArrowColor, _Calendartokens.tokens.calendarContentPrimaryColor, _Calendartokens.tokens.calendarContentSecondaryColor, _Calendartokens.tokens.calendarContentSecondaryDisabledColor, _Calendartokens.tokens.calendarDisabledOpacity, _Calendartokens.tokens.iconButtonColor, _Calendartokens.tokens.iconButtonBackgroundColor, _Calendartokens.tokens.iconButtonColorHover, _Calendartokens.tokens.iconButtonBackgroundColorHover, _Calendartokens.tokens.iconButtonColorActive, _Calendartokens.tokens.iconButtonBackgroundColorActive, _Calendartokens.tokens.iconButtonFocusColor, _Calendartokens.tokens.tooltipBackgroundColor, _Calendartokens.tokens.tooltipBoxShadow, _Calendartokens.tokens.tooltipColor)
|
|
52
56
|
},
|
|
53
57
|
size: {
|
|
54
58
|
l: (0, _styledcomponents.css)([
|
|
@@ -280,6 +284,52 @@ var config = {
|
|
|
280
284
|
":0.75rem;",
|
|
281
285
|
":0.5rem;"
|
|
282
286
|
], _Calendartokens.tokens.calendarContainerWidth, _Calendartokens.tokens.calendarContainerHeight, _Calendartokens.tokens.calendarYearsPadding, _Calendartokens.tokens.calendarYearItemBorderRadius, _Calendartokens.tokens.calendarYearFontFamily, _Calendartokens.tokens.calendarYearFontSize, _Calendartokens.tokens.calendarYearFontStyle, _Calendartokens.tokens.calendarYearFontLetterSpacing, _Calendartokens.tokens.calendarYearFontLineHeight, _Calendartokens.tokens.calendarYearFontWeight, _Calendartokens.tokens.calendarYearSelectedFontWeight, _Calendartokens.tokens.calendarQuartersPadding, _Calendartokens.tokens.calendarQuarterItemBorderRadius, _Calendartokens.tokens.calendarQuarterFontFamily, _Calendartokens.tokens.calendarQuarterFontSize, _Calendartokens.tokens.calendarQuarterFontStyle, _Calendartokens.tokens.calendarQuarterFontLetterSpacing, _Calendartokens.tokens.calendarQuarterFontLineHeight, _Calendartokens.tokens.calendarQuarterFontWeight, _Calendartokens.tokens.calendarQuarterSelectedFontWeight, _Calendartokens.tokens.calendarMonthsPadding, _Calendartokens.tokens.calendarMonthItemBorderRadius, _Calendartokens.tokens.calendarMonthFontFamily, _Calendartokens.tokens.calendarMonthFontSize, _Calendartokens.tokens.calendarMonthFontStyle, _Calendartokens.tokens.calendarMonthFontLetterSpacing, _Calendartokens.tokens.calendarMonthFontLineHeight, _Calendartokens.tokens.calendarMonthFontWeight, _Calendartokens.tokens.calendarMonthSelectedFontWeight, _Calendartokens.tokens.calendarDaysPadding, _Calendartokens.tokens.calendarDayItemBorderRadius, _Calendartokens.tokens.calendarDayFontFamily, _Calendartokens.tokens.calendarDayFontSize, _Calendartokens.tokens.calendarDayFontStyle, _Calendartokens.tokens.calendarDayFontLetterSpacing, _Calendartokens.tokens.calendarDayFontLineHeight, _Calendartokens.tokens.calendarDayFontWeight, _Calendartokens.tokens.calendarDaySelectedFontWeight, _Calendartokens.tokens.calendarCurrentItemBorderWidth, _Calendartokens.tokens.calendarHeaderArrowGap, _Calendartokens.tokens.calendarArrowHeaderCustomSize, _Calendartokens.tokens.calendarHeaderPadding, _Calendartokens.tokens.calendarHeaderDateGap, _Calendartokens.tokens.calendarHeaderFontFamily, _Calendartokens.tokens.calendarHeaderFontSize, _Calendartokens.tokens.calendarHeaderFontStyle, _Calendartokens.tokens.calendarHeaderFontLetterSpacing, _Calendartokens.tokens.calendarHeaderFontLineHeight, _Calendartokens.tokens.calendarHeaderFontWeight, _Calendartokens.tokens.calendarHeaderFontWeightBold, _Calendartokens.tokens.iconButtonHeight, _Calendartokens.tokens.iconButtonWidth, _Calendartokens.tokens.iconButtonPadding, _Calendartokens.tokens.iconButtonRadius)
|
|
287
|
+
},
|
|
288
|
+
eventTooltipSize: {
|
|
289
|
+
m: (0, _styledcomponents.css)([
|
|
290
|
+
"",
|
|
291
|
+
":0.6875rem;",
|
|
292
|
+
":0.875rem;",
|
|
293
|
+
":0.6875rem;",
|
|
294
|
+
":0.875rem;",
|
|
295
|
+
":2.5rem;",
|
|
296
|
+
":0.625rem;",
|
|
297
|
+
":var(--plasma-typo-body-s-font-family);",
|
|
298
|
+
":var(--plasma-typo-body-s-font-size);",
|
|
299
|
+
":var(--plasma-typo-body-s-font-style);",
|
|
300
|
+
":var(--plasma-typo-body-s-font-weight);",
|
|
301
|
+
":var(--plasma-typo-body-s-letter-spacing);",
|
|
302
|
+
":var(--plasma-typo-body-s-line-height);",
|
|
303
|
+
":0.375rem;",
|
|
304
|
+
":1.25rem;",
|
|
305
|
+
":1.25rem;",
|
|
306
|
+
':url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==");',
|
|
307
|
+
":0.5rem;",
|
|
308
|
+
":0.625rem;",
|
|
309
|
+
":var(--surface-solid-card-brightness);"
|
|
310
|
+
], _Calendartokens.tokens.tooltipPaddingTop, _Calendartokens.tokens.tooltipPaddingRight, _Calendartokens.tokens.tooltipPaddingBottom, _Calendartokens.tokens.tooltipPaddingLeft, _Calendartokens.tokens.tooltipMinHeight, _Calendartokens.tokens.tooltipBorderRadius, _Calendartokens.tokens.tooltipTextFontFamily, _Calendartokens.tokens.tooltipTextFontSize, _Calendartokens.tokens.tooltipTextFontStyle, _Calendartokens.tokens.tooltipTextFontWeight, _Calendartokens.tokens.tooltipTextFontLetterSpacing, _Calendartokens.tokens.tooltipTextFontLineHeight, _Calendartokens.tokens.tooltipContentLeftMargin, _Calendartokens.tokens.tooltipArrowMaskWidth, _Calendartokens.tokens.tooltipArrowMaskHeight, _Calendartokens.tokens.tooltipArrowMaskImage, _Calendartokens.tokens.tooltipArrowHeight, _Calendartokens.tokens.tooltipArrowEdgeMargin, _Calendartokens.tokens.tooltipArrowBackground),
|
|
311
|
+
s: (0, _styledcomponents.css)([
|
|
312
|
+
"",
|
|
313
|
+
":0.5rem;",
|
|
314
|
+
":0.75rem;",
|
|
315
|
+
":0.5rem;",
|
|
316
|
+
":0.75rem;",
|
|
317
|
+
":2rem;",
|
|
318
|
+
":0.5rem;",
|
|
319
|
+
":var(--plasma-typo-body-xs-font-family);",
|
|
320
|
+
":var(--plasma-typo-body-xs-font-size);",
|
|
321
|
+
":var(--plasma-typo-body-xs-font-style);",
|
|
322
|
+
":var(--plasma-typo-body-xs-font-weight);",
|
|
323
|
+
":var(--plasma-typo-body-xs-letter-spacing);",
|
|
324
|
+
":var(--plasma-typo-body-xs-line-height);",
|
|
325
|
+
":0.25rem;",
|
|
326
|
+
":1rem;",
|
|
327
|
+
":1rem;",
|
|
328
|
+
':url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+");',
|
|
329
|
+
":0.375rem;",
|
|
330
|
+
":0.5625rem;",
|
|
331
|
+
":var(--surface-solid-card-brightness);"
|
|
332
|
+
], _Calendartokens.tokens.tooltipPaddingTop, _Calendartokens.tokens.tooltipPaddingRight, _Calendartokens.tokens.tooltipPaddingBottom, _Calendartokens.tokens.tooltipPaddingLeft, _Calendartokens.tokens.tooltipMinHeight, _Calendartokens.tokens.tooltipBorderRadius, _Calendartokens.tokens.tooltipTextFontFamily, _Calendartokens.tokens.tooltipTextFontSize, _Calendartokens.tokens.tooltipTextFontStyle, _Calendartokens.tokens.tooltipTextFontWeight, _Calendartokens.tokens.tooltipTextFontLetterSpacing, _Calendartokens.tokens.tooltipTextFontLineHeight, _Calendartokens.tokens.tooltipContentLeftMargin, _Calendartokens.tokens.tooltipArrowMaskWidth, _Calendartokens.tokens.tooltipArrowMaskHeight, _Calendartokens.tokens.tooltipArrowMaskImage, _Calendartokens.tokens.tooltipArrowHeight, _Calendartokens.tokens.tooltipArrowEdgeMargin, _Calendartokens.tokens.tooltipArrowBackground)
|
|
283
333
|
}
|
|
284
334
|
}
|
|
285
335
|
};
|