@lucca-front/scss 20.3.0-rc.2 → 20.3.0-rc.4
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 +0 -5
- package/src/commons/core.scss +3 -3
- package/src/commons/exports.scss +1 -0
- package/src/commons/index.scss +2 -9
- package/src/commons/utils/index.scss +478 -480
- package/src/commons/utils/reset.scss +1 -1
- package/src/components/_sample/index.scss +6 -14
- package/src/components/appLayout/index.scss +7 -11
- package/src/components/avatar/index.scss +35 -43
- package/src/components/box/index.scss +14 -20
- package/src/components/breadcrumbs/index.scss +10 -16
- package/src/components/button/index.scss +134 -140
- package/src/components/button/mods.scss +0 -17
- package/src/components/buttonGroup/index.scss +8 -20
- package/src/components/calendar/index.scss +44 -56
- package/src/components/callout/index.scss +4 -8
- package/src/components/calloutDisclosure/index.scss +9 -15
- package/src/components/calloutFeedbackList/index.scss +4 -8
- package/src/components/calloutPopover/index.scss +12 -18
- package/src/components/card/component.scss +1 -0
- package/src/components/card/index.scss +23 -25
- package/src/components/card/mods.scss +31 -0
- package/src/components/checkbox/index.scss +30 -36
- package/src/components/checkboxField/index.scss +80 -90
- package/src/components/chip/index.scss +17 -23
- package/src/components/clear/index.scss +17 -23
- package/src/components/code/index.scss +4 -8
- package/src/components/collapse/index.scss +7 -11
- package/src/components/comment/index.scss +20 -30
- package/src/components/container/index.scss +25 -29
- package/src/components/contentSection/index.scss +2 -4
- package/src/components/dataTable/index.scss +52 -68
- package/src/components/dataTableSticked/index.scss +24 -32
- package/src/components/dateField/index.scss +20 -24
- package/src/components/dateRangeField/index.scss +25 -29
- package/src/components/dialog/index.scss +36 -40
- package/src/components/divider/index.scss +7 -11
- package/src/components/dropdown/component.scss +43 -17
- package/src/components/dropdown/index.scss +9 -12
- package/src/components/dropdown/mods.scss +4 -4
- package/src/components/dropdown/states.scss +4 -3
- package/src/components/dropdown/vars.scss +8 -6
- package/src/components/emptyState/index.scss +7 -11
- package/src/components/errorPage/index.scss +4 -8
- package/src/components/fancyBox/index.scss +4 -8
- package/src/components/field/index.scss +76 -96
- package/src/components/fieldset/index.scss +12 -18
- package/src/components/file/index.scss +30 -38
- package/src/components/fileEntry/index.scss +18 -24
- package/src/components/fileToolbar/index.scss +6 -10
- package/src/components/fileUpload/index.scss +31 -37
- package/src/components/filterBar/index.scss +13 -17
- package/src/components/filterBarDeprecated/index.scss +4 -8
- package/src/components/filterPill/index.scss +48 -56
- package/src/components/filters/index.scss +8 -14
- package/src/components/footer/index.scss +34 -38
- package/src/components/form/index.scss +84 -114
- package/src/components/form/mods.scss +5 -7
- package/src/components/formLabel/index.scss +13 -19
- package/src/components/gauge/index.scss +20 -26
- package/src/components/grid/index.scss +21 -25
- package/src/components/header/index.scss +12 -18
- package/src/components/highlightData/index.scss +24 -28
- package/src/components/horizontalNavigation/index.scss +36 -42
- package/src/components/index.scss +55 -57
- package/src/components/indexTable/index.scss +56 -54
- package/src/components/inlineMessage/index.scss +12 -18
- package/src/components/inputFramed/index.scss +24 -30
- package/src/components/label/index.scss +9 -13
- package/src/components/layout/index.scss +45 -51
- package/src/components/link/index.scss +8 -14
- package/src/components/link/mods.scss +1 -1
- package/src/components/list/index.scss +11 -15
- package/src/components/listboxOption/index.scss +115 -131
- package/src/components/listing/index.scss +18 -22
- package/src/components/loading/index.scss +23 -27
- package/src/components/main/index.scss +15 -21
- package/src/components/mainLayout/index.scss +20 -26
- package/src/components/mobileHeader/index.scss +4 -8
- package/src/components/mobileNavigation/index.scss +2 -4
- package/src/components/mobilePush/index.scss +4 -8
- package/src/components/multiSelect/index.scss +36 -46
- package/src/components/navside/index.scss +56 -78
- package/src/components/newBadge/index.scss +4 -8
- package/src/components/notchBox/index.scss +13 -17
- package/src/components/notchBox/mods.scss +125 -137
- package/src/components/numericBadge/index.scss +16 -22
- package/src/components/pageHeader/index.scss +22 -26
- package/src/components/pagination/index.scss +6 -12
- package/src/components/plgPush/index.scss +2 -4
- package/src/components/popover/component.scss +0 -17
- package/src/components/popover/index.scss +2 -4
- package/src/components/progress/index.scss +9 -15
- package/src/components/radio/index.scss +12 -18
- package/src/components/radioButtons/index.scss +9 -15
- package/src/components/radioField/index.scss +40 -46
- package/src/components/readMore/index.scss +15 -21
- package/src/components/richText/index.scss +14 -20
- package/src/components/scrollBox/index.scss +10 -14
- package/src/components/section/index.scss +12 -16
- package/src/components/segmentedControl/index.scss +15 -25
- package/src/components/simpleSelect/index.scss +33 -41
- package/src/components/skeleton/index.scss +37 -43
- package/src/components/skipLinks/index.scss +2 -4
- package/src/components/sortableList/index.scss +6 -12
- package/src/components/statusBadge/index.scss +4 -8
- package/src/components/switch/index.scss +29 -35
- package/src/components/switchField/index.scss +16 -22
- package/src/components/table/index.scss +64 -78
- package/src/components/tableFixed/index.scss +11 -13
- package/src/components/tableFixedDeprecated/index.scss +10 -14
- package/src/components/tableOfContent/index.scss +24 -28
- package/src/components/tableSortable/index.scss +16 -22
- package/src/components/tableSticked/index.scss +24 -28
- package/src/components/tableSticked/mods.scss +6 -6
- package/src/components/tableStickedDeprecated/index.scss +40 -46
- package/src/components/tag/index.scss +23 -29
- package/src/components/textField/index.scss +22 -30
- package/src/components/textField/mods.scss +1 -1
- package/src/components/textFlow/index.scss +2 -4
- package/src/components/textfields/index.scss +258 -279
- package/src/components/timeline/index.scss +66 -72
- package/src/components/timepicker/index.scss +15 -21
- package/src/components/title/index.scss +30 -43
- package/src/components/title/mods.scss +1 -1
- package/src/components/titleSection/index.scss +23 -31
- package/src/components/toast/index.scss +4 -8
- package/src/components/tooltip/index.scss +21 -25
- package/src/components/userPopover/index.scss +2 -4
- package/src/components/userTile/index.scss +22 -26
- package/src/components/verticalNavigation/index.scss +16 -26
|
@@ -6,22 +6,14 @@
|
|
|
6
6
|
@use 'exports' as *;
|
|
7
7
|
|
|
8
8
|
.sample {
|
|
9
|
-
@
|
|
10
|
-
|
|
11
|
-
@include component;
|
|
12
|
-
}
|
|
9
|
+
@include vars;
|
|
10
|
+
@include component;
|
|
13
11
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
@include sampleModifierA;
|
|
17
|
-
}
|
|
12
|
+
&.mod-sampleModifierA {
|
|
13
|
+
@include sampleModifierA;
|
|
18
14
|
}
|
|
19
15
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
@include sampleStateA;
|
|
23
|
-
}
|
|
16
|
+
&.is-sampleStateA {
|
|
17
|
+
@include sampleStateA;
|
|
24
18
|
}
|
|
25
|
-
|
|
26
|
-
color: blue;
|
|
27
19
|
}
|
|
@@ -2,20 +2,16 @@
|
|
|
2
2
|
@use '@lucca-front/scss/src/commons/utils/media';
|
|
3
3
|
|
|
4
4
|
.appLayout {
|
|
5
|
-
@
|
|
6
|
-
|
|
7
|
-
@include component;
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
8
7
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}
|
|
8
|
+
@include media.min('S') {
|
|
9
|
+
@include wide;
|
|
12
10
|
}
|
|
13
11
|
|
|
14
|
-
@
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
@include mobileNavSideBottom;
|
|
18
|
-
}
|
|
12
|
+
@include media.max('S') {
|
|
13
|
+
&.mod-mobileNavSideBottom {
|
|
14
|
+
@include mobileNavSideBottom;
|
|
19
15
|
}
|
|
20
16
|
}
|
|
21
17
|
}
|
|
@@ -1,41 +1,37 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
|
-
// lu-user-picture is deprecated
|
|
4
3
|
.avatar,
|
|
5
4
|
.lu-user-picture {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
5
|
+
// lu-user-picture is deprecated
|
|
6
|
+
@include vars;
|
|
7
|
+
@include component;
|
|
10
8
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
}
|
|
9
|
+
&.mod-XS {
|
|
10
|
+
@include XS;
|
|
11
|
+
}
|
|
15
12
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
13
|
+
&.mod-S {
|
|
14
|
+
@include S;
|
|
15
|
+
}
|
|
19
16
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
17
|
+
&.mod-L {
|
|
18
|
+
@include L;
|
|
19
|
+
}
|
|
23
20
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
21
|
+
&.mod-XL {
|
|
22
|
+
@include XL;
|
|
23
|
+
}
|
|
27
24
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
25
|
+
&.mod-XXL {
|
|
26
|
+
@include XXL;
|
|
27
|
+
}
|
|
31
28
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
&.mod-XXXL {
|
|
30
|
+
@include XXXL;
|
|
31
|
+
}
|
|
35
32
|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}
|
|
33
|
+
&.mod-placeholder {
|
|
34
|
+
@include placeholder;
|
|
39
35
|
}
|
|
40
36
|
|
|
41
37
|
&.mod-AI {
|
|
@@ -44,25 +40,21 @@
|
|
|
44
40
|
}
|
|
45
41
|
|
|
46
42
|
.avatarWrapper {
|
|
47
|
-
@
|
|
48
|
-
@include varsWrapper;
|
|
49
|
-
}
|
|
43
|
+
@include varsWrapper;
|
|
50
44
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
}
|
|
45
|
+
&.mod-XL {
|
|
46
|
+
@include wrapperXL;
|
|
47
|
+
}
|
|
55
48
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
49
|
+
&.mod-L {
|
|
50
|
+
@include wrapperL;
|
|
51
|
+
}
|
|
59
52
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
53
|
+
&.mod-S {
|
|
54
|
+
@include wrapperS;
|
|
55
|
+
}
|
|
63
56
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
}
|
|
57
|
+
&.mod-XS {
|
|
58
|
+
@include wrapperXS;
|
|
67
59
|
}
|
|
68
60
|
}
|
|
@@ -1,31 +1,25 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.box {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
@include component;
|
|
7
|
-
}
|
|
4
|
+
@include vars;
|
|
5
|
+
@include component;
|
|
8
6
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
}
|
|
7
|
+
// .mod-grey is deprecated
|
|
8
|
+
&.mod-neutral,
|
|
9
|
+
&.mod-grey {
|
|
10
|
+
@include neutral;
|
|
11
|
+
}
|
|
15
12
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
13
|
+
&.mod-withArrow {
|
|
14
|
+
@include withArrow;
|
|
15
|
+
}
|
|
19
16
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
17
|
+
// .mod-toggle is deprecated
|
|
18
|
+
&.mod-toggle {
|
|
19
|
+
@include toggle;
|
|
24
20
|
}
|
|
25
21
|
}
|
|
26
22
|
|
|
27
23
|
.box-arrow {
|
|
28
|
-
@
|
|
29
|
-
@include arrow;
|
|
30
|
-
}
|
|
24
|
+
@include arrow;
|
|
31
25
|
}
|
|
@@ -1,26 +1,20 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.breadcrumbs {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
@include component;
|
|
7
|
-
}
|
|
4
|
+
@include vars;
|
|
5
|
+
@include component;
|
|
8
6
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
@include compact;
|
|
13
|
-
}
|
|
7
|
+
// .mod-compact is deprecated
|
|
8
|
+
&.mod-compact {
|
|
9
|
+
@include compact;
|
|
14
10
|
}
|
|
15
11
|
}
|
|
16
12
|
|
|
17
13
|
.breadcrumbs-list-item-action {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
@include active;
|
|
24
|
-
}
|
|
14
|
+
// .active is deprecated
|
|
15
|
+
&.is-active,
|
|
16
|
+
&.active,
|
|
17
|
+
&[aria-current='page'] {
|
|
18
|
+
@include active;
|
|
25
19
|
}
|
|
26
20
|
}
|
|
@@ -1,201 +1,195 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.button {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
@include component;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
@layer mods {
|
|
10
|
-
&.mod-AI {
|
|
11
|
-
@include AI;
|
|
4
|
+
@include vars;
|
|
5
|
+
@include component;
|
|
12
6
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}
|
|
7
|
+
&.mod-AI {
|
|
8
|
+
@include AI;
|
|
16
9
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
}
|
|
10
|
+
&.is-success {
|
|
11
|
+
@include successAI;
|
|
20
12
|
}
|
|
21
13
|
|
|
22
|
-
&.
|
|
23
|
-
@include
|
|
14
|
+
&.is-loading {
|
|
15
|
+
@include loadingAI;
|
|
24
16
|
}
|
|
17
|
+
}
|
|
25
18
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
19
|
+
&.mod-block {
|
|
20
|
+
@include block;
|
|
21
|
+
}
|
|
29
22
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
23
|
+
&.mod-S {
|
|
24
|
+
@include S;
|
|
25
|
+
}
|
|
33
26
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
27
|
+
&.mod-XS {
|
|
28
|
+
@include XS;
|
|
29
|
+
}
|
|
37
30
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
&:where(:not(.is-success, .is-error)) {
|
|
42
|
-
@include outlined;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
31
|
+
&.mod-disclosure {
|
|
32
|
+
@include disclosure;
|
|
33
|
+
}
|
|
45
34
|
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
@include ghost;
|
|
52
|
-
}
|
|
35
|
+
// .mod-outline is deprecated
|
|
36
|
+
&.mod-outlined,
|
|
37
|
+
&.mod-outline {
|
|
38
|
+
&:where(:not(.is-success, .is-error)) {
|
|
39
|
+
@include outlined;
|
|
53
40
|
}
|
|
41
|
+
}
|
|
54
42
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
&.mod-XS {
|
|
64
|
-
@include iconOnLeftXS;
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
&.mod-iconOnRight {
|
|
69
|
-
@include iconOnRight;
|
|
70
|
-
|
|
71
|
-
&.mod-S {
|
|
72
|
-
@include iconOnRightS;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
&.mod-XS {
|
|
76
|
-
@include iconOnRightXS;
|
|
77
|
-
}
|
|
78
|
-
}
|
|
43
|
+
// .mod-link .mod-text deprecated
|
|
44
|
+
&.mod-text,
|
|
45
|
+
&.mod-link,
|
|
46
|
+
&.mod-ghost {
|
|
47
|
+
&:where(:not(.is-success, .is-error)) {
|
|
48
|
+
@include ghost;
|
|
79
49
|
}
|
|
50
|
+
}
|
|
80
51
|
|
|
81
|
-
|
|
82
|
-
|
|
52
|
+
&.mod-withIcon {
|
|
53
|
+
&.mod-iconOnLeft {
|
|
54
|
+
@include iconOnLeft;
|
|
83
55
|
|
|
84
56
|
&.mod-S {
|
|
85
|
-
@include
|
|
57
|
+
@include iconOnLeftS;
|
|
86
58
|
}
|
|
87
59
|
|
|
88
60
|
&.mod-XS {
|
|
89
|
-
@include
|
|
61
|
+
@include iconOnLeftXS;
|
|
90
62
|
}
|
|
91
63
|
}
|
|
92
64
|
|
|
93
|
-
|
|
94
|
-
@include
|
|
65
|
+
&.mod-iconOnRight {
|
|
66
|
+
@include iconOnRight;
|
|
95
67
|
|
|
96
68
|
&.mod-S {
|
|
97
|
-
@include
|
|
69
|
+
@include iconOnRightS;
|
|
98
70
|
}
|
|
99
71
|
|
|
100
72
|
&.mod-XS {
|
|
101
|
-
@include
|
|
73
|
+
@include iconOnRightXS;
|
|
102
74
|
}
|
|
103
75
|
}
|
|
76
|
+
}
|
|
104
77
|
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
@include critical;
|
|
78
|
+
&.mod-onlyIcon {
|
|
79
|
+
@include onlyIcon;
|
|
108
80
|
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
@include criticalGhost;
|
|
113
|
-
}
|
|
81
|
+
&.mod-S {
|
|
82
|
+
@include onlyIconS;
|
|
83
|
+
}
|
|
114
84
|
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
&.mod-outline {
|
|
118
|
-
@include criticalOutlined;
|
|
119
|
-
}
|
|
85
|
+
&.mod-XS {
|
|
86
|
+
@include onlyIconXS;
|
|
120
87
|
}
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
&:has(.numericBadge) {
|
|
91
|
+
@include counter;
|
|
121
92
|
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
&.mod-invert {
|
|
125
|
-
@include inverted;
|
|
93
|
+
&.mod-S {
|
|
94
|
+
@include counterS;
|
|
126
95
|
}
|
|
127
96
|
|
|
128
|
-
&.mod-
|
|
129
|
-
@include
|
|
97
|
+
&.mod-XS {
|
|
98
|
+
@include counterXS;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
130
101
|
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
102
|
+
// .mod-delete is deprecated
|
|
103
|
+
&.mod-critical, &.mod-delete {
|
|
104
|
+
@include critical;
|
|
134
105
|
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
106
|
+
// .mod-link is deprecated
|
|
107
|
+
&.mod-text,
|
|
108
|
+
&.mod-link {
|
|
109
|
+
@include criticalGhost;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
// .mod-outline is deprecated
|
|
113
|
+
&.mod-outlined,
|
|
114
|
+
&.mod-outline {
|
|
115
|
+
@include criticalOutlined;
|
|
138
116
|
}
|
|
139
117
|
}
|
|
140
118
|
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
119
|
+
// .mod-invert is deprecated
|
|
120
|
+
&.mod-inverted,
|
|
121
|
+
&.mod-invert {
|
|
122
|
+
@include inverted;
|
|
123
|
+
}
|
|
146
124
|
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
}
|
|
125
|
+
&.mod-more {
|
|
126
|
+
@include more;
|
|
150
127
|
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
128
|
+
&.mod-S {
|
|
129
|
+
@include moreS;
|
|
130
|
+
}
|
|
154
131
|
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
132
|
+
&.mod-XS {
|
|
133
|
+
@include moreXS;
|
|
134
|
+
}
|
|
135
|
+
}
|
|
159
136
|
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
137
|
+
// .loading is deprecated
|
|
138
|
+
&.is-loading,
|
|
139
|
+
&.loading {
|
|
140
|
+
@include loading;
|
|
141
|
+
|
|
142
|
+
&.mod-S {
|
|
143
|
+
@include loadingS;
|
|
163
144
|
}
|
|
164
145
|
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
&.error {
|
|
168
|
-
@include error;
|
|
146
|
+
&.mod-XS {
|
|
147
|
+
@include loadingXS;
|
|
169
148
|
}
|
|
170
149
|
|
|
171
|
-
|
|
172
|
-
&.
|
|
173
|
-
|
|
174
|
-
|
|
150
|
+
&.mod-AI,
|
|
151
|
+
&.mod-outlined {
|
|
152
|
+
@include loadingOutlined;
|
|
153
|
+
}
|
|
175
154
|
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
155
|
+
&.mod-ghost {
|
|
156
|
+
@include loadingGhost;
|
|
157
|
+
}
|
|
158
|
+
}
|
|
180
159
|
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
160
|
+
// .error is deprecated
|
|
161
|
+
&.is-error,
|
|
162
|
+
&.error {
|
|
163
|
+
@include error;
|
|
164
|
+
}
|
|
184
165
|
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
166
|
+
// .success is deprecated
|
|
167
|
+
&.is-success,
|
|
168
|
+
&.success {
|
|
169
|
+
@include success;
|
|
188
170
|
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
171
|
+
&.mod-AI,
|
|
172
|
+
&.mod-outlined {
|
|
173
|
+
@include successOutlined;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
&.mod-ghost {
|
|
177
|
+
@include successGhost;
|
|
192
178
|
}
|
|
193
179
|
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
&.disabled,
|
|
197
|
-
&[aria-disabled] {
|
|
198
|
-
@include disabled;
|
|
180
|
+
&.mod-S {
|
|
181
|
+
@include successS;
|
|
199
182
|
}
|
|
183
|
+
|
|
184
|
+
&.mod-XS {
|
|
185
|
+
@include successXS;
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
// .disabled is deprecated
|
|
190
|
+
&.is-disabled,
|
|
191
|
+
&.disabled,
|
|
192
|
+
&[aria-disabled] {
|
|
193
|
+
@include disabled;
|
|
200
194
|
}
|
|
201
195
|
}
|
|
@@ -129,23 +129,6 @@
|
|
|
129
129
|
}
|
|
130
130
|
}
|
|
131
131
|
|
|
132
|
-
@mixin moreInsideUl {
|
|
133
|
-
block-size: 100%;
|
|
134
|
-
min-block-size: 2.25rem;
|
|
135
|
-
|
|
136
|
-
&.mod-S {
|
|
137
|
-
min-block-size: 2rem;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
&.mod-XS {
|
|
141
|
-
min-block-size: 1.5rem;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
&::before {
|
|
145
|
-
content: none;
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
|
|
149
132
|
@mixin moreS {
|
|
150
133
|
--components-button-minWidth: 1.75rem;
|
|
151
134
|
}
|
|
@@ -1,27 +1,15 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
|
-
@use '@lucca-front/scss/src/components/button/exports' as button;
|
|
3
2
|
|
|
4
3
|
.button-group {
|
|
5
|
-
@
|
|
6
|
-
|
|
7
|
-
@include component;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
@layer mods {
|
|
11
|
-
&.mod-outlined {
|
|
12
|
-
@include outlined;
|
|
13
|
-
}
|
|
4
|
+
@include vars;
|
|
5
|
+
@include component;
|
|
14
6
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
@include ghost;
|
|
19
|
-
}
|
|
7
|
+
&.mod-outlined {
|
|
8
|
+
@include outlined;
|
|
9
|
+
}
|
|
20
10
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
}
|
|
25
|
-
}
|
|
11
|
+
// .mod-text deprecated
|
|
12
|
+
&.mod-text, .mod-ghost {
|
|
13
|
+
@include ghost;
|
|
26
14
|
}
|
|
27
15
|
}
|