@salutejs/plasma-web 1.585.0-canary.1973.15850054289.0 → 1.585.0-canary.2010.15678347777.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 -146
- 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.d.ts +24 -24
- package/components/Combobox/Combobox.js +20 -55
- package/components/Combobox/Legacy/Combobox.config.js +21 -354
- package/components/Combobox/Legacy/Combobox.d.ts +2 -2
- 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.d.ts +48 -2
- 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.d.ts +6 -6
- 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.d.ts +1 -1
- package/components/Tokens/Colors/Colors.styles.js +51 -147
- package/components/Tokens/NumberTokens/NumberTokens.styles.js +23 -70
- package/components/Tokens/Typography/Typography.styles.d.ts +1 -1
- 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/{CodeInput/CodeInput.config.d.ts → Tour/Tour.config.d.ts} +0 -5
- package/components/Tour/Tour.config.js +23 -0
- package/components/Tour/Tour.d.ts +8 -0
- package/components/Tour/Tour.js +10 -0
- package/components/Tour/index.d.ts +2 -0
- package/components/Tour/index.js +12 -0
- 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/components/CodeField/CodeField.config.js +1 -1
- package/css/cjs/components/CodeField/CodeField.config.js.map +1 -1
- package/css/cjs/components/CodeField/{CodeField.config_7y58ik.css → CodeField.config_7779xg.css} +1 -1
- package/css/cjs/components/CodeField/CodeField.css +4 -4
- package/css/cjs/components/Tour/Tour.config.js +22 -0
- package/css/cjs/components/Tour/Tour.config.js.map +1 -0
- package/css/cjs/components/Tour/Tour.config_emlbg6.css +2 -0
- package/css/cjs/components/Tour/Tour.css +2 -0
- package/css/cjs/components/Tour/Tour.js +12 -0
- package/css/cjs/components/Tour/Tour.js.map +1 -0
- package/css/cjs/index.css +9 -12
- package/css/cjs/index.js +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/components/CodeField/CodeField.config.js +1 -1
- package/css/es/components/CodeField/CodeField.config.js.map +1 -1
- package/css/es/components/CodeField/{CodeField.config_7y58ik.css → CodeField.config_7779xg.css} +1 -1
- package/css/es/components/CodeField/CodeField.css +4 -4
- package/css/es/components/Tour/Tour.config.js +18 -0
- package/css/es/components/Tour/Tour.config.js.map +1 -0
- package/css/es/components/Tour/Tour.config_emlbg6.css +2 -0
- package/css/es/components/Tour/Tour.css +2 -0
- package/css/es/components/Tour/Tour.js +8 -0
- package/css/es/components/Tour/Tour.js.map +1 -0
- package/css/es/index.css +9 -12
- package/css/es/index.js +1 -1
- package/css/index.d.ts +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 -137
- 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/Tour/Tour.config.js +17 -0
- package/es/components/Tour/Tour.js +4 -0
- package/es/components/Tour/index.js +1 -0
- 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.d.ts +1 -1
- package/index.js +938 -100
- 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/components/CodeInput/CodeInput.config.js +0 -172
- package/components/CodeInput/CodeInput.d.ts +0 -34
- package/components/CodeInput/CodeInput.js +0 -15
- package/components/CodeInput/index.d.ts +0 -1
- package/components/CodeInput/index.js +0 -11
- package/css/cjs/components/Carousel/Carousel.config_uusoxc.css +0 -2
- package/css/cjs/components/CodeInput/CodeInput.config.js +0 -27
- package/css/cjs/components/CodeInput/CodeInput.config.js.map +0 -1
- package/css/cjs/components/CodeInput/CodeInput.config_u44tma.css +0 -5
- package/css/cjs/components/CodeInput/CodeInput.css +0 -5
- package/css/cjs/components/CodeInput/CodeInput.js +0 -17
- package/css/cjs/components/CodeInput/CodeInput.js.map +0 -1
- package/css/es/components/Carousel/Carousel.config_uusoxc.css +0 -2
- package/css/es/components/CodeInput/CodeInput.config.js +0 -23
- package/css/es/components/CodeInput/CodeInput.config.js.map +0 -1
- package/css/es/components/CodeInput/CodeInput.config_u44tma.css +0 -5
- package/css/es/components/CodeInput/CodeInput.css +0 -5
- package/css/es/components/CodeInput/CodeInput.js +0 -13
- package/css/es/components/CodeInput/CodeInput.js.map +0 -1
- package/es/components/CodeInput/CodeInput.config.js +0 -162
- package/es/components/CodeInput/CodeInput.js +0 -7
- package/es/components/CodeInput/index.js +0 -1
- package/es/helpers/index.js +0 -1
- package/helpers/index.js +0 -31
@@ -0,0 +1,22 @@
|
|
1
|
+
require('./Tour.config_emlbg6.css');
|
2
|
+
'use strict';
|
3
|
+
|
4
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
5
|
+
|
6
|
+
var config = {
|
7
|
+
defaults: {
|
8
|
+
view: 'accent',
|
9
|
+
size: 's'
|
10
|
+
},
|
11
|
+
variations: {
|
12
|
+
view: {
|
13
|
+
"default": "d174dabd"
|
14
|
+
},
|
15
|
+
size: {
|
16
|
+
s: "s12zmmsr"
|
17
|
+
}
|
18
|
+
}
|
19
|
+
};
|
20
|
+
|
21
|
+
exports.config = config;
|
22
|
+
//# sourceMappingURL=Tour.config.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Tour.config.js","sources":["../../../../src-css/components/Tour/Tour.config.ts"],"sourcesContent":["import { tourTokens, css } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'accent',\n size: 's',\n },\n variations: {\n view: {\n default: css``,\n },\n size: {\n s: css`\n ${tourTokens.cardPadding}: 0.75rem;\n ${tourTokens.cardRadius}: 0.75rem;\n ${tourTokens.highlightRadius}: 0.75rem;\n `,\n },\n },\n};\n"],"names":["config","defaults","view","size","variations","default","s"],"mappings":";;;;AAEO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,QAAQ;AACdC,IAAAA,IAAI,EAAE,GAAA;GACT;AACDC,EAAAA,UAAU,EAAE;AACRF,IAAAA,IAAI,EAAE;MACFG,SAAO,EAAA,UAAA;KACV;AACDF,IAAAA,IAAI,EAAE;AACFG,MAAAA,CAAC,EAAA,UAAA;AAKL,KAAA;AACJ,GAAA;AACJ;;;;"}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
'use strict';
|
2
|
+
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
4
|
+
|
5
|
+
var plasmaNewHope = require('@salutejs/plasma-new-hope');
|
6
|
+
var Tour_config = require('./Tour.config.js');
|
7
|
+
|
8
|
+
var mergedConfig = /*#__PURE__*/plasmaNewHope.mergeConfig(plasmaNewHope.tourConfig, Tour_config.config);
|
9
|
+
var Tour = /*#__PURE__*/plasmaNewHope.component(mergedConfig);
|
10
|
+
|
11
|
+
exports.Tour = Tour;
|
12
|
+
//# sourceMappingURL=Tour.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Tour.js","sources":["../../../../src-css/components/Tour/Tour.ts"],"sourcesContent":["import { tourConfig, component, mergeConfig } from '@salutejs/plasma-new-hope';\n\nimport { config } from './Tour.config';\n\nconst mergedConfig = mergeConfig(tourConfig, config);\n\nexport const Tour = component(mergedConfig);\n"],"names":["mergedConfig","mergeConfig","tourConfig","config","Tour","component"],"mappings":";;;;;;;AAIA,IAAMA,YAAY,gBAAGC,yBAAW,CAACC,wBAAU,EAAEC,kBAAM,CAAC,CAAA;IAEvCC,IAAI,gBAAGC,uBAAS,CAACL,YAAY;;;;"}
|
package/css/cjs/index.css
CHANGED
@@ -162,8 +162,8 @@
|
|
162
162
|
.CalendarDouble_config_ysgolw_sn1q98q__d157eba5{--plasma-calendar-container-width:37.063rem;--plasma-calendar-container-height:17rem;--plasma-calendar-years-padding:0.5rem 0.5rem 0 0.5rem;--plasma-calendar-year-item-border-radius:0.5rem;--plasma-calendar-year-font-family:var(--plasma-typo-body-s-font-family);--plasma-calendar-year-font-size:var(--plasma-typo-body-s-font-size);--plasma-calendar-year-font-style:var(--plasma-typo-body-s-font-style);--plasma-calendar-year-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-calendar-year-line-height:var(--plasma-typo-body-s-line-height);--plasma-calendar-year-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-calendar-year-selected-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-calendar-quarters-padding:0.5rem 0.5rem 0 0.5rem;--plasma-calendar-quarter-item-border-radius:0.5rem;--plasma-calendar-quarter-font-family:var(--plasma-typo-body-s-font-family);--plasma-calendar-quarter-font-size:var(--plasma-typo-body-s-font-size);--plasma-calendar-quarter-font-style:var(--plasma-typo-body-s-font-style);--plasma-calendar-quarter-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-calendar-quarter-line-height:var(--plasma-typo-body-s-line-height);--plasma-calendar-quarter-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-calendar-quarter-selected-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-calendar-months-padding:0.5rem 0.5rem 0 0.5rem;--plasma-calendar-month-item-border-radius:0.5rem;--plasma-calendar-month-font-family:var(--plasma-typo-body-s-font-family);--plasma-calendar-month-font-size:var(--plasma-typo-body-s-font-size);--plasma-calendar-month-font-style:var(--plasma-typo-body-s-font-style);--plasma-calendar-month-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-calendar-month-line-height:var(--plasma-typo-body-s-line-height);--plasma-calendar-month-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-calendar-month-selected-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-calendar-day-item-border-radius:0.5rem;--plasma-calendar-day-font-family:var(--plasma-typo-body-s-font-family);--plasma-calendar-day-font-size:var(--plasma-typo-body-s-font-size);--plasma-calendar-day-font-style:var(--plasma-typo-body-s-font-style);--plasma-calendar-day-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-calendar-day-line-height:var(--plasma-typo-body-s-line-height);--plasma-calendar-day-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-calendar-day-selected-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-calendar-current-item-border-width:0.063rem;--plasma-calendar-arrow-container-gap:0.5rem;--plasma-calendar-days-padding:0.5rem 0 0 0;--plasma-calendar-header-padding:0 0 0 0.5rem;--plasma-calendar-header-date-gap:0.25rem;--plasma-calendar-header-font-family:var(--plasma-typo-h4-font-family);--plasma-calendar-header-font-size:var(--plasma-typo-h4-font-size);--plasma-calendar-header-font-style:var(--plasma-typo-h4-font-style);--plasma-calendar-header-font-letter-spacing:var(--plasma-typo-h4-letter-spacing);--plasma-calendar-header-line-height:var(--plasma-typo-h4-line-height);--plasma-calendar-header-font-weight:var(--plasma-typo-h4-font-weight);--plasma-calendar-header-font-weight-bold:var(--plasma-typo-h4-bold-font-weight);--plasma-calendar-icon-button-height:2.5rem;--plasma-calendar-icon-button-width:2.5rem;--plasma-calendar-icon-button-padding:1rem;--plasma-calendar-icon-button-radius:0.625rem;}
|
163
163
|
.CalendarDouble_config_ysgolw_x1nri09h__d157eba5{--plasma-calendar-container-width:37.063rem;--plasma-calendar-container-height:15.5rem;--plasma-calendar-years-padding:0.375rem 0.25rem 0 0.25rem;--plasma-calendar-year-item-border-radius:0.375rem;--plasma-calendar-year-font-family:var(--plasma-typo-body-xs-font-family);--plasma-calendar-year-font-size:var(--plasma-typo-body-xs-font-size);--plasma-calendar-year-font-style:var(--plasma-typo-body-xs-font-style);--plasma-calendar-year-font-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-calendar-year-line-height:var(--plasma-typo-body-xs-line-height);--plasma-calendar-year-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-calendar-year-selected-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-calendar-quarters-padding:0.375rem 0.25rem 0 0.25rem;--plasma-calendar-quarter-item-border-radius:0.375rem;--plasma-calendar-quarter-font-family:var(--plasma-typo-body-xs-font-family);--plasma-calendar-quarter-font-size:var(--plasma-typo-body-xs-font-size);--plasma-calendar-quarter-font-style:var(--plasma-typo-body-xs-font-style);--plasma-calendar-quarter-font-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-calendar-quarter-line-height:var(--plasma-typo-body-xs-line-height);--plasma-calendar-quarter-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-calendar-quarter-selected-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-calendar-months-padding:0.375rem 0.25rem 0 0.25rem;--plasma-calendar-month-item-border-radius:0.375rem;--plasma-calendar-month-font-family:var(--plasma-typo-body-xs-font-family);--plasma-calendar-month-font-size:var(--plasma-typo-body-xs-font-size);--plasma-calendar-month-font-style:var(--plasma-typo-body-xs-font-style);--plasma-calendar-month-font-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-calendar-month-line-height:var(--plasma-typo-body-xs-line-height);--plasma-calendar-month-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-calendar-month-selected-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-calendar-days-padding:0.375rem 0 0 0;--plasma-calendar-day-item-border-radius:0.375rem;--plasma-calendar-day-font-family:var(--plasma-typo-body-xs-font-family);--plasma-calendar-day-font-size:var(--plasma-typo-body-xs-font-size);--plasma-calendar-day-font-style:var(--plasma-typo-body-xs-font-style);--plasma-calendar-day-font-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-calendar-day-line-height:var(--plasma-typo-body-xs-line-height);--plasma-calendar-day-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-calendar-day-selected-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-calendar-current-item-border-width:0.063rem;--plasma-calendar-arrow-container-gap:0;--plasma-calendar-header-padding:0 0 0 0.5rem;--plasma-calendar-header-date-gap:0.25rem;--plasma-calendar-header-font-family:var(--plasma-typo-h5-font-family);--plasma-calendar-header-font-size:var(--plasma-typo-h5-font-size);--plasma-calendar-header-font-style:var(--plasma-typo-h5-font-style);--plasma-calendar-header-font-letter-spacing:var(--plasma-typo-h5-letter-spacing);--plasma-calendar-header-line-height:var(--plasma-typo-h5-line-height);--plasma-calendar-header-font-weight:var(--plasma-typo-h5-font-weight);--plasma-calendar-header-font-weight-bold:var(--plasma-typo-h5-bold-font-weight);--plasma-calendar-icon-button-height:2rem;--plasma-calendar-icon-button-width:2rem;--plasma-calendar-icon-button-padding:0.75rem;--plasma-calendar-icon-button-radius:0.5rem;}
|
164
164
|
|
165
|
-
.
|
166
|
-
|
165
|
+
.Carousel_config_1r461vi_dv63qpm__2a4ae68a{--plasma-carousel-pagination-dot-background:var(--surface-transparent-tertiary);--plasma-carousel-pagination-dot-active-background:var(--surface-solid-default);}
|
166
|
+
|
167
167
|
|
168
168
|
.Cell_config_iu83fc_d1r8c7fn__e648e65f{--plasma-cell-color:var(--text-primary);--plasma-cell-label-color:var(--text-secondary);--plasma-cell-title-color:var(--text-primary);--plasma-cell-subtitle-color:var(--text-secondary);--plasma-cell-background-color:transparent;}
|
169
169
|
.Cell_config_iu83fc_ljpyikk__e648e65f{--plasma-cell-width:15rem;--plasma-cell-padding:0rem;--plasma-cell-padding-left-content:0rem;--plasma-cell-padding-content:0rem;--plasma-cell-padding-right-content:0rem;--plasma-cell-textbox-gap:0.125rem;--plasma-cell-gap:0.375rem;--plasma-cell-label-font-family:var(--plasma-typo-body-m-font-family);--plasma-cell-label-font-size:var(--plasma-typo-body-m-font-size);--plasma-cell-label-font-style:var(--plasma-typo-body-m-font-style);--plasma-cell-label-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-cell-label-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-cell-label-line-height:var(--plasma-typo-body-m-line-height);--plasma-cell-title-font-family:var(--plasma-typo-body-l-font-family);--plasma-cell-title-font-size:var(--plasma-typo-body-l-font-size);--plasma-cell-title-font-style:var(--plasma-typo-body-l-font-style);--plasma-cell-title-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-cell-title-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-cell-title-line-height:var(--plasma-typo-body-l-line-height);--plasma-cell-subtitle-font-family:var(--plasma-typo-body-m-font-family);--plasma-cell-subtitle-font-size:var(--plasma-typo-body-m-font-size);--plasma-cell-subtitle-font-style:var(--plasma-typo-body-m-font-style);--plasma-cell-subtitle-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-cell-subtitle-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-cell-subtitle-line-height:var(--plasma-typo-body-m-line-height);}
|
@@ -211,18 +211,12 @@
|
|
211
211
|
.ChipGroup_config_c10q1g_dp6l87u__a38e95aa{--plasma-chip-group-items-gap:0.125rem;}
|
212
212
|
.ChipGroup_config_c10q1g_wug1gkx__a38e95aa{--plasma-chip-group-items-gap:0.5rem;}
|
213
213
|
|
214
|
-
.
|
215
|
-
.
|
216
|
-
.
|
217
|
-
|
214
|
+
.CodeField_config_7779xg_d1bb0wws__358f1b2e{--plasma-codefield-caret-color:var(--surface-accent);--plasma-codefield-caption-color:var(--text-secondary);--plasma-codefield-caption-color-error:var(--text-negative);--plasma-codefield-code-color:var(--text-primary);--plasma-codefield-code-color-error:var(--text-negative);--plasma-codefield-border-color:var(--surface-transparent-tertiary);--plasma-codefield-border-color-hover:var(--text-secondary);--plasma-codefield-border-color-focus:var(--surface-accent);--plasma-codefield-border-error-color:var(--surface-negative);}
|
215
|
+
.CodeField_config_7779xg_lfcgrq9__358f1b2e{--plasma-codefield-caption-gap:0.875rem;--plasma-codefield-code-item-gap:0.125rem;--plasma-codefield-separator-width:0.25rem;--plasma-codefield-item-width:2.75rem;--plasma-codefield-item-height:3.5rem;--plasma-codefield-font-family:var(--plasma-typo-body-l-font-family);--plasma-codefield-font-size:var(--plasma-typo-body-l-font-size);--plasma-codefield-font-style:var(--plasma-typo-body-l-font-style);--plasma-codefield-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-codefield-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-codefield-line-height:var(--plasma-typo-body-l-line-height);--plasma-codefield-caption-font-family:var(--plasma-typo-body-s-font-family);--plasma-codefield-caption-font-style:var(--plasma-typo-body-s-font-size);--plasma-codefield-caption-font-size:var(--plasma-typo-body-s-font-style);--plasma-codefield-caption-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-codefield-caption-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-codefield-caption-line-height:var(--plasma-typo-body-s-line-height);--plasma-codefield-border-width:0.063rem;--plasma-codefield-code-item-border-radius:0.875rem;--plasma-codefield-code-item-border-radius-segmented:0.375rem;--plasma-codefield-code-item-segmented-side-border-radius:0.875rem;}
|
216
|
+
.CodeField_config_7779xg_mxiurbd__358f1b2e{--plasma-codefield-caption-gap:0.75rem;--plasma-codefield-code-item-gap:0.125rem;--plasma-codefield-separator-width:0.25rem;--plasma-codefield-item-width:2.375rem;--plasma-codefield-item-height:3rem;--plasma-codefield-font-family:var(--plasma-typo-body-m-font-family);--plasma-codefield-font-size:var(--plasma-typo-body-m-font-size);--plasma-codefield-font-style:var(--plasma-typo-body-m-font-style);--plasma-codefield-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-codefield-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-codefield-line-height:var(--plasma-typo-body-m-line-height);--plasma-codefield-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-codefield-caption-font-style:var(--plasma-typo-body-xs-font-size);--plasma-codefield-caption-font-size:var(--plasma-typo-body-xs-font-style);--plasma-codefield-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-codefield-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-codefield-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-codefield-border-width:0.063rem;--plasma-codefield-code-item-border-radius:0.75rem;--plasma-codefield-code-item-border-radius-segmented:0.25rem;--plasma-codefield-code-item-segmented-side-border-radius:0.75rem;}
|
218
217
|
|
219
|
-
.CodeField_config_7y58ik_tck0g5r__769755ce{--plasma-codefield-disabled-opacity:0.4;}
|
220
218
|
|
221
|
-
.
|
222
|
-
.CodeInput_config_u44tma_l3q7trr__16249344{--plasma-codeinput-caption-gap:2.5rem;--plasma-codeinput-code-item-gap:0.75rem;--plasma-codeinput-separator-width:0.75rem;--plasma-codeinput-font-family:var(--plasma-typo-dspl-l-font-family);--plasma-codeinput-font-style:var(--plasma-typo-dspl-l-font-style);--plasma-codeinput-font-weight:var(--plasma-typo-dspl-l-bold-font-weight);--plasma-codeinput-letter-spacing:var(--plasma-typo-dspl-l-letter-spacing);--plasma-codeinput-large-font-size:8rem;--plasma-codeinput-large-line-height:8rem;--plasma-codeinput-medium-font-size:7rem;--plasma-codeinput-medium-line-height:7rem;--plasma-codeinput-small-font-size:5.5rem;--plasma-codeinput-small-line-height:5.75rem;--plasma-codeinput-caption-font-family:var(--plasma-typo-h3-font-family);--plasma-codeinput-caption-font-style:var(--plasma-typo-h3-font-size);--plasma-codeinput-caption-font-size:var(--plasma-typo-h3-font-style);--plasma-codeinput-caption-font-weight:var(--plasma-typo-h3-font-weight);--plasma-codeinput-caption-letter-spacing:var(--plasma-typo-h3-letter-spacing);--plasma-codeinput-caption-line-height:var(--plasma-typo-h3-line-height);--plasma-codeinput-item-large-width:5rem;--plasma-codeinput-item-large-height:8rem;--plasma-codeinput-item-medium-width:4.5rem;--plasma-codeinput-item-medium-height:7rem;--plasma-codeinput-item-small-width:3.5rem;--plasma-codeinput-item-small-height:5.75rem;--plasma-codeinput-item-circle-border-width:0.125rem;--plasma-codeinput-item-circle-size:1.5rem;}
|
223
|
-
.CodeInput_config_u44tma_mthn074__16249344{--plasma-codeinput-caption-gap:1.75rem;--plasma-codeinput-code-item-gap:0.5rem;--plasma-codeinput-separator-width:0.75rem;--plasma-codeinput-font-family:var(--plasma-typo-dspl-m-font-family);--plasma-codeinput-font-style:var(--plasma-typo-body-m-font-style);--plasma-codeinput-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-codeinput-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-codeinput-large-font-size:5.5rem;--plasma-codeinput-large-line-height:5.75rem;--plasma-codeinput-medium-font-size:4.5rem;--plasma-codeinput-medium-line-height:4.75rem;--plasma-codeinput-small-font-size:3.5rem;--plasma-codeinput-small-line-height:3.75rem;--plasma-codeinput-caption-font-family:var(--plasma-typo-h4-font-family);--plasma-codeinput-caption-font-style:var(--plasma-typo-h4-font-size);--plasma-codeinput-caption-font-size:var(--plasma-typo-h4-font-style);--plasma-codeinput-caption-font-weight:var(--plasma-typo-h4-font-weight);--plasma-codeinput-caption-letter-spacing:var(--plasma-typo-h4-letter-spacing);--plasma-codeinput-caption-line-height:var(--plasma-typo-h4-line-height);--plasma-codeinput-item-large-width:3.5rem;--plasma-codeinput-item-large-height:5.75rem;--plasma-codeinput-item-medium-width:3rem;--plasma-codeinput-item-medium-height:4.75rem;--plasma-codeinput-item-small-width:2.25rem;--plasma-codeinput-item-small-height:3.75rem;--plasma-codeinput-item-circle-border-width:0.094rem;--plasma-codeinput-item-circle-size:1rem;}
|
224
|
-
.CodeInput_config_u44tma_s1dk91qy__16249344{--plasma-codeinput-caption-gap:1.5rem;--plasma-codeinput-code-item-gap:0.25rem;--plasma-codeinput-separator-width:0.5rem;--plasma-codeinput-font-family:var(--plasma-typo-dspl-s-font-family);--plasma-codeinput-font-style:var(--plasma-typo-body-s-font-style);--plasma-codeinput-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-codeinput-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-codeinput-large-font-size:4rem;--plasma-codeinput-large-line-height:4.25rem;--plasma-codeinput-medium-font-size:3rem;--plasma-codeinput-medium-line-height:3.25rem;--plasma-codeinput-small-font-size:2.5rem;--plasma-codeinput-small-line-height:2.75rem;--plasma-codeinput-caption-font-family:var(--plasma-typo-h5-font-family);--plasma-codeinput-caption-font-style:var(--plasma-typo-h5-font-size);--plasma-codeinput-caption-font-size:var(--plasma-typo-h5-font-style);--plasma-codeinput-caption-font-weight:var(--plasma-typo-h5-font-weight);--plasma-codeinput-caption-letter-spacing:var(--plasma-typo-h5-letter-spacing);--plasma-codeinput-caption-line-height:var(--plasma-typo-h5-line-height);--plasma-codeinput-item-large-width:2.5rem;--plasma-codeinput-item-large-height:4.25rem;--plasma-codeinput-item-medium-width:2rem;--plasma-codeinput-item-medium-height:3.25rem;--plasma-codeinput-item-small-width:1.625rem;--plasma-codeinput-item-small-height:2.75rem;--plasma-codeinput-item-circle-border-width:0.063rem;--plasma-codeinput-item-circle-size:0.75rem;}
|
225
|
-
.CodeInput_config_u44tma_t1gsvi3c__16249344{--plasma-codeinput-disabled-opacity:0.4;}
|
219
|
+
.CodeField_config_7779xg_tck0g5r__358f1b2e{--plasma-codefield-disabled-opacity:0.4;}
|
226
220
|
|
227
221
|
.Combobox_config_g6rh1c_x1m2v3ds__76a3a875{--plasma-combobox-old-width:100%;--plasma-combobox-old-height:auto;--plasma-combobox-old-border-radius:0.5rem;--plasma-combobox-old-padding-top:0.125rem;--plasma-combobox-old-padding-right:0.125rem;--plasma-combobox-old-padding-bottom:0.125rem;--plasma-combobox-old-padding-left:0.125rem;--plasma-combobox-old-divider-color:var(--surface-transparent-tertiary);--plasma-combobox-old-divider-height:0.063rem;--plasma-combobox-old-divider-margin-top:0;--plasma-combobox-old-divider-margin-right:0.5rem;--plasma-combobox-old-divider-margin-bottom:0;--plasma-combobox-old-divider-margin-left:0.375rem;--plasma-combobox-old-item-width:auto;--plasma-combobox-old-item-height:1rem;--plasma-combobox-old-item-padding-top:0.5rem;--plasma-combobox-old-item-padding-right:0.5rem;--plasma-combobox-old-item-padding-bottom:0.5rem;--plasma-combobox-old-item-padding-left:0.375rem;--plasma-combobox-old-item-border-radius:0.375rem;--plasma-combobox-old-item-content-left-width:1.25rem;--plasma-combobox-old-item-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-old-item-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-old-item-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-old-item-letter-spacing:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-old-item-line-height:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-old-item-font-weight:var(--plasma-typo-body-xs-line-height);--plasma-combobox-old-chip-gap:0.25rem;--plasma-combobox-old-chip-border-radius:0.125rem;--plasma-combobox-old-chip-width:auto;--plasma-combobox-old-chip-height:1.25rem;--plasma-combobox-old-chip-padding:0 0.375rem 0 0.625rem;--plasma-combobox-old-chip-clear-content-margin-left:0.25rem;--plasma-combobox-old-chip-clear-content-margin-right:0rem;--plasma-combobox-old-chip-close-icon-size:0.75rem;--plasma-combobox-old-chip-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-old-chip-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-old-chip-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-old-chip-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-old-chip-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-old-chip-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-old-target-arrow-right:0.5rem;--plasma-combobox-old-target-height:2rem;--plasma-combobox-old-target-width:100%;--plasma-combobox-old-target-radius:0.5rem;--plasma-combobox-old-target-padding:0 2.5rem 0 0.75rem;--plasma-combobox-old-target-padding-has-chips:0 2.625rem 0 0.375rem;--plasma-combobox-old-target-with-input:0 2.625rem 0 0.625rem;--plasma-combobox-old-target-inner-top:0.5rem;--plasma-combobox-old-target-label-inner-top:0.375rem;--plasma-combobox-old-target-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-old-target-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-old-target-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-old-target-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-old-target-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-old-target-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-old-target-label-inner-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-old-target-label-inner-font-family:var(--plasma-typo-body-xs-font-size);--plasma-combobox-old-target-label-inner-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-old-target-label-inner-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-old-target-label-inner-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-old-target-label-inner-line-height:var(--plasma-typo-body-xs-line-height);}
|
228
222
|
.Combobox_config_g6rh1c_snjir4d__76a3a875{--plasma-combobox-old-width:100%;--plasma-combobox-old-height:auto;--plasma-combobox-old-border-radius:0.625rem;--plasma-combobox-old-padding-top:0.125rem;--plasma-combobox-old-padding-right:0.125rem;--plasma-combobox-old-padding-bottom:0.125rem;--plasma-combobox-old-padding-left:0.125rem;--plasma-combobox-old-divider-color:var(--surface-transparent-tertiary);--plasma-combobox-old-divider-height:0.063rem;--plasma-combobox-old-divider-margin-top:0;--plasma-combobox-old-divider-margin-right:0.75rem;--plasma-combobox-old-divider-margin-bottom:0;--plasma-combobox-old-divider-margin-left:0.75rem;--plasma-combobox-old-item-width:auto;--plasma-combobox-old-item-height:1.5rem;--plasma-combobox-old-item-padding-top:0.5rem;--plasma-combobox-old-item-padding-right:0.75rem;--plasma-combobox-old-item-padding-bottom:0.5rem;--plasma-combobox-old-item-padding-left:0.75rem;--plasma-combobox-old-item-border-radius:0.5rem;--plasma-combobox-old-item-content-left-width:1.75rem;--plasma-combobox-old-item-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-old-item-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-old-item-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-old-item-letter-spacing:var(--plasma-typo-body-s-font-weight);--plasma-combobox-old-item-line-height:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-old-item-font-weight:var(--plasma-typo-body-s-line-height);--plasma-combobox-old-chip-gap:0.25rem;--plasma-combobox-old-chip-border-radius:0.25rem;--plasma-combobox-old-chip-width:auto;--plasma-combobox-old-chip-height:1.75rem;--plasma-combobox-old-chip-padding:0 0.5rem 0 0.75rem;--plasma-combobox-old-chip-clear-content-margin-left:0.375rem;--plasma-combobox-old-chip-clear-content-margin-right:0rem;--plasma-combobox-old-chip-close-icon-size:0.75rem;--plasma-combobox-old-chip-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-old-chip-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-old-chip-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-old-chip-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-combobox-old-chip-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-old-chip-line-height:var(--plasma-typo-body-s-line-height);--plasma-combobox-old-target-arrow-right:0.75rem;--plasma-combobox-old-target-height:2.5rem;--plasma-combobox-old-target-width:100%;--plasma-combobox-old-target-radius:0.625rem;--plasma-combobox-old-target-padding:0 3rem 0 1rem;--plasma-combobox-old-target-padding-has-chips:0 3.125rem 0 0.375rem;--plasma-combobox-old-target-with-input:0 3.125rem 0 0.625rem;--plasma-combobox-old-target-inner-top:0.5rem;--plasma-combobox-old-target-label-inner-top:0.375rem;--plasma-combobox-old-target-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-old-target-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-old-target-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-old-target-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-combobox-old-target-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-old-target-line-height:var(--plasma-typo-body-s-line-height);--plasma-combobox-old-target-label-inner-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-combobox-old-target-label-inner-font-family:var(--plasma-typo-body-xxs-font-size);--plasma-combobox-old-target-label-inner-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-combobox-old-target-label-inner-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-combobox-old-target-label-inner-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-combobox-old-target-label-inner-line-height:var(--plasma-typo-body-xxs-line-height);}
|
@@ -749,6 +743,9 @@
|
|
749
743
|
.Tooltip_config_19fazns_mof1lw0__1c02ba0c{--plasma-tooltip-padding-top:0.6875rem;--plasma-tooltip-padding-right:0.875rem;--plasma-tooltip-padding-bottom:0.6875rem;--plasma-tooltip-padding-left:0.875rem;--plasma-tooltip-min-height:2.5rem;--plasma-tooltip-border-radius:0.625rem;--plasma-tooltip-text-font-family:var(--plasma-typo-body-s-font-family);--plasma-tooltip-text-font-size:var(--plasma-typo-body-s-font-size);--plasma-tooltip-text-font-style:var(--plasma-typo-body-s-font-style);--plasma-tooltip-text-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-tooltip-text-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-tooltip-text-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-tooltip-content-left-margin:0.375rem;--plasma-tooltip-arrow-mask-width:1.25rem;--plasma-tooltip-arrow-mask-height:1.25rem;--plasma-tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==");--plasma-tooltip-arrow-height:0.5rem;--plasma-tooltip-arrow-edge-margin:0.625rem;--plasma-tooltip-arrow-background:var(--surface-solid-card-brightness);}
|
750
744
|
.Tooltip_config_19fazns_dawvnm3__1c02ba0c{--plasma-tooltip-background-color:var(--surface-solid-card-brightness);--plasma-tooltip-box-shadow:0px 4px 12px 0px rgba(0,0,0,0.16),0px 1px 4px 0px rgba(0,0,0,0.08);--plasma-tooltip-color:var(--text-primary);}
|
751
745
|
|
746
|
+
|
747
|
+
.Tour_config_emlbg6_s12zmmsr__9b0aa5b5{--plasma-tour-card-padding:0.75rem;--plasma-tour-card-radius:0.75rem;--plasma-tour-highlight-radius:0.75rem;}
|
748
|
+
|
752
749
|
.Tree_config_1iqqtu9_de6q557__6bfe4b26{--plasma-tree-icon-folder-color:var(--text-secondary);--plasma-tree-arrow-color:var(--text-secondary);--plasma-tree-arrow-color-hover:var(--text-secondary-hover);--plasma-tree-arrow-color-active:var(--text-secondary-active);--plasma-tree-color:var(--text-secondary);--plasma-tree-color-selected:var(--text-primary);--plasma-tree-item-background-color:var(--surface-transparent-secondary);--plasma-tree-item-background-color-hover:var(--surface-transparent-secondary-hover);--plasma-tree-item-background-color-active:var(--surface-transparent-secondary-active);--plasma-tree-checkbox-border-color:var(--text-secondary);--plasma-tree-checkbox-background-color:var(--text-accent);--plasma-tree-item-disabled-opacity:0.4;--plasma-tree-item-disabled-border-color:var(--text-secondary);--plasma-tree-item-disabled-color:var(--text-secondary);}
|
753
750
|
.Tree_config_1iqqtu9_l1adci4f__6bfe4b26{--plasma-tree-item-height:3.5rem;--plasma-tree-item-padding:1rem;--plasma-tree-item-padding-tight:0.375rem;--plasma-tree-item-indent:2rem;--plasma-tree-item-border-radius:0.75rem;--plasma-tree-item-top:0.25rem;--plasma-tree-item-bottom:0.25rem;--plasma-tree-icon-folder-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin-inverted:0 0 0 0.5rem;--plasma-tree-switcher-size:1.5rem;--plasma-tree-checkbox-margin:0 0.5rem 0 0;--plasma-tree-checkbox-size:1.5rem;--plasma-tree-checkbox-inner-size:1.25rem;--plasma-tree-checkbox-border-radius:0.375rem;--plasma-tree-font-family:var(--plasma-typo-body-l-font-family);--plasma-tree-font-size:var(--plasma-typo-body-l-font-size);--plasma-tree-font-style:var(--plasma-typo-body-l-font-style);--plasma-tree-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-tree-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-tree-line-height:var(--plasma-typo-body-l-line-height);}
|
754
751
|
.Tree_config_1iqqtu9_mtlwm4v__6bfe4b26{--plasma-tree-item-height:3rem;--plasma-tree-item-padding:0.875rem;--plasma-tree-item-padding-tight:0.375rem;--plasma-tree-item-indent:2rem;--plasma-tree-item-border-radius:0.625rem;--plasma-tree-item-top:0.25rem;--plasma-tree-item-bottom:0.25rem;--plasma-tree-icon-folder-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin-inverted:0 0 0 0.5rem;--plasma-tree-switcher-size:1.5rem;--plasma-tree-checkbox-margin:0 0.5rem 0 0;--plasma-tree-checkbox-size:1.5rem;--plasma-tree-checkbox-inner-size:1.25rem;--plasma-tree-checkbox-border-radius:0.375rem;--plasma-tree-font-family:var(--plasma-typo-body-m-font-family);--plasma-tree-font-size:var(--plasma-typo-body-m-font-size);--plasma-tree-font-style:var(--plasma-typo-body-m-font-style);--plasma-tree-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-tree-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-tree-line-height:var(--plasma-typo-body-m-line-height);}
|
package/css/cjs/index.js
CHANGED
@@ -19,7 +19,6 @@ var Checkbox = require('./components/Checkbox/Checkbox.js');
|
|
19
19
|
var Chip = require('./components/Chip/Chip.js');
|
20
20
|
var ChipGroup = require('./components/ChipGroup/ChipGroup.js');
|
21
21
|
var CodeField = require('./components/CodeField/CodeField.js');
|
22
|
-
var CodeInput = require('./components/CodeInput/CodeInput.js');
|
23
22
|
var Combobox = require('./components/Combobox/Legacy/Combobox.js');
|
24
23
|
var Combobox$1 = require('./components/Combobox/Combobox.js');
|
25
24
|
var Counter = require('./components/Counter/Counter.js');
|
@@ -74,6 +73,7 @@ var TextFieldGroup = require('./components/TextFieldGroup/TextFieldGroup.js');
|
|
74
73
|
var Toast = require('./components/Toast/Toast.js');
|
75
74
|
var Toolbar = require('./components/Toolbar/Toolbar.js');
|
76
75
|
var Tooltip = require('./components/Tooltip/Tooltip.js');
|
76
|
+
var Tour = require('./components/Tour/Tour.js');
|
77
77
|
var Tree = require('./components/Tree/Tree.js');
|
78
78
|
var Typography = require('./components/Typography/Typography.js');
|
79
79
|
var index = require('./components/Typography/Old/index.js');
|
@@ -304,7 +304,6 @@ exports.Checkbox = Checkbox.Checkbox;
|
|
304
304
|
exports.Chip = Chip.Chip;
|
305
305
|
exports.ChipGroup = ChipGroup.ChipGroup;
|
306
306
|
exports.CodeField = CodeField.CodeField;
|
307
|
-
exports.CodeInput = CodeInput.CodeInput;
|
308
307
|
exports.ComboboxDivider = Combobox.ComboboxDivider;
|
309
308
|
exports.ComboboxFooter = Combobox.ComboboxFooter;
|
310
309
|
exports.ComboboxGroup = Combobox.ComboboxGroup;
|
@@ -383,6 +382,7 @@ exports.ToastProvider = Toast.ToastProvider;
|
|
383
382
|
exports.Toolbar = Toolbar.Toolbar;
|
384
383
|
exports.ToolbarDivider = Toolbar.ToolbarDivider;
|
385
384
|
exports.Tooltip = Tooltip.Tooltip;
|
385
|
+
exports.Tour = Tour.Tour;
|
386
386
|
exports.Tree = Tree.Tree;
|
387
387
|
exports.BodyL = Typography.BodyL;
|
388
388
|
exports.BodyM = Typography.BodyM;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Carousel.config.js","sources":["../../../../src-css/components/Carousel/Carousel.config.ts"],"sourcesContent":["import { css, carouselNewTokens as tokens } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'default',\n size: 's',\n },\n variations: {\n view: {\n default: css`\n ${tokens.paginationDotBackground}: var(--surface-transparent-tertiary);\n ${tokens.paginationDotActiveBackground}: var(--surface-solid-default);\n
|
1
|
+
{"version":3,"file":"Carousel.config.js","sources":["../../../../src-css/components/Carousel/Carousel.config.ts"],"sourcesContent":["import { css, carouselNewTokens as tokens } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'default',\n size: 's',\n },\n variations: {\n view: {\n default: css`\n ${tokens.paginationDotBackground}: var(--surface-transparent-tertiary);\n ${tokens.paginationDotActiveBackground}: var(--surface-solid-default);\n `,\n },\n size: {\n s: css``,\n },\n },\n};\n"],"names":["config","defaults","view","size","variations","default","s"],"mappings":"AAEO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,SAAS;AACfC,IAAAA,IAAI,EAAE,GAAA;GACT;AACDC,EAAAA,UAAU,EAAE;AACRF,IAAAA,IAAI,EAAE;MACFG,SAAO,EAAA,SAAA;KAIV;AACDF,IAAAA,IAAI,EAAE;AACFG,MAAAA,CAAC,EAAA,UAAA;AACL,KAAA;AACJ,GAAA;AACJ;;;;"}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
.
|
2
|
-
|
1
|
+
.Carousel_config_1r461vi_dv63qpm__2a4ae68a{--plasma-carousel-pagination-dot-background:var(--surface-transparent-tertiary);--plasma-carousel-pagination-dot-active-background:var(--surface-solid-default);}
|
2
|
+
|
@@ -7,7 +7,7 @@ import { config } from './Carousel.config.js';
|
|
7
7
|
var mergedConfig = /*#__PURE__*/mergeConfig(carouselNewConfig, config);
|
8
8
|
var CarouselNew = /*#__PURE__*/component(mergedConfig);
|
9
9
|
var CarouselComponent = function CarouselComponent(props, ref) {
|
10
|
-
if (typeof props.index === 'number') {
|
10
|
+
if (typeof props.index === 'number' && !Number.isNaN(props.index)) {
|
11
11
|
return /*#__PURE__*/React.createElement(CarouselOld, _extends({
|
12
12
|
ref: ref
|
13
13
|
}, props));
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Carousel.js","sources":["../../../../src-css/components/Carousel/Carousel.tsx"],"sourcesContent":["import {\n carouselNewConfig,\n component,\n mergeConfig,\n fixedForwardRef,\n} from '@salutejs/plasma-new-hope';\nimport type { ComponentProps } from 'react';\nimport React from 'react';\n\nimport { CarouselOld } from './Legacy/Carousel';\nimport { config } from './Carousel.config';\n\nconst mergedConfig = mergeConfig(carouselNewConfig, config);\nconst CarouselNew = component(mergedConfig);\n\ntype PropsOld = ComponentProps<typeof CarouselOld>;\n\ntype PropsNew = ComponentProps<typeof CarouselNew> & { index?: never };\n\ntype CarouselProps = PropsOld | PropsNew;\n\nconst CarouselComponent = (props: CarouselProps, ref: React.ForwardedRef<HTMLInputElement>) => {\n if (typeof props.index === 'number') {\n return <CarouselOld ref={ref} {...props} />;\n }\n\n return <CarouselNew ref={ref} {...props} />;\n};\n\nconst Carousel = fixedForwardRef(CarouselComponent);\n\nexport { Carousel };\nexport type { CarouselProps };\n"],"names":["mergedConfig","mergeConfig","carouselNewConfig","config","CarouselNew","component","CarouselComponent","props","ref","index","React","createElement","CarouselOld","_extends","Carousel","fixedForwardRef"],"mappings":";;;;;;AAYA,IAAMA,YAAY,gBAAGC,WAAW,CAACC,iBAAiB,EAAEC,MAAM,CAAC,CAAA;AAC3D,IAAMC,WAAW,gBAAGC,SAAS,CAACL,YAAY,CAAC,CAAA;AAQ3C,IAAMM,iBAAiB,GAAG,SAApBA,iBAAiBA,CAAIC,KAAoB,EAAEC,GAAyC,EAAK;AAC3F,EAAA,IAAI,OAAOD,KAAK,CAACE,KAAK,KAAK,QAAQ,EAAE;
|
1
|
+
{"version":3,"file":"Carousel.js","sources":["../../../../src-css/components/Carousel/Carousel.tsx"],"sourcesContent":["import {\n carouselNewConfig,\n component,\n mergeConfig,\n fixedForwardRef,\n} from '@salutejs/plasma-new-hope';\nimport type { ComponentProps } from 'react';\nimport React from 'react';\n\nimport { CarouselOld } from './Legacy/Carousel';\nimport { config } from './Carousel.config';\n\nconst mergedConfig = mergeConfig(carouselNewConfig, config);\nconst CarouselNew = component(mergedConfig);\n\ntype PropsOld = ComponentProps<typeof CarouselOld>;\n\ntype PropsNew = ComponentProps<typeof CarouselNew> & { index?: never };\n\ntype CarouselProps = PropsOld | PropsNew;\n\nconst CarouselComponent = (props: CarouselProps, ref: React.ForwardedRef<HTMLInputElement>) => {\n if (typeof props.index === 'number' && !Number.isNaN(props.index)) {\n return <CarouselOld ref={ref} {...props} />;\n }\n\n return <CarouselNew ref={ref} {...props} />;\n};\n\nconst Carousel = fixedForwardRef(CarouselComponent);\n\nexport { Carousel };\nexport type { CarouselProps };\n"],"names":["mergedConfig","mergeConfig","carouselNewConfig","config","CarouselNew","component","CarouselComponent","props","ref","index","Number","isNaN","React","createElement","CarouselOld","_extends","Carousel","fixedForwardRef"],"mappings":";;;;;;AAYA,IAAMA,YAAY,gBAAGC,WAAW,CAACC,iBAAiB,EAAEC,MAAM,CAAC,CAAA;AAC3D,IAAMC,WAAW,gBAAGC,SAAS,CAACL,YAAY,CAAC,CAAA;AAQ3C,IAAMM,iBAAiB,GAAG,SAApBA,iBAAiBA,CAAIC,KAAoB,EAAEC,GAAyC,EAAK;AAC3F,EAAA,IAAI,OAAOD,KAAK,CAACE,KAAK,KAAK,QAAQ,IAAI,CAACC,MAAM,CAACC,KAAK,CAACJ,KAAK,CAACE,KAAK,CAAC,EAAE;AAC/D,IAAA,oBAAOG,KAAA,CAAAC,aAAA,CAACC,WAAW,EAAAC,QAAA,CAAA;AAACP,MAAAA,GAAG,EAAEA,GAAAA;KAASD,EAAAA,KAAK,CAAG,CAAC,CAAA;AAC/C,GAAA;AAEA,EAAA,oBAAOK,KAAA,CAAAC,aAAA,CAACT,WAAW,EAAAW,QAAA,CAAA;AAACP,IAAAA,GAAG,EAAEA,GAAAA;GAASD,EAAAA,KAAK,CAAG,CAAC,CAAA;AAC/C,CAAC,CAAA;AAED,IAAMS,QAAQ,gBAAGC,eAAe,CAACX,iBAAiB;;;;"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"CodeField.config.js","sources":["../../../../src-css/components/CodeField/CodeField.config.ts"],"sourcesContent":["import { css, codeFieldTokens as tokens } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'default',\n size: 'l',\n shape: 'default',\n },\n variations: {\n view: {\n default: css`\n ${tokens.caretColor}: var(--surface-accent);\n\n ${tokens.captionColor}: var(--text-secondary);\n ${tokens.captionColorError}: var(--text-negative);\n\n ${tokens.codeColor}: var(--text-primary);\n ${tokens.codeColorError}: var(--text-negative);\n
|
1
|
+
{"version":3,"file":"CodeField.config.js","sources":["../../../../src-css/components/CodeField/CodeField.config.ts"],"sourcesContent":["import { css, codeFieldTokens as tokens } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'default',\n size: 'l',\n shape: 'default',\n },\n variations: {\n view: {\n default: css`\n ${tokens.caretColor}: var(--surface-accent);\n\n ${tokens.captionColor}: var(--text-secondary);\n ${tokens.captionColorError}: var(--text-negative);\n\n ${tokens.codeColor}: var(--text-primary);\n ${tokens.codeColorError}: var(--text-negative);\n\n ${tokens.borderColor}: var(--surface-transparent-tertiary);\n ${tokens.borderColorHover}: var(--text-secondary);\n ${tokens.borderColorFocus}: var(--surface-accent);\n ${tokens.borderErrorColor}: var(--surface-negative);\n `,\n },\n size: {\n l: css`\n ${tokens.captionGap}: 0.875rem;\n ${tokens.codeItemsGap}: 0.125rem;\n\n ${tokens.separatorWidth}: 0.25rem;\n\n ${tokens.codeItemWidth}: 2.75rem;\n ${tokens.codeItemHeight}: 3.5rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-l-bold-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-l-line-height);\n\n ${tokens.captionFontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.captionFontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.captionFontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.captionFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.captionLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.captionLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.borderWidth}: 0.063rem;\n ${tokens.borderRadius}: 0.875rem;\n ${tokens.borderRadiusSegmented}: 0.375rem;\n ${tokens.segmentedSideBorderRadius}: 0.875rem;\n `,\n m: css`\n ${tokens.captionGap}: 0.75rem;\n ${tokens.codeItemsGap}: 0.125rem;\n\n ${tokens.separatorWidth}: 0.25rem;\n\n ${tokens.codeItemWidth}: 2.375rem;\n ${tokens.codeItemHeight}: 3rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-m-bold-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-m-line-height);\n\n ${tokens.captionFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.captionFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.captionFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.captionFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.captionLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.captionLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.borderWidth}: 0.063rem;\n ${tokens.borderRadius}: 0.75rem;\n ${tokens.borderRadiusSegmented}: 0.25rem;\n ${tokens.segmentedSideBorderRadius}: 0.75rem;\n `,\n },\n shape: {\n default: css``,\n segmented: css``,\n },\n disabled: {\n true: css`\n ${tokens.disabledOpacity}: 0.4;\n `,\n },\n },\n};\n"],"names":["config","defaults","view","size","shape","variations","default","l","m","segmented","disabled","true"],"mappings":"AAEO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,SAAS;AACfC,IAAAA,IAAI,EAAE,GAAG;AACTC,IAAAA,KAAK,EAAE,SAAA;GACV;AACDC,EAAAA,UAAU,EAAE;AACRH,IAAAA,IAAI,EAAE;MACFI,SAAO,EAAA,UAAA;KAcV;AACDH,IAAAA,IAAI,EAAE;AACFI,MAAAA,CAAC,EA2BA,SAAA;AACDC,MAAAA,CAAC,EAAA,SAAA;KA4BJ;AACDJ,IAAAA,KAAK,EAAE;AACHE,MAAAA,SAAAA,EAAc,UAAA;AACdG,MAAAA,SAAS,EAAA,UAAA;KACZ;AACDC,IAAAA,QAAQ,EAAE;MACNC,MAAI,EAAA,SAAA;AAGR,KAAA;AACJ,GAAA;AACJ;;;;"}
|
package/css/es/components/CodeField/{CodeField.config_7y58ik.css → CodeField.config_7779xg.css}
RENAMED
@@ -1,4 +1,4 @@
|
|
1
|
-
.d1bb0wws{--plasma-codefield-caret-color:var(--surface-accent);--plasma-codefield-caption-color:var(--text-secondary);--plasma-codefield-caption-color-error:var(--text-negative);--plasma-codefield-code-color:var(--text-primary);--plasma-codefield-code-color-error:var(--text-negative);--plasma-codefield-border-color
|
1
|
+
.d1bb0wws{--plasma-codefield-caret-color:var(--surface-accent);--plasma-codefield-caption-color:var(--text-secondary);--plasma-codefield-caption-color-error:var(--text-negative);--plasma-codefield-code-color:var(--text-primary);--plasma-codefield-code-color-error:var(--text-negative);--plasma-codefield-border-color:var(--surface-transparent-tertiary);--plasma-codefield-border-color-hover:var(--text-secondary);--plasma-codefield-border-color-focus:var(--surface-accent);--plasma-codefield-border-error-color:var(--surface-negative);}
|
2
2
|
.lfcgrq9{--plasma-codefield-caption-gap:0.875rem;--plasma-codefield-code-item-gap:0.125rem;--plasma-codefield-separator-width:0.25rem;--plasma-codefield-item-width:2.75rem;--plasma-codefield-item-height:3.5rem;--plasma-codefield-font-family:var(--plasma-typo-body-l-font-family);--plasma-codefield-font-size:var(--plasma-typo-body-l-font-size);--plasma-codefield-font-style:var(--plasma-typo-body-l-font-style);--plasma-codefield-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-codefield-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-codefield-line-height:var(--plasma-typo-body-l-line-height);--plasma-codefield-caption-font-family:var(--plasma-typo-body-s-font-family);--plasma-codefield-caption-font-style:var(--plasma-typo-body-s-font-size);--plasma-codefield-caption-font-size:var(--plasma-typo-body-s-font-style);--plasma-codefield-caption-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-codefield-caption-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-codefield-caption-line-height:var(--plasma-typo-body-s-line-height);--plasma-codefield-border-width:0.063rem;--plasma-codefield-code-item-border-radius:0.875rem;--plasma-codefield-code-item-border-radius-segmented:0.375rem;--plasma-codefield-code-item-segmented-side-border-radius:0.875rem;}
|
3
3
|
.mxiurbd{--plasma-codefield-caption-gap:0.75rem;--plasma-codefield-code-item-gap:0.125rem;--plasma-codefield-separator-width:0.25rem;--plasma-codefield-item-width:2.375rem;--plasma-codefield-item-height:3rem;--plasma-codefield-font-family:var(--plasma-typo-body-m-font-family);--plasma-codefield-font-size:var(--plasma-typo-body-m-font-size);--plasma-codefield-font-style:var(--plasma-typo-body-m-font-style);--plasma-codefield-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-codefield-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-codefield-line-height:var(--plasma-typo-body-m-line-height);--plasma-codefield-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-codefield-caption-font-style:var(--plasma-typo-body-xs-font-size);--plasma-codefield-caption-font-size:var(--plasma-typo-body-xs-font-style);--plasma-codefield-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-codefield-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-codefield-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-codefield-border-width:0.063rem;--plasma-codefield-code-item-border-radius:0.75rem;--plasma-codefield-code-item-border-radius-segmented:0.25rem;--plasma-codefield-code-item-segmented-side-border-radius:0.75rem;}
|
4
4
|
|
@@ -1,6 +1,6 @@
|
|
1
|
-
.
|
2
|
-
.
|
3
|
-
.
|
1
|
+
.CodeField_config_7779xg_d1bb0wws__358f1b2e{--plasma-codefield-caret-color:var(--surface-accent);--plasma-codefield-caption-color:var(--text-secondary);--plasma-codefield-caption-color-error:var(--text-negative);--plasma-codefield-code-color:var(--text-primary);--plasma-codefield-code-color-error:var(--text-negative);--plasma-codefield-border-color:var(--surface-transparent-tertiary);--plasma-codefield-border-color-hover:var(--text-secondary);--plasma-codefield-border-color-focus:var(--surface-accent);--plasma-codefield-border-error-color:var(--surface-negative);}
|
2
|
+
.CodeField_config_7779xg_lfcgrq9__358f1b2e{--plasma-codefield-caption-gap:0.875rem;--plasma-codefield-code-item-gap:0.125rem;--plasma-codefield-separator-width:0.25rem;--plasma-codefield-item-width:2.75rem;--plasma-codefield-item-height:3.5rem;--plasma-codefield-font-family:var(--plasma-typo-body-l-font-family);--plasma-codefield-font-size:var(--plasma-typo-body-l-font-size);--plasma-codefield-font-style:var(--plasma-typo-body-l-font-style);--plasma-codefield-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-codefield-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-codefield-line-height:var(--plasma-typo-body-l-line-height);--plasma-codefield-caption-font-family:var(--plasma-typo-body-s-font-family);--plasma-codefield-caption-font-style:var(--plasma-typo-body-s-font-size);--plasma-codefield-caption-font-size:var(--plasma-typo-body-s-font-style);--plasma-codefield-caption-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-codefield-caption-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-codefield-caption-line-height:var(--plasma-typo-body-s-line-height);--plasma-codefield-border-width:0.063rem;--plasma-codefield-code-item-border-radius:0.875rem;--plasma-codefield-code-item-border-radius-segmented:0.375rem;--plasma-codefield-code-item-segmented-side-border-radius:0.875rem;}
|
3
|
+
.CodeField_config_7779xg_mxiurbd__358f1b2e{--plasma-codefield-caption-gap:0.75rem;--plasma-codefield-code-item-gap:0.125rem;--plasma-codefield-separator-width:0.25rem;--plasma-codefield-item-width:2.375rem;--plasma-codefield-item-height:3rem;--plasma-codefield-font-family:var(--plasma-typo-body-m-font-family);--plasma-codefield-font-size:var(--plasma-typo-body-m-font-size);--plasma-codefield-font-style:var(--plasma-typo-body-m-font-style);--plasma-codefield-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-codefield-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-codefield-line-height:var(--plasma-typo-body-m-line-height);--plasma-codefield-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-codefield-caption-font-style:var(--plasma-typo-body-xs-font-size);--plasma-codefield-caption-font-size:var(--plasma-typo-body-xs-font-style);--plasma-codefield-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-codefield-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-codefield-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-codefield-border-width:0.063rem;--plasma-codefield-code-item-border-radius:0.75rem;--plasma-codefield-code-item-border-radius-segmented:0.25rem;--plasma-codefield-code-item-segmented-side-border-radius:0.75rem;}
|
4
4
|
|
5
5
|
|
6
|
-
.
|
6
|
+
.CodeField_config_7779xg_tck0g5r__358f1b2e{--plasma-codefield-disabled-opacity:0.4;}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import './Tour.config_emlbg6.css';
|
2
|
+
var config = {
|
3
|
+
defaults: {
|
4
|
+
view: 'accent',
|
5
|
+
size: 's'
|
6
|
+
},
|
7
|
+
variations: {
|
8
|
+
view: {
|
9
|
+
"default": "d174dabd"
|
10
|
+
},
|
11
|
+
size: {
|
12
|
+
s: "s12zmmsr"
|
13
|
+
}
|
14
|
+
}
|
15
|
+
};
|
16
|
+
|
17
|
+
export { config };
|
18
|
+
//# sourceMappingURL=Tour.config.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Tour.config.js","sources":["../../../../src-css/components/Tour/Tour.config.ts"],"sourcesContent":["import { tourTokens, css } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'accent',\n size: 's',\n },\n variations: {\n view: {\n default: css``,\n },\n size: {\n s: css`\n ${tourTokens.cardPadding}: 0.75rem;\n ${tourTokens.cardRadius}: 0.75rem;\n ${tourTokens.highlightRadius}: 0.75rem;\n `,\n },\n },\n};\n"],"names":["config","defaults","view","size","variations","default","s"],"mappings":"AAEO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,QAAQ;AACdC,IAAAA,IAAI,EAAE,GAAA;GACT;AACDC,EAAAA,UAAU,EAAE;AACRF,IAAAA,IAAI,EAAE;MACFG,SAAO,EAAA,UAAA;KACV;AACDF,IAAAA,IAAI,EAAE;AACFG,MAAAA,CAAC,EAAA,UAAA;AAKL,KAAA;AACJ,GAAA;AACJ;;;;"}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { component, mergeConfig, tourConfig } from '@salutejs/plasma-new-hope';
|
2
|
+
import { config } from './Tour.config.js';
|
3
|
+
|
4
|
+
var mergedConfig = /*#__PURE__*/mergeConfig(tourConfig, config);
|
5
|
+
var Tour = /*#__PURE__*/component(mergedConfig);
|
6
|
+
|
7
|
+
export { Tour };
|
8
|
+
//# sourceMappingURL=Tour.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Tour.js","sources":["../../../../src-css/components/Tour/Tour.ts"],"sourcesContent":["import { tourConfig, component, mergeConfig } from '@salutejs/plasma-new-hope';\n\nimport { config } from './Tour.config';\n\nconst mergedConfig = mergeConfig(tourConfig, config);\n\nexport const Tour = component(mergedConfig);\n"],"names":["mergedConfig","mergeConfig","tourConfig","config","Tour","component"],"mappings":";;;AAIA,IAAMA,YAAY,gBAAGC,WAAW,CAACC,UAAU,EAAEC,MAAM,CAAC,CAAA;IAEvCC,IAAI,gBAAGC,SAAS,CAACL,YAAY;;;;"}
|
package/css/es/index.css
CHANGED
@@ -162,8 +162,8 @@
|
|
162
162
|
.CalendarDouble_config_ysgolw_sn1q98q__d157eba5{--plasma-calendar-container-width:37.063rem;--plasma-calendar-container-height:17rem;--plasma-calendar-years-padding:0.5rem 0.5rem 0 0.5rem;--plasma-calendar-year-item-border-radius:0.5rem;--plasma-calendar-year-font-family:var(--plasma-typo-body-s-font-family);--plasma-calendar-year-font-size:var(--plasma-typo-body-s-font-size);--plasma-calendar-year-font-style:var(--plasma-typo-body-s-font-style);--plasma-calendar-year-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-calendar-year-line-height:var(--plasma-typo-body-s-line-height);--plasma-calendar-year-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-calendar-year-selected-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-calendar-quarters-padding:0.5rem 0.5rem 0 0.5rem;--plasma-calendar-quarter-item-border-radius:0.5rem;--plasma-calendar-quarter-font-family:var(--plasma-typo-body-s-font-family);--plasma-calendar-quarter-font-size:var(--plasma-typo-body-s-font-size);--plasma-calendar-quarter-font-style:var(--plasma-typo-body-s-font-style);--plasma-calendar-quarter-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-calendar-quarter-line-height:var(--plasma-typo-body-s-line-height);--plasma-calendar-quarter-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-calendar-quarter-selected-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-calendar-months-padding:0.5rem 0.5rem 0 0.5rem;--plasma-calendar-month-item-border-radius:0.5rem;--plasma-calendar-month-font-family:var(--plasma-typo-body-s-font-family);--plasma-calendar-month-font-size:var(--plasma-typo-body-s-font-size);--plasma-calendar-month-font-style:var(--plasma-typo-body-s-font-style);--plasma-calendar-month-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-calendar-month-line-height:var(--plasma-typo-body-s-line-height);--plasma-calendar-month-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-calendar-month-selected-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-calendar-day-item-border-radius:0.5rem;--plasma-calendar-day-font-family:var(--plasma-typo-body-s-font-family);--plasma-calendar-day-font-size:var(--plasma-typo-body-s-font-size);--plasma-calendar-day-font-style:var(--plasma-typo-body-s-font-style);--plasma-calendar-day-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-calendar-day-line-height:var(--plasma-typo-body-s-line-height);--plasma-calendar-day-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-calendar-day-selected-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-calendar-current-item-border-width:0.063rem;--plasma-calendar-arrow-container-gap:0.5rem;--plasma-calendar-days-padding:0.5rem 0 0 0;--plasma-calendar-header-padding:0 0 0 0.5rem;--plasma-calendar-header-date-gap:0.25rem;--plasma-calendar-header-font-family:var(--plasma-typo-h4-font-family);--plasma-calendar-header-font-size:var(--plasma-typo-h4-font-size);--plasma-calendar-header-font-style:var(--plasma-typo-h4-font-style);--plasma-calendar-header-font-letter-spacing:var(--plasma-typo-h4-letter-spacing);--plasma-calendar-header-line-height:var(--plasma-typo-h4-line-height);--plasma-calendar-header-font-weight:var(--plasma-typo-h4-font-weight);--plasma-calendar-header-font-weight-bold:var(--plasma-typo-h4-bold-font-weight);--plasma-calendar-icon-button-height:2.5rem;--plasma-calendar-icon-button-width:2.5rem;--plasma-calendar-icon-button-padding:1rem;--plasma-calendar-icon-button-radius:0.625rem;}
|
163
163
|
.CalendarDouble_config_ysgolw_x1nri09h__d157eba5{--plasma-calendar-container-width:37.063rem;--plasma-calendar-container-height:15.5rem;--plasma-calendar-years-padding:0.375rem 0.25rem 0 0.25rem;--plasma-calendar-year-item-border-radius:0.375rem;--plasma-calendar-year-font-family:var(--plasma-typo-body-xs-font-family);--plasma-calendar-year-font-size:var(--plasma-typo-body-xs-font-size);--plasma-calendar-year-font-style:var(--plasma-typo-body-xs-font-style);--plasma-calendar-year-font-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-calendar-year-line-height:var(--plasma-typo-body-xs-line-height);--plasma-calendar-year-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-calendar-year-selected-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-calendar-quarters-padding:0.375rem 0.25rem 0 0.25rem;--plasma-calendar-quarter-item-border-radius:0.375rem;--plasma-calendar-quarter-font-family:var(--plasma-typo-body-xs-font-family);--plasma-calendar-quarter-font-size:var(--plasma-typo-body-xs-font-size);--plasma-calendar-quarter-font-style:var(--plasma-typo-body-xs-font-style);--plasma-calendar-quarter-font-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-calendar-quarter-line-height:var(--plasma-typo-body-xs-line-height);--plasma-calendar-quarter-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-calendar-quarter-selected-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-calendar-months-padding:0.375rem 0.25rem 0 0.25rem;--plasma-calendar-month-item-border-radius:0.375rem;--plasma-calendar-month-font-family:var(--plasma-typo-body-xs-font-family);--plasma-calendar-month-font-size:var(--plasma-typo-body-xs-font-size);--plasma-calendar-month-font-style:var(--plasma-typo-body-xs-font-style);--plasma-calendar-month-font-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-calendar-month-line-height:var(--plasma-typo-body-xs-line-height);--plasma-calendar-month-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-calendar-month-selected-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-calendar-days-padding:0.375rem 0 0 0;--plasma-calendar-day-item-border-radius:0.375rem;--plasma-calendar-day-font-family:var(--plasma-typo-body-xs-font-family);--plasma-calendar-day-font-size:var(--plasma-typo-body-xs-font-size);--plasma-calendar-day-font-style:var(--plasma-typo-body-xs-font-style);--plasma-calendar-day-font-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-calendar-day-line-height:var(--plasma-typo-body-xs-line-height);--plasma-calendar-day-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-calendar-day-selected-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-calendar-current-item-border-width:0.063rem;--plasma-calendar-arrow-container-gap:0;--plasma-calendar-header-padding:0 0 0 0.5rem;--plasma-calendar-header-date-gap:0.25rem;--plasma-calendar-header-font-family:var(--plasma-typo-h5-font-family);--plasma-calendar-header-font-size:var(--plasma-typo-h5-font-size);--plasma-calendar-header-font-style:var(--plasma-typo-h5-font-style);--plasma-calendar-header-font-letter-spacing:var(--plasma-typo-h5-letter-spacing);--plasma-calendar-header-line-height:var(--plasma-typo-h5-line-height);--plasma-calendar-header-font-weight:var(--plasma-typo-h5-font-weight);--plasma-calendar-header-font-weight-bold:var(--plasma-typo-h5-bold-font-weight);--plasma-calendar-icon-button-height:2rem;--plasma-calendar-icon-button-width:2rem;--plasma-calendar-icon-button-padding:0.75rem;--plasma-calendar-icon-button-radius:0.5rem;}
|
164
164
|
|
165
|
-
.
|
166
|
-
|
165
|
+
.Carousel_config_1r461vi_dv63qpm__2a4ae68a{--plasma-carousel-pagination-dot-background:var(--surface-transparent-tertiary);--plasma-carousel-pagination-dot-active-background:var(--surface-solid-default);}
|
166
|
+
|
167
167
|
|
168
168
|
.Cell_config_iu83fc_d1r8c7fn__e648e65f{--plasma-cell-color:var(--text-primary);--plasma-cell-label-color:var(--text-secondary);--plasma-cell-title-color:var(--text-primary);--plasma-cell-subtitle-color:var(--text-secondary);--plasma-cell-background-color:transparent;}
|
169
169
|
.Cell_config_iu83fc_ljpyikk__e648e65f{--plasma-cell-width:15rem;--plasma-cell-padding:0rem;--plasma-cell-padding-left-content:0rem;--plasma-cell-padding-content:0rem;--plasma-cell-padding-right-content:0rem;--plasma-cell-textbox-gap:0.125rem;--plasma-cell-gap:0.375rem;--plasma-cell-label-font-family:var(--plasma-typo-body-m-font-family);--plasma-cell-label-font-size:var(--plasma-typo-body-m-font-size);--plasma-cell-label-font-style:var(--plasma-typo-body-m-font-style);--plasma-cell-label-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-cell-label-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-cell-label-line-height:var(--plasma-typo-body-m-line-height);--plasma-cell-title-font-family:var(--plasma-typo-body-l-font-family);--plasma-cell-title-font-size:var(--plasma-typo-body-l-font-size);--plasma-cell-title-font-style:var(--plasma-typo-body-l-font-style);--plasma-cell-title-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-cell-title-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-cell-title-line-height:var(--plasma-typo-body-l-line-height);--plasma-cell-subtitle-font-family:var(--plasma-typo-body-m-font-family);--plasma-cell-subtitle-font-size:var(--plasma-typo-body-m-font-size);--plasma-cell-subtitle-font-style:var(--plasma-typo-body-m-font-style);--plasma-cell-subtitle-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-cell-subtitle-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-cell-subtitle-line-height:var(--plasma-typo-body-m-line-height);}
|
@@ -211,18 +211,12 @@
|
|
211
211
|
.ChipGroup_config_c10q1g_dp6l87u__a38e95aa{--plasma-chip-group-items-gap:0.125rem;}
|
212
212
|
.ChipGroup_config_c10q1g_wug1gkx__a38e95aa{--plasma-chip-group-items-gap:0.5rem;}
|
213
213
|
|
214
|
-
.
|
215
|
-
.
|
216
|
-
.
|
217
|
-
|
214
|
+
.CodeField_config_7779xg_d1bb0wws__358f1b2e{--plasma-codefield-caret-color:var(--surface-accent);--plasma-codefield-caption-color:var(--text-secondary);--plasma-codefield-caption-color-error:var(--text-negative);--plasma-codefield-code-color:var(--text-primary);--plasma-codefield-code-color-error:var(--text-negative);--plasma-codefield-border-color:var(--surface-transparent-tertiary);--plasma-codefield-border-color-hover:var(--text-secondary);--plasma-codefield-border-color-focus:var(--surface-accent);--plasma-codefield-border-error-color:var(--surface-negative);}
|
215
|
+
.CodeField_config_7779xg_lfcgrq9__358f1b2e{--plasma-codefield-caption-gap:0.875rem;--plasma-codefield-code-item-gap:0.125rem;--plasma-codefield-separator-width:0.25rem;--plasma-codefield-item-width:2.75rem;--plasma-codefield-item-height:3.5rem;--plasma-codefield-font-family:var(--plasma-typo-body-l-font-family);--plasma-codefield-font-size:var(--plasma-typo-body-l-font-size);--plasma-codefield-font-style:var(--plasma-typo-body-l-font-style);--plasma-codefield-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-codefield-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-codefield-line-height:var(--plasma-typo-body-l-line-height);--plasma-codefield-caption-font-family:var(--plasma-typo-body-s-font-family);--plasma-codefield-caption-font-style:var(--plasma-typo-body-s-font-size);--plasma-codefield-caption-font-size:var(--plasma-typo-body-s-font-style);--plasma-codefield-caption-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-codefield-caption-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-codefield-caption-line-height:var(--plasma-typo-body-s-line-height);--plasma-codefield-border-width:0.063rem;--plasma-codefield-code-item-border-radius:0.875rem;--plasma-codefield-code-item-border-radius-segmented:0.375rem;--plasma-codefield-code-item-segmented-side-border-radius:0.875rem;}
|
216
|
+
.CodeField_config_7779xg_mxiurbd__358f1b2e{--plasma-codefield-caption-gap:0.75rem;--plasma-codefield-code-item-gap:0.125rem;--plasma-codefield-separator-width:0.25rem;--plasma-codefield-item-width:2.375rem;--plasma-codefield-item-height:3rem;--plasma-codefield-font-family:var(--plasma-typo-body-m-font-family);--plasma-codefield-font-size:var(--plasma-typo-body-m-font-size);--plasma-codefield-font-style:var(--plasma-typo-body-m-font-style);--plasma-codefield-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-codefield-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-codefield-line-height:var(--plasma-typo-body-m-line-height);--plasma-codefield-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-codefield-caption-font-style:var(--plasma-typo-body-xs-font-size);--plasma-codefield-caption-font-size:var(--plasma-typo-body-xs-font-style);--plasma-codefield-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-codefield-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-codefield-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-codefield-border-width:0.063rem;--plasma-codefield-code-item-border-radius:0.75rem;--plasma-codefield-code-item-border-radius-segmented:0.25rem;--plasma-codefield-code-item-segmented-side-border-radius:0.75rem;}
|
218
217
|
|
219
|
-
.CodeField_config_7y58ik_tck0g5r__769755ce{--plasma-codefield-disabled-opacity:0.4;}
|
220
218
|
|
221
|
-
.
|
222
|
-
.CodeInput_config_u44tma_l3q7trr__16249344{--plasma-codeinput-caption-gap:2.5rem;--plasma-codeinput-code-item-gap:0.75rem;--plasma-codeinput-separator-width:0.75rem;--plasma-codeinput-font-family:var(--plasma-typo-dspl-l-font-family);--plasma-codeinput-font-style:var(--plasma-typo-dspl-l-font-style);--plasma-codeinput-font-weight:var(--plasma-typo-dspl-l-bold-font-weight);--plasma-codeinput-letter-spacing:var(--plasma-typo-dspl-l-letter-spacing);--plasma-codeinput-large-font-size:8rem;--plasma-codeinput-large-line-height:8rem;--plasma-codeinput-medium-font-size:7rem;--plasma-codeinput-medium-line-height:7rem;--plasma-codeinput-small-font-size:5.5rem;--plasma-codeinput-small-line-height:5.75rem;--plasma-codeinput-caption-font-family:var(--plasma-typo-h3-font-family);--plasma-codeinput-caption-font-style:var(--plasma-typo-h3-font-size);--plasma-codeinput-caption-font-size:var(--plasma-typo-h3-font-style);--plasma-codeinput-caption-font-weight:var(--plasma-typo-h3-font-weight);--plasma-codeinput-caption-letter-spacing:var(--plasma-typo-h3-letter-spacing);--plasma-codeinput-caption-line-height:var(--plasma-typo-h3-line-height);--plasma-codeinput-item-large-width:5rem;--plasma-codeinput-item-large-height:8rem;--plasma-codeinput-item-medium-width:4.5rem;--plasma-codeinput-item-medium-height:7rem;--plasma-codeinput-item-small-width:3.5rem;--plasma-codeinput-item-small-height:5.75rem;--plasma-codeinput-item-circle-border-width:0.125rem;--plasma-codeinput-item-circle-size:1.5rem;}
|
223
|
-
.CodeInput_config_u44tma_mthn074__16249344{--plasma-codeinput-caption-gap:1.75rem;--plasma-codeinput-code-item-gap:0.5rem;--plasma-codeinput-separator-width:0.75rem;--plasma-codeinput-font-family:var(--plasma-typo-dspl-m-font-family);--plasma-codeinput-font-style:var(--plasma-typo-body-m-font-style);--plasma-codeinput-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-codeinput-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-codeinput-large-font-size:5.5rem;--plasma-codeinput-large-line-height:5.75rem;--plasma-codeinput-medium-font-size:4.5rem;--plasma-codeinput-medium-line-height:4.75rem;--plasma-codeinput-small-font-size:3.5rem;--plasma-codeinput-small-line-height:3.75rem;--plasma-codeinput-caption-font-family:var(--plasma-typo-h4-font-family);--plasma-codeinput-caption-font-style:var(--plasma-typo-h4-font-size);--plasma-codeinput-caption-font-size:var(--plasma-typo-h4-font-style);--plasma-codeinput-caption-font-weight:var(--plasma-typo-h4-font-weight);--plasma-codeinput-caption-letter-spacing:var(--plasma-typo-h4-letter-spacing);--plasma-codeinput-caption-line-height:var(--plasma-typo-h4-line-height);--plasma-codeinput-item-large-width:3.5rem;--plasma-codeinput-item-large-height:5.75rem;--plasma-codeinput-item-medium-width:3rem;--plasma-codeinput-item-medium-height:4.75rem;--plasma-codeinput-item-small-width:2.25rem;--plasma-codeinput-item-small-height:3.75rem;--plasma-codeinput-item-circle-border-width:0.094rem;--plasma-codeinput-item-circle-size:1rem;}
|
224
|
-
.CodeInput_config_u44tma_s1dk91qy__16249344{--plasma-codeinput-caption-gap:1.5rem;--plasma-codeinput-code-item-gap:0.25rem;--plasma-codeinput-separator-width:0.5rem;--plasma-codeinput-font-family:var(--plasma-typo-dspl-s-font-family);--plasma-codeinput-font-style:var(--plasma-typo-body-s-font-style);--plasma-codeinput-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-codeinput-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-codeinput-large-font-size:4rem;--plasma-codeinput-large-line-height:4.25rem;--plasma-codeinput-medium-font-size:3rem;--plasma-codeinput-medium-line-height:3.25rem;--plasma-codeinput-small-font-size:2.5rem;--plasma-codeinput-small-line-height:2.75rem;--plasma-codeinput-caption-font-family:var(--plasma-typo-h5-font-family);--plasma-codeinput-caption-font-style:var(--plasma-typo-h5-font-size);--plasma-codeinput-caption-font-size:var(--plasma-typo-h5-font-style);--plasma-codeinput-caption-font-weight:var(--plasma-typo-h5-font-weight);--plasma-codeinput-caption-letter-spacing:var(--plasma-typo-h5-letter-spacing);--plasma-codeinput-caption-line-height:var(--plasma-typo-h5-line-height);--plasma-codeinput-item-large-width:2.5rem;--plasma-codeinput-item-large-height:4.25rem;--plasma-codeinput-item-medium-width:2rem;--plasma-codeinput-item-medium-height:3.25rem;--plasma-codeinput-item-small-width:1.625rem;--plasma-codeinput-item-small-height:2.75rem;--plasma-codeinput-item-circle-border-width:0.063rem;--plasma-codeinput-item-circle-size:0.75rem;}
|
225
|
-
.CodeInput_config_u44tma_t1gsvi3c__16249344{--plasma-codeinput-disabled-opacity:0.4;}
|
219
|
+
.CodeField_config_7779xg_tck0g5r__358f1b2e{--plasma-codefield-disabled-opacity:0.4;}
|
226
220
|
|
227
221
|
.Combobox_config_g6rh1c_x1m2v3ds__76a3a875{--plasma-combobox-old-width:100%;--plasma-combobox-old-height:auto;--plasma-combobox-old-border-radius:0.5rem;--plasma-combobox-old-padding-top:0.125rem;--plasma-combobox-old-padding-right:0.125rem;--plasma-combobox-old-padding-bottom:0.125rem;--plasma-combobox-old-padding-left:0.125rem;--plasma-combobox-old-divider-color:var(--surface-transparent-tertiary);--plasma-combobox-old-divider-height:0.063rem;--plasma-combobox-old-divider-margin-top:0;--plasma-combobox-old-divider-margin-right:0.5rem;--plasma-combobox-old-divider-margin-bottom:0;--plasma-combobox-old-divider-margin-left:0.375rem;--plasma-combobox-old-item-width:auto;--plasma-combobox-old-item-height:1rem;--plasma-combobox-old-item-padding-top:0.5rem;--plasma-combobox-old-item-padding-right:0.5rem;--plasma-combobox-old-item-padding-bottom:0.5rem;--plasma-combobox-old-item-padding-left:0.375rem;--plasma-combobox-old-item-border-radius:0.375rem;--plasma-combobox-old-item-content-left-width:1.25rem;--plasma-combobox-old-item-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-old-item-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-old-item-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-old-item-letter-spacing:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-old-item-line-height:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-old-item-font-weight:var(--plasma-typo-body-xs-line-height);--plasma-combobox-old-chip-gap:0.25rem;--plasma-combobox-old-chip-border-radius:0.125rem;--plasma-combobox-old-chip-width:auto;--plasma-combobox-old-chip-height:1.25rem;--plasma-combobox-old-chip-padding:0 0.375rem 0 0.625rem;--plasma-combobox-old-chip-clear-content-margin-left:0.25rem;--plasma-combobox-old-chip-clear-content-margin-right:0rem;--plasma-combobox-old-chip-close-icon-size:0.75rem;--plasma-combobox-old-chip-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-old-chip-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-old-chip-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-old-chip-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-old-chip-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-old-chip-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-old-target-arrow-right:0.5rem;--plasma-combobox-old-target-height:2rem;--plasma-combobox-old-target-width:100%;--plasma-combobox-old-target-radius:0.5rem;--plasma-combobox-old-target-padding:0 2.5rem 0 0.75rem;--plasma-combobox-old-target-padding-has-chips:0 2.625rem 0 0.375rem;--plasma-combobox-old-target-with-input:0 2.625rem 0 0.625rem;--plasma-combobox-old-target-inner-top:0.5rem;--plasma-combobox-old-target-label-inner-top:0.375rem;--plasma-combobox-old-target-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-old-target-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-old-target-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-old-target-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-old-target-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-old-target-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-old-target-label-inner-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-old-target-label-inner-font-family:var(--plasma-typo-body-xs-font-size);--plasma-combobox-old-target-label-inner-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-old-target-label-inner-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-old-target-label-inner-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-old-target-label-inner-line-height:var(--plasma-typo-body-xs-line-height);}
|
228
222
|
.Combobox_config_g6rh1c_snjir4d__76a3a875{--plasma-combobox-old-width:100%;--plasma-combobox-old-height:auto;--plasma-combobox-old-border-radius:0.625rem;--plasma-combobox-old-padding-top:0.125rem;--plasma-combobox-old-padding-right:0.125rem;--plasma-combobox-old-padding-bottom:0.125rem;--plasma-combobox-old-padding-left:0.125rem;--plasma-combobox-old-divider-color:var(--surface-transparent-tertiary);--plasma-combobox-old-divider-height:0.063rem;--plasma-combobox-old-divider-margin-top:0;--plasma-combobox-old-divider-margin-right:0.75rem;--plasma-combobox-old-divider-margin-bottom:0;--plasma-combobox-old-divider-margin-left:0.75rem;--plasma-combobox-old-item-width:auto;--plasma-combobox-old-item-height:1.5rem;--plasma-combobox-old-item-padding-top:0.5rem;--plasma-combobox-old-item-padding-right:0.75rem;--plasma-combobox-old-item-padding-bottom:0.5rem;--plasma-combobox-old-item-padding-left:0.75rem;--plasma-combobox-old-item-border-radius:0.5rem;--plasma-combobox-old-item-content-left-width:1.75rem;--plasma-combobox-old-item-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-old-item-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-old-item-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-old-item-letter-spacing:var(--plasma-typo-body-s-font-weight);--plasma-combobox-old-item-line-height:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-old-item-font-weight:var(--plasma-typo-body-s-line-height);--plasma-combobox-old-chip-gap:0.25rem;--plasma-combobox-old-chip-border-radius:0.25rem;--plasma-combobox-old-chip-width:auto;--plasma-combobox-old-chip-height:1.75rem;--plasma-combobox-old-chip-padding:0 0.5rem 0 0.75rem;--plasma-combobox-old-chip-clear-content-margin-left:0.375rem;--plasma-combobox-old-chip-clear-content-margin-right:0rem;--plasma-combobox-old-chip-close-icon-size:0.75rem;--plasma-combobox-old-chip-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-old-chip-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-old-chip-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-old-chip-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-combobox-old-chip-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-old-chip-line-height:var(--plasma-typo-body-s-line-height);--plasma-combobox-old-target-arrow-right:0.75rem;--plasma-combobox-old-target-height:2.5rem;--plasma-combobox-old-target-width:100%;--plasma-combobox-old-target-radius:0.625rem;--plasma-combobox-old-target-padding:0 3rem 0 1rem;--plasma-combobox-old-target-padding-has-chips:0 3.125rem 0 0.375rem;--plasma-combobox-old-target-with-input:0 3.125rem 0 0.625rem;--plasma-combobox-old-target-inner-top:0.5rem;--plasma-combobox-old-target-label-inner-top:0.375rem;--plasma-combobox-old-target-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-old-target-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-old-target-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-old-target-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-combobox-old-target-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-old-target-line-height:var(--plasma-typo-body-s-line-height);--plasma-combobox-old-target-label-inner-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-combobox-old-target-label-inner-font-family:var(--plasma-typo-body-xxs-font-size);--plasma-combobox-old-target-label-inner-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-combobox-old-target-label-inner-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-combobox-old-target-label-inner-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-combobox-old-target-label-inner-line-height:var(--plasma-typo-body-xxs-line-height);}
|
@@ -749,6 +743,9 @@
|
|
749
743
|
.Tooltip_config_19fazns_mof1lw0__1c02ba0c{--plasma-tooltip-padding-top:0.6875rem;--plasma-tooltip-padding-right:0.875rem;--plasma-tooltip-padding-bottom:0.6875rem;--plasma-tooltip-padding-left:0.875rem;--plasma-tooltip-min-height:2.5rem;--plasma-tooltip-border-radius:0.625rem;--plasma-tooltip-text-font-family:var(--plasma-typo-body-s-font-family);--plasma-tooltip-text-font-size:var(--plasma-typo-body-s-font-size);--plasma-tooltip-text-font-style:var(--plasma-typo-body-s-font-style);--plasma-tooltip-text-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-tooltip-text-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-tooltip-text-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-tooltip-content-left-margin:0.375rem;--plasma-tooltip-arrow-mask-width:1.25rem;--plasma-tooltip-arrow-mask-height:1.25rem;--plasma-tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==");--plasma-tooltip-arrow-height:0.5rem;--plasma-tooltip-arrow-edge-margin:0.625rem;--plasma-tooltip-arrow-background:var(--surface-solid-card-brightness);}
|
750
744
|
.Tooltip_config_19fazns_dawvnm3__1c02ba0c{--plasma-tooltip-background-color:var(--surface-solid-card-brightness);--plasma-tooltip-box-shadow:0px 4px 12px 0px rgba(0,0,0,0.16),0px 1px 4px 0px rgba(0,0,0,0.08);--plasma-tooltip-color:var(--text-primary);}
|
751
745
|
|
746
|
+
|
747
|
+
.Tour_config_emlbg6_s12zmmsr__9b0aa5b5{--plasma-tour-card-padding:0.75rem;--plasma-tour-card-radius:0.75rem;--plasma-tour-highlight-radius:0.75rem;}
|
748
|
+
|
752
749
|
.Tree_config_1iqqtu9_de6q557__6bfe4b26{--plasma-tree-icon-folder-color:var(--text-secondary);--plasma-tree-arrow-color:var(--text-secondary);--plasma-tree-arrow-color-hover:var(--text-secondary-hover);--plasma-tree-arrow-color-active:var(--text-secondary-active);--plasma-tree-color:var(--text-secondary);--plasma-tree-color-selected:var(--text-primary);--plasma-tree-item-background-color:var(--surface-transparent-secondary);--plasma-tree-item-background-color-hover:var(--surface-transparent-secondary-hover);--plasma-tree-item-background-color-active:var(--surface-transparent-secondary-active);--plasma-tree-checkbox-border-color:var(--text-secondary);--plasma-tree-checkbox-background-color:var(--text-accent);--plasma-tree-item-disabled-opacity:0.4;--plasma-tree-item-disabled-border-color:var(--text-secondary);--plasma-tree-item-disabled-color:var(--text-secondary);}
|
753
750
|
.Tree_config_1iqqtu9_l1adci4f__6bfe4b26{--plasma-tree-item-height:3.5rem;--plasma-tree-item-padding:1rem;--plasma-tree-item-padding-tight:0.375rem;--plasma-tree-item-indent:2rem;--plasma-tree-item-border-radius:0.75rem;--plasma-tree-item-top:0.25rem;--plasma-tree-item-bottom:0.25rem;--plasma-tree-icon-folder-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin-inverted:0 0 0 0.5rem;--plasma-tree-switcher-size:1.5rem;--plasma-tree-checkbox-margin:0 0.5rem 0 0;--plasma-tree-checkbox-size:1.5rem;--plasma-tree-checkbox-inner-size:1.25rem;--plasma-tree-checkbox-border-radius:0.375rem;--plasma-tree-font-family:var(--plasma-typo-body-l-font-family);--plasma-tree-font-size:var(--plasma-typo-body-l-font-size);--plasma-tree-font-style:var(--plasma-typo-body-l-font-style);--plasma-tree-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-tree-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-tree-line-height:var(--plasma-typo-body-l-line-height);}
|
754
751
|
.Tree_config_1iqqtu9_mtlwm4v__6bfe4b26{--plasma-tree-item-height:3rem;--plasma-tree-item-padding:0.875rem;--plasma-tree-item-padding-tight:0.375rem;--plasma-tree-item-indent:2rem;--plasma-tree-item-border-radius:0.625rem;--plasma-tree-item-top:0.25rem;--plasma-tree-item-bottom:0.25rem;--plasma-tree-icon-folder-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin-inverted:0 0 0 0.5rem;--plasma-tree-switcher-size:1.5rem;--plasma-tree-checkbox-margin:0 0.5rem 0 0;--plasma-tree-checkbox-size:1.5rem;--plasma-tree-checkbox-inner-size:1.25rem;--plasma-tree-checkbox-border-radius:0.375rem;--plasma-tree-font-family:var(--plasma-typo-body-m-font-family);--plasma-tree-font-size:var(--plasma-typo-body-m-font-size);--plasma-tree-font-style:var(--plasma-typo-body-m-font-style);--plasma-tree-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-tree-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-tree-line-height:var(--plasma-typo-body-m-line-height);}
|
package/css/es/index.js
CHANGED
@@ -15,7 +15,6 @@ export { Checkbox } from './components/Checkbox/Checkbox.js';
|
|
15
15
|
export { Chip } from './components/Chip/Chip.js';
|
16
16
|
export { ChipGroup } from './components/ChipGroup/ChipGroup.js';
|
17
17
|
export { CodeField } from './components/CodeField/CodeField.js';
|
18
|
-
export { CodeInput } from './components/CodeInput/CodeInput.js';
|
19
18
|
export { ComboboxDivider, ComboboxFooter, ComboboxGroup, ComboboxHeader, ComboboxItem } from './components/Combobox/Legacy/Combobox.js';
|
20
19
|
export { Combobox } from './components/Combobox/Combobox.js';
|
21
20
|
export { Counter } from './components/Counter/Counter.js';
|
@@ -70,6 +69,7 @@ export { TextFieldGroup } from './components/TextFieldGroup/TextFieldGroup.js';
|
|
70
69
|
export { Toast, ToastProvider } from './components/Toast/Toast.js';
|
71
70
|
export { Toolbar, ToolbarDivider } from './components/Toolbar/Toolbar.js';
|
72
71
|
export { Tooltip } from './components/Tooltip/Tooltip.js';
|
72
|
+
export { Tour } from './components/Tour/Tour.js';
|
73
73
|
export { Tree } from './components/Tree/Tree.js';
|
74
74
|
export { BodyL, BodyM, BodyS, BodyXS, BodyXXS, DsplL, DsplM, DsplS, H1, H2, H3, H4, H5, TextL, TextM, TextS, TextXS } from './components/Typography/Typography.js';
|
75
75
|
export { Body1, Body2, Button1, Button2, Caption, Footnote1, Footnote2, Headline1, Headline2, Headline3, Headline4, Headline5, P1, P2, ParagraphText1, ParagraphText2, Subtitle, Underline } from './components/Typography/Old/index.js';
|
package/css/index.d.ts
CHANGED
@@ -15,7 +15,6 @@ export * from '../components/Checkbox';
|
|
15
15
|
export * from '../components/Chip';
|
16
16
|
export * from '../components/ChipGroup';
|
17
17
|
export * from '../components/CodeField';
|
18
|
-
export * from '../components/CodeInput';
|
19
18
|
export * from '../components/Combobox';
|
20
19
|
export * from '../components/Counter';
|
21
20
|
export * from '../components/DatePicker';
|
@@ -68,6 +67,7 @@ export * from '../components/Toast';
|
|
68
67
|
export * from '../components/Tokens';
|
69
68
|
export * from '../components/Toolbar';
|
70
69
|
export * from '../components/Tooltip';
|
70
|
+
export * from '../components/Tour';
|
71
71
|
export * from '../components/Tree';
|
72
72
|
export * from '../components/Typography';
|
73
73
|
export * from '../components/Accordion';
|
@@ -87,7 +87,6 @@ export * from '../components/Checkbox';
|
|
87
87
|
export * from '../components/Chip';
|
88
88
|
export * from '../components/ChipGroup';
|
89
89
|
export * from '../components/CodeField';
|
90
|
-
export * from '../components/CodeInput';
|
91
90
|
export * from '../components/Combobox';
|
92
91
|
export * from '../components/Counter';
|
93
92
|
export * from '../components/DatePicker';
|
@@ -140,5 +139,6 @@ export * from '../components/Toast';
|
|
140
139
|
export * from '../components/Tokens';
|
141
140
|
export * from '../components/Toolbar';
|
142
141
|
export * from '../components/Tooltip';
|
142
|
+
export * from '../components/Tour';
|
143
143
|
export * from '../components/Tree';
|
144
144
|
export * from '../components/Typography';
|