@lucca-front/scss 20.3.0-rc.3 → 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/index.scss +24 -28
- 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/index.scss +9 -13
- 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 +34 -58
- package/src/components/multiSelect/mods.scss +8 -0
- package/src/components/multiSelect/states.scss +0 -8
- 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/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,56 +1,50 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.fileUpload {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
@include component;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
@layer mods {
|
|
10
|
-
&.mod-dropzone {
|
|
11
|
-
@include dropzone;
|
|
12
|
-
}
|
|
4
|
+
@include vars;
|
|
5
|
+
@include component;
|
|
13
6
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
7
|
+
&:hover {
|
|
8
|
+
@include hover;
|
|
9
|
+
}
|
|
17
10
|
|
|
18
|
-
|
|
19
|
-
|
|
11
|
+
&.mod-dropzone {
|
|
12
|
+
@include dropzone;
|
|
13
|
+
}
|
|
20
14
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
24
|
-
}
|
|
15
|
+
&.mod-structure {
|
|
16
|
+
@include structure;
|
|
25
17
|
}
|
|
26
18
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
@include hover;
|
|
30
|
-
}
|
|
19
|
+
&.mod-S {
|
|
20
|
+
@include S;
|
|
31
21
|
|
|
32
22
|
&.is-loading {
|
|
33
|
-
@include
|
|
23
|
+
@include loadingS;
|
|
34
24
|
}
|
|
25
|
+
}
|
|
35
26
|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
27
|
+
&.is-loading {
|
|
28
|
+
@include loading;
|
|
29
|
+
}
|
|
39
30
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
31
|
+
&.is-hidden {
|
|
32
|
+
@include hidden;
|
|
33
|
+
}
|
|
43
34
|
|
|
44
|
-
|
|
45
|
-
|
|
35
|
+
&.is-success {
|
|
36
|
+
@include success;
|
|
37
|
+
}
|
|
46
38
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
}
|
|
50
|
-
}
|
|
39
|
+
&.is-error {
|
|
40
|
+
@include error;
|
|
51
41
|
|
|
52
|
-
|
|
53
|
-
@include
|
|
42
|
+
&:hover {
|
|
43
|
+
@include errorHover;
|
|
54
44
|
}
|
|
55
45
|
}
|
|
46
|
+
|
|
47
|
+
&.is-droppable {
|
|
48
|
+
@include droppable;
|
|
49
|
+
}
|
|
56
50
|
}
|
|
@@ -2,26 +2,22 @@
|
|
|
2
2
|
@use '@lucca-front/scss/src/commons/utils/media';
|
|
3
3
|
|
|
4
4
|
.filterBar {
|
|
5
|
-
@
|
|
6
|
-
|
|
7
|
-
@include component;
|
|
8
|
-
}
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
9
7
|
|
|
10
|
-
@
|
|
11
|
-
@include
|
|
12
|
-
|
|
13
|
-
}
|
|
8
|
+
@include media.max(XXS) {
|
|
9
|
+
@include compact;
|
|
10
|
+
}
|
|
14
11
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
12
|
+
@include media.min(XXS) {
|
|
13
|
+
@include notCompact;
|
|
14
|
+
}
|
|
18
15
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
16
|
+
@include media.pointer(coarse) {
|
|
17
|
+
@include touch;
|
|
18
|
+
}
|
|
22
19
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
}
|
|
20
|
+
@include media.pointer(coarse, $reversed: true) {
|
|
21
|
+
@include notTouch;
|
|
26
22
|
}
|
|
27
23
|
}
|
|
@@ -1,14 +1,10 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.filterBarDeprecated {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
@include component;
|
|
7
|
-
}
|
|
4
|
+
@include vars;
|
|
5
|
+
@include component;
|
|
8
6
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
@include neutral;
|
|
12
|
-
}
|
|
7
|
+
&.mod-neutral {
|
|
8
|
+
@include neutral;
|
|
13
9
|
}
|
|
14
10
|
}
|
|
@@ -1,39 +1,55 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.filterPill {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
@include vars;
|
|
5
|
+
@include component;
|
|
6
|
+
|
|
7
|
+
&:not(.is-filled) {
|
|
8
|
+
@include notFilled;
|
|
7
9
|
}
|
|
8
10
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
&:hover {
|
|
12
|
+
@include hover;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
&:active,
|
|
16
|
+
&:has(:active) {
|
|
17
|
+
@include active;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
&.is-comboboxHidden {
|
|
21
|
+
@include comboboxHidden;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
&:has(.filterPill-combobox:focus-visible) {
|
|
25
|
+
@include focusVisible;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
&:has(.filterPill-combobox[aria-expanded='true']) {
|
|
29
|
+
@include opened;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
&.is-filled {
|
|
33
|
+
@include filled;
|
|
13
34
|
|
|
14
35
|
&:hover {
|
|
15
|
-
@include
|
|
36
|
+
@include filledHover;
|
|
16
37
|
}
|
|
17
38
|
|
|
18
|
-
&:active
|
|
19
|
-
|
|
20
|
-
@include active;
|
|
39
|
+
&:has(.filterPill-combobox:active) {
|
|
40
|
+
@include filledActive;
|
|
21
41
|
}
|
|
42
|
+
}
|
|
22
43
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
}
|
|
44
|
+
&.mod-checkbox {
|
|
45
|
+
@include checkbox;
|
|
26
46
|
|
|
27
|
-
&:has(.filterPill-
|
|
47
|
+
&:has(.filterPill-checkbox-input:focus-visible) {
|
|
28
48
|
@include focusVisible;
|
|
29
49
|
}
|
|
30
50
|
|
|
31
|
-
&:has(.filterPill-
|
|
32
|
-
@include
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
&.is-filled {
|
|
36
|
-
@include filled;
|
|
51
|
+
&:has(.filterPill-checkbox-input:checked) {
|
|
52
|
+
@include checkboxChecked;
|
|
37
53
|
|
|
38
54
|
&:hover {
|
|
39
55
|
@include filledHover;
|
|
@@ -43,49 +59,25 @@
|
|
|
43
59
|
@include filledActive;
|
|
44
60
|
}
|
|
45
61
|
}
|
|
46
|
-
}
|
|
47
62
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
@include checkbox;
|
|
51
|
-
|
|
52
|
-
&:has(.filterPill-checkbox-input:focus-visible) {
|
|
53
|
-
@include focusVisible;
|
|
54
|
-
}
|
|
63
|
+
&:has(.filterPill-checkbox-input:disabled) {
|
|
64
|
+
@include checkboxDisabled;
|
|
55
65
|
|
|
56
66
|
&:has(.filterPill-checkbox-input:checked) {
|
|
57
|
-
@include
|
|
58
|
-
|
|
59
|
-
&:hover {
|
|
60
|
-
@include filledHover;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
&:has(.filterPill-combobox:active) {
|
|
64
|
-
@include filledActive;
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
&:has(.filterPill-checkbox-input:disabled) {
|
|
69
|
-
@include checkboxDisabled;
|
|
70
|
-
|
|
71
|
-
&:has(.filterPill-checkbox-input:checked) {
|
|
72
|
-
@include checkboxCheckedDisabled;
|
|
73
|
-
}
|
|
67
|
+
@include checkboxCheckedDisabled;
|
|
74
68
|
}
|
|
75
69
|
}
|
|
70
|
+
}
|
|
76
71
|
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
}
|
|
72
|
+
&.mod-button {
|
|
73
|
+
@include button;
|
|
80
74
|
}
|
|
81
75
|
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
}
|
|
76
|
+
&:has(.filterPill-combobox:disabled) {
|
|
77
|
+
@include disabled;
|
|
78
|
+
}
|
|
86
79
|
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
}
|
|
80
|
+
&.is-hidden {
|
|
81
|
+
@include hidden;
|
|
90
82
|
}
|
|
91
83
|
}
|
|
@@ -1,23 +1,17 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.filters {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
@include component;
|
|
7
|
-
}
|
|
4
|
+
@include vars;
|
|
5
|
+
@include component;
|
|
8
6
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
@include sticky;
|
|
12
|
-
}
|
|
7
|
+
&.mod-sticky {
|
|
8
|
+
@include sticky;
|
|
13
9
|
}
|
|
14
10
|
}
|
|
15
11
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
.mod-
|
|
19
|
-
|
|
20
|
-
@include stickyNavSide;
|
|
21
|
-
}
|
|
12
|
+
.navSide ~ .main-content,
|
|
13
|
+
.mod-withMenu .main-content {
|
|
14
|
+
.filters.mod-sticky {
|
|
15
|
+
@include stickyNavSide;
|
|
22
16
|
}
|
|
23
17
|
}
|
|
@@ -2,57 +2,53 @@
|
|
|
2
2
|
@use '@lucca-front/scss/src/commons/utils/media';
|
|
3
3
|
|
|
4
4
|
.footer {
|
|
5
|
-
@
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
7
|
+
|
|
8
|
+
&.mod-sticky {
|
|
9
|
+
@include sticky;
|
|
8
10
|
}
|
|
9
11
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}
|
|
12
|
+
&.mod-narrow {
|
|
13
|
+
@include narrow;
|
|
14
|
+
}
|
|
14
15
|
|
|
15
|
-
|
|
16
|
+
// default mod
|
|
17
|
+
&:not([class*='mod-narrow']),
|
|
18
|
+
&.mod-narrowAtMediaMaxXXS {
|
|
19
|
+
@include media.max('XXS') {
|
|
16
20
|
@include narrow;
|
|
17
21
|
}
|
|
22
|
+
}
|
|
18
23
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
@include media.max('XXS') {
|
|
23
|
-
@include narrow;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
&.mod-narrowAtMediaMaxXS {
|
|
28
|
-
@include media.max('XS') {
|
|
29
|
-
@include narrow;
|
|
30
|
-
}
|
|
24
|
+
&.mod-narrowAtMediaMaxXS {
|
|
25
|
+
@include media.max('XS') {
|
|
26
|
+
@include narrow;
|
|
31
27
|
}
|
|
28
|
+
}
|
|
32
29
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
}
|
|
30
|
+
&.mod-narrowAtMediaMaxS {
|
|
31
|
+
@include media.max('S') {
|
|
32
|
+
@include narrow;
|
|
37
33
|
}
|
|
34
|
+
}
|
|
38
35
|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
36
|
+
&.mod-narrowAtMediaMaxM {
|
|
37
|
+
@include media.max('M') {
|
|
38
|
+
@include narrow;
|
|
43
39
|
}
|
|
40
|
+
}
|
|
44
41
|
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
42
|
+
@include media.min('S') {
|
|
43
|
+
@include wide;
|
|
44
|
+
}
|
|
48
45
|
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
46
|
+
.dialog &,
|
|
47
|
+
.lu-modal-panel & {
|
|
48
|
+
@include insideDialog;
|
|
49
|
+
}
|
|
53
50
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
}
|
|
51
|
+
&:has(.footer-containerOptional) {
|
|
52
|
+
@include withContainer;
|
|
57
53
|
}
|
|
58
54
|
}
|
|
@@ -6,108 +6,94 @@
|
|
|
6
6
|
@use 'exports' as *;
|
|
7
7
|
|
|
8
8
|
.form {
|
|
9
|
-
@
|
|
10
|
-
@include component;
|
|
11
|
-
}
|
|
9
|
+
@include component;
|
|
12
10
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
@include maxWidth;
|
|
16
|
-
}
|
|
11
|
+
&.mod-maxWidth {
|
|
12
|
+
@include maxWidth;
|
|
17
13
|
}
|
|
18
14
|
}
|
|
19
15
|
|
|
20
16
|
.form-fieldset {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
}
|
|
17
|
+
&.mod-inline {
|
|
18
|
+
@include inline;
|
|
19
|
+
}
|
|
25
20
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
21
|
+
&.mod-S {
|
|
22
|
+
@include S;
|
|
23
|
+
}
|
|
29
24
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
25
|
+
&:has(~ .box) {
|
|
26
|
+
.form-field {
|
|
27
|
+
&.mod-withArrow {
|
|
28
|
+
@include withArrow;
|
|
34
29
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
30
|
+
&.mod-S {
|
|
31
|
+
@include withArrowS;
|
|
38
32
|
}
|
|
39
33
|
}
|
|
40
34
|
}
|
|
41
35
|
}
|
|
42
36
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
@include legendInvalid;
|
|
47
|
-
}
|
|
37
|
+
&:has(.radioField-input[aria-invalid='true']),
|
|
38
|
+
&:has(.checkboxField-input[aria-invalid='true']) {
|
|
39
|
+
@include legendInvalid;
|
|
48
40
|
}
|
|
49
41
|
}
|
|
50
42
|
|
|
51
43
|
.form-field {
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
}
|
|
44
|
+
&.mod-S {
|
|
45
|
+
@include S;
|
|
46
|
+
}
|
|
56
47
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
48
|
+
&.mod-XS {
|
|
49
|
+
@include XS;
|
|
50
|
+
}
|
|
60
51
|
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
}
|
|
52
|
+
@each $value in config.$fieldsWidth {
|
|
53
|
+
&.mod-width#{$value} {
|
|
54
|
+
@include width($value);
|
|
65
55
|
}
|
|
56
|
+
}
|
|
66
57
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
}
|
|
58
|
+
&.mod-checkable,
|
|
59
|
+
&:has(.radioField),
|
|
60
|
+
&:has(.checkboxField),
|
|
61
|
+
&:has(.switchField) {
|
|
62
|
+
@include checkable;
|
|
73
63
|
}
|
|
74
64
|
|
|
75
|
-
|
|
76
|
-
&:
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
@include invalid;
|
|
84
|
-
}
|
|
65
|
+
&:not(lu-form-field) {
|
|
66
|
+
&:has(
|
|
67
|
+
.textField-input-value[aria-invalid='true'],
|
|
68
|
+
.timePicker-fieldset-group-textfield-input[aria-invalid='true'],
|
|
69
|
+
.simpleSelect-field-input[aria-invalid='true'],
|
|
70
|
+
.multipleSelect-displayer-search[aria-invalid='true']
|
|
71
|
+
) {
|
|
72
|
+
@include invalid;
|
|
85
73
|
}
|
|
74
|
+
}
|
|
86
75
|
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
76
|
+
&:has(.radioField-input:disabled),
|
|
77
|
+
&:has(.checkboxField-input:disabled),
|
|
78
|
+
&:has(.switchField-input:disabled) {
|
|
79
|
+
.formLabel {
|
|
80
|
+
@include formLabel.disabled;
|
|
81
|
+
}
|
|
93
82
|
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
83
|
+
.formLabel-tag {
|
|
84
|
+
@include tag.disabled;
|
|
85
|
+
}
|
|
97
86
|
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
}
|
|
87
|
+
.inlineMessage {
|
|
88
|
+
@include inlineMessage.disabled;
|
|
101
89
|
}
|
|
102
90
|
}
|
|
103
91
|
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
@include withArrow;
|
|
92
|
+
&.mod-withArrow {
|
|
93
|
+
@include withArrow;
|
|
107
94
|
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
}
|
|
95
|
+
&.mod-S {
|
|
96
|
+
@include withArrowS;
|
|
111
97
|
}
|
|
112
98
|
}
|
|
113
99
|
}
|
|
@@ -116,33 +102,27 @@
|
|
|
116
102
|
|
|
117
103
|
// stylelint-disable no-duplicate-selectors -- deprecated
|
|
118
104
|
.form {
|
|
119
|
-
@
|
|
120
|
-
@include vars;
|
|
121
|
-
}
|
|
105
|
+
@include vars;
|
|
122
106
|
}
|
|
123
107
|
|
|
124
108
|
.form-group {
|
|
125
|
-
@
|
|
126
|
-
|
|
127
|
-
@include componentDeprecated;
|
|
128
|
-
}
|
|
109
|
+
@include vars;
|
|
110
|
+
@include componentDeprecated;
|
|
129
111
|
}
|
|
130
112
|
|
|
131
113
|
.form-group-line-col {
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
}
|
|
114
|
+
&[class*='mod-overlay'] {
|
|
115
|
+
@include overlay;
|
|
116
|
+
}
|
|
136
117
|
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
118
|
+
&.mod-overlay-top {
|
|
119
|
+
@include overlayTop;
|
|
120
|
+
}
|
|
140
121
|
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
}
|
|
122
|
+
@each $breakpoint, $value in config.$breakpoints {
|
|
123
|
+
@for $i from 1 through 12 {
|
|
124
|
+
&.mod-#{$i}\@mediaMin#{$breakpoint} {
|
|
125
|
+
@include breakpoint($breakpoint, $i);
|
|
146
126
|
}
|
|
147
127
|
}
|
|
148
128
|
}
|
|
@@ -152,37 +132,29 @@
|
|
|
152
132
|
.radiosfield-label,
|
|
153
133
|
.checkboxesfield-label,
|
|
154
134
|
.textfield-label {
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
@include required;
|
|
158
|
-
}
|
|
135
|
+
&:is(.is-required, .required) {
|
|
136
|
+
@include required;
|
|
159
137
|
}
|
|
160
138
|
}
|
|
161
139
|
|
|
162
140
|
.checkboxesfield.mod-framed,
|
|
163
141
|
.radiosfield.mod-framed,
|
|
164
142
|
.form.mod-framed .fieldsetWrapper {
|
|
165
|
-
@
|
|
166
|
-
@include framed;
|
|
167
|
-
}
|
|
143
|
+
@include framed;
|
|
168
144
|
}
|
|
169
145
|
|
|
170
146
|
.checkboxesfield.mod-framed,
|
|
171
147
|
.radiosfield.mod-framed {
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
padding-inline: var(--components-field-framed-side-padding);
|
|
176
|
-
}
|
|
148
|
+
margin-block-start: 0;
|
|
149
|
+
padding-block: var(--components-field-framed-side-padding) var(--components-field-framed-bottom-padding);
|
|
150
|
+
padding-inline: var(--components-field-framed-side-padding);
|
|
177
151
|
}
|
|
178
152
|
|
|
179
153
|
.form-group-label {
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
@extend %isRequired;
|
|
185
|
-
}
|
|
154
|
+
&.is-required {
|
|
155
|
+
&:not(:empty) {
|
|
156
|
+
&::after {
|
|
157
|
+
@extend %isRequired;
|
|
186
158
|
}
|
|
187
159
|
}
|
|
188
160
|
}
|
|
@@ -191,12 +163,10 @@
|
|
|
191
163
|
.radiosfield-label,
|
|
192
164
|
.checkboxesfield-label,
|
|
193
165
|
.textfield-label {
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
@extend %isRequired;
|
|
199
|
-
}
|
|
166
|
+
&.is-required {
|
|
167
|
+
&:not(:empty) {
|
|
168
|
+
&::after {
|
|
169
|
+
@extend %isRequired;
|
|
200
170
|
}
|
|
201
171
|
}
|
|
202
172
|
}
|