@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,46 +1,42 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.tableOfContent {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
@include component;
|
|
7
|
-
}
|
|
4
|
+
@include vars;
|
|
5
|
+
@include component;
|
|
8
6
|
}
|
|
9
7
|
|
|
10
8
|
.tableOfContent-list-item-action {
|
|
11
|
-
|
|
12
|
-
&:
|
|
9
|
+
&:not(.disabled, .is-disabled, [disabled]) {
|
|
10
|
+
&:is(:hover) {
|
|
11
|
+
@include hover;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
&:is(:focus) {
|
|
15
|
+
@include focus;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
&:is(:active) {
|
|
19
|
+
@include active;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
&.is-active {
|
|
23
|
+
@include isActive;
|
|
24
|
+
|
|
13
25
|
&:is(:hover) {
|
|
14
|
-
@include
|
|
26
|
+
@include isActiveHover;
|
|
15
27
|
}
|
|
16
28
|
|
|
17
29
|
&:is(:focus) {
|
|
18
|
-
@include
|
|
30
|
+
@include isActiveFocus;
|
|
19
31
|
}
|
|
20
32
|
|
|
21
33
|
&:is(:active) {
|
|
22
|
-
@include
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
&.is-active {
|
|
26
|
-
@include isActive;
|
|
27
|
-
|
|
28
|
-
&:is(:hover) {
|
|
29
|
-
@include isActiveHover;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
&:is(:focus) {
|
|
33
|
-
@include isActiveFocus;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
&:is(:active) {
|
|
37
|
-
@include isActiveActive;
|
|
38
|
-
}
|
|
34
|
+
@include isActiveActive;
|
|
39
35
|
}
|
|
40
36
|
}
|
|
37
|
+
}
|
|
41
38
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
}
|
|
39
|
+
&:is(.disabled, .is-disabled, [disabled]) {
|
|
40
|
+
@include disabled;
|
|
45
41
|
}
|
|
46
42
|
}
|
|
@@ -1,40 +1,34 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.tableSortable.button {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
@include component;
|
|
7
|
-
}
|
|
4
|
+
@include vars;
|
|
5
|
+
@include component;
|
|
8
6
|
}
|
|
9
7
|
|
|
10
8
|
.table-head-row-cell,
|
|
11
9
|
.dataTable-head-row-cell,
|
|
12
10
|
.indexTable-head-row-cell {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
@include sortAlignRight;
|
|
17
|
-
}
|
|
11
|
+
&.mod-alignRight {
|
|
12
|
+
.tableSortable {
|
|
13
|
+
@include sortAlignRight;
|
|
18
14
|
}
|
|
15
|
+
}
|
|
19
16
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
17
|
+
&.mod-alignCenter {
|
|
18
|
+
.tableSortable {
|
|
19
|
+
@include sortAlignCenter;
|
|
24
20
|
}
|
|
25
21
|
}
|
|
26
22
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
@include sortAscending;
|
|
31
|
-
}
|
|
23
|
+
&[aria-sort='ascending'] {
|
|
24
|
+
.tableSortable{
|
|
25
|
+
@include sortAscending;
|
|
32
26
|
}
|
|
27
|
+
}
|
|
33
28
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
29
|
+
&[aria-sort='descending'] {
|
|
30
|
+
.tableSortable {
|
|
31
|
+
@include sortDescending;
|
|
38
32
|
}
|
|
39
33
|
}
|
|
40
34
|
}
|
|
@@ -3,43 +3,39 @@
|
|
|
3
3
|
@use 'exports' as *;
|
|
4
4
|
|
|
5
5
|
.table {
|
|
6
|
-
@
|
|
7
|
-
@include vars;
|
|
8
|
-
}
|
|
6
|
+
@include vars;
|
|
9
7
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
}
|
|
8
|
+
// For both mod-stickyColumn + responsive variant
|
|
9
|
+
&[class*='mod-stickyColumn'] {
|
|
10
|
+
@include stickyColumn;
|
|
11
|
+
}
|
|
15
12
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
13
|
+
&.mod-stickyColumn {
|
|
14
|
+
@include stickyColumnOffset;
|
|
15
|
+
}
|
|
19
16
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
}
|
|
17
|
+
@each $breakpoint, $value in config.$breakpoints {
|
|
18
|
+
@include media.min($breakpoint) {
|
|
19
|
+
&.mod-stickyColumnAtMediaMin#{$breakpoint} {
|
|
20
|
+
@include stickyColumnOffset;
|
|
25
21
|
}
|
|
26
22
|
}
|
|
23
|
+
}
|
|
27
24
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
25
|
+
// For both stickyHeader + -withBanner variant
|
|
26
|
+
&[class*='mod-stickyHeader'] {
|
|
27
|
+
@include stickyHeaderCommon;
|
|
31
28
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
}
|
|
29
|
+
.mod-stickyHeader-shadow {
|
|
30
|
+
@include stickyHeaderShadow;
|
|
35
31
|
}
|
|
32
|
+
}
|
|
36
33
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
34
|
+
&.mod-stickyHeader {
|
|
35
|
+
@include stickyHeader;
|
|
36
|
+
}
|
|
40
37
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
}
|
|
38
|
+
&.mod-stickyHeader-withBanner {
|
|
39
|
+
@include stickyHeaderBanner;
|
|
44
40
|
}
|
|
45
41
|
}
|
|
@@ -104,9 +104,9 @@
|
|
|
104
104
|
}
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
107
|
+
/*****
|
|
108
|
+
Sticky header
|
|
109
|
+
****/
|
|
110
110
|
|
|
111
111
|
@mixin stickyHeader {
|
|
112
112
|
.table-head-row-cell {
|
|
@@ -144,9 +144,9 @@
|
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
146
|
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
147
|
+
/*****
|
|
148
|
+
Sticky header drop shadow
|
|
149
|
+
****/
|
|
150
150
|
|
|
151
151
|
@mixin stickyHeaderShadow {
|
|
152
152
|
.indexTable-head-row-cell,
|
|
@@ -3,74 +3,68 @@
|
|
|
3
3
|
@use 'exports' as *;
|
|
4
4
|
|
|
5
5
|
.table {
|
|
6
|
-
@
|
|
7
|
-
@include vars;
|
|
8
|
-
}
|
|
6
|
+
@include vars;
|
|
9
7
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}
|
|
8
|
+
&.mod-stickyColumn {
|
|
9
|
+
@include stickyColumn;
|
|
10
|
+
}
|
|
14
11
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
}
|
|
12
|
+
@each $breakpoint, $value in config.$breakpoints {
|
|
13
|
+
@include media.min($breakpoint) {
|
|
14
|
+
&.mod-stickyColumn\@mediaMin#{$breakpoint} {
|
|
15
|
+
@include stickyColumn;
|
|
20
16
|
}
|
|
21
17
|
}
|
|
18
|
+
}
|
|
22
19
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
20
|
+
&.mod-stickyColumn-shadow {
|
|
21
|
+
@include shadow;
|
|
22
|
+
}
|
|
26
23
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
24
|
+
&[class*='mod-stickyColumn'] {
|
|
25
|
+
.table-head-row-cell,
|
|
26
|
+
.table-body-row-cell,
|
|
27
|
+
.table-foot-row-cell {
|
|
28
|
+
@for $i from 0 through 50 {
|
|
29
|
+
&.mod-stickyColumn-leftOffset#{$i} {
|
|
30
|
+
@include leftOffset($i);
|
|
31
|
+
}
|
|
35
32
|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}
|
|
33
|
+
&.mod-stickyColumn-rightOffset#{$i} {
|
|
34
|
+
@include rightOffset($i);
|
|
39
35
|
}
|
|
40
36
|
}
|
|
41
37
|
}
|
|
38
|
+
}
|
|
42
39
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
40
|
+
[class*='sticky'][class*='shadow-wrapper'] {
|
|
41
|
+
@include wrapper;
|
|
42
|
+
}
|
|
46
43
|
|
|
47
|
-
|
|
48
|
-
|
|
44
|
+
&[class*='mod-stickyHeader'] {
|
|
45
|
+
@include stickyHeaderCommon;
|
|
49
46
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
}
|
|
47
|
+
@each $breakpoint, $value in config.$breakpoints {
|
|
48
|
+
@include media.max($breakpoint) {
|
|
49
|
+
&.mod-stickyColumn\@mediaMin#{$breakpoint} {
|
|
50
|
+
@include stickyColumnBreakpoint;
|
|
55
51
|
}
|
|
56
52
|
}
|
|
57
53
|
}
|
|
54
|
+
}
|
|
58
55
|
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
56
|
+
&.mod-stickyHeader {
|
|
57
|
+
@include stickyHeader;
|
|
58
|
+
}
|
|
62
59
|
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
}
|
|
60
|
+
&.mod-stickyHeader-withBanner {
|
|
61
|
+
@include stickyHeaderBanner;
|
|
66
62
|
}
|
|
67
63
|
}
|
|
68
64
|
|
|
69
65
|
.table-body-row,
|
|
70
66
|
.table-foot-row {
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
@include stickyHeaderShadow;
|
|
74
|
-
}
|
|
67
|
+
&.mod-stickyHeader-shadow {
|
|
68
|
+
@include stickyHeaderShadow;
|
|
75
69
|
}
|
|
76
70
|
}
|
|
@@ -1,42 +1,36 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.tag {
|
|
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-L {
|
|
12
|
+
@include L;
|
|
13
|
+
}
|
|
17
14
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
15
|
+
// .mod-clickable is deprecated
|
|
16
|
+
&:is(a, button),
|
|
17
|
+
&.mod-clickable {
|
|
18
|
+
@include clickable;
|
|
19
|
+
}
|
|
23
20
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
21
|
+
&.mod-outlined {
|
|
22
|
+
@include outlined;
|
|
23
|
+
}
|
|
27
24
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
}
|
|
25
|
+
&.mod-disabled {
|
|
26
|
+
@include disabled;
|
|
31
27
|
}
|
|
32
28
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
}
|
|
29
|
+
&:has(.tag-content:focus-visible) {
|
|
30
|
+
@include focusVisible;
|
|
31
|
+
}
|
|
37
32
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
}
|
|
33
|
+
&.mod-AI {
|
|
34
|
+
@include AI;
|
|
41
35
|
}
|
|
42
36
|
}
|
|
@@ -1,45 +1,37 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.textField {
|
|
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;
|
|
13
|
+
}
|
|
17
14
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
15
|
+
&.mod-valueAlignRight {
|
|
16
|
+
@include valueAlignRight;
|
|
21
17
|
}
|
|
22
18
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
}
|
|
19
|
+
&.is-invalid,
|
|
20
|
+
&:has(.textField-input-value[aria-invalid='true']) {
|
|
21
|
+
@include invalid;
|
|
22
|
+
}
|
|
28
23
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
}
|
|
24
|
+
&.is-disabled,
|
|
25
|
+
&:has(.textField-input-value:disabled) {
|
|
26
|
+
@include disabled;
|
|
33
27
|
}
|
|
34
28
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}
|
|
29
|
+
&.mod-autoResize {
|
|
30
|
+
@include autoResize;
|
|
31
|
+
}
|
|
39
32
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
33
|
+
&.mod-filterPill {
|
|
34
|
+
@include filterPill;
|
|
43
35
|
}
|
|
44
36
|
|
|
45
37
|
&.is-lineThrough {
|