@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
|
@@ -1,36 +1,30 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.numericBadge {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
@include vars;
|
|
5
|
+
@include component;
|
|
6
|
+
|
|
7
|
+
&.mod-S {
|
|
8
|
+
@include S;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
&.mod-XS {
|
|
12
|
+
@include XS;
|
|
7
13
|
}
|
|
8
14
|
|
|
9
|
-
|
|
15
|
+
&.is-loading {
|
|
16
|
+
@include loading;
|
|
17
|
+
|
|
10
18
|
&.mod-S {
|
|
11
|
-
@include
|
|
19
|
+
@include loadingS;
|
|
12
20
|
}
|
|
13
21
|
|
|
14
22
|
&.mod-XS {
|
|
15
|
-
@include
|
|
23
|
+
@include loadingXS;
|
|
16
24
|
}
|
|
17
25
|
}
|
|
18
26
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
@include loading;
|
|
22
|
-
|
|
23
|
-
&.mod-S {
|
|
24
|
-
@include loadingS;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
&.mod-XS {
|
|
28
|
-
@include loadingXS;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
&:focus-within {
|
|
33
|
-
@include focusVisible;
|
|
34
|
-
}
|
|
27
|
+
&:focus-within {
|
|
28
|
+
@include focusVisible;
|
|
35
29
|
}
|
|
36
30
|
}
|
|
@@ -2,38 +2,34 @@
|
|
|
2
2
|
@use '@lucca-front/scss/src/commons/utils/media';
|
|
3
3
|
|
|
4
4
|
.pageHeader {
|
|
5
|
-
@
|
|
6
|
-
|
|
7
|
-
@include component;
|
|
8
|
-
}
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
9
7
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}
|
|
8
|
+
// .mod-withMenu is deprecated
|
|
9
|
+
&.mod-withHorizontalNavigation,
|
|
10
|
+
&:has(.horizontalNavigation),
|
|
11
|
+
&.mod-withMenu {
|
|
12
|
+
@include horizontalNavigation;
|
|
13
|
+
}
|
|
17
14
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
15
|
+
&:has(.breadcrumbs),
|
|
16
|
+
&.mod-withBreadcrumbs {
|
|
17
|
+
@include breadcrumbs;
|
|
18
|
+
}
|
|
22
19
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
@include media.min('S') {
|
|
27
|
-
@include stickyWide;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
20
|
+
&.mod-sticky {
|
|
21
|
+
@include sticky;
|
|
30
22
|
|
|
31
23
|
@include media.min('S') {
|
|
32
|
-
@include
|
|
24
|
+
@include stickyWide;
|
|
33
25
|
}
|
|
26
|
+
}
|
|
34
27
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
28
|
+
@include media.min('S') {
|
|
29
|
+
@include wide;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
&:has(.pageHeader-containerOptional) {
|
|
33
|
+
@include withContainer;
|
|
38
34
|
}
|
|
39
35
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.pagination {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
@include component;
|
|
7
|
-
}
|
|
4
|
+
@include vars;
|
|
5
|
+
@include component;
|
|
8
6
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
@include compact;
|
|
12
|
-
}
|
|
7
|
+
&.mod-compact {
|
|
8
|
+
@include compact;
|
|
13
9
|
}
|
|
14
10
|
}
|
|
15
11
|
|
|
16
12
|
.pagination-navigation-item {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
@include ellipsis;
|
|
20
|
-
}
|
|
13
|
+
&:is(.is-ellipsis, .ellipsis) {
|
|
14
|
+
@include ellipsis;
|
|
21
15
|
}
|
|
22
16
|
}
|
|
@@ -36,23 +36,6 @@
|
|
|
36
36
|
.popover-contentOptional {
|
|
37
37
|
padding: var(--components-popover-padding);
|
|
38
38
|
}
|
|
39
|
-
|
|
40
|
-
.popover-close {
|
|
41
|
-
@include button.outlined;
|
|
42
|
-
@include button.XS;
|
|
43
|
-
@include button.onlyIconXS;
|
|
44
|
-
|
|
45
|
-
padding: 0;
|
|
46
|
-
border-radius: 50%;
|
|
47
|
-
position: absolute;
|
|
48
|
-
inset-inline-start: calc(var(--pr-t-spacings-100) * -1);
|
|
49
|
-
inset-block-start: calc(var(--pr-t-spacings-100) * -1);
|
|
50
|
-
z-index: 2;
|
|
51
|
-
|
|
52
|
-
&:not(:focus-visible) {
|
|
53
|
-
@include a11y.mask;
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
39
|
}
|
|
57
40
|
|
|
58
41
|
@keyframes popup {
|
|
@@ -1,24 +1,18 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.progress {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
@include component;
|
|
7
|
-
}
|
|
4
|
+
@include vars;
|
|
5
|
+
@include component;
|
|
8
6
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
@include indeterminate;
|
|
12
|
-
}
|
|
7
|
+
&.mod-indeterminate {
|
|
8
|
+
@include indeterminate;
|
|
13
9
|
}
|
|
14
10
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}
|
|
11
|
+
&:is(.is-success, .success, .palette-success) {
|
|
12
|
+
@include success;
|
|
13
|
+
}
|
|
19
14
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
}
|
|
15
|
+
&:is(.is-error, .error, .palette-error) {
|
|
16
|
+
@include error;
|
|
23
17
|
}
|
|
24
18
|
}
|
|
@@ -1,31 +1,25 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.radio {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
@include component;
|
|
7
|
-
}
|
|
4
|
+
@include vars;
|
|
5
|
+
@include component;
|
|
8
6
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
}
|
|
7
|
+
&.mod-inline {
|
|
8
|
+
@include inline;
|
|
9
|
+
}
|
|
13
10
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}
|
|
11
|
+
&.mod-S {
|
|
12
|
+
@include S;
|
|
17
13
|
}
|
|
18
14
|
}
|
|
19
15
|
|
|
20
16
|
.radio-input {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
@include disabled;
|
|
17
|
+
&[disabled],
|
|
18
|
+
&[read-only] {
|
|
19
|
+
@include disabled;
|
|
25
20
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
}
|
|
21
|
+
&:checked {
|
|
22
|
+
@include disabledChecked;
|
|
29
23
|
}
|
|
30
24
|
}
|
|
31
25
|
}
|
|
@@ -1,26 +1,20 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.radioButtons {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
@include component;
|
|
7
|
-
}
|
|
4
|
+
@include vars;
|
|
5
|
+
@include component;
|
|
8
6
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
}
|
|
7
|
+
&.mod-S {
|
|
8
|
+
@include S;
|
|
9
|
+
}
|
|
13
10
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}
|
|
11
|
+
&.mod-XS {
|
|
12
|
+
@include XS;
|
|
17
13
|
}
|
|
18
14
|
}
|
|
19
15
|
|
|
20
16
|
.radioButtons-item-input {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
@include disabled;
|
|
24
|
-
}
|
|
17
|
+
&:is(:disabled, .is-disabled, .disabled) {
|
|
18
|
+
@include disabled;
|
|
25
19
|
}
|
|
26
20
|
}
|
|
@@ -1,76 +1,70 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.radioField {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
@include component;
|
|
7
|
-
}
|
|
4
|
+
@include vars;
|
|
5
|
+
@include component;
|
|
8
6
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
@include S;
|
|
12
|
-
}
|
|
7
|
+
&.mod-S {
|
|
8
|
+
@include S;
|
|
13
9
|
}
|
|
14
10
|
}
|
|
15
11
|
|
|
16
12
|
.radioField-input {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
13
|
+
&:focus-visible {
|
|
14
|
+
@include focusVisible;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
&:hover {
|
|
18
|
+
@include hover;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
&:active {
|
|
22
|
+
@include active;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
&[aria-invalid='true'] {
|
|
26
|
+
@include invalid;
|
|
21
27
|
|
|
22
28
|
&:hover {
|
|
23
|
-
@include
|
|
29
|
+
@include invalidHover;
|
|
24
30
|
}
|
|
25
31
|
|
|
26
32
|
&:active {
|
|
27
|
-
@include
|
|
33
|
+
@include invalidActive;
|
|
28
34
|
}
|
|
35
|
+
}
|
|
29
36
|
|
|
30
|
-
|
|
31
|
-
|
|
37
|
+
&:disabled {
|
|
38
|
+
&,
|
|
39
|
+
&:hover {
|
|
40
|
+
@include disabled;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
32
43
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
}
|
|
44
|
+
&:checked {
|
|
45
|
+
@include checked;
|
|
36
46
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
47
|
+
&:hover {
|
|
48
|
+
@include checkedHover;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
&:active {
|
|
52
|
+
@include checkedActive;
|
|
40
53
|
}
|
|
41
54
|
|
|
42
55
|
&:disabled {
|
|
43
|
-
|
|
44
|
-
&:hover {
|
|
45
|
-
@include disabled;
|
|
46
|
-
}
|
|
56
|
+
@include checkedDisabled;
|
|
47
57
|
}
|
|
48
58
|
|
|
49
|
-
|
|
50
|
-
@include
|
|
59
|
+
&[aria-invalid='true'] {
|
|
60
|
+
@include checkedInvalid;
|
|
51
61
|
|
|
52
62
|
&:hover {
|
|
53
|
-
@include
|
|
63
|
+
@include checkedInvalidHover;
|
|
54
64
|
}
|
|
55
65
|
|
|
56
66
|
&:active {
|
|
57
|
-
@include
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
&:disabled {
|
|
61
|
-
@include checkedDisabled;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
&[aria-invalid='true'] {
|
|
65
|
-
@include checkedInvalid;
|
|
66
|
-
|
|
67
|
-
&:hover {
|
|
68
|
-
@include checkedInvalidHover;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
&:active {
|
|
72
|
-
@include checkedInvalidActive;
|
|
73
|
-
}
|
|
67
|
+
@include checkedInvalidActive;
|
|
74
68
|
}
|
|
75
69
|
}
|
|
76
70
|
}
|
|
@@ -1,34 +1,28 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.readMore {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
@include vars;
|
|
5
|
+
@include component;
|
|
6
|
+
|
|
7
|
+
&:has(.readMore-link[aria-expanded='true'], .readMore-content:focus-within) {
|
|
8
|
+
@include expanded;
|
|
7
9
|
}
|
|
8
10
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
}
|
|
11
|
+
&.is-disabled {
|
|
12
|
+
@include disabled;
|
|
13
|
+
}
|
|
13
14
|
|
|
14
|
-
|
|
15
|
+
&.mod-openOnly {
|
|
16
|
+
&:has(.readMore-link[aria-expanded='true']) {
|
|
15
17
|
@include disabled;
|
|
16
18
|
}
|
|
17
19
|
}
|
|
18
20
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
@include disabled;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
&.mod-default {
|
|
27
|
-
@include default;
|
|
28
|
-
}
|
|
21
|
+
&.mod-default {
|
|
22
|
+
@include default;
|
|
23
|
+
}
|
|
29
24
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
}
|
|
25
|
+
&.mod-sunken {
|
|
26
|
+
@include sunken;
|
|
33
27
|
}
|
|
34
28
|
}
|
|
@@ -1,32 +1,26 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.richTextField {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
@include component;
|
|
7
|
-
}
|
|
4
|
+
@include vars;
|
|
5
|
+
@include component;
|
|
8
6
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
}
|
|
7
|
+
&:hover {
|
|
8
|
+
@include hover;
|
|
9
|
+
}
|
|
13
10
|
|
|
14
|
-
|
|
15
|
-
|
|
11
|
+
&.mod-autoResize {
|
|
12
|
+
@include autoResize;
|
|
13
|
+
}
|
|
16
14
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
}
|
|
20
|
-
}
|
|
15
|
+
&:has(.richTextField-content[aria-invalid='true']) {
|
|
16
|
+
@include error;
|
|
21
17
|
|
|
22
|
-
|
|
23
|
-
@include
|
|
18
|
+
&:hover {
|
|
19
|
+
@include errorHover;
|
|
24
20
|
}
|
|
25
21
|
}
|
|
26
22
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
@include autoResize;
|
|
30
|
-
}
|
|
23
|
+
&.is-disabled {
|
|
24
|
+
@include disabled;
|
|
31
25
|
}
|
|
32
26
|
}
|
|
@@ -1,22 +1,18 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.scrollBox {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
@include component;
|
|
7
|
-
}
|
|
4
|
+
@include vars;
|
|
5
|
+
@include component;
|
|
8
6
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
}
|
|
7
|
+
&.is-firstVisible {
|
|
8
|
+
@include firstVisible;
|
|
9
|
+
}
|
|
13
10
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
11
|
+
&.is-lastVisible {
|
|
12
|
+
@include lastVisible;
|
|
13
|
+
}
|
|
17
14
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
15
|
+
&.is-disabled {
|
|
16
|
+
@include disabled;
|
|
21
17
|
}
|
|
22
18
|
}
|
|
@@ -2,24 +2,20 @@
|
|
|
2
2
|
@use 'exports' as *;
|
|
3
3
|
|
|
4
4
|
.section {
|
|
5
|
-
@
|
|
6
|
-
|
|
7
|
-
@include component;
|
|
8
|
-
}
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
9
7
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}
|
|
8
|
+
// .mod-grey is deprecated
|
|
9
|
+
&.mod-neutral,
|
|
10
|
+
&.mod-grey {
|
|
11
|
+
@include neutral;
|
|
12
|
+
}
|
|
16
13
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
14
|
+
@include media.max('S') {
|
|
15
|
+
@include S;
|
|
16
|
+
}
|
|
20
17
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
18
|
+
@include media.max('XS') {
|
|
19
|
+
@include XS;
|
|
24
20
|
}
|
|
25
21
|
}
|
|
@@ -4,50 +4,40 @@
|
|
|
4
4
|
// .viewTabs is deprecated
|
|
5
5
|
.segmentedControl,
|
|
6
6
|
.viewTabs {
|
|
7
|
-
@
|
|
8
|
-
|
|
9
|
-
@include component;
|
|
10
|
-
}
|
|
7
|
+
@include vars;
|
|
8
|
+
@include component;
|
|
11
9
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}
|
|
10
|
+
&.mod-S {
|
|
11
|
+
@include S;
|
|
12
|
+
}
|
|
16
13
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
14
|
+
&.mod-vertical {
|
|
15
|
+
@include vertical;
|
|
16
|
+
}
|
|
20
17
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
18
|
+
@include media.max('XXS') {
|
|
19
|
+
@include vertical;
|
|
24
20
|
}
|
|
25
21
|
}
|
|
26
22
|
|
|
27
23
|
// .viewTabs-item-tab is deprecated
|
|
28
24
|
.segmentedControl-item-action,
|
|
29
25
|
.viewTabs-item-tab {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
@include selected;
|
|
34
|
-
}
|
|
26
|
+
.segmentedControl-item-input:checked + &,
|
|
27
|
+
&[aria-selected='true'] {
|
|
28
|
+
@include selected;
|
|
35
29
|
}
|
|
36
30
|
}
|
|
37
31
|
|
|
38
32
|
.segmentedControl-item-action:disabled,
|
|
39
33
|
.segmentedControl-item-input:disabled ~ .segmentedControl-item-action {
|
|
40
|
-
@layer states {
|
|
41
34
|
@include disabled;
|
|
42
|
-
}
|
|
43
35
|
}
|
|
44
36
|
|
|
45
37
|
// .viewTabs_panel is deprecated
|
|
46
38
|
.segmentedControl_panel,
|
|
47
39
|
.viewTabs_panel {
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
@include panelInactive;
|
|
51
|
-
}
|
|
40
|
+
&:not(.is-active, .active) {
|
|
41
|
+
@include panelInactive;
|
|
52
42
|
}
|
|
53
43
|
}
|