@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
|
@@ -2,91 +2,105 @@
|
|
|
2
2
|
@use '@lucca-front/scss/src/commons/utils/namespace';
|
|
3
3
|
|
|
4
4
|
.form.mod-framed {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
@layer mods {
|
|
6
|
+
.textfield,
|
|
7
|
+
.radiosfield,
|
|
8
|
+
.checkboxesfield {
|
|
9
|
+
@include framed;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@layer states {
|
|
14
|
+
.is-error {
|
|
15
|
+
@include fieldFramedState('error');
|
|
16
|
+
@include fieldFramedError('textfield');
|
|
17
|
+
@include fieldFramedError('radiosfield');
|
|
18
|
+
@include fieldFramedError('checkboxesfield');
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.is-warning {
|
|
22
|
+
@include fieldFramedState('warning');
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.is-valid,
|
|
26
|
+
.is-success {
|
|
27
|
+
@include fieldFramedState('success');
|
|
28
|
+
}
|
|
9
29
|
}
|
|
10
30
|
}
|
|
11
31
|
|
|
12
32
|
.textfield,
|
|
13
33
|
.radiosfield,
|
|
14
34
|
.checkboxesfield {
|
|
15
|
-
@
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
&.mod-inline {
|
|
19
|
-
@include inline;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
&.mod-block {
|
|
23
|
-
@include block;
|
|
35
|
+
@layer components {
|
|
36
|
+
@include vars;
|
|
37
|
+
@include component;
|
|
24
38
|
}
|
|
25
39
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
40
|
+
@layer mods {
|
|
41
|
+
&.mod-inline {
|
|
42
|
+
@include inline;
|
|
43
|
+
}
|
|
29
44
|
|
|
30
|
-
|
|
31
|
-
|
|
45
|
+
&.mod-block {
|
|
46
|
+
@include block;
|
|
47
|
+
}
|
|
32
48
|
}
|
|
33
49
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
50
|
+
@layer states {
|
|
51
|
+
&:is(.is-required, .required) {
|
|
52
|
+
@include required;
|
|
53
|
+
}
|
|
37
54
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
55
|
+
&:is(.is-loading, .loading) {
|
|
56
|
+
@include loading;
|
|
57
|
+
}
|
|
41
58
|
|
|
42
|
-
|
|
43
|
-
|
|
59
|
+
&:is(.is-success, .success, .is-valid, .valid) {
|
|
60
|
+
@include success;
|
|
61
|
+
}
|
|
44
62
|
|
|
45
|
-
|
|
46
|
-
@include
|
|
63
|
+
&:is(.is-error, .error, .is-invalid, .invalid) {
|
|
64
|
+
@include error;
|
|
47
65
|
}
|
|
48
66
|
}
|
|
49
67
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
&.mod-search {
|
|
54
|
-
@include framedSearch;
|
|
55
|
-
}
|
|
68
|
+
@layer mods {
|
|
69
|
+
&.mod-compact {
|
|
70
|
+
@include compact;
|
|
56
71
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
@include fieldFramedError('radiosfield');
|
|
61
|
-
@include fieldFramedError('checkboxesfield');
|
|
72
|
+
&.mod-block {
|
|
73
|
+
@include compactBlock;
|
|
74
|
+
}
|
|
62
75
|
}
|
|
76
|
+
}
|
|
63
77
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
78
|
+
@layer mods {
|
|
79
|
+
&.mod-framed {
|
|
80
|
+
@include framed;
|
|
67
81
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
82
|
+
&.mod-search {
|
|
83
|
+
@include framedSearch;
|
|
84
|
+
}
|
|
71
85
|
}
|
|
86
|
+
}
|
|
72
87
|
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
88
|
+
@layer states {
|
|
89
|
+
&.mod-framed {
|
|
90
|
+
&.is-error {
|
|
91
|
+
@include fieldFramedState('error');
|
|
92
|
+
@include fieldFramedError('textfield');
|
|
93
|
+
@include fieldFramedError('radiosfield');
|
|
94
|
+
@include fieldFramedError('checkboxesfield');
|
|
95
|
+
}
|
|
81
96
|
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
97
|
+
&.is-warning {
|
|
98
|
+
@include fieldFramedState('warning');
|
|
99
|
+
}
|
|
85
100
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
}
|
|
101
|
+
&.is-valid,
|
|
102
|
+
&.is-success {
|
|
103
|
+
@include fieldFramedState('success');
|
|
90
104
|
}
|
|
91
105
|
}
|
|
92
106
|
}
|
|
@@ -94,24 +108,28 @@
|
|
|
94
108
|
.textfield-input,
|
|
95
109
|
.radiosfield-input,
|
|
96
110
|
.checkboxesfield-input {
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
111
|
+
@layer states {
|
|
112
|
+
&:is([disabled], [readonly]) {
|
|
113
|
+
@include inputDisabled;
|
|
114
|
+
}
|
|
100
115
|
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
116
|
+
&:is(.is-valid, .valid, .is-success, .success) {
|
|
117
|
+
@include inputState('success');
|
|
118
|
+
}
|
|
104
119
|
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
120
|
+
&:is(.is-warning, .warning) {
|
|
121
|
+
@include inputState('warning');
|
|
122
|
+
}
|
|
108
123
|
|
|
109
|
-
|
|
110
|
-
|
|
124
|
+
&:is(.is-invalid, .invalid, .is-error, .error) {
|
|
125
|
+
@include inputState('error');
|
|
126
|
+
}
|
|
111
127
|
}
|
|
112
128
|
|
|
113
|
-
|
|
114
|
-
|
|
129
|
+
@layer mods {
|
|
130
|
+
&.mod-row {
|
|
131
|
+
@include inputRow;
|
|
132
|
+
}
|
|
115
133
|
}
|
|
116
134
|
}
|
|
117
135
|
}
|
|
@@ -119,8 +137,10 @@
|
|
|
119
137
|
.textfield-input,
|
|
120
138
|
.radiosfield-input,
|
|
121
139
|
.checkboxesfield-input {
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
140
|
+
@layer states {
|
|
141
|
+
&:is([required]),
|
|
142
|
+
&:is([aria-required='true']) {
|
|
143
|
+
@include required;
|
|
144
|
+
}
|
|
125
145
|
}
|
|
126
146
|
}
|
|
@@ -1,22 +1,28 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.fieldset {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
&.mod-S {
|
|
8
|
-
@include S;
|
|
4
|
+
@layer components {
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
9
7
|
}
|
|
10
8
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
9
|
+
@layer mods {
|
|
10
|
+
&.mod-S {
|
|
11
|
+
@include S;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
&.mod-horizontal {
|
|
15
|
+
@include horizontal;
|
|
16
|
+
}
|
|
14
17
|
|
|
15
|
-
|
|
16
|
-
|
|
18
|
+
&.mod-expandable {
|
|
19
|
+
@include expandable;
|
|
20
|
+
}
|
|
17
21
|
}
|
|
18
22
|
|
|
19
|
-
|
|
20
|
-
|
|
23
|
+
@layer states {
|
|
24
|
+
&:has(.fieldset-title-content[aria-expanded='true']) {
|
|
25
|
+
@include expanded;
|
|
26
|
+
}
|
|
21
27
|
}
|
|
22
28
|
}
|
|
@@ -1,44 +1,52 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.file {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
&.mod-S {
|
|
8
|
-
@include S;
|
|
4
|
+
@layer components {
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
9
7
|
}
|
|
10
8
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
9
|
+
@layer mods {
|
|
10
|
+
&.mod-S {
|
|
11
|
+
@include S;
|
|
12
|
+
}
|
|
14
13
|
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
&.mod-icon {
|
|
15
|
+
@include icon;
|
|
16
|
+
}
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
@layer states {
|
|
20
|
+
&:is(.is-droppable, .droppable) {
|
|
21
|
+
@include legacyDroppable;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
&:is(.is_disabled, .is-disabled, .disabled) {
|
|
25
|
+
@include legacyDisabled;
|
|
26
|
+
}
|
|
21
27
|
}
|
|
22
28
|
}
|
|
23
29
|
|
|
24
30
|
.file-input {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
31
|
+
@layer states {
|
|
32
|
+
&:is(:disabled) {
|
|
33
|
+
@include disabled;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
&:is(.is-droppable, .droppable) {
|
|
37
|
+
@include droppable;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
&:is(.is-uploading, .uploading) {
|
|
41
|
+
@include uploading;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
&:is(.is-uploaded, .uploaded) {
|
|
45
|
+
@include uploaded;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
&:is([aria-invalid='true']) {
|
|
49
|
+
@include invalid;
|
|
50
|
+
}
|
|
43
51
|
}
|
|
44
52
|
}
|
|
@@ -1,34 +1,40 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.fileEntry {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
&.mod-S {
|
|
8
|
-
@include S;
|
|
4
|
+
@layer components {
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
9
7
|
}
|
|
10
8
|
|
|
11
|
-
|
|
12
|
-
@include media;
|
|
13
|
-
|
|
9
|
+
@layer mods {
|
|
14
10
|
&.mod-S {
|
|
15
|
-
@include
|
|
11
|
+
@include S;
|
|
16
12
|
}
|
|
17
|
-
}
|
|
18
13
|
|
|
19
|
-
|
|
20
|
-
|
|
14
|
+
&.mod-media {
|
|
15
|
+
@include media;
|
|
21
16
|
|
|
22
|
-
|
|
23
|
-
|
|
17
|
+
&.mod-S {
|
|
18
|
+
@include mediaS;
|
|
19
|
+
}
|
|
24
20
|
}
|
|
25
21
|
}
|
|
26
22
|
|
|
27
|
-
|
|
28
|
-
|
|
23
|
+
@layer states {
|
|
24
|
+
&.is-error {
|
|
25
|
+
@include error;
|
|
29
26
|
|
|
30
|
-
|
|
31
|
-
|
|
27
|
+
&.mod-S {
|
|
28
|
+
@include errorS;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
&.is-loading {
|
|
33
|
+
@include loading;
|
|
34
|
+
|
|
35
|
+
&.mod-S {
|
|
36
|
+
@include loadingS;
|
|
37
|
+
}
|
|
32
38
|
}
|
|
33
39
|
}
|
|
34
40
|
}
|
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.fileToolbar {
|
|
4
|
-
@
|
|
5
|
-
|
|
4
|
+
@layer components {
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
7
|
+
}
|
|
6
8
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
+
@layer mods {
|
|
10
|
+
&.mod-disablePositioning {
|
|
11
|
+
@include disablePositioning;
|
|
9
12
|
|
|
10
|
-
|
|
11
|
-
|
|
13
|
+
&.mod-S {
|
|
14
|
+
@include disablePositioningS;
|
|
15
|
+
}
|
|
12
16
|
}
|
|
13
17
|
}
|
|
14
18
|
}
|
|
@@ -1,50 +1,56 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.fileUpload {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
&:hover {
|
|
8
|
-
@include hover;
|
|
4
|
+
@layer components {
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
9
7
|
}
|
|
10
8
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
9
|
+
@layer mods {
|
|
10
|
+
&.mod-dropzone {
|
|
11
|
+
@include dropzone;
|
|
12
|
+
}
|
|
14
13
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
14
|
+
&.mod-structure {
|
|
15
|
+
@include structure;
|
|
16
|
+
}
|
|
18
17
|
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
&.mod-S {
|
|
19
|
+
@include S;
|
|
21
20
|
|
|
22
|
-
|
|
23
|
-
|
|
21
|
+
&.is-loading {
|
|
22
|
+
@include loadingS;
|
|
23
|
+
}
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
27
|
+
@layer states {
|
|
28
|
+
&:hover {
|
|
29
|
+
@include hover;
|
|
30
|
+
}
|
|
30
31
|
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
32
|
+
&.is-loading {
|
|
33
|
+
@include loading;
|
|
34
|
+
}
|
|
34
35
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
36
|
+
&.is-hidden {
|
|
37
|
+
@include hidden;
|
|
38
|
+
}
|
|
38
39
|
|
|
39
|
-
|
|
40
|
-
|
|
40
|
+
&.is-success {
|
|
41
|
+
@include success;
|
|
42
|
+
}
|
|
41
43
|
|
|
42
|
-
|
|
43
|
-
@include
|
|
44
|
+
&.is-error {
|
|
45
|
+
@include error;
|
|
46
|
+
|
|
47
|
+
&:hover {
|
|
48
|
+
@include errorHover;
|
|
49
|
+
}
|
|
44
50
|
}
|
|
45
|
-
}
|
|
46
51
|
|
|
47
|
-
|
|
48
|
-
|
|
52
|
+
&.is-droppable {
|
|
53
|
+
@include droppable;
|
|
54
|
+
}
|
|
49
55
|
}
|
|
50
56
|
}
|
|
@@ -2,22 +2,26 @@
|
|
|
2
2
|
@use '@lucca-front/scss/src/commons/utils/media';
|
|
3
3
|
|
|
4
4
|
.filterBar {
|
|
5
|
-
@
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
@include media.max(XXS) {
|
|
9
|
-
@include compact;
|
|
5
|
+
@layer components {
|
|
6
|
+
@include vars;
|
|
7
|
+
@include component;
|
|
10
8
|
}
|
|
11
9
|
|
|
12
|
-
@
|
|
13
|
-
@include
|
|
14
|
-
|
|
10
|
+
@layer mods {
|
|
11
|
+
@include media.max(XXS) {
|
|
12
|
+
@include compact;
|
|
13
|
+
}
|
|
15
14
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
15
|
+
@include media.min(XXS) {
|
|
16
|
+
@include notCompact;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
@include media.pointer(coarse) {
|
|
20
|
+
@include touch;
|
|
21
|
+
}
|
|
19
22
|
|
|
20
|
-
|
|
21
|
-
|
|
23
|
+
@include media.pointer(coarse, $reversed: true) {
|
|
24
|
+
@include notTouch;
|
|
25
|
+
}
|
|
22
26
|
}
|
|
23
27
|
}
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.filterBarDeprecated {
|
|
4
|
-
@
|
|
5
|
-
|
|
4
|
+
@layer components {
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
7
|
+
}
|
|
6
8
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
+
@layer mods {
|
|
10
|
+
&.mod-neutral {
|
|
11
|
+
@include neutral;
|
|
12
|
+
}
|
|
9
13
|
}
|
|
10
14
|
}
|