@lucca-front/scss 20.2.2 → 20.3.0-rc.2
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/lucca-front.min.css +1 -1
- package/package.json +2 -2
- package/src/commons/config.scss +12 -1
- package/src/commons/core.scss +3 -3
- package/src/commons/exports.scss +0 -1
- package/src/commons/index.scss +9 -2
- package/src/commons/utils/color.scss +14 -0
- package/src/commons/utils/index.scss +480 -478
- package/src/commons/utils/reset.scss +1 -1
- package/src/components/_sample/index.scss +14 -6
- package/src/components/appLayout/index.scss +11 -7
- package/src/components/avatar/component.scss +4 -3
- package/src/components/avatar/index.scss +46 -34
- package/src/components/avatar/mods.scss +17 -2
- package/src/components/avatar/vars.scss +4 -0
- package/src/components/box/index.scss +20 -14
- package/src/components/breadcrumbs/index.scss +16 -10
- package/src/components/button/index.scss +143 -123
- package/src/components/button/mods.scss +33 -1
- package/src/components/button/states.scss +29 -3
- package/src/components/button/vars.scss +1 -1
- package/src/components/buttonGroup/component.scss +1 -1
- package/src/components/buttonGroup/index.scss +20 -8
- package/src/components/calendar/index.scss +56 -44
- package/src/components/callout/component.scss +13 -4
- package/src/components/callout/index.scss +17 -4
- package/src/components/callout/mods.scss +30 -2
- package/src/components/callout/vars.scss +5 -0
- package/src/components/calloutDisclosure/index.scss +15 -9
- package/src/components/calloutFeedbackList/index.scss +8 -4
- package/src/components/calloutPopover/index.scss +18 -12
- package/src/components/card/index.scss +26 -20
- package/src/components/checkbox/index.scss +36 -30
- package/src/components/checkboxField/index.scss +90 -80
- package/src/components/chip/index.scss +23 -17
- package/src/components/clear/index.scss +23 -17
- package/src/components/code/index.scss +8 -4
- package/src/components/collapse/index.scss +11 -7
- package/src/components/comment/index.scss +30 -20
- package/src/components/container/index.scss +29 -25
- package/src/components/contentSection/index.scss +4 -2
- package/src/components/dataTable/component.scss +2 -0
- package/src/components/dataTable/index.scss +85 -49
- package/src/components/dataTable/mods.scss +4 -5
- package/src/components/dataTable/states.scss +12 -0
- package/src/components/dataTableSticked/index.scss +32 -24
- package/src/components/dateField/index.scss +24 -20
- package/src/components/dateRangeField/index.scss +29 -25
- package/src/components/dialog/index.scss +40 -32
- package/src/components/dialog/mods.scss +4 -0
- package/src/components/divider/index.scss +11 -7
- package/src/components/dropdown/index.scss +12 -6
- package/src/components/emptyState/index.scss +11 -7
- package/src/components/errorPage/index.scss +8 -4
- package/src/components/fancyBox/index.scss +8 -4
- package/src/components/field/index.scss +96 -76
- package/src/components/fieldset/index.scss +18 -12
- package/src/components/file/index.scss +38 -30
- package/src/components/fileEntry/index.scss +24 -18
- package/src/components/fileToolbar/index.scss +10 -6
- package/src/components/fileUpload/index.scss +37 -31
- package/src/components/filterBar/index.scss +17 -13
- package/src/components/filterBarDeprecated/index.scss +8 -4
- package/src/components/filterPill/index.scss +56 -48
- package/src/components/filters/index.scss +14 -8
- package/src/components/footer/component.scss +0 -1
- package/src/components/footer/index.scss +38 -34
- package/src/components/form/component.scss +10 -0
- package/src/components/form/index.scss +114 -84
- package/src/components/form/mods.scss +7 -5
- package/src/components/formLabel/index.scss +19 -13
- package/src/components/gauge/component.scss +71 -14
- package/src/components/gauge/index.scss +31 -6
- package/src/components/gauge/mods.scss +21 -7
- package/src/components/gauge/states.scss +8 -0
- package/src/components/gauge/vars.scss +16 -1
- package/src/components/grid/index.scss +25 -21
- package/src/components/header/index.scss +18 -12
- package/src/components/highlightData/index.scss +28 -24
- package/src/components/horizontalNavigation/index.scss +42 -36
- package/src/components/index.scss +58 -55
- package/src/components/indexTable/index.scss +54 -56
- package/src/components/inlineMessage/index.scss +18 -12
- package/src/components/inputFramed/component.scss +1 -0
- package/src/components/inputFramed/index.scss +34 -24
- package/src/components/inputFramed/mods.scss +3 -0
- package/src/components/inputFramed/vars.scss +1 -0
- package/src/components/label/index.scss +13 -9
- package/src/components/layout/index.scss +51 -45
- package/src/components/link/index.scss +14 -8
- package/src/components/link/mods.scss +1 -1
- package/src/components/list/index.scss +15 -11
- package/src/components/listboxOption/index.scss +131 -115
- package/src/components/listing/index.scss +22 -18
- package/src/components/loading/index.scss +27 -23
- package/src/components/main/index.scss +21 -15
- package/src/components/mainLayout/index.scss +26 -20
- package/src/components/mobileHeader/index.scss +8 -4
- package/src/components/mobileNavigation/index.scss +4 -2
- package/src/components/mobilePush/index.scss +8 -4
- package/src/components/multiSelect/index.scss +46 -36
- package/src/components/navside/index.scss +78 -56
- package/src/components/newBadge/index.scss +8 -4
- package/src/components/notchBox/index.scss +17 -13
- package/src/components/notchBox/mods.scss +137 -125
- package/src/components/numericBadge/index.scss +22 -16
- package/src/components/pageHeader/index.scss +26 -22
- package/src/components/pagination/index.scss +12 -6
- package/src/components/plgPush/index.scss +4 -2
- package/src/components/popover/index.scss +4 -2
- package/src/components/progress/index.scss +15 -9
- package/src/components/radio/index.scss +18 -12
- package/src/components/radioButtons/index.scss +15 -9
- package/src/components/radioField/index.scss +46 -40
- package/src/components/readMore/index.scss +21 -15
- package/src/components/richText/index.scss +20 -14
- package/src/components/scrollBox/index.scss +14 -10
- package/src/components/section/index.scss +16 -12
- package/src/components/segmentedControl/component.scss +1 -0
- package/src/components/segmentedControl/index.scss +25 -15
- package/src/components/simpleSelect/index.scss +41 -33
- package/src/components/skeleton/index.scss +43 -37
- package/src/components/skipLinks/index.scss +4 -2
- package/src/components/sortableList/index.scss +12 -6
- package/src/components/statusBadge/index.scss +8 -4
- package/src/components/suggestion/component.scss +19 -0
- package/src/components/suggestion/exports.scss +4 -0
- package/src/components/suggestion/index.scss +16 -0
- package/src/components/suggestion/mods.scss +0 -0
- package/src/components/suggestion/states.scss +12 -0
- package/src/components/suggestion/vars.scss +4 -0
- package/src/components/switch/index.scss +35 -29
- package/src/components/switchField/index.scss +22 -16
- package/src/components/table/index.scss +78 -64
- package/src/components/tableFixed/index.scss +13 -11
- package/src/components/tableFixedDeprecated/index.scss +14 -10
- package/src/components/tableOfContent/index.scss +28 -24
- package/src/components/tableSortable/index.scss +22 -16
- package/src/components/tableSticked/index.scss +28 -24
- package/src/components/tableSticked/mods.scss +6 -6
- package/src/components/tableStickedDeprecated/index.scss +46 -40
- package/src/components/tag/component.scss +4 -1
- package/src/components/tag/index.scss +32 -14
- package/src/components/tag/mods.scss +30 -3
- package/src/components/tag/states.scss +6 -0
- package/src/components/tag/vars.scss +2 -0
- package/src/components/textField/component.scss +1 -0
- package/src/components/textField/index.scss +33 -21
- package/src/components/textField/mods.scss +1 -1
- package/src/components/textField/states.scss +5 -0
- package/src/components/textField/vars.scss +1 -0
- package/src/components/textFlow/index.scss +4 -2
- package/src/components/textfields/index.scss +279 -258
- package/src/components/timeline/index.scss +72 -66
- package/src/components/timepicker/index.scss +21 -15
- package/src/components/title/index.scss +44 -27
- package/src/components/title/mods.scss +7 -1
- package/src/components/titleSection/index.scss +31 -23
- package/src/components/toast/index.scss +8 -4
- package/src/components/tooltip/index.scss +25 -21
- package/src/components/userPopover/component.scss +1 -0
- package/src/components/userPopover/index.scss +4 -2
- package/src/components/userTile/index.scss +26 -22
- package/src/components/verticalNavigation/index.scss +26 -16
|
@@ -1,402 +1,423 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.textfield {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
.textfield-input {
|
|
8
|
-
&:is([disabled], .is-disabled, .disabled, [readonly], .is-readonly, .readonly) {
|
|
9
|
-
@include inputDisabled;
|
|
10
|
-
}
|
|
4
|
+
@layer components {
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
11
7
|
}
|
|
12
8
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
&.mod-password {
|
|
18
|
-
@include password;
|
|
19
|
-
|
|
20
|
-
.textfield-suffix-action {
|
|
21
|
-
&:is([aria-pressed='true']) {
|
|
22
|
-
@include passwordActionPressed;
|
|
9
|
+
@layer states {
|
|
10
|
+
.textfield-input {
|
|
11
|
+
&:is([disabled], .is-disabled, .disabled, [readonly], .is-readonly, .readonly) {
|
|
12
|
+
@include inputDisabled;
|
|
23
13
|
}
|
|
14
|
+
}
|
|
24
15
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
16
|
+
|
|
17
|
+
&:is(.is-open, .open) {
|
|
18
|
+
@include open;
|
|
28
19
|
}
|
|
29
20
|
}
|
|
30
21
|
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
22
|
+
@layer mods {
|
|
23
|
+
&.mod-password {
|
|
24
|
+
@include password;
|
|
34
25
|
|
|
35
|
-
|
|
36
|
-
|
|
26
|
+
.textfield-suffix-action {
|
|
27
|
+
&:is([aria-pressed='true']) {
|
|
28
|
+
@include passwordActionPressed;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
&:is([aria-pressed='false']) {
|
|
32
|
+
@include passwordActionNotPressed;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
37
35
|
}
|
|
38
36
|
|
|
39
|
-
&.mod-
|
|
40
|
-
|
|
37
|
+
&.mod-search,
|
|
38
|
+
&.mod-autocomplete {
|
|
39
|
+
@include search;
|
|
41
40
|
|
|
42
41
|
&.mod-clearable {
|
|
43
|
-
@include
|
|
42
|
+
@include searchClearable;
|
|
44
43
|
}
|
|
45
|
-
}
|
|
46
44
|
|
|
47
|
-
|
|
48
|
-
|
|
45
|
+
&.mod-S {
|
|
46
|
+
@include searchS;
|
|
49
47
|
|
|
50
|
-
|
|
51
|
-
|
|
48
|
+
&.mod-clearable {
|
|
49
|
+
@include searchClearableS;
|
|
50
|
+
}
|
|
52
51
|
}
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
52
|
|
|
56
|
-
|
|
57
|
-
|
|
53
|
+
&.mod-XS {
|
|
54
|
+
@include searchXS;
|
|
58
55
|
|
|
59
|
-
|
|
60
|
-
|
|
56
|
+
&.mod-clearable {
|
|
57
|
+
@include searchClearableXS;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
61
60
|
}
|
|
62
61
|
|
|
63
|
-
&.mod-
|
|
64
|
-
@include
|
|
65
|
-
}
|
|
66
|
-
}
|
|
62
|
+
&.mod-clearable {
|
|
63
|
+
@include clearable;
|
|
67
64
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
65
|
+
&.mod-S {
|
|
66
|
+
@include clearableS;
|
|
67
|
+
}
|
|
71
68
|
|
|
72
|
-
|
|
73
|
-
|
|
69
|
+
&.mod-XS {
|
|
70
|
+
@include clearableXS;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
74
73
|
|
|
75
|
-
&.mod-
|
|
76
|
-
@include
|
|
74
|
+
&.mod-withSuffix {
|
|
75
|
+
@include suffix;
|
|
77
76
|
}
|
|
78
|
-
}
|
|
79
77
|
|
|
80
|
-
|
|
81
|
-
|
|
78
|
+
&.mod-noLabel {
|
|
79
|
+
@include noLabel;
|
|
82
80
|
|
|
83
|
-
|
|
84
|
-
|
|
81
|
+
&.mod-XS {
|
|
82
|
+
@include noLabelXS;
|
|
83
|
+
}
|
|
85
84
|
}
|
|
86
|
-
}
|
|
87
85
|
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
}
|
|
86
|
+
&.mod-multiline {
|
|
87
|
+
@include multiline;
|
|
91
88
|
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
89
|
+
&.mod-S {
|
|
90
|
+
@include multilineS;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
95
93
|
|
|
96
|
-
|
|
97
|
-
|
|
94
|
+
&.mod-invert {
|
|
95
|
+
@include invert;
|
|
96
|
+
}
|
|
98
97
|
|
|
99
|
-
|
|
100
|
-
@include
|
|
98
|
+
&.mod-radio {
|
|
99
|
+
@include radio;
|
|
101
100
|
}
|
|
102
|
-
}
|
|
103
101
|
|
|
104
|
-
|
|
105
|
-
|
|
102
|
+
&.mod-filter {
|
|
103
|
+
@include filter;
|
|
106
104
|
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
@include inputIconS;
|
|
105
|
+
&:is(:hover) {
|
|
106
|
+
@include filterHover;
|
|
110
107
|
}
|
|
111
108
|
}
|
|
112
|
-
}
|
|
113
109
|
|
|
114
|
-
|
|
115
|
-
|
|
110
|
+
&.mod-S {
|
|
111
|
+
@include S;
|
|
116
112
|
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
113
|
+
&.textfield-input {
|
|
114
|
+
&.mod-icon {
|
|
115
|
+
@include inputIconS;
|
|
116
|
+
}
|
|
120
117
|
}
|
|
121
118
|
}
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
&.mod-shortest {
|
|
125
|
-
@include size('shortest');
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
&.mod-shorter {
|
|
129
|
-
@include size('shorter');
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
&.mod-short {
|
|
133
|
-
@include size('short');
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
&.mod-default {
|
|
137
|
-
@include size('default');
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
&.mod-long {
|
|
141
|
-
@include size('long');
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
&.mod-longer {
|
|
145
|
-
@include size('longer');
|
|
146
|
-
}
|
|
147
119
|
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
&.mod-compact {
|
|
153
|
-
@include compact;
|
|
120
|
+
&.mod-XS {
|
|
121
|
+
@include XS;
|
|
154
122
|
|
|
155
|
-
|
|
156
|
-
|
|
123
|
+
&.textfield-input {
|
|
124
|
+
&.mod-icon {
|
|
125
|
+
@include inputIconXS;
|
|
126
|
+
}
|
|
127
|
+
}
|
|
157
128
|
}
|
|
158
129
|
|
|
159
130
|
&.mod-shortest {
|
|
160
|
-
@include
|
|
131
|
+
@include size('shortest');
|
|
161
132
|
}
|
|
162
133
|
|
|
163
134
|
&.mod-shorter {
|
|
164
|
-
@include
|
|
135
|
+
@include size('shorter');
|
|
165
136
|
}
|
|
166
137
|
|
|
167
138
|
&.mod-short {
|
|
168
|
-
@include
|
|
139
|
+
@include size('short');
|
|
169
140
|
}
|
|
170
141
|
|
|
171
142
|
&.mod-default {
|
|
172
|
-
@include
|
|
143
|
+
@include size('default');
|
|
173
144
|
}
|
|
174
145
|
|
|
175
146
|
&.mod-long {
|
|
176
|
-
@include
|
|
147
|
+
@include size('long');
|
|
177
148
|
}
|
|
178
149
|
|
|
179
150
|
&.mod-longer {
|
|
180
|
-
@include
|
|
151
|
+
@include size('longer');
|
|
181
152
|
}
|
|
182
153
|
|
|
183
154
|
&.mod-longest {
|
|
184
|
-
@include
|
|
155
|
+
@include size('longest');
|
|
185
156
|
}
|
|
186
|
-
}
|
|
187
157
|
|
|
188
|
-
|
|
189
|
-
|
|
158
|
+
&.mod-compact {
|
|
159
|
+
@include compact;
|
|
190
160
|
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
&.mod-clearable {
|
|
194
|
-
@include materialSearchBlockClearableInput;
|
|
195
|
-
}
|
|
161
|
+
&.mod-multiline {
|
|
162
|
+
@include compactMultiline;
|
|
196
163
|
}
|
|
197
|
-
}
|
|
198
164
|
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
@include materialInputFocus;
|
|
165
|
+
&.mod-shortest {
|
|
166
|
+
@include compactSize('shortest');
|
|
202
167
|
}
|
|
203
168
|
|
|
204
|
-
|
|
205
|
-
@include
|
|
169
|
+
&.mod-shorter {
|
|
170
|
+
@include compactSize('shorter');
|
|
206
171
|
}
|
|
207
172
|
|
|
208
|
-
|
|
209
|
-
@include
|
|
173
|
+
&.mod-short {
|
|
174
|
+
@include compactSize('short');
|
|
210
175
|
}
|
|
211
176
|
|
|
212
|
-
|
|
213
|
-
@include
|
|
177
|
+
&.mod-default {
|
|
178
|
+
@include compactSize('default');
|
|
214
179
|
}
|
|
215
180
|
|
|
216
|
-
|
|
217
|
-
@include
|
|
181
|
+
&.mod-long {
|
|
182
|
+
@include compactSize('long');
|
|
218
183
|
}
|
|
219
184
|
|
|
220
|
-
|
|
221
|
-
@include
|
|
185
|
+
&.mod-longer {
|
|
186
|
+
@include compactSize('longer');
|
|
222
187
|
}
|
|
223
|
-
}
|
|
224
188
|
|
|
225
|
-
|
|
226
|
-
|
|
189
|
+
&.mod-longest {
|
|
190
|
+
@include compactSize('longest');
|
|
191
|
+
}
|
|
227
192
|
}
|
|
193
|
+
}
|
|
228
194
|
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
195
|
+
@layer mods {
|
|
196
|
+
&.mod-material {
|
|
197
|
+
@include material;
|
|
232
198
|
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
199
|
+
&.mod-search {
|
|
200
|
+
&.mod-block {
|
|
201
|
+
&.mod-clearable {
|
|
202
|
+
@include materialSearchBlockClearableInput;
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
}
|
|
236
206
|
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
}
|
|
207
|
+
&.mod-S {
|
|
208
|
+
@include materialS;
|
|
209
|
+
}
|
|
241
210
|
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
211
|
+
&.mod-withSuffix {
|
|
212
|
+
@include materialSuffix;
|
|
213
|
+
}
|
|
245
214
|
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
215
|
+
&.mod-noLabel {
|
|
216
|
+
@include materialNoLabel;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
&.mod-search,
|
|
220
|
+
&.mod-autocomplete {
|
|
221
|
+
@include materialSearch;
|
|
222
|
+
}
|
|
249
223
|
|
|
250
|
-
|
|
251
|
-
|
|
224
|
+
&.mod-radio {
|
|
225
|
+
@include materialRadio;
|
|
226
|
+
}
|
|
252
227
|
}
|
|
253
228
|
}
|
|
254
|
-
}
|
|
255
229
|
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
230
|
+
@layer states {
|
|
231
|
+
&.mod-material {
|
|
232
|
+
.textfield-input {
|
|
233
|
+
&:is(:focus, .is-focused, .focused) {
|
|
234
|
+
@include materialInputFocus;
|
|
235
|
+
}
|
|
260
236
|
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
}
|
|
237
|
+
&:is(.is-filled, .filled) {
|
|
238
|
+
@include materialInputFilled;
|
|
239
|
+
}
|
|
265
240
|
|
|
266
|
-
.
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
241
|
+
&:is([disabled], .is-disabled, .disabled, [readonly], .is-readonly, .readonly) {
|
|
242
|
+
@include materialInputDisabled;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
&:is(.is-invalid, .invalid, .is-error, .error) {
|
|
246
|
+
@include materialInputState('error');
|
|
247
|
+
}
|
|
271
248
|
|
|
272
|
-
.
|
|
273
|
-
|
|
274
|
-
|
|
249
|
+
&:is(.is-warning, .warning) {
|
|
250
|
+
@include materialInputState('warning');
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
&:is(.is-success, .success) {
|
|
254
|
+
@include materialInputState('success');
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
&:is(.is-loading, .loading) {
|
|
259
|
+
@include materialLoading;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
&:is(.is-valid, .valid) {
|
|
263
|
+
@include materialValid;
|
|
264
|
+
}
|
|
265
|
+
}
|
|
275
266
|
}
|
|
276
267
|
}
|
|
277
268
|
|
|
278
|
-
|
|
279
|
-
.
|
|
280
|
-
|
|
269
|
+
@layer states {
|
|
270
|
+
.textfield-input {
|
|
271
|
+
&:is(:hover) {
|
|
272
|
+
@include inputHover;
|
|
273
|
+
}
|
|
281
274
|
|
|
282
|
-
|
|
283
|
-
|
|
275
|
+
&:is(:focus-visible, .is-focused, .focused) {
|
|
276
|
+
@include inputFocus;
|
|
277
|
+
}
|
|
278
|
+
}
|
|
284
279
|
|
|
285
|
-
|
|
286
|
-
|
|
280
|
+
.textfield-options-entry {
|
|
281
|
+
&:is(:hover, .is-focus, .focus) {
|
|
282
|
+
@include entryHover;
|
|
287
283
|
}
|
|
288
284
|
}
|
|
285
|
+
}
|
|
289
286
|
|
|
290
|
-
|
|
291
|
-
|
|
287
|
+
@layer mods {
|
|
288
|
+
.textfield-suffix {
|
|
289
|
+
&.mod-icon {
|
|
290
|
+
@include suffixIcon;
|
|
291
|
+
}
|
|
292
292
|
}
|
|
293
|
+
}
|
|
293
294
|
|
|
294
|
-
|
|
295
|
-
|
|
295
|
+
@layer mods {
|
|
296
|
+
.textfield.mod-framed,
|
|
297
|
+
.form.mod-framed .textfield {
|
|
298
|
+
@include framed;
|
|
296
299
|
|
|
297
|
-
|
|
298
|
-
@include
|
|
299
|
-
}
|
|
300
|
+
&.mod-multiline {
|
|
301
|
+
@include framedMultiline;
|
|
300
302
|
|
|
301
|
-
|
|
302
|
-
|
|
303
|
+
&.mod-S {
|
|
304
|
+
@include framedMultilineS;
|
|
305
|
+
}
|
|
303
306
|
}
|
|
304
307
|
|
|
305
|
-
|
|
306
|
-
@include
|
|
308
|
+
&.mod-search {
|
|
309
|
+
@include framedSearch;
|
|
307
310
|
}
|
|
311
|
+
}
|
|
312
|
+
}
|
|
308
313
|
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
314
|
+
@layer states {
|
|
315
|
+
.textfield.mod-framed,
|
|
316
|
+
.form.mod-framed .textfield {
|
|
317
|
+
&:is(.is-error, .error) {
|
|
318
|
+
@include framedState('error');
|
|
319
|
+
|
|
320
|
+
&:is(:focus-within, :hover) {
|
|
321
|
+
@include framedErrorHover;
|
|
312
322
|
}
|
|
313
323
|
|
|
314
|
-
&:
|
|
315
|
-
@include
|
|
324
|
+
&:is(:hover) {
|
|
325
|
+
@include framedStateHover('error');
|
|
316
326
|
}
|
|
317
|
-
}
|
|
318
327
|
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
@include framedStateSearch('error');
|
|
323
|
-
}
|
|
324
|
-
}
|
|
328
|
+
&:is(:focus-within) {
|
|
329
|
+
@include framedStateFocus('error');
|
|
330
|
+
}
|
|
325
331
|
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
332
|
+
.textfield-input {
|
|
333
|
+
&:hover {
|
|
334
|
+
@include framedStateInputHover('error');
|
|
335
|
+
}
|
|
329
336
|
|
|
330
|
-
|
|
331
|
-
|
|
337
|
+
&:focus {
|
|
338
|
+
@include framedStateInputFocus('error');
|
|
339
|
+
}
|
|
340
|
+
}
|
|
332
341
|
|
|
333
|
-
|
|
334
|
-
|
|
342
|
+
&.mod-search,
|
|
343
|
+
&.mod-autocomplete,
|
|
344
|
+
&.mod-select {
|
|
345
|
+
@include framedStateSearch('error');
|
|
346
|
+
}
|
|
335
347
|
}
|
|
336
348
|
|
|
337
|
-
&:is(
|
|
338
|
-
@include
|
|
349
|
+
&:is(.is-loading, .loading) {
|
|
350
|
+
@include framedLoading;
|
|
339
351
|
}
|
|
340
352
|
|
|
341
|
-
.
|
|
342
|
-
|
|
343
|
-
|
|
353
|
+
&:is(.is-warning, .warning) {
|
|
354
|
+
@include framedState('warning');
|
|
355
|
+
|
|
356
|
+
&:is(:hover) {
|
|
357
|
+
@include framedStateHover('warning');
|
|
344
358
|
}
|
|
345
359
|
|
|
346
|
-
&:focus {
|
|
347
|
-
@include
|
|
360
|
+
&:is(:focus-within) {
|
|
361
|
+
@include framedStateFocus('warning');
|
|
348
362
|
}
|
|
349
|
-
}
|
|
350
363
|
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
}
|
|
356
|
-
}
|
|
364
|
+
.textfield-input {
|
|
365
|
+
&:hover {
|
|
366
|
+
@include framedStateInputHover('warning');
|
|
367
|
+
}
|
|
357
368
|
|
|
358
|
-
|
|
359
|
-
|
|
369
|
+
&:focus {
|
|
370
|
+
@include framedStateInputFocus('warning');
|
|
371
|
+
}
|
|
372
|
+
}
|
|
360
373
|
|
|
361
|
-
|
|
362
|
-
|
|
374
|
+
&.mod-search,
|
|
375
|
+
&.mod-autocomplete,
|
|
376
|
+
&.mod-select {
|
|
377
|
+
@include framedStateSearch('warning');
|
|
378
|
+
}
|
|
363
379
|
}
|
|
364
380
|
|
|
365
|
-
&:is(
|
|
366
|
-
@include
|
|
367
|
-
}
|
|
381
|
+
&:is(.is-success, .is-valid, .valid, .success) {
|
|
382
|
+
@include framedState('success');
|
|
368
383
|
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
@include framedStateInputHover('success');
|
|
384
|
+
&:is(:hover) {
|
|
385
|
+
@include framedStateHover('success');
|
|
372
386
|
}
|
|
373
387
|
|
|
374
|
-
&:focus {
|
|
375
|
-
@include
|
|
388
|
+
&:is(:focus-within) {
|
|
389
|
+
@include framedStateFocus('success');
|
|
376
390
|
}
|
|
377
|
-
}
|
|
378
391
|
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
}
|
|
384
|
-
}
|
|
392
|
+
.textfield-input {
|
|
393
|
+
&:hover {
|
|
394
|
+
@include framedStateInputHover('success');
|
|
395
|
+
}
|
|
385
396
|
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
397
|
+
&:focus {
|
|
398
|
+
@include framedStateInputFocus('success');
|
|
399
|
+
}
|
|
400
|
+
}
|
|
390
401
|
|
|
391
|
-
|
|
392
|
-
|
|
402
|
+
&.mod-search,
|
|
403
|
+
&.mod-autocomplete,
|
|
404
|
+
&.mod-select {
|
|
405
|
+
@include framedStateSearch('success');
|
|
406
|
+
}
|
|
393
407
|
}
|
|
394
408
|
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
409
|
+
.textfield-input {
|
|
410
|
+
&:is(:hover) {
|
|
411
|
+
@include framedInputHover;
|
|
412
|
+
}
|
|
398
413
|
|
|
399
|
-
|
|
414
|
+
&:is(:focus) {
|
|
415
|
+
@include framedInputFocus;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
&:is(:invalid, .is-invalid, .invalid) {
|
|
419
|
+
@include framedInputInvalid;
|
|
420
|
+
}
|
|
400
421
|
}
|
|
401
422
|
}
|
|
402
423
|
}
|