@salutejs/plasma-new-hope 0.345.0-canary.2422.20906430475.0 → 0.345.0-canary.2423.20988873450.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/dist/css/cjs/components/Combobox/ComboboxNew/Combobox.js +4 -0
- package/dist/css/cjs/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
- package/dist/css/cjs/components/TextArea/TextArea.js +61 -56
- package/dist/css/cjs/components/TextArea/TextArea.js.map +1 -1
- package/dist/css/cjs/components/TextArea/TextArea.styles.js +37 -30
- package/dist/css/cjs/components/TextArea/TextArea.styles.js.map +1 -1
- package/dist/css/cjs/components/TextArea/{TextArea.styles_j6drga.css → TextArea.styles_1y5shlb.css} +3 -3
- package/dist/css/cjs/components/TextArea/TextArea.tokens.js +49 -123
- package/dist/css/cjs/components/TextArea/TextArea.tokens.js.map +1 -1
- package/dist/css/cjs/components/TextArea/ui/Hint/Hint.css +22 -22
- package/dist/css/cjs/components/TextArea/variations/_disabled/base.js +1 -1
- package/dist/css/cjs/components/TextArea/variations/_disabled/base.js.map +1 -1
- package/dist/css/cjs/components/TextArea/variations/_disabled/base_1vc9ple.css +1 -0
- package/dist/css/cjs/components/TextArea/variations/_read-only/base.js +1 -1
- package/dist/css/cjs/components/TextArea/variations/_read-only/base.js.map +1 -1
- package/dist/css/cjs/components/TextArea/variations/_read-only/base_l5o3oz.css +1 -0
- package/dist/css/cjs/components/TextArea/variations/_size/base.js +1 -1
- package/dist/css/cjs/components/TextArea/variations/_size/base.js.map +1 -1
- package/dist/css/cjs/components/TextArea/variations/_size/base_15qflyx.css +1 -0
- package/dist/css/cjs/components/TextArea/variations/_view/base.js +1 -1
- package/dist/css/cjs/components/TextArea/variations/_view/base.js.map +1 -1
- package/dist/css/cjs/components/TextArea/variations/_view/{base_1hvnv2t.css → base_l2axzd.css} +1 -1
- package/dist/css/cjs/index.css +31 -33
- package/dist/css/es/components/Combobox/ComboboxNew/Combobox.js +4 -0
- package/dist/css/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
- package/dist/css/es/components/TextArea/TextArea.js +61 -56
- package/dist/css/es/components/TextArea/TextArea.js.map +1 -1
- package/dist/css/es/components/TextArea/TextArea.styles.js +37 -30
- package/dist/css/es/components/TextArea/TextArea.styles.js.map +1 -1
- package/dist/css/es/components/TextArea/{TextArea.styles_j6drga.css → TextArea.styles_1y5shlb.css} +3 -3
- package/dist/css/es/components/TextArea/TextArea.tokens.js +49 -123
- package/dist/css/es/components/TextArea/TextArea.tokens.js.map +1 -1
- package/dist/css/es/components/TextArea/ui/Hint/Hint.css +22 -22
- package/dist/css/es/components/TextArea/variations/_disabled/base.js +1 -1
- package/dist/css/es/components/TextArea/variations/_disabled/base.js.map +1 -1
- package/dist/css/es/components/TextArea/variations/_disabled/base_1vc9ple.css +1 -0
- package/dist/css/es/components/TextArea/variations/_read-only/base.js +1 -1
- package/dist/css/es/components/TextArea/variations/_read-only/base.js.map +1 -1
- package/dist/css/es/components/TextArea/variations/_read-only/base_l5o3oz.css +1 -0
- package/dist/css/es/components/TextArea/variations/_size/base.js +1 -1
- package/dist/css/es/components/TextArea/variations/_size/base.js.map +1 -1
- package/dist/css/es/components/TextArea/variations/_size/base_15qflyx.css +1 -0
- package/dist/css/es/components/TextArea/variations/_view/base.js +1 -1
- package/dist/css/es/components/TextArea/variations/_view/base.js.map +1 -1
- package/dist/css/es/components/TextArea/variations/_view/{base_1hvnv2t.css → base_l2axzd.css} +1 -1
- package/dist/css/es/index.css +31 -33
- package/dist/emotion/cjs/components/Combobox/ComboboxNew/Combobox.js +3 -0
- package/dist/emotion/cjs/components/TextArea/TextArea.js +65 -52
- package/dist/emotion/cjs/components/TextArea/TextArea.styles.js +53 -50
- package/dist/emotion/cjs/components/TextArea/TextArea.tokens.js +106 -112
- package/dist/emotion/cjs/components/TextArea/variations/_disabled/base.js +1 -2
- package/dist/emotion/cjs/components/TextArea/variations/_read-only/base.js +1 -1
- package/dist/emotion/cjs/components/TextArea/variations/_size/base.js +2 -1
- package/dist/emotion/cjs/components/TextArea/variations/_view/base.js +1 -1
- package/dist/emotion/cjs/examples/components/Combobox/Combobox.js +0 -15
- package/dist/emotion/cjs/examples/components/TextArea/TextArea.clear.config.js +47 -0
- package/dist/emotion/cjs/examples/components/TextArea/TextArea.config.js +16 -19
- package/dist/emotion/cjs/examples/components/TextArea/TextArea.js +29 -5
- package/dist/emotion/es/components/Combobox/ComboboxNew/Combobox.js +3 -0
- package/dist/emotion/es/components/TextArea/TextArea.js +57 -44
- package/dist/emotion/es/components/TextArea/TextArea.styles.js +53 -50
- package/dist/emotion/es/components/TextArea/TextArea.tokens.js +106 -112
- package/dist/emotion/es/components/TextArea/variations/_disabled/base.js +1 -2
- package/dist/emotion/es/components/TextArea/variations/_read-only/base.js +1 -1
- package/dist/emotion/es/components/TextArea/variations/_size/base.js +3 -2
- package/dist/emotion/es/components/TextArea/variations/_view/base.js +2 -2
- package/dist/emotion/es/examples/components/TextArea/TextArea.clear.config.js +37 -0
- package/dist/emotion/es/examples/components/TextArea/TextArea.config.js +16 -19
- package/dist/emotion/es/examples/components/TextArea/TextArea.js +15 -2
- package/dist/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.js +3 -0
- package/dist/styled-components/cjs/components/TextArea/TextArea.js +64 -51
- package/dist/styled-components/cjs/components/TextArea/TextArea.styles.js +38 -32
- package/dist/styled-components/cjs/components/TextArea/TextArea.tokens.js +106 -112
- package/dist/styled-components/cjs/components/TextArea/variations/_disabled/base.js +3 -13
- package/dist/styled-components/cjs/components/TextArea/variations/_read-only/base.js +4 -2
- package/dist/styled-components/cjs/components/TextArea/variations/_size/base.js +9 -2
- package/dist/styled-components/cjs/components/TextArea/variations/_view/base.js +11 -2
- package/dist/styled-components/cjs/examples/components/TextArea/TextArea.clear.config.js +520 -0
- package/dist/styled-components/cjs/examples/components/TextArea/TextArea.config.js +258 -290
- package/dist/styled-components/cjs/examples/components/TextArea/TextArea.js +29 -5
- package/dist/styled-components/es/components/Combobox/ComboboxNew/Combobox.js +3 -0
- package/dist/styled-components/es/components/TextArea/TextArea.js +56 -43
- package/dist/styled-components/es/components/TextArea/TextArea.styles.js +38 -32
- package/dist/styled-components/es/components/TextArea/TextArea.tokens.js +106 -112
- package/dist/styled-components/es/components/TextArea/variations/_disabled/base.js +3 -13
- package/dist/styled-components/es/components/TextArea/variations/_read-only/base.js +4 -2
- package/dist/styled-components/es/components/TextArea/variations/_size/base.js +10 -3
- package/dist/styled-components/es/components/TextArea/variations/_view/base.js +12 -3
- package/dist/styled-components/es/examples/components/TextArea/TextArea.clear.config.js +510 -0
- package/dist/styled-components/es/examples/components/TextArea/TextArea.config.js +258 -290
- package/dist/styled-components/es/examples/components/TextArea/TextArea.js +15 -2
- package/package.json +6 -6
- package/types/components/Combobox/ComboboxNew/Combobox.d.ts.map +1 -1
- package/types/components/TextArea/TextArea.d.ts +0 -4
- package/types/components/TextArea/TextArea.d.ts.map +1 -1
- package/types/components/TextArea/TextArea.styles.d.ts +1 -0
- package/types/components/TextArea/TextArea.styles.d.ts.map +1 -1
- package/types/components/TextArea/TextArea.tokens.d.ts +45 -123
- package/types/components/TextArea/TextArea.tokens.d.ts.map +1 -1
- package/types/components/TextArea/TextArea.types.d.ts +8 -1
- package/types/components/TextArea/TextArea.types.d.ts.map +1 -1
- package/types/components/TextArea/variations/_disabled/base.d.ts.map +1 -1
- package/types/components/TextArea/variations/_read-only/base.d.ts.map +1 -1
- package/types/components/TextArea/variations/_size/base.d.ts.map +1 -1
- package/types/components/TextArea/variations/_view/base.d.ts.map +1 -1
- package/types/examples/components/TextArea/TextArea.clear.config.d.ts +36 -0
- package/types/examples/components/TextArea/TextArea.clear.config.d.ts.map +1 -0
- package/types/examples/components/TextArea/TextArea.config.d.ts +7 -10
- package/types/examples/components/TextArea/TextArea.config.d.ts.map +1 -1
- package/types/examples/components/TextArea/TextArea.d.ts +1045 -11
- package/types/examples/components/TextArea/TextArea.d.ts.map +1 -1
- package/dist/css/cjs/components/TextArea/variations/_clear/base.js +0 -9
- package/dist/css/cjs/components/TextArea/variations/_clear/base.js.map +0 -1
- package/dist/css/cjs/components/TextArea/variations/_clear/base_1vo4ba5.css +0 -1
- package/dist/css/cjs/components/TextArea/variations/_disabled/base_s6ttw.css +0 -1
- package/dist/css/cjs/components/TextArea/variations/_read-only/base_pgwr5c.css +0 -1
- package/dist/css/cjs/components/TextArea/variations/_size/base_1mq4sb2.css +0 -1
- package/dist/css/es/components/TextArea/variations/_clear/base.js +0 -5
- package/dist/css/es/components/TextArea/variations/_clear/base.js.map +0 -1
- package/dist/css/es/components/TextArea/variations/_clear/base_1vo4ba5.css +0 -1
- package/dist/css/es/components/TextArea/variations/_disabled/base_s6ttw.css +0 -1
- package/dist/css/es/components/TextArea/variations/_read-only/base_pgwr5c.css +0 -1
- package/dist/css/es/components/TextArea/variations/_size/base_1mq4sb2.css +0 -1
- package/dist/emotion/cjs/components/TextArea/variations/_clear/base.js +0 -14
- package/dist/emotion/es/components/TextArea/variations/_clear/base.js +0 -4
- package/dist/styled-components/cjs/components/TextArea/variations/_clear/base.js +0 -67
- package/dist/styled-components/es/components/TextArea/variations/_clear/base.js +0 -57
- package/types/components/TextArea/variations/_clear/base.d.ts +0 -2
- package/types/components/TextArea/variations/_clear/base.d.ts.map +0 -1
|
@@ -0,0 +1,510 @@
|
|
|
1
|
+
import { css } from "styled-components";
|
|
2
|
+
import { textAreaTokens as tokens } from "../../../components/TextArea";
|
|
3
|
+
export var config = {
|
|
4
|
+
defaults: {
|
|
5
|
+
view: 'default',
|
|
6
|
+
size: 'm',
|
|
7
|
+
labelPlacement: 'outer'
|
|
8
|
+
},
|
|
9
|
+
variations: {
|
|
10
|
+
view: {
|
|
11
|
+
default: css([
|
|
12
|
+
"",
|
|
13
|
+
":transparent;",
|
|
14
|
+
":transparent;",
|
|
15
|
+
":transparent;",
|
|
16
|
+
":transparent;",
|
|
17
|
+
":transparent;",
|
|
18
|
+
":transparent;",
|
|
19
|
+
":transparent;",
|
|
20
|
+
":transparent;",
|
|
21
|
+
":var(--text-primary);",
|
|
22
|
+
":var(--text-primary);",
|
|
23
|
+
":var(--text-accent);",
|
|
24
|
+
":var(--text-secondary);",
|
|
25
|
+
":var(--text-tertiary);",
|
|
26
|
+
":var(--text-secondary);",
|
|
27
|
+
":var(--text-secondary);",
|
|
28
|
+
":var(--text-secondary);",
|
|
29
|
+
":var(--text-secondary-hover);",
|
|
30
|
+
":var(--text-secondary-active);",
|
|
31
|
+
":var(--surface-negative);",
|
|
32
|
+
":var(--text-tertiary);",
|
|
33
|
+
":var(--text-primary);",
|
|
34
|
+
":var(--surface-transparent-tertiary);",
|
|
35
|
+
":var(--text-secondary);",
|
|
36
|
+
":var(--surface-accent);",
|
|
37
|
+
":var(--text-secondary);"
|
|
38
|
+
], tokens.inputBackgroundColor, tokens.inputBackgroundColorHover, tokens.inputBackgroundColorActive, tokens.inputBackgroundColorFocus, tokens.helpersBackgroundColor, tokens.helpersBackgroundColorHover, tokens.helpersBackgroundColorActive, tokens.helpersBackgroundColorFocus, tokens.inputColor, tokens.inputColorFocus, tokens.inputCaretColor, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.leftHelperColor, tokens.rightHelperColor, tokens.rightContentColor, tokens.rightContentColorHover, tokens.rightContentColorActive, tokens.indicatorColor, tokens.optionalColor, tokens.labelOuterColor, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.hintIconColor),
|
|
39
|
+
positive: css([
|
|
40
|
+
"",
|
|
41
|
+
":transparent;",
|
|
42
|
+
":transparent;",
|
|
43
|
+
":transparent;",
|
|
44
|
+
":transparent;",
|
|
45
|
+
":transparent;",
|
|
46
|
+
":transparent;",
|
|
47
|
+
":transparent;",
|
|
48
|
+
":transparent;",
|
|
49
|
+
":var(--text-positive);",
|
|
50
|
+
":var(--text-positive);",
|
|
51
|
+
":var(--text-accent);",
|
|
52
|
+
":var(--text-positive);",
|
|
53
|
+
":var(--text-tertiary);",
|
|
54
|
+
":var(--text-positive);",
|
|
55
|
+
":var(--text-secondary);",
|
|
56
|
+
":var(--text-secondary);",
|
|
57
|
+
":var(--text-secondary-hover);",
|
|
58
|
+
":var(--text-secondary-active);",
|
|
59
|
+
":var(--surface-negative);",
|
|
60
|
+
":var(--text-tertiary);",
|
|
61
|
+
":var(--text-primary);",
|
|
62
|
+
":var(--surface-positive);",
|
|
63
|
+
":var(--surface-positive);",
|
|
64
|
+
":var(--surface-accent);",
|
|
65
|
+
":var(--text-secondary);"
|
|
66
|
+
], tokens.inputBackgroundColor, tokens.inputBackgroundColorHover, tokens.inputBackgroundColorActive, tokens.inputBackgroundColorFocus, tokens.helpersBackgroundColor, tokens.helpersBackgroundColorHover, tokens.helpersBackgroundColorActive, tokens.helpersBackgroundColorFocus, tokens.inputColor, tokens.inputColorFocus, tokens.inputCaretColor, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.leftHelperColor, tokens.rightHelperColor, tokens.rightContentColor, tokens.rightContentColorHover, tokens.rightContentColorActive, tokens.indicatorColor, tokens.optionalColor, tokens.labelOuterColor, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.hintIconColor),
|
|
67
|
+
warning: css([
|
|
68
|
+
"",
|
|
69
|
+
":transparent;",
|
|
70
|
+
":transparent;",
|
|
71
|
+
":transparent;",
|
|
72
|
+
":transparent;",
|
|
73
|
+
":transparent;",
|
|
74
|
+
":transparent;",
|
|
75
|
+
":transparent;",
|
|
76
|
+
":transparent;",
|
|
77
|
+
":var(--text-warning);",
|
|
78
|
+
":var(--text-warning);",
|
|
79
|
+
":var(--text-accent);",
|
|
80
|
+
":var(--text-warning);",
|
|
81
|
+
":var(--text-tertiary);",
|
|
82
|
+
":var(--text-warning);",
|
|
83
|
+
":var(--text-secondary);",
|
|
84
|
+
":var(--text-secondary);",
|
|
85
|
+
":var(--text-secondary-hover);",
|
|
86
|
+
":var(--text-secondary-active);",
|
|
87
|
+
":var(--surface-negative);",
|
|
88
|
+
":var(--text-tertiary);",
|
|
89
|
+
":var(--text-primary);",
|
|
90
|
+
":var(--surface-warning);",
|
|
91
|
+
":var(--surface-warning);",
|
|
92
|
+
":var(--surface-accent);",
|
|
93
|
+
":var(--text-secondary);"
|
|
94
|
+
], tokens.inputBackgroundColor, tokens.inputBackgroundColorHover, tokens.inputBackgroundColorActive, tokens.inputBackgroundColorFocus, tokens.helpersBackgroundColor, tokens.helpersBackgroundColorHover, tokens.helpersBackgroundColorActive, tokens.helpersBackgroundColorFocus, tokens.inputColor, tokens.inputColorFocus, tokens.inputCaretColor, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.leftHelperColor, tokens.rightHelperColor, tokens.rightContentColor, tokens.rightContentColorHover, tokens.rightContentColorActive, tokens.indicatorColor, tokens.optionalColor, tokens.labelOuterColor, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.hintIconColor),
|
|
95
|
+
negative: css([
|
|
96
|
+
"",
|
|
97
|
+
":transparent;",
|
|
98
|
+
":transparent;",
|
|
99
|
+
":transparent;",
|
|
100
|
+
":transparent;",
|
|
101
|
+
":transparent;",
|
|
102
|
+
":transparent;",
|
|
103
|
+
":transparent;",
|
|
104
|
+
":transparent;",
|
|
105
|
+
":var(--text-negative);",
|
|
106
|
+
":var(--text-negative);",
|
|
107
|
+
":var(--text-accent);",
|
|
108
|
+
":var(--text-negative);",
|
|
109
|
+
":var(--text-tertiary);",
|
|
110
|
+
":var(--text-negative);",
|
|
111
|
+
":var(--text-secondary);",
|
|
112
|
+
":var(--text-secondary);",
|
|
113
|
+
":var(--text-secondary-hover);",
|
|
114
|
+
":var(--text-secondary-active);",
|
|
115
|
+
":var(--surface-negative);",
|
|
116
|
+
":var(--text-tertiary);",
|
|
117
|
+
":var(--text-primary);",
|
|
118
|
+
":var(--surface-negative);",
|
|
119
|
+
":var(--surface-negative);",
|
|
120
|
+
":var(--surface-accent);",
|
|
121
|
+
":var(--text-secondary);"
|
|
122
|
+
], tokens.inputBackgroundColor, tokens.inputBackgroundColorHover, tokens.inputBackgroundColorActive, tokens.inputBackgroundColorFocus, tokens.helpersBackgroundColor, tokens.helpersBackgroundColorHover, tokens.helpersBackgroundColorActive, tokens.helpersBackgroundColorFocus, tokens.inputColor, tokens.inputColorFocus, tokens.inputCaretColor, tokens.placeholderColor, tokens.placeholderColorFocus, tokens.leftHelperColor, tokens.rightHelperColor, tokens.rightContentColor, tokens.rightContentColorHover, tokens.rightContentColorActive, tokens.indicatorColor, tokens.optionalColor, tokens.labelOuterColor, tokens.dividerColor, tokens.dividerColorHover, tokens.dividerColorFocus, tokens.hintIconColor)
|
|
123
|
+
},
|
|
124
|
+
size: {
|
|
125
|
+
xl: css([
|
|
126
|
+
"",
|
|
127
|
+
":100%;",
|
|
128
|
+
":6.812rem;",
|
|
129
|
+
":1.625rem;",
|
|
130
|
+
":1rem;",
|
|
131
|
+
":1rem 1rem 0 0;",
|
|
132
|
+
":1.375rem;",
|
|
133
|
+
":0;",
|
|
134
|
+
":2.25rem;",
|
|
135
|
+
":1.375rem;",
|
|
136
|
+
":1.375rem;",
|
|
137
|
+
":0;",
|
|
138
|
+
":0.25rem;",
|
|
139
|
+
":0;",
|
|
140
|
+
":0;",
|
|
141
|
+
":0;",
|
|
142
|
+
":0rem;",
|
|
143
|
+
":1.25rem;",
|
|
144
|
+
":0;",
|
|
145
|
+
":1.5rem;",
|
|
146
|
+
":0.25rem;",
|
|
147
|
+
":var(--plasma-typo-body-xs-font-family);",
|
|
148
|
+
":var(--plasma-typo-body-xs-font-size);",
|
|
149
|
+
":var(--plasma-typo-body-xs-font-style);",
|
|
150
|
+
":var(--plasma-typo-body-xs-font-weight);",
|
|
151
|
+
":var(--plasma-typo-body-xs-letter-spacing);",
|
|
152
|
+
":var(--plasma-typo-body-xs-line-height);",
|
|
153
|
+
":0.813rem;",
|
|
154
|
+
":-0.313rem;",
|
|
155
|
+
":0.25rem;",
|
|
156
|
+
":var(--plasma-typo-body-l-font-family);",
|
|
157
|
+
":var(--plasma-typo-body-l-font-size);",
|
|
158
|
+
":var(--plasma-typo-body-l-font-style);",
|
|
159
|
+
":var(--plasma-typo-body-l-font-weight);",
|
|
160
|
+
":var(--plasma-typo-body-l-letter-spacing);",
|
|
161
|
+
":var(--plasma-typo-body-l-line-height);",
|
|
162
|
+
":var(--plasma-typo-body-xs-font-family);",
|
|
163
|
+
":var(--plasma-typo-body-xs-font-size);",
|
|
164
|
+
":var(--plasma-typo-body-xs-font-style);",
|
|
165
|
+
":var(--plasma-typo-body-xs-font-weight);",
|
|
166
|
+
":var(--plasma-typo-body-xs-letter-spacing);",
|
|
167
|
+
":var(--plasma-typo-body-xs-line-height);",
|
|
168
|
+
":0.5rem;",
|
|
169
|
+
":0.375rem;",
|
|
170
|
+
":1.75rem auto auto -0.875rem;",
|
|
171
|
+
":0.5rem auto auto -0.75rem;",
|
|
172
|
+
":1.75rem -0.875rem auto auto;",
|
|
173
|
+
":0.25rem -0.625rem auto auto;",
|
|
174
|
+
":1.75rem -2.488rem auto auto;",
|
|
175
|
+
":0.188rem;",
|
|
176
|
+
":0.063rem;",
|
|
177
|
+
":-0.688rem -0.5rem;",
|
|
178
|
+
":2.375rem;",
|
|
179
|
+
":0.82rem -2.188rem auto auto;",
|
|
180
|
+
":0.25rem;",
|
|
181
|
+
":var(--plasma-typo-body-xs-font-family);",
|
|
182
|
+
":var(--plasma-typo-body-xs-font-size);",
|
|
183
|
+
":var(--plasma-typo-body-xs-font-style);",
|
|
184
|
+
":var(--plasma-typo-body-xs-font-weight);",
|
|
185
|
+
":var(--plasma-typo-body-xs-letter-spacing);",
|
|
186
|
+
":var(--plasma-typo-body-xs-line-height);"
|
|
187
|
+
], tokens.inputWidth, tokens.inputHeight, tokens.inputMinHeight, tokens.borderRadius, tokens.borderRadiusWithHelpers, tokens.inputPaddingTop, tokens.inputPaddingRight, tokens.inputPaddingRightWithRightContent, tokens.inputPaddingBottom, tokens.inputPaddingBottomWithHelpers, tokens.inputPaddingLeft, tokens.helpersPaddingTop, tokens.helpersPaddingRight, tokens.helpersPaddingBottom, tokens.helpersPaddingLeft, tokens.helpersOffset, tokens.rightContentTop, tokens.rightContentRight, tokens.rightContentHeight, tokens.labelMarginBottom, tokens.labelInnerFontFamily, tokens.labelInnerFontSize, tokens.labelInnerFontStyle, tokens.labelInnerFontWeight, tokens.labelInnerLetterSpacing, tokens.labelInnerLineHeight, tokens.labelInnerTop, tokens.labelInnerTopHelper, tokens.labelInnerMarginBottom, tokens.inputFontFamily, tokens.inputFontSize, tokens.inputFontStyle, tokens.inputFontWeight, tokens.inputLetterSpacing, tokens.inputLineHeight, tokens.helpersFontFamily, tokens.helpersFontSize, tokens.helpersFontStyle, tokens.helpersFontWeight, tokens.helpersLetterSpacing, tokens.helpersLineHeight, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorLabelPlacementInner, tokens.indicatorLabelPlacementOuter, tokens.indicatorLabelPlacementInnerRight, tokens.indicatorLabelPlacementOuterRight, tokens.clearIndicatorHintInnerRight, tokens.scrollbarWidth, tokens.scrollbarBorderWidth, tokens.hintMargin, tokens.hintTargetSize, tokens.hintInnerLabelPlacementOffset, tokens.titleCaptionInnerLabelOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight),
|
|
188
|
+
l: css([
|
|
189
|
+
"",
|
|
190
|
+
":100%;",
|
|
191
|
+
":6.812rem;",
|
|
192
|
+
":1.625rem;",
|
|
193
|
+
":1rem;",
|
|
194
|
+
":1rem 1rem 0 0;",
|
|
195
|
+
":1.125rem;",
|
|
196
|
+
":0;",
|
|
197
|
+
":2.25rem;",
|
|
198
|
+
":1.125rem;",
|
|
199
|
+
":1.125rem;",
|
|
200
|
+
":0;",
|
|
201
|
+
":0.25rem;",
|
|
202
|
+
":0;",
|
|
203
|
+
":0;",
|
|
204
|
+
":0;",
|
|
205
|
+
":0rem;",
|
|
206
|
+
":1rem;",
|
|
207
|
+
":0;",
|
|
208
|
+
":1.5rem;",
|
|
209
|
+
":0.25rem;",
|
|
210
|
+
":var(--plasma-typo-body-xs-font-family);",
|
|
211
|
+
":var(--plasma-typo-body-xs-font-size);",
|
|
212
|
+
":var(--plasma-typo-body-xs-font-style);",
|
|
213
|
+
":var(--plasma-typo-body-xs-font-weight);",
|
|
214
|
+
":var(--plasma-typo-body-xs-letter-spacing);",
|
|
215
|
+
":var(--plasma-typo-body-xs-line-height);",
|
|
216
|
+
":0.5625rem;",
|
|
217
|
+
":-0.313rem;",
|
|
218
|
+
":0.125rem;",
|
|
219
|
+
":var(--plasma-typo-body-l-font-family);",
|
|
220
|
+
":var(--plasma-typo-body-l-font-size);",
|
|
221
|
+
":var(--plasma-typo-body-l-font-style);",
|
|
222
|
+
":var(--plasma-typo-body-l-font-weight);",
|
|
223
|
+
":var(--plasma-typo-body-l-letter-spacing);",
|
|
224
|
+
":var(--plasma-typo-body-l-line-height);",
|
|
225
|
+
":var(--plasma-typo-body-xs-font-family);",
|
|
226
|
+
":var(--plasma-typo-body-xs-font-size);",
|
|
227
|
+
":var(--plasma-typo-body-xs-font-style);",
|
|
228
|
+
":var(--plasma-typo-body-xs-font-weight);",
|
|
229
|
+
":var(--plasma-typo-body-xs-letter-spacing);",
|
|
230
|
+
":var(--plasma-typo-body-xs-line-height);",
|
|
231
|
+
":0.5rem;",
|
|
232
|
+
":0.375rem;",
|
|
233
|
+
":1.5rem auto auto -0.875rem;",
|
|
234
|
+
":0.5rem auto auto -0.75rem;",
|
|
235
|
+
":1.5rem -0.875rem auto auto;",
|
|
236
|
+
":0.25rem -0.625rem auto auto;",
|
|
237
|
+
":1.5rem -2.488rem auto auto;",
|
|
238
|
+
":0.188rem;",
|
|
239
|
+
":0.063rem;",
|
|
240
|
+
":-0.688rem -0.5rem;",
|
|
241
|
+
":2.375rem;",
|
|
242
|
+
":0.563rem -2.188rem auto auto;",
|
|
243
|
+
":0.25rem;",
|
|
244
|
+
":var(--plasma-typo-body-xs-font-family);",
|
|
245
|
+
":var(--plasma-typo-body-xs-font-size);",
|
|
246
|
+
":var(--plasma-typo-body-xs-font-style);",
|
|
247
|
+
":var(--plasma-typo-body-xs-font-weight);",
|
|
248
|
+
":var(--plasma-typo-body-xs-letter-spacing);",
|
|
249
|
+
":var(--plasma-typo-body-xs-line-height);"
|
|
250
|
+
], tokens.inputWidth, tokens.inputHeight, tokens.inputMinHeight, tokens.borderRadius, tokens.borderRadiusWithHelpers, tokens.inputPaddingTop, tokens.inputPaddingRight, tokens.inputPaddingRightWithRightContent, tokens.inputPaddingBottom, tokens.inputPaddingBottomWithHelpers, tokens.inputPaddingLeft, tokens.helpersPaddingTop, tokens.helpersPaddingRight, tokens.helpersPaddingBottom, tokens.helpersPaddingLeft, tokens.helpersOffset, tokens.rightContentTop, tokens.rightContentRight, tokens.rightContentHeight, tokens.labelMarginBottom, tokens.labelInnerFontFamily, tokens.labelInnerFontSize, tokens.labelInnerFontStyle, tokens.labelInnerFontWeight, tokens.labelInnerLetterSpacing, tokens.labelInnerLineHeight, tokens.labelInnerTop, tokens.labelInnerTopHelper, tokens.labelInnerMarginBottom, tokens.inputFontFamily, tokens.inputFontSize, tokens.inputFontStyle, tokens.inputFontWeight, tokens.inputLetterSpacing, tokens.inputLineHeight, tokens.helpersFontFamily, tokens.helpersFontSize, tokens.helpersFontStyle, tokens.helpersFontWeight, tokens.helpersLetterSpacing, tokens.helpersLineHeight, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorLabelPlacementInner, tokens.indicatorLabelPlacementOuter, tokens.indicatorLabelPlacementInnerRight, tokens.indicatorLabelPlacementOuterRight, tokens.clearIndicatorHintInnerRight, tokens.scrollbarWidth, tokens.scrollbarBorderWidth, tokens.hintMargin, tokens.hintTargetSize, tokens.hintInnerLabelPlacementOffset, tokens.titleCaptionInnerLabelOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight),
|
|
251
|
+
m: css([
|
|
252
|
+
"",
|
|
253
|
+
":100%;",
|
|
254
|
+
":7rem;",
|
|
255
|
+
":1.125rem;",
|
|
256
|
+
":0.75rem;",
|
|
257
|
+
":0.75rem 0.75rem 0 0;",
|
|
258
|
+
":0.875rem;",
|
|
259
|
+
":0;",
|
|
260
|
+
":2.125rem;",
|
|
261
|
+
":0.875rem;",
|
|
262
|
+
":0.875rem;",
|
|
263
|
+
":0;",
|
|
264
|
+
":0.25rem;",
|
|
265
|
+
":0;",
|
|
266
|
+
":0;",
|
|
267
|
+
":0;",
|
|
268
|
+
":0rem;",
|
|
269
|
+
":0.75rem;",
|
|
270
|
+
":0;",
|
|
271
|
+
":1.5rem;",
|
|
272
|
+
":0.25rem;",
|
|
273
|
+
":var(--plasma-typo-body-xs-font-family);",
|
|
274
|
+
":var(--plasma-typo-body-xs-font-size);",
|
|
275
|
+
":var(--plasma-typo-body-xs-font-style);",
|
|
276
|
+
":var(--plasma-typo-body-xs-font-weight);",
|
|
277
|
+
":var(--plasma-typo-body-xs-letter-spacing);",
|
|
278
|
+
":var(--plasma-typo-body-xs-line-height);",
|
|
279
|
+
":0.375rem;",
|
|
280
|
+
":-0.313rem;",
|
|
281
|
+
":0.125rem;",
|
|
282
|
+
":var(--plasma-typo-body-m-font-family);",
|
|
283
|
+
":var(--plasma-typo-body-m-font-size);",
|
|
284
|
+
":var(--plasma-typo-body-m-font-style);",
|
|
285
|
+
":var(--plasma-typo-body-m-font-weight);",
|
|
286
|
+
":var(--plasma-typo-body-m-letter-spacing);",
|
|
287
|
+
":var(--plasma-typo-body-m-line-height);",
|
|
288
|
+
":var(--plasma-typo-body-xs-font-family);",
|
|
289
|
+
":var(--plasma-typo-body-xs-font-size);",
|
|
290
|
+
":var(--plasma-typo-body-xs-font-style);",
|
|
291
|
+
":var(--plasma-typo-body-xs-font-weight);",
|
|
292
|
+
":var(--plasma-typo-body-xs-letter-spacing);",
|
|
293
|
+
":var(--plasma-typo-body-xs-line-height);",
|
|
294
|
+
":0.5rem;",
|
|
295
|
+
":0.375rem;",
|
|
296
|
+
":1.25rem auto auto -0.875rem;",
|
|
297
|
+
":0.375rem auto auto -0.75rem;",
|
|
298
|
+
":1.25rem -0.875rem auto auto;",
|
|
299
|
+
":0.25rem -0.6875rem auto auto;",
|
|
300
|
+
":1.25rem -2.488rem auto auto;",
|
|
301
|
+
":0.188rem;",
|
|
302
|
+
":0.063rem;",
|
|
303
|
+
":-0.688rem -0.5rem;",
|
|
304
|
+
":2.375rem;",
|
|
305
|
+
":0.312rem -2.188rem auto auto;",
|
|
306
|
+
":0.25rem;",
|
|
307
|
+
":var(--plasma-typo-body-xs-font-family);",
|
|
308
|
+
":var(--plasma-typo-body-xs-font-size);",
|
|
309
|
+
":var(--plasma-typo-body-xs-font-style);",
|
|
310
|
+
":var(--plasma-typo-body-xs-font-weight);",
|
|
311
|
+
":var(--plasma-typo-body-xs-letter-spacing);",
|
|
312
|
+
":var(--plasma-typo-body-xs-line-height);"
|
|
313
|
+
], tokens.inputWidth, tokens.inputHeight, tokens.inputMinHeight, tokens.borderRadius, tokens.borderRadiusWithHelpers, tokens.inputPaddingTop, tokens.inputPaddingRight, tokens.inputPaddingRightWithRightContent, tokens.inputPaddingBottom, tokens.inputPaddingBottomWithHelpers, tokens.inputPaddingLeft, tokens.helpersPaddingTop, tokens.helpersPaddingRight, tokens.helpersPaddingBottom, tokens.helpersPaddingLeft, tokens.helpersOffset, tokens.rightContentTop, tokens.rightContentRight, tokens.rightContentHeight, tokens.labelMarginBottom, tokens.labelInnerFontFamily, tokens.labelInnerFontSize, tokens.labelInnerFontStyle, tokens.labelInnerFontWeight, tokens.labelInnerLetterSpacing, tokens.labelInnerLineHeight, tokens.labelInnerTop, tokens.labelInnerTopHelper, tokens.labelInnerMarginBottom, tokens.inputFontFamily, tokens.inputFontSize, tokens.inputFontStyle, tokens.inputFontWeight, tokens.inputLetterSpacing, tokens.inputLineHeight, tokens.helpersFontFamily, tokens.helpersFontSize, tokens.helpersFontStyle, tokens.helpersFontWeight, tokens.helpersLetterSpacing, tokens.helpersLineHeight, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorLabelPlacementInner, tokens.indicatorLabelPlacementOuter, tokens.indicatorLabelPlacementInnerRight, tokens.indicatorLabelPlacementOuterRight, tokens.clearIndicatorHintInnerRight, tokens.scrollbarWidth, tokens.scrollbarBorderWidth, tokens.hintMargin, tokens.hintTargetSize, tokens.hintInnerLabelPlacementOffset, tokens.titleCaptionInnerLabelOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight),
|
|
314
|
+
s: css([
|
|
315
|
+
"",
|
|
316
|
+
":100%;",
|
|
317
|
+
":7.187rem;",
|
|
318
|
+
":0.625rem;",
|
|
319
|
+
":0.625rem;",
|
|
320
|
+
":0.625rem 0.625rem 0 0;",
|
|
321
|
+
":0.688rem;",
|
|
322
|
+
":0;",
|
|
323
|
+
":2rem;",
|
|
324
|
+
":0.688rem;",
|
|
325
|
+
":0.688rem;",
|
|
326
|
+
":0;",
|
|
327
|
+
":0.25rem;",
|
|
328
|
+
":0;",
|
|
329
|
+
":0;",
|
|
330
|
+
":0;",
|
|
331
|
+
":0rem;",
|
|
332
|
+
":0.5rem;",
|
|
333
|
+
":0;",
|
|
334
|
+
":1.5rem;",
|
|
335
|
+
":0.25rem;",
|
|
336
|
+
":var(--plasma-typo-body-xs-font-family);",
|
|
337
|
+
":var(--plasma-typo-body-xs-font-size);",
|
|
338
|
+
":var(--plasma-typo-body-xs-font-style);",
|
|
339
|
+
":var(--plasma-typo-body-xs-font-weight);",
|
|
340
|
+
":var(--plasma-typo-body-xs-letter-spacing);",
|
|
341
|
+
":var(--plasma-typo-body-xs-line-height);",
|
|
342
|
+
":0.375rem;",
|
|
343
|
+
":-0.313rem;",
|
|
344
|
+
":0.125rem;",
|
|
345
|
+
":var(--plasma-typo-body-s-font-family);",
|
|
346
|
+
":var(--plasma-typo-body-s-font-size);",
|
|
347
|
+
":var(--plasma-typo-body-s-font-style);",
|
|
348
|
+
":var(--plasma-typo-body-s-font-weight);",
|
|
349
|
+
":var(--plasma-typo-body-s-letter-spacing);",
|
|
350
|
+
":var(--plasma-typo-body-s-line-height);",
|
|
351
|
+
":var(--plasma-typo-body-xs-font-family);",
|
|
352
|
+
":var(--plasma-typo-body-xs-font-size);",
|
|
353
|
+
":var(--plasma-typo-body-xs-font-style);",
|
|
354
|
+
":var(--plasma-typo-body-xs-font-weight);",
|
|
355
|
+
":var(--plasma-typo-body-xs-letter-spacing);",
|
|
356
|
+
":var(--plasma-typo-body-xs-line-height);",
|
|
357
|
+
":0.375rem;",
|
|
358
|
+
":0.375rem;",
|
|
359
|
+
":1.063rem auto auto -0.75rem;",
|
|
360
|
+
":0.3125rem auto auto -0.6875rem;",
|
|
361
|
+
":1.063rem -0.75rem auto auto;",
|
|
362
|
+
":0.25rem -0.625rem auto auto;",
|
|
363
|
+
":1.063rem -2.238rem auto auto;",
|
|
364
|
+
":0.188rem;",
|
|
365
|
+
":0.063rem;",
|
|
366
|
+
":-0.688rem -0.5rem;",
|
|
367
|
+
":2.375rem;",
|
|
368
|
+
":0.062rem -2.188rem auto auto;",
|
|
369
|
+
":0.25rem;",
|
|
370
|
+
":var(--plasma-typo-body-xs-font-family);",
|
|
371
|
+
":var(--plasma-typo-body-xs-font-size);",
|
|
372
|
+
":var(--plasma-typo-body-xs-font-style);",
|
|
373
|
+
":var(--plasma-typo-body-xs-font-weight);",
|
|
374
|
+
":var(--plasma-typo-body-xs-letter-spacing);",
|
|
375
|
+
":var(--plasma-typo-body-xs-line-height);"
|
|
376
|
+
], tokens.inputWidth, tokens.inputHeight, tokens.inputMinHeight, tokens.borderRadius, tokens.borderRadiusWithHelpers, tokens.inputPaddingTop, tokens.inputPaddingRight, tokens.inputPaddingRightWithRightContent, tokens.inputPaddingBottom, tokens.inputPaddingBottomWithHelpers, tokens.inputPaddingLeft, tokens.helpersPaddingTop, tokens.helpersPaddingRight, tokens.helpersPaddingBottom, tokens.helpersPaddingLeft, tokens.helpersOffset, tokens.rightContentTop, tokens.rightContentRight, tokens.rightContentHeight, tokens.labelMarginBottom, tokens.labelInnerFontFamily, tokens.labelInnerFontSize, tokens.labelInnerFontStyle, tokens.labelInnerFontWeight, tokens.labelInnerLetterSpacing, tokens.labelInnerLineHeight, tokens.labelInnerTop, tokens.labelInnerTopHelper, tokens.labelInnerMarginBottom, tokens.inputFontFamily, tokens.inputFontSize, tokens.inputFontStyle, tokens.inputFontWeight, tokens.inputLetterSpacing, tokens.inputLineHeight, tokens.helpersFontFamily, tokens.helpersFontSize, tokens.helpersFontStyle, tokens.helpersFontWeight, tokens.helpersLetterSpacing, tokens.helpersLineHeight, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorLabelPlacementInner, tokens.indicatorLabelPlacementOuter, tokens.indicatorLabelPlacementInnerRight, tokens.indicatorLabelPlacementOuterRight, tokens.clearIndicatorHintInnerRight, tokens.scrollbarWidth, tokens.scrollbarBorderWidth, tokens.hintMargin, tokens.hintTargetSize, tokens.hintInnerLabelPlacementOffset, tokens.titleCaptionInnerLabelOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight),
|
|
377
|
+
xs: css([
|
|
378
|
+
"",
|
|
379
|
+
":100%;",
|
|
380
|
+
":7.312rem;",
|
|
381
|
+
":0.625rem;",
|
|
382
|
+
":0.5rem;",
|
|
383
|
+
":0.5rem 0.5rem 0 0;",
|
|
384
|
+
":0.563rem;",
|
|
385
|
+
":0;",
|
|
386
|
+
":1.5rem;",
|
|
387
|
+
":0.563rem;",
|
|
388
|
+
":0.563rem;",
|
|
389
|
+
":0;",
|
|
390
|
+
":0.25rem;",
|
|
391
|
+
":0;",
|
|
392
|
+
":0;",
|
|
393
|
+
":0;",
|
|
394
|
+
":0rem;",
|
|
395
|
+
":0.5rem;",
|
|
396
|
+
":0;",
|
|
397
|
+
":1rem;",
|
|
398
|
+
":0.25rem;",
|
|
399
|
+
":var(--plasma-typo-body-xxs-font-family);",
|
|
400
|
+
":var(--plasma-typo-body-xxs-font-size);",
|
|
401
|
+
":var(--plasma-typo-body-xxs-font-style);",
|
|
402
|
+
":var(--plasma-typo-body-xxs-font-weight);",
|
|
403
|
+
":var(--plasma-typo-body-xxs-letter-spacing);",
|
|
404
|
+
":var(--plasma-typo-body-xxs-line-height);",
|
|
405
|
+
":0rem;",
|
|
406
|
+
":-0.313rem;",
|
|
407
|
+
":0rem;",
|
|
408
|
+
":var(--plasma-typo-body-xs-font-family);",
|
|
409
|
+
":var(--plasma-typo-body-xs-font-size);",
|
|
410
|
+
":var(--plasma-typo-body-xs-font-style);",
|
|
411
|
+
":var(--plasma-typo-body-xs-font-weight);",
|
|
412
|
+
":var(--plasma-typo-body-xs-letter-spacing);",
|
|
413
|
+
":var(--plasma-typo-body-xs-line-height);",
|
|
414
|
+
":var(--plasma-typo-body-xs-font-family);",
|
|
415
|
+
":var(--plasma-typo-body-xs-font-size);",
|
|
416
|
+
":var(--plasma-typo-body-xs-font-style);",
|
|
417
|
+
":var(--plasma-typo-body-xs-font-weight);",
|
|
418
|
+
":var(--plasma-typo-body-xs-letter-spacing);",
|
|
419
|
+
":var(--plasma-typo-body-xs-line-height);",
|
|
420
|
+
":0.375rem;",
|
|
421
|
+
":0.375rem;",
|
|
422
|
+
":0.813rem auto auto -0.625rem;",
|
|
423
|
+
":0.25rem auto auto -0.625rem;",
|
|
424
|
+
":0.813rem -0.625rem auto auto;",
|
|
425
|
+
":0.125rem -0.6875rem auto auto;",
|
|
426
|
+
":0.813rem -1.988rem auto auto;",
|
|
427
|
+
":0.188rem;",
|
|
428
|
+
":0.063rem;",
|
|
429
|
+
":-0.75rem -0.625rem -0.75rem -0.5rem;",
|
|
430
|
+
":2.375rem;",
|
|
431
|
+
":-0.188rem -1.938rem auto auto;",
|
|
432
|
+
":0.25rem;",
|
|
433
|
+
":var(--plasma-typo-body-xs-font-family);",
|
|
434
|
+
":var(--plasma-typo-body-xs-font-size);",
|
|
435
|
+
":var(--plasma-typo-body-xs-font-style);",
|
|
436
|
+
":var(--plasma-typo-body-xs-font-weight);",
|
|
437
|
+
":var(--plasma-typo-body-xs-letter-spacing);",
|
|
438
|
+
":var(--plasma-typo-body-xs-line-height);"
|
|
439
|
+
], tokens.inputWidth, tokens.inputHeight, tokens.inputMinHeight, tokens.borderRadius, tokens.borderRadiusWithHelpers, tokens.inputPaddingTop, tokens.inputPaddingRight, tokens.inputPaddingRightWithRightContent, tokens.inputPaddingBottom, tokens.inputPaddingBottomWithHelpers, tokens.inputPaddingLeft, tokens.helpersPaddingTop, tokens.helpersPaddingRight, tokens.helpersPaddingBottom, tokens.helpersPaddingLeft, tokens.helpersOffset, tokens.rightContentTop, tokens.rightContentRight, tokens.rightContentHeight, tokens.labelMarginBottom, tokens.labelInnerFontFamily, tokens.labelInnerFontSize, tokens.labelInnerFontStyle, tokens.labelInnerFontWeight, tokens.labelInnerLetterSpacing, tokens.labelInnerLineHeight, tokens.labelInnerTop, tokens.labelInnerTopHelper, tokens.labelInnerMarginBottom, tokens.inputFontFamily, tokens.inputFontSize, tokens.inputFontStyle, tokens.inputFontWeight, tokens.inputLetterSpacing, tokens.inputLineHeight, tokens.helpersFontFamily, tokens.helpersFontSize, tokens.helpersFontStyle, tokens.helpersFontWeight, tokens.helpersLetterSpacing, tokens.helpersLineHeight, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorLabelPlacementInner, tokens.indicatorLabelPlacementOuter, tokens.indicatorLabelPlacementInnerRight, tokens.indicatorLabelPlacementOuterRight, tokens.clearIndicatorHintInnerRight, tokens.scrollbarWidth, tokens.scrollbarBorderWidth, tokens.hintMargin, tokens.hintTargetSize, tokens.hintInnerLabelPlacementOffset, tokens.titleCaptionInnerLabelOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight)
|
|
440
|
+
},
|
|
441
|
+
hintView: {
|
|
442
|
+
default: css([
|
|
443
|
+
"",
|
|
444
|
+
":var(--surface-solid-card-brightness);",
|
|
445
|
+
":var( --shadow-down-hard-m,0px 4px 12px 0px rgba(0,0,0,0.16),0px 1px 4px 0px rgba(0,0,0,0.08) );",
|
|
446
|
+
":var(--text-primary);",
|
|
447
|
+
":var(--surface-solid-card-brightness);"
|
|
448
|
+
], tokens.tooltipBackgroundColor, tokens.tooltipBoxShadow, tokens.tooltipColor, tokens.tooltipArrowBackground)
|
|
449
|
+
},
|
|
450
|
+
hintSize: {
|
|
451
|
+
m: css([
|
|
452
|
+
"",
|
|
453
|
+
":0.6875rem;",
|
|
454
|
+
":0.875rem;",
|
|
455
|
+
":0.6875rem;",
|
|
456
|
+
":0.875rem;",
|
|
457
|
+
":2.5rem;",
|
|
458
|
+
":0.625rem;",
|
|
459
|
+
":var(--plasma-typo-body-s-font-family);",
|
|
460
|
+
":var(--plasma-typo-body-s-font-size);",
|
|
461
|
+
":var(--plasma-typo-body-s-font-style);",
|
|
462
|
+
":var(--plasma-typo-body-s-font-weight);",
|
|
463
|
+
":var(--plasma-typo-body-s-letter-spacing);",
|
|
464
|
+
":var(--plasma-typo-body-s-line-height);",
|
|
465
|
+
":0.375rem;",
|
|
466
|
+
":1.25rem;",
|
|
467
|
+
":1.25rem;",
|
|
468
|
+
':url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==");',
|
|
469
|
+
":0.5rem;",
|
|
470
|
+
":0.625rem;"
|
|
471
|
+
], tokens.tooltipPaddingTop, tokens.tooltipPaddingRight, tokens.tooltipPaddingBottom, tokens.tooltipPaddingLeft, tokens.tooltipMinHeight, tokens.tooltipBorderRadius, tokens.tooltipTextFontFamily, tokens.tooltipTextFontSize, tokens.tooltipTextFontStyle, tokens.tooltipTextFontWeight, tokens.tooltipTextFontLetterSpacing, tokens.tooltipTextFontLineHeight, tokens.tooltipContentLeftMargin, tokens.tooltipArrowMaskWidth, tokens.tooltipArrowMaskHeight, tokens.tooltipArrowMaskImage, tokens.tooltipArrowHeight, tokens.tooltipArrowEdgeMargin),
|
|
472
|
+
s: css([
|
|
473
|
+
"",
|
|
474
|
+
":0.5rem;",
|
|
475
|
+
":0.75rem;",
|
|
476
|
+
":0.5rem;",
|
|
477
|
+
":0.75rem;",
|
|
478
|
+
":2rem;",
|
|
479
|
+
":0.5rem;",
|
|
480
|
+
":var(--plasma-typo-body-xs-font-family);",
|
|
481
|
+
":var(--plasma-typo-body-xs-font-size);",
|
|
482
|
+
":var(--plasma-typo-body-xs-font-style);",
|
|
483
|
+
":var(--plasma-typo-body-xs-font-weight);",
|
|
484
|
+
":var(--plasma-typo-body-xs-letter-spacing);",
|
|
485
|
+
":var(--plasma-typo-body-xs-line-height);",
|
|
486
|
+
":0.25rem;",
|
|
487
|
+
":1rem;",
|
|
488
|
+
":1rem;",
|
|
489
|
+
':url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+");',
|
|
490
|
+
":0.375rem;",
|
|
491
|
+
":0.5625rem;"
|
|
492
|
+
], tokens.tooltipPaddingTop, tokens.tooltipPaddingRight, tokens.tooltipPaddingBottom, tokens.tooltipPaddingLeft, tokens.tooltipMinHeight, tokens.tooltipBorderRadius, tokens.tooltipTextFontFamily, tokens.tooltipTextFontSize, tokens.tooltipTextFontStyle, tokens.tooltipTextFontWeight, tokens.tooltipTextFontLetterSpacing, tokens.tooltipTextFontLineHeight, tokens.tooltipContentLeftMargin, tokens.tooltipArrowMaskWidth, tokens.tooltipArrowMaskHeight, tokens.tooltipArrowMaskImage, tokens.tooltipArrowHeight, tokens.tooltipArrowEdgeMargin)
|
|
493
|
+
},
|
|
494
|
+
disabled: {
|
|
495
|
+
true: css([
|
|
496
|
+
"",
|
|
497
|
+
":0.4;"
|
|
498
|
+
], tokens.disabledOpacity)
|
|
499
|
+
},
|
|
500
|
+
readOnly: {
|
|
501
|
+
true: css([
|
|
502
|
+
"",
|
|
503
|
+
":var(--text-primary);",
|
|
504
|
+
":var(--text-secondary);",
|
|
505
|
+
":var(--surface-transparent-primary);",
|
|
506
|
+
":0.4;"
|
|
507
|
+
], tokens.inputColorReadOnly, tokens.titleCaptionColorReadOnly, tokens.dividerColorReadOnly, tokens.contentSlotRightOpacityReadOnly)
|
|
508
|
+
}
|
|
509
|
+
}
|
|
510
|
+
};
|