@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
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
|
|
282
282
|
&::before,
|
|
283
283
|
&::after {
|
|
284
|
-
|
|
284
|
+
// stylelint-disable-next-line no-irregular-whitespace
|
|
285
285
|
content: ' ' / '';
|
|
286
286
|
display: table;
|
|
287
287
|
}
|
|
@@ -362,8 +362,10 @@
|
|
|
362
362
|
}
|
|
363
363
|
|
|
364
364
|
%isRequired {
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
365
|
+
@layer mods {
|
|
366
|
+
color: var(--palettes-error-700);
|
|
367
|
+
display: inline-block;
|
|
368
|
+
margin-inline-start: 0.2em;
|
|
369
|
+
content: '*' / '';
|
|
370
|
+
}
|
|
369
371
|
}
|
|
@@ -1,23 +1,27 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.formLabel {
|
|
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
|
-
|
|
9
|
+
@layer mods {
|
|
10
|
+
&.mod-S {
|
|
11
|
+
@include S;
|
|
12
|
+
}
|
|
14
13
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
14
|
+
&.mod-XS {
|
|
15
|
+
@include XS;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
&.mod-counter {
|
|
19
|
+
@include counter;
|
|
20
|
+
}
|
|
18
21
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
+
&.is-error {
|
|
23
|
+
// To replace by :has as soon as it is implemented in Firefox to cover usage as legend for checkboxes and radio states.
|
|
24
|
+
@include error;
|
|
25
|
+
}
|
|
22
26
|
}
|
|
23
27
|
}
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
stroke-width: var(--components-gauge-circle-strokeWidth);
|
|
38
38
|
stroke-linecap: round;
|
|
39
39
|
stroke-dashoffset: 0;
|
|
40
|
-
transform: rotate(-
|
|
40
|
+
transform: rotate(-0.25turn);
|
|
41
41
|
transform-origin: 50% 50%;
|
|
42
42
|
stroke-dasharray: calc(var(--components-gauge-circleP) / 100 * var(--components-gauge-value)), 9999;
|
|
43
43
|
stroke: currentColor;
|
|
@@ -61,21 +61,23 @@
|
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
%gaugeBar {
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
64
|
+
@layer components {
|
|
65
|
+
color: currentColor;
|
|
66
|
+
transition-duration: var(--commons-animations-durations-standard);
|
|
67
|
+
transition-property: background-color, inline-size, block-size;
|
|
68
|
+
block-size: var(--components-gauge-blockSize);
|
|
69
|
+
inline-size: var(--components-gauge-value);
|
|
70
|
+
background-color: currentColor;
|
|
71
|
+
border-radius: var(--pr-t-border-radius-full);
|
|
72
|
+
min-inline-size: var(--components-gauge-before-minInlineSize);
|
|
73
|
+
min-block-size: var(--components-gauge-before-minInlineSize);
|
|
74
|
+
animation-name: var(--components-gauge-animationName);
|
|
75
|
+
animation-duration: var(--components-gauge-animationDuration);
|
|
76
|
+
animation-timing-function: var(--components-gauge-animationTimingFunction);
|
|
76
77
|
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
78
|
+
@media (prefers-reduced-motion: reduce) {
|
|
79
|
+
--components-gauge-animationDuration: var(--commons-animations-durations-fast);
|
|
80
|
+
--components-gauge-animationTimingFunction: ease;
|
|
81
|
+
}
|
|
80
82
|
}
|
|
81
83
|
}
|
|
@@ -1,33 +1,37 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.gauge {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
&.mod-thin {
|
|
8
|
-
@include thin;
|
|
4
|
+
@layer components {
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
9
7
|
}
|
|
10
8
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
9
|
+
@layer mods {
|
|
10
|
+
&.mod-thin {
|
|
11
|
+
@include thin;
|
|
12
|
+
}
|
|
14
13
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
14
|
+
&:has(.gauge-circleBackground) {
|
|
15
|
+
@include circular;
|
|
16
|
+
}
|
|
18
17
|
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
// .mod-vertical is deprecated
|
|
19
|
+
&.mod-vertical {
|
|
20
|
+
@include vertical;
|
|
21
|
+
|
|
22
|
+
&.mod-thin {
|
|
23
|
+
@include verticalThin;
|
|
24
|
+
}
|
|
21
25
|
}
|
|
22
|
-
}
|
|
23
26
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
&.is-zero,
|
|
28
|
+
&:not([style]),
|
|
29
|
+
&[style*='--components-gauge-value: 0%'] {
|
|
30
|
+
@include zero;
|
|
31
|
+
}
|
|
29
32
|
|
|
30
|
-
|
|
31
|
-
|
|
33
|
+
&.is-animated {
|
|
34
|
+
@include animated;
|
|
35
|
+
}
|
|
32
36
|
}
|
|
33
37
|
}
|
|
@@ -4,36 +4,40 @@
|
|
|
4
4
|
@use 'exports' as *;
|
|
5
5
|
|
|
6
6
|
.grid {
|
|
7
|
-
@
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
&.mod-auto {
|
|
11
|
-
@include auto;
|
|
7
|
+
@layer components {
|
|
8
|
+
@include vars;
|
|
9
|
+
@include component;
|
|
12
10
|
}
|
|
13
11
|
|
|
14
|
-
@
|
|
15
|
-
&.mod-
|
|
16
|
-
@include
|
|
12
|
+
@layer mods {
|
|
13
|
+
&.mod-auto {
|
|
14
|
+
@include auto;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
@each $breakpoint, $value in config.$breakpoints {
|
|
18
|
+
&.mod-autoAtMediaMin#{$breakpoint} {
|
|
19
|
+
@include autoAt;
|
|
17
20
|
|
|
18
|
-
|
|
19
|
-
|
|
21
|
+
@include media.min($breakpoint) {
|
|
22
|
+
@include auto;
|
|
23
|
+
}
|
|
20
24
|
}
|
|
21
|
-
}
|
|
22
25
|
|
|
23
|
-
|
|
24
|
-
|
|
26
|
+
&.mod-autoAtContainerMin#{$breakpoint} {
|
|
27
|
+
@include autoAt;
|
|
25
28
|
|
|
26
|
-
|
|
27
|
-
|
|
29
|
+
@include container.min($breakpoint, $name: grid) {
|
|
30
|
+
@include auto;
|
|
31
|
+
}
|
|
28
32
|
}
|
|
29
33
|
}
|
|
30
|
-
}
|
|
31
34
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
+
&.mod-form {
|
|
36
|
+
@include form;
|
|
37
|
+
}
|
|
35
38
|
|
|
36
|
-
|
|
37
|
-
|
|
39
|
+
&.mod-dense {
|
|
40
|
+
@include dense;
|
|
41
|
+
}
|
|
38
42
|
}
|
|
39
43
|
}
|
|
@@ -1,23 +1,27 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.header {
|
|
4
|
-
@
|
|
5
|
-
|
|
4
|
+
@layer components {
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
7
|
+
}
|
|
6
8
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
+
@layer mods {
|
|
10
|
+
&.mod-sticky {
|
|
11
|
+
@include sticky;
|
|
9
12
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
+
.navSide ~ .main-content &,
|
|
14
|
+
.mod-withMenu .main-content & {
|
|
15
|
+
@include left;
|
|
16
|
+
}
|
|
13
17
|
}
|
|
14
|
-
}
|
|
15
18
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
+
&.mod-nav {
|
|
20
|
+
@include nav;
|
|
21
|
+
}
|
|
19
22
|
|
|
20
|
-
|
|
21
|
-
|
|
23
|
+
&:is(.is-loading, .loading) {
|
|
24
|
+
@include loading;
|
|
25
|
+
}
|
|
22
26
|
}
|
|
23
27
|
}
|
|
@@ -1,38 +1,42 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.highlightData {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
&.mod-light {
|
|
8
|
-
@include light;
|
|
4
|
+
@layer components {
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
9
7
|
}
|
|
10
8
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
9
|
+
@layer mods {
|
|
10
|
+
&.mod-light {
|
|
11
|
+
@include light;
|
|
12
|
+
}
|
|
14
13
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
14
|
+
&.mod-dark {
|
|
15
|
+
@include dark;
|
|
16
|
+
}
|
|
18
17
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
18
|
+
&.mod-valueFirst {
|
|
19
|
+
@include valueFirst;
|
|
20
|
+
}
|
|
22
21
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
22
|
+
&.mod-S {
|
|
23
|
+
@include S;
|
|
24
|
+
}
|
|
26
25
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
26
|
+
&.mod-XS {
|
|
27
|
+
@include XS;
|
|
28
|
+
}
|
|
30
29
|
|
|
31
|
-
|
|
32
|
-
|
|
30
|
+
&.mod-nested {
|
|
31
|
+
@include nested;
|
|
32
|
+
}
|
|
33
33
|
|
|
34
|
-
|
|
35
|
-
@include
|
|
34
|
+
&:has(.highlightData-illustrations) {
|
|
35
|
+
@include illustrations;
|
|
36
|
+
|
|
37
|
+
&.mod-valueFirst {
|
|
38
|
+
@include valueFirstIllustrations;
|
|
39
|
+
}
|
|
36
40
|
}
|
|
37
41
|
}
|
|
38
42
|
}
|
|
@@ -3,35 +3,39 @@
|
|
|
3
3
|
// .menu is deprecated
|
|
4
4
|
.horizontalNavigation,
|
|
5
5
|
.menu {
|
|
6
|
-
@
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
&.mod-header {
|
|
10
|
-
@include header;
|
|
6
|
+
@layer components {
|
|
7
|
+
@include vars;
|
|
8
|
+
@include component;
|
|
11
9
|
}
|
|
12
10
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
11
|
+
@layer mods {
|
|
12
|
+
&.mod-header {
|
|
13
|
+
@include header;
|
|
14
|
+
}
|
|
16
15
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
16
|
+
&.mod-S {
|
|
17
|
+
@include S;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
&.mod-noBorder {
|
|
21
|
+
@include noBorder;
|
|
22
|
+
}
|
|
20
23
|
|
|
21
|
-
|
|
22
|
-
|
|
24
|
+
&.mod-vertical {
|
|
25
|
+
@include vertical;
|
|
23
26
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
27
|
+
// .menu-list-item-action is deprecated
|
|
28
|
+
.horizontalNavigation-list-item-action,
|
|
29
|
+
.menu-list-item-action {
|
|
30
|
+
&[aria-current='page'],
|
|
31
|
+
&.is-active {
|
|
32
|
+
@include activeVertical;
|
|
33
|
+
}
|
|
30
34
|
}
|
|
31
|
-
}
|
|
32
35
|
|
|
33
|
-
|
|
34
|
-
|
|
36
|
+
&.mod-S {
|
|
37
|
+
@include verticalS;
|
|
38
|
+
}
|
|
35
39
|
}
|
|
36
40
|
}
|
|
37
41
|
}
|
|
@@ -39,20 +43,22 @@
|
|
|
39
43
|
// .menu-link is deprecated
|
|
40
44
|
// .menu-list-item-action is deprecated
|
|
41
45
|
.horizontalNavigation-list-item-action,
|
|
42
|
-
.menu-
|
|
43
|
-
.menu-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
46
|
+
.menu-link,
|
|
47
|
+
.menu-list-item-action {
|
|
48
|
+
@layer mods {
|
|
49
|
+
// .active is deprecated
|
|
50
|
+
&[aria-current='page'],
|
|
51
|
+
&.is-active,
|
|
52
|
+
&.active {
|
|
53
|
+
@include active;
|
|
54
|
+
}
|
|
50
55
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
56
|
+
// .disabled is deprecated
|
|
57
|
+
// [disabled] is deprecated
|
|
58
|
+
&.is-disabled,
|
|
59
|
+
&.disabled,
|
|
60
|
+
&[disabled] {
|
|
61
|
+
@include disabled;
|
|
62
|
+
}
|
|
57
63
|
}
|
|
58
64
|
}
|
|
@@ -1,61 +1,62 @@
|
|
|
1
|
-
@forward 'field';
|
|
2
|
-
|
|
3
|
-
@forward '
|
|
4
|
-
@forward '
|
|
5
|
-
@forward '
|
|
6
|
-
@forward '
|
|
7
|
-
@forward '
|
|
8
|
-
@forward '
|
|
9
|
-
@forward '
|
|
10
|
-
@forward '
|
|
11
|
-
@forward 'filters';
|
|
12
|
-
@forward 'divider';
|
|
13
|
-
@forward 'section';
|
|
14
|
-
@forward 'collapse';
|
|
15
|
-
@forward 'container';
|
|
16
|
-
@forward 'errorPage';
|
|
17
|
-
@forward 'pageHeader';
|
|
18
|
-
@forward 'pagination';
|
|
19
|
-
@forward 'titleSection';
|
|
20
|
-
@forward 'contentSection';
|
|
21
|
-
@forward 'tableOfContent';
|
|
22
|
-
@forward 'list';
|
|
23
|
-
@forward 'card';
|
|
24
|
-
@forward 'gauge';
|
|
25
|
-
@forward 'callout';
|
|
26
|
-
@forward 'loading';
|
|
27
|
-
@forward 'progress';
|
|
28
|
-
@forward 'breadcrumbs';
|
|
29
|
-
@forward 'buttonGroup';
|
|
30
|
-
@forward 'header';
|
|
31
|
-
@forward 'horizontalNavigation';
|
|
32
|
-
|
|
33
|
-
@forward '
|
|
34
|
-
@forward '
|
|
35
|
-
@forward '
|
|
36
|
-
@forward '
|
|
37
|
-
|
|
38
|
-
@forward 'radioButtons'; // 5 Ko
|
|
39
|
-
@forward 'table'; // 7 Ko
|
|
40
|
-
@forward 'checkbox'; // 7 Ko
|
|
41
|
-
@forward 'checkboxField'; // new component for checkbox
|
|
42
|
-
@forward 'timeline'; // 10 Ko
|
|
43
|
-
@forward 'button'; // 12 Ko
|
|
44
|
-
@forward 'textfields'; // 13 Ko
|
|
1
|
+
@forward 'field';
|
|
2
|
+
|
|
3
|
+
@forward 'box';
|
|
4
|
+
@forward 'tag';
|
|
5
|
+
@forward 'main';
|
|
6
|
+
@forward 'code';
|
|
7
|
+
@forward 'link';
|
|
8
|
+
@forward 'chip';
|
|
9
|
+
@forward 'title';
|
|
10
|
+
@forward 'label';
|
|
11
|
+
@forward 'filters';
|
|
12
|
+
@forward 'divider';
|
|
13
|
+
@forward 'section';
|
|
14
|
+
@forward 'collapse';
|
|
15
|
+
@forward 'container';
|
|
16
|
+
@forward 'errorPage';
|
|
17
|
+
@forward 'pageHeader';
|
|
18
|
+
@forward 'pagination';
|
|
19
|
+
@forward 'titleSection';
|
|
20
|
+
@forward 'contentSection';
|
|
21
|
+
@forward 'tableOfContent';
|
|
22
|
+
@forward 'list';
|
|
23
|
+
@forward 'card';
|
|
24
|
+
@forward 'gauge';
|
|
25
|
+
@forward 'callout';
|
|
26
|
+
@forward 'loading';
|
|
27
|
+
@forward 'progress';
|
|
28
|
+
@forward 'breadcrumbs';
|
|
29
|
+
@forward 'buttonGroup';
|
|
30
|
+
@forward 'header';
|
|
31
|
+
@forward 'horizontalNavigation';
|
|
32
|
+
|
|
33
|
+
@forward 'textfields';
|
|
34
|
+
@forward 'checkbox';
|
|
35
|
+
@forward 'switch';
|
|
36
|
+
@forward 'radio';
|
|
37
|
+
|
|
45
38
|
@forward 'textField'; // new component for checkbox
|
|
46
|
-
@forward '
|
|
47
|
-
@forward '
|
|
48
|
-
@forward '
|
|
39
|
+
@forward 'checkboxField'; // new component for checkbox
|
|
40
|
+
@forward 'switchField'; // new component for switch
|
|
41
|
+
@forward 'radioField'; // new component for radio
|
|
42
|
+
|
|
43
|
+
@forward 'file';
|
|
44
|
+
@forward 'layout';
|
|
45
|
+
@forward 'radioButtons';
|
|
46
|
+
@forward 'table';
|
|
47
|
+
@forward 'timeline';
|
|
48
|
+
@forward 'button';
|
|
49
|
+
@forward 'navside';
|
|
50
|
+
@forward 'form';
|
|
51
|
+
@forward 'tableFixed';
|
|
49
52
|
@forward 'segmentedControl';
|
|
50
53
|
@forward 'calendar';
|
|
51
54
|
@forward 'skipLinks';
|
|
52
55
|
@forward 'fancyBox';
|
|
53
56
|
@forward 'inputFramed';
|
|
54
|
-
|
|
55
|
-
// caution: the two components cannot be loaded at the same time
|
|
56
57
|
@forward 'grid';
|
|
57
|
-
@forward 'tableSticked';
|
|
58
|
-
@forward 'timepicker';
|
|
58
|
+
@forward 'tableSticked';
|
|
59
|
+
@forward 'timepicker';
|
|
59
60
|
@forward 'notchBox';
|
|
60
61
|
@forward 'statusBadge';
|
|
61
62
|
@forward 'mobileHeader';
|
|
@@ -84,7 +85,7 @@
|
|
|
84
85
|
@forward 'userPopover';
|
|
85
86
|
@forward 'scrollBox';
|
|
86
87
|
@forward 'comment';
|
|
87
|
-
@forward 'toast';
|
|
88
|
+
@forward 'toast';
|
|
88
89
|
@forward 'popover';
|
|
89
90
|
@forward 'userTile';
|
|
90
91
|
@forward 'mobilePush';
|
|
@@ -109,6 +110,7 @@
|
|
|
109
110
|
@forward 'listboxOption';
|
|
110
111
|
@forward 'suggestion';
|
|
111
112
|
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
113
|
+
@forward 'filterBarDeprecated';
|
|
114
|
+
@forward 'tableFixedDeprecated';
|
|
115
|
+
@forward 'tableStickedDeprecated';
|
|
116
|
+
|