@salutejs/plasma-new-hope 0.339.0-canary.2287.18748636481.0 → 0.339.0-canary.2288.18780329906.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_14g2czk.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/TextArea/TextArea.js +3 -2
- package/cjs/components/TextArea/TextArea.js.map +1 -1
- package/cjs/components/TextField/TextField.js +3 -2
- package/cjs/components/TextField/TextField.js.map +1 -1
- package/cjs/components/TimePicker/TimePicker.css +11 -15
- package/cjs/components/TimePicker/TimePicker.js +458 -22
- package/cjs/components/TimePicker/TimePicker.js.map +1 -1
- package/cjs/components/TimePicker/TimePicker.styles.js +21 -17
- package/cjs/components/TimePicker/TimePicker.styles.js.map +1 -1
- package/cjs/components/TimePicker/{TimePicker.styles_2lk4d9.css → TimePicker.styles_ar3obv.css} +3 -4
- package/cjs/components/TimePicker/ui/TimeColumn/TimeColumn.css +7 -0
- package/cjs/components/TimePicker/ui/TimeColumn/TimeColumn.js +65 -0
- package/cjs/components/TimePicker/ui/TimeColumn/TimeColumn.js.map +1 -0
- package/cjs/components/{TimePickerGrid → TimePicker}/ui/TimeColumn/TimeColumn.styles.js +12 -12
- package/cjs/components/TimePicker/ui/TimeColumn/TimeColumn.styles.js.map +1 -0
- package/cjs/components/TimePicker/ui/TimeColumn/TimeColumn.styles_juymyb.css +7 -0
- package/cjs/components/TimePicker/utils/index.js +33 -1
- package/cjs/components/TimePicker/utils/index.js.map +1 -1
- 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 +28 -24
- 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/{styled-components/cjs/components/TimePickerGrid/TimePickerGrid.styles.js → emotion/cjs/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.js} +17 -32
- 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/TextArea/TextArea.js +3 -3
- package/emotion/cjs/components/TextField/TextField.js +3 -3
- package/emotion/cjs/components/TimePicker/TimePicker.js +488 -22
- package/emotion/cjs/components/TimePicker/TimePicker.styles.js +7 -17
- package/emotion/cjs/components/TimePicker/ui/TimeColumn/TimeColumn.js +65 -0
- package/emotion/cjs/components/TimePicker/ui/TimeColumn/TimeColumn.styles.js +71 -0
- package/emotion/cjs/components/TimePicker/utils/index.js +25 -1
- package/emotion/cjs/examples/components/Attach/Attach.config.js +18 -18
- package/emotion/cjs/examples/components/Combobox/Combobox.js +15 -0
- package/emotion/cjs/examples/components/TimePicker/TimePicker.config.js +7 -7
- 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/TextArea/TextArea.js +3 -3
- package/emotion/es/components/TextField/TextField.js +3 -3
- package/emotion/es/components/TimePicker/TimePicker.js +491 -25
- package/emotion/es/components/TimePicker/TimePicker.styles.js +7 -14
- package/emotion/es/components/TimePicker/ui/TimeColumn/TimeColumn.js +50 -0
- package/emotion/es/components/TimePicker/ui/TimeColumn/TimeColumn.styles.js +33 -0
- package/emotion/es/components/TimePicker/utils/index.js +22 -1
- package/emotion/es/examples/components/Attach/Attach.config.js +18 -18
- package/emotion/es/examples/components/TimePicker/TimePicker.config.js +7 -7
- 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_14g2czk.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/TextArea/TextArea.js +3 -2
- package/es/components/TextArea/TextArea.js.map +1 -1
- package/es/components/TextField/TextField.js +3 -2
- package/es/components/TextField/TextField.js.map +1 -1
- package/es/components/TimePicker/TimePicker.css +11 -15
- package/es/components/TimePicker/TimePicker.js +462 -26
- package/es/components/TimePicker/TimePicker.js.map +1 -1
- package/es/components/TimePicker/TimePicker.styles.js +21 -17
- package/es/components/TimePicker/TimePicker.styles.js.map +1 -1
- package/es/components/TimePicker/{TimePicker.styles_2lk4d9.css → TimePicker.styles_ar3obv.css} +3 -4
- package/es/components/TimePicker/ui/TimeColumn/TimeColumn.css +7 -0
- package/es/components/TimePicker/ui/TimeColumn/TimeColumn.js +56 -0
- package/es/components/TimePicker/ui/TimeColumn/TimeColumn.js.map +1 -0
- package/es/components/{TimePickerGrid → TimePicker}/ui/TimeColumn/TimeColumn.styles.js +11 -11
- package/es/components/TimePicker/ui/TimeColumn/TimeColumn.styles.js.map +1 -0
- package/es/components/TimePicker/ui/TimeColumn/TimeColumn.styles_juymyb.css +7 -0
- package/es/components/TimePicker/utils/index.js +32 -2
- package/es/components/TimePicker/utils/index.js.map +1 -1
- 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 +28 -24
- 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/TextArea/TextArea.js +2 -2
- package/styled-components/cjs/components/TextField/TextField.js +2 -2
- package/styled-components/cjs/components/TimePicker/TimePicker.js +488 -22
- package/styled-components/cjs/components/TimePicker/TimePicker.styles.js +3 -57
- package/styled-components/cjs/components/TimePicker/ui/TimeColumn/TimeColumn.js +65 -0
- package/styled-components/cjs/components/{TimePickerGrid → TimePicker}/ui/TimeColumn/TimeColumn.styles.js +14 -16
- package/styled-components/cjs/components/TimePicker/utils/index.js +25 -1
- package/styled-components/cjs/examples/components/Attach/Attach.config.js +64 -32
- package/styled-components/cjs/examples/components/TimePicker/TimePicker.config.js +2 -3
- 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/TextArea/TextArea.js +2 -2
- package/styled-components/es/components/TextField/TextField.js +2 -2
- package/styled-components/es/components/TimePicker/TimePicker.js +491 -25
- package/styled-components/es/components/TimePicker/TimePicker.styles.js +3 -54
- package/styled-components/es/components/TimePicker/ui/TimeColumn/TimeColumn.js +50 -0
- package/styled-components/es/components/{TimePickerGrid → TimePicker}/ui/TimeColumn/TimeColumn.styles.js +9 -11
- package/styled-components/es/components/TimePicker/utils/index.js +22 -1
- package/styled-components/es/examples/components/Attach/Attach.config.js +64 -32
- package/styled-components/es/examples/components/TimePicker/TimePicker.config.js +2 -3
- 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/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
- package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
- package/types/components/Range/Range.styles.d.ts.map +1 -1
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts.map +1 -1
- package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
- package/types/components/TextArea/TextArea.d.ts.map +1 -1
- package/types/components/TextArea/TextArea.types.d.ts +4 -0
- package/types/components/TextArea/TextArea.types.d.ts.map +1 -1
- package/types/components/TextField/TextField.d.ts.map +1 -1
- package/types/components/TextField/TextField.types.d.ts +4 -0
- package/types/components/TextField/TextField.types.d.ts.map +1 -1
- package/types/components/TimePicker/TimePicker.d.ts.map +1 -1
- package/types/components/TimePicker/TimePicker.styles.d.ts +0 -18
- package/types/components/TimePicker/TimePicker.styles.d.ts.map +1 -1
- package/types/components/TimePicker/ui/TimeColumn/TimeColumn.d.ts +3 -0
- package/types/components/TimePicker/ui/TimeColumn/TimeColumn.d.ts.map +1 -0
- package/types/components/TimePicker/ui/TimeColumn/TimeColumn.styles.d.ts.map +1 -0
- package/types/components/{TimePickerGrid → TimePicker}/ui/TimeColumn/TimeColumn.types.d.ts +8 -9
- package/types/components/TimePicker/ui/TimeColumn/TimeColumn.types.d.ts.map +1 -0
- package/types/components/TimePicker/utils/index.d.ts +2 -1
- package/types/components/TimePicker/utils/index.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/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/types/examples/components/Mask/Mask.d.ts.map +1 -1
- package/types/examples/components/NumberFormat/NumberFormat.d.ts.map +1 -1
- package/types/examples/components/TextArea/TextArea.d.ts +8 -0
- package/types/examples/components/TextArea/TextArea.d.ts.map +1 -1
- package/types/examples/components/TextField/TextField.d.ts.map +1 -1
- package/types/examples/components/TimePicker/TimePicker.config.d.ts.map +1 -1
- 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/TimePickerGrid/TimePickerGrid.css +0 -10
- package/cjs/components/TimePickerGrid/TimePickerGrid.js +0 -733
- package/cjs/components/TimePickerGrid/TimePickerGrid.js.map +0 -1
- package/cjs/components/TimePickerGrid/TimePickerGrid.styles.js +0 -27
- package/cjs/components/TimePickerGrid/TimePickerGrid.styles.js.map +0 -1
- package/cjs/components/TimePickerGrid/TimePickerGrid.styles_mz2mkl.css +0 -2
- package/cjs/components/TimePickerGrid/TimePickerGrid.tokens.js +0 -40
- package/cjs/components/TimePickerGrid/TimePickerGrid.tokens.js.map +0 -1
- package/cjs/components/TimePickerGrid/ui/TimeColumn/TimeColumn.css +0 -7
- package/cjs/components/TimePickerGrid/ui/TimeColumn/TimeColumn.js +0 -118
- package/cjs/components/TimePickerGrid/ui/TimeColumn/TimeColumn.js.map +0 -1
- package/cjs/components/TimePickerGrid/ui/TimeColumn/TimeColumn.styles.js.map +0 -1
- package/cjs/components/TimePickerGrid/ui/TimeColumn/TimeColumn.styles_1nwjzgi.css +0 -7
- package/cjs/components/TimePickerGrid/utils/index.js +0 -135
- package/cjs/components/TimePickerGrid/utils/index.js.map +0 -1
- package/cjs/components/TimePickerGrid/variations/_disabled/base.js +0 -9
- package/cjs/components/TimePickerGrid/variations/_disabled/base.js.map +0 -1
- package/cjs/components/TimePickerGrid/variations/_disabled/base_x642ct.css +0 -1
- package/cjs/components/TimePickerGrid/variations/_size/base.js +0 -9
- package/cjs/components/TimePickerGrid/variations/_size/base.js.map +0 -1
- package/cjs/components/TimePickerGrid/variations/_size/base_x642ct.css +0 -1
- package/cjs/components/TimePickerGrid/variations/_view/base.js +0 -9
- package/cjs/components/TimePickerGrid/variations/_view/base.js.map +0 -1
- package/cjs/components/TimePickerGrid/variations/_view/base_x642ct.css +0 -1
- package/emotion/cjs/components/TimePickerGrid/TimePickerGrid.js +0 -922
- package/emotion/cjs/components/TimePickerGrid/TimePickerGrid.styles.js +0 -34
- package/emotion/cjs/components/TimePickerGrid/TimePickerGrid.tokens.js +0 -50
- package/emotion/cjs/components/TimePickerGrid/hooks/useKeyboardNavigation.js +0 -30
- package/emotion/cjs/components/TimePickerGrid/index.js +0 -26
- package/emotion/cjs/components/TimePickerGrid/ui/TimeColumn/TimeColumn.js +0 -118
- package/emotion/cjs/components/TimePickerGrid/ui/TimeColumn/TimeColumn.styles.js +0 -71
- package/emotion/cjs/components/TimePickerGrid/utils/index.js +0 -166
- package/emotion/cjs/components/TimePickerGrid/variations/_disabled/base.js +0 -12
- package/emotion/cjs/components/TimePickerGrid/variations/_size/base.js +0 -12
- package/emotion/cjs/components/TimePickerGrid/variations/_view/base.js +0 -12
- package/emotion/cjs/examples/components/TimePickerGrid/TimePickerGrid.config.js +0 -32
- package/emotion/cjs/examples/components/TimePickerGrid/TimePickerGrid.js +0 -15
- package/emotion/es/components/TimePickerGrid/TimePickerGrid.js +0 -863
- package/emotion/es/components/TimePickerGrid/TimePickerGrid.styles.js +0 -11
- package/emotion/es/components/TimePickerGrid/TimePickerGrid.tokens.js +0 -32
- package/emotion/es/components/TimePickerGrid/hooks/useKeyboardNavigation.js +0 -20
- package/emotion/es/components/TimePickerGrid/index.js +0 -2
- package/emotion/es/components/TimePickerGrid/ui/TimeColumn/TimeColumn.js +0 -103
- package/emotion/es/components/TimePickerGrid/ui/TimeColumn/TimeColumn.styles.js +0 -33
- package/emotion/es/components/TimePickerGrid/utils/index.js +0 -133
- package/emotion/es/components/TimePickerGrid/variations/_disabled/base.js +0 -2
- package/emotion/es/components/TimePickerGrid/variations/_size/base.js +0 -2
- package/emotion/es/components/TimePickerGrid/variations/_view/base.js +0 -2
- package/emotion/es/examples/components/TimePickerGrid/TimePickerGrid.config.js +0 -22
- package/emotion/es/examples/components/TimePickerGrid/TimePickerGrid.js +0 -5
- 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/TimePickerGrid/TimePickerGrid.css +0 -10
- package/es/components/TimePickerGrid/TimePickerGrid.js +0 -724
- package/es/components/TimePickerGrid/TimePickerGrid.js.map +0 -1
- package/es/components/TimePickerGrid/TimePickerGrid.styles.js +0 -22
- package/es/components/TimePickerGrid/TimePickerGrid.styles.js.map +0 -1
- package/es/components/TimePickerGrid/TimePickerGrid.styles_mz2mkl.css +0 -2
- package/es/components/TimePickerGrid/TimePickerGrid.tokens.js +0 -35
- package/es/components/TimePickerGrid/TimePickerGrid.tokens.js.map +0 -1
- package/es/components/TimePickerGrid/ui/TimeColumn/TimeColumn.css +0 -7
- package/es/components/TimePickerGrid/ui/TimeColumn/TimeColumn.js +0 -109
- package/es/components/TimePickerGrid/ui/TimeColumn/TimeColumn.js.map +0 -1
- package/es/components/TimePickerGrid/ui/TimeColumn/TimeColumn.styles.js.map +0 -1
- package/es/components/TimePickerGrid/ui/TimeColumn/TimeColumn.styles_1nwjzgi.css +0 -7
- package/es/components/TimePickerGrid/utils/index.js +0 -126
- package/es/components/TimePickerGrid/utils/index.js.map +0 -1
- package/es/components/TimePickerGrid/variations/_disabled/base.js +0 -5
- package/es/components/TimePickerGrid/variations/_disabled/base.js.map +0 -1
- package/es/components/TimePickerGrid/variations/_disabled/base_x642ct.css +0 -1
- package/es/components/TimePickerGrid/variations/_size/base.js +0 -5
- package/es/components/TimePickerGrid/variations/_size/base.js.map +0 -1
- package/es/components/TimePickerGrid/variations/_size/base_x642ct.css +0 -1
- package/es/components/TimePickerGrid/variations/_view/base.js +0 -5
- package/es/components/TimePickerGrid/variations/_view/base.js.map +0 -1
- package/es/components/TimePickerGrid/variations/_view/base_x642ct.css +0 -1
- package/styled-components/cjs/components/TimePickerGrid/TimePickerGrid.js +0 -922
- package/styled-components/cjs/components/TimePickerGrid/TimePickerGrid.tokens.js +0 -50
- package/styled-components/cjs/components/TimePickerGrid/hooks/useKeyboardNavigation.js +0 -30
- package/styled-components/cjs/components/TimePickerGrid/index.js +0 -26
- package/styled-components/cjs/components/TimePickerGrid/ui/TimeColumn/TimeColumn.js +0 -118
- package/styled-components/cjs/components/TimePickerGrid/utils/index.js +0 -166
- package/styled-components/cjs/components/TimePickerGrid/variations/_disabled/base.js +0 -14
- package/styled-components/cjs/components/TimePickerGrid/variations/_size/base.js +0 -14
- package/styled-components/cjs/components/TimePickerGrid/variations/_view/base.js +0 -14
- package/styled-components/cjs/examples/components/TimePickerGrid/TimePickerGrid.config.js +0 -103
- package/styled-components/cjs/examples/components/TimePickerGrid/TimePickerGrid.js +0 -15
- package/styled-components/es/components/TimePickerGrid/TimePickerGrid.js +0 -863
- package/styled-components/es/components/TimePickerGrid/TimePickerGrid.styles.js +0 -21
- package/styled-components/es/components/TimePickerGrid/TimePickerGrid.tokens.js +0 -32
- package/styled-components/es/components/TimePickerGrid/hooks/useKeyboardNavigation.js +0 -20
- package/styled-components/es/components/TimePickerGrid/index.js +0 -2
- package/styled-components/es/components/TimePickerGrid/ui/TimeColumn/TimeColumn.js +0 -103
- package/styled-components/es/components/TimePickerGrid/utils/index.js +0 -133
- package/styled-components/es/components/TimePickerGrid/variations/_disabled/base.js +0 -4
- package/styled-components/es/components/TimePickerGrid/variations/_size/base.js +0 -4
- package/styled-components/es/components/TimePickerGrid/variations/_view/base.js +0 -4
- package/styled-components/es/examples/components/TimePickerGrid/TimePickerGrid.config.js +0 -93
- package/styled-components/es/examples/components/TimePickerGrid/TimePickerGrid.js +0 -5
- package/types/components/TimePickerGrid/TimePickerGrid.d.ts +0 -61
- package/types/components/TimePickerGrid/TimePickerGrid.d.ts.map +0 -1
- package/types/components/TimePickerGrid/TimePickerGrid.styles.d.ts +0 -5
- package/types/components/TimePickerGrid/TimePickerGrid.styles.d.ts.map +0 -1
- package/types/components/TimePickerGrid/TimePickerGrid.tokens.d.ts +0 -33
- package/types/components/TimePickerGrid/TimePickerGrid.tokens.d.ts.map +0 -1
- package/types/components/TimePickerGrid/TimePickerGrid.types.d.ts +0 -65
- package/types/components/TimePickerGrid/TimePickerGrid.types.d.ts.map +0 -1
- package/types/components/TimePickerGrid/hooks/useKeyboardNavigation.d.ts +0 -14
- package/types/components/TimePickerGrid/hooks/useKeyboardNavigation.d.ts.map +0 -1
- package/types/components/TimePickerGrid/index.d.ts +0 -4
- package/types/components/TimePickerGrid/index.d.ts.map +0 -1
- package/types/components/TimePickerGrid/ui/TimeColumn/TimeColumn.d.ts +0 -3
- package/types/components/TimePickerGrid/ui/TimeColumn/TimeColumn.d.ts.map +0 -1
- package/types/components/TimePickerGrid/ui/TimeColumn/TimeColumn.styles.d.ts.map +0 -1
- package/types/components/TimePickerGrid/ui/TimeColumn/TimeColumn.types.d.ts.map +0 -1
- package/types/components/TimePickerGrid/utils/index.d.ts +0 -24
- package/types/components/TimePickerGrid/utils/index.d.ts.map +0 -1
- package/types/components/TimePickerGrid/variations/_disabled/base.d.ts +0 -2
- package/types/components/TimePickerGrid/variations/_disabled/base.d.ts.map +0 -1
- package/types/components/TimePickerGrid/variations/_size/base.d.ts +0 -2
- package/types/components/TimePickerGrid/variations/_size/base.d.ts.map +0 -1
- package/types/components/TimePickerGrid/variations/_view/base.d.ts +0 -2
- package/types/components/TimePickerGrid/variations/_view/base.d.ts.map +0 -1
- package/types/examples/components/TimePickerGrid/TimePickerGrid.config.d.ts +0 -21
- package/types/examples/components/TimePickerGrid/TimePickerGrid.config.d.ts.map +0 -1
- package/types/examples/components/TimePickerGrid/TimePickerGrid.d.ts +0 -32
- package/types/examples/components/TimePickerGrid/TimePickerGrid.d.ts.map +0 -1
- /package/emotion/cjs/components/{TimePickerGrid → TimePicker}/ui/TimeColumn/TimeColumn.types.js +0 -0
- /package/emotion/cjs/{components/TimePickerGrid/TimePickerGrid.types.js → types/MakeNever.js} +0 -0
- /package/emotion/es/components/{TimePickerGrid → TimePicker}/ui/TimeColumn/TimeColumn.types.js +0 -0
- /package/emotion/es/{components/TimePickerGrid/TimePickerGrid.types.js → types/MakeNever.js} +0 -0
- /package/styled-components/cjs/components/{TimePickerGrid → TimePicker}/ui/TimeColumn/TimeColumn.types.js +0 -0
- /package/styled-components/cjs/{components/TimePickerGrid/TimePickerGrid.types.js → types/MakeNever.js} +0 -0
- /package/styled-components/es/components/{TimePickerGrid → TimePicker}/ui/TimeColumn/TimeColumn.types.js +0 -0
- /package/styled-components/es/{components/TimePickerGrid/TimePickerGrid.types.js → types/MakeNever.js} +0 -0
- /package/types/components/{TimePickerGrid → TimePicker}/ui/TimeColumn/TimeColumn.styles.d.ts +0 -0
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var delimiter = ':';
|
|
6
|
+
var range = function range(number) {
|
|
7
|
+
var padLength = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 2;
|
|
8
|
+
return Array.from({
|
|
9
|
+
length: number
|
|
10
|
+
}, function (_, i) {
|
|
11
|
+
return i.toString().padStart(padLength, '0');
|
|
12
|
+
});
|
|
13
|
+
};
|
|
6
14
|
var normalizeTimeSegment = function normalizeTimeSegment(type, input) {
|
|
7
15
|
var max = type === 'HH' ? 23 : 59;
|
|
8
16
|
var digits = input.replace(/\D/g, '');
|
|
@@ -64,7 +72,9 @@ var normalizeTimeSegment = function normalizeTimeSegment(type, input) {
|
|
|
64
72
|
carryover: digits.slice(1)
|
|
65
73
|
};
|
|
66
74
|
};
|
|
67
|
-
var processTimeInput = function processTimeInput(input
|
|
75
|
+
var processTimeInput = function processTimeInput(input) {
|
|
76
|
+
var format = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'HH:mm:ss';
|
|
77
|
+
var cursorPosition = arguments.length > 2 ? arguments[2] : undefined;
|
|
68
78
|
var digits = input.replace(/\D/g, '');
|
|
69
79
|
var tokens = format.split(delimiter);
|
|
70
80
|
var values = {
|
|
@@ -100,8 +110,30 @@ var processTimeInput = function processTimeInput(input, format, cursorPosition)
|
|
|
100
110
|
newCursorPosition: newCursorPosition
|
|
101
111
|
};
|
|
102
112
|
};
|
|
113
|
+
var animateScrollTo = function animateScrollTo(element, targetScrollTop) {
|
|
114
|
+
var duration = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 300;
|
|
115
|
+
var startScrollTop = element.scrollTop;
|
|
116
|
+
var distance = targetScrollTop - startScrollTop;
|
|
117
|
+
var startTime = null;
|
|
118
|
+
var animate = function animate(currentTime) {
|
|
119
|
+
if (!startTime) startTime = currentTime;
|
|
120
|
+
var timeElapsed = currentTime - startTime;
|
|
121
|
+
var progress = Math.min(timeElapsed / duration, 1);
|
|
122
|
+
var easeOut = function easeOut(t) {
|
|
123
|
+
return 1 - Math.pow(1 - t, 3);
|
|
124
|
+
};
|
|
125
|
+
var scrollPosition = startScrollTop + distance * easeOut(progress);
|
|
126
|
+
element.scrollTop = scrollPosition;
|
|
127
|
+
if (timeElapsed < duration) {
|
|
128
|
+
requestAnimationFrame(animate);
|
|
129
|
+
}
|
|
130
|
+
};
|
|
131
|
+
requestAnimationFrame(animate);
|
|
132
|
+
};
|
|
103
133
|
|
|
134
|
+
exports.animateScrollTo = animateScrollTo;
|
|
104
135
|
exports.delimiter = delimiter;
|
|
105
136
|
exports.normalizeTimeSegment = normalizeTimeSegment;
|
|
106
137
|
exports.processTimeInput = processTimeInput;
|
|
138
|
+
exports.range = range;
|
|
107
139
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/components/TimePicker/utils/index.ts"],"sourcesContent":["export interface TimeValues {\n hh: number | null;\n mm: number | null;\n ss: number | null;\n}\n\nexport interface NormalizedSegment {\n text: string;\n value: number | null;\n carryover: string;\n}\n\nexport const delimiter = ':';\n\nexport const range = (number: number, padLength = 2): string[] => {\n return Array.from({ length: number }, (_, i) => i.toString().padStart(padLength, '0'));\n};\n\nexport const normalizeTimeSegment = (type: 'HH' | 'mm' | 'ss', input: string): NormalizedSegment => {\n const max = type === 'HH' ? 23 : 59;\n const digits = input.replace(/\\D/g, '');\n\n const num = parseInt(digits, 10);\n\n if (!digits) {\n return { text: '', value: null, carryover: '' };\n }\n\n if (Math.floor(max / 10) < num && digits.length === 1) {\n return {\n text: num.toString().padStart(2, '0'),\n value: num,\n carryover: '',\n };\n }\n\n if (num <= max && digits.length === 1) {\n return {\n text: digits,\n value: num,\n carryover: '',\n };\n }\n\n if (digits.length === 1) {\n return {\n text: max.toString().padStart(2, '0'),\n value: max,\n carryover: '',\n };\n }\n\n if (Number.isNaN(num)) {\n return { text: '', value: null, carryover: '' };\n }\n\n if (num <= max) {\n return {\n text: digits.padStart(2, '0'),\n value: num,\n carryover: '',\n };\n }\n\n const firstDigit = parseInt(digits[0], 10);\n const secondDigit = parseInt(digits[1], 10);\n\n if (firstDigit <= max) {\n return {\n text: firstDigit.toString().padStart(2, '0'),\n value: firstDigit,\n carryover: secondDigit.toString(),\n };\n }\n\n return {\n text: max.toString().padStart(2, '0'),\n value: max,\n carryover: digits.slice(1),\n };\n};\n\nexport const processTimeInput = (\n input: string,\n format: 'HH:mm' | 'HH:mm:ss',\n cursorPosition: number | null,\n): { innerString: string; values: TimeValues; newCursorPosition: number | null } => {\n const digits = input.replace(/\\D/g, '');\n const tokens = format.split(delimiter) as ('HH' | 'mm' | 'ss')[];\n\n const values: TimeValues = { hh: null, mm: null, ss: null };\n const segments: string[] = [];\n let digitIndex = 0;\n let newCursorPosition = cursorPosition ?? 0;\n\n tokens.forEach((token) => {\n const segmentDigits = digits.slice(digitIndex, digitIndex + 2);\n digitIndex += segmentDigits.length;\n\n const { text, value } = normalizeTimeSegment(token, segmentDigits);\n\n values[token.toLowerCase() as keyof TimeValues] = value;\n segments.push(text);\n });\n\n let innerString = segments[0];\n\n if (segments.length > 1 && segments[1]) {\n innerString += `:${segments[1]}`;\n }\n\n if (format === 'HH:mm:ss' && segments.length > 2 && segments[2]) {\n innerString += `:${segments[2]}`;\n }\n\n if (innerString.length - 2 <= newCursorPosition) {\n newCursorPosition += innerString.length - newCursorPosition;\n }\n\n return { innerString, values, newCursorPosition };\n};\n"],"names":["delimiter","normalizeTimeSegment","type","input","max","digits","replace","num","parseInt","text","value","carryover","Math","floor","length","toString","padStart","Number","isNaN","firstDigit","secondDigit","slice","processTimeInput","format","cursorPosition","tokens","split","values","hh","mm","ss","segments","digitIndex","newCursorPosition","forEach","token","segmentDigits","_normalizeTimeSegment","toLowerCase","push","innerString","concat"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../src/components/TimePicker/utils/index.ts"],"sourcesContent":["export interface TimeValues {\n hh: number | null;\n mm: number | null;\n ss: number | null;\n}\n\nexport interface NormalizedSegment {\n text: string;\n value: number | null;\n carryover: string;\n}\n\nexport const delimiter = ':';\n\nexport const range = (number: number, padLength = 2): string[] => {\n return Array.from({ length: number }, (_, i) => i.toString().padStart(padLength, '0'));\n};\n\nexport const normalizeTimeSegment = (type: 'HH' | 'mm' | 'ss', input: string): NormalizedSegment => {\n const max = type === 'HH' ? 23 : 59;\n const digits = input.replace(/\\D/g, '');\n\n const num = parseInt(digits, 10);\n\n if (!digits) {\n return { text: '', value: null, carryover: '' };\n }\n\n if (Math.floor(max / 10) < num && digits.length === 1) {\n return {\n text: num.toString().padStart(2, '0'),\n value: num,\n carryover: '',\n };\n }\n\n if (num <= max && digits.length === 1) {\n return {\n text: digits,\n value: num,\n carryover: '',\n };\n }\n\n if (digits.length === 1) {\n return {\n text: max.toString().padStart(2, '0'),\n value: max,\n carryover: '',\n };\n }\n\n if (Number.isNaN(num)) {\n return { text: '', value: null, carryover: '' };\n }\n\n if (num <= max) {\n return {\n text: digits.padStart(2, '0'),\n value: num,\n carryover: '',\n };\n }\n\n const firstDigit = parseInt(digits[0], 10);\n const secondDigit = parseInt(digits[1], 10);\n\n if (firstDigit <= max) {\n return {\n text: firstDigit.toString().padStart(2, '0'),\n value: firstDigit,\n carryover: secondDigit.toString(),\n };\n }\n\n return {\n text: max.toString().padStart(2, '0'),\n value: max,\n carryover: digits.slice(1),\n };\n};\n\nexport const processTimeInput = (\n input: string,\n format: 'HH:mm' | 'HH:mm:ss' = 'HH:mm:ss',\n cursorPosition: number | null,\n): { innerString: string; values: TimeValues; newCursorPosition: number | null } => {\n const digits = input.replace(/\\D/g, '');\n const tokens = format.split(delimiter) as ('HH' | 'mm' | 'ss')[];\n\n const values: TimeValues = { hh: null, mm: null, ss: null };\n const segments: string[] = [];\n let digitIndex = 0;\n let newCursorPosition = cursorPosition ?? 0;\n\n tokens.forEach((token) => {\n const segmentDigits = digits.slice(digitIndex, digitIndex + 2);\n digitIndex += segmentDigits.length;\n\n const { text, value } = normalizeTimeSegment(token, segmentDigits);\n\n values[token.toLowerCase() as keyof TimeValues] = value;\n segments.push(text);\n });\n\n let innerString = segments[0];\n\n if (segments.length > 1 && segments[1]) {\n innerString += `:${segments[1]}`;\n }\n\n if (format === 'HH:mm:ss' && segments.length > 2 && segments[2]) {\n innerString += `:${segments[2]}`;\n }\n\n if (innerString.length - 2 <= newCursorPosition) {\n newCursorPosition += innerString.length - newCursorPosition;\n }\n\n return { innerString, values, newCursorPosition };\n};\n\nexport const animateScrollTo = (element: HTMLDivElement, targetScrollTop: number, duration = 300) => {\n const startScrollTop = element.scrollTop;\n const distance = targetScrollTop - startScrollTop;\n let startTime: number | null = null;\n\n const animate = (currentTime: number) => {\n if (!startTime) startTime = currentTime;\n const timeElapsed = currentTime - startTime;\n const progress = Math.min(timeElapsed / duration, 1);\n\n const easeOut = (t: number) => 1 - (1 - t) ** 3;\n const scrollPosition = startScrollTop + distance * easeOut(progress);\n\n element.scrollTop = scrollPosition;\n\n if (timeElapsed < duration) {\n requestAnimationFrame(animate);\n }\n };\n\n requestAnimationFrame(animate);\n};\n"],"names":["delimiter","range","number","padLength","arguments","length","undefined","Array","from","_","i","toString","padStart","normalizeTimeSegment","type","input","max","digits","replace","num","parseInt","text","value","carryover","Math","floor","Number","isNaN","firstDigit","secondDigit","slice","processTimeInput","format","cursorPosition","tokens","split","values","hh","mm","ss","segments","digitIndex","newCursorPosition","forEach","token","segmentDigits","_normalizeTimeSegment","toLowerCase","push","innerString","concat","animateScrollTo","element","targetScrollTop","duration","startScrollTop","scrollTop","distance","startTime","animate","currentTime","timeElapsed","progress","min","easeOut","t","pow","scrollPosition","requestAnimationFrame"],"mappings":"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"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var _rollupPluginBabelHelpers = require('../../../_virtual/_rollupPluginBabelHelpers.js');
|
|
6
|
+
var React = require('react');
|
|
7
|
+
|
|
8
|
+
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
|
+
|
|
10
|
+
var React__default = /*#__PURE__*/_interopDefault(React);
|
|
11
|
+
|
|
12
|
+
var _path;
|
|
13
|
+
var DotsHorizontalOutline = function DotsHorizontalOutline(props) {
|
|
14
|
+
return /*#__PURE__*/React__default.default.createElement("svg", _rollupPluginBabelHelpers.extends({
|
|
15
|
+
width: "100%",
|
|
16
|
+
viewBox: "0 0 16 16",
|
|
17
|
+
fill: "none"
|
|
18
|
+
}, props), _path || (_path = /*#__PURE__*/React__default.default.createElement("path", {
|
|
19
|
+
fillRule: "evenodd",
|
|
20
|
+
clipRule: "evenodd",
|
|
21
|
+
d: "M3.80039 6.59998C3.03039 6.59998 2.40039 7.22998 2.40039 7.99998C2.40039 8.76998 3.03039 9.39998 3.80039 9.39998C4.57039 9.39998 5.20039 8.76998 5.20039 7.99998C5.20039 7.22998 4.57039 6.59998 3.80039 6.59998ZM12.2004 6.59998C11.4304 6.59998 10.8004 7.22998 10.8004 7.99998C10.8004 8.76998 11.4304 9.39998 12.2004 9.39998C12.9704 9.39998 13.6004 8.76998 13.6004 7.99998C13.6004 7.22998 12.9704 6.59998 12.2004 6.59998ZM8.00039 6.59998C7.23039 6.59998 6.60039 7.22998 6.60039 7.99998C6.60039 8.76998 7.23039 9.39998 8.00039 9.39998C8.77039 9.39998 9.40039 8.76998 9.40039 7.99998C9.40039 7.22998 8.77039 6.59998 8.00039 6.59998Z",
|
|
22
|
+
fill: "currentColor"
|
|
23
|
+
})));
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
exports.DotsHorizontalOutline = DotsHorizontalOutline;
|
|
27
|
+
//# sourceMappingURL=DotsHorizontalOutline.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DotsHorizontalOutline.js","sources":["../../../../src/components/_Icon/Icon.assets/DotsHorizontalOutline.tsx"],"sourcesContent":["import React from 'react';\n\nimport { IconProps } from '../IconRoot';\n\nexport const DotsHorizontalOutline: React.FC<IconProps> = (props) => (\n <svg width=\"100%\" viewBox=\"0 0 16 16\" fill=\"none\" {...props}>\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M3.80039 6.59998C3.03039 6.59998 2.40039 7.22998 2.40039 7.99998C2.40039 8.76998 3.03039 9.39998 3.80039 9.39998C4.57039 9.39998 5.20039 8.76998 5.20039 7.99998C5.20039 7.22998 4.57039 6.59998 3.80039 6.59998ZM12.2004 6.59998C11.4304 6.59998 10.8004 7.22998 10.8004 7.99998C10.8004 8.76998 11.4304 9.39998 12.2004 9.39998C12.9704 9.39998 13.6004 8.76998 13.6004 7.99998C13.6004 7.22998 12.9704 6.59998 12.2004 6.59998ZM8.00039 6.59998C7.23039 6.59998 6.60039 7.22998 6.60039 7.99998C6.60039 8.76998 7.23039 9.39998 8.00039 9.39998C8.77039 9.39998 9.40039 8.76998 9.40039 7.99998C9.40039 7.22998 8.77039 6.59998 8.00039 6.59998Z\"\n fill=\"currentColor\"\n />\n </svg>\n);\n"],"names":["DotsHorizontalOutline","props","React","createElement","_extends","width","viewBox","fill","_path","fillRule","clipRule","d"],"mappings":";;;;;;;;;;;;IAIaA,qBAA0C,GAAG,SAA7CA,qBAA0CA,CAAIC,KAAK,EAAA;AAAA,EAAA,oBAC5DC,sBAAA,CAAAC,aAAA,CAAA,KAAA,EAAAC,iCAAA,CAAA;AAAKC,IAAAA,KAAK,EAAC,MAAM;AAACC,IAAAA,OAAO,EAAC,WAAW;AAACC,IAAAA,IAAI,EAAC,MAAA;GAAWN,EAAAA,KAAK,GAAAO,KAAA,KAAAA,KAAA,gBACvDN,sBAAA,CAAAC,aAAA,CAAA,MAAA,EAAA;AACIM,IAAAA,QAAQ,EAAC,SAAS;AAClBC,IAAAA,QAAQ,EAAC,SAAS;AAClBC,IAAAA,CAAC,EAAC,qnBAAqnB;AACvnBJ,IAAAA,IAAI,EAAC,cAAA;GACR,CAAC,CACD,CAAC,CAAA;AAAA;;;;"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var React = require('react');
|
|
6
|
+
var DotsHorizontalOutline = require('../Icon.assets/DotsHorizontalOutline.js');
|
|
7
|
+
var IconRoot = require('../IconRoot.js');
|
|
8
|
+
|
|
9
|
+
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
+
|
|
11
|
+
var React__default = /*#__PURE__*/_interopDefault(React);
|
|
12
|
+
|
|
13
|
+
var IconDotsHorizontalOutline = function IconDotsHorizontalOutline(_ref) {
|
|
14
|
+
var _ref$size = _ref.size,
|
|
15
|
+
size = _ref$size === void 0 ? 's' : _ref$size,
|
|
16
|
+
color = _ref.color,
|
|
17
|
+
className = _ref.className,
|
|
18
|
+
sizeCustomProperty = _ref.sizeCustomProperty,
|
|
19
|
+
sizeCustomValue = _ref.sizeCustomValue;
|
|
20
|
+
return /*#__PURE__*/React__default.default.createElement(IconRoot.IconRoot, {
|
|
21
|
+
className: className,
|
|
22
|
+
size: size,
|
|
23
|
+
color: color,
|
|
24
|
+
sizeCustomProperty: sizeCustomProperty,
|
|
25
|
+
sizeCustomValue: sizeCustomValue,
|
|
26
|
+
icon: DotsHorizontalOutline.DotsHorizontalOutline
|
|
27
|
+
});
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
exports.IconDotsHorizontalOutline = IconDotsHorizontalOutline;
|
|
31
|
+
//# sourceMappingURL=IconDotsHorizontalOutline.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconDotsHorizontalOutline.js","sources":["../../../../src/components/_Icon/Icons/IconDotsHorizontalOutline.tsx"],"sourcesContent":["import React from 'react';\n\nimport { DotsHorizontalOutline } from '../Icon.assets/DotsHorizontalOutline';\nimport { IconRoot, IconProps } from '../IconRoot';\n\nexport const IconDotsHorizontalOutline: React.FC<IconProps> = ({\n size = 's',\n color,\n className,\n sizeCustomProperty,\n sizeCustomValue,\n}) => {\n return (\n <IconRoot\n className={className}\n size={size}\n color={color}\n sizeCustomProperty={sizeCustomProperty}\n sizeCustomValue={sizeCustomValue}\n icon={DotsHorizontalOutline}\n />\n );\n};\n"],"names":["IconDotsHorizontalOutline","_ref","_ref$size","size","color","className","sizeCustomProperty","sizeCustomValue","React","createElement","IconRoot","icon","DotsHorizontalOutline"],"mappings":";;;;;;;;;;;;IAKaA,yBAA8C,GAAG,SAAjDA,yBAA8CA,CAAAC,IAAA,EAMrD;AAAA,EAAA,IAAAC,SAAA,GAAAD,IAAA,CALFE,IAAI;AAAJA,IAAAA,IAAI,GAAAD,SAAA,KAAG,KAAA,CAAA,GAAA,GAAG,GAAAA,SAAA;IACVE,KAAK,GAAAH,IAAA,CAALG,KAAK;IACLC,SAAS,GAAAJ,IAAA,CAATI,SAAS;IACTC,kBAAkB,GAAAL,IAAA,CAAlBK,kBAAkB;IAClBC,eAAe,GAAAN,IAAA,CAAfM,eAAe,CAAA;AAEf,EAAA,oBACIC,sBAAA,CAAAC,aAAA,CAACC,iBAAQ,EAAA;AACLL,IAAAA,SAAS,EAAEA,SAAU;AACrBF,IAAAA,IAAI,EAAEA,IAAK;AACXC,IAAAA,KAAK,EAAEA,KAAM;AACbE,IAAAA,kBAAkB,EAAEA,kBAAmB;AACvCC,IAAAA,eAAe,EAAEA,eAAgB;AACjCI,IAAAA,IAAI,EAAEC,2CAAAA;AAAsB,GAC/B,CAAC,CAAA;AAEV;;;;"}
|
package/cjs/index.css
CHANGED
|
@@ -883,24 +883,32 @@
|
|
|
883
883
|
|
|
884
884
|
.base_54y6eh_b1x5zqph__a3c52690 .base_54y6eh_e1fh2i5t__a3c52690{padding-left:var(--plasma-editable-edit-button-padding-left);}.base_54y6eh_b1x5zqph__a3c52690 .base_54y6eh_editableTextBox__a3c52690{margin-right:var(--plasma-editable-text-box-margin-right);padding-right:var(--plasma-editable-text-box-padding-right);}
|
|
885
885
|
|
|
886
|
-
.
|
|
886
|
+
.base_1x0gzlt_b1pj1390__acafdc8a.base_1x0gzlt_plasmaAttachHorizontal__acafdc8a{-webkit-column-gap:var(--plasma-attach-horizontal-gap);column-gap:var(--plasma-attach-horizontal-gap);}.base_1x0gzlt_b1pj1390__acafdc8a.base_1x0gzlt_plasmaAttachVertical__acafdc8a{row-gap:var(--plasma-attach-vertical-gap);}.base_1x0gzlt_b1pj1390__acafdc8a.base_1x0gzlt_plasmaAttachAuto__acafdc8a{row-gap:var(--plasma-attach-vertical-gap);-webkit-column-gap:var(--plasma-attach-horizontal-gap);column-gap:var(--plasma-attach-horizontal-gap);}.base_1x0gzlt_b1pj1390__acafdc8a .base_1x0gzlt_plasmaAttachHorizontal__acafdc8a{-webkit-column-gap:var(--plasma-attach-horizontal-gap);column-gap:var(--plasma-attach-horizontal-gap);}.base_1x0gzlt_b1pj1390__acafdc8a .base_1x0gzlt_plasmaAttachAuto__acafdc8a{-webkit-column-gap:var(--plasma-attach-horizontal-gap);column-gap:var(--plasma-attach-horizontal-gap);}.base_1x0gzlt_b1pj1390__acafdc8a.base_1x0gzlt_plasmaAttachWithHelperText__acafdc8a{row-gap:var(--plasma-attach-vertical-gap-with-helper-text);}.base_1x0gzlt_b1pj1390__acafdc8a .base_1x0gzlt_fssye98__acafdc8a{font-family:var(--plasma-attach-cell-title-font-family);font-size:var(--plasma-attach-cell-title-font-size);font-style:var(--plasma-attach-cell-title-font-style);font-weight:var(--plasma-attach-cell-title-font-weight);-webkit-letter-spacing:var(--plasma-attach-cell-title-letter-spacing);-moz-letter-spacing:var(--plasma-attach-cell-title-letter-spacing);-ms-letter-spacing:var(--plasma-attach-cell-title-letter-spacing);letter-spacing:var(--plasma-attach-cell-title-letter-spacing);line-height:var(--plasma-attach-cell-title-line-height);}.base_1x0gzlt_b1pj1390__acafdc8a .base_1x0gzlt_sjp429d__acafdc8a{font-family:var(--plasma-typo-body-xs-font-family);font-size:var(--plasma-typo-body-xs-font-size);font-style:var(--plasma-typo-body-xs-font-style);font-weight:var(--plasma-typo-body-xs-font-weight);-webkit-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);-moz-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);-ms-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);letter-spacing:var(--plasma-typo-body-xs-letter-spacing);line-height:var(--plasma-typo-body-xs-line-height);}
|
|
887
887
|
|
|
888
|
-
.
|
|
888
|
+
.base_d9xz7t_b438e2d__8119a832.base_d9xz7t_plasmaAttachHorizontal__8119a832{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}.base_d9xz7t_b438e2d__8119a832.base_d9xz7t_plasmaAttachVertical__8119a832{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}.base_d9xz7t_b438e2d__8119a832.base_d9xz7t_plasmaAttachAuto__8119a832{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
|
|
889
889
|
|
|
890
890
|
.base_1tgnvl9_b1psfq3i__8ccb119d .base_1tgnvl9_sjp429d__8ccb119d{color:var(--plasma-attach-helper-text-color);}
|
|
891
891
|
|
|
892
|
-
.
|
|
893
|
-
.
|
|
894
|
-
.
|
|
895
|
-
.
|
|
896
|
-
.
|
|
897
|
-
.
|
|
892
|
+
.Attach_styles_14g2czk_by826kf__cdf5bf98{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
|
|
893
|
+
.Attach_styles_14g2czk_sw7vb9c__cdf5bf98{display:none;}
|
|
894
|
+
.Attach_styles_14g2czk_suojwhg__cdf5bf98{position:relative;}
|
|
895
|
+
.Attach_styles_14g2czk_sjp429d__cdf5bf98{position:absolute;margin-top:0.25rem;}
|
|
896
|
+
.Attach_styles_14g2czk_fssye98__cdf5bf98{display:inline-grid;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-columns:auto 1fr;min-width:8ch;height:var(--fssye98-0);}
|
|
897
|
+
.Attach_styles_14g2czk_f1531dv__cdf5bf98{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:var(--f1531dv-0);}.Attach_styles_14g2czk_f1531dv__cdf5bf98.Attach_styles_14g2czk_plasmaAttachHorizontal__cdf5bf98{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}.Attach_styles_14g2czk_f1531dv__cdf5bf98.Attach_styles_14g2czk_plasmaAttachVertical__cdf5bf98{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}.Attach_styles_14g2czk_f1531dv__cdf5bf98.Attach_styles_14g2czk_plasmaAttachAuto__cdf5bf98{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}.Attach_styles_14g2czk_f1531dv__cdf5bf98.Attach_styles_14g2czk_plasmaAttachHorizontalHidden__cdf5bf98{position:absolute;top:0;left:0;z-index:-999;visibility:hidden;opacity:0;}
|
|
898
|
+
.Attach_styles_14g2czk_t7plw5t__cdf5bf98{overflow:var(--t7plw5t-0);text-overflow:var(--t7plw5t-1);white-space:nowrap;}
|
|
898
899
|
|
|
899
900
|
|
|
900
|
-
.
|
|
901
|
+
.HiddenWidthHelper_styles_3t6n6e_hgjzppa__f7fb7ae5{position:absolute;inset:0;z-index:-999;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-column-gap:var(--plasma-attach-horizontal-gap);column-gap:var(--plasma-attach-horizontal-gap);box-sizing:border-box;visibility:hidden;opacity:0;}
|
|
902
|
+
.HiddenWidthHelper_styles_3t6n6e_h1ad4wty__f7fb7ae5{width:100%;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-column-gap:var(--plasma-attach-horizontal-gap);column-gap:var(--plasma-attach-horizontal-gap);}
|
|
901
903
|
|
|
902
904
|
.Button_styles_bj69th_sfplb1t__569490a7{--plasma-button-color:var(--plasma-attach-button-color);--plasma-button-value-color:var(--plasma-attach-button-value-color);--plasma-button-background-color:var(--plasma-attach-button-background-color);--plasma-button-color-hover:var(--plasma-attach-button-color-hover);--plasma-button-background-color-hover:var(--plasma-attach-button-background-color-hover);--plasma-button-color-active:var(--plasma-attach-button-color-active);--plasma-button-background-color-active:var(--plasma-attach-button-background-color-active);--plasma-button-loading-background-color:var(--plasma-attach-button-loading-background-color);--plasma-button-scale-hover:var(--plasma-attach-button-scale-hover);---plasma-button-scale-active:var(---plasma-attach-button-scale-active);--plasma-button-height:var(--plasma-attach-button-height);--plasma-button-width:var(--plasma-attach-button-width);--plasma-button-padding:var(--plasma-attach-button-padding);--plasma-button-radius:var(--plasma-attach-button-radius);--plasma-button-radius-circle:var(--plasma-attach-button-radius-circle);--plasma-button-font-family:var(--plasma-attach-button-font-family);--plasma-button-font-size:var(--plasma-attach-button-font-size);--plasma-button-font-style:var(--plasma-attach-button-font-style);--plasma-button-font-weight:var(--plasma-attach-button-font-weight);--plasma-button-letter-spacing:var(--plasma-attach-button-letter-spacing);--plasma-button-line-height:var(--plasma-attach-button-line-height);--plasma-button-left-content-margin:var(--plasma-attach-button-left-content-margin);--plasma-button-left-content-align-self:var(--plasma-attach-button-left-content-align-self);--plasma-button-right-content-margin:var(--plasma-attach-button-right-content-margin);--plasma-button-right-content-align-self:var(--plasma-attach-button-right-content-align-self);--plasma-button-value-margin:var(--plasma-attach-button-value-margin);--plasma-button-disabled-opacity:var(--plasma-attach-button-disabled-opacity);--plasma-button-focus-color:var(--plasma-attach-button-focus-color);--plasma-button-spinner-color:var(--plasma-attach-button-spinner-color);--plasma-button-spinner-size:var(--plasma-attach-button-spinner-size);}
|
|
903
905
|
|
|
906
|
+
.Cell_styles_lpj30y_si1k6gv__80725697{--plasma-cell-label-color:var(--plasma-attach-cell-label-color);--plasma-cell-title-color:var(--plasma-attach-cell-title-color);--plasma-cell-subtitle-color:var(--plasma-attach-cell-subtitle-color);--plasma-cell-background-color:var(--plasma-attach-cell-background-color);--plasma-cell-width:var(--plasma-attach-cell-width);--plasma-cell-padding:var(--plasma-attach-cell-padding);--plasma-cell-padding-left-content:var(--plasma-attach-cell-padding-left-content);--plasma-cell-padding-content:var(--plasma-attach-cell-padding-content);--plasma-cell-padding-right-content:var(--plasma-attach-cell-padding-right-content);--plasma-cell-textbox-gap:var(--plasma-attach-cell-textbox-gap);--plasma-cell-gap:var(--plasma-attach-cell-gap);--plasma-cell-label-font-family:var(--plasma-attach-cell-label-font-family);--plasma-cell-label-font-size:var(--plasma-attach-cell-label-font-size);--plasma-cell-label-font-style:var(--plasma-attach-cell-label-font-style);--plasma-cell-label-font-weight:var(--plasma-attach-cell-label-font-weight);--plasma-cell-label-letter-spacing:var(--plasma-attach-cell-label-letter-spacing);--plasma-cell-label-line-height:var(--plasma-attach-cell-label-line-height);--plasma-cell-title-font-family:var(--plasma-attach-cell-title-font-family);--plasma-cell-title-font-size:var(--plasma-attach-cell-title-font-size);--plasma-cell-title-font-style:var(--plasma-attach-cell-title-font-style);--plasma-cell-title-font-weight:var(--plasma-attach-cell-title-font-weight);--plasma-cell-title-letter-spacing:var(--plasma-attach-cell-title-letter-spacing);--plasma-cell-title-line-height:var(--plasma-attach-cell-title-line-height);--plasma-cell-subtitle-font-family:var(--plasma-attach-cell-subtitle-font-family);--plasma-cell-subtitle-font-size:var(--plasma-attach-cell-subtitle-font-size);--plasma-cell-subtitle-font-style:var(--plasma-attach-cell-subtitle-font-style);--plasma-cell-subtitle-font-weight:var(--plasma-attach-cell-subtitle-font-weight);--plasma-cell-subtitle-letter-spacing:var(--plasma-attach-cell-subtitle-letter-spacing);--plasma-cell-subtitle-line-height:var(--plasma-attach-cell-subtitle-line-height);white-space:nowrap;}.Cell_styles_lpj30y_si1k6gv__80725697.Cell_styles_lpj30y_plasmaAttachCellHidden__80725697{visibility:hidden;}
|
|
907
|
+
|
|
908
|
+
.MoreTrigger_styles_5yseaa_i1fc84ks__90d41151{line-height:0;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:var(--plasma-attach-more-icon-padding);}
|
|
909
|
+
|
|
910
|
+
.Dropdown_styles_1ge65dg_s1qvmnsb__e948565f{--plasma-dropdown-border-width:var(--plasma-attach-dropdown-border-width);--plasma-dropdown-padding:var(--plasma-attach-dropdown-padding);--plasma-dropdown-border-radius:var(--plasma-attach-dropdown-border-radius);--plasma-dropdown-width:var(--plasma-attach-dropdown-width);--plasma-dropdown-item-padding:var(--plasma-attach-dropdown-item-padding);--plasma-dropdown-background:var(--plasma-attach-dropdown-background);--plasma-dropdown-box-shadow:var(--plasma-attach-dropdown-box-shadow);--plasma-dropdown-border-color:var(--plasma-attach-dropdown-border-color);}.Dropdown_styles_1ge65dg_s1qvmnsb__e948565f .Dropdown_styles_1ge65dg_w1jav4ek__e948565f:hover{cursor:default;}
|
|
911
|
+
|
|
904
912
|
.IconButton_styles_7clf9d_s1uu1svj__424ea6e4{--plasma-icon-button-color:var(--plasma-attach-icon-button-color);--plasma-icon-button-background-color:var(--plasma-attach-icon-button-background-color);--plasma-icon-button-loading-background-color:var(--plasma-attach-icon-button-loading-background-color);--plasma-icon-button-color-hover:var(--plasma-attach-icon-button-color-hover);--plasma-icon-button-background-color-hover:var(--plasma-attach-icon-button-background-color-hover);--plasma-icon-button-color-active:var(--plasma-attach-icon-button-color-active);--plasma-icon-button-background-color-active:var(--plasma-attach-icon-button-background-color-active);--plasma-icon-button-scale-hover:var(--plasma-attach-icon-button-scale-hover);---plasma-icon-button-scale-active:var(---plasma-attach-icon-button-scale-active);--plasma-icon-button-height:var(--plasma-attach-icon-button-height);--plasma-icon-button-width:var(--plasma-attach-icon-button-width);--plasma-icon-button-padding:var(--plasma-attach-icon-button-padding);--plasma-icon-button-radius:var(--plasma-attach-icon-button-radius);--plasma-icon-button-radius-circle:var(--plasma-attach-icon-button-radius-circle);--plasma-icon-button-font-family:var(--plasma-attach-icon-button-font-family);--plasma-icon-button-font-size:var(--plasma-attach-icon-button-font-size);--plasma-icon-button-font-style:var(--plasma-attach-icon-button-font-style);--plasma-icon-button-font-weight:var(--plasma-attach-icon-button-font-weight);--plasma-icon-button-letter-spacing:var(--plasma-attach-icon-button-letter-spacing);--plasma-icon-button-line-height:var(--plasma-attach-icon-button-line-height);--plasma-icon-button-disabled-opacity:var(--plasma-attach-icon-button-disabled-opacity);--plasma-icon-button-focus-color:var(--plasma-attach-icon-button-focus-color);--plasma-icon-button-spinner-color:var(--plasma-attach-icon-button-spinner-color);--plasma-icon-button-spinner-size:var(--plasma-attach-icon-button-spinner-size);-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;}
|
|
905
913
|
.IconButton_styles_7clf9d_s17hmg85__424ea6e4{--plasma-icon-button-color:var(--plasma-attach-icon-button-cancel-color);--plasma-icon-button-background-color:var(--plasma-attach-icon-button-cancel-background-color);--plasma-icon-button-loading-background-color:var(--plasma-attach-icon-button-cancel-loading-background-color);--plasma-icon-button-color-hover:var(--plasma-attach-icon-button-cancel-color-hover);--plasma-icon-button-background-color-hover:var(--plasma-attach-icon-button-cancel-background-color-hover);--plasma-icon-button-color-active:var(--plasma-attach-icon-button-cancel-color-active);--plasma-icon-button-background-color-active:var(--plasma-attach-icon-button-cancel-background-color-active);--plasma-icon-button-scale-hover:var(--plasma-attach-icon-button-cancel-scale-hover);---plasma-icon-button-scale-active:var(---plasma-attach-icon-button-cancel-scale-active);--plasma-icon-button-height:var(--plasma-attach-icon-button-cancel-height);--plasma-icon-button-width:var(--plasma-attach-icon-button-cancel-width);--plasma-icon-button-padding:var(--plasma-attach-icon-button-cancel-padding);--plasma-icon-button-radius:var(--plasma-attach-icon-button-cancel-radius);--plasma-icon-button-radius-circle:var(--plasma-attach-icon-button-cancel-radius-circle);--plasma-icon-button-font-family:var(--plasma-attach-icon-button-cancel-font-family);--plasma-icon-button-font-size:var(--plasma-attach-icon-button-cancel-font-size);--plasma-icon-button-font-style:var(--plasma-attach-icon-button-cancel-font-style);--plasma-icon-button-font-weight:var(--plasma-attach-icon-button-cancel-font-weight);--plasma-icon-button-letter-spacing:var(--plasma-attach-icon-button-cancel-letter-spacing);--plasma-icon-button-line-height:var(--plasma-attach-icon-button-cancel-line-height);--plasma-icon-button-disabled-opacity:var(--plasma-attach-icon-button-cancel-disabled-opacity);--plasma-icon-button-focus-color:var(--plasma-attach-icon-button-cancel-focus-color);--plasma-icon-button-spinner-color:var(--plasma-attach-icon-button-cancel-spinner-color);--plasma-icon-button-spinner-size:var(--plasma-attach-icon-button-cancel-spinner-size);}
|
|
906
914
|
|
|
@@ -1175,23 +1183,19 @@
|
|
|
1175
1183
|
.ProgressBarCircular_styles_1cnlydo_s1d8ncmi__42dafeea{--percentage:var(--s1d8ncmi-0);--radius:var(--s1d8ncmi-1);--circumference:calc(calc(2 * 3.1415926535) * var(--radius));--dashoffset:calc(var(--circumference) - (var(--percentage,0) * var(--circumference) / 100));fill:none;stroke:var(--plasma-progressbar-circular-progress-stroke);stroke-width:var(--s1d8ncmi-2);stroke-linecap:round;r:var(--radius);stroke-dasharray:var(--circumference);stroke-dashoffset:var(--dashoffset);-webkit-transition:stroke-dashoffset 0.3s ease-in-out;transition:stroke-dashoffset 0.3s ease-in-out;}
|
|
1176
1184
|
.ProgressBarCircular_styles_1cnlydo_sg9aoc4__42dafeea{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:var(--plasma-progressbar-circular-content-color);font-family:var(--plasma-progressbar-circular-content-font-family);font-size:var(--plasma-progressbar-circular-content-font-size);font-style:var(--plasma-progressbar-circular-content-font-style);font-weight:var(--plasma-progressbar-circular-content-font-weight);-webkit-letter-spacing:var(--plasma-progressbar-circular-content-letter-spacing);-moz-letter-spacing:var(--plasma-progressbar-circular-content-letter-spacing);-ms-letter-spacing:var(--plasma-progressbar-circular-content-letter-spacing);letter-spacing:var(--plasma-progressbar-circular-content-letter-spacing);line-height:var(--plasma-progressbar-circular-content-line-height);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
|
|
1177
1185
|
|
|
1178
|
-
.TimePickerGrid_styles_mz2mkl_b1gxyazn__68be6be3{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;height:10rem;}
|
|
1179
|
-
.TimePickerGrid_styles_mz2mkl_s5pkh4__68be6be3{background:var(--plasma-time-picker-grid-grid-background);border-radius:var(--plasma-time-picker-grid-grid-border-radius);width:var(--s5pkh4-0);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:var(--plasma-time-picker-grid-grid-padding);-webkit-flex:1 1 1;-ms-flex:1 1 1;flex:1 1 1;gap:var(--plasma-time-picker-grid-scrollbar-width);box-sizing:border-box;position:relative;height:var(--plasma-time-picker-grid-column-height);}
|
|
1180
1186
|
|
|
1181
|
-
.
|
|
1182
|
-
.
|
|
1183
|
-
.
|
|
1184
|
-
.TimeColumn_styles_1nwjzgi_csx57j8__3e50ba9a{position:absolute;top:var(--plasma-time-picker-grid-scrollbar-margin);right:0;bottom:var(--plasma-time-picker-grid-scrollbar-margin);width:var(--plasma-time-picker-grid-scrollbar-width);opacity:0;-webkit-transition:opacity 0.3s ease;transition:opacity 0.3s ease;pointer-events:none;z-index:10;overflow:hidden;}.TimeColumn_styles_1nwjzgi_csx57j8__3e50ba9a.TimeColumn_styles_1nwjzgi__PlasmaTimePickerGridScrollbarVisible__3e50ba9a{opacity:1;pointer-events:auto;}
|
|
1185
|
-
.TimeColumn_styles_1nwjzgi_s1dh0qqv__3e50ba9a{position:relative;width:100%;height:100%;background:var(--plasma-time-picker-grid-scrollbar-track-color);border-radius:var(--plasma-time-picker-grid-scrollbar-width);}
|
|
1186
|
-
.TimeColumn_styles_1nwjzgi_s1h9xdi8__3e50ba9a{position:absolute;top:0;left:0;width:100%;background:var(--plasma-time-picker-grid-scrollbar-color);border-radius:var(--plasma-time-picker-grid-scrollbar-width);cursor:pointer;-webkit-transition:background-color 0.2s ease;transition:background-color 0.2s ease;}.TimeColumn_styles_1nwjzgi_s1h9xdi8__3e50ba9a:hover{background:var(--plasma-time-picker-grid-scrollbar-color);}.TimeColumn_styles_1nwjzgi_s1h9xdi8__3e50ba9a:active{background:var(--plasma-time-picker-grid-scrollbar-track-color);}
|
|
1187
|
-
.TimeColumn_styles_1nwjzgi_s1dt15pt__3e50ba9a{width:100%;height:0%.125rem;}
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
.TimePicker_styles_2lk4d9_s1ghbm1p__1d709ac3{--plasma-time-picker-grid-grid-background:var(--plasma-time-picker-ui-background);--plasma-time-picker-grid-grid-border-radius:var(--plasma-time-picker-ui-border-radius);--plasma-time-picker-grid-grid-width:var(--plasma-time-picker-ui-width);--plasma-time-picker-grid-grid-padding:var(--plasma-time-picker-ui-padding);--plasma-time-picker-grid-disabled-opacity:var(--plasma-time-picker-disabled-opacity);--plasma-time-picker-grid-column-height:var(--plasma-time-picker-column-height);--plasma-time-picker-grid-item-height:var(--plasma-time-picker-item-height);--plasma-time-picker-grid-item-border-radius:var(--plasma-time-picker-item-border-radius);--plasma-time-picker-grid-item-padding:var(--plasma-time-picker-item-padding);--plasma-time-picker-grid-item-hover-background:var(--plasma-time-picker-item-hover-background);--plasma-time-picker-grid-item-active-background:var(--plasma-time-picker-item-active-background);--plasma-time-picker-grid-item-font-family:var(--plasma-time-picker-item-font-family);--plasma-time-picker-grid-item-font-size:var(--plasma-time-picker-item-font-size);--plasma-time-picker-grid-item-font-style:var(--plasma-time-picker-item-font-style);--plasma-time-picker-grid-item-font-weight:var(--plasma-time-picker-item-font-weight);--plasma-time-picker-grid-item-letter-spacing:var(--plasma-time-picker-item-letter-spacing);--plasma-time-picker-grid-item-line-height:var(--plasma-time-picker-item-line-height);--plasma-time-picker-grid-scrollbar-width:var(--plasma-time-picker-scrollbar-width);--plasma-time-picker-grid-scrollbar-color:var(--plasma-time-picker-scrollbar-color);--plasma-time-picker-grid-scrollbar-track-color:var(--plasma-time-picker-scrollbar-track-color);--plasma-time-picker-grid-scrollbar-margin:var(--plasma-time-picker-scrollbar-margin);}
|
|
1191
|
-
.TimePicker_styles_2lk4d9_s19h9m1x__1d709ac3{width:100%;--plasma-textfield-color:var(--plasma-time-picker-textfield-color);--plasma-textfield__placeholder-color:var(--plasma-time-picker-textfield-placeholder-color);--plasma-textfield__placeholder-color-focus:var(--plasma-timepicker-textfield__placeholder-color-focus);--plasma-textfield__caret-color:var(--plasma-time-picker-textfield-caret-color);--plasma-textfield-focus-color:var(--plasma-time-picker-textfield-focus-color);--plasma-textfield-bg-color:var(--plasma-time-picker-textfield-background-color);--plasma-textfield-bg-color-hover:var(--plasma-time-picker-textfield-background-color-hover);--plasma-textfield-bg-color-focus:var(--plasma-time-picker-textfield-background-color-focus);--plasma-textfield-border-color:var(--plasma-time-picker_range-border-color);--plasma-textfield-border-color-hover:var(--plasma-time-picker_range-border-color-hover);--plasma-textfield-border-color-focus:var(--plasma-time-picker_range-border-color-focus);--plasma-textfield-box-shadow:var(--plasma-time-picker-textfield-box-shadow);--plasma-textfield-color-readonly:var(--plasma-time-picker-textfield-color-readonly);--plasma-textfield-bg-color-readonly:var(--plasma-time-picker-textfield-background-color-readonly);--plasma-textfield-border-color-readonly:var(--plasma-time-picker-textfield-border-color-readonly);--plasma-textfield__placeholder-color-readonly:var(--plasma-time-picker-textfield-placeholder-color-readonly);--plasma-textfield-height:var(--plasma-time-picker-textfield-height);--plasma-textfield-border-width:var(--plasma-time-picker-textfield-border-width);--plasma-textfield-border-radius:var(--plasma-time-picker-textfield-border-radius);--plasma-textfield-padding:var(--plasma-time-picker-textfield-padding);--plasma-textfield-placement_inner__label-padding:var(--plasma-time-picker-placement_inner__label-padding);--plasma-textfield-placement_inner__content-padding:var(--plasma-time-picker-placement_inner__content-padding);--plasma-textfield__label-offset:var(--plasma-time-picker__label-offset);--plasma-textfield__label-font-family:var(--plasma-time-picker__label-font-family);--plasma-textfield__label-font-style:var(--plasma-time-picker__label-font-style);--plasma-textfield__label-font-size:var(--plasma-time-picker__label-font-size);--plasma-textfield__label-font-weight:var(--plasma-time-picker__label-font-weight);--plasma-textfield__label-letter-spacing:var(--plasma-time-picker__label-letter-spacing);--plasma-textfield__label-line-height:var(--plasma-time-picker__label-line-height);--plasma-textfield-placement_inner__label-font-family:var(--plasma-time-picker-placement_inner__label-font-family);--plasma-textfield-placement_inner__label-font-size:var(--plasma-time-picker-placement_inner__label-font-size);--plasma-textfield-placement_inner__label-font-style:var(--plasma-time-picker-placement_inner__label-font-style);--plasma-textfield-placement_inner__label-font-weight:var(--plasma-time-picker-placement_inner__label-font-weight);--plasma-textfield-placement_inner__label-letter-spacing:var(--plasma-time-picker-placement_inner__label-letter-spacing);--plasma-textfield-placement_inner__label-line-height:var(--plasma-time-picker-placement_inner__label-line-height);--plasma-textfield__label-color-readonly:var(--plasma-time-picker__label-color-readonly);--plasma-textfield__indicator-color:var(--plasma-time-picker__indicator-color);--plasma-textfield__indicator-size-inner:var(--plasma-time-picker__indicator-size);--plasma-textfield__indicator-size-outer:var(--plasma-time-picker__indicator-size-outer);--plasma-textfield__indicator-placement-inner:var(--plasma-time-picker__indicator-placement);--plasma-textfield__indicator-placement-outer:var(--plasma-time-picker__indicator-placement-outer);--plasma-textfield__indicator-placement-inner-right:var(--plasma-time-picker__indicator-placement-right);--plasma-textfield__indicator-placement-outer-right:var(--plasma-time-picker__indicator-placement-outer-right);--plasma-textfield__left-content-margin:var(--plasma-time-picker-textfield__left-content-margin);--plasma-textfield__right-content-margin:var(--plasma-time-picker-textfield__right-content-margin);--plasma-textfield-font-family:var(--plasma-time-picker-textfield-font-family);--plasma-textfield-font-size:var(--plasma-time-picker-textfield-font-size);--plasma-textfield-font-style:var(--plasma-time-picker-textfield-font-style);--plasma-textfield-font-weight:var(--plasma-time-picker-textfield-font-weight);--plasma-textfield-letter-spacing:var(--plasma-time-picker-textfield-letter-spacing);--plasma-textfield-line-height:var(--plasma-time-picker-textfield-line-height);--plasma-textfield-disabled-opacity:var(--plasma-time-picker-disabled-opacity);--plasma-textfield__before-text-color:var(--plasma-time-picker-textfield__before-text-color);--plasma-textfield__after-text-color:var(--plasma-time-picker-textfield__after-text-color);--plasma-textfield__before-text-margin:var(--plasma-time-picker-textfield__before-text-margin);--plasma-textfield__after-text-margin:var(--plasma-time-picker-textfield__after-text-margin);--plasma-textfield-content-slot-color:var(--plasma-time-picker-textfield__content-color,var(--plasma-time-picker-textfield-color));--plasma-textfield-content-right-slot-color:var(--plasma-time-picker-textfield__content-right-color,var(--plasma-textfield-content-slot-color));--plasma-textfield-content-right-slot-color-hover:var(--plasma-time-picker-textfield__content-right-color-hover,var(--plasma-textfield-content-right-slot-color));}.TimePicker_styles_2lk4d9_s19h9m1x__1d709ac3.TimePicker_styles_2lk4d9_plasmaTimePickerError__1d709ac3{--plasma-textfield-bg-color:var(--plasma-time-picker-textfield-background-color-error);--plasma-textfield-bg-color-hover:var(--plasma-time-picker-textfield-background-color-error-hover);--plasma-textfield-bg-color-focus:var(--plasma-time-picker-textfield-background-color-error-focus);--plasma-textfield-border-color:var(--plasma-time-picker-textfield-border-color-error);--plasma-textfield-border-color-hover:var(--plasma-time-picker-textfield-border-color-error-hover);--plasma-textfield-border-color-focus:var(--plasma-time-picker-textfield-border-color-error-focus);}.TimePicker_styles_2lk4d9_s19h9m1x__1d709ac3.TimePicker_styles_2lk4d9_plasmaTimePickerSuccess__1d709ac3{--plasma-textfield-bg-color:var(--plasma-time-picker-textfield-background-color-success);--plasma-textfield-bg-color-hover:var(--plasma-time-picker-textfield-background-color-success-hover);--plasma-textfield-bg-color-focus:var(--plasma-time-picker-textfield-background-color-success-focus);--plasma-textfield-border-color:var(--plasma-time-picker-textfield-border-color-success);--plasma-textfield-border-color-hover:var(--plasma-time-picker-textfield-border-color-success-hover);--plasma-textfield-border-color-focus:var(--plasma-time-picker-textfield-border-color-success-focus);}
|
|
1192
|
-
.TimePicker_styles_2lk4d9_blnaiay__1d709ac3{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:var(--plasma-time-picker-width);margin-top:var(--plasma-time-picker-dropdown-margin-top);}.TimePicker_styles_2lk4d9_blnaiay__1d709ac3 .TimePicker_styles_2lk4d9_popoverWrapper__1d709ac3,.TimePicker_styles_2lk4d9_blnaiay__1d709ac3 .TimePicker_styles_2lk4d9_popoverTarget__1d709ac3{width:inherit;}.TimePicker_styles_2lk4d9_blnaiay__1d709ac3.TimePicker_styles_2lk4d9_plasmaTimePickerStretched__1d709ac3{width:100%;}.TimePicker_styles_2lk4d9_blnaiay__1d709ac3.TimePicker_styles_2lk4d9_plasmaTimePickerStretched__1d709ac3 .TimePicker_styles_2lk4d9_popoverRoot__1d709ac3{width:100%;}.TimePicker_styles_2lk4d9_blnaiay__1d709ac3.TimePicker_styles_2lk4d9_plasmaTimePickerFullWidth__1d709ac3{width:100%;}.TimePicker_styles_2lk4d9_blnaiay__1d709ac3.TimePicker_styles_2lk4d9_plasmaTimePickerPlacementRight__1d709ac3{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}
|
|
1193
|
-
.TimePicker_styles_2lk4d9_sh0cawu__1d709ac3{background:var(--plasma-time-picker-ui-background);border-radius:var(--plasma-time-picker-ui-border-radius);width:var(--sh0cawu-0);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:var(--plasma-time-picker-ui-padding);-webkit-flex:1 1 1;-ms-flex:1 1 1;flex:1 1 1;gap:var(--plasma-time-picker-scrollbar-width);box-sizing:border-box;position:relative;}
|
|
1187
|
+
.TimePicker_styles_ar3obv_s1ghbm1p__3866631e{width:100%;--plasma-textfield-color:var(--plasma-time-picker-textfield-color);--plasma-textfield__placeholder-color:var(--plasma-time-picker-textfield-placeholder-color);--plasma-textfield__placeholder-color-focus:var(--plasma-timepicker-textfield__placeholder-color-focus);--plasma-textfield__caret-color:var(--plasma-time-picker-textfield-caret-color);--plasma-textfield-focus-color:var(--plasma-time-picker-textfield-focus-color);--plasma-textfield-bg-color:var(--plasma-time-picker-textfield-background-color);--plasma-textfield-bg-color-hover:var(--plasma-time-picker-textfield-background-color-hover);--plasma-textfield-bg-color-focus:var(--plasma-time-picker-textfield-background-color-focus);--plasma-textfield-border-color:var(--plasma-time-picker_range-border-color);--plasma-textfield-border-color-hover:var(--plasma-time-picker_range-border-color-hover);--plasma-textfield-border-color-focus:var(--plasma-time-picker_range-border-color-focus);--plasma-textfield-box-shadow:var(--plasma-time-picker-textfield-box-shadow);--plasma-textfield-color-readonly:var(--plasma-time-picker-textfield-color-readonly);--plasma-textfield-bg-color-readonly:var(--plasma-time-picker-textfield-background-color-readonly);--plasma-textfield-border-color-readonly:var(--plasma-time-picker-textfield-border-color-readonly);--plasma-textfield__placeholder-color-readonly:var(--plasma-time-picker-textfield-placeholder-color-readonly);--plasma-textfield-height:var(--plasma-time-picker-textfield-height);--plasma-textfield-border-width:var(--plasma-time-picker-textfield-border-width);--plasma-textfield-border-radius:var(--plasma-time-picker-textfield-border-radius);--plasma-textfield-padding:var(--plasma-time-picker-textfield-padding);--plasma-textfield-placement_inner__label-padding:var(--plasma-time-picker-placement_inner__label-padding);--plasma-textfield-placement_inner__content-padding:var(--plasma-time-picker-placement_inner__content-padding);--plasma-textfield__label-offset:var(--plasma-time-picker__label-offset);--plasma-textfield__label-font-family:var(--plasma-time-picker__label-font-family);--plasma-textfield__label-font-style:var(--plasma-time-picker__label-font-style);--plasma-textfield__label-font-size:var(--plasma-time-picker__label-font-size);--plasma-textfield__label-font-weight:var(--plasma-time-picker__label-font-weight);--plasma-textfield__label-letter-spacing:var(--plasma-time-picker__label-letter-spacing);--plasma-textfield__label-line-height:var(--plasma-time-picker__label-line-height);--plasma-textfield-placement_inner__label-font-family:var(--plasma-time-picker-placement_inner__label-font-family);--plasma-textfield-placement_inner__label-font-size:var(--plasma-time-picker-placement_inner__label-font-size);--plasma-textfield-placement_inner__label-font-style:var(--plasma-time-picker-placement_inner__label-font-style);--plasma-textfield-placement_inner__label-font-weight:var(--plasma-time-picker-placement_inner__label-font-weight);--plasma-textfield-placement_inner__label-letter-spacing:var(--plasma-time-picker-placement_inner__label-letter-spacing);--plasma-textfield-placement_inner__label-line-height:var(--plasma-time-picker-placement_inner__label-line-height);--plasma-textfield__label-color-readonly:var(--plasma-time-picker__label-color-readonly);--plasma-textfield__indicator-color:var(--plasma-time-picker__indicator-color);--plasma-textfield__indicator-size-inner:var(--plasma-time-picker__indicator-size);--plasma-textfield__indicator-size-outer:var(--plasma-time-picker__indicator-size-outer);--plasma-textfield__indicator-placement-inner:var(--plasma-time-picker__indicator-placement);--plasma-textfield__indicator-placement-outer:var(--plasma-time-picker__indicator-placement-outer);--plasma-textfield__indicator-placement-inner-right:var(--plasma-time-picker__indicator-placement-right);--plasma-textfield__indicator-placement-outer-right:var(--plasma-time-picker__indicator-placement-outer-right);--plasma-textfield__left-content-margin:var(--plasma-time-picker-textfield__left-content-margin);--plasma-textfield__right-content-margin:var(--plasma-time-picker-textfield__right-content-margin);--plasma-textfield-font-family:var(--plasma-time-picker-textfield-font-family);--plasma-textfield-font-size:var(--plasma-time-picker-textfield-font-size);--plasma-textfield-font-style:var(--plasma-time-picker-textfield-font-style);--plasma-textfield-font-weight:var(--plasma-time-picker-textfield-font-weight);--plasma-textfield-letter-spacing:var(--plasma-time-picker-textfield-letter-spacing);--plasma-textfield-line-height:var(--plasma-time-picker-textfield-line-height);--plasma-textfield-disabled-opacity:var(--plasma-time-picker-disabled-opacity);--plasma-textfield__before-text-color:var(--plasma-time-picker-textfield__before-text-color);--plasma-textfield__after-text-color:var(--plasma-time-picker-textfield__after-text-color);--plasma-textfield__before-text-margin:var(--plasma-time-picker-textfield__before-text-margin);--plasma-textfield__after-text-margin:var(--plasma-time-picker-textfield__after-text-margin);--plasma-textfield-content-slot-color:var(--plasma-time-picker-textfield__content-color,var(--plasma-time-picker-textfield-color));--plasma-textfield-content-right-slot-color:var(--plasma-time-picker-textfield__content-right-color,var(--plasma-textfield-content-slot-color));--plasma-textfield-content-right-slot-color-hover:var(--plasma-time-picker-textfield__content-right-color-hover,var(--plasma-textfield-content-right-slot-color));}.TimePicker_styles_ar3obv_s1ghbm1p__3866631e.TimePicker_styles_ar3obv_plasmaTimePickerError__3866631e{--plasma-textfield-bg-color:var(--plasma-time-picker-textfield-background-color-error);--plasma-textfield-bg-color-hover:var(--plasma-time-picker-textfield-background-color-error-hover);--plasma-textfield-bg-color-focus:var(--plasma-time-picker-textfield-background-color-error-focus);--plasma-textfield-border-color:var(--plasma-time-picker-textfield-border-color-error);--plasma-textfield-border-color-hover:var(--plasma-time-picker-textfield-border-color-error-hover);--plasma-textfield-border-color-focus:var(--plasma-time-picker-textfield-border-color-error-focus);}.TimePicker_styles_ar3obv_s1ghbm1p__3866631e.TimePicker_styles_ar3obv_plasmaTimePickerSuccess__3866631e{--plasma-textfield-bg-color:var(--plasma-time-picker-textfield-background-color-success);--plasma-textfield-bg-color-hover:var(--plasma-time-picker-textfield-background-color-success-hover);--plasma-textfield-bg-color-focus:var(--plasma-time-picker-textfield-background-color-success-focus);--plasma-textfield-border-color:var(--plasma-time-picker-textfield-border-color-success);--plasma-textfield-border-color-hover:var(--plasma-time-picker-textfield-border-color-success-hover);--plasma-textfield-border-color-focus:var(--plasma-time-picker-textfield-border-color-success-focus);}
|
|
1188
|
+
.TimePicker_styles_ar3obv_b19h9m1x__3866631e{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:var(--plasma-time-picker-width);margin-top:var(--plasma-time-picker-dropdown-margin-top);}.TimePicker_styles_ar3obv_b19h9m1x__3866631e .TimePicker_styles_ar3obv_popoverWrapper__3866631e,.TimePicker_styles_ar3obv_b19h9m1x__3866631e .TimePicker_styles_ar3obv_popoverTarget__3866631e{width:inherit;}.TimePicker_styles_ar3obv_b19h9m1x__3866631e.TimePicker_styles_ar3obv_plasmaTimePickerStretched__3866631e{width:100%;}.TimePicker_styles_ar3obv_b19h9m1x__3866631e.TimePicker_styles_ar3obv_plasmaTimePickerStretched__3866631e .TimePicker_styles_ar3obv_popoverRoot__3866631e{width:100%;}.TimePicker_styles_ar3obv_b19h9m1x__3866631e.TimePicker_styles_ar3obv_plasmaTimePickerFullWidth__3866631e{width:100%;}.TimePicker_styles_ar3obv_b19h9m1x__3866631e.TimePicker_styles_ar3obv_plasmaTimePickerPlacementRight__3866631e{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}
|
|
1189
|
+
.TimePicker_styles_ar3obv_slnaiay__3866631e{background:var(--plasma-time-picker-ui-background);border-radius:var(--plasma-time-picker-ui-border-radius);width:var(--slnaiay-0);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:var(--plasma-time-picker-ui-padding);-webkit-flex:1 1 1;-ms-flex:1 1 1;flex:1 1 1;gap:var(--plasma-time-picker-scrollbar-width);box-sizing:border-box;position:relative;}
|
|
1194
1190
|
|
|
1195
1191
|
.base_nyid0i_bxyi89k__8a89f178[disabled]{opacity:var(--plasma-time-picker-disabled-opacity);cursor:not-allowed;}
|
|
1196
1192
|
|
|
1197
1193
|
.base_zalfas_b13m44ib__f47929ae[readonly]{cursor:not-allowed;}
|
|
1194
|
+
|
|
1195
|
+
.TimeColumn_styles_juymyb_s1okclyy__820070c4{position:relative;width:100%;}
|
|
1196
|
+
.TimeColumn_styles_juymyb_s14v4skc__820070c4{height:var(--plasma-time-picker-item-height);padding:var(--plasma-time-picker-item-padding);box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:0.05s;transition:0.05s;border-radius:var(--plasma-time-picker-item-border-radius);cursor:pointer;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;overflow:auto;font-family:var(--plasma-time-picker-item-font-family);font-size:var(--plasma-time-picker-item-font-size);font-style:var(--plasma-time-picker-item-font-style);font-weight:var(--plasma-time-picker-item-font-weight);-webkit-letter-spacing:var(--plasma-time-picker-item-letter-spacing);-moz-letter-spacing:var(--plasma-time-picker-item-letter-spacing);-ms-letter-spacing:var(--plasma-time-picker-item-letter-spacing);letter-spacing:var(--plasma-time-picker-item-letter-spacing);line-height:var(--plasma-time-picker-item-line-height);}.TimeColumn_styles_juymyb_s14v4skc__820070c4:hover{background:var(--plasma-time-picker-item-hover-background);}.TimeColumn_styles_juymyb_s14v4skc__820070c4.TimeColumn_styles_juymyb_plasmaTimePickerItemActive__820070c4{background:var(--plasma-time-picker-item-active-background);}
|
|
1197
|
+
.TimeColumn_styles_juymyb_s1mtrybc__820070c4{max-height:var(--s1mtrybc-0);overflow-y:scroll;-webkit-flex:1;-ms-flex:1;flex:1;z-index:3;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--plasma-time-picker-scrollbar-width);width:100%;-webkit-scrollbar-width:none;-moz-scrollbar-width:none;-ms-scrollbar-width:none;scrollbar-width:none;-ms-overflow-style:none;}.TimeColumn_styles_juymyb_s1mtrybc__820070c4.TimeColumn_styles_juymyb_plasmaTimePickerColumnActive__820070c4{border:0.125rem solid var(--plasma-time-picker-item-hover-background);border-radius:var(--plasma-time-picker-item-border-radius);}.TimeColumn_styles_juymyb_s1mtrybc__820070c4::-webkit-scrollbar{display:none;width:0;}
|
|
1198
|
+
.TimeColumn_styles_juymyb_c3ksbzv__820070c4{position:absolute;top:var(--plasma-time-picker-scrollbar-margin);right:0;bottom:var(--plasma-time-picker-scrollbar-margin);width:var(--plasma-time-picker-scrollbar-width);opacity:0;-webkit-transition:opacity 0.3s ease;transition:opacity 0.3s ease;pointer-events:none;z-index:10;overflow:hidden;}.TimeColumn_styles_juymyb_c3ksbzv__820070c4.TimeColumn_styles_juymyb_plasmaTimePickerScrollbarVisible__820070c4{opacity:1;pointer-events:auto;}
|
|
1199
|
+
.TimeColumn_styles_juymyb_s13lzs6z__820070c4{position:relative;width:100%;height:100%;background:var(--plasma-time-picker-scrollbar-track-color);border-radius:var(--plasma-time-picker-scrollbar-width);}
|
|
1200
|
+
.TimeColumn_styles_juymyb_svmgxvm__820070c4{position:absolute;top:0;left:0;width:100%;background:var(--plasma-time-picker-scrollbar-color);border-radius:var(--plasma-time-picker-scrollbar-width);cursor:pointer;-webkit-transition:background-color 0.2s ease;transition:background-color 0.2s ease;}.TimeColumn_styles_juymyb_svmgxvm__820070c4:hover{background:var(--plasma-time-picker-scrollbar-color);}.TimeColumn_styles_juymyb_svmgxvm__820070c4:active{background:var(--plasma-time-picker-scrollbar-track-color);}
|
|
1201
|
+
.TimeColumn_styles_juymyb_s1bw3c91__820070c4{width:100%;height:0%.125rem;}
|