@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
|
@@ -6,14 +6,22 @@
|
|
|
6
6
|
@use 'exports' as *;
|
|
7
7
|
|
|
8
8
|
.sample {
|
|
9
|
-
@
|
|
10
|
-
|
|
9
|
+
@layer components {
|
|
10
|
+
@include vars;
|
|
11
|
+
@include component;
|
|
12
|
+
}
|
|
11
13
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
+
@layer mods {
|
|
15
|
+
&.mod-sampleModifierA {
|
|
16
|
+
@include sampleModifierA;
|
|
17
|
+
}
|
|
14
18
|
}
|
|
15
19
|
|
|
16
|
-
|
|
17
|
-
|
|
20
|
+
@layer states {
|
|
21
|
+
&.is-sampleStateA {
|
|
22
|
+
@include sampleStateA;
|
|
23
|
+
}
|
|
18
24
|
}
|
|
25
|
+
|
|
26
|
+
color: blue;
|
|
19
27
|
}
|
|
@@ -2,16 +2,20 @@
|
|
|
2
2
|
@use '@lucca-front/scss/src/commons/utils/media';
|
|
3
3
|
|
|
4
4
|
.appLayout {
|
|
5
|
-
@
|
|
6
|
-
|
|
5
|
+
@layer components {
|
|
6
|
+
@include vars;
|
|
7
|
+
@include component;
|
|
7
8
|
|
|
8
|
-
|
|
9
|
-
|
|
9
|
+
@include media.min('S') {
|
|
10
|
+
@include wide;
|
|
11
|
+
}
|
|
10
12
|
}
|
|
11
13
|
|
|
12
|
-
@
|
|
13
|
-
|
|
14
|
-
|
|
14
|
+
@layer mods {
|
|
15
|
+
@include media.max('S') {
|
|
16
|
+
&.mod-mobileNavSideBottom {
|
|
17
|
+
@include mobileNavSideBottom;
|
|
18
|
+
}
|
|
15
19
|
}
|
|
16
20
|
}
|
|
17
21
|
}
|
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
@mixin component($atRoot: namespace.$defaultAtRoot) {
|
|
6
6
|
display: inline-block;
|
|
7
7
|
vertical-align: middle;
|
|
8
|
-
border-radius: var(--
|
|
8
|
+
border-radius: var(--components-avatar-borderRadius);
|
|
9
9
|
inline-size: var(--components-avatar-size);
|
|
10
10
|
aspect-ratio: 1;
|
|
11
11
|
|
|
12
12
|
@at-root ($atRoot) {
|
|
13
13
|
.avatar-picture {
|
|
14
|
-
background-color: var(--
|
|
15
|
-
border-radius: var(--
|
|
14
|
+
background-color: var(--components-avatar-picture-background);
|
|
15
|
+
border-radius: var(--components-avatar-borderRadius);
|
|
16
16
|
background-position: center;
|
|
17
17
|
background-size: cover;
|
|
18
18
|
background-repeat: no-repeat;
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
font-family: var(--pr-t-font-family-brand);
|
|
32
32
|
line-height: 1;
|
|
33
33
|
color: var(--pr-t-color-text-reverse);
|
|
34
|
+
display: var(--components-avatar-picture-initials-display);
|
|
34
35
|
}
|
|
35
36
|
|
|
36
37
|
.avatarWrapper {
|
|
@@ -1,56 +1,68 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
|
+
// lu-user-picture is deprecated
|
|
3
4
|
.avatar,
|
|
4
5
|
.lu-user-picture {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
&.mod-XS {
|
|
10
|
-
@include XS;
|
|
6
|
+
@layer components {
|
|
7
|
+
@include vars;
|
|
8
|
+
@include component;
|
|
11
9
|
}
|
|
12
10
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
11
|
+
@layer mods {
|
|
12
|
+
&.mod-XS {
|
|
13
|
+
@include XS;
|
|
14
|
+
}
|
|
16
15
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
16
|
+
&.mod-S {
|
|
17
|
+
@include S;
|
|
18
|
+
}
|
|
20
19
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
20
|
+
&.mod-L {
|
|
21
|
+
@include L;
|
|
22
|
+
}
|
|
24
23
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
24
|
+
&.mod-XL {
|
|
25
|
+
@include XL;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
&.mod-XXL {
|
|
29
|
+
@include XXL;
|
|
30
|
+
}
|
|
28
31
|
|
|
29
|
-
|
|
30
|
-
|
|
32
|
+
&.mod-XXXL {
|
|
33
|
+
@include XXXL;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
&.mod-placeholder {
|
|
37
|
+
@include placeholder;
|
|
38
|
+
}
|
|
31
39
|
}
|
|
32
40
|
|
|
33
|
-
&.mod-
|
|
34
|
-
@include
|
|
41
|
+
&.mod-AI {
|
|
42
|
+
@include AI;
|
|
35
43
|
}
|
|
36
44
|
}
|
|
37
45
|
|
|
38
46
|
.avatarWrapper {
|
|
39
|
-
@
|
|
40
|
-
|
|
41
|
-
&.mod-XL {
|
|
42
|
-
@include wrapperXL;
|
|
47
|
+
@layer components {
|
|
48
|
+
@include varsWrapper;
|
|
43
49
|
}
|
|
44
50
|
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
51
|
+
@layer mods {
|
|
52
|
+
&.mod-XL {
|
|
53
|
+
@include wrapperXL;
|
|
54
|
+
}
|
|
48
55
|
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
56
|
+
&.mod-L {
|
|
57
|
+
@include wrapperL;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
&.mod-S {
|
|
61
|
+
@include wrapperS;
|
|
62
|
+
}
|
|
52
63
|
|
|
53
|
-
|
|
54
|
-
|
|
64
|
+
&.mod-XS {
|
|
65
|
+
@include wrapperXS;
|
|
66
|
+
}
|
|
55
67
|
}
|
|
56
68
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@use '@lucca-front/icons/src/commons/utils/icon';
|
|
2
|
+
@use '@lucca-front/icons/src/icon/exports' as icons;
|
|
2
3
|
|
|
3
4
|
@mixin XS {
|
|
4
5
|
--components-avatar-size: 1.5rem;
|
|
@@ -72,6 +73,8 @@
|
|
|
72
73
|
}
|
|
73
74
|
|
|
74
75
|
@mixin placeholder {
|
|
76
|
+
--components-avatar-picture-initials-display: none;
|
|
77
|
+
|
|
75
78
|
.avatar-picture {
|
|
76
79
|
background-color: var(--palettes-neutral-200) !important;
|
|
77
80
|
|
|
@@ -84,7 +87,19 @@
|
|
|
84
87
|
}
|
|
85
88
|
}
|
|
86
89
|
|
|
87
|
-
|
|
88
|
-
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
@mixin AI {
|
|
93
|
+
--components-avatar-borderRadius: var(--pr-t-border-radius-default);
|
|
94
|
+
--components-avatar-picture-background: var(--palettes-neutral-0);
|
|
95
|
+
--components-avatar-picture-initials-display: none;
|
|
96
|
+
|
|
97
|
+
.avatar-picture {
|
|
98
|
+
&::before {
|
|
99
|
+
@include icons.AI;
|
|
100
|
+
@include icon.generate('weather_stars');
|
|
101
|
+
|
|
102
|
+
font-size: var(--components-avatar-AI-size);
|
|
103
|
+
}
|
|
89
104
|
}
|
|
90
105
|
}
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
--components-avatar-scale: 1;
|
|
6
6
|
--components-avatar-background: var(--pr-t-elevation-surface-default);
|
|
7
7
|
--components-avatar-placeholder-size: 1.25rem;
|
|
8
|
+
--components-avatar-AI-size: var(--pr-t-font-fontSize-200);
|
|
9
|
+
--components-avatar-borderRadius: var(--pr-t-border-radius-full);
|
|
10
|
+
--components-avatar-picture-background: var(--palettes-neutral-200);
|
|
11
|
+
--components-avatar-picture-initials-display: block;
|
|
8
12
|
}
|
|
9
13
|
|
|
10
14
|
@mixin varsWrapper {
|
|
@@ -1,25 +1,31 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.box {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
// .mod-grey is deprecated
|
|
8
|
-
&.mod-neutral,
|
|
9
|
-
&.mod-grey {
|
|
10
|
-
@include neutral;
|
|
4
|
+
@layer components {
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
11
7
|
}
|
|
12
8
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
9
|
+
@layer mods {
|
|
10
|
+
// .mod-grey is deprecated
|
|
11
|
+
&.mod-neutral,
|
|
12
|
+
&.mod-grey {
|
|
13
|
+
@include neutral;
|
|
14
|
+
}
|
|
16
15
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
16
|
+
&.mod-withArrow {
|
|
17
|
+
@include withArrow;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
// .mod-toggle is deprecated
|
|
21
|
+
&.mod-toggle {
|
|
22
|
+
@include toggle;
|
|
23
|
+
}
|
|
20
24
|
}
|
|
21
25
|
}
|
|
22
26
|
|
|
23
27
|
.box-arrow {
|
|
24
|
-
@
|
|
28
|
+
@layer components {
|
|
29
|
+
@include arrow;
|
|
30
|
+
}
|
|
25
31
|
}
|
|
@@ -1,20 +1,26 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.breadcrumbs {
|
|
4
|
-
@
|
|
5
|
-
|
|
4
|
+
@layer components {
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
7
|
+
}
|
|
6
8
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
9
|
+
@layer mods {
|
|
10
|
+
// .mod-compact is deprecated
|
|
11
|
+
&.mod-compact {
|
|
12
|
+
@include compact;
|
|
13
|
+
}
|
|
10
14
|
}
|
|
11
15
|
}
|
|
12
16
|
|
|
13
17
|
.breadcrumbs-list-item-action {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
18
|
+
@layer states {
|
|
19
|
+
// .active is deprecated
|
|
20
|
+
&.is-active,
|
|
21
|
+
&.active,
|
|
22
|
+
&[aria-current='page'] {
|
|
23
|
+
@include active;
|
|
24
|
+
}
|
|
19
25
|
}
|
|
20
26
|
}
|
|
@@ -1,181 +1,201 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.button {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
&.mod-block {
|
|
8
|
-
@include block;
|
|
4
|
+
@layer components {
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
9
7
|
}
|
|
10
8
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
9
|
+
@layer mods {
|
|
10
|
+
&.mod-AI {
|
|
11
|
+
@include AI;
|
|
14
12
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
13
|
+
&.is-success {
|
|
14
|
+
@include successAI;
|
|
15
|
+
}
|
|
18
16
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
17
|
+
&.is-loading {
|
|
18
|
+
@include loadingAI;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
22
21
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
&.mod-outline {
|
|
26
|
-
&:where(:not(.is-success, .is-error)) {
|
|
27
|
-
@include outlined;
|
|
22
|
+
&.mod-block {
|
|
23
|
+
@include block;
|
|
28
24
|
}
|
|
29
|
-
}
|
|
30
25
|
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
@include
|
|
26
|
+
&.mod-S {
|
|
27
|
+
@include S;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
&.mod-XS {
|
|
31
|
+
@include XS;
|
|
37
32
|
}
|
|
38
|
-
}
|
|
39
33
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
34
|
+
&.mod-disclosure {
|
|
35
|
+
@include disclosure;
|
|
36
|
+
}
|
|
43
37
|
|
|
44
|
-
|
|
45
|
-
|
|
38
|
+
// .mod-outline is deprecated
|
|
39
|
+
&.mod-outlined,
|
|
40
|
+
&.mod-outline {
|
|
41
|
+
&:where(:not(.is-success, .is-error)) {
|
|
42
|
+
@include outlined;
|
|
46
43
|
}
|
|
44
|
+
}
|
|
47
45
|
|
|
48
|
-
|
|
49
|
-
|
|
46
|
+
// .mod-link .mod-text deprecated
|
|
47
|
+
&.mod-text,
|
|
48
|
+
&.mod-link,
|
|
49
|
+
&.mod-ghost {
|
|
50
|
+
&:where(:not(.is-success, .is-error)) {
|
|
51
|
+
@include ghost;
|
|
50
52
|
}
|
|
51
53
|
}
|
|
52
54
|
|
|
53
|
-
&.mod-
|
|
54
|
-
|
|
55
|
+
&.mod-withIcon {
|
|
56
|
+
&.mod-iconOnLeft {
|
|
57
|
+
@include iconOnLeft;
|
|
55
58
|
|
|
56
|
-
|
|
57
|
-
|
|
59
|
+
&.mod-S {
|
|
60
|
+
@include iconOnLeftS;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
&.mod-XS {
|
|
64
|
+
@include iconOnLeftXS;
|
|
65
|
+
}
|
|
58
66
|
}
|
|
59
67
|
|
|
60
|
-
&.mod-
|
|
61
|
-
@include
|
|
68
|
+
&.mod-iconOnRight {
|
|
69
|
+
@include iconOnRight;
|
|
70
|
+
|
|
71
|
+
&.mod-S {
|
|
72
|
+
@include iconOnRightS;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
&.mod-XS {
|
|
76
|
+
@include iconOnRightXS;
|
|
77
|
+
}
|
|
62
78
|
}
|
|
63
79
|
}
|
|
64
|
-
}
|
|
65
80
|
|
|
66
|
-
|
|
67
|
-
|
|
81
|
+
&.mod-onlyIcon {
|
|
82
|
+
@include onlyIcon;
|
|
68
83
|
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
84
|
+
&.mod-S {
|
|
85
|
+
@include onlyIconS;
|
|
86
|
+
}
|
|
72
87
|
|
|
73
|
-
|
|
74
|
-
|
|
88
|
+
&.mod-XS {
|
|
89
|
+
@include onlyIconXS;
|
|
90
|
+
}
|
|
75
91
|
}
|
|
76
|
-
}
|
|
77
92
|
|
|
78
|
-
|
|
79
|
-
|
|
93
|
+
&:has(.numericBadge) {
|
|
94
|
+
@include counter;
|
|
80
95
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
96
|
+
&.mod-S {
|
|
97
|
+
@include counterS;
|
|
98
|
+
}
|
|
84
99
|
|
|
85
|
-
|
|
86
|
-
|
|
100
|
+
&.mod-XS {
|
|
101
|
+
@include counterXS;
|
|
102
|
+
}
|
|
87
103
|
}
|
|
88
|
-
}
|
|
89
104
|
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
105
|
+
// .mod-delete is deprecated
|
|
106
|
+
&.mod-critical, &.mod-delete {
|
|
107
|
+
@include critical;
|
|
93
108
|
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
109
|
+
// .mod-link is deprecated
|
|
110
|
+
&.mod-text,
|
|
111
|
+
&.mod-link {
|
|
112
|
+
@include criticalGhost;
|
|
113
|
+
}
|
|
99
114
|
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
115
|
+
// .mod-outline is deprecated
|
|
116
|
+
&.mod-outlined,
|
|
117
|
+
&.mod-outline {
|
|
118
|
+
@include criticalOutlined;
|
|
119
|
+
}
|
|
104
120
|
}
|
|
105
|
-
}
|
|
106
121
|
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
122
|
+
// .mod-invert is deprecated
|
|
123
|
+
&.mod-inverted,
|
|
124
|
+
&.mod-invert {
|
|
125
|
+
@include inverted;
|
|
126
|
+
}
|
|
112
127
|
|
|
113
|
-
|
|
114
|
-
|
|
128
|
+
&.mod-more {
|
|
129
|
+
@include more;
|
|
115
130
|
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
131
|
+
&.mod-S {
|
|
132
|
+
@include moreS;
|
|
133
|
+
}
|
|
119
134
|
|
|
120
|
-
|
|
121
|
-
|
|
135
|
+
&.mod-XS {
|
|
136
|
+
@include moreXS;
|
|
137
|
+
}
|
|
122
138
|
}
|
|
123
139
|
}
|
|
124
140
|
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
141
|
+
@layer states {
|
|
142
|
+
// .loading is deprecated
|
|
143
|
+
&.is-loading,
|
|
144
|
+
&.loading {
|
|
145
|
+
@include loading;
|
|
129
146
|
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
147
|
+
&.mod-S {
|
|
148
|
+
@include loadingS;
|
|
149
|
+
}
|
|
133
150
|
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
151
|
+
&.mod-XS {
|
|
152
|
+
@include loadingXS;
|
|
153
|
+
}
|
|
137
154
|
|
|
138
|
-
|
|
139
|
-
|
|
155
|
+
&.mod-AI,
|
|
156
|
+
&.mod-outlined {
|
|
157
|
+
@include loadingOutlined;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
&.mod-ghost {
|
|
161
|
+
@include loadingGhost;
|
|
162
|
+
}
|
|
140
163
|
}
|
|
141
164
|
|
|
142
|
-
|
|
143
|
-
|
|
165
|
+
// .error is deprecated
|
|
166
|
+
&.is-error,
|
|
167
|
+
&.error {
|
|
168
|
+
@include error;
|
|
144
169
|
}
|
|
145
|
-
}
|
|
146
170
|
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
}
|
|
171
|
+
// .success is deprecated
|
|
172
|
+
&.is-success,
|
|
173
|
+
&.success {
|
|
174
|
+
@include success;
|
|
152
175
|
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
176
|
+
&.mod-AI,
|
|
177
|
+
&.mod-outlined {
|
|
178
|
+
@include successOutlined;
|
|
179
|
+
}
|
|
157
180
|
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
181
|
+
&.mod-ghost {
|
|
182
|
+
@include successGhost;
|
|
183
|
+
}
|
|
161
184
|
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
185
|
+
&.mod-S {
|
|
186
|
+
@include successS;
|
|
187
|
+
}
|
|
165
188
|
|
|
166
|
-
|
|
167
|
-
|
|
189
|
+
&.mod-XS {
|
|
190
|
+
@include successXS;
|
|
191
|
+
}
|
|
168
192
|
}
|
|
169
193
|
|
|
170
|
-
|
|
171
|
-
|
|
194
|
+
// .disabled is deprecated
|
|
195
|
+
&.is-disabled,
|
|
196
|
+
&.disabled,
|
|
197
|
+
&[aria-disabled] {
|
|
198
|
+
@include disabled;
|
|
172
199
|
}
|
|
173
200
|
}
|
|
174
|
-
|
|
175
|
-
// .disabled is deprecated
|
|
176
|
-
&.is-disabled,
|
|
177
|
-
&.disabled,
|
|
178
|
-
&[aria-disabled] {
|
|
179
|
-
@include disabled;
|
|
180
|
-
}
|
|
181
201
|
}
|