@salutejs/plasma-web 1.585.0-canary.2020.15831403447.0 → 1.585.0-canary.2021.15777687971.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/components/Accordion/Accordion.config.js +32 -359
- package/components/Accordion/Accordion.js +12 -12
- package/components/Accordion/index.js +15 -16
- package/components/Attach/Attach.config.js +36 -818
- package/components/Attach/Attach.js +11 -11
- package/components/Attach/index.js +7 -6
- package/components/AudioPlayer/index.js +7 -6
- package/components/Autocomplete/Autocomplete.config.js +42 -636
- package/components/Autocomplete/Autocomplete.js +7 -11
- package/components/Autocomplete/index.js +7 -6
- package/components/Avatar/Avatar.config.js +44 -419
- package/components/Avatar/Avatar.js +7 -19
- package/components/Avatar/index.js +7 -6
- package/components/AvatarGroup/AvatarGroup.js +6 -10
- package/components/AvatarGroup/index.js +7 -6
- package/components/Badge/Badge.config.js +41 -285
- package/components/Badge/Badge.js +11 -11
- package/components/Badge/Badge.perftest.js +20 -54
- package/components/Badge/index.js +7 -6
- package/components/Breadcrumbs/Breadcrumbs.config.js +21 -111
- package/components/Breadcrumbs/Breadcrumbs.js +12 -12
- package/components/Breadcrumbs/index.js +7 -6
- package/components/Button/Button.config.js +54 -542
- package/components/Button/Button.js +12 -12
- package/components/Button/Button.perftest.js +34 -76
- package/components/Button/index.js +7 -6
- package/components/ButtonBase/index.js +7 -6
- package/components/ButtonGroup/ButtonGroup.config.js +59 -570
- package/components/ButtonGroup/ButtonGroup.js +11 -11
- package/components/ButtonGroup/index.js +7 -6
- package/components/Calendar/Calendar.js +18 -39
- package/components/Calendar/Calendar.perftest.js +82 -122
- package/components/Calendar/CalendarBase.config.js +21 -318
- package/components/Calendar/CalendarDouble.config.js +21 -320
- package/components/Calendar/index.js +32 -24
- package/components/Card/index.js +38 -27
- package/components/Carousel/Carousel.config.js +18 -57
- package/components/Carousel/Carousel.js +20 -55
- package/components/Carousel/Legacy/Carousel.examples.js +40 -74
- package/components/Carousel/Legacy/Carousel.js +7 -11
- package/components/Carousel/index.js +21 -19
- package/components/Cell/Cell.config.js +18 -180
- package/components/Cell/Cell.js +12 -12
- package/components/Cell/index.js +33 -25
- package/components/Checkbox/Checkbox.config.js +42 -297
- package/components/Checkbox/Checkbox.js +11 -12
- package/components/Checkbox/Checkbox.perftest.js +22 -57
- package/components/Checkbox/index.js +7 -6
- package/components/Chip/Chip.config.js +41 -322
- package/components/Chip/Chip.js +12 -12
- package/components/Chip/index.js +7 -6
- package/components/ChipGroup/ChipGroup.config.js +27 -208
- package/components/ChipGroup/ChipGroup.js +7 -11
- package/components/ChipGroup/index.js +7 -6
- package/components/CodeField/CodeField.config.js +27 -145
- package/components/CodeField/CodeField.js +7 -11
- package/components/CodeField/index.js +39 -28
- package/components/Combobox/Combobox.config.js +42 -819
- package/components/Combobox/Combobox.js +20 -55
- package/components/Combobox/Legacy/Combobox.config.js +21 -354
- package/components/Combobox/Legacy/Combobox.js +17 -41
- package/components/Combobox/Legacy/index.js +38 -27
- package/components/Combobox/index.js +39 -28
- package/components/Counter/Counter.config.js +33 -222
- package/components/Counter/Counter.js +11 -11
- package/components/Counter/index.js +15 -16
- package/components/DatePicker/DatePicker.config.js +27 -586
- package/components/DatePicker/DatePicker.js +9 -21
- package/components/DatePicker/index.js +27 -22
- package/components/Divider/Divider.config.js +27 -109
- package/components/Divider/Divider.js +11 -11
- package/components/Divider/index.js +15 -16
- package/components/Drawer/Drawer.config.js +22 -78
- package/components/Drawer/Drawer.js +29 -31
- package/components/Drawer/index.js +26 -21
- package/components/Dropdown/Dropdown.config.js +22 -245
- package/components/Dropdown/Dropdown.js +15 -50
- package/components/Dropdown/components/DropdownItem.js +73 -200
- package/components/Dropdown/components/DropdownList.js +8 -19
- package/components/Dropdown/components/DropdownOld.config.js +23 -142
- package/components/Dropdown/components/DropdownPopup.js +37 -158
- package/components/Dropdown/index.js +36 -28
- package/components/Dropzone/Dropzone.config.js +21 -86
- package/components/Dropzone/Dropzone.js +7 -11
- package/components/Dropzone/index.js +21 -19
- package/components/Editable/Editable.config.js +18 -56
- package/components/Editable/Editable.js +13 -63
- package/components/Editable/index.js +7 -6
- package/components/ElasticGrid/ElasticGrid.perftest.js +28 -49
- package/components/ElasticGrid/index.js +7 -6
- package/components/EmptyState/EmptyState.config.js +18 -114
- package/components/EmptyState/EmptyState.js +7 -19
- package/components/EmptyState/index.js +7 -6
- package/components/Flow/Flow.js +6 -10
- package/components/Flow/index.js +7 -6
- package/components/Grid/Grid.config.js +22 -102
- package/components/Grid/Grid.js +18 -21
- package/components/Grid/index.js +20 -18
- package/components/IconButton/IconButton.config.js +43 -425
- package/components/IconButton/IconButton.js +12 -12
- package/components/IconButton/index.js +7 -6
- package/components/Image/Image.js +11 -11
- package/components/Image/index.js +7 -6
- package/components/Indicator/Indicator.config.js +27 -149
- package/components/Indicator/Indicator.js +7 -19
- package/components/Indicator/index.js +7 -6
- package/components/Link/Link.config.js +34 -235
- package/components/Link/Link.js +12 -12
- package/components/Link/index.js +7 -6
- package/components/LinkButton/LinkButton.config.js +31 -274
- package/components/LinkButton/LinkButton.js +7 -11
- package/components/LinkButton/index.js +7 -6
- package/components/List/List.config.js +25 -177
- package/components/List/List.js +12 -12
- package/components/List/index.js +15 -16
- package/components/Mask/Mask.js +6 -10
- package/components/Mask/index.js +7 -6
- package/components/Modal/Modal.perftest.js +20 -25
- package/components/Modal/index.js +20 -18
- package/components/ModalBase/Modal.config.js +15 -47
- package/components/ModalBase/ModalBase.js +12 -12
- package/components/ModalBase/index.js +15 -16
- package/components/Note/Note.config.js +25 -245
- package/components/Note/Note.js +7 -11
- package/components/Note/index.js +21 -19
- package/components/Notification/Notification.config.js +30 -361
- package/components/Notification/Notification.js +23 -38
- package/components/Notification/index.js +27 -22
- package/components/NumberFormat/NumberFormat.js +13 -10
- package/components/NumberFormat/index.js +7 -6
- package/components/NumberInput/NumberInput.config.js +42 -394
- package/components/NumberInput/NumberInput.js +7 -11
- package/components/NumberInput/index.js +21 -19
- package/components/Overlay/index.js +7 -6
- package/components/Pagination/Pagination.config.js +43 -399
- package/components/Pagination/Pagination.js +12 -12
- package/components/Pagination/index.js +7 -6
- package/components/PaginationDots/index.js +20 -18
- package/components/Popover/Popover.config.js +15 -43
- package/components/Popover/Popover.js +7 -11
- package/components/Popover/index.js +7 -6
- package/components/Popup/index.js +7 -6
- package/components/PopupBase/PopupBase.js +10 -10
- package/components/PopupBase/index.js +27 -22
- package/components/Portal/index.js +7 -6
- package/components/PreviewGallery/PreviewGallery.perftest.js +74 -104
- package/components/PreviewGallery/index.js +32 -24
- package/components/Price/Price.config.js +11 -15
- package/components/Price/Price.js +12 -12
- package/components/Price/index.js +15 -16
- package/components/Progress/Progress.config.js +25 -147
- package/components/Progress/Progress.js +8 -12
- package/components/Progress/index.js +7 -6
- package/components/Radiobox/Radiobox.config.js +49 -304
- package/components/Radiobox/Radiobox.js +16 -19
- package/components/Radiobox/Radiobox.perftest.js +31 -35
- package/components/Radiobox/index.js +14 -15
- package/components/Range/Range.config.js +27 -319
- package/components/Range/Range.js +11 -11
- package/components/Range/index.js +15 -16
- package/components/Rating/Rating.config.js +31 -469
- package/components/Rating/Rating.js +7 -11
- package/components/Rating/index.js +21 -19
- package/components/SSRProvider/index.js +7 -6
- package/components/Segment/Segment.js +32 -27
- package/components/Segment/SegmentGroup.config.js +38 -196
- package/components/Segment/SegmentItem.config.js +31 -266
- package/components/Segment/index.js +26 -21
- package/components/Select/Select.config.js +54 -1017
- package/components/Select/Select.js +15 -50
- package/components/Select/Select.perftest.js +33 -46
- package/components/Select/index.js +15 -16
- package/components/Sheet/Sheet.config.js +18 -63
- package/components/Sheet/Sheet.js +12 -12
- package/components/Sheet/index.js +15 -16
- package/components/Skeleton/LineSkeleton.config.js +49 -446
- package/components/Skeleton/Skeleton.js +28 -23
- package/components/Skeleton/index.js +20 -18
- package/components/Slider/Slider.config.js +25 -273
- package/components/Slider/Slider.js +13 -12
- package/components/Slider/index.js +7 -6
- package/components/Spinner/Spinner.config.js +32 -151
- package/components/Spinner/Spinner.js +16 -23
- package/components/Spinner/index.js +7 -6
- package/components/Steps/Steps.config.js +47 -366
- package/components/Steps/Steps.js +8 -12
- package/components/Steps/index.js +7 -6
- package/components/Switch/Switch.config.js +33 -193
- package/components/Switch/Switch.js +8 -12
- package/components/Switch/Switch.perftest.js +23 -61
- package/components/Switch/index.js +7 -6
- package/components/Table/Table.config.js +21 -257
- package/components/Table/Table.js +12 -12
- package/components/Table/index.js +7 -6
- package/components/Tabs/TabItem.js +24 -26
- package/components/Tabs/Tabs.js +24 -26
- package/components/Tabs/Tabs.perftest.js +53 -72
- package/components/Tabs/TabsController.js +16 -15
- package/components/Tabs/horizontal/HorizontalTabItem.config.js +38 -398
- package/components/Tabs/horizontal/HorizontalTabs.config.js +37 -256
- package/components/Tabs/index.js +35 -27
- package/components/Tabs/vertical/VerticalTabItem.config.js +27 -186
- package/components/Tabs/vertical/VerticalTabs.config.js +27 -133
- package/components/TextArea/TextArea.config.js +43 -695
- package/components/TextArea/TextArea.js +12 -12
- package/components/TextArea/TextArea.perftest.js +28 -62
- package/components/TextArea/index.js +7 -6
- package/components/TextField/TextField.config.js +54 -856
- package/components/TextField/TextField.js +88 -206
- package/components/TextField/TextField.perftest.js +37 -103
- package/components/TextField/index.js +15 -16
- package/components/TextFieldGroup/TextFieldGroup.config.js +34 -356
- package/components/TextFieldGroup/TextFieldGroup.js +11 -11
- package/components/TextFieldGroup/index.js +7 -6
- package/components/Toast/Toast.config.js +42 -174
- package/components/Toast/Toast.js +14 -26
- package/components/Toast/index.js +20 -18
- package/components/Tokens/Colors/Colors.styles.js +51 -147
- package/components/Tokens/NumberTokens/NumberTokens.styles.js +23 -70
- package/components/Tokens/Typography/Typography.styles.js +77 -205
- package/components/Toolbar/Toolbar.config.js +21 -105
- package/components/Toolbar/Toolbar.js +13 -21
- package/components/Toolbar/index.js +21 -19
- package/components/Tooltip/Tooltip.config.js +20 -100
- package/components/Tooltip/Tooltip.js +7 -11
- package/components/Tooltip/Tooltip.perftest.js +78 -87
- package/components/Tooltip/index.js +7 -6
- package/components/Tree/Tree.config.js +21 -176
- package/components/Tree/Tree.js +7 -11
- package/components/Tree/index.js +7 -6
- package/components/Typography/Body.config.js +47 -161
- package/components/Typography/Dspl.config.js +31 -105
- package/components/Typography/Heading.config.js +47 -161
- package/components/Typography/Old/Body.config.js +31 -99
- package/components/Typography/Old/Button.config.js +23 -73
- package/components/Typography/Old/Caption.config.js +15 -42
- package/components/Typography/Old/Display.config.js +31 -99
- package/components/Typography/Old/Footnote.config.js +23 -73
- package/components/Typography/Old/Headline.config.js +47 -151
- package/components/Typography/Old/Paragraph.config.js +23 -73
- package/components/Typography/Old/ParagraphText.config.js +23 -73
- package/components/Typography/Old/Subtitle.config.js +15 -42
- package/components/Typography/Old/Underline.config.js +15 -42
- package/components/Typography/Old/index.js +80 -152
- package/components/Typography/Text.config.js +39 -133
- package/components/Typography/Typography.js +59 -116
- package/components/Typography/index.js +215 -117
- package/components/Upload/Upload.perftest.js +30 -65
- package/components/Upload/index.js +20 -18
- package/components/UploadAudio/index.js +7 -6
- package/components/UploadVisual/index.js +7 -6
- package/css/cjs/components/Carousel/Carousel.config.js +1 -1
- package/css/cjs/components/Carousel/Carousel.config.js.map +1 -1
- package/css/cjs/components/Carousel/Carousel.config_1r461vi.css +2 -0
- package/css/cjs/components/Carousel/Carousel.css +2 -2
- package/css/cjs/components/Carousel/Carousel.js +1 -1
- package/css/cjs/components/Carousel/Carousel.js.map +1 -1
- package/css/cjs/index.css +2 -2
- package/css/es/components/Carousel/Carousel.config.js +1 -1
- package/css/es/components/Carousel/Carousel.config.js.map +1 -1
- package/css/es/components/Carousel/Carousel.config_1r461vi.css +2 -0
- package/css/es/components/Carousel/Carousel.css +2 -2
- package/css/es/components/Carousel/Carousel.js +1 -1
- package/css/es/components/Carousel/Carousel.js.map +1 -1
- package/css/es/index.css +2 -2
- package/es/components/Accordion/Accordion.config.js +27 -350
- package/es/components/Accordion/Accordion.js +5 -3
- package/es/components/Accordion/index.js +1 -1
- package/es/components/Attach/Attach.config.js +31 -809
- package/es/components/Attach/Attach.js +4 -2
- package/es/components/Attach/index.js +1 -1
- package/es/components/AudioPlayer/index.js +1 -1
- package/es/components/Autocomplete/Autocomplete.config.js +37 -627
- package/es/components/Autocomplete/Autocomplete.js +2 -2
- package/es/components/Autocomplete/index.js +1 -1
- package/es/components/Avatar/Avatar.config.js +39 -410
- package/es/components/Avatar/Avatar.js +3 -3
- package/es/components/Avatar/index.js +1 -1
- package/es/components/AvatarGroup/AvatarGroup.js +2 -2
- package/es/components/AvatarGroup/index.js +1 -1
- package/es/components/Badge/Badge.config.js +36 -276
- package/es/components/Badge/Badge.js +4 -2
- package/es/components/Badge/Badge.perftest.js +13 -39
- package/es/components/Badge/index.js +1 -1
- package/es/components/Breadcrumbs/Breadcrumbs.config.js +16 -102
- package/es/components/Breadcrumbs/Breadcrumbs.js +5 -3
- package/es/components/Breadcrumbs/index.js +1 -1
- package/es/components/Button/Button.config.js +49 -533
- package/es/components/Button/Button.js +5 -3
- package/es/components/Button/Button.perftest.js +27 -53
- package/es/components/Button/index.js +1 -1
- package/es/components/ButtonBase/index.js +1 -1
- package/es/components/ButtonGroup/ButtonGroup.config.js +54 -561
- package/es/components/ButtonGroup/ButtonGroup.js +4 -2
- package/es/components/ButtonGroup/index.js +1 -1
- package/es/components/Calendar/Calendar.js +12 -12
- package/es/components/Calendar/Calendar.perftest.js +76 -97
- package/es/components/Calendar/CalendarBase.config.js +16 -309
- package/es/components/Calendar/CalendarDouble.config.js +16 -311
- package/es/components/Calendar/index.js +1 -1
- package/es/components/Card/index.js +1 -1
- package/es/components/Carousel/Carousel.config.js +13 -48
- package/es/components/Carousel/Carousel.js +13 -40
- package/es/components/Carousel/Legacy/Carousel.examples.js +28 -57
- package/es/components/Carousel/Legacy/Carousel.js +3 -3
- package/es/components/Carousel/index.js +1 -1
- package/es/components/Cell/Cell.config.js +13 -171
- package/es/components/Cell/Cell.js +5 -3
- package/es/components/Cell/index.js +1 -1
- package/es/components/Checkbox/Checkbox.config.js +37 -288
- package/es/components/Checkbox/Checkbox.js +4 -3
- package/es/components/Checkbox/Checkbox.perftest.js +16 -43
- package/es/components/Checkbox/index.js +1 -1
- package/es/components/Chip/Chip.config.js +36 -313
- package/es/components/Chip/Chip.js +5 -3
- package/es/components/Chip/index.js +1 -1
- package/es/components/ChipGroup/ChipGroup.config.js +22 -199
- package/es/components/ChipGroup/ChipGroup.js +2 -2
- package/es/components/ChipGroup/index.js +1 -1
- package/es/components/CodeField/CodeField.config.js +22 -136
- package/es/components/CodeField/CodeField.js +2 -2
- package/es/components/CodeField/index.js +1 -1
- package/es/components/Combobox/Combobox.config.js +37 -810
- package/es/components/Combobox/Combobox.js +13 -40
- package/es/components/Combobox/Legacy/Combobox.config.js +16 -345
- package/es/components/Combobox/Legacy/Combobox.js +12 -12
- package/es/components/Combobox/Legacy/index.js +1 -1
- package/es/components/Combobox/index.js +1 -1
- package/es/components/Counter/Counter.config.js +28 -213
- package/es/components/Counter/Counter.js +4 -2
- package/es/components/Counter/index.js +1 -1
- package/es/components/DatePicker/DatePicker.config.js +22 -577
- package/es/components/DatePicker/DatePicker.js +4 -4
- package/es/components/DatePicker/index.js +1 -1
- package/es/components/Divider/Divider.config.js +22 -100
- package/es/components/Divider/Divider.js +4 -2
- package/es/components/Divider/index.js +1 -1
- package/es/components/Drawer/Drawer.config.js +17 -69
- package/es/components/Drawer/Drawer.js +16 -8
- package/es/components/Drawer/index.js +1 -1
- package/es/components/Dropdown/Dropdown.config.js +17 -236
- package/es/components/Dropdown/Dropdown.js +9 -36
- package/es/components/Dropdown/components/DropdownItem.js +63 -135
- package/es/components/Dropdown/components/DropdownList.js +3 -6
- package/es/components/Dropdown/components/DropdownOld.config.js +18 -133
- package/es/components/Dropdown/components/DropdownPopup.js +28 -107
- package/es/components/Dropdown/index.js +1 -1
- package/es/components/Dropzone/Dropzone.config.js +16 -77
- package/es/components/Dropzone/Dropzone.js +2 -2
- package/es/components/Dropzone/index.js +1 -1
- package/es/components/Editable/Editable.config.js +13 -47
- package/es/components/Editable/Editable.js +3 -3
- package/es/components/Editable/index.js +1 -1
- package/es/components/ElasticGrid/ElasticGrid.perftest.js +21 -34
- package/es/components/ElasticGrid/index.js +1 -1
- package/es/components/EmptyState/EmptyState.config.js +13 -105
- package/es/components/EmptyState/EmptyState.js +2 -2
- package/es/components/EmptyState/index.js +1 -1
- package/es/components/Flow/Flow.js +2 -2
- package/es/components/Flow/index.js +1 -1
- package/es/components/Grid/Grid.config.js +17 -93
- package/es/components/Grid/Grid.js +2 -2
- package/es/components/Grid/index.js +1 -1
- package/es/components/IconButton/IconButton.config.js +38 -416
- package/es/components/IconButton/IconButton.js +5 -3
- package/es/components/IconButton/index.js +1 -1
- package/es/components/Image/Image.js +5 -3
- package/es/components/Image/index.js +1 -1
- package/es/components/Indicator/Indicator.config.js +22 -140
- package/es/components/Indicator/Indicator.js +3 -3
- package/es/components/Indicator/index.js +1 -1
- package/es/components/Link/Link.config.js +29 -226
- package/es/components/Link/Link.js +5 -3
- package/es/components/Link/index.js +1 -1
- package/es/components/LinkButton/LinkButton.config.js +26 -265
- package/es/components/LinkButton/LinkButton.js +2 -2
- package/es/components/LinkButton/index.js +1 -1
- package/es/components/List/List.config.js +20 -168
- package/es/components/List/List.js +5 -3
- package/es/components/List/index.js +1 -1
- package/es/components/Mask/Mask.js +1 -1
- package/es/components/Mask/index.js +1 -1
- package/es/components/Modal/Modal.perftest.js +12 -10
- package/es/components/Modal/index.js +1 -1
- package/es/components/ModalBase/Modal.config.js +10 -38
- package/es/components/ModalBase/ModalBase.js +5 -3
- package/es/components/ModalBase/index.js +1 -1
- package/es/components/Note/Note.config.js +20 -236
- package/es/components/Note/Note.js +2 -2
- package/es/components/Note/index.js +1 -1
- package/es/components/Notification/Notification.config.js +25 -352
- package/es/components/Notification/Notification.js +15 -11
- package/es/components/Notification/index.js +1 -1
- package/es/components/NumberFormat/NumberFormat.js +9 -1
- package/es/components/NumberFormat/index.js +1 -1
- package/es/components/NumberInput/NumberInput.config.js +37 -385
- package/es/components/NumberInput/NumberInput.js +2 -2
- package/es/components/NumberInput/index.js +1 -1
- package/es/components/Overlay/index.js +1 -1
- package/es/components/Pagination/Pagination.config.js +38 -390
- package/es/components/Pagination/Pagination.js +5 -3
- package/es/components/Pagination/index.js +1 -1
- package/es/components/PaginationDots/index.js +1 -1
- package/es/components/Popover/Popover.config.js +10 -34
- package/es/components/Popover/Popover.js +2 -2
- package/es/components/Popover/index.js +1 -1
- package/es/components/Popup/index.js +1 -1
- package/es/components/PopupBase/PopupBase.js +4 -2
- package/es/components/PopupBase/index.js +1 -1
- package/es/components/Portal/index.js +1 -1
- package/es/components/PreviewGallery/PreviewGallery.perftest.js +65 -76
- package/es/components/PreviewGallery/index.js +1 -1
- package/es/components/Price/Price.config.js +7 -7
- package/es/components/Price/Price.js +5 -3
- package/es/components/Price/index.js +1 -1
- package/es/components/Progress/Progress.config.js +20 -138
- package/es/components/Progress/Progress.js +3 -3
- package/es/components/Progress/index.js +1 -1
- package/es/components/Radiobox/Radiobox.config.js +44 -295
- package/es/components/Radiobox/Radiobox.js +5 -4
- package/es/components/Radiobox/Radiobox.perftest.js +25 -21
- package/es/components/Radiobox/index.js +1 -1
- package/es/components/Range/Range.config.js +22 -310
- package/es/components/Range/Range.js +4 -2
- package/es/components/Range/index.js +1 -1
- package/es/components/Rating/Rating.config.js +26 -460
- package/es/components/Rating/Rating.js +2 -2
- package/es/components/Rating/index.js +1 -1
- package/es/components/SSRProvider/index.js +1 -1
- package/es/components/Segment/Segment.js +10 -5
- package/es/components/Segment/SegmentGroup.config.js +33 -187
- package/es/components/Segment/SegmentItem.config.js +26 -257
- package/es/components/Segment/index.js +1 -1
- package/es/components/Select/Select.config.js +49 -1008
- package/es/components/Select/Select.js +9 -36
- package/es/components/Select/Select.perftest.js +27 -32
- package/es/components/Select/index.js +1 -1
- package/es/components/Sheet/Sheet.config.js +13 -54
- package/es/components/Sheet/Sheet.js +5 -3
- package/es/components/Sheet/index.js +1 -1
- package/es/components/Skeleton/LineSkeleton.config.js +44 -437
- package/es/components/Skeleton/Skeleton.js +11 -5
- package/es/components/Skeleton/index.js +1 -1
- package/es/components/Slider/Slider.config.js +20 -264
- package/es/components/Slider/Slider.js +5 -3
- package/es/components/Slider/index.js +1 -1
- package/es/components/Spinner/Spinner.config.js +27 -142
- package/es/components/Spinner/Spinner.js +7 -8
- package/es/components/Spinner/index.js +1 -1
- package/es/components/Steps/Steps.config.js +42 -357
- package/es/components/Steps/Steps.js +3 -3
- package/es/components/Steps/index.js +1 -1
- package/es/components/Switch/Switch.config.js +28 -184
- package/es/components/Switch/Switch.js +3 -3
- package/es/components/Switch/Switch.perftest.js +16 -46
- package/es/components/Switch/index.js +1 -1
- package/es/components/Table/Table.config.js +16 -248
- package/es/components/Table/Table.js +5 -3
- package/es/components/Table/index.js +1 -1
- package/es/components/Tabs/TabItem.js +14 -10
- package/es/components/Tabs/Tabs.js +14 -10
- package/es/components/Tabs/Tabs.perftest.js +46 -49
- package/es/components/Tabs/TabsController.js +7 -5
- package/es/components/Tabs/horizontal/HorizontalTabItem.config.js +33 -389
- package/es/components/Tabs/horizontal/HorizontalTabs.config.js +32 -247
- package/es/components/Tabs/index.js +1 -1
- package/es/components/Tabs/vertical/VerticalTabItem.config.js +22 -177
- package/es/components/Tabs/vertical/VerticalTabs.config.js +22 -124
- package/es/components/TextArea/TextArea.config.js +38 -686
- package/es/components/TextArea/TextArea.js +5 -3
- package/es/components/TextArea/TextArea.perftest.js +21 -47
- package/es/components/TextArea/index.js +1 -1
- package/es/components/TextField/TextField.config.js +49 -847
- package/es/components/TextField/TextField.js +77 -147
- package/es/components/TextField/TextField.perftest.js +30 -80
- package/es/components/TextField/index.js +1 -1
- package/es/components/TextFieldGroup/TextFieldGroup.config.js +29 -347
- package/es/components/TextFieldGroup/TextFieldGroup.js +4 -2
- package/es/components/TextFieldGroup/index.js +1 -1
- package/es/components/Toast/Toast.config.js +37 -165
- package/es/components/Toast/Toast.js +4 -4
- package/es/components/Toast/index.js +1 -1
- package/es/components/Tokens/Colors/Colors.styles.js +43 -90
- package/es/components/Tokens/NumberTokens/NumberTokens.styles.js +18 -37
- package/es/components/Tokens/Typography/Typography.styles.js +68 -135
- package/es/components/Toolbar/Toolbar.config.js +16 -96
- package/es/components/Toolbar/Toolbar.js +6 -4
- package/es/components/Toolbar/index.js +1 -1
- package/es/components/Tooltip/Tooltip.config.js +15 -91
- package/es/components/Tooltip/Tooltip.js +2 -2
- package/es/components/Tooltip/Tooltip.perftest.js +69 -70
- package/es/components/Tooltip/index.js +1 -1
- package/es/components/Tree/Tree.config.js +16 -167
- package/es/components/Tree/Tree.js +2 -2
- package/es/components/Tree/index.js +1 -1
- package/es/components/Typography/Body.config.js +38 -131
- package/es/components/Typography/Dspl.config.js +24 -83
- package/es/components/Typography/Heading.config.js +38 -131
- package/es/components/Typography/Old/Body.config.js +24 -77
- package/es/components/Typography/Old/Button.config.js +17 -55
- package/es/components/Typography/Old/Caption.config.js +10 -33
- package/es/components/Typography/Old/Display.config.js +24 -77
- package/es/components/Typography/Old/Footnote.config.js +17 -55
- package/es/components/Typography/Old/Headline.config.js +38 -121
- package/es/components/Typography/Old/Paragraph.config.js +17 -55
- package/es/components/Typography/Old/ParagraphText.config.js +17 -55
- package/es/components/Typography/Old/Subtitle.config.js +10 -33
- package/es/components/Typography/Old/Underline.config.js +10 -33
- package/es/components/Typography/Old/index.js +45 -45
- package/es/components/Typography/Text.config.js +31 -107
- package/es/components/Typography/Typography.js +35 -35
- package/es/components/Typography/index.js +1 -1
- package/es/components/Upload/Upload.perftest.js +24 -51
- package/es/components/Upload/index.js +1 -1
- package/es/components/UploadAudio/index.js +1 -1
- package/es/components/UploadVisual/index.js +1 -1
- package/es/hocs/index.js +1 -1
- package/es/hooks/index.js +1 -1
- package/es/hooks/useFocusTrap.component-test.js +165 -0
- package/es/index.js +1 -1
- package/es/mixins/index.js +1 -1
- package/es/tokens/colors.js +1 -1
- package/es/tokens/index.js +1 -1
- package/es/tokens/sizes.js +1 -1
- package/es/tokens/typography.js +37 -37
- package/es/types/index.js +1 -1
- package/es/utils/index.js +1 -1
- package/hocs/index.js +15 -16
- package/hooks/index.js +27 -22
- package/hooks/useFocusTrap.component-test.js +171 -0
- package/index.js +927 -99
- package/mixins/index.js +119 -112
- package/package.json +10 -10
- package/tokens/colors.js +48 -189
- package/tokens/index.js +35 -17
- package/tokens/sizes.js +9 -33
- package/tokens/typography.js +362 -228
- package/types/index.js +3 -2
- package/utils/index.js +125 -72
- package/.swc/plugins/v7_linux_x86_64_14.0.0/358fecaab1701de64a7bceee21e5f3a204d1107aa33eb372d1dab77a43118622 +0 -0
- package/.swc/plugins/v7_linux_x86_64_14.0.0/cce279a62b5dde357ee7b421711ef357c3f0a29cd3cb6e86336f7345fd604d8e +0 -0
- package/css/cjs/components/Carousel/Carousel.config_uusoxc.css +0 -2
- package/css/es/components/Carousel/Carousel.config_uusoxc.css +0 -2
- package/es/helpers/index.js +0 -1
- package/helpers/index.js +0 -31
@@ -1,6 +1,8 @@
|
|
1
1
|
import { buttonGroupConfig, component, mergeConfig } from '@salutejs/plasma-new-hope/styled-components';
|
2
2
|
import { config } from './ButtonGroup.config';
|
3
|
-
var mergedConfig = mergeConfig(buttonGroupConfig, config);
|
3
|
+
var mergedConfig = /*#__PURE__*/mergeConfig(buttonGroupConfig, config);
|
4
|
+
|
4
5
|
/**
|
5
6
|
* Группа кнопок.
|
6
|
-
*/
|
7
|
+
*/
|
8
|
+
export var ButtonGroup = /*#__PURE__*/component(mergedConfig);
|
@@ -1 +1 @@
|
|
1
|
-
export { ButtonGroup } from './ButtonGroup';
|
1
|
+
export { ButtonGroup } from './ButtonGroup';
|
@@ -1,15 +1,15 @@
|
|
1
1
|
import { boundCalendar, withRange, calendarBaseConfig, calendarDoubleConfig, component, mergeConfig } from '@salutejs/plasma-new-hope/styled-components';
|
2
2
|
import { config as baseConfig } from './CalendarBase.config';
|
3
3
|
import { config as doubleConfig } from './CalendarDouble.config';
|
4
|
-
var mergedCalendarBaseConfig = mergeConfig(calendarBaseConfig, baseConfig);
|
5
|
-
var mergedCalendarDoubleConfig = mergeConfig(calendarDoubleConfig, doubleConfig);
|
6
|
-
export var CalendarBase = component(mergedCalendarBaseConfig);
|
7
|
-
export var CalendarDouble = component(mergedCalendarDoubleConfig);
|
8
|
-
export var CalendarBaseRange = withRange(CalendarBase);
|
9
|
-
export var CalendarDoubleRange = withRange(CalendarDouble);
|
10
|
-
export var Calendar = boundCalendar({
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
});
|
4
|
+
var mergedCalendarBaseConfig = /*#__PURE__*/mergeConfig(calendarBaseConfig, baseConfig);
|
5
|
+
var mergedCalendarDoubleConfig = /*#__PURE__*/mergeConfig(calendarDoubleConfig, doubleConfig);
|
6
|
+
export var CalendarBase = /*#__PURE__*/component(mergedCalendarBaseConfig);
|
7
|
+
export var CalendarDouble = /*#__PURE__*/component(mergedCalendarDoubleConfig);
|
8
|
+
export var CalendarBaseRange = /*#__PURE__*/withRange(CalendarBase);
|
9
|
+
export var CalendarDoubleRange = /*#__PURE__*/withRange(CalendarDouble);
|
10
|
+
export var Calendar = /*#__PURE__*/boundCalendar({
|
11
|
+
base: CalendarBase,
|
12
|
+
baseRange: CalendarBaseRange,
|
13
|
+
"double": CalendarDouble,
|
14
|
+
doubleRange: CalendarDoubleRange
|
15
|
+
});
|
@@ -1,111 +1,90 @@
|
|
1
|
-
function
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
}
|
6
|
-
function
|
7
|
-
if (Array.isArray(arr)) return _array_like_to_array(arr);
|
8
|
-
}
|
9
|
-
function _iterable_to_array(iter) {
|
10
|
-
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
|
11
|
-
}
|
12
|
-
function _non_iterable_spread() {
|
13
|
-
throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
14
|
-
}
|
15
|
-
function _to_consumable_array(arr) {
|
16
|
-
return _array_without_holes(arr) || _iterable_to_array(arr) || _unsupported_iterable_to_array(arr) || _non_iterable_spread();
|
17
|
-
}
|
18
|
-
function _unsupported_iterable_to_array(o, minLen) {
|
19
|
-
if (!o) return;
|
20
|
-
if (typeof o === "string") return _array_like_to_array(o, minLen);
|
21
|
-
var n = Object.prototype.toString.call(o).slice(8, -1);
|
22
|
-
if (n === "Object" && o.constructor) n = o.constructor.name;
|
23
|
-
if (n === "Map" || n === "Set") return Array.from(n);
|
24
|
-
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array(o, minLen);
|
25
|
-
}
|
1
|
+
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
2
|
+
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
3
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
4
|
+
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
5
|
+
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
6
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
26
7
|
import React from 'react';
|
27
8
|
import { Calendar, CalendarDouble, CalendarDoubleRange } from '.';
|
28
9
|
var defaultProps = {
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
new Date(2022, 5, 6),
|
37
|
-
new Date(2022, 5, 10)
|
38
|
-
]
|
10
|
+
min: /*#__PURE__*/new Date(2022, 4, 0),
|
11
|
+
max: /*#__PURE__*/new Date(2022, 6, 15),
|
12
|
+
date: /*#__PURE__*/new Date(),
|
13
|
+
isDouble: false,
|
14
|
+
isRange: false,
|
15
|
+
value: /*#__PURE__*/new Date(2022, 5, 6),
|
16
|
+
valueRange: [/*#__PURE__*/new Date(2022, 5, 6), /*#__PURE__*/new Date(2022, 5, 10)]
|
39
17
|
};
|
40
|
-
var eventsRange =
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
18
|
+
var eventsRange = /*#__PURE__*/_toConsumableArray(new Array(10)).map(function (_, day) {
|
19
|
+
return {
|
20
|
+
date: new Date(2022, 5, 15 + day),
|
21
|
+
color: 'purple'
|
22
|
+
};
|
45
23
|
});
|
46
|
-
var disabledDays =
|
47
|
-
|
48
|
-
|
49
|
-
|
24
|
+
var disabledDays = /*#__PURE__*/_toConsumableArray(new Array(5)).map(function (_, day) {
|
25
|
+
return {
|
26
|
+
date: new Date(2022, 5, 11 + day)
|
27
|
+
};
|
50
28
|
});
|
51
29
|
var date = {
|
52
|
-
|
53
|
-
|
54
|
-
|
30
|
+
day: 1,
|
31
|
+
monthIndex: 2,
|
32
|
+
year: 2022
|
55
33
|
};
|
56
|
-
var onChangeValue = function() {};
|
57
|
-
export var Default = function() {
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
34
|
+
var onChangeValue = function onChangeValue() {};
|
35
|
+
export var Default = function Default() {
|
36
|
+
var min = defaultProps.min,
|
37
|
+
max = defaultProps.max,
|
38
|
+
isDouble = defaultProps.isDouble,
|
39
|
+
isRange = defaultProps.isRange,
|
40
|
+
value = defaultProps.value;
|
41
|
+
return /*#__PURE__*/React.createElement(Calendar, {
|
42
|
+
isRange: isRange,
|
43
|
+
isDouble: isDouble,
|
44
|
+
date: date,
|
45
|
+
value: value,
|
46
|
+
eventList: eventsRange,
|
47
|
+
disabledList: disabledDays,
|
48
|
+
min: min,
|
49
|
+
max: max,
|
50
|
+
onChangeValue: onChangeValue
|
51
|
+
});
|
70
52
|
};
|
71
53
|
var doubleProps = {
|
72
|
-
|
73
|
-
|
74
|
-
|
54
|
+
min: /*#__PURE__*/new Date(2022, 4, 0),
|
55
|
+
max: /*#__PURE__*/new Date(2022, 6, 15),
|
56
|
+
value: /*#__PURE__*/new Date(2022, 5, 6)
|
75
57
|
};
|
76
|
-
export var Double = function() {
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
58
|
+
export var Double = function Double() {
|
59
|
+
var min = doubleProps.min,
|
60
|
+
max = doubleProps.max,
|
61
|
+
value = doubleProps.value;
|
62
|
+
return /*#__PURE__*/React.createElement(CalendarDouble, {
|
63
|
+
value: value,
|
64
|
+
eventList: eventsRange,
|
65
|
+
disabledList: disabledDays,
|
66
|
+
min: min,
|
67
|
+
max: max,
|
68
|
+
onChangeValue: onChangeValue
|
69
|
+
});
|
86
70
|
};
|
87
71
|
var doubleRangeProps = {
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
new Date(2022, 5, 7),
|
92
|
-
new Date(2022, 6, 9)
|
93
|
-
]
|
94
|
-
};
|
95
|
-
var eventList = _to_consumable_array(eventsRange);
|
96
|
-
var disabledList = _to_consumable_array(disabledDays);
|
97
|
-
var valueDate = [
|
98
|
-
new Date(),
|
99
|
-
new Date()
|
100
|
-
];
|
101
|
-
export var DoubleRange = function() {
|
102
|
-
var min = doubleRangeProps.min, max = doubleRangeProps.max;
|
103
|
-
return /*#__PURE__*/ React.createElement(CalendarDoubleRange, {
|
104
|
-
value: valueDate,
|
105
|
-
eventList: eventList,
|
106
|
-
disabledList: disabledList,
|
107
|
-
min: min,
|
108
|
-
max: max,
|
109
|
-
onChangeValue: onChangeValue
|
110
|
-
});
|
72
|
+
min: /*#__PURE__*/new Date(2022, 4, 0),
|
73
|
+
max: /*#__PURE__*/new Date(2022, 7, 15),
|
74
|
+
values: [/*#__PURE__*/new Date(2022, 5, 7), /*#__PURE__*/new Date(2022, 6, 9)]
|
111
75
|
};
|
76
|
+
var eventList = /*#__PURE__*/_toConsumableArray(eventsRange);
|
77
|
+
var disabledList = /*#__PURE__*/_toConsumableArray(disabledDays);
|
78
|
+
var valueDate = [/*#__PURE__*/new Date(), /*#__PURE__*/new Date()];
|
79
|
+
export var DoubleRange = function DoubleRange() {
|
80
|
+
var min = doubleRangeProps.min,
|
81
|
+
max = doubleRangeProps.max;
|
82
|
+
return /*#__PURE__*/React.createElement(CalendarDoubleRange, {
|
83
|
+
value: valueDate,
|
84
|
+
eventList: eventList,
|
85
|
+
disabledList: disabledList,
|
86
|
+
min: min,
|
87
|
+
max: max,
|
88
|
+
onChangeValue: onChangeValue
|
89
|
+
});
|
90
|
+
};
|
@@ -1,313 +1,20 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
raw = strings.slice(0);
|
4
|
-
}
|
5
|
-
return Object.freeze(Object.defineProperties(strings, {
|
6
|
-
raw: {
|
7
|
-
value: Object.freeze(raw)
|
8
|
-
}
|
9
|
-
}));
|
10
|
-
}
|
11
|
-
function _templateObject() {
|
12
|
-
var data = _tagged_template_literal([
|
13
|
-
"\n ",
|
14
|
-
": var(--surface-solid-default);\n ",
|
15
|
-
": var(--inverse-text-primary);\n ",
|
16
|
-
": var(--surface-transparent-secondary);\n ",
|
17
|
-
": var(--surface-solid-default);\n ",
|
18
|
-
": transparent;\n ",
|
19
|
-
": var(--text-primary);\n ",
|
20
|
-
": var(--surface-transparent-secondary);\n ",
|
21
|
-
": var(--surface-solid-default);\n ",
|
22
|
-
": var(--inverse-text-primary);\n ",
|
23
|
-
": var(--surface-accent);\n ",
|
24
|
-
": var(--text-primary);\n ",
|
25
|
-
": var(--surface-transparent-secondary);\n ",
|
26
|
-
": var(--surface-accent);\n ",
|
27
|
-
": var(--surface-solid-default);\n ",
|
28
|
-
": var(--surface-solid-default);\n ",
|
29
|
-
": var(--text-secondary);\n ",
|
30
|
-
": var(--text-secondary);\n ",
|
31
|
-
": ",
|
32
|
-
";\n ",
|
33
|
-
": var(--text-secondary);\n ",
|
34
|
-
": 0.4;\n\n ",
|
35
|
-
": var(--text-primary);\n ",
|
36
|
-
": var(--surface-clear);\n ",
|
37
|
-
": var(--text-primary-hover);\n ",
|
38
|
-
": var(--surface-clear);\n ",
|
39
|
-
": var(--text-primary-hover);\n ",
|
40
|
-
": var(--surface-clear);\n ",
|
41
|
-
": var(--surface-accent);\n "
|
42
|
-
]);
|
43
|
-
_templateObject = function _templateObject() {
|
44
|
-
return data;
|
45
|
-
};
|
46
|
-
return data;
|
47
|
-
}
|
48
|
-
function _templateObject1() {
|
49
|
-
var data = _tagged_template_literal([
|
50
|
-
"\n ",
|
51
|
-
": 24.5rem;\n ",
|
52
|
-
": 25rem;\n\n ",
|
53
|
-
": 0.5rem 0.5rem 0 0.5rem;\n ",
|
54
|
-
": 0.75rem;\n\n ",
|
55
|
-
": var(--plasma-typo-body-l-font-family);\n ",
|
56
|
-
": var(--plasma-typo-body-l-font-size);\n ",
|
57
|
-
": var(--plasma-typo-body-l-font-style);\n ",
|
58
|
-
": var(--plasma-typo-body-l-letter-spacing);\n ",
|
59
|
-
": var(--plasma-typo-body-l-line-height);\n ",
|
60
|
-
": var(--plasma-typo-body-l-font-weight);\n ",
|
61
|
-
": var(--plasma-typo-body-l-bold-font-weight);\n\n ",
|
62
|
-
": 0.5rem 0.5rem 0 0.5rem;\n ",
|
63
|
-
": 0.75rem;\n\n ",
|
64
|
-
": var(--plasma-typo-body-l-font-family);\n ",
|
65
|
-
": var(--plasma-typo-body-l-font-size);\n ",
|
66
|
-
": var(--plasma-typo-body-l-font-style);\n ",
|
67
|
-
": var(--plasma-typo-body-l-letter-spacing);\n ",
|
68
|
-
": var(--plasma-typo-body-l-line-height);\n ",
|
69
|
-
": var(--plasma-typo-body-l-font-weight);\n ",
|
70
|
-
": var(--plasma-typo-body-l-bold-font-weight);\n\n ",
|
71
|
-
": 0.5rem 0.5rem 0 0.5rem;\n ",
|
72
|
-
": 0.75rem;\n\n ",
|
73
|
-
": var(--plasma-typo-body-l-font-family);\n ",
|
74
|
-
": var(--plasma-typo-body-l-font-size);\n ",
|
75
|
-
": var(--plasma-typo-body-l-font-style);\n ",
|
76
|
-
": var(--plasma-typo-body-l-letter-spacing);\n ",
|
77
|
-
": var(--plasma-typo-body-l-line-height);\n ",
|
78
|
-
": var(--plasma-typo-body-l-font-weight);\n ",
|
79
|
-
": var(--plasma-typo-body-l-bold-font-weight);\n\n ",
|
80
|
-
": 0.5rem 0 0 0;\n ",
|
81
|
-
": 0.75rem;\n\n ",
|
82
|
-
": var(--plasma-typo-body-l-font-family);\n ",
|
83
|
-
": var(--plasma-typo-body-l-font-size);\n ",
|
84
|
-
": var(--plasma-typo-body-l-font-style);\n ",
|
85
|
-
": var(--plasma-typo-body-l-letter-spacing);\n ",
|
86
|
-
": var(--plasma-typo-body-l-line-height);\n ",
|
87
|
-
": var(--plasma-typo-body-l-font-weight);\n ",
|
88
|
-
": var(--plasma-typo-body-l-bold-font-weight);\n\n ",
|
89
|
-
": 0.063rem;\n\n ",
|
90
|
-
": 0.5rem;\n\n ",
|
91
|
-
": 0 0 0 1rem;\n ",
|
92
|
-
": 0.5rem;\n\n ",
|
93
|
-
": var(--plasma-typo-h4-font-family);\n ",
|
94
|
-
": var(--plasma-typo-h4-font-size);\n ",
|
95
|
-
": var(--plasma-typo-h4-font-style);\n ",
|
96
|
-
": var(--plasma-typo-h4-letter-spacing);\n ",
|
97
|
-
": var(--plasma-typo-h4-line-height);\n ",
|
98
|
-
": var(--plasma-typo-h4-font-weight);\n ",
|
99
|
-
": var(--plasma-typo-h4-bold-font-weight);\n\n ",
|
100
|
-
": 3.5rem;\n ",
|
101
|
-
": 3.5rem;\n ",
|
102
|
-
": 1.5rem;\n ",
|
103
|
-
": 0.875rem;\n "
|
104
|
-
]);
|
105
|
-
_templateObject1 = function _templateObject() {
|
106
|
-
return data;
|
107
|
-
};
|
108
|
-
return data;
|
109
|
-
}
|
110
|
-
function _templateObject2() {
|
111
|
-
var data = _tagged_template_literal([
|
112
|
-
"\n ",
|
113
|
-
": 21rem;\n ",
|
114
|
-
": 21rem;\n\n ",
|
115
|
-
": 0.5rem 0.5rem 0 0.5rem;\n ",
|
116
|
-
": 0.625rem;\n\n ",
|
117
|
-
": var(--plasma-typo-body-m-font-family);\n ",
|
118
|
-
": var(--plasma-typo-body-m-font-size);\n ",
|
119
|
-
": var(--plasma-typo-body-m-font-style);\n ",
|
120
|
-
": var(--plasma-typo-body-m-letter-spacing);\n ",
|
121
|
-
": var(--plasma-typo-body-m-line-height);\n ",
|
122
|
-
": var(--plasma-typo-body-m-font-weight);\n ",
|
123
|
-
": var(--plasma-typo-body-m-bold-font-weight);\n\n ",
|
124
|
-
": 0.5rem 0.5rem 0 0.5rem;\n ",
|
125
|
-
": 0.625rem;\n\n ",
|
126
|
-
": var(--plasma-typo-body-m-font-family);\n ",
|
127
|
-
": var(--plasma-typo-body-m-font-size);\n ",
|
128
|
-
": var(--plasma-typo-body-m-font-style);\n ",
|
129
|
-
": var(--plasma-typo-body-m-letter-spacing);\n ",
|
130
|
-
": var(--plasma-typo-body-m-line-height);\n ",
|
131
|
-
": var(--plasma-typo-body-m-font-weight);\n ",
|
132
|
-
": var(--plasma-typo-body-m-bold-font-weight);\n\n ",
|
133
|
-
": 0.5rem 0.5rem 0 0.5rem;\n ",
|
134
|
-
": 0.625rem;\n\n ",
|
135
|
-
": var(--plasma-typo-body-m-font-family);\n ",
|
136
|
-
": var(--plasma-typo-body-m-font-size);\n ",
|
137
|
-
": var(--plasma-typo-body-m-font-style);\n ",
|
138
|
-
": var(--plasma-typo-body-m-letter-spacing);\n ",
|
139
|
-
": var(--plasma-typo-body-m-line-height);\n ",
|
140
|
-
": var(--plasma-typo-body-m-font-weight);\n ",
|
141
|
-
": var(--plasma-typo-body-m-bold-font-weight);\n\n ",
|
142
|
-
": 0.5rem 0 0 0;\n ",
|
143
|
-
": 0.625rem;\n\n ",
|
144
|
-
": var(--plasma-typo-body-m-font-family);\n ",
|
145
|
-
": var(--plasma-typo-body-m-font-size);\n ",
|
146
|
-
": var(--plasma-typo-body-m-font-style);\n ",
|
147
|
-
": var(--plasma-typo-body-m-letter-spacing);\n ",
|
148
|
-
": var(--plasma-typo-body-m-line-height);\n ",
|
149
|
-
": var(--plasma-typo-body-m-font-weight);\n ",
|
150
|
-
": var(--plasma-typo-body-m-bold-font-weight);\n\n ",
|
151
|
-
": 0.063rem;\n\n ",
|
152
|
-
": 0.5rem;\n\n ",
|
153
|
-
": 0 0 0 0.75rem;\n ",
|
154
|
-
": 0.375rem;\n\n ",
|
155
|
-
": var(--plasma-typo-h4-font-family);\n ",
|
156
|
-
": var(--plasma-typo-h4-font-size);\n ",
|
157
|
-
": var(--plasma-typo-h4-font-style);\n ",
|
158
|
-
": var(--plasma-typo-h4-letter-spacing);\n ",
|
159
|
-
": var(--plasma-typo-h4-line-height);\n ",
|
160
|
-
": var(--plasma-typo-h4-font-weight);\n ",
|
161
|
-
": var(--plasma-typo-h4-bold-font-weight);\n\n ",
|
162
|
-
": 3rem;\n ",
|
163
|
-
": 3rem;\n ",
|
164
|
-
": 1.25rem;\n ",
|
165
|
-
": 0.75rem;\n "
|
166
|
-
]);
|
167
|
-
_templateObject2 = function _templateObject() {
|
168
|
-
return data;
|
169
|
-
};
|
170
|
-
return data;
|
171
|
-
}
|
172
|
-
function _templateObject3() {
|
173
|
-
var data = _tagged_template_literal([
|
174
|
-
"\n ",
|
175
|
-
": 17.5rem;\n ",
|
176
|
-
": 17rem;\n\n ",
|
177
|
-
": 0.5rem 0.5rem 0 0.5rem;\n ",
|
178
|
-
": 0.5rem;\n\n ",
|
179
|
-
": var(--plasma-typo-body-s-font-family);\n ",
|
180
|
-
": var(--plasma-typo-body-s-font-size);\n ",
|
181
|
-
": var(--plasma-typo-body-s-font-style);\n ",
|
182
|
-
": var(--plasma-typo-body-s-letter-spacing);\n ",
|
183
|
-
": var(--plasma-typo-body-s-line-height);\n ",
|
184
|
-
": var(--plasma-typo-body-s-font-weight);\n ",
|
185
|
-
": var(--plasma-typo-body-s-bold-font-weight);\n\n ",
|
186
|
-
": 0.5rem 0.5rem 0 0.5rem;\n ",
|
187
|
-
": 0.5rem;\n\n ",
|
188
|
-
": var(--plasma-typo-body-s-font-family);\n ",
|
189
|
-
": var(--plasma-typo-body-s-font-size);\n ",
|
190
|
-
": var(--plasma-typo-body-s-font-style);\n ",
|
191
|
-
": var(--plasma-typo-body-s-letter-spacing);\n ",
|
192
|
-
": var(--plasma-typo-body-s-line-height);\n ",
|
193
|
-
": var(--plasma-typo-body-s-font-weight);\n ",
|
194
|
-
": var(--plasma-typo-body-s-bold-font-weight);\n\n ",
|
195
|
-
": 0.5rem 0.5rem 0 0.5rem;\n ",
|
196
|
-
": 0.5rem;\n\n ",
|
197
|
-
": var(--plasma-typo-body-s-font-family);\n ",
|
198
|
-
": var(--plasma-typo-body-s-font-size);\n ",
|
199
|
-
": var(--plasma-typo-body-s-font-style);\n ",
|
200
|
-
": var(--plasma-typo-body-s-letter-spacing);\n ",
|
201
|
-
": var(--plasma-typo-body-s-line-height);\n ",
|
202
|
-
": var(--plasma-typo-body-s-font-weight);\n ",
|
203
|
-
": var(--plasma-typo-body-s-bold-font-weight);\n\n ",
|
204
|
-
": 0.5rem 0 0 0;\n ",
|
205
|
-
": 0.5rem;\n\n ",
|
206
|
-
": var(--plasma-typo-body-s-font-family);\n ",
|
207
|
-
": var(--plasma-typo-body-s-font-size);\n ",
|
208
|
-
": var(--plasma-typo-body-s-font-style);\n ",
|
209
|
-
": var(--plasma-typo-body-s-letter-spacing);\n ",
|
210
|
-
": var(--plasma-typo-body-s-line-height);\n ",
|
211
|
-
": var(--plasma-typo-body-s-font-weight);\n ",
|
212
|
-
": var(--plasma-typo-body-s-bold-font-weight);\n\n ",
|
213
|
-
": 0.063rem;\n\n ",
|
214
|
-
": 0.5rem;\n\n ",
|
215
|
-
": 0 0 0 0.5rem;\n ",
|
216
|
-
": 0.25rem;\n\n ",
|
217
|
-
": var(--plasma-typo-h4-font-family);\n ",
|
218
|
-
": var(--plasma-typo-h4-font-size);\n ",
|
219
|
-
": var(--plasma-typo-h4-font-style);\n ",
|
220
|
-
": var(--plasma-typo-h4-letter-spacing);\n ",
|
221
|
-
": var(--plasma-typo-h4-line-height);\n ",
|
222
|
-
": var(--plasma-typo-h4-font-weight);\n ",
|
223
|
-
": var(--plasma-typo-h4-bold-font-weight);\n\n ",
|
224
|
-
": 2.5rem;\n ",
|
225
|
-
": 2.5rem;\n ",
|
226
|
-
": 1rem;\n ",
|
227
|
-
": 0.625rem;\n "
|
228
|
-
]);
|
229
|
-
_templateObject3 = function _templateObject() {
|
230
|
-
return data;
|
231
|
-
};
|
232
|
-
return data;
|
233
|
-
}
|
234
|
-
function _templateObject4() {
|
235
|
-
var data = _tagged_template_literal([
|
236
|
-
"\n ",
|
237
|
-
": 17.5rem;\n ",
|
238
|
-
": 15.5rem;\n\n ",
|
239
|
-
": 0.375rem 0.25rem 0 0.25rem;\n ",
|
240
|
-
": 0.375rem;\n\n ",
|
241
|
-
": var(--plasma-typo-body-xs-font-family);\n ",
|
242
|
-
": var(--plasma-typo-body-xs-font-size);\n ",
|
243
|
-
": var(--plasma-typo-body-xs-font-style);\n ",
|
244
|
-
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
245
|
-
": var(--plasma-typo-body-xs-line-height);\n ",
|
246
|
-
": var(--plasma-typo-body-xs-font-weight);\n ",
|
247
|
-
": var(--plasma-typo-body-xs-bold-font-weight);\n\n ",
|
248
|
-
": 0.375rem 0.25rem 0 0.25rem;\n ",
|
249
|
-
": 0.375rem;\n\n ",
|
250
|
-
": var(--plasma-typo-body-xs-font-family);\n ",
|
251
|
-
": var(--plasma-typo-body-xs-font-size);\n ",
|
252
|
-
": var(--plasma-typo-body-xs-font-style);\n ",
|
253
|
-
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
254
|
-
": var(--plasma-typo-body-xs-line-height);\n ",
|
255
|
-
": var(--plasma-typo-body-xs-font-weight);\n ",
|
256
|
-
": var(--plasma-typo-body-xs-bold-font-weight);\n\n ",
|
257
|
-
": 0.375rem 0.25rem 0 0.25rem;\n ",
|
258
|
-
": 0.375rem;\n\n ",
|
259
|
-
": var(--plasma-typo-body-xs-font-family);\n ",
|
260
|
-
": var(--plasma-typo-body-xs-font-size);\n ",
|
261
|
-
": var(--plasma-typo-body-xs-font-style);\n ",
|
262
|
-
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
263
|
-
": var(--plasma-typo-body-xs-line-height);\n ",
|
264
|
-
": var(--plasma-typo-body-xs-font-weight);\n ",
|
265
|
-
": var(--plasma-typo-body-xs-bold-font-weight);\n\n ",
|
266
|
-
": 0.375rem 0 0 0;\n ",
|
267
|
-
": 0.5rem;\n\n ",
|
268
|
-
": var(--plasma-typo-body-xs-font-family);\n ",
|
269
|
-
": var(--plasma-typo-body-xs-font-size);\n ",
|
270
|
-
": var(--plasma-typo-body-xs-font-style);\n ",
|
271
|
-
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
272
|
-
": var(--plasma-typo-body-xs-line-height);\n ",
|
273
|
-
": var(--plasma-typo-body-xs-font-weight);\n ",
|
274
|
-
": var(--plasma-typo-body-xs-bold-font-weight);\n\n ",
|
275
|
-
": 0.063rem;\n\n ",
|
276
|
-
": 0;\n\n ",
|
277
|
-
": 0 0 0 0.5rem;\n ",
|
278
|
-
": 0.25rem;\n\n ",
|
279
|
-
": var(--plasma-typo-h5-font-family);\n ",
|
280
|
-
": var(--plasma-typo-h5-font-size);\n ",
|
281
|
-
": var(--plasma-typo-h5-font-style);\n ",
|
282
|
-
": var(--plasma-typo-h5-letter-spacing);\n ",
|
283
|
-
": var(--plasma-typo-h5-line-height);\n ",
|
284
|
-
": var(--plasma-typo-h5-font-weight);\n ",
|
285
|
-
": var(--plasma-typo-h5-bold-font-weight);\n\n ",
|
286
|
-
": 2rem;\n ",
|
287
|
-
": 2rem;\n ",
|
288
|
-
": 0.75rem;\n ",
|
289
|
-
": 0.5rem;\n "
|
290
|
-
]);
|
291
|
-
_templateObject4 = function _templateObject() {
|
292
|
-
return data;
|
293
|
-
};
|
294
|
-
return data;
|
295
|
-
}
|
1
|
+
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5;
|
2
|
+
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
296
3
|
import { css, calendarBaseTokens } from '@salutejs/plasma-new-hope/styled-components';
|
297
4
|
export var config = {
|
298
|
-
|
299
|
-
|
300
|
-
|
5
|
+
defaults: {
|
6
|
+
view: 'default',
|
7
|
+
size: 'm'
|
8
|
+
},
|
9
|
+
variations: {
|
10
|
+
view: {
|
11
|
+
"default": /*#__PURE__*/css(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--surface-solid-default);\n ", ": var(--inverse-text-primary);\n ", ": var(--surface-transparent-secondary);\n ", ": var(--surface-solid-default);\n ", ": transparent;\n ", ": var(--text-primary);\n ", ": var(--surface-transparent-secondary);\n ", ": var(--surface-solid-default);\n ", ": var(--inverse-text-primary);\n ", ": var(--surface-accent);\n ", ": var(--text-primary);\n ", ": var(--surface-transparent-secondary);\n ", ": var(--surface-accent);\n ", ": var(--surface-solid-default);\n ", ": var(--surface-solid-default);\n ", ": var(--text-secondary);\n ", ": var(--text-secondary);\n ", ": ", ";\n ", ": var(--text-secondary);\n ", ": 0.4;\n\n ", ": var(--text-primary);\n ", ": var(--surface-clear);\n ", ": var(--text-primary-hover);\n ", ": var(--surface-clear);\n ", ": var(--text-primary-hover);\n ", ": var(--surface-clear);\n ", ": var(--surface-accent);\n "])), calendarBaseTokens.calendarSelectedItemBackground, calendarBaseTokens.calendarSelectedItemColor, calendarBaseTokens.calendarSelectableItemBackgroundHover, calendarBaseTokens.calendarCurrentItemBorderColor, calendarBaseTokens.calendarCurrentItemBackgroundHover, calendarBaseTokens.calendarCurrentItemColorHover, calendarBaseTokens.calendarCurrentItemChildBackgroundHover, calendarBaseTokens.calendarActiveItemBackground, calendarBaseTokens.calendarActiveItemColor, calendarBaseTokens.calendarHoveredItemBackground, calendarBaseTokens.calendarHoveredItemColor, calendarBaseTokens.calendarRangeBackground, calendarBaseTokens.calendarOutlineFocusColor, calendarBaseTokens.calendarContentPrimaryColor, calendarBaseTokens.calendarContentPrimaryDisabledColor, calendarBaseTokens.calendarContentSecondaryColor, calendarBaseTokens.calendarContentSecondaryDisabledColor, calendarBaseTokens.calendarHeaderArrowColor, calendarBaseTokens.calendarContentPrimaryColor, calendarBaseTokens.calendarDayOfWeekColor, calendarBaseTokens.calendarDisabledOpacity, calendarBaseTokens.iconButtonColor, calendarBaseTokens.iconButtonBackgroundColor, calendarBaseTokens.iconButtonColorHover, calendarBaseTokens.iconButtonBackgroundColorHover, calendarBaseTokens.iconButtonColorActive, calendarBaseTokens.iconButtonBackgroundColorActive, calendarBaseTokens.iconButtonFocusColor)
|
301
12
|
},
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
l: css(_templateObject1(), calendarBaseTokens.calendarContainerWidth, calendarBaseTokens.calendarContainerHeight, calendarBaseTokens.calendarYearsPadding, calendarBaseTokens.calendarYearItemBorderRadius, calendarBaseTokens.calendarYearFontFamily, calendarBaseTokens.calendarYearFontSize, calendarBaseTokens.calendarYearFontStyle, calendarBaseTokens.calendarYearFontLetterSpacing, calendarBaseTokens.calendarYearFontLineHeight, calendarBaseTokens.calendarYearFontWeight, calendarBaseTokens.calendarYearSelectedFontWeight, calendarBaseTokens.calendarQuartersPadding, calendarBaseTokens.calendarQuarterItemBorderRadius, calendarBaseTokens.calendarQuarterFontFamily, calendarBaseTokens.calendarQuarterFontSize, calendarBaseTokens.calendarQuarterFontStyle, calendarBaseTokens.calendarQuarterFontLetterSpacing, calendarBaseTokens.calendarQuarterFontLineHeight, calendarBaseTokens.calendarQuarterFontWeight, calendarBaseTokens.calendarQuarterSelectedFontWeight, calendarBaseTokens.calendarMonthsPadding, calendarBaseTokens.calendarMonthItemBorderRadius, calendarBaseTokens.calendarMonthFontFamily, calendarBaseTokens.calendarMonthFontSize, calendarBaseTokens.calendarMonthFontStyle, calendarBaseTokens.calendarMonthFontLetterSpacing, calendarBaseTokens.calendarMonthFontLineHeight, calendarBaseTokens.calendarMonthFontWeight, calendarBaseTokens.calendarMonthSelectedFontWeight, calendarBaseTokens.calendarDaysPadding, calendarBaseTokens.calendarDayItemBorderRadius, calendarBaseTokens.calendarDayFontFamily, calendarBaseTokens.calendarDayFontSize, calendarBaseTokens.calendarDayFontStyle, calendarBaseTokens.calendarDayFontLetterSpacing, calendarBaseTokens.calendarDayFontLineHeight, calendarBaseTokens.calendarDayFontWeight, calendarBaseTokens.calendarDaySelectedFontWeight, calendarBaseTokens.calendarCurrentItemBorderWidth, calendarBaseTokens.calendarHeaderArrowGap, calendarBaseTokens.calendarHeaderPadding, calendarBaseTokens.calendarHeaderDateGap, calendarBaseTokens.calendarHeaderFontFamily, calendarBaseTokens.calendarHeaderFontSize, calendarBaseTokens.calendarHeaderFontStyle, calendarBaseTokens.calendarHeaderFontLetterSpacing, calendarBaseTokens.calendarHeaderFontLineHeight, calendarBaseTokens.calendarHeaderFontWeight, calendarBaseTokens.calendarHeaderFontWeightBold, calendarBaseTokens.iconButtonHeight, calendarBaseTokens.iconButtonWidth, calendarBaseTokens.iconButtonPadding, calendarBaseTokens.iconButtonRadius),
|
308
|
-
m: css(_templateObject2(), calendarBaseTokens.calendarContainerWidth, calendarBaseTokens.calendarContainerHeight, calendarBaseTokens.calendarYearsPadding, calendarBaseTokens.calendarYearItemBorderRadius, calendarBaseTokens.calendarYearFontFamily, calendarBaseTokens.calendarYearFontSize, calendarBaseTokens.calendarYearFontStyle, calendarBaseTokens.calendarYearFontLetterSpacing, calendarBaseTokens.calendarYearFontLineHeight, calendarBaseTokens.calendarYearFontWeight, calendarBaseTokens.calendarYearSelectedFontWeight, calendarBaseTokens.calendarQuartersPadding, calendarBaseTokens.calendarQuarterItemBorderRadius, calendarBaseTokens.calendarQuarterFontFamily, calendarBaseTokens.calendarQuarterFontSize, calendarBaseTokens.calendarQuarterFontStyle, calendarBaseTokens.calendarQuarterFontLetterSpacing, calendarBaseTokens.calendarQuarterFontLineHeight, calendarBaseTokens.calendarQuarterFontWeight, calendarBaseTokens.calendarQuarterSelectedFontWeight, calendarBaseTokens.calendarMonthsPadding, calendarBaseTokens.calendarMonthItemBorderRadius, calendarBaseTokens.calendarMonthFontFamily, calendarBaseTokens.calendarMonthFontSize, calendarBaseTokens.calendarMonthFontStyle, calendarBaseTokens.calendarMonthFontLetterSpacing, calendarBaseTokens.calendarMonthFontLineHeight, calendarBaseTokens.calendarMonthFontWeight, calendarBaseTokens.calendarMonthSelectedFontWeight, calendarBaseTokens.calendarDaysPadding, calendarBaseTokens.calendarDayItemBorderRadius, calendarBaseTokens.calendarDayFontFamily, calendarBaseTokens.calendarDayFontSize, calendarBaseTokens.calendarDayFontStyle, calendarBaseTokens.calendarDayFontLetterSpacing, calendarBaseTokens.calendarDayFontLineHeight, calendarBaseTokens.calendarDayFontWeight, calendarBaseTokens.calendarDaySelectedFontWeight, calendarBaseTokens.calendarCurrentItemBorderWidth, calendarBaseTokens.calendarHeaderArrowGap, calendarBaseTokens.calendarHeaderPadding, calendarBaseTokens.calendarHeaderDateGap, calendarBaseTokens.calendarHeaderFontFamily, calendarBaseTokens.calendarHeaderFontSize, calendarBaseTokens.calendarHeaderFontStyle, calendarBaseTokens.calendarHeaderFontLetterSpacing, calendarBaseTokens.calendarHeaderFontLineHeight, calendarBaseTokens.calendarHeaderFontWeight, calendarBaseTokens.calendarHeaderFontWeightBold, calendarBaseTokens.iconButtonHeight, calendarBaseTokens.iconButtonWidth, calendarBaseTokens.iconButtonPadding, calendarBaseTokens.iconButtonRadius),
|
309
|
-
s: css(_templateObject3(), calendarBaseTokens.calendarContainerWidth, calendarBaseTokens.calendarContainerHeight, calendarBaseTokens.calendarYearsPadding, calendarBaseTokens.calendarYearItemBorderRadius, calendarBaseTokens.calendarYearFontFamily, calendarBaseTokens.calendarYearFontSize, calendarBaseTokens.calendarYearFontStyle, calendarBaseTokens.calendarYearFontLetterSpacing, calendarBaseTokens.calendarYearFontLineHeight, calendarBaseTokens.calendarYearFontWeight, calendarBaseTokens.calendarYearSelectedFontWeight, calendarBaseTokens.calendarQuartersPadding, calendarBaseTokens.calendarQuarterItemBorderRadius, calendarBaseTokens.calendarQuarterFontFamily, calendarBaseTokens.calendarQuarterFontSize, calendarBaseTokens.calendarQuarterFontStyle, calendarBaseTokens.calendarQuarterFontLetterSpacing, calendarBaseTokens.calendarQuarterFontLineHeight, calendarBaseTokens.calendarQuarterFontWeight, calendarBaseTokens.calendarQuarterSelectedFontWeight, calendarBaseTokens.calendarMonthsPadding, calendarBaseTokens.calendarMonthItemBorderRadius, calendarBaseTokens.calendarMonthFontFamily, calendarBaseTokens.calendarMonthFontSize, calendarBaseTokens.calendarMonthFontStyle, calendarBaseTokens.calendarMonthFontLetterSpacing, calendarBaseTokens.calendarMonthFontLineHeight, calendarBaseTokens.calendarMonthFontWeight, calendarBaseTokens.calendarMonthSelectedFontWeight, calendarBaseTokens.calendarDaysPadding, calendarBaseTokens.calendarDayItemBorderRadius, calendarBaseTokens.calendarDayFontFamily, calendarBaseTokens.calendarDayFontSize, calendarBaseTokens.calendarDayFontStyle, calendarBaseTokens.calendarDayFontLetterSpacing, calendarBaseTokens.calendarDayFontLineHeight, calendarBaseTokens.calendarDayFontWeight, calendarBaseTokens.calendarDaySelectedFontWeight, calendarBaseTokens.calendarCurrentItemBorderWidth, calendarBaseTokens.calendarHeaderArrowGap, calendarBaseTokens.calendarHeaderPadding, calendarBaseTokens.calendarHeaderDateGap, calendarBaseTokens.calendarHeaderFontFamily, calendarBaseTokens.calendarHeaderFontSize, calendarBaseTokens.calendarHeaderFontStyle, calendarBaseTokens.calendarHeaderFontLetterSpacing, calendarBaseTokens.calendarHeaderFontLineHeight, calendarBaseTokens.calendarHeaderFontWeight, calendarBaseTokens.calendarHeaderFontWeightBold, calendarBaseTokens.iconButtonHeight, calendarBaseTokens.iconButtonWidth, calendarBaseTokens.iconButtonPadding, calendarBaseTokens.iconButtonRadius),
|
310
|
-
xs: css(_templateObject4(), calendarBaseTokens.calendarContainerWidth, calendarBaseTokens.calendarContainerHeight, calendarBaseTokens.calendarYearsPadding, calendarBaseTokens.calendarYearItemBorderRadius, calendarBaseTokens.calendarYearFontFamily, calendarBaseTokens.calendarYearFontSize, calendarBaseTokens.calendarYearFontStyle, calendarBaseTokens.calendarYearFontLetterSpacing, calendarBaseTokens.calendarYearFontLineHeight, calendarBaseTokens.calendarYearFontWeight, calendarBaseTokens.calendarYearSelectedFontWeight, calendarBaseTokens.calendarQuartersPadding, calendarBaseTokens.calendarQuarterItemBorderRadius, calendarBaseTokens.calendarQuarterFontFamily, calendarBaseTokens.calendarQuarterFontSize, calendarBaseTokens.calendarQuarterFontStyle, calendarBaseTokens.calendarQuarterFontLetterSpacing, calendarBaseTokens.calendarQuarterFontLineHeight, calendarBaseTokens.calendarQuarterFontWeight, calendarBaseTokens.calendarQuarterSelectedFontWeight, calendarBaseTokens.calendarMonthsPadding, calendarBaseTokens.calendarMonthItemBorderRadius, calendarBaseTokens.calendarMonthFontFamily, calendarBaseTokens.calendarMonthFontSize, calendarBaseTokens.calendarMonthFontStyle, calendarBaseTokens.calendarMonthFontLetterSpacing, calendarBaseTokens.calendarMonthFontLineHeight, calendarBaseTokens.calendarMonthFontWeight, calendarBaseTokens.calendarMonthSelectedFontWeight, calendarBaseTokens.calendarDaysPadding, calendarBaseTokens.calendarDayItemBorderRadius, calendarBaseTokens.calendarDayFontFamily, calendarBaseTokens.calendarDayFontSize, calendarBaseTokens.calendarDayFontStyle, calendarBaseTokens.calendarDayFontLetterSpacing, calendarBaseTokens.calendarDayFontLineHeight, calendarBaseTokens.calendarDayFontWeight, calendarBaseTokens.calendarDaySelectedFontWeight, calendarBaseTokens.calendarCurrentItemBorderWidth, calendarBaseTokens.calendarHeaderArrowGap, calendarBaseTokens.calendarHeaderPadding, calendarBaseTokens.calendarHeaderDateGap, calendarBaseTokens.calendarHeaderFontFamily, calendarBaseTokens.calendarHeaderFontSize, calendarBaseTokens.calendarHeaderFontStyle, calendarBaseTokens.calendarHeaderFontLetterSpacing, calendarBaseTokens.calendarHeaderFontLineHeight, calendarBaseTokens.calendarHeaderFontWeight, calendarBaseTokens.calendarHeaderFontWeightBold, calendarBaseTokens.iconButtonHeight, calendarBaseTokens.iconButtonWidth, calendarBaseTokens.iconButtonPadding, calendarBaseTokens.iconButtonRadius)
|
311
|
-
}
|
13
|
+
size: {
|
14
|
+
l: /*#__PURE__*/css(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 24.5rem;\n ", ": 25rem;\n\n ", ": 0.5rem 0.5rem 0 0.5rem;\n ", ": 0.75rem;\n\n ", ": var(--plasma-typo-body-l-font-family);\n ", ": var(--plasma-typo-body-l-font-size);\n ", ": var(--plasma-typo-body-l-font-style);\n ", ": var(--plasma-typo-body-l-letter-spacing);\n ", ": var(--plasma-typo-body-l-line-height);\n ", ": var(--plasma-typo-body-l-font-weight);\n ", ": var(--plasma-typo-body-l-bold-font-weight);\n\n ", ": 0.5rem 0.5rem 0 0.5rem;\n ", ": 0.75rem;\n\n ", ": var(--plasma-typo-body-l-font-family);\n ", ": var(--plasma-typo-body-l-font-size);\n ", ": var(--plasma-typo-body-l-font-style);\n ", ": var(--plasma-typo-body-l-letter-spacing);\n ", ": var(--plasma-typo-body-l-line-height);\n ", ": var(--plasma-typo-body-l-font-weight);\n ", ": var(--plasma-typo-body-l-bold-font-weight);\n\n ", ": 0.5rem 0.5rem 0 0.5rem;\n ", ": 0.75rem;\n\n ", ": var(--plasma-typo-body-l-font-family);\n ", ": var(--plasma-typo-body-l-font-size);\n ", ": var(--plasma-typo-body-l-font-style);\n ", ": var(--plasma-typo-body-l-letter-spacing);\n ", ": var(--plasma-typo-body-l-line-height);\n ", ": var(--plasma-typo-body-l-font-weight);\n ", ": var(--plasma-typo-body-l-bold-font-weight);\n\n ", ": 0.5rem 0 0 0;\n ", ": 0.75rem;\n\n ", ": var(--plasma-typo-body-l-font-family);\n ", ": var(--plasma-typo-body-l-font-size);\n ", ": var(--plasma-typo-body-l-font-style);\n ", ": var(--plasma-typo-body-l-letter-spacing);\n ", ": var(--plasma-typo-body-l-line-height);\n ", ": var(--plasma-typo-body-l-font-weight);\n ", ": var(--plasma-typo-body-l-bold-font-weight);\n\n ", ": 0.063rem;\n\n ", ": 0.5rem;\n\n ", ": 0 0 0 1rem;\n ", ": 0.5rem;\n\n ", ": var(--plasma-typo-h4-font-family);\n ", ": var(--plasma-typo-h4-font-size);\n ", ": var(--plasma-typo-h4-font-style);\n ", ": var(--plasma-typo-h4-letter-spacing);\n ", ": var(--plasma-typo-h4-line-height);\n ", ": var(--plasma-typo-h4-font-weight);\n ", ": var(--plasma-typo-h4-bold-font-weight);\n\n ", ": 3.5rem;\n ", ": 3.5rem;\n ", ": 1.5rem;\n ", ": 0.875rem;\n "])), calendarBaseTokens.calendarContainerWidth, calendarBaseTokens.calendarContainerHeight, calendarBaseTokens.calendarYearsPadding, calendarBaseTokens.calendarYearItemBorderRadius, calendarBaseTokens.calendarYearFontFamily, calendarBaseTokens.calendarYearFontSize, calendarBaseTokens.calendarYearFontStyle, calendarBaseTokens.calendarYearFontLetterSpacing, calendarBaseTokens.calendarYearFontLineHeight, calendarBaseTokens.calendarYearFontWeight, calendarBaseTokens.calendarYearSelectedFontWeight, calendarBaseTokens.calendarQuartersPadding, calendarBaseTokens.calendarQuarterItemBorderRadius, calendarBaseTokens.calendarQuarterFontFamily, calendarBaseTokens.calendarQuarterFontSize, calendarBaseTokens.calendarQuarterFontStyle, calendarBaseTokens.calendarQuarterFontLetterSpacing, calendarBaseTokens.calendarQuarterFontLineHeight, calendarBaseTokens.calendarQuarterFontWeight, calendarBaseTokens.calendarQuarterSelectedFontWeight, calendarBaseTokens.calendarMonthsPadding, calendarBaseTokens.calendarMonthItemBorderRadius, calendarBaseTokens.calendarMonthFontFamily, calendarBaseTokens.calendarMonthFontSize, calendarBaseTokens.calendarMonthFontStyle, calendarBaseTokens.calendarMonthFontLetterSpacing, calendarBaseTokens.calendarMonthFontLineHeight, calendarBaseTokens.calendarMonthFontWeight, calendarBaseTokens.calendarMonthSelectedFontWeight, calendarBaseTokens.calendarDaysPadding, calendarBaseTokens.calendarDayItemBorderRadius, calendarBaseTokens.calendarDayFontFamily, calendarBaseTokens.calendarDayFontSize, calendarBaseTokens.calendarDayFontStyle, calendarBaseTokens.calendarDayFontLetterSpacing, calendarBaseTokens.calendarDayFontLineHeight, calendarBaseTokens.calendarDayFontWeight, calendarBaseTokens.calendarDaySelectedFontWeight, calendarBaseTokens.calendarCurrentItemBorderWidth, calendarBaseTokens.calendarHeaderArrowGap, calendarBaseTokens.calendarHeaderPadding, calendarBaseTokens.calendarHeaderDateGap, calendarBaseTokens.calendarHeaderFontFamily, calendarBaseTokens.calendarHeaderFontSize, calendarBaseTokens.calendarHeaderFontStyle, calendarBaseTokens.calendarHeaderFontLetterSpacing, calendarBaseTokens.calendarHeaderFontLineHeight, calendarBaseTokens.calendarHeaderFontWeight, calendarBaseTokens.calendarHeaderFontWeightBold, calendarBaseTokens.iconButtonHeight, calendarBaseTokens.iconButtonWidth, calendarBaseTokens.iconButtonPadding, calendarBaseTokens.iconButtonRadius),
|
15
|
+
m: /*#__PURE__*/css(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 21rem;\n ", ": 21rem;\n\n ", ": 0.5rem 0.5rem 0 0.5rem;\n ", ": 0.625rem;\n\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n ", ": var(--plasma-typo-body-m-font-weight);\n ", ": var(--plasma-typo-body-m-bold-font-weight);\n\n ", ": 0.5rem 0.5rem 0 0.5rem;\n ", ": 0.625rem;\n\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n ", ": var(--plasma-typo-body-m-font-weight);\n ", ": var(--plasma-typo-body-m-bold-font-weight);\n\n ", ": 0.5rem 0.5rem 0 0.5rem;\n ", ": 0.625rem;\n\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n ", ": var(--plasma-typo-body-m-font-weight);\n ", ": var(--plasma-typo-body-m-bold-font-weight);\n\n ", ": 0.5rem 0 0 0;\n ", ": 0.625rem;\n\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n ", ": var(--plasma-typo-body-m-font-weight);\n ", ": var(--plasma-typo-body-m-bold-font-weight);\n\n ", ": 0.063rem;\n\n ", ": 0.5rem;\n\n ", ": 0 0 0 0.75rem;\n ", ": 0.375rem;\n\n ", ": var(--plasma-typo-h4-font-family);\n ", ": var(--plasma-typo-h4-font-size);\n ", ": var(--plasma-typo-h4-font-style);\n ", ": var(--plasma-typo-h4-letter-spacing);\n ", ": var(--plasma-typo-h4-line-height);\n ", ": var(--plasma-typo-h4-font-weight);\n ", ": var(--plasma-typo-h4-bold-font-weight);\n\n ", ": 3rem;\n ", ": 3rem;\n ", ": 1.25rem;\n ", ": 0.75rem;\n "])), calendarBaseTokens.calendarContainerWidth, calendarBaseTokens.calendarContainerHeight, calendarBaseTokens.calendarYearsPadding, calendarBaseTokens.calendarYearItemBorderRadius, calendarBaseTokens.calendarYearFontFamily, calendarBaseTokens.calendarYearFontSize, calendarBaseTokens.calendarYearFontStyle, calendarBaseTokens.calendarYearFontLetterSpacing, calendarBaseTokens.calendarYearFontLineHeight, calendarBaseTokens.calendarYearFontWeight, calendarBaseTokens.calendarYearSelectedFontWeight, calendarBaseTokens.calendarQuartersPadding, calendarBaseTokens.calendarQuarterItemBorderRadius, calendarBaseTokens.calendarQuarterFontFamily, calendarBaseTokens.calendarQuarterFontSize, calendarBaseTokens.calendarQuarterFontStyle, calendarBaseTokens.calendarQuarterFontLetterSpacing, calendarBaseTokens.calendarQuarterFontLineHeight, calendarBaseTokens.calendarQuarterFontWeight, calendarBaseTokens.calendarQuarterSelectedFontWeight, calendarBaseTokens.calendarMonthsPadding, calendarBaseTokens.calendarMonthItemBorderRadius, calendarBaseTokens.calendarMonthFontFamily, calendarBaseTokens.calendarMonthFontSize, calendarBaseTokens.calendarMonthFontStyle, calendarBaseTokens.calendarMonthFontLetterSpacing, calendarBaseTokens.calendarMonthFontLineHeight, calendarBaseTokens.calendarMonthFontWeight, calendarBaseTokens.calendarMonthSelectedFontWeight, calendarBaseTokens.calendarDaysPadding, calendarBaseTokens.calendarDayItemBorderRadius, calendarBaseTokens.calendarDayFontFamily, calendarBaseTokens.calendarDayFontSize, calendarBaseTokens.calendarDayFontStyle, calendarBaseTokens.calendarDayFontLetterSpacing, calendarBaseTokens.calendarDayFontLineHeight, calendarBaseTokens.calendarDayFontWeight, calendarBaseTokens.calendarDaySelectedFontWeight, calendarBaseTokens.calendarCurrentItemBorderWidth, calendarBaseTokens.calendarHeaderArrowGap, calendarBaseTokens.calendarHeaderPadding, calendarBaseTokens.calendarHeaderDateGap, calendarBaseTokens.calendarHeaderFontFamily, calendarBaseTokens.calendarHeaderFontSize, calendarBaseTokens.calendarHeaderFontStyle, calendarBaseTokens.calendarHeaderFontLetterSpacing, calendarBaseTokens.calendarHeaderFontLineHeight, calendarBaseTokens.calendarHeaderFontWeight, calendarBaseTokens.calendarHeaderFontWeightBold, calendarBaseTokens.iconButtonHeight, calendarBaseTokens.iconButtonWidth, calendarBaseTokens.iconButtonPadding, calendarBaseTokens.iconButtonRadius),
|
16
|
+
s: /*#__PURE__*/css(_templateObject4 || (_templateObject4 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 17.5rem;\n ", ": 17rem;\n\n ", ": 0.5rem 0.5rem 0 0.5rem;\n ", ": 0.5rem;\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-bold-font-weight);\n\n ", ": 0.5rem 0.5rem 0 0.5rem;\n ", ": 0.5rem;\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-bold-font-weight);\n\n ", ": 0.5rem 0.5rem 0 0.5rem;\n ", ": 0.5rem;\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-bold-font-weight);\n\n ", ": 0.5rem 0 0 0;\n ", ": 0.5rem;\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-bold-font-weight);\n\n ", ": 0.063rem;\n\n ", ": 0.5rem;\n\n ", ": 0 0 0 0.5rem;\n ", ": 0.25rem;\n\n ", ": var(--plasma-typo-h4-font-family);\n ", ": var(--plasma-typo-h4-font-size);\n ", ": var(--plasma-typo-h4-font-style);\n ", ": var(--plasma-typo-h4-letter-spacing);\n ", ": var(--plasma-typo-h4-line-height);\n ", ": var(--plasma-typo-h4-font-weight);\n ", ": var(--plasma-typo-h4-bold-font-weight);\n\n ", ": 2.5rem;\n ", ": 2.5rem;\n ", ": 1rem;\n ", ": 0.625rem;\n "])), calendarBaseTokens.calendarContainerWidth, calendarBaseTokens.calendarContainerHeight, calendarBaseTokens.calendarYearsPadding, calendarBaseTokens.calendarYearItemBorderRadius, calendarBaseTokens.calendarYearFontFamily, calendarBaseTokens.calendarYearFontSize, calendarBaseTokens.calendarYearFontStyle, calendarBaseTokens.calendarYearFontLetterSpacing, calendarBaseTokens.calendarYearFontLineHeight, calendarBaseTokens.calendarYearFontWeight, calendarBaseTokens.calendarYearSelectedFontWeight, calendarBaseTokens.calendarQuartersPadding, calendarBaseTokens.calendarQuarterItemBorderRadius, calendarBaseTokens.calendarQuarterFontFamily, calendarBaseTokens.calendarQuarterFontSize, calendarBaseTokens.calendarQuarterFontStyle, calendarBaseTokens.calendarQuarterFontLetterSpacing, calendarBaseTokens.calendarQuarterFontLineHeight, calendarBaseTokens.calendarQuarterFontWeight, calendarBaseTokens.calendarQuarterSelectedFontWeight, calendarBaseTokens.calendarMonthsPadding, calendarBaseTokens.calendarMonthItemBorderRadius, calendarBaseTokens.calendarMonthFontFamily, calendarBaseTokens.calendarMonthFontSize, calendarBaseTokens.calendarMonthFontStyle, calendarBaseTokens.calendarMonthFontLetterSpacing, calendarBaseTokens.calendarMonthFontLineHeight, calendarBaseTokens.calendarMonthFontWeight, calendarBaseTokens.calendarMonthSelectedFontWeight, calendarBaseTokens.calendarDaysPadding, calendarBaseTokens.calendarDayItemBorderRadius, calendarBaseTokens.calendarDayFontFamily, calendarBaseTokens.calendarDayFontSize, calendarBaseTokens.calendarDayFontStyle, calendarBaseTokens.calendarDayFontLetterSpacing, calendarBaseTokens.calendarDayFontLineHeight, calendarBaseTokens.calendarDayFontWeight, calendarBaseTokens.calendarDaySelectedFontWeight, calendarBaseTokens.calendarCurrentItemBorderWidth, calendarBaseTokens.calendarHeaderArrowGap, calendarBaseTokens.calendarHeaderPadding, calendarBaseTokens.calendarHeaderDateGap, calendarBaseTokens.calendarHeaderFontFamily, calendarBaseTokens.calendarHeaderFontSize, calendarBaseTokens.calendarHeaderFontStyle, calendarBaseTokens.calendarHeaderFontLetterSpacing, calendarBaseTokens.calendarHeaderFontLineHeight, calendarBaseTokens.calendarHeaderFontWeight, calendarBaseTokens.calendarHeaderFontWeightBold, calendarBaseTokens.iconButtonHeight, calendarBaseTokens.iconButtonWidth, calendarBaseTokens.iconButtonPadding, calendarBaseTokens.iconButtonRadius),
|
17
|
+
xs: /*#__PURE__*/css(_templateObject5 || (_templateObject5 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 17.5rem;\n ", ": 15.5rem;\n\n ", ": 0.375rem 0.25rem 0 0.25rem;\n ", ": 0.375rem;\n\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-bold-font-weight);\n\n ", ": 0.375rem 0.25rem 0 0.25rem;\n ", ": 0.375rem;\n\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-bold-font-weight);\n\n ", ": 0.375rem 0.25rem 0 0.25rem;\n ", ": 0.375rem;\n\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-bold-font-weight);\n\n ", ": 0.375rem 0 0 0;\n ", ": 0.5rem;\n\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-bold-font-weight);\n\n ", ": 0.063rem;\n\n ", ": 0;\n\n ", ": 0 0 0 0.5rem;\n ", ": 0.25rem;\n\n ", ": var(--plasma-typo-h5-font-family);\n ", ": var(--plasma-typo-h5-font-size);\n ", ": var(--plasma-typo-h5-font-style);\n ", ": var(--plasma-typo-h5-letter-spacing);\n ", ": var(--plasma-typo-h5-line-height);\n ", ": var(--plasma-typo-h5-font-weight);\n ", ": var(--plasma-typo-h5-bold-font-weight);\n\n ", ": 2rem;\n ", ": 2rem;\n ", ": 0.75rem;\n ", ": 0.5rem;\n "])), calendarBaseTokens.calendarContainerWidth, calendarBaseTokens.calendarContainerHeight, calendarBaseTokens.calendarYearsPadding, calendarBaseTokens.calendarYearItemBorderRadius, calendarBaseTokens.calendarYearFontFamily, calendarBaseTokens.calendarYearFontSize, calendarBaseTokens.calendarYearFontStyle, calendarBaseTokens.calendarYearFontLetterSpacing, calendarBaseTokens.calendarYearFontLineHeight, calendarBaseTokens.calendarYearFontWeight, calendarBaseTokens.calendarYearSelectedFontWeight, calendarBaseTokens.calendarQuartersPadding, calendarBaseTokens.calendarQuarterItemBorderRadius, calendarBaseTokens.calendarQuarterFontFamily, calendarBaseTokens.calendarQuarterFontSize, calendarBaseTokens.calendarQuarterFontStyle, calendarBaseTokens.calendarQuarterFontLetterSpacing, calendarBaseTokens.calendarQuarterFontLineHeight, calendarBaseTokens.calendarQuarterFontWeight, calendarBaseTokens.calendarQuarterSelectedFontWeight, calendarBaseTokens.calendarMonthsPadding, calendarBaseTokens.calendarMonthItemBorderRadius, calendarBaseTokens.calendarMonthFontFamily, calendarBaseTokens.calendarMonthFontSize, calendarBaseTokens.calendarMonthFontStyle, calendarBaseTokens.calendarMonthFontLetterSpacing, calendarBaseTokens.calendarMonthFontLineHeight, calendarBaseTokens.calendarMonthFontWeight, calendarBaseTokens.calendarMonthSelectedFontWeight, calendarBaseTokens.calendarDaysPadding, calendarBaseTokens.calendarDayItemBorderRadius, calendarBaseTokens.calendarDayFontFamily, calendarBaseTokens.calendarDayFontSize, calendarBaseTokens.calendarDayFontStyle, calendarBaseTokens.calendarDayFontLetterSpacing, calendarBaseTokens.calendarDayFontLineHeight, calendarBaseTokens.calendarDayFontWeight, calendarBaseTokens.calendarDaySelectedFontWeight, calendarBaseTokens.calendarCurrentItemBorderWidth, calendarBaseTokens.calendarHeaderArrowGap, calendarBaseTokens.calendarHeaderPadding, calendarBaseTokens.calendarHeaderDateGap, calendarBaseTokens.calendarHeaderFontFamily, calendarBaseTokens.calendarHeaderFontSize, calendarBaseTokens.calendarHeaderFontStyle, calendarBaseTokens.calendarHeaderFontLetterSpacing, calendarBaseTokens.calendarHeaderFontLineHeight, calendarBaseTokens.calendarHeaderFontWeight, calendarBaseTokens.calendarHeaderFontWeightBold, calendarBaseTokens.iconButtonHeight, calendarBaseTokens.iconButtonWidth, calendarBaseTokens.iconButtonPadding, calendarBaseTokens.iconButtonRadius)
|
312
18
|
}
|
313
|
-
}
|
19
|
+
}
|
20
|
+
};
|