@lucca-front/scss 20.3.0-rc.10 → 20.3.0-rc.11
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 +5 -0
- 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/index.scss +480 -478
- package/src/commons/utils/reset.scss +1 -1
- package/src/components/_sample/index.scss +13 -7
- package/src/components/appLayout/index.scss +11 -7
- package/src/components/avatar/index.scss +43 -35
- package/src/components/box/index.scss +20 -14
- package/src/components/breadcrumbs/index.scss +16 -10
- package/src/components/button/index.scss +138 -134
- package/src/components/button/mods.scss +17 -0
- package/src/components/button/states.scss +3 -3
- package/src/components/buttonGroup/component.scss +0 -17
- package/src/components/buttonGroup/index.scss +20 -8
- package/src/components/calendar/index.scss +56 -44
- package/src/components/callout/index.scss +8 -4
- package/src/components/calloutDisclosure/index.scss +14 -10
- package/src/components/calloutFeedbackList/index.scss +8 -4
- package/src/components/calloutPopover/index.scss +18 -12
- package/src/components/card/index.scss +28 -24
- package/src/components/checkbox/index.scss +35 -31
- package/src/components/checkboxField/index.scss +88 -82
- package/src/components/chip/index.scss +22 -18
- package/src/components/clear/index.scss +22 -18
- 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/index.scss +79 -69
- package/src/components/dataTableSticked/index.scss +30 -26
- package/src/components/dateField/index.scss +24 -20
- package/src/components/dateRangeField/index.scss +29 -25
- package/src/components/dialog/component.scss +4 -4
- package/src/components/dialog/index.scss +40 -36
- package/src/components/divider/index.scss +11 -7
- package/src/components/dropdown/index.scss +13 -9
- 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 +86 -88
- package/src/components/fieldset/index.scss +17 -13
- package/src/components/file/index.scss +34 -28
- package/src/components/fileEntry/index.scss +23 -19
- package/src/components/fileToolbar/index.scss +10 -6
- package/src/components/fileUpload/index.scss +36 -32
- package/src/components/filterBar/index.scss +17 -13
- package/src/components/filterBarDeprecated/index.scss +8 -4
- package/src/components/filterPill/index.scss +53 -49
- package/src/components/filters/index.scss +14 -8
- package/src/components/footer/index.scss +38 -34
- package/src/components/form/index.scss +121 -109
- package/src/components/form/mods.scss +7 -5
- package/src/components/formLabel/index.scss +18 -14
- package/src/components/gauge/component.scss +18 -16
- package/src/components/gauge/index.scss +25 -21
- package/src/components/grid/index.scss +25 -21
- package/src/components/header/index.scss +17 -13
- package/src/components/highlightData/index.scss +28 -24
- package/src/components/horizontalNavigation/index.scss +42 -36
- package/src/components/index.scss +57 -55
- package/src/components/indexTable/index.scss +53 -57
- package/src/components/inlineMessage/index.scss +17 -13
- package/src/components/inputFramed/index.scss +30 -24
- package/src/components/label/index.scss +13 -9
- package/src/components/layout/index.scss +51 -45
- package/src/components/link/index.scss +14 -10
- package/src/components/link/mods.scss +1 -1
- package/src/components/list/index.scss +15 -11
- package/src/components/listboxOption/index.scss +129 -117
- 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 +27 -21
- 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 +57 -39
- package/src/components/multiSelect/mods.scss +0 -8
- package/src/components/multiSelect/states.scss +8 -0
- package/src/components/navside/index.scss +74 -64
- 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 +21 -17
- 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 +14 -10
- package/src/components/radio/index.scss +18 -12
- package/src/components/radioButtons/index.scss +16 -10
- package/src/components/radioField/index.scss +46 -40
- package/src/components/readMore/index.scss +20 -16
- package/src/components/richText/index.scss +19 -15
- package/src/components/scrollBox/index.scss +14 -10
- package/src/components/section/index.scss +16 -12
- package/src/components/segmentedControl/index.scss +31 -25
- package/src/components/simpleSelect/index.scss +39 -35
- package/src/components/skeleton/index.scss +42 -38
- 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/switch/index.scss +35 -29
- package/src/components/switchField/index.scss +22 -16
- package/src/components/table/index.scss +85 -79
- 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 +21 -17
- 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/index.scss +28 -24
- package/src/components/textField/index.scss +28 -24
- package/src/components/textField/mods.scss +1 -1
- package/src/components/textFlow/index.scss +4 -2
- package/src/components/textfields/index.scss +265 -261
- package/src/components/timeline/index.scss +72 -66
- package/src/components/timepicker/index.scss +20 -16
- package/src/components/title/index.scss +43 -30
- package/src/components/title/mods.scss +1 -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/index.scss +4 -2
- package/src/components/userTile/index.scss +26 -22
- package/src/components/verticalNavigation/index.scss +26 -20
|
@@ -1,30 +1,34 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.clear {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
&.mod-S {
|
|
8
|
-
@include S;
|
|
4
|
+
@layer components {
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
9
7
|
}
|
|
10
8
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}
|
|
9
|
+
@layer mods {
|
|
10
|
+
&.mod-S {
|
|
11
|
+
@include S;
|
|
12
|
+
}
|
|
16
13
|
|
|
17
|
-
|
|
18
|
-
|
|
14
|
+
// .palette-primary is deprecated
|
|
15
|
+
&.palette-product:not([disabled]),
|
|
16
|
+
&.palette-primary:not([disabled]) {
|
|
17
|
+
@include product;
|
|
18
|
+
}
|
|
19
19
|
|
|
20
|
-
&.
|
|
21
|
-
@include
|
|
20
|
+
&.mod-inverted:not([disabled]) {
|
|
21
|
+
@include inverted;
|
|
22
|
+
|
|
23
|
+
&.palette-product:not([disabled]) {
|
|
24
|
+
@include invertedProduct;
|
|
25
|
+
}
|
|
22
26
|
}
|
|
23
|
-
}
|
|
24
27
|
|
|
25
|
-
|
|
26
|
-
|
|
28
|
+
&[disabled] {
|
|
29
|
+
@include disabled;
|
|
27
30
|
|
|
28
|
-
|
|
31
|
+
cursor: default;
|
|
32
|
+
}
|
|
29
33
|
}
|
|
30
34
|
}
|
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.collapse {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
&:not(.is-open, .open, [open]) {
|
|
8
|
-
@include close;
|
|
4
|
+
@layer components {
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
9
7
|
}
|
|
10
8
|
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
@layer mods {
|
|
10
|
+
&:not(.is-open, .open, [open]) {
|
|
11
|
+
@include close;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
&:is(.is-open, .open, [open]) {
|
|
15
|
+
@include open;
|
|
16
|
+
}
|
|
13
17
|
}
|
|
14
18
|
}
|
|
@@ -3,38 +3,48 @@
|
|
|
3
3
|
@use 'exports' as *;
|
|
4
4
|
|
|
5
5
|
.comment {
|
|
6
|
-
@
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
&.mod-S {
|
|
10
|
-
@include S;
|
|
6
|
+
@layer components {
|
|
7
|
+
@include vars;
|
|
8
|
+
@include component;
|
|
11
9
|
}
|
|
12
10
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
11
|
+
@layer mods {
|
|
12
|
+
&.mod-S {
|
|
13
|
+
@include S;
|
|
14
|
+
}
|
|
16
15
|
|
|
17
|
-
|
|
18
|
-
|
|
16
|
+
&.mod-noAvatar {
|
|
17
|
+
@include noAvatar;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
@include container.max(25rem, $name: 'comment') {
|
|
21
|
+
@include narrow;
|
|
22
|
+
}
|
|
19
23
|
}
|
|
20
24
|
}
|
|
21
25
|
|
|
22
26
|
.commentWrapper {
|
|
23
|
-
@
|
|
24
|
-
|
|
25
|
-
&.mod-S {
|
|
26
|
-
@include wrapperS;
|
|
27
|
+
@layer components {
|
|
28
|
+
@include vars;
|
|
27
29
|
}
|
|
28
30
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
31
|
+
@layer mods {
|
|
32
|
+
&.mod-S {
|
|
33
|
+
@include wrapperS;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
&.mod-compact {
|
|
37
|
+
@include wrapperCompact;
|
|
38
|
+
}
|
|
32
39
|
|
|
33
|
-
|
|
34
|
-
|
|
40
|
+
&.mod-chatAnswer {
|
|
41
|
+
@include chatAnswer;
|
|
42
|
+
}
|
|
35
43
|
}
|
|
36
44
|
}
|
|
37
45
|
|
|
38
46
|
.commentWrapperChat {
|
|
39
|
-
@
|
|
47
|
+
@layer components {
|
|
48
|
+
@include chat;
|
|
49
|
+
}
|
|
40
50
|
}
|
|
@@ -2,38 +2,42 @@
|
|
|
2
2
|
@use '@lucca-front/scss/src/commons/utils/media';
|
|
3
3
|
|
|
4
4
|
.container {
|
|
5
|
-
@
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
&.mod-center {
|
|
9
|
-
@include center;
|
|
5
|
+
@layer components {
|
|
6
|
+
@include vars;
|
|
7
|
+
@include component;
|
|
10
8
|
}
|
|
11
9
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
10
|
+
@layer mods {
|
|
11
|
+
&.mod-center {
|
|
12
|
+
@include center;
|
|
13
|
+
}
|
|
15
14
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
15
|
+
&.mod-S {
|
|
16
|
+
@include S;
|
|
17
|
+
}
|
|
19
18
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
19
|
+
&.mod-maxM {
|
|
20
|
+
@include maxM;
|
|
21
|
+
}
|
|
23
22
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
23
|
+
&.mod-maxL {
|
|
24
|
+
@include maxL;
|
|
25
|
+
}
|
|
27
26
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
27
|
+
&.mod-maxXL {
|
|
28
|
+
@include maxXL;
|
|
29
|
+
}
|
|
31
30
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
31
|
+
&.mod-maxXXL {
|
|
32
|
+
@include maxXXL;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
&.mod-maxXXXL {
|
|
36
|
+
@include maxXXXL;
|
|
37
|
+
}
|
|
35
38
|
|
|
36
|
-
|
|
37
|
-
|
|
39
|
+
&.mod-overflow {
|
|
40
|
+
@include overflow;
|
|
41
|
+
}
|
|
38
42
|
}
|
|
39
43
|
}
|
|
@@ -1,47 +1,55 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.dataTableWrapper {
|
|
4
|
-
@
|
|
4
|
+
@layer components {
|
|
5
|
+
@include vars;
|
|
6
|
+
}
|
|
5
7
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
+
@layer mods {
|
|
9
|
+
&.mod-nested {
|
|
10
|
+
@include nested;
|
|
11
|
+
}
|
|
8
12
|
}
|
|
9
13
|
}
|
|
10
14
|
|
|
11
15
|
.dataTable {
|
|
12
|
-
@
|
|
13
|
-
|
|
14
|
-
&.mod-cellBorder {
|
|
15
|
-
@include cellBorder;
|
|
16
|
+
@layer components {
|
|
17
|
+
@include component;
|
|
16
18
|
}
|
|
17
19
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
20
|
+
@layer mods {
|
|
21
|
+
&.mod-cellBorder {
|
|
22
|
+
@include cellBorder;
|
|
23
|
+
}
|
|
21
24
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
+
&.mod-alignTop {
|
|
26
|
+
@include alignTop;
|
|
27
|
+
}
|
|
25
28
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
+
&.mod-layoutFixed {
|
|
30
|
+
@include layoutFixed;
|
|
31
|
+
}
|
|
29
32
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
}
|
|
33
|
+
&[class*='mod-layoutFixedAtMediaMin'] {
|
|
34
|
+
@include layoutFixedWithBreakpoint;
|
|
35
|
+
}
|
|
34
36
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}
|
|
37
|
+
// Allow selection of mod-layoutFixed with or without breakpoints like mod-layoutFixedAtMediaMinXS or mod-layoutFixedAtMediaMaxL
|
|
38
|
+
&[class*='mod-layoutFixed'] {
|
|
39
|
+
@include layoutFixedCells;
|
|
40
|
+
}
|
|
40
41
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
42
|
+
&.mod-hover {
|
|
43
|
+
:is(.dataTable-head-row.mod-selectable, .dataTable-body-row) {
|
|
44
|
+
&:hover {
|
|
45
|
+
@include hover;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
&.mod-selectable {
|
|
49
|
+
&:has(input:checked) {
|
|
50
|
+
&:hover {
|
|
51
|
+
@include selectedHover;
|
|
52
|
+
}
|
|
45
53
|
}
|
|
46
54
|
}
|
|
47
55
|
}
|
|
@@ -49,62 +57,64 @@
|
|
|
49
57
|
}
|
|
50
58
|
}
|
|
51
59
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
60
|
+
@layer mods {
|
|
61
|
+
:is(.dataTable-head-row, .dataTable-body-row, .dataTable-foot-row) {
|
|
62
|
+
&.mod-group {
|
|
63
|
+
@include group;
|
|
64
|
+
}
|
|
56
65
|
|
|
57
|
-
|
|
58
|
-
|
|
66
|
+
&.mod-selectable {
|
|
67
|
+
@include selectable;
|
|
59
68
|
|
|
60
|
-
|
|
61
|
-
|
|
69
|
+
&:has(input:checked) {
|
|
70
|
+
@include selected;
|
|
71
|
+
}
|
|
62
72
|
}
|
|
63
|
-
}
|
|
64
73
|
|
|
65
|
-
|
|
66
|
-
|
|
74
|
+
&.mod-draggable {
|
|
75
|
+
@include draggable;
|
|
76
|
+
}
|
|
67
77
|
}
|
|
68
|
-
}
|
|
69
78
|
|
|
70
|
-
:is(.dataTable-head-row-cell, .dataTable-body-row-cell, .dataTable-foot-row-cell) {
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
79
|
+
:is(.dataTable-head-row-cell, .dataTable-body-row-cell, .dataTable-foot-row-cell) {
|
|
80
|
+
&.mod-actions {
|
|
81
|
+
@include actions;
|
|
82
|
+
}
|
|
74
83
|
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
84
|
+
&.mod-alignCenter {
|
|
85
|
+
@include alignCenter;
|
|
86
|
+
}
|
|
78
87
|
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
88
|
+
&.mod-alignRight {
|
|
89
|
+
@include alignRight;
|
|
90
|
+
}
|
|
82
91
|
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
92
|
+
&.mod-editable {
|
|
93
|
+
@include editable;
|
|
94
|
+
}
|
|
86
95
|
|
|
87
|
-
|
|
88
|
-
|
|
96
|
+
&.mod-tree {
|
|
97
|
+
@include tree;
|
|
98
|
+
}
|
|
89
99
|
}
|
|
90
|
-
}
|
|
91
100
|
|
|
92
|
-
.dataTable-body-row {
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
101
|
+
.dataTable-body-row {
|
|
102
|
+
&.is-collapsed {
|
|
103
|
+
@include collapsed;
|
|
104
|
+
}
|
|
96
105
|
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
106
|
+
&:first-child {
|
|
107
|
+
&:has(.dataTable-body-row-cell-expand-button.button[aria-expanded='false']) {
|
|
108
|
+
~ .dataTable-body-row {
|
|
109
|
+
@include collapsed;
|
|
110
|
+
}
|
|
101
111
|
}
|
|
102
112
|
}
|
|
103
113
|
}
|
|
104
|
-
}
|
|
105
114
|
|
|
106
|
-
.dataTable-body-row-cell-expand-button {
|
|
107
|
-
|
|
108
|
-
|
|
115
|
+
.dataTable-body-row-cell-expand-button {
|
|
116
|
+
&[aria-expanded='true'] {
|
|
117
|
+
@include expanded;
|
|
118
|
+
}
|
|
109
119
|
}
|
|
110
120
|
}
|
|
@@ -3,41 +3,45 @@
|
|
|
3
3
|
@use 'exports' as *;
|
|
4
4
|
|
|
5
5
|
.dataTableWrapper {
|
|
6
|
-
@
|
|
7
|
-
|
|
8
|
-
&:has(.dataTable.mod-stickyHeader) {
|
|
9
|
-
@include stickyHeader;
|
|
6
|
+
@layer components {
|
|
7
|
+
@include vars;
|
|
10
8
|
}
|
|
11
9
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
10
|
+
@layer mods {
|
|
11
|
+
&:has(.dataTable.mod-stickyHeader) {
|
|
12
|
+
@include stickyHeader;
|
|
13
|
+
}
|
|
15
14
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
15
|
+
&:has(.dataTable.mod-columnsOverflow) {
|
|
16
|
+
@include columnsOverflow;
|
|
17
|
+
}
|
|
19
18
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
19
|
+
&:has(.dataTable.mod-rowsOverflow) {
|
|
20
|
+
@include rowsOverflow;
|
|
21
|
+
}
|
|
23
22
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
23
|
+
&:has(.dataTable.is-firstColumnVisible) {
|
|
24
|
+
@include firstColumnVisible;
|
|
25
|
+
}
|
|
27
26
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
27
|
+
&:has(.dataTable.is-lastColumnVisible) {
|
|
28
|
+
@include lastColumnVisible;
|
|
29
|
+
}
|
|
31
30
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
31
|
+
&:has(.dataTable.is-firstRowVisible) {
|
|
32
|
+
@include firstRowVisible;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
&:has(.dataTable.is-lastRowVisible) {
|
|
36
|
+
@include lastRowVisible;
|
|
37
|
+
}
|
|
35
38
|
|
|
36
|
-
|
|
37
|
-
|
|
39
|
+
&:has(:is(.dataTable-head-row-cell, .dataTable-head-body-cell, .dataTable-foot-row-cell).mod-stickyColumn) {
|
|
40
|
+
@include stickyColumn;
|
|
38
41
|
|
|
39
|
-
|
|
40
|
-
|
|
42
|
+
&:has(.dataTable.mod-cellBorder) {
|
|
43
|
+
@include stickyColumnBorder;
|
|
44
|
+
}
|
|
41
45
|
}
|
|
42
46
|
}
|
|
43
47
|
}
|
|
@@ -1,35 +1,39 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.dateField {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
&.mod-filterPill {
|
|
8
|
-
@include filterPill;
|
|
4
|
+
@layer components {
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
9
7
|
}
|
|
10
8
|
|
|
11
|
-
|
|
12
|
-
&.mod-
|
|
13
|
-
@include
|
|
9
|
+
@layer mods {
|
|
10
|
+
&.mod-filterPill {
|
|
11
|
+
@include filterPill;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
&:not(.mod-auto, .mod-filterPill) {
|
|
15
|
+
&.mod-day {
|
|
16
|
+
@include day;
|
|
14
17
|
|
|
15
|
-
|
|
16
|
-
|
|
18
|
+
.form-field.mod-S & {
|
|
19
|
+
@include dayS;
|
|
20
|
+
}
|
|
17
21
|
}
|
|
18
|
-
}
|
|
19
22
|
|
|
20
|
-
|
|
21
|
-
|
|
23
|
+
&.mod-month {
|
|
24
|
+
@include month;
|
|
22
25
|
|
|
23
|
-
|
|
24
|
-
|
|
26
|
+
.form-field.mod-S & {
|
|
27
|
+
@include monthS;
|
|
28
|
+
}
|
|
25
29
|
}
|
|
26
|
-
}
|
|
27
30
|
|
|
28
|
-
|
|
29
|
-
|
|
31
|
+
&.mod-year {
|
|
32
|
+
@include year;
|
|
30
33
|
|
|
31
|
-
|
|
32
|
-
|
|
34
|
+
.form-field.mod-S & {
|
|
35
|
+
@include yearS;
|
|
36
|
+
}
|
|
33
37
|
}
|
|
34
38
|
}
|
|
35
39
|
}
|
|
@@ -2,43 +2,47 @@
|
|
|
2
2
|
@use 'exports' as *;
|
|
3
3
|
|
|
4
4
|
.dateRangeField {
|
|
5
|
-
@
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
.form-field.mod-S & {
|
|
9
|
-
@include S;
|
|
5
|
+
@layer components {
|
|
6
|
+
@include vars;
|
|
7
|
+
@include component;
|
|
10
8
|
}
|
|
11
9
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
@include media.max('XS') {
|
|
16
|
-
@include filterPillCompact;
|
|
10
|
+
@layer mods {
|
|
11
|
+
.form-field.mod-S & {
|
|
12
|
+
@include S;
|
|
17
13
|
}
|
|
18
|
-
}
|
|
19
14
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
@include day;
|
|
15
|
+
&.mod-filterPill {
|
|
16
|
+
@include filterPill;
|
|
23
17
|
|
|
24
|
-
.
|
|
25
|
-
@include
|
|
18
|
+
@include media.max('XS') {
|
|
19
|
+
@include filterPillCompact;
|
|
26
20
|
}
|
|
27
21
|
}
|
|
28
22
|
|
|
29
|
-
|
|
30
|
-
|
|
23
|
+
&:not(.mod-auto, .mod-filterPill) {
|
|
24
|
+
&.mod-day {
|
|
25
|
+
@include day;
|
|
31
26
|
|
|
32
|
-
|
|
33
|
-
|
|
27
|
+
.form-field.mod-S & {
|
|
28
|
+
@include dayS;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
&.mod-month {
|
|
33
|
+
@include month;
|
|
34
|
+
|
|
35
|
+
.form-field.mod-S & {
|
|
36
|
+
@include monthS;
|
|
37
|
+
}
|
|
34
38
|
}
|
|
35
|
-
}
|
|
36
39
|
|
|
37
|
-
|
|
38
|
-
|
|
40
|
+
&.mod-year {
|
|
41
|
+
@include year;
|
|
39
42
|
|
|
40
|
-
|
|
41
|
-
|
|
43
|
+
.form-field.mod-S & {
|
|
44
|
+
@include yearS;
|
|
45
|
+
}
|
|
42
46
|
}
|
|
43
47
|
}
|
|
44
48
|
}
|
|
@@ -10,15 +10,15 @@
|
|
|
10
10
|
inset: var(--components-dialog-inset);
|
|
11
11
|
inline-size: var(--components-dialog-width);
|
|
12
12
|
block-size: var(--components-dialog-height);
|
|
13
|
-
max-inline-size: var(--components-dialog-maxWidth);
|
|
14
|
-
max-block-size: var(--components-dialog-maxHeight);
|
|
15
13
|
background-color: var(--palettes-neutral-0);
|
|
16
14
|
border-radius: var(--components-dialog-borderRadius);
|
|
17
15
|
box-shadow: var(--pr-t-elevation-shadow-overlay);
|
|
18
|
-
position: fixed !important;
|
|
19
16
|
margin: auto;
|
|
20
|
-
display: flex;
|
|
21
17
|
flex-direction: column;
|
|
18
|
+
display: flex !important;
|
|
19
|
+
position: fixed !important;
|
|
20
|
+
max-inline-size: var(--components-dialog-maxWidth) !important;
|
|
21
|
+
max-block-size: var(--components-dialog-maxHeight) !important;
|
|
22
22
|
|
|
23
23
|
@supports not (height: 1dvh) {
|
|
24
24
|
--components-dialog-maxHeight: var(--components-dialog-maxHeightFallback);
|