@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,108 +1,114 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.timeline-step {
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
@layer states {
|
|
5
|
+
&:is([aria-current='step']) {
|
|
6
|
+
@include current;
|
|
7
|
+
}
|
|
6
8
|
}
|
|
7
9
|
}
|
|
8
10
|
|
|
9
11
|
.timeline {
|
|
10
|
-
@
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
&.mod-number {
|
|
14
|
-
@include number;
|
|
15
|
-
|
|
16
|
-
&.mod-L {
|
|
17
|
-
@include numberL;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
&.mod-S {
|
|
22
|
-
@include S;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
&.mod-L {
|
|
26
|
-
@include L;
|
|
12
|
+
@layer components {
|
|
13
|
+
@include vars;
|
|
14
|
+
@include component;
|
|
27
15
|
}
|
|
28
16
|
|
|
29
|
-
|
|
30
|
-
|
|
17
|
+
@layer mods {
|
|
18
|
+
&.mod-number {
|
|
19
|
+
@include number;
|
|
31
20
|
|
|
32
|
-
|
|
33
|
-
|
|
21
|
+
&.mod-L {
|
|
22
|
+
@include numberL;
|
|
23
|
+
}
|
|
34
24
|
}
|
|
35
25
|
|
|
36
26
|
&.mod-S {
|
|
37
|
-
@include
|
|
27
|
+
@include S;
|
|
38
28
|
}
|
|
39
29
|
|
|
40
30
|
&.mod-L {
|
|
41
|
-
@include
|
|
31
|
+
@include L;
|
|
42
32
|
}
|
|
43
33
|
|
|
44
|
-
&.mod-
|
|
45
|
-
@include
|
|
46
|
-
}
|
|
47
|
-
}
|
|
34
|
+
&.mod-vertical {
|
|
35
|
+
@include vertical;
|
|
48
36
|
|
|
49
|
-
|
|
50
|
-
|
|
37
|
+
&:not(.mod-S, .mod-L) {
|
|
38
|
+
@include verticalNotSNotL;
|
|
39
|
+
}
|
|
51
40
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
41
|
+
&.mod-S {
|
|
42
|
+
@include verticalS;
|
|
43
|
+
}
|
|
55
44
|
|
|
56
|
-
|
|
57
|
-
|
|
45
|
+
&.mod-L {
|
|
46
|
+
@include verticalL;
|
|
47
|
+
}
|
|
58
48
|
|
|
59
|
-
|
|
60
|
-
@include
|
|
49
|
+
&.mod-progress {
|
|
50
|
+
@include verticalProgress;
|
|
61
51
|
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
&.mod-addStep {
|
|
55
|
+
@include addStep;
|
|
62
56
|
|
|
63
57
|
&.mod-L {
|
|
64
|
-
@include
|
|
58
|
+
@include addStepL;
|
|
65
59
|
}
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
60
|
|
|
69
|
-
|
|
70
|
-
|
|
61
|
+
&.mod-vertical {
|
|
62
|
+
@include addStepVertical;
|
|
71
63
|
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
64
|
+
&:not(.mod-L) {
|
|
65
|
+
@include addStepVerticalNotL;
|
|
66
|
+
}
|
|
75
67
|
|
|
76
|
-
|
|
77
|
-
|
|
68
|
+
&.mod-L {
|
|
69
|
+
@include addStepVerticalL;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
78
72
|
}
|
|
79
|
-
}
|
|
80
73
|
|
|
81
|
-
|
|
82
|
-
|
|
74
|
+
&.mod-checkedPastStep {
|
|
75
|
+
@include checkedPastStep;
|
|
83
76
|
|
|
84
|
-
|
|
85
|
-
|
|
77
|
+
&.mod-L {
|
|
78
|
+
@include checkedPastStepL;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
&.mod-vertical:not(.mod-L) {
|
|
82
|
+
@include checkedPastStepVerticalNotL;
|
|
83
|
+
}
|
|
86
84
|
}
|
|
87
85
|
|
|
88
|
-
&.mod-
|
|
89
|
-
@include
|
|
86
|
+
&.mod-addBetweenStep {
|
|
87
|
+
@include addBetweenStep;
|
|
88
|
+
|
|
89
|
+
&.mod-vertical:not(.mod-L) {
|
|
90
|
+
@include addBetweenStepVerticalNotL;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
&.mod-L {
|
|
94
|
+
@include addBetweenStepL;
|
|
95
|
+
}
|
|
90
96
|
}
|
|
91
|
-
}
|
|
92
97
|
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
98
|
+
&.mod-progress {
|
|
99
|
+
@include progress;
|
|
100
|
+
}
|
|
96
101
|
|
|
97
|
-
|
|
98
|
-
|
|
102
|
+
&.mod-dashed {
|
|
103
|
+
@include dashed;
|
|
99
104
|
|
|
100
|
-
|
|
101
|
-
|
|
105
|
+
&.mod-vertical {
|
|
106
|
+
@include dashedVertical;
|
|
107
|
+
}
|
|
102
108
|
}
|
|
103
|
-
}
|
|
104
109
|
|
|
105
|
-
|
|
106
|
-
|
|
110
|
+
&:not(.mod-checkedPastStep) {
|
|
111
|
+
@include notPastChecked;
|
|
112
|
+
}
|
|
107
113
|
}
|
|
108
114
|
}
|
|
@@ -2,26 +2,32 @@
|
|
|
2
2
|
@use '@lucca-front/scss/src/commons/utils/a11y';
|
|
3
3
|
|
|
4
4
|
.timePicker {
|
|
5
|
-
@
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
&.mod-S {
|
|
9
|
-
@include S;
|
|
5
|
+
@layer components {
|
|
6
|
+
@include vars;
|
|
7
|
+
@include component;
|
|
10
8
|
}
|
|
11
9
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
10
|
+
@layer mods {
|
|
11
|
+
&.mod-S {
|
|
12
|
+
@include S;
|
|
13
|
+
}
|
|
15
14
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
15
|
+
&.mod-stepper {
|
|
16
|
+
@include stepper;
|
|
17
|
+
}
|
|
19
18
|
|
|
20
|
-
|
|
21
|
-
|
|
19
|
+
&.mod-stepperHover {
|
|
20
|
+
@include stepperHover;
|
|
21
|
+
}
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
|
|
25
|
-
|
|
24
|
+
@layer states {
|
|
25
|
+
&:has([aria-invalid='true']) {
|
|
26
|
+
@include invalid;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
&:has([disabled]) {
|
|
30
|
+
@include disabled;
|
|
31
|
+
}
|
|
26
32
|
}
|
|
27
33
|
}
|
|
@@ -1,39 +1,56 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
3
|
+
@layer base {
|
|
4
|
+
h1,
|
|
5
|
+
h2,
|
|
6
|
+
h3,
|
|
7
|
+
h4,
|
|
8
|
+
h5,
|
|
9
|
+
h6 {
|
|
10
|
+
@include vars;
|
|
11
|
+
@include component;
|
|
12
|
+
}
|
|
12
13
|
|
|
13
|
-
h1 {
|
|
14
|
-
|
|
14
|
+
h1 {
|
|
15
|
+
@include h1;
|
|
16
|
+
}
|
|
15
17
|
|
|
16
|
-
|
|
17
|
-
@include
|
|
18
|
+
h2 {
|
|
19
|
+
@include h2;
|
|
18
20
|
}
|
|
19
|
-
}
|
|
20
21
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
22
|
+
h3 {
|
|
23
|
+
@include h3;
|
|
24
|
+
}
|
|
24
25
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
}
|
|
26
|
+
h4 {
|
|
27
|
+
@include h4;
|
|
28
|
+
}
|
|
28
29
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
}
|
|
30
|
+
h5 {
|
|
31
|
+
@include h5;
|
|
32
|
+
}
|
|
32
33
|
|
|
33
|
-
|
|
34
|
-
|
|
34
|
+
h6 {
|
|
35
|
+
@include h6;
|
|
36
|
+
}
|
|
35
37
|
}
|
|
36
38
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
+
@layer mods {
|
|
40
|
+
h1 {
|
|
41
|
+
&.mod-XXXL {
|
|
42
|
+
@include XXXL;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
h1,
|
|
47
|
+
h2,
|
|
48
|
+
h3,
|
|
49
|
+
h4,
|
|
50
|
+
h5,
|
|
51
|
+
h6 {
|
|
52
|
+
&.mod-elementAfterText {
|
|
53
|
+
@include elementAfterText;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
39
56
|
}
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
--sizes-verticalPadding: var(--sizes-M-verticalPadding); // Deprecated
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
|
|
26
|
+
// Deprecated
|
|
27
27
|
@mixin h5 {
|
|
28
28
|
--components-title-font: 600 var(--pr-t-font-fontSize-175)/var(--pr-t-font-lineHeight-250) var(--pr-t-font-family);
|
|
29
29
|
--sizes-verticalPadding: var(--sizes-S-verticalPadding);
|
|
@@ -33,3 +33,9 @@
|
|
|
33
33
|
--components-title-font: 600 var(--pr-t-font-fontSize-150)/var(--pr-t-font-lineHeight-200) var(--pr-t-font-family);
|
|
34
34
|
--sizes-verticalPadding: var(--sizes-XS-verticalPadding);
|
|
35
35
|
}
|
|
36
|
+
|
|
37
|
+
@mixin elementAfterText {
|
|
38
|
+
display: flex;
|
|
39
|
+
flex-wrap: wrap;
|
|
40
|
+
column-gap: var(--pr-t-spacings-100);
|
|
41
|
+
}
|
|
@@ -2,43 +2,51 @@
|
|
|
2
2
|
@use 'exports' as *;
|
|
3
3
|
|
|
4
4
|
.titleSection {
|
|
5
|
-
@
|
|
6
|
-
|
|
5
|
+
@layer components {
|
|
6
|
+
@include vars;
|
|
7
|
+
@include component;
|
|
8
|
+
}
|
|
7
9
|
}
|
|
8
10
|
|
|
9
11
|
%titleXXXL {
|
|
10
|
-
@
|
|
12
|
+
@layer components {
|
|
13
|
+
@include XXXL('!important');
|
|
14
|
+
}
|
|
11
15
|
}
|
|
12
16
|
|
|
13
17
|
%titleImportant {
|
|
14
|
-
@
|
|
18
|
+
@layer components {
|
|
19
|
+
@include title('!important');
|
|
20
|
+
}
|
|
15
21
|
}
|
|
16
22
|
|
|
17
23
|
.titleSection-sub {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
:is(.pr-u-h1, .pr-u-h1.mod-XXXL) ~ & {
|
|
23
|
-
@extend %titleXXXL;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
:is(h2, h3, h4, h5, h6) ~ & {
|
|
27
|
-
@include title;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
:is(.pr-u-h2, .pr-u-h3, .pr-u-h4, .pr-u-h5, .pr-u-h6) ~ & {
|
|
31
|
-
@extend %titleImportant;
|
|
32
|
-
}
|
|
24
|
+
@layer components {
|
|
25
|
+
:is(h1, h1.mod-XXXL) ~ & {
|
|
26
|
+
@include XXXL;
|
|
27
|
+
}
|
|
33
28
|
|
|
34
|
-
|
|
35
|
-
@if config.$deprecatedUtilityPrefix {
|
|
36
|
-
:is(.u-h1, .u-h1.mod-XXXL) ~ & {
|
|
29
|
+
:is(.pr-u-h1, .pr-u-h1.mod-XXXL) ~ & {
|
|
37
30
|
@extend %titleXXXL;
|
|
38
31
|
}
|
|
39
32
|
|
|
40
|
-
:is(
|
|
33
|
+
:is(h2, h3, h4, h5, h6) ~ & {
|
|
34
|
+
@include title;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
:is(.pr-u-h2, .pr-u-h3, .pr-u-h4, .pr-u-h5, .pr-u-h6) ~ & {
|
|
41
38
|
@extend %titleImportant;
|
|
42
39
|
}
|
|
40
|
+
|
|
41
|
+
// Deprecated .u- utilities
|
|
42
|
+
@if config.$deprecatedUtilityPrefix {
|
|
43
|
+
:is(.u-h1, .u-h1.mod-XXXL) ~ & {
|
|
44
|
+
@extend %titleXXXL;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
:is(.u-h2, .u-h3, .u-h4, .u-h5, .u-h6) ~ & {
|
|
48
|
+
@extend %titleImportant;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
43
51
|
}
|
|
44
52
|
}
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.toasts {
|
|
4
|
-
@
|
|
5
|
-
|
|
4
|
+
@layer components {
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
7
|
+
}
|
|
6
8
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
+
@layer mods {
|
|
10
|
+
&.mod-bottom {
|
|
11
|
+
@include bottom;
|
|
12
|
+
}
|
|
9
13
|
}
|
|
10
14
|
}
|
|
@@ -1,38 +1,42 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.tooltip {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
&.is-above {
|
|
8
|
-
@include above;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
&.is-below {
|
|
12
|
-
@include below;
|
|
4
|
+
@layer components {
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
13
7
|
}
|
|
14
8
|
|
|
15
|
-
|
|
16
|
-
@include before;
|
|
17
|
-
|
|
9
|
+
@layer states {
|
|
18
10
|
&.is-above {
|
|
19
|
-
@include
|
|
11
|
+
@include above;
|
|
20
12
|
}
|
|
21
13
|
|
|
22
14
|
&.is-below {
|
|
23
|
-
@include
|
|
15
|
+
@include below;
|
|
24
16
|
}
|
|
25
|
-
}
|
|
26
17
|
|
|
27
|
-
|
|
28
|
-
|
|
18
|
+
&.is-before {
|
|
19
|
+
@include before;
|
|
29
20
|
|
|
30
|
-
|
|
31
|
-
|
|
21
|
+
&.is-above {
|
|
22
|
+
@include beforeAbove;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
&.is-below {
|
|
26
|
+
@include beforeBelow;
|
|
27
|
+
}
|
|
32
28
|
}
|
|
33
29
|
|
|
34
|
-
&.is-
|
|
35
|
-
@include
|
|
30
|
+
&.is-after {
|
|
31
|
+
@include after;
|
|
32
|
+
|
|
33
|
+
&.is-above {
|
|
34
|
+
@include afterAbove;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
&.is-below {
|
|
38
|
+
@include afterBelow;
|
|
39
|
+
}
|
|
36
40
|
}
|
|
37
41
|
}
|
|
38
42
|
}
|
|
@@ -1,33 +1,37 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.userTile {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
&.mod-XS {
|
|
8
|
-
@include XS;
|
|
4
|
+
@layer components {
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
9
7
|
}
|
|
10
8
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
9
|
+
@layer mods {
|
|
10
|
+
&.mod-XS {
|
|
11
|
+
@include XS;
|
|
12
|
+
}
|
|
14
13
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
14
|
+
&.mod-S {
|
|
15
|
+
@include S;
|
|
16
|
+
}
|
|
18
17
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
}
|
|
18
|
+
&.mod-L {
|
|
19
|
+
@include L;
|
|
20
|
+
}
|
|
23
21
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
22
|
+
// .mod-XL is deprecated
|
|
23
|
+
&.mod-XL {
|
|
24
|
+
@include XL;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
// .mod-XXL is deprecated
|
|
28
|
+
&.mod-XXL {
|
|
29
|
+
@include XXL;
|
|
30
|
+
}
|
|
28
31
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
+
// .mod-XXXL is deprecated
|
|
33
|
+
&.mod-XXXL {
|
|
34
|
+
@include XXXL;
|
|
35
|
+
}
|
|
32
36
|
}
|
|
33
37
|
}
|
|
@@ -1,35 +1,45 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.verticalNavigation {
|
|
4
|
-
@
|
|
5
|
-
|
|
4
|
+
@layer components {
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
7
|
+
}
|
|
6
8
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
+
@layer mods {
|
|
10
|
+
&.mod-iconless {
|
|
11
|
+
@include iconless;
|
|
12
|
+
}
|
|
9
13
|
}
|
|
10
14
|
}
|
|
11
15
|
|
|
12
16
|
.verticalNavigation-list {
|
|
13
|
-
|
|
14
|
-
|
|
17
|
+
@layer mods {
|
|
18
|
+
&.mod-child {
|
|
19
|
+
@include child;
|
|
20
|
+
}
|
|
15
21
|
}
|
|
16
22
|
}
|
|
17
23
|
|
|
18
24
|
.verticalNavigation-list-item-link {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
25
|
+
@layer states {
|
|
26
|
+
&[aria-expanded='true'] {
|
|
27
|
+
@include expanded;
|
|
28
|
+
}
|
|
22
29
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
30
|
+
&[aria-current='page'] {
|
|
31
|
+
@include active;
|
|
32
|
+
}
|
|
26
33
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
34
|
+
&[disabled],
|
|
35
|
+
&.is-disabled {
|
|
36
|
+
@include disabled;
|
|
37
|
+
}
|
|
30
38
|
}
|
|
31
39
|
}
|
|
32
40
|
|
|
33
41
|
span.verticalNavigation-list-item-link {
|
|
34
|
-
@
|
|
42
|
+
@layer states {
|
|
43
|
+
@include disabled;
|
|
44
|
+
}
|
|
35
45
|
}
|