@salutejs/plasma-new-hope 0.343.0-canary.2358.19851578667.0 → 0.343.0-canary.2362.19851604298.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/components/Autocomplete/Autocomplete.css +28 -26
- package/cjs/components/Combobox/ComboboxNew/Combobox.css +28 -26
- package/cjs/components/DatePicker/RangeDate/RangeDate.css +28 -26
- package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +28 -26
- package/cjs/components/DatePicker/SingleDate/SingleDate.css +28 -26
- package/cjs/components/DateTimePicker/DateTimePicker.css +28 -26
- package/cjs/components/DateTimePicker/ui/Input/Input.css +28 -26
- package/cjs/components/Pagination/Pagination.css +28 -26
- package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +28 -26
- package/cjs/components/Range/Range.css +28 -26
- package/cjs/components/Select/Select.css +28 -26
- package/cjs/components/Select/ui/Target/Target.css +28 -26
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.css +28 -26
- package/cjs/components/Slider/Slider.css +28 -26
- package/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +28 -26
- package/cjs/components/Table/Table.css +28 -26
- package/cjs/components/Table/ui/Cell/Cell.css +28 -26
- package/cjs/components/Table/ui/EditableCell/EditableCell.css +28 -26
- package/cjs/components/Table/ui/HeadCell/HeadCell.css +28 -26
- package/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.css +28 -26
- package/cjs/components/TextField/TextField.js +23 -16
- package/cjs/components/TextField/TextField.js.map +1 -1
- package/cjs/components/TextField/TextField.styles.js +18 -8
- package/cjs/components/TextField/TextField.styles.js.map +1 -1
- package/cjs/components/TextField/{TextField.styles_1pu4eym.css → TextField.styles_146520i.css} +1 -1
- package/cjs/components/TextField/ui/Hint/Hint.css +21 -21
- package/cjs/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.css +23 -23
- package/cjs/components/TextField/variations/_clear/base.js +9 -0
- package/cjs/components/TextField/variations/_clear/base.js.map +1 -0
- package/cjs/components/TextField/variations/_clear/base_ukg8yq.css +1 -0
- package/cjs/components/TextField/variations/_label-placement/base.js +1 -1
- package/cjs/components/TextField/variations/_label-placement/base.js.map +1 -1
- package/{es/components/TextField/variations/_label-placement/base_o4xjq1.css → cjs/components/TextField/variations/_label-placement/base_1s0mlhj.css} +1 -1
- package/cjs/components/TextField/variations/_read-only/base.js +1 -1
- package/cjs/components/TextField/variations/_read-only/base.js.map +1 -1
- package/cjs/components/TextField/variations/_read-only/base_13ohoed.css +1 -0
- package/cjs/components/TextField/variations/_view/base.js +1 -1
- package/cjs/components/TextField/variations/_view/base.js.map +1 -1
- package/{es/components/TextField/variations/_view/base_1twy16p.css → cjs/components/TextField/variations/_view/base_1diyp23.css} +1 -1
- package/cjs/components/TimePicker/TimePicker.css +28 -26
- package/cjs/index.css +28 -26
- package/cjs/utils/createConditionalComponent.js +4 -8
- package/cjs/utils/createConditionalComponent.js.map +1 -1
- package/emotion/cjs/components/TextField/TextField.js +24 -17
- package/emotion/cjs/components/TextField/TextField.styles.js +49 -46
- package/emotion/cjs/components/TextField/variations/_clear/base.js +14 -0
- package/emotion/cjs/components/TextField/variations/_label-placement/base.js +1 -1
- package/emotion/cjs/components/TextField/variations/_read-only/base.js +1 -1
- package/emotion/cjs/components/TextField/variations/_view/base.js +1 -1
- package/emotion/cjs/examples/components/Calendar/CalendarBase.config.js +8 -7
- package/emotion/cjs/examples/components/Calendar/CalendarDouble.config.js +8 -7
- package/emotion/cjs/examples/components/Combobox/Combobox.js +15 -0
- package/emotion/cjs/examples/components/TextField/TextField.config.js +25 -22
- package/emotion/cjs/examples/components/TextField/TextField.js +5 -29
- package/emotion/cjs/utils/createConditionalComponent.js +8 -76
- package/emotion/es/components/TextField/TextField.js +12 -5
- package/emotion/es/components/TextField/TextField.styles.js +49 -46
- package/emotion/es/components/TextField/variations/_clear/base.js +4 -0
- package/emotion/es/components/TextField/variations/_label-placement/base.js +2 -2
- package/emotion/es/components/TextField/variations/_read-only/base.js +1 -1
- package/emotion/es/components/TextField/variations/_view/base.js +2 -2
- package/emotion/es/examples/components/Calendar/CalendarBase.config.js +8 -7
- package/emotion/es/examples/components/Calendar/CalendarDouble.config.js +8 -7
- package/emotion/es/examples/components/TextField/TextField.config.js +25 -22
- package/emotion/es/examples/components/TextField/TextField.js +2 -15
- package/emotion/es/utils/createConditionalComponent.js +5 -37
- package/es/components/Autocomplete/Autocomplete.css +28 -26
- package/es/components/Combobox/ComboboxNew/Combobox.css +28 -26
- package/es/components/DatePicker/RangeDate/RangeDate.css +28 -26
- package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +28 -26
- package/es/components/DatePicker/SingleDate/SingleDate.css +28 -26
- package/es/components/DateTimePicker/DateTimePicker.css +28 -26
- package/es/components/DateTimePicker/ui/Input/Input.css +28 -26
- package/es/components/Pagination/Pagination.css +28 -26
- package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +28 -26
- package/es/components/Range/Range.css +28 -26
- package/es/components/Select/Select.css +28 -26
- package/es/components/Select/ui/Target/Target.css +28 -26
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.css +28 -26
- package/es/components/Slider/Slider.css +28 -26
- package/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +28 -26
- package/es/components/Table/Table.css +28 -26
- package/es/components/Table/ui/Cell/Cell.css +28 -26
- package/es/components/Table/ui/EditableCell/EditableCell.css +28 -26
- package/es/components/Table/ui/HeadCell/HeadCell.css +28 -26
- package/es/components/Table/ui/HeadCell/ui/Filter/Filter.css +28 -26
- package/es/components/TextField/TextField.js +23 -16
- package/es/components/TextField/TextField.js.map +1 -1
- package/es/components/TextField/TextField.styles.js +18 -8
- package/es/components/TextField/TextField.styles.js.map +1 -1
- package/es/components/TextField/{TextField.styles_1pu4eym.css → TextField.styles_146520i.css} +1 -1
- package/es/components/TextField/ui/Hint/Hint.css +21 -21
- package/es/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.css +23 -23
- package/es/components/TextField/variations/_clear/base.js +5 -0
- package/es/components/TextField/variations/_clear/base.js.map +1 -0
- package/es/components/TextField/variations/_clear/base_ukg8yq.css +1 -0
- package/es/components/TextField/variations/_label-placement/base.js +1 -1
- package/es/components/TextField/variations/_label-placement/base.js.map +1 -1
- package/{cjs/components/TextField/variations/_label-placement/base_o4xjq1.css → es/components/TextField/variations/_label-placement/base_1s0mlhj.css} +1 -1
- package/es/components/TextField/variations/_read-only/base.js +1 -1
- package/es/components/TextField/variations/_read-only/base.js.map +1 -1
- package/es/components/TextField/variations/_read-only/base_13ohoed.css +1 -0
- package/es/components/TextField/variations/_view/base.js +1 -1
- package/es/components/TextField/variations/_view/base.js.map +1 -1
- package/{cjs/components/TextField/variations/_view/base_1twy16p.css → es/components/TextField/variations/_view/base_1diyp23.css} +1 -1
- package/es/components/TimePicker/TimePicker.css +28 -26
- package/es/index.css +28 -26
- package/es/utils/createConditionalComponent.js +6 -10
- package/es/utils/createConditionalComponent.js.map +1 -1
- package/package.json +5 -5
- package/styled-components/cjs/components/TextField/TextField.js +23 -16
- package/styled-components/cjs/components/TextField/TextField.styles.js +32 -31
- package/styled-components/cjs/components/TextField/variations/_clear/base.js +52 -0
- package/styled-components/cjs/components/TextField/variations/_label-placement/base.js +4 -6
- package/styled-components/cjs/components/TextField/variations/_read-only/base.js +4 -3
- package/styled-components/cjs/components/TextField/variations/_view/base.js +2 -13
- package/styled-components/cjs/examples/components/Calendar/CalendarBase.config.js +87 -30
- package/styled-components/cjs/examples/components/Calendar/CalendarDouble.config.js +92 -36
- package/styled-components/cjs/examples/components/TextField/TextField.config.js +48 -10
- package/styled-components/cjs/examples/components/TextField/TextField.js +5 -29
- package/styled-components/cjs/utils/createConditionalComponent.js +8 -76
- package/styled-components/es/components/TextField/TextField.js +11 -4
- package/styled-components/es/components/TextField/TextField.styles.js +32 -31
- package/styled-components/es/components/TextField/variations/_clear/base.js +42 -0
- package/styled-components/es/components/TextField/variations/_label-placement/base.js +5 -7
- package/styled-components/es/components/TextField/variations/_read-only/base.js +4 -3
- package/styled-components/es/components/TextField/variations/_view/base.js +3 -14
- package/styled-components/es/examples/components/Calendar/CalendarBase.config.js +87 -30
- package/styled-components/es/examples/components/Calendar/CalendarDouble.config.js +92 -36
- package/styled-components/es/examples/components/Combobox/Combobox.js +0 -7
- package/styled-components/es/examples/components/TextField/TextField.config.js +48 -10
- package/styled-components/es/examples/components/TextField/TextField.js +2 -15
- package/styled-components/es/utils/createConditionalComponent.js +5 -37
- package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +0 -8
- package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +0 -8
- package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
- package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +0 -8
- package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
- package/types/components/DateTimePicker/ui/Input/Input.styles.d.ts +0 -8
- package/types/components/DateTimePicker/ui/Input/Input.styles.d.ts.map +1 -1
- package/types/components/Range/Range.styles.d.ts +0 -8
- package/types/components/Range/Range.styles.d.ts.map +1 -1
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts +0 -8
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts.map +1 -1
- package/types/components/Slider/components/Double/Double.styles.d.ts +0 -8
- package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
- package/types/components/TextField/TextField.d.ts +4 -0
- package/types/components/TextField/TextField.d.ts.map +1 -1
- package/types/components/TextField/TextField.styles.d.ts +4 -1
- package/types/components/TextField/TextField.styles.d.ts.map +1 -1
- package/types/components/TextField/TextField.types.d.ts +0 -8
- package/types/components/TextField/TextField.types.d.ts.map +1 -1
- package/types/components/TextField/variations/_clear/base.d.ts +2 -0
- package/types/components/TextField/variations/_clear/base.d.ts.map +1 -0
- package/types/components/TextField/variations/_label-placement/base.d.ts.map +1 -1
- package/types/components/TextField/variations/_read-only/base.d.ts.map +1 -1
- package/types/components/TextField/variations/_view/base.d.ts.map +1 -1
- package/types/components/TimePicker/TimePicker.styles.d.ts +0 -8
- package/types/components/TimePicker/TimePicker.styles.d.ts.map +1 -1
- package/types/examples/components/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/types/examples/components/Calendar/Calendar.d.ts +2 -0
- package/types/examples/components/Calendar/Calendar.d.ts.map +1 -1
- package/types/examples/components/Calendar/CalendarBase.config.d.ts +1 -0
- package/types/examples/components/Calendar/CalendarBase.config.d.ts.map +1 -1
- package/types/examples/components/Calendar/CalendarDouble.config.d.ts +1 -0
- package/types/examples/components/Calendar/CalendarDouble.config.d.ts.map +1 -1
- package/types/examples/components/Checkbox/Checkbox.d.ts +2 -2
- package/types/examples/components/Checkbox/Checkbox.d.ts.map +1 -1
- package/types/examples/components/Chip/Chip.d.ts +2 -2
- package/types/examples/components/Chip/Chip.d.ts.map +1 -1
- package/types/examples/components/Mask/Mask.d.ts +33 -17
- package/types/examples/components/Mask/Mask.d.ts.map +1 -1
- package/types/examples/components/NumberFormat/NumberFormat.d.ts +40 -24
- package/types/examples/components/NumberFormat/NumberFormat.d.ts.map +1 -1
- package/types/examples/components/Radiobox/Radiobox.d.ts +8 -49
- package/types/examples/components/Radiobox/Radiobox.d.ts.map +1 -1
- package/types/examples/components/TextField/TextField.config.d.ts +3 -0
- package/types/examples/components/TextField/TextField.config.d.ts.map +1 -1
- package/types/examples/components/TextField/TextField.d.ts +4 -970
- package/types/examples/components/TextField/TextField.d.ts.map +1 -1
- package/types/utils/createConditionalComponent.d.ts +1 -1
- package/types/utils/createConditionalComponent.d.ts.map +1 -1
- package/cjs/components/TextField/variations/_read-only/base_2lss3j.css +0 -1
- package/emotion/cjs/examples/components/TextField/TextField.clear.config.js +0 -59
- package/emotion/es/examples/components/TextField/TextField.clear.config.js +0 -49
- package/es/components/TextField/variations/_read-only/base_2lss3j.css +0 -1
- package/styled-components/cjs/examples/components/TextField/TextField.clear.config.js +0 -670
- package/styled-components/es/examples/components/TextField/TextField.clear.config.js +0 -660
- package/types/examples/components/TextField/TextField.clear.config.d.ts +0 -48
- package/types/examples/components/TextField/TextField.clear.config.d.ts.map +0 -1
|
@@ -45,11 +45,68 @@ export var config = {
|
|
|
45
45
|
], calendarDoubleTokens.calendarSeparatorBackground, calendarDoubleTokens.calendarBackgroundColor, calendarDoubleTokens.calendarSelectedItemBackground, calendarDoubleTokens.calendarSelectedItemColor, calendarDoubleTokens.calendarSelectableItemBackgroundHover, calendarDoubleTokens.calendarCurrentItemBorderColor, calendarDoubleTokens.calendarCurrentItemBackgroundHover, calendarDoubleTokens.calendarCurrentItemColorHover, calendarDoubleTokens.calendarCurrentItemChildBackgroundHover, calendarDoubleTokens.calendarActiveItemBackground, calendarDoubleTokens.calendarActiveItemColor, calendarDoubleTokens.calendarHoveredItemBackground, calendarDoubleTokens.calendarHoveredItemColor, calendarDoubleTokens.calendarRangeBackground, calendarDoubleTokens.calendarOutlineFocusColor, calendarDoubleTokens.calendarContentPrimaryColor, calendarDoubleTokens.calendarContentPrimaryDisabledColor, calendarDoubleTokens.calendarHeaderArrowColor, calendarDoubleTokens.calendarContentPrimaryColor, calendarDoubleTokens.calendarContentSecondaryColor, calendarDoubleTokens.calendarContentSecondaryDisabledColor, calendarDoubleTokens.calendarDisabledOpacity, calendarDoubleTokens.iconButtonColor, calendarDoubleTokens.iconButtonBackgroundColor, calendarDoubleTokens.iconButtonColorHover, calendarDoubleTokens.iconButtonBackgroundColorHover, calendarDoubleTokens.iconButtonColorActive, calendarDoubleTokens.iconButtonBackgroundColorActive, calendarDoubleTokens.iconButtonFocusColor, calendarDoubleTokens.tooltipBackgroundColor, calendarDoubleTokens.tooltipBoxShadow, calendarDoubleTokens.tooltipColor)
|
|
46
46
|
},
|
|
47
47
|
size: {
|
|
48
|
+
xl: css([
|
|
49
|
+
"",
|
|
50
|
+
":58.063rem;",
|
|
51
|
+
":28.75rem;",
|
|
52
|
+
":0.5rem 0.25rem 0 0.25rem;",
|
|
53
|
+
":0.875rem;",
|
|
54
|
+
":var(--plasma-typo-body-l-font-family);",
|
|
55
|
+
":var(--plasma-typo-body-l-font-size);",
|
|
56
|
+
":var(--plasma-typo-body-l-font-style);",
|
|
57
|
+
":var(--plasma-typo-body-l-letter-spacing);",
|
|
58
|
+
":var(--plasma-typo-body-l-line-height);",
|
|
59
|
+
":var(--plasma-typo-body-l-font-weight);",
|
|
60
|
+
":var(--plasma-typo-body-l-bold-font-weight);",
|
|
61
|
+
":0.5rem 0.25rem 0 0.25rem;",
|
|
62
|
+
":0.875rem;",
|
|
63
|
+
":var(--plasma-typo-body-l-font-family);",
|
|
64
|
+
":var(--plasma-typo-body-l-font-size);",
|
|
65
|
+
":var(--plasma-typo-body-l-font-style);",
|
|
66
|
+
":var(--plasma-typo-body-l-letter-spacing);",
|
|
67
|
+
":var(--plasma-typo-body-l-line-height);",
|
|
68
|
+
":var(--plasma-typo-body-l-font-weight);",
|
|
69
|
+
":var(--plasma-typo-body-l-bold-font-weight);",
|
|
70
|
+
":0.5rem 0.25rem 0 0.25rem;",
|
|
71
|
+
":0.875rem;",
|
|
72
|
+
":var(--plasma-typo-body-l-font-family);",
|
|
73
|
+
":var(--plasma-typo-body-l-font-size);",
|
|
74
|
+
":var(--plasma-typo-body-l-font-style);",
|
|
75
|
+
":var(--plasma-typo-body-l-letter-spacing);",
|
|
76
|
+
":var(--plasma-typo-body-l-line-height);",
|
|
77
|
+
":var(--plasma-typo-body-l-font-weight);",
|
|
78
|
+
":var(--plasma-typo-body-l-bold-font-weight);",
|
|
79
|
+
":0.5rem 0 0 0;",
|
|
80
|
+
":0.875rem;",
|
|
81
|
+
":var(--plasma-typo-body-l-font-family);",
|
|
82
|
+
":var(--plasma-typo-body-l-font-size);",
|
|
83
|
+
":var(--plasma-typo-body-l-font-style);",
|
|
84
|
+
":var(--plasma-typo-body-l-letter-spacing);",
|
|
85
|
+
":var(--plasma-typo-body-l-line-height);",
|
|
86
|
+
":var(--plasma-typo-body-l-font-weight);",
|
|
87
|
+
":var(--plasma-typo-body-l-bold-font-weight);",
|
|
88
|
+
":0.063rem;",
|
|
89
|
+
":0;",
|
|
90
|
+
":1.5rem;",
|
|
91
|
+
":0 0 0 1rem;",
|
|
92
|
+
":0.25rem;",
|
|
93
|
+
":var(--plasma-typo-h3-font-family);",
|
|
94
|
+
":var(--plasma-typo-h3-font-size);",
|
|
95
|
+
":var(--plasma-typo-h3-font-style);",
|
|
96
|
+
":var(--plasma-typo-h3-letter-spacing);",
|
|
97
|
+
":var(--plasma-typo-h3-line-height);",
|
|
98
|
+
":var(--plasma-typo-h3-font-weight);",
|
|
99
|
+
":var(--plasma-typo-h3-bold-font-weight);",
|
|
100
|
+
":4rem;",
|
|
101
|
+
":4rem;",
|
|
102
|
+
":1.25rem;",
|
|
103
|
+
":1rem;"
|
|
104
|
+
], calendarDoubleTokens.calendarContainerWidth, calendarDoubleTokens.calendarContainerHeight, calendarDoubleTokens.calendarYearsPadding, calendarDoubleTokens.calendarYearItemBorderRadius, calendarDoubleTokens.calendarYearFontFamily, calendarDoubleTokens.calendarYearFontSize, calendarDoubleTokens.calendarYearFontStyle, calendarDoubleTokens.calendarYearFontLetterSpacing, calendarDoubleTokens.calendarYearFontLineHeight, calendarDoubleTokens.calendarYearFontWeight, calendarDoubleTokens.calendarYearSelectedFontWeight, calendarDoubleTokens.calendarQuartersPadding, calendarDoubleTokens.calendarQuarterItemBorderRadius, calendarDoubleTokens.calendarQuarterFontFamily, calendarDoubleTokens.calendarQuarterFontSize, calendarDoubleTokens.calendarQuarterFontStyle, calendarDoubleTokens.calendarQuarterFontLetterSpacing, calendarDoubleTokens.calendarQuarterFontLineHeight, calendarDoubleTokens.calendarQuarterFontWeight, calendarDoubleTokens.calendarQuarterSelectedFontWeight, calendarDoubleTokens.calendarMonthsPadding, calendarDoubleTokens.calendarMonthItemBorderRadius, calendarDoubleTokens.calendarMonthFontFamily, calendarDoubleTokens.calendarMonthFontSize, calendarDoubleTokens.calendarMonthFontStyle, calendarDoubleTokens.calendarMonthFontLetterSpacing, calendarDoubleTokens.calendarMonthFontLineHeight, calendarDoubleTokens.calendarMonthFontWeight, calendarDoubleTokens.calendarMonthSelectedFontWeight, calendarDoubleTokens.calendarDaysPadding, calendarDoubleTokens.calendarDayItemBorderRadius, calendarDoubleTokens.calendarDayFontFamily, calendarDoubleTokens.calendarDayFontSize, calendarDoubleTokens.calendarDayFontStyle, calendarDoubleTokens.calendarDayFontLetterSpacing, calendarDoubleTokens.calendarDayFontLineHeight, calendarDoubleTokens.calendarDayFontWeight, calendarDoubleTokens.calendarDaySelectedFontWeight, calendarDoubleTokens.calendarCurrentItemBorderWidth, calendarDoubleTokens.calendarHeaderArrowGap, calendarDoubleTokens.calendarArrowHeaderCustomSize, calendarDoubleTokens.calendarHeaderPadding, calendarDoubleTokens.calendarHeaderDateGap, calendarDoubleTokens.calendarHeaderFontFamily, calendarDoubleTokens.calendarHeaderFontSize, calendarDoubleTokens.calendarHeaderFontStyle, calendarDoubleTokens.calendarHeaderFontLetterSpacing, calendarDoubleTokens.calendarHeaderFontLineHeight, calendarDoubleTokens.calendarHeaderFontWeight, calendarDoubleTokens.calendarHeaderFontWeightBold, calendarDoubleTokens.iconButtonHeight, calendarDoubleTokens.iconButtonWidth, calendarDoubleTokens.iconButtonPadding, calendarDoubleTokens.iconButtonRadius),
|
|
48
105
|
l: css([
|
|
49
106
|
"",
|
|
50
107
|
":51.063rem;",
|
|
51
108
|
":25rem;",
|
|
52
|
-
":0.5rem 0.
|
|
109
|
+
":0.5rem 0.25rem 0 0.25rem;",
|
|
53
110
|
":0.75rem;",
|
|
54
111
|
":var(--plasma-typo-body-l-font-family);",
|
|
55
112
|
":var(--plasma-typo-body-l-font-size);",
|
|
@@ -58,7 +115,7 @@ export var config = {
|
|
|
58
115
|
":var(--plasma-typo-body-l-line-height);",
|
|
59
116
|
":var(--plasma-typo-body-l-font-weight);",
|
|
60
117
|
":var(--plasma-typo-body-l-bold-font-weight);",
|
|
61
|
-
":0.5rem 0.
|
|
118
|
+
":0.5rem 0.25rem 0 0.25rem;",
|
|
62
119
|
":0.75rem;",
|
|
63
120
|
":var(--plasma-typo-body-l-font-family);",
|
|
64
121
|
":var(--plasma-typo-body-l-font-size);",
|
|
@@ -67,7 +124,7 @@ export var config = {
|
|
|
67
124
|
":var(--plasma-typo-body-l-line-height);",
|
|
68
125
|
":var(--plasma-typo-body-l-font-weight);",
|
|
69
126
|
":var(--plasma-typo-body-l-bold-font-weight);",
|
|
70
|
-
":0.5rem 0.
|
|
127
|
+
":0.5rem 0.25rem 0 0.25rem;",
|
|
71
128
|
":0.75rem;",
|
|
72
129
|
":var(--plasma-typo-body-l-font-family);",
|
|
73
130
|
":var(--plasma-typo-body-l-font-size);",
|
|
@@ -76,6 +133,7 @@ export var config = {
|
|
|
76
133
|
":var(--plasma-typo-body-l-line-height);",
|
|
77
134
|
":var(--plasma-typo-body-l-font-weight);",
|
|
78
135
|
":var(--plasma-typo-body-l-bold-font-weight);",
|
|
136
|
+
":0.5rem 0 0 0;",
|
|
79
137
|
":0.75rem;",
|
|
80
138
|
":var(--plasma-typo-body-l-font-family);",
|
|
81
139
|
":var(--plasma-typo-body-l-font-size);",
|
|
@@ -85,28 +143,27 @@ export var config = {
|
|
|
85
143
|
":var(--plasma-typo-body-l-font-weight);",
|
|
86
144
|
":var(--plasma-typo-body-l-bold-font-weight);",
|
|
87
145
|
":0.063rem;",
|
|
88
|
-
":0
|
|
146
|
+
":0;",
|
|
89
147
|
":1.5rem;",
|
|
90
|
-
":0.5rem 0 0 0;",
|
|
91
148
|
":0 0 0 1rem;",
|
|
92
|
-
":0.
|
|
93
|
-
":var(--plasma-typo-
|
|
94
|
-
":var(--plasma-typo-
|
|
95
|
-
":var(--plasma-typo-
|
|
96
|
-
":var(--plasma-typo-
|
|
97
|
-
":var(--plasma-typo-
|
|
98
|
-
":var(--plasma-typo-
|
|
99
|
-
":var(--plasma-typo-
|
|
149
|
+
":0.25rem;",
|
|
150
|
+
":var(--plasma-typo-h3-font-family);",
|
|
151
|
+
":var(--plasma-typo-h3-font-size);",
|
|
152
|
+
":var(--plasma-typo-h3-font-style);",
|
|
153
|
+
":var(--plasma-typo-h3-letter-spacing);",
|
|
154
|
+
":var(--plasma-typo-h3-line-height);",
|
|
155
|
+
":var(--plasma-typo-h3-font-weight);",
|
|
156
|
+
":var(--plasma-typo-h3-bold-font-weight);",
|
|
100
157
|
":3.5rem;",
|
|
101
158
|
":3.5rem;",
|
|
102
|
-
":
|
|
159
|
+
":1rem;",
|
|
103
160
|
":0.875rem;"
|
|
104
|
-
], calendarDoubleTokens.calendarContainerWidth, calendarDoubleTokens.calendarContainerHeight, calendarDoubleTokens.calendarYearsPadding, calendarDoubleTokens.calendarYearItemBorderRadius, calendarDoubleTokens.calendarYearFontFamily, calendarDoubleTokens.calendarYearFontSize, calendarDoubleTokens.calendarYearFontStyle, calendarDoubleTokens.calendarYearFontLetterSpacing, calendarDoubleTokens.calendarYearFontLineHeight, calendarDoubleTokens.calendarYearFontWeight, calendarDoubleTokens.calendarYearSelectedFontWeight, calendarDoubleTokens.calendarQuartersPadding, calendarDoubleTokens.calendarQuarterItemBorderRadius, calendarDoubleTokens.calendarQuarterFontFamily, calendarDoubleTokens.calendarQuarterFontSize, calendarDoubleTokens.calendarQuarterFontStyle, calendarDoubleTokens.calendarQuarterFontLetterSpacing, calendarDoubleTokens.calendarQuarterFontLineHeight, calendarDoubleTokens.calendarQuarterFontWeight, calendarDoubleTokens.calendarQuarterSelectedFontWeight, calendarDoubleTokens.calendarMonthsPadding, calendarDoubleTokens.calendarMonthItemBorderRadius, calendarDoubleTokens.calendarMonthFontFamily, calendarDoubleTokens.calendarMonthFontSize, calendarDoubleTokens.calendarMonthFontStyle, calendarDoubleTokens.calendarMonthFontLetterSpacing, calendarDoubleTokens.calendarMonthFontLineHeight, calendarDoubleTokens.calendarMonthFontWeight, calendarDoubleTokens.calendarMonthSelectedFontWeight, calendarDoubleTokens.calendarDayItemBorderRadius, calendarDoubleTokens.calendarDayFontFamily, calendarDoubleTokens.calendarDayFontSize, calendarDoubleTokens.calendarDayFontStyle, calendarDoubleTokens.calendarDayFontLetterSpacing, calendarDoubleTokens.calendarDayFontLineHeight, calendarDoubleTokens.calendarDayFontWeight, calendarDoubleTokens.calendarDaySelectedFontWeight, calendarDoubleTokens.calendarCurrentItemBorderWidth, calendarDoubleTokens.calendarHeaderArrowGap, calendarDoubleTokens.calendarArrowHeaderCustomSize, calendarDoubleTokens.
|
|
161
|
+
], calendarDoubleTokens.calendarContainerWidth, calendarDoubleTokens.calendarContainerHeight, calendarDoubleTokens.calendarYearsPadding, calendarDoubleTokens.calendarYearItemBorderRadius, calendarDoubleTokens.calendarYearFontFamily, calendarDoubleTokens.calendarYearFontSize, calendarDoubleTokens.calendarYearFontStyle, calendarDoubleTokens.calendarYearFontLetterSpacing, calendarDoubleTokens.calendarYearFontLineHeight, calendarDoubleTokens.calendarYearFontWeight, calendarDoubleTokens.calendarYearSelectedFontWeight, calendarDoubleTokens.calendarQuartersPadding, calendarDoubleTokens.calendarQuarterItemBorderRadius, calendarDoubleTokens.calendarQuarterFontFamily, calendarDoubleTokens.calendarQuarterFontSize, calendarDoubleTokens.calendarQuarterFontStyle, calendarDoubleTokens.calendarQuarterFontLetterSpacing, calendarDoubleTokens.calendarQuarterFontLineHeight, calendarDoubleTokens.calendarQuarterFontWeight, calendarDoubleTokens.calendarQuarterSelectedFontWeight, calendarDoubleTokens.calendarMonthsPadding, calendarDoubleTokens.calendarMonthItemBorderRadius, calendarDoubleTokens.calendarMonthFontFamily, calendarDoubleTokens.calendarMonthFontSize, calendarDoubleTokens.calendarMonthFontStyle, calendarDoubleTokens.calendarMonthFontLetterSpacing, calendarDoubleTokens.calendarMonthFontLineHeight, calendarDoubleTokens.calendarMonthFontWeight, calendarDoubleTokens.calendarMonthSelectedFontWeight, calendarDoubleTokens.calendarDaysPadding, calendarDoubleTokens.calendarDayItemBorderRadius, calendarDoubleTokens.calendarDayFontFamily, calendarDoubleTokens.calendarDayFontSize, calendarDoubleTokens.calendarDayFontStyle, calendarDoubleTokens.calendarDayFontLetterSpacing, calendarDoubleTokens.calendarDayFontLineHeight, calendarDoubleTokens.calendarDayFontWeight, calendarDoubleTokens.calendarDaySelectedFontWeight, calendarDoubleTokens.calendarCurrentItemBorderWidth, calendarDoubleTokens.calendarHeaderArrowGap, calendarDoubleTokens.calendarArrowHeaderCustomSize, calendarDoubleTokens.calendarHeaderPadding, calendarDoubleTokens.calendarHeaderDateGap, calendarDoubleTokens.calendarHeaderFontFamily, calendarDoubleTokens.calendarHeaderFontSize, calendarDoubleTokens.calendarHeaderFontStyle, calendarDoubleTokens.calendarHeaderFontLetterSpacing, calendarDoubleTokens.calendarHeaderFontLineHeight, calendarDoubleTokens.calendarHeaderFontWeight, calendarDoubleTokens.calendarHeaderFontWeightBold, calendarDoubleTokens.iconButtonHeight, calendarDoubleTokens.iconButtonWidth, calendarDoubleTokens.iconButtonPadding, calendarDoubleTokens.iconButtonRadius),
|
|
105
162
|
m: css([
|
|
106
163
|
"",
|
|
107
164
|
":44.063rem;",
|
|
108
165
|
":21rem;",
|
|
109
|
-
":0.
|
|
166
|
+
":0.375rem 0.25rem 0 0.25rem;",
|
|
110
167
|
":0.625rem;",
|
|
111
168
|
":var(--plasma-typo-body-m-font-family);",
|
|
112
169
|
":var(--plasma-typo-body-m-font-size);",
|
|
@@ -115,7 +172,7 @@ export var config = {
|
|
|
115
172
|
":var(--plasma-typo-body-m-line-height);",
|
|
116
173
|
":var(--plasma-typo-body-m-font-weight);",
|
|
117
174
|
":var(--plasma-typo-body-m-bold-font-weight);",
|
|
118
|
-
":0.
|
|
175
|
+
":0.375rem 0.25rem 0 0.25rem;",
|
|
119
176
|
":0.625rem;",
|
|
120
177
|
":var(--plasma-typo-body-m-font-family);",
|
|
121
178
|
":var(--plasma-typo-body-m-font-size);",
|
|
@@ -124,7 +181,7 @@ export var config = {
|
|
|
124
181
|
":var(--plasma-typo-body-m-line-height);",
|
|
125
182
|
":var(--plasma-typo-body-m-font-weight);",
|
|
126
183
|
":var(--plasma-typo-body-m-bold-font-weight);",
|
|
127
|
-
":0.
|
|
184
|
+
":0.375rem 0.25rem 0 0.25rem;",
|
|
128
185
|
":0.625rem;",
|
|
129
186
|
":var(--plasma-typo-body-m-font-family);",
|
|
130
187
|
":var(--plasma-typo-body-m-font-size);",
|
|
@@ -133,7 +190,7 @@ export var config = {
|
|
|
133
190
|
":var(--plasma-typo-body-m-line-height);",
|
|
134
191
|
":var(--plasma-typo-body-m-font-weight);",
|
|
135
192
|
":var(--plasma-typo-body-m-bold-font-weight);",
|
|
136
|
-
":0.
|
|
193
|
+
":0.375rem 0 0 0;",
|
|
137
194
|
":0.625rem;",
|
|
138
195
|
":var(--plasma-typo-body-m-font-family);",
|
|
139
196
|
":var(--plasma-typo-body-m-font-size);",
|
|
@@ -143,11 +200,10 @@ export var config = {
|
|
|
143
200
|
":var(--plasma-typo-body-m-font-weight);",
|
|
144
201
|
":var(--plasma-typo-body-m-bold-font-weight);",
|
|
145
202
|
":0.063rem;",
|
|
146
|
-
":0
|
|
203
|
+
":0;",
|
|
147
204
|
":1.5rem;",
|
|
148
|
-
":0.5rem 0 0 0;",
|
|
149
205
|
":0 0 0 0.75rem;",
|
|
150
|
-
":0.
|
|
206
|
+
":0.25rem;",
|
|
151
207
|
":var(--plasma-typo-h4-font-family);",
|
|
152
208
|
":var(--plasma-typo-h4-font-size);",
|
|
153
209
|
":var(--plasma-typo-h4-font-style);",
|
|
@@ -157,14 +213,14 @@ export var config = {
|
|
|
157
213
|
":var(--plasma-typo-h4-bold-font-weight);",
|
|
158
214
|
":3rem;",
|
|
159
215
|
":3rem;",
|
|
160
|
-
":
|
|
216
|
+
":0.75rem;",
|
|
161
217
|
":0.75rem;"
|
|
162
|
-
], calendarDoubleTokens.calendarContainerWidth, calendarDoubleTokens.calendarContainerHeight, calendarDoubleTokens.calendarYearsPadding, calendarDoubleTokens.calendarYearItemBorderRadius, calendarDoubleTokens.calendarYearFontFamily, calendarDoubleTokens.calendarYearFontSize, calendarDoubleTokens.calendarYearFontStyle, calendarDoubleTokens.calendarYearFontLetterSpacing, calendarDoubleTokens.calendarYearFontLineHeight, calendarDoubleTokens.calendarYearFontWeight, calendarDoubleTokens.calendarYearSelectedFontWeight, calendarDoubleTokens.calendarQuartersPadding, calendarDoubleTokens.calendarQuarterItemBorderRadius, calendarDoubleTokens.calendarQuarterFontFamily, calendarDoubleTokens.calendarQuarterFontSize, calendarDoubleTokens.calendarQuarterFontStyle, calendarDoubleTokens.calendarQuarterFontLetterSpacing, calendarDoubleTokens.calendarQuarterFontLineHeight, calendarDoubleTokens.calendarQuarterFontWeight, calendarDoubleTokens.calendarQuarterSelectedFontWeight, calendarDoubleTokens.calendarMonthsPadding, calendarDoubleTokens.calendarMonthItemBorderRadius, calendarDoubleTokens.calendarMonthFontFamily, calendarDoubleTokens.calendarMonthFontSize, calendarDoubleTokens.calendarMonthFontStyle, calendarDoubleTokens.calendarMonthFontLetterSpacing, calendarDoubleTokens.calendarMonthFontLineHeight, calendarDoubleTokens.calendarMonthFontWeight, calendarDoubleTokens.calendarMonthSelectedFontWeight, calendarDoubleTokens.calendarDaysPadding, calendarDoubleTokens.calendarDayItemBorderRadius, calendarDoubleTokens.calendarDayFontFamily, calendarDoubleTokens.calendarDayFontSize, calendarDoubleTokens.calendarDayFontStyle, calendarDoubleTokens.calendarDayFontLetterSpacing, calendarDoubleTokens.calendarDayFontLineHeight, calendarDoubleTokens.calendarDayFontWeight, calendarDoubleTokens.calendarDaySelectedFontWeight, calendarDoubleTokens.calendarCurrentItemBorderWidth, calendarDoubleTokens.calendarHeaderArrowGap, calendarDoubleTokens.calendarArrowHeaderCustomSize, calendarDoubleTokens.
|
|
218
|
+
], calendarDoubleTokens.calendarContainerWidth, calendarDoubleTokens.calendarContainerHeight, calendarDoubleTokens.calendarYearsPadding, calendarDoubleTokens.calendarYearItemBorderRadius, calendarDoubleTokens.calendarYearFontFamily, calendarDoubleTokens.calendarYearFontSize, calendarDoubleTokens.calendarYearFontStyle, calendarDoubleTokens.calendarYearFontLetterSpacing, calendarDoubleTokens.calendarYearFontLineHeight, calendarDoubleTokens.calendarYearFontWeight, calendarDoubleTokens.calendarYearSelectedFontWeight, calendarDoubleTokens.calendarQuartersPadding, calendarDoubleTokens.calendarQuarterItemBorderRadius, calendarDoubleTokens.calendarQuarterFontFamily, calendarDoubleTokens.calendarQuarterFontSize, calendarDoubleTokens.calendarQuarterFontStyle, calendarDoubleTokens.calendarQuarterFontLetterSpacing, calendarDoubleTokens.calendarQuarterFontLineHeight, calendarDoubleTokens.calendarQuarterFontWeight, calendarDoubleTokens.calendarQuarterSelectedFontWeight, calendarDoubleTokens.calendarMonthsPadding, calendarDoubleTokens.calendarMonthItemBorderRadius, calendarDoubleTokens.calendarMonthFontFamily, calendarDoubleTokens.calendarMonthFontSize, calendarDoubleTokens.calendarMonthFontStyle, calendarDoubleTokens.calendarMonthFontLetterSpacing, calendarDoubleTokens.calendarMonthFontLineHeight, calendarDoubleTokens.calendarMonthFontWeight, calendarDoubleTokens.calendarMonthSelectedFontWeight, calendarDoubleTokens.calendarDaysPadding, calendarDoubleTokens.calendarDayItemBorderRadius, calendarDoubleTokens.calendarDayFontFamily, calendarDoubleTokens.calendarDayFontSize, calendarDoubleTokens.calendarDayFontStyle, calendarDoubleTokens.calendarDayFontLetterSpacing, calendarDoubleTokens.calendarDayFontLineHeight, calendarDoubleTokens.calendarDayFontWeight, calendarDoubleTokens.calendarDaySelectedFontWeight, calendarDoubleTokens.calendarCurrentItemBorderWidth, calendarDoubleTokens.calendarHeaderArrowGap, calendarDoubleTokens.calendarArrowHeaderCustomSize, calendarDoubleTokens.calendarHeaderPadding, calendarDoubleTokens.calendarHeaderDateGap, calendarDoubleTokens.calendarHeaderFontFamily, calendarDoubleTokens.calendarHeaderFontSize, calendarDoubleTokens.calendarHeaderFontStyle, calendarDoubleTokens.calendarHeaderFontLetterSpacing, calendarDoubleTokens.calendarHeaderFontLineHeight, calendarDoubleTokens.calendarHeaderFontWeight, calendarDoubleTokens.calendarHeaderFontWeightBold, calendarDoubleTokens.iconButtonHeight, calendarDoubleTokens.iconButtonWidth, calendarDoubleTokens.iconButtonPadding, calendarDoubleTokens.iconButtonRadius),
|
|
163
219
|
s: css([
|
|
164
220
|
"",
|
|
165
221
|
":37.063rem;",
|
|
166
222
|
":17rem;",
|
|
167
|
-
":0.
|
|
223
|
+
":0.375rem 0.25rem 0 0.25rem;",
|
|
168
224
|
":0.5rem;",
|
|
169
225
|
":var(--plasma-typo-body-s-font-family);",
|
|
170
226
|
":var(--plasma-typo-body-s-font-size);",
|
|
@@ -173,7 +229,7 @@ export var config = {
|
|
|
173
229
|
":var(--plasma-typo-body-s-line-height);",
|
|
174
230
|
":var(--plasma-typo-body-s-font-weight);",
|
|
175
231
|
":var(--plasma-typo-body-s-bold-font-weight);",
|
|
176
|
-
":0.
|
|
232
|
+
":0.375rem 0.25rem 0 0.25rem;",
|
|
177
233
|
":0.5rem;",
|
|
178
234
|
":var(--plasma-typo-body-s-font-family);",
|
|
179
235
|
":var(--plasma-typo-body-s-font-size);",
|
|
@@ -182,7 +238,7 @@ export var config = {
|
|
|
182
238
|
":var(--plasma-typo-body-s-line-height);",
|
|
183
239
|
":var(--plasma-typo-body-s-font-weight);",
|
|
184
240
|
":var(--plasma-typo-body-s-bold-font-weight);",
|
|
185
|
-
":0.
|
|
241
|
+
":0.375rem 0.25rem 0 0.25rem;",
|
|
186
242
|
":0.5rem;",
|
|
187
243
|
":var(--plasma-typo-body-s-font-family);",
|
|
188
244
|
":var(--plasma-typo-body-s-font-size);",
|
|
@@ -191,6 +247,7 @@ export var config = {
|
|
|
191
247
|
":var(--plasma-typo-body-s-line-height);",
|
|
192
248
|
":var(--plasma-typo-body-s-font-weight);",
|
|
193
249
|
":var(--plasma-typo-body-s-bold-font-weight);",
|
|
250
|
+
":0.375rem 0 0 0;",
|
|
194
251
|
":0.5rem;",
|
|
195
252
|
":var(--plasma-typo-body-s-font-family);",
|
|
196
253
|
":var(--plasma-typo-body-s-font-size);",
|
|
@@ -200,9 +257,8 @@ export var config = {
|
|
|
200
257
|
":var(--plasma-typo-body-s-font-weight);",
|
|
201
258
|
":var(--plasma-typo-body-s-bold-font-weight);",
|
|
202
259
|
":0.063rem;",
|
|
203
|
-
":0
|
|
260
|
+
":0;",
|
|
204
261
|
":1.5rem;",
|
|
205
|
-
":0.5rem 0 0 0;",
|
|
206
262
|
":0 0 0 0.5rem;",
|
|
207
263
|
":0.25rem;",
|
|
208
264
|
":var(--plasma-typo-h4-font-family);",
|
|
@@ -214,15 +270,15 @@ export var config = {
|
|
|
214
270
|
":var(--plasma-typo-h4-bold-font-weight);",
|
|
215
271
|
":2.5rem;",
|
|
216
272
|
":2.5rem;",
|
|
217
|
-
":
|
|
273
|
+
":0.5rem;",
|
|
218
274
|
":0.625rem;"
|
|
219
|
-
], calendarDoubleTokens.calendarContainerWidth, calendarDoubleTokens.calendarContainerHeight, calendarDoubleTokens.calendarYearsPadding, calendarDoubleTokens.calendarYearItemBorderRadius, calendarDoubleTokens.calendarYearFontFamily, calendarDoubleTokens.calendarYearFontSize, calendarDoubleTokens.calendarYearFontStyle, calendarDoubleTokens.calendarYearFontLetterSpacing, calendarDoubleTokens.calendarYearFontLineHeight, calendarDoubleTokens.calendarYearFontWeight, calendarDoubleTokens.calendarYearSelectedFontWeight, calendarDoubleTokens.calendarQuartersPadding, calendarDoubleTokens.calendarQuarterItemBorderRadius, calendarDoubleTokens.calendarQuarterFontFamily, calendarDoubleTokens.calendarQuarterFontSize, calendarDoubleTokens.calendarQuarterFontStyle, calendarDoubleTokens.calendarQuarterFontLetterSpacing, calendarDoubleTokens.calendarQuarterFontLineHeight, calendarDoubleTokens.calendarQuarterFontWeight, calendarDoubleTokens.calendarQuarterSelectedFontWeight, calendarDoubleTokens.calendarMonthsPadding, calendarDoubleTokens.calendarMonthItemBorderRadius, calendarDoubleTokens.calendarMonthFontFamily, calendarDoubleTokens.calendarMonthFontSize, calendarDoubleTokens.calendarMonthFontStyle, calendarDoubleTokens.calendarMonthFontLetterSpacing, calendarDoubleTokens.calendarMonthFontLineHeight, calendarDoubleTokens.calendarMonthFontWeight, calendarDoubleTokens.calendarMonthSelectedFontWeight, calendarDoubleTokens.calendarDayItemBorderRadius, calendarDoubleTokens.calendarDayFontFamily, calendarDoubleTokens.calendarDayFontSize, calendarDoubleTokens.calendarDayFontStyle, calendarDoubleTokens.calendarDayFontLetterSpacing, calendarDoubleTokens.calendarDayFontLineHeight, calendarDoubleTokens.calendarDayFontWeight, calendarDoubleTokens.calendarDaySelectedFontWeight, calendarDoubleTokens.calendarCurrentItemBorderWidth, calendarDoubleTokens.calendarHeaderArrowGap, calendarDoubleTokens.calendarArrowHeaderCustomSize, calendarDoubleTokens.
|
|
275
|
+
], calendarDoubleTokens.calendarContainerWidth, calendarDoubleTokens.calendarContainerHeight, calendarDoubleTokens.calendarYearsPadding, calendarDoubleTokens.calendarYearItemBorderRadius, calendarDoubleTokens.calendarYearFontFamily, calendarDoubleTokens.calendarYearFontSize, calendarDoubleTokens.calendarYearFontStyle, calendarDoubleTokens.calendarYearFontLetterSpacing, calendarDoubleTokens.calendarYearFontLineHeight, calendarDoubleTokens.calendarYearFontWeight, calendarDoubleTokens.calendarYearSelectedFontWeight, calendarDoubleTokens.calendarQuartersPadding, calendarDoubleTokens.calendarQuarterItemBorderRadius, calendarDoubleTokens.calendarQuarterFontFamily, calendarDoubleTokens.calendarQuarterFontSize, calendarDoubleTokens.calendarQuarterFontStyle, calendarDoubleTokens.calendarQuarterFontLetterSpacing, calendarDoubleTokens.calendarQuarterFontLineHeight, calendarDoubleTokens.calendarQuarterFontWeight, calendarDoubleTokens.calendarQuarterSelectedFontWeight, calendarDoubleTokens.calendarMonthsPadding, calendarDoubleTokens.calendarMonthItemBorderRadius, calendarDoubleTokens.calendarMonthFontFamily, calendarDoubleTokens.calendarMonthFontSize, calendarDoubleTokens.calendarMonthFontStyle, calendarDoubleTokens.calendarMonthFontLetterSpacing, calendarDoubleTokens.calendarMonthFontLineHeight, calendarDoubleTokens.calendarMonthFontWeight, calendarDoubleTokens.calendarMonthSelectedFontWeight, calendarDoubleTokens.calendarDaysPadding, calendarDoubleTokens.calendarDayItemBorderRadius, calendarDoubleTokens.calendarDayFontFamily, calendarDoubleTokens.calendarDayFontSize, calendarDoubleTokens.calendarDayFontStyle, calendarDoubleTokens.calendarDayFontLetterSpacing, calendarDoubleTokens.calendarDayFontLineHeight, calendarDoubleTokens.calendarDayFontWeight, calendarDoubleTokens.calendarDaySelectedFontWeight, calendarDoubleTokens.calendarCurrentItemBorderWidth, calendarDoubleTokens.calendarHeaderArrowGap, calendarDoubleTokens.calendarArrowHeaderCustomSize, calendarDoubleTokens.calendarHeaderPadding, calendarDoubleTokens.calendarHeaderDateGap, calendarDoubleTokens.calendarHeaderFontFamily, calendarDoubleTokens.calendarHeaderFontSize, calendarDoubleTokens.calendarHeaderFontStyle, calendarDoubleTokens.calendarHeaderFontLetterSpacing, calendarDoubleTokens.calendarHeaderFontLineHeight, calendarDoubleTokens.calendarHeaderFontWeight, calendarDoubleTokens.calendarHeaderFontWeightBold, calendarDoubleTokens.iconButtonHeight, calendarDoubleTokens.iconButtonWidth, calendarDoubleTokens.iconButtonPadding, calendarDoubleTokens.iconButtonRadius),
|
|
220
276
|
xs: css([
|
|
221
277
|
"",
|
|
222
278
|
":37.063rem;",
|
|
223
279
|
":15.5rem;",
|
|
224
280
|
":0.375rem 0.25rem 0 0.25rem;",
|
|
225
|
-
":0.
|
|
281
|
+
":0.5rem;",
|
|
226
282
|
":var(--plasma-typo-body-xs-font-family);",
|
|
227
283
|
":var(--plasma-typo-body-xs-font-size);",
|
|
228
284
|
":var(--plasma-typo-body-xs-font-style);",
|
|
@@ -231,7 +287,7 @@ export var config = {
|
|
|
231
287
|
":var(--plasma-typo-body-xs-font-weight);",
|
|
232
288
|
":var(--plasma-typo-body-xs-bold-font-weight);",
|
|
233
289
|
":0.375rem 0.25rem 0 0.25rem;",
|
|
234
|
-
":0.
|
|
290
|
+
":0.5rem;",
|
|
235
291
|
":var(--plasma-typo-body-xs-font-family);",
|
|
236
292
|
":var(--plasma-typo-body-xs-font-size);",
|
|
237
293
|
":var(--plasma-typo-body-xs-font-style);",
|
|
@@ -240,7 +296,7 @@ export var config = {
|
|
|
240
296
|
":var(--plasma-typo-body-xs-font-weight);",
|
|
241
297
|
":var(--plasma-typo-body-xs-bold-font-weight);",
|
|
242
298
|
":0.375rem 0.25rem 0 0.25rem;",
|
|
243
|
-
":0.
|
|
299
|
+
":0.5rem;",
|
|
244
300
|
":var(--plasma-typo-body-xs-font-family);",
|
|
245
301
|
":var(--plasma-typo-body-xs-font-size);",
|
|
246
302
|
":var(--plasma-typo-body-xs-font-style);",
|
|
@@ -249,7 +305,7 @@ export var config = {
|
|
|
249
305
|
":var(--plasma-typo-body-xs-font-weight);",
|
|
250
306
|
":var(--plasma-typo-body-xs-bold-font-weight);",
|
|
251
307
|
":0.375rem 0 0 0;",
|
|
252
|
-
":0.
|
|
308
|
+
":0.5rem;",
|
|
253
309
|
":var(--plasma-typo-body-xs-font-family);",
|
|
254
310
|
":var(--plasma-typo-body-xs-font-size);",
|
|
255
311
|
":var(--plasma-typo-body-xs-font-style);",
|
|
@@ -271,7 +327,7 @@ export var config = {
|
|
|
271
327
|
":var(--plasma-typo-h5-bold-font-weight);",
|
|
272
328
|
":2rem;",
|
|
273
329
|
":2rem;",
|
|
274
|
-
":0.
|
|
330
|
+
":0.5rem;",
|
|
275
331
|
":0.5rem;"
|
|
276
332
|
], calendarDoubleTokens.calendarContainerWidth, calendarDoubleTokens.calendarContainerHeight, calendarDoubleTokens.calendarYearsPadding, calendarDoubleTokens.calendarYearItemBorderRadius, calendarDoubleTokens.calendarYearFontFamily, calendarDoubleTokens.calendarYearFontSize, calendarDoubleTokens.calendarYearFontStyle, calendarDoubleTokens.calendarYearFontLetterSpacing, calendarDoubleTokens.calendarYearFontLineHeight, calendarDoubleTokens.calendarYearFontWeight, calendarDoubleTokens.calendarYearSelectedFontWeight, calendarDoubleTokens.calendarQuartersPadding, calendarDoubleTokens.calendarQuarterItemBorderRadius, calendarDoubleTokens.calendarQuarterFontFamily, calendarDoubleTokens.calendarQuarterFontSize, calendarDoubleTokens.calendarQuarterFontStyle, calendarDoubleTokens.calendarQuarterFontLetterSpacing, calendarDoubleTokens.calendarQuarterFontLineHeight, calendarDoubleTokens.calendarQuarterFontWeight, calendarDoubleTokens.calendarQuarterSelectedFontWeight, calendarDoubleTokens.calendarMonthsPadding, calendarDoubleTokens.calendarMonthItemBorderRadius, calendarDoubleTokens.calendarMonthFontFamily, calendarDoubleTokens.calendarMonthFontSize, calendarDoubleTokens.calendarMonthFontStyle, calendarDoubleTokens.calendarMonthFontLetterSpacing, calendarDoubleTokens.calendarMonthFontLineHeight, calendarDoubleTokens.calendarMonthFontWeight, calendarDoubleTokens.calendarMonthSelectedFontWeight, calendarDoubleTokens.calendarDaysPadding, calendarDoubleTokens.calendarDayItemBorderRadius, calendarDoubleTokens.calendarDayFontFamily, calendarDoubleTokens.calendarDayFontSize, calendarDoubleTokens.calendarDayFontStyle, calendarDoubleTokens.calendarDayFontLetterSpacing, calendarDoubleTokens.calendarDayFontLineHeight, calendarDoubleTokens.calendarDayFontWeight, calendarDoubleTokens.calendarDaySelectedFontWeight, calendarDoubleTokens.calendarCurrentItemBorderWidth, calendarDoubleTokens.calendarHeaderArrowGap, calendarDoubleTokens.calendarArrowHeaderCustomSize, calendarDoubleTokens.calendarHeaderPadding, calendarDoubleTokens.calendarHeaderDateGap, calendarDoubleTokens.calendarHeaderFontFamily, calendarDoubleTokens.calendarHeaderFontSize, calendarDoubleTokens.calendarHeaderFontStyle, calendarDoubleTokens.calendarHeaderFontLetterSpacing, calendarDoubleTokens.calendarHeaderFontLineHeight, calendarDoubleTokens.calendarHeaderFontWeight, calendarDoubleTokens.calendarHeaderFontWeightBold, calendarDoubleTokens.iconButtonHeight, calendarDoubleTokens.iconButtonWidth, calendarDoubleTokens.iconButtonPadding, calendarDoubleTokens.iconButtonRadius)
|
|
277
333
|
},
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { component, mergeConfig } from "../../../engines";
|
|
2
|
-
import { comboboxNewConfig } from "../../..";
|
|
3
|
-
import { config } from "./Combobox.config";
|
|
4
|
-
var mergedConfig = mergeConfig(comboboxNewConfig, config);
|
|
5
|
-
var ComboboxComponent = component(mergedConfig);
|
|
6
|
-
var Combobox = ComboboxComponent;
|
|
7
|
-
export { Combobox };
|
|
@@ -11,6 +11,9 @@ export var config = {
|
|
|
11
11
|
default: css([
|
|
12
12
|
"",
|
|
13
13
|
":var(--text-primary);",
|
|
14
|
+
":var(--text-primary);",
|
|
15
|
+
":var(--text-secondary);",
|
|
16
|
+
":var(--text-tertiary);",
|
|
14
17
|
":var(--text-secondary);",
|
|
15
18
|
":var(--text-tertiary);",
|
|
16
19
|
":var(--surface-transparent-primary);",
|
|
@@ -32,12 +35,15 @@ export var config = {
|
|
|
32
35
|
":var(--text-accent);",
|
|
33
36
|
":var(--surface-negative);",
|
|
34
37
|
":var(--text-tertiary);"
|
|
35
|
-
], tokens.color, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.backgroundColor, tokens.backgroundColorHover, tokens.backgroundColorFocus, tokens.caretColor, tokens.textBeforeColor, tokens.textAfterColor, tokens.labelColor, tokens.leftHelperColor, tokens.titleCaptionColor, tokens.hintIconColor, tokens.contentSlotColor, tokens.contentSlotColorHover, tokens.contentSlotColorActive, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.focusColor, tokens.indicatorColor, tokens.optionalColor),
|
|
38
|
+
], tokens.color, tokens.clearColor, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.clearPlaceholderColor, tokens.clearPlaceholderColorFocus, tokens.backgroundColor, tokens.backgroundColorHover, tokens.backgroundColorFocus, tokens.caretColor, tokens.textBeforeColor, tokens.textAfterColor, tokens.labelColor, tokens.leftHelperColor, tokens.titleCaptionColor, tokens.hintIconColor, tokens.contentSlotColor, tokens.contentSlotColorHover, tokens.contentSlotColorActive, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.focusColor, tokens.indicatorColor, tokens.optionalColor),
|
|
36
39
|
positive: css([
|
|
37
40
|
"",
|
|
38
41
|
":var(--text-primary);",
|
|
42
|
+
":var(--text-positive);",
|
|
39
43
|
":var(--text-secondary);",
|
|
40
44
|
":var(--text-tertiary);",
|
|
45
|
+
":var(--text-positive);",
|
|
46
|
+
":var(--text-positive);",
|
|
41
47
|
":var(--surface-transparent-positive);",
|
|
42
48
|
":var(--surface-transparent-positive-hover);",
|
|
43
49
|
":var(--surface-transparent-positive-active);",
|
|
@@ -57,12 +63,15 @@ export var config = {
|
|
|
57
63
|
":var(--text-accent);",
|
|
58
64
|
":var(--surface-negative);",
|
|
59
65
|
":var(--text-tertiary);"
|
|
60
|
-
], tokens.color, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.backgroundColor, tokens.backgroundColorHover, tokens.backgroundColorFocus, tokens.caretColor, tokens.textBeforeColor, tokens.textAfterColor, tokens.labelColor, tokens.leftHelperColor, tokens.titleCaptionColor, tokens.hintIconColor, tokens.contentSlotColor, tokens.contentSlotColorHover, tokens.contentSlotColorActive, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.focusColor, tokens.indicatorColor, tokens.optionalColor),
|
|
66
|
+
], tokens.color, tokens.clearColor, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.clearPlaceholderColor, tokens.clearPlaceholderColorFocus, tokens.backgroundColor, tokens.backgroundColorHover, tokens.backgroundColorFocus, tokens.caretColor, tokens.textBeforeColor, tokens.textAfterColor, tokens.labelColor, tokens.leftHelperColor, tokens.titleCaptionColor, tokens.hintIconColor, tokens.contentSlotColor, tokens.contentSlotColorHover, tokens.contentSlotColorActive, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.focusColor, tokens.indicatorColor, tokens.optionalColor),
|
|
61
67
|
warning: css([
|
|
62
68
|
"",
|
|
63
69
|
":var(--text-primary);",
|
|
70
|
+
":var(--text-warning);",
|
|
64
71
|
":var(--text-secondary);",
|
|
65
72
|
":var(--text-tertiary);",
|
|
73
|
+
":var(--text-warning);",
|
|
74
|
+
":var(--text-warning);",
|
|
66
75
|
":var(--surface-transparent-warning);",
|
|
67
76
|
":var(--surface-transparent-warning-hover);",
|
|
68
77
|
":var(--surface-transparent-warning-active);",
|
|
@@ -82,12 +91,15 @@ export var config = {
|
|
|
82
91
|
":var(--text-accent);",
|
|
83
92
|
":var(--surface-negative);",
|
|
84
93
|
":var(--text-tertiary);"
|
|
85
|
-
], tokens.color, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.backgroundColor, tokens.backgroundColorHover, tokens.backgroundColorFocus, tokens.caretColor, tokens.textBeforeColor, tokens.textAfterColor, tokens.labelColor, tokens.leftHelperColor, tokens.titleCaptionColor, tokens.hintIconColor, tokens.contentSlotColor, tokens.contentSlotColorHover, tokens.contentSlotColorActive, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.focusColor, tokens.indicatorColor, tokens.optionalColor),
|
|
94
|
+
], tokens.color, tokens.clearColor, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.clearPlaceholderColor, tokens.clearPlaceholderColorFocus, tokens.backgroundColor, tokens.backgroundColorHover, tokens.backgroundColorFocus, tokens.caretColor, tokens.textBeforeColor, tokens.textAfterColor, tokens.labelColor, tokens.leftHelperColor, tokens.titleCaptionColor, tokens.hintIconColor, tokens.contentSlotColor, tokens.contentSlotColorHover, tokens.contentSlotColorActive, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.focusColor, tokens.indicatorColor, tokens.optionalColor),
|
|
86
95
|
negative: css([
|
|
87
96
|
"",
|
|
88
97
|
":var(--text-primary);",
|
|
98
|
+
":var(--text-negative);",
|
|
89
99
|
":var(--text-secondary);",
|
|
90
100
|
":var(--text-tertiary);",
|
|
101
|
+
":var(--text-negative);",
|
|
102
|
+
":var(--text-negative);",
|
|
91
103
|
":var(--surface-transparent-negative);",
|
|
92
104
|
":var(--surface-transparent-negative-hover);",
|
|
93
105
|
":var(--surface-transparent-negative-active);",
|
|
@@ -107,7 +119,7 @@ export var config = {
|
|
|
107
119
|
":var(--text-accent);",
|
|
108
120
|
":var(--surface-negative);",
|
|
109
121
|
":var(--text-tertiary);"
|
|
110
|
-
], tokens.color, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.backgroundColor, tokens.backgroundColorHover, tokens.backgroundColorFocus, tokens.caretColor, tokens.textBeforeColor, tokens.textAfterColor, tokens.labelColor, tokens.leftHelperColor, tokens.titleCaptionColor, tokens.hintIconColor, tokens.contentSlotColor, tokens.contentSlotColorHover, tokens.contentSlotColorActive, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.focusColor, tokens.indicatorColor, tokens.optionalColor)
|
|
122
|
+
], tokens.color, tokens.clearColor, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.clearPlaceholderColor, tokens.clearPlaceholderColorFocus, tokens.backgroundColor, tokens.backgroundColorHover, tokens.backgroundColorFocus, tokens.caretColor, tokens.textBeforeColor, tokens.textAfterColor, tokens.labelColor, tokens.leftHelperColor, tokens.titleCaptionColor, tokens.hintIconColor, tokens.contentSlotColor, tokens.contentSlotColorHover, tokens.contentSlotColorActive, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.focusColor, tokens.indicatorColor, tokens.optionalColor)
|
|
111
123
|
},
|
|
112
124
|
size: {
|
|
113
125
|
xl: css([
|
|
@@ -125,6 +137,7 @@ export var config = {
|
|
|
125
137
|
":var(--plasma-typo-body-l-letter-spacing);",
|
|
126
138
|
":var(--plasma-typo-body-l-line-height);",
|
|
127
139
|
":0.75rem;",
|
|
140
|
+
":0.25rem;",
|
|
128
141
|
":var(--plasma-typo-body-l-font-family);",
|
|
129
142
|
":var(--plasma-typo-body-l-font-size);",
|
|
130
143
|
":var(--plasma-typo-body-l-font-style);",
|
|
@@ -134,6 +147,7 @@ export var config = {
|
|
|
134
147
|
":-0.688rem -0.5rem;",
|
|
135
148
|
":2.375rem;",
|
|
136
149
|
":0.82rem -2.938rem auto auto;",
|
|
150
|
+
":0.82rem -2.063rem auto auto;",
|
|
137
151
|
":0.25rem;",
|
|
138
152
|
":var(--plasma-typo-body-xs-font-family);",
|
|
139
153
|
":var(--plasma-typo-body-xs-font-size);",
|
|
@@ -178,8 +192,11 @@ export var config = {
|
|
|
178
192
|
":0 0 0 0;",
|
|
179
193
|
":0.5rem auto auto -0.75rem;",
|
|
180
194
|
":0 0 auto auto;",
|
|
181
|
-
":0.25rem -0.625rem auto auto;"
|
|
182
|
-
|
|
195
|
+
":0.25rem -0.625rem auto auto;",
|
|
196
|
+
":1.75rem auto auto -0.875rem;",
|
|
197
|
+
":1.75rem -0.875rem auto auto;",
|
|
198
|
+
":1.75rem -2.488rem auto auto;"
|
|
199
|
+
], tokens.height, tokens.padding, tokens.paddingWithChips, tokens.borderRadius, tokens.leftContentMargin, tokens.rightContentMargin, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.labelOffset, tokens.clearLabelOffset, tokens.labelFontFamily, tokens.labelFontSize, tokens.labelFontStyle, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.hintMargin, tokens.hintTargetSize, tokens.hintInnerLabelPlacementOffset, tokens.clearHintInnerLabelPlacementOffset, tokens.titleCaptionInnerLabelOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontSize, tokens.leftHelperFontStyle, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.textBeforeMargin, tokens.textAfterMargin, tokens.chipGap, tokens.chipMarginRight, tokens.chipBorderRadius, tokens.chipWidth, tokens.chipHeight, tokens.chipPadding, tokens.chipClearContentMarginLeft, tokens.chipClearContentMarginRight, tokens.chipCloseIconSize, tokens.chipFontFamily, tokens.chipFontSize, tokens.chipFontStyle, tokens.chipFontWeight, tokens.chipLetterSpacing, tokens.chipLineHeight, tokens.labelInnerFontFamily, tokens.labelInnerFontSize, tokens.labelInnerFontStyle, tokens.labelInnerFontWeight, tokens.labelInnerLetterSpacing, tokens.labelInnerLineHeight, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorLabelPlacementInner, tokens.indicatorLabelPlacementOuter, tokens.indicatorLabelPlacementInnerRight, tokens.indicatorLabelPlacementOuterRight, tokens.clearIndicatorLabelPlacementInner, tokens.clearIndicatorLabelPlacementInnerRight, tokens.clearIndicatorHintInnerRight),
|
|
183
200
|
l: css([
|
|
184
201
|
"",
|
|
185
202
|
":3.5rem;",
|
|
@@ -199,6 +216,7 @@ export var config = {
|
|
|
199
216
|
":var(--plasma-typo-body-l-letter-spacing);",
|
|
200
217
|
":var(--plasma-typo-body-l-line-height);",
|
|
201
218
|
":0.75rem;",
|
|
219
|
+
":0.25rem;",
|
|
202
220
|
":var(--plasma-typo-body-l-font-family);",
|
|
203
221
|
":var(--plasma-typo-body-l-font-size);",
|
|
204
222
|
":var(--plasma-typo-body-l-font-style);",
|
|
@@ -245,9 +263,12 @@ export var config = {
|
|
|
245
263
|
":0.5rem auto auto -0.75rem;",
|
|
246
264
|
":0 0 auto auto;",
|
|
247
265
|
":0.25rem -0.625rem auto auto;",
|
|
266
|
+
":1.5rem auto auto -0.875rem;",
|
|
267
|
+
":1.5rem -0.875rem auto auto;",
|
|
268
|
+
":1.5rem -2.488rem auto auto;",
|
|
248
269
|
":0 0.25rem 0 0;",
|
|
249
270
|
":0 0 0 0.25rem;"
|
|
250
|
-
], tokens.height, tokens.padding, tokens.paddingWithChips, tokens.borderRadius, tokens.borderWidth, tokens.leftContentMargin, tokens.rightContentMargin, tokens.rightContentWithHintMargin, tokens.contentRightWrapperGap, tokens.contentRightWrapperMargin, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.labelOffset, tokens.labelFontFamily, tokens.labelFontSize, tokens.labelFontStyle, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.hintMargin, tokens.hintTargetSize, tokens.hintInnerLabelPlacementOffset, tokens.clearHintInnerLabelPlacementOffset, tokens.titleCaptionInnerLabelOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontSize, tokens.leftHelperFontStyle, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.chipGap, tokens.chipBorderRadius, tokens.chipWidth, tokens.chipHeight, tokens.chipPadding, tokens.chipClearContentMarginLeft, tokens.chipClearContentMarginRight, tokens.chipCloseIconSize, tokens.chipFontFamily, tokens.chipFontSize, tokens.chipFontStyle, tokens.chipFontWeight, tokens.chipLetterSpacing, tokens.chipLineHeight, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorLabelPlacementInner, tokens.indicatorLabelPlacementOuter, tokens.indicatorLabelPlacementInnerRight, tokens.indicatorLabelPlacementOuterRight, tokens.textBeforeMargin, tokens.textAfterMargin),
|
|
271
|
+
], tokens.height, tokens.padding, tokens.paddingWithChips, tokens.borderRadius, tokens.borderWidth, tokens.leftContentMargin, tokens.rightContentMargin, tokens.rightContentWithHintMargin, tokens.contentRightWrapperGap, tokens.contentRightWrapperMargin, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.labelOffset, tokens.clearLabelOffset, tokens.labelFontFamily, tokens.labelFontSize, tokens.labelFontStyle, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.hintMargin, tokens.hintTargetSize, tokens.hintInnerLabelPlacementOffset, tokens.clearHintInnerLabelPlacementOffset, tokens.titleCaptionInnerLabelOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontSize, tokens.leftHelperFontStyle, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.chipGap, tokens.chipBorderRadius, tokens.chipWidth, tokens.chipHeight, tokens.chipPadding, tokens.chipClearContentMarginLeft, tokens.chipClearContentMarginRight, tokens.chipCloseIconSize, tokens.chipFontFamily, tokens.chipFontSize, tokens.chipFontStyle, tokens.chipFontWeight, tokens.chipLetterSpacing, tokens.chipLineHeight, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorLabelPlacementInner, tokens.indicatorLabelPlacementOuter, tokens.indicatorLabelPlacementInnerRight, tokens.indicatorLabelPlacementOuterRight, tokens.clearIndicatorLabelPlacementInner, tokens.clearIndicatorLabelPlacementInnerRight, tokens.clearIndicatorHintInnerRight, tokens.textBeforeMargin, tokens.textAfterMargin),
|
|
251
272
|
m: css([
|
|
252
273
|
"",
|
|
253
274
|
":3rem;",
|
|
@@ -267,6 +288,7 @@ export var config = {
|
|
|
267
288
|
":var(--plasma-typo-body-m-letter-spacing);",
|
|
268
289
|
":var(--plasma-typo-body-m-line-height);",
|
|
269
290
|
":0.625rem;",
|
|
291
|
+
":0.25rem;",
|
|
270
292
|
":var(--plasma-typo-body-m-font-family);",
|
|
271
293
|
":var(--plasma-typo-body-m-font-size);",
|
|
272
294
|
":var(--plasma-typo-body-m-font-style);",
|
|
@@ -313,9 +335,12 @@ export var config = {
|
|
|
313
335
|
":0.375rem auto auto -0.75rem;",
|
|
314
336
|
":0 0 auto auto;",
|
|
315
337
|
":0.25rem -0.6875rem auto auto;",
|
|
338
|
+
":1.25rem auto auto -0.875rem;",
|
|
339
|
+
":1.25rem -0.875rem auto auto;",
|
|
340
|
+
":1.25rem -2.488rem auto auto;",
|
|
316
341
|
":0 0.25rem 0 0;",
|
|
317
342
|
":0 0 0 0.25rem;"
|
|
318
|
-
], tokens.height, tokens.padding, tokens.paddingWithChips, tokens.borderRadius, tokens.borderWidth, tokens.leftContentMargin, tokens.rightContentMargin, tokens.rightContentWithHintMargin, tokens.contentRightWrapperGap, tokens.contentRightWrapperMargin, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.labelOffset, tokens.labelFontFamily, tokens.labelFontSize, tokens.labelFontStyle, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.hintMargin, tokens.hintTargetSize, tokens.hintInnerLabelPlacementOffset, tokens.clearHintInnerLabelPlacementOffset, tokens.titleCaptionInnerLabelOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontSize, tokens.leftHelperFontStyle, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.chipGap, tokens.chipBorderRadius, tokens.chipWidth, tokens.chipHeight, tokens.chipPadding, tokens.chipClearContentMarginLeft, tokens.chipClearContentMarginRight, tokens.chipCloseIconSize, tokens.chipFontFamily, tokens.chipFontSize, tokens.chipFontStyle, tokens.chipFontWeight, tokens.chipLetterSpacing, tokens.chipLineHeight, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorLabelPlacementInner, tokens.indicatorLabelPlacementOuter, tokens.indicatorLabelPlacementInnerRight, tokens.indicatorLabelPlacementOuterRight, tokens.textBeforeMargin, tokens.textAfterMargin),
|
|
343
|
+
], tokens.height, tokens.padding, tokens.paddingWithChips, tokens.borderRadius, tokens.borderWidth, tokens.leftContentMargin, tokens.rightContentMargin, tokens.rightContentWithHintMargin, tokens.contentRightWrapperGap, tokens.contentRightWrapperMargin, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.labelOffset, tokens.clearLabelOffset, tokens.labelFontFamily, tokens.labelFontSize, tokens.labelFontStyle, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.hintMargin, tokens.hintTargetSize, tokens.hintInnerLabelPlacementOffset, tokens.clearHintInnerLabelPlacementOffset, tokens.titleCaptionInnerLabelOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontSize, tokens.leftHelperFontStyle, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.chipGap, tokens.chipBorderRadius, tokens.chipWidth, tokens.chipHeight, tokens.chipPadding, tokens.chipClearContentMarginLeft, tokens.chipClearContentMarginRight, tokens.chipCloseIconSize, tokens.chipFontFamily, tokens.chipFontSize, tokens.chipFontStyle, tokens.chipFontWeight, tokens.chipLetterSpacing, tokens.chipLineHeight, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorLabelPlacementInner, tokens.indicatorLabelPlacementOuter, tokens.indicatorLabelPlacementInnerRight, tokens.indicatorLabelPlacementOuterRight, tokens.clearIndicatorLabelPlacementInner, tokens.clearIndicatorLabelPlacementInnerRight, tokens.clearIndicatorHintInnerRight, tokens.textBeforeMargin, tokens.textAfterMargin),
|
|
319
344
|
s: css([
|
|
320
345
|
"",
|
|
321
346
|
":2.5rem;",
|
|
@@ -335,6 +360,7 @@ export var config = {
|
|
|
335
360
|
":var(--plasma-typo-body-s-letter-spacing);",
|
|
336
361
|
":var(--plasma-typo-body-s-line-height);",
|
|
337
362
|
":0.5rem;",
|
|
363
|
+
":0.25rem;",
|
|
338
364
|
":var(--plasma-typo-body-s-font-family);",
|
|
339
365
|
":var(--plasma-typo-body-s-font-size);",
|
|
340
366
|
":var(--plasma-typo-body-s-font-style);",
|
|
@@ -381,9 +407,12 @@ export var config = {
|
|
|
381
407
|
":0.3125rem auto auto -0.6875rem;",
|
|
382
408
|
":0 0 auto auto;",
|
|
383
409
|
":0.25rem -0.625rem auto auto;",
|
|
410
|
+
":1.063rem auto auto -0.75rem;",
|
|
411
|
+
":1.063rem -0.75rem auto auto;",
|
|
412
|
+
":1.063rem -2.238rem auto auto;",
|
|
384
413
|
":0 0.25rem 0 0;",
|
|
385
414
|
":0 0 0 0.25rem;"
|
|
386
|
-
], tokens.height, tokens.padding, tokens.paddingWithChips, tokens.borderRadius, tokens.borderWidth, tokens.leftContentMargin, tokens.rightContentMargin, tokens.rightContentWithHintMargin, tokens.contentRightWrapperGap, tokens.contentRightWrapperMargin, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.labelOffset, tokens.labelFontFamily, tokens.labelFontSize, tokens.labelFontStyle, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.hintMargin, tokens.hintTargetSize, tokens.hintInnerLabelPlacementOffset, tokens.clearHintInnerLabelPlacementOffset, tokens.titleCaptionInnerLabelOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontSize, tokens.leftHelperFontStyle, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.chipGap, tokens.chipBorderRadius, tokens.chipWidth, tokens.chipHeight, tokens.chipPadding, tokens.chipClearContentMarginLeft, tokens.chipClearContentMarginRight, tokens.chipCloseIconSize, tokens.chipFontFamily, tokens.chipFontSize, tokens.chipFontStyle, tokens.chipFontWeight, tokens.chipLetterSpacing, tokens.chipLineHeight, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorLabelPlacementInner, tokens.indicatorLabelPlacementOuter, tokens.indicatorLabelPlacementInnerRight, tokens.indicatorLabelPlacementOuterRight, tokens.textBeforeMargin, tokens.textAfterMargin),
|
|
415
|
+
], tokens.height, tokens.padding, tokens.paddingWithChips, tokens.borderRadius, tokens.borderWidth, tokens.leftContentMargin, tokens.rightContentMargin, tokens.rightContentWithHintMargin, tokens.contentRightWrapperGap, tokens.contentRightWrapperMargin, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.labelOffset, tokens.clearLabelOffset, tokens.labelFontFamily, tokens.labelFontSize, tokens.labelFontStyle, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.hintMargin, tokens.hintTargetSize, tokens.hintInnerLabelPlacementOffset, tokens.clearHintInnerLabelPlacementOffset, tokens.titleCaptionInnerLabelOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontSize, tokens.leftHelperFontStyle, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.chipGap, tokens.chipBorderRadius, tokens.chipWidth, tokens.chipHeight, tokens.chipPadding, tokens.chipClearContentMarginLeft, tokens.chipClearContentMarginRight, tokens.chipCloseIconSize, tokens.chipFontFamily, tokens.chipFontSize, tokens.chipFontStyle, tokens.chipFontWeight, tokens.chipLetterSpacing, tokens.chipLineHeight, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorLabelPlacementInner, tokens.indicatorLabelPlacementOuter, tokens.indicatorLabelPlacementInnerRight, tokens.indicatorLabelPlacementOuterRight, tokens.clearIndicatorLabelPlacementInner, tokens.clearIndicatorLabelPlacementInnerRight, tokens.clearIndicatorHintInnerRight, tokens.textBeforeMargin, tokens.textAfterMargin),
|
|
387
416
|
xs: css([
|
|
388
417
|
"",
|
|
389
418
|
":2rem;",
|
|
@@ -403,6 +432,7 @@ export var config = {
|
|
|
403
432
|
":var(--plasma-typo-body-xs-letter-spacing);",
|
|
404
433
|
":var(--plasma-typo-body-xs-line-height);",
|
|
405
434
|
":0.375rem;",
|
|
435
|
+
":0.25rem;",
|
|
406
436
|
":var(--plasma-typo-body-xs-font-family);",
|
|
407
437
|
":var(--plasma-typo-body-xs-font-size);",
|
|
408
438
|
":var(--plasma-typo-body-xs-font-style);",
|
|
@@ -449,9 +479,12 @@ export var config = {
|
|
|
449
479
|
":0.25rem auto auto -0.625rem;",
|
|
450
480
|
":0 0 auto auto;",
|
|
451
481
|
":0.125rem -0.6875rem auto auto;",
|
|
482
|
+
":0.813rem auto auto -0.625rem;",
|
|
483
|
+
":0.813rem -0.625rem auto auto;",
|
|
484
|
+
":0.813rem -1.988rem auto auto;",
|
|
452
485
|
":0 0.25rem 0 0;",
|
|
453
486
|
":0 0 0 0.25rem;"
|
|
454
|
-
], tokens.height, tokens.padding, tokens.paddingWithChips, tokens.borderRadius, tokens.borderWidth, tokens.leftContentMargin, tokens.rightContentMargin, tokens.rightContentWithHintMargin, tokens.contentRightWrapperGap, tokens.contentRightWrapperMargin, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.labelOffset, tokens.labelFontFamily, tokens.labelFontSize, tokens.labelFontStyle, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.hintMargin, tokens.hintTargetSize, tokens.hintInnerLabelPlacementOffset, tokens.clearHintInnerLabelPlacementOffset, tokens.titleCaptionInnerLabelOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontSize, tokens.leftHelperFontStyle, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.chipGap, tokens.chipBorderRadius, tokens.chipWidth, tokens.chipHeight, tokens.chipPadding, tokens.chipClearContentMarginLeft, tokens.chipClearContentMarginRight, tokens.chipCloseIconSize, tokens.chipFontFamily, tokens.chipFontSize, tokens.chipFontStyle, tokens.chipFontWeight, tokens.chipLetterSpacing, tokens.chipLineHeight, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorLabelPlacementInner, tokens.indicatorLabelPlacementOuter, tokens.indicatorLabelPlacementInnerRight, tokens.indicatorLabelPlacementOuterRight, tokens.textBeforeMargin, tokens.textAfterMargin)
|
|
487
|
+
], tokens.height, tokens.padding, tokens.paddingWithChips, tokens.borderRadius, tokens.borderWidth, tokens.leftContentMargin, tokens.rightContentMargin, tokens.rightContentWithHintMargin, tokens.contentRightWrapperGap, tokens.contentRightWrapperMargin, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.labelOffset, tokens.clearLabelOffset, tokens.labelFontFamily, tokens.labelFontSize, tokens.labelFontStyle, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.hintMargin, tokens.hintTargetSize, tokens.hintInnerLabelPlacementOffset, tokens.clearHintInnerLabelPlacementOffset, tokens.titleCaptionInnerLabelOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontSize, tokens.leftHelperFontStyle, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.chipGap, tokens.chipBorderRadius, tokens.chipWidth, tokens.chipHeight, tokens.chipPadding, tokens.chipClearContentMarginLeft, tokens.chipClearContentMarginRight, tokens.chipCloseIconSize, tokens.chipFontFamily, tokens.chipFontSize, tokens.chipFontStyle, tokens.chipFontWeight, tokens.chipLetterSpacing, tokens.chipLineHeight, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorLabelPlacementInner, tokens.indicatorLabelPlacementOuter, tokens.indicatorLabelPlacementInnerRight, tokens.indicatorLabelPlacementOuterRight, tokens.clearIndicatorLabelPlacementInner, tokens.clearIndicatorLabelPlacementInnerRight, tokens.clearIndicatorHintInnerRight, tokens.textBeforeMargin, tokens.textAfterMargin)
|
|
455
488
|
},
|
|
456
489
|
labelPlacement: {
|
|
457
490
|
inner: css([
|
|
@@ -468,6 +501,11 @@ export var config = {
|
|
|
468
501
|
""
|
|
469
502
|
])
|
|
470
503
|
},
|
|
504
|
+
clear: {
|
|
505
|
+
true: css([
|
|
506
|
+
""
|
|
507
|
+
])
|
|
508
|
+
},
|
|
471
509
|
chipView: {
|
|
472
510
|
default: css([
|
|
473
511
|
"",
|
|
@@ -1,18 +1,5 @@
|
|
|
1
|
-
import { createConditionalComponent } from "../../../utils";
|
|
2
1
|
import { component, mergeConfig } from "../../../engines";
|
|
3
2
|
import { textFieldConfig } from "../../../components/TextField";
|
|
4
3
|
import { config } from "./TextField.config";
|
|
5
|
-
|
|
6
|
-
var
|
|
7
|
-
export var TextFieldDefault = component(mergedConfigDefault);
|
|
8
|
-
var mergedConfigClear = mergeConfig(textFieldConfig, clearConfig);
|
|
9
|
-
export var TextFieldClear = component(mergedConfigClear);
|
|
10
|
-
export var TextField = createConditionalComponent(TextFieldDefault, [
|
|
11
|
-
{
|
|
12
|
-
conditions: {
|
|
13
|
-
prop: 'appearance',
|
|
14
|
-
value: 'clear'
|
|
15
|
-
},
|
|
16
|
-
component: TextFieldClear
|
|
17
|
-
}
|
|
18
|
-
]);
|
|
4
|
+
var mergedConfig = mergeConfig(textFieldConfig, config);
|
|
5
|
+
export var TextField = component(mergedConfig);
|