@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
|
@@ -1,55 +1,63 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.simpleSelect {
|
|
4
|
-
@
|
|
5
|
-
|
|
4
|
+
@layer components {
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
7
|
+
}
|
|
6
8
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
+
@layer states {
|
|
10
|
+
&:has(.simpleSelect-field-input:focus-visible) {
|
|
11
|
+
@include focused;
|
|
9
12
|
|
|
10
|
-
|
|
11
|
-
|
|
13
|
+
&:has(.simpleSelect-field-input[aria-expanded='true']) {
|
|
14
|
+
@include focusedExpanded;
|
|
15
|
+
}
|
|
12
16
|
}
|
|
13
|
-
}
|
|
14
17
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
&:not(.mod-noClueIcon) {
|
|
19
|
+
&:has(.simpleSelect-field-input:focus-visible),
|
|
20
|
+
&:has(.simpleSelect-field-input[aria-expanded='true']) {
|
|
21
|
+
&:not(:has(.simpleSelect-field-input:read-only)) {
|
|
22
|
+
@include searchable;
|
|
23
|
+
}
|
|
20
24
|
}
|
|
21
25
|
}
|
|
22
|
-
}
|
|
23
26
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
+
&:has(.simpleSelect-field-input[aria-invalid='true']) {
|
|
28
|
+
@include invalid;
|
|
29
|
+
}
|
|
27
30
|
|
|
28
|
-
|
|
29
|
-
|
|
31
|
+
&:has(.simpleSelect-field-input:disabled) {
|
|
32
|
+
@include disabled;
|
|
33
|
+
}
|
|
30
34
|
}
|
|
31
35
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
36
|
+
@layer mods {
|
|
37
|
+
&.mod-S {
|
|
38
|
+
@include S;
|
|
39
|
+
}
|
|
35
40
|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
41
|
+
&.mod-XS {
|
|
42
|
+
@include XS;
|
|
43
|
+
}
|
|
39
44
|
|
|
40
|
-
|
|
41
|
-
|
|
45
|
+
&.mod-filterPill {
|
|
46
|
+
@include filterPill;
|
|
47
|
+
}
|
|
42
48
|
}
|
|
43
49
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
50
|
+
@layer states {
|
|
51
|
+
&.is-searchFilled {
|
|
52
|
+
@include searchFilled;
|
|
53
|
+
}
|
|
47
54
|
|
|
48
|
-
|
|
49
|
-
|
|
55
|
+
&.is-selected {
|
|
56
|
+
@include selected;
|
|
50
57
|
|
|
51
|
-
|
|
52
|
-
|
|
58
|
+
&.is-searchFilled {
|
|
59
|
+
@include selectedSearchFilled;
|
|
60
|
+
}
|
|
53
61
|
}
|
|
54
62
|
}
|
|
55
63
|
}
|
|
@@ -1,57 +1,63 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.skeleton {
|
|
4
|
-
@
|
|
5
|
-
|
|
4
|
+
@layer components {
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
7
|
+
}
|
|
6
8
|
|
|
7
9
|
// .mod-dark can be applied to .skeleton or .skeleton-item
|
|
8
|
-
|
|
9
|
-
|
|
10
|
+
@layer mods {
|
|
11
|
+
&.mod-dark {
|
|
12
|
+
@include dark;
|
|
13
|
+
}
|
|
10
14
|
}
|
|
11
15
|
|
|
12
|
-
|
|
13
|
-
|
|
16
|
+
@layer states {
|
|
17
|
+
&.is-loading {
|
|
18
|
+
@include loading;
|
|
14
19
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
+
.skeleton-item {
|
|
21
|
+
// .mod-dark can be applied to .skeleton or .skeleton-item
|
|
22
|
+
&.mod-dark {
|
|
23
|
+
@include dark;
|
|
24
|
+
}
|
|
20
25
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
26
|
+
&.mod-square {
|
|
27
|
+
@include square;
|
|
28
|
+
}
|
|
24
29
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
30
|
+
&.mod-circle {
|
|
31
|
+
@include circle;
|
|
32
|
+
}
|
|
28
33
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
34
|
+
&.mod-XS {
|
|
35
|
+
@include XS;
|
|
36
|
+
}
|
|
32
37
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
38
|
+
&.mod-S {
|
|
39
|
+
@include S;
|
|
40
|
+
}
|
|
36
41
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
42
|
+
&.mod-L {
|
|
43
|
+
@include L;
|
|
44
|
+
}
|
|
40
45
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
46
|
+
&.mod-XL {
|
|
47
|
+
@include XL;
|
|
48
|
+
}
|
|
44
49
|
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
50
|
+
&.mod-XXL {
|
|
51
|
+
@include XXL;
|
|
52
|
+
}
|
|
48
53
|
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
54
|
+
&.mod-alignRight {
|
|
55
|
+
@include alignRight;
|
|
56
|
+
}
|
|
52
57
|
|
|
53
|
-
|
|
54
|
-
|
|
58
|
+
&.mod-alignCenter {
|
|
59
|
+
@include alignCenter;
|
|
60
|
+
}
|
|
55
61
|
}
|
|
56
62
|
}
|
|
57
63
|
}
|
|
@@ -1,16 +1,22 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.sortableList {
|
|
4
|
-
@
|
|
5
|
-
|
|
4
|
+
@layer components {
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
7
|
+
}
|
|
6
8
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
+
@layer mods {
|
|
10
|
+
&.mod-S {
|
|
11
|
+
@include S;
|
|
12
|
+
}
|
|
9
13
|
}
|
|
10
14
|
}
|
|
11
15
|
|
|
12
16
|
.sortableList-item {
|
|
13
|
-
|
|
14
|
-
|
|
17
|
+
@layer mods {
|
|
18
|
+
&.mod-clickable {
|
|
19
|
+
@include clickable;
|
|
20
|
+
}
|
|
15
21
|
}
|
|
16
22
|
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
@use '@lucca-front/scss/src/commons/utils/namespace';
|
|
2
|
+
|
|
3
|
+
@mixin component($atRoot: namespace.$defaultAtRoot) {
|
|
4
|
+
display: flex;
|
|
5
|
+
flex-direction: column;
|
|
6
|
+
gap: var(--pr-t-spacings-50);
|
|
7
|
+
|
|
8
|
+
@at-root ($atRoot) {
|
|
9
|
+
.suggestion-form-field {
|
|
10
|
+
z-index: 1;
|
|
11
|
+
position: relative;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.suggestion-callout-text {
|
|
15
|
+
text-decoration: var(--components-suggestion-textDecoration);
|
|
16
|
+
color: var(--components-suggestion-color);
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
@use 'exports' as *;
|
|
2
|
+
|
|
3
|
+
.suggestion {
|
|
4
|
+
@include vars;
|
|
5
|
+
@include component;
|
|
6
|
+
|
|
7
|
+
&:has(.suggestion-callout-accept:hover),
|
|
8
|
+
&:has(.suggestion-callout-accept:focus-visible) {
|
|
9
|
+
@include accept;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
&:has(.suggestion-callout-reject:hover),
|
|
13
|
+
&:has(.suggestion-callout-reject:focus-visible) {
|
|
14
|
+
@include reject;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
File without changes
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
@use '@lucca-front/scss/src/components/textField/exports' as textField;
|
|
2
|
+
|
|
3
|
+
@mixin reject {
|
|
4
|
+
--components-suggestion-textDecoration: line-through;
|
|
5
|
+
--components-suggestion-color: var(--pr-t-color-text-subtle);
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
@mixin accept {
|
|
9
|
+
.textField {
|
|
10
|
+
@include textField.lineThrough;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -1,48 +1,54 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.switch {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
&.mod-inline {
|
|
8
|
-
@include inline;
|
|
4
|
+
@layer components {
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
9
7
|
}
|
|
10
8
|
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
@layer mods {
|
|
10
|
+
&.mod-inline {
|
|
11
|
+
@include inline;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
&.mod-S {
|
|
15
|
+
@include S;
|
|
16
|
+
}
|
|
13
17
|
}
|
|
14
18
|
}
|
|
15
19
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
20
|
+
@layer states {
|
|
21
|
+
.switch-input {
|
|
22
|
+
&:is(:checked) {
|
|
23
|
+
@include checked;
|
|
19
24
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
25
|
+
&:hover {
|
|
26
|
+
@include checkedHover;
|
|
27
|
+
}
|
|
23
28
|
|
|
24
|
-
|
|
25
|
-
|
|
29
|
+
&:active {
|
|
30
|
+
@include checkedActive;
|
|
31
|
+
}
|
|
26
32
|
}
|
|
27
|
-
}
|
|
28
33
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
34
|
+
&:is(:hover) {
|
|
35
|
+
@include hover;
|
|
36
|
+
}
|
|
32
37
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
38
|
+
&:is(:focus-visible) {
|
|
39
|
+
@include focus;
|
|
40
|
+
}
|
|
36
41
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
42
|
+
&:is(:active) {
|
|
43
|
+
@include active;
|
|
44
|
+
}
|
|
40
45
|
|
|
41
|
-
|
|
42
|
-
|
|
46
|
+
&:is([disabled], [readonly]) {
|
|
47
|
+
@include disabled;
|
|
43
48
|
|
|
44
|
-
|
|
45
|
-
|
|
49
|
+
&:is(:checked) {
|
|
50
|
+
@include disabledChecked;
|
|
51
|
+
}
|
|
46
52
|
}
|
|
47
53
|
}
|
|
48
54
|
}
|
|
@@ -1,32 +1,38 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.switchField {
|
|
4
|
-
@
|
|
5
|
-
|
|
4
|
+
@layer components {
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
7
|
+
}
|
|
6
8
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
+
@layer mods {
|
|
10
|
+
&.mod-S {
|
|
11
|
+
@include S;
|
|
12
|
+
}
|
|
9
13
|
}
|
|
10
14
|
}
|
|
11
15
|
|
|
12
16
|
.switchField-input {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
17
|
+
@layer states {
|
|
18
|
+
&:checked {
|
|
19
|
+
@include checked;
|
|
20
|
+
}
|
|
16
21
|
|
|
17
|
-
|
|
18
|
-
|
|
22
|
+
&:disabled {
|
|
23
|
+
@include disabled;
|
|
19
24
|
|
|
20
|
-
|
|
21
|
-
|
|
25
|
+
&:checked {
|
|
26
|
+
@include checkedDisabled;
|
|
27
|
+
}
|
|
22
28
|
}
|
|
23
|
-
}
|
|
24
29
|
|
|
25
|
-
|
|
26
|
-
|
|
30
|
+
&[aria-invalid='true'] {
|
|
31
|
+
@include invalid;
|
|
27
32
|
|
|
28
|
-
|
|
29
|
-
|
|
33
|
+
&:checked {
|
|
34
|
+
@include checkedInvalid;
|
|
35
|
+
}
|
|
30
36
|
}
|
|
31
37
|
}
|
|
32
38
|
}
|
|
@@ -1,68 +1,74 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.table {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
@layer components {
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
7
|
+
|
|
8
|
+
button.tableSortable {
|
|
9
|
+
--components-sortable-fontWeight: 600;
|
|
10
|
+
--components-sortable-fontSize: var(--pr-t-font-body-S-fontSize);
|
|
11
|
+
--components-sortable-lineHeight: var(--pr-t-font-body-S-lineHeight);
|
|
12
|
+
--components-sortable-arrowsOffset: var(--pr-t-spacings-25);
|
|
13
|
+
}
|
|
9
14
|
}
|
|
10
15
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
16
|
+
@layer mods {
|
|
17
|
+
&.mod-zebra {
|
|
18
|
+
@include zebra;
|
|
19
|
+
}
|
|
14
20
|
|
|
15
|
-
|
|
16
|
-
|
|
21
|
+
&.mod-alignTop {
|
|
22
|
+
@include alignTop;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
&.mod-clickable {
|
|
26
|
+
@include clickable;
|
|
17
27
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
28
|
+
.table-head-row,
|
|
29
|
+
.table-body-row,
|
|
30
|
+
.table-foot-row {
|
|
31
|
+
&.mod-selectable {
|
|
32
|
+
@include clickableSelectable;
|
|
33
|
+
}
|
|
23
34
|
}
|
|
24
35
|
}
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
&.mod-card {
|
|
28
|
-
@include card;
|
|
29
|
-
}
|
|
30
36
|
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
37
|
+
&.mod-card {
|
|
38
|
+
@include card;
|
|
39
|
+
}
|
|
34
40
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
41
|
+
&.mod-S {
|
|
42
|
+
@include S;
|
|
43
|
+
}
|
|
38
44
|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
45
|
+
&.mod-noOffset {
|
|
46
|
+
@include noOffset;
|
|
47
|
+
}
|
|
42
48
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
--components-sortable-lineHeight: var(--pr-t-font-body-S-lineHeight);
|
|
47
|
-
--components-sortable-arrowsOffset: var(--pr-t-spacings-25);
|
|
49
|
+
&.mod-borderless {
|
|
50
|
+
@include borderless;
|
|
51
|
+
}
|
|
48
52
|
}
|
|
49
53
|
}
|
|
50
54
|
|
|
51
55
|
.table-body-row,
|
|
52
56
|
.table-foot-row {
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
57
|
+
@layer mods {
|
|
58
|
+
&.mod-header {
|
|
59
|
+
@include header;
|
|
60
|
+
}
|
|
56
61
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
62
|
+
&.mod-child {
|
|
63
|
+
@include child;
|
|
64
|
+
}
|
|
60
65
|
|
|
61
|
-
|
|
62
|
-
|
|
66
|
+
&.mod-parent {
|
|
67
|
+
@include parent;
|
|
63
68
|
|
|
64
|
-
|
|
65
|
-
|
|
69
|
+
&.mod-collapsable {
|
|
70
|
+
@include collapsable;
|
|
71
|
+
}
|
|
66
72
|
}
|
|
67
73
|
}
|
|
68
74
|
}
|
|
@@ -70,45 +76,53 @@
|
|
|
70
76
|
.table-head-row,
|
|
71
77
|
.table-body-row,
|
|
72
78
|
.table-foot-row {
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
79
|
+
@layer mods {
|
|
80
|
+
&.mod-selectable {
|
|
81
|
+
@include selectable;
|
|
82
|
+
}
|
|
76
83
|
|
|
77
|
-
|
|
78
|
-
|
|
84
|
+
&.mod-draggable {
|
|
85
|
+
@include draggable;
|
|
86
|
+
}
|
|
79
87
|
}
|
|
80
88
|
}
|
|
81
89
|
|
|
82
90
|
.table-head-row {
|
|
83
|
-
|
|
84
|
-
|
|
91
|
+
@layer mods {
|
|
92
|
+
&.mod-twoLines {
|
|
93
|
+
@include twoLines;
|
|
94
|
+
}
|
|
85
95
|
}
|
|
86
96
|
}
|
|
87
97
|
|
|
88
98
|
.table-body-row-cell,
|
|
89
99
|
.table-foot-row-cell {
|
|
90
|
-
|
|
91
|
-
|
|
100
|
+
@layer mods {
|
|
101
|
+
&.mod-avatar {
|
|
102
|
+
@include avatar;
|
|
103
|
+
}
|
|
92
104
|
}
|
|
93
105
|
}
|
|
94
106
|
|
|
95
107
|
.table-head-row-cell,
|
|
96
108
|
.table-body-row-cell,
|
|
97
109
|
.table-foot-row-cell {
|
|
98
|
-
|
|
99
|
-
|
|
110
|
+
@layer mods {
|
|
111
|
+
&.mod-actions {
|
|
112
|
+
@include actions;
|
|
100
113
|
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
114
|
+
// .mod-actionsHidden is deprecated
|
|
115
|
+
&.mod-actionsHidden {
|
|
116
|
+
@include actionsHidden;
|
|
117
|
+
}
|
|
104
118
|
}
|
|
105
|
-
}
|
|
106
119
|
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
120
|
+
&.mod-alignCenter {
|
|
121
|
+
@include alignCenter;
|
|
122
|
+
}
|
|
110
123
|
|
|
111
|
-
|
|
112
|
-
|
|
124
|
+
&.mod-alignRight {
|
|
125
|
+
@include alignRight;
|
|
126
|
+
}
|
|
113
127
|
}
|
|
114
128
|
}
|
|
@@ -1,18 +1,20 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.table {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
@layer mods {
|
|
5
|
+
// 1 - Layout fixed
|
|
6
|
+
&.mod-layoutFixed {
|
|
7
|
+
@include layoutFixed;
|
|
8
|
+
}
|
|
8
9
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
// 2 - Layout fixed starting at breakpoint
|
|
11
|
+
&[class*='mod-layoutFixedAtMediaMin'] {
|
|
12
|
+
@include layoutFixedWithBreakpoint;
|
|
13
|
+
}
|
|
13
14
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
// Cells management for 1 & 2
|
|
16
|
+
&[class*='mod-layoutFixed'] {
|
|
17
|
+
@include layoutFixedCells;
|
|
18
|
+
}
|
|
17
19
|
}
|
|
18
20
|
}
|