@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.
Files changed (132) hide show
  1. package/dist/lucca-front.min.css +1 -1
  2. package/package.json +2 -2
  3. package/src/commons/config.scss +5 -0
  4. package/src/commons/core.scss +3 -3
  5. package/src/commons/exports.scss +0 -1
  6. package/src/commons/index.scss +9 -2
  7. package/src/commons/utils/index.scss +480 -478
  8. package/src/commons/utils/reset.scss +1 -1
  9. package/src/components/_sample/index.scss +13 -7
  10. package/src/components/appLayout/index.scss +11 -7
  11. package/src/components/avatar/index.scss +43 -35
  12. package/src/components/box/index.scss +20 -14
  13. package/src/components/breadcrumbs/index.scss +16 -10
  14. package/src/components/button/index.scss +138 -134
  15. package/src/components/button/mods.scss +17 -0
  16. package/src/components/button/states.scss +3 -3
  17. package/src/components/buttonGroup/component.scss +0 -17
  18. package/src/components/buttonGroup/index.scss +20 -8
  19. package/src/components/calendar/index.scss +56 -44
  20. package/src/components/callout/index.scss +8 -4
  21. package/src/components/calloutDisclosure/index.scss +14 -10
  22. package/src/components/calloutFeedbackList/index.scss +8 -4
  23. package/src/components/calloutPopover/index.scss +18 -12
  24. package/src/components/card/index.scss +28 -24
  25. package/src/components/checkbox/index.scss +35 -31
  26. package/src/components/checkboxField/index.scss +88 -82
  27. package/src/components/chip/index.scss +22 -18
  28. package/src/components/clear/index.scss +22 -18
  29. package/src/components/code/index.scss +8 -4
  30. package/src/components/collapse/index.scss +11 -7
  31. package/src/components/comment/index.scss +30 -20
  32. package/src/components/container/index.scss +29 -25
  33. package/src/components/contentSection/index.scss +4 -2
  34. package/src/components/dataTable/index.scss +79 -69
  35. package/src/components/dataTableSticked/index.scss +30 -26
  36. package/src/components/dateField/index.scss +24 -20
  37. package/src/components/dateRangeField/index.scss +29 -25
  38. package/src/components/dialog/component.scss +4 -4
  39. package/src/components/dialog/index.scss +40 -36
  40. package/src/components/divider/index.scss +11 -7
  41. package/src/components/dropdown/index.scss +13 -9
  42. package/src/components/emptyState/index.scss +11 -7
  43. package/src/components/errorPage/index.scss +8 -4
  44. package/src/components/fancyBox/index.scss +8 -4
  45. package/src/components/field/index.scss +86 -88
  46. package/src/components/fieldset/index.scss +17 -13
  47. package/src/components/file/index.scss +34 -28
  48. package/src/components/fileEntry/index.scss +23 -19
  49. package/src/components/fileToolbar/index.scss +10 -6
  50. package/src/components/fileUpload/index.scss +36 -32
  51. package/src/components/filterBar/index.scss +17 -13
  52. package/src/components/filterBarDeprecated/index.scss +8 -4
  53. package/src/components/filterPill/index.scss +53 -49
  54. package/src/components/filters/index.scss +14 -8
  55. package/src/components/footer/index.scss +38 -34
  56. package/src/components/form/index.scss +121 -109
  57. package/src/components/form/mods.scss +7 -5
  58. package/src/components/formLabel/index.scss +18 -14
  59. package/src/components/gauge/component.scss +18 -16
  60. package/src/components/gauge/index.scss +25 -21
  61. package/src/components/grid/index.scss +25 -21
  62. package/src/components/header/index.scss +17 -13
  63. package/src/components/highlightData/index.scss +28 -24
  64. package/src/components/horizontalNavigation/index.scss +42 -36
  65. package/src/components/index.scss +57 -55
  66. package/src/components/indexTable/index.scss +53 -57
  67. package/src/components/inlineMessage/index.scss +17 -13
  68. package/src/components/inputFramed/index.scss +30 -24
  69. package/src/components/label/index.scss +13 -9
  70. package/src/components/layout/index.scss +51 -45
  71. package/src/components/link/index.scss +14 -10
  72. package/src/components/link/mods.scss +1 -1
  73. package/src/components/list/index.scss +15 -11
  74. package/src/components/listboxOption/index.scss +129 -117
  75. package/src/components/listing/index.scss +22 -18
  76. package/src/components/loading/index.scss +27 -23
  77. package/src/components/main/index.scss +21 -15
  78. package/src/components/mainLayout/index.scss +27 -21
  79. package/src/components/mobileHeader/index.scss +8 -4
  80. package/src/components/mobileNavigation/index.scss +4 -2
  81. package/src/components/mobilePush/index.scss +8 -4
  82. package/src/components/multiSelect/index.scss +57 -39
  83. package/src/components/multiSelect/mods.scss +0 -8
  84. package/src/components/multiSelect/states.scss +8 -0
  85. package/src/components/navside/index.scss +74 -64
  86. package/src/components/newBadge/index.scss +8 -4
  87. package/src/components/notchBox/index.scss +17 -13
  88. package/src/components/notchBox/mods.scss +137 -125
  89. package/src/components/numericBadge/index.scss +21 -17
  90. package/src/components/pageHeader/index.scss +26 -22
  91. package/src/components/pagination/index.scss +12 -6
  92. package/src/components/plgPush/index.scss +4 -2
  93. package/src/components/popover/index.scss +4 -2
  94. package/src/components/progress/index.scss +14 -10
  95. package/src/components/radio/index.scss +18 -12
  96. package/src/components/radioButtons/index.scss +16 -10
  97. package/src/components/radioField/index.scss +46 -40
  98. package/src/components/readMore/index.scss +20 -16
  99. package/src/components/richText/index.scss +19 -15
  100. package/src/components/scrollBox/index.scss +14 -10
  101. package/src/components/section/index.scss +16 -12
  102. package/src/components/segmentedControl/index.scss +31 -25
  103. package/src/components/simpleSelect/index.scss +39 -35
  104. package/src/components/skeleton/index.scss +42 -38
  105. package/src/components/skipLinks/index.scss +4 -2
  106. package/src/components/sortableList/index.scss +12 -6
  107. package/src/components/statusBadge/index.scss +8 -4
  108. package/src/components/switch/index.scss +35 -29
  109. package/src/components/switchField/index.scss +22 -16
  110. package/src/components/table/index.scss +85 -79
  111. package/src/components/tableFixed/index.scss +13 -11
  112. package/src/components/tableFixedDeprecated/index.scss +14 -10
  113. package/src/components/tableOfContent/index.scss +28 -24
  114. package/src/components/tableSortable/index.scss +21 -17
  115. package/src/components/tableSticked/index.scss +28 -24
  116. package/src/components/tableSticked/mods.scss +6 -6
  117. package/src/components/tableStickedDeprecated/index.scss +46 -40
  118. package/src/components/tag/index.scss +28 -24
  119. package/src/components/textField/index.scss +28 -24
  120. package/src/components/textField/mods.scss +1 -1
  121. package/src/components/textFlow/index.scss +4 -2
  122. package/src/components/textfields/index.scss +265 -261
  123. package/src/components/timeline/index.scss +72 -66
  124. package/src/components/timepicker/index.scss +20 -16
  125. package/src/components/title/index.scss +43 -30
  126. package/src/components/title/mods.scss +1 -1
  127. package/src/components/titleSection/index.scss +31 -23
  128. package/src/components/toast/index.scss +8 -4
  129. package/src/components/tooltip/index.scss +25 -21
  130. package/src/components/userPopover/index.scss +4 -2
  131. package/src/components/userTile/index.scss +26 -22
  132. package/src/components/verticalNavigation/index.scss +26 -20
@@ -281,7 +281,7 @@
281
281
 
282
282
  &::before,
283
283
  &::after {
284
- /* stylelint-disable-next-line no-irregular-whitespace */
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
- color: var(--palettes-error-700);
366
- display: inline-block;
367
- margin-inline-start: 0.2em;
368
- content: '*' / '';
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
- @include vars;
5
- @include component;
6
-
7
- &.mod-S {
8
- @include S;
4
+ @layer components {
5
+ @include vars;
6
+ @include component;
9
7
  }
10
8
 
11
- &.mod-XS {
12
- @include XS;
13
- }
9
+ @layer mods {
10
+ &.mod-S {
11
+ @include S;
12
+ }
14
13
 
15
- &.mod-counter {
16
- @include counter;
17
- }
14
+ &.mod-XS {
15
+ @include XS;
16
+ }
17
+
18
+ &.mod-counter {
19
+ @include counter;
20
+ }
18
21
 
19
- &.is-error {
20
- // To replace by :has as soon as it is implemented in Firefox to cover usage as legend for checkboxes and radio states.
21
- @include error;
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(-1/4 * 1turn);
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
- color: currentColor;
65
- transition-duration: var(--commons-animations-durations-standard);
66
- transition-property: background-color, inline-size, block-size;
67
- block-size: var(--components-gauge-blockSize);
68
- inline-size: var(--components-gauge-value);
69
- background-color: currentColor;
70
- border-radius: var(--pr-t-border-radius-full);
71
- min-inline-size: var(--components-gauge-before-minInlineSize);
72
- min-block-size: var(--components-gauge-before-minInlineSize);
73
- animation-name: var(--components-gauge-animationName);
74
- animation-duration: var(--components-gauge-animationDuration);
75
- animation-timing-function: var(--components-gauge-animationTimingFunction);
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
- @media (prefers-reduced-motion: reduce) {
78
- --components-gauge-animationDuration: var(--commons-animations-durations-fast);
79
- --components-gauge-animationTimingFunction: ease;
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
- @include vars;
5
- @include component;
6
-
7
- &.mod-thin {
8
- @include thin;
4
+ @layer components {
5
+ @include vars;
6
+ @include component;
9
7
  }
10
8
 
11
- &:has(.gauge-circleBackground) {
12
- @include circular;
13
- }
9
+ @layer mods {
10
+ &.mod-thin {
11
+ @include thin;
12
+ }
14
13
 
15
- // .mod-vertical is deprecated
16
- &.mod-vertical {
17
- @include vertical;
14
+ &:has(.gauge-circleBackground) {
15
+ @include circular;
16
+ }
18
17
 
19
- &.mod-thin {
20
- @include verticalThin;
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
- &.is-zero,
25
- &:not([style]),
26
- &[style*='--components-gauge-value: 0%'] {
27
- @include zero;
28
- }
27
+ &.is-zero,
28
+ &:not([style]),
29
+ &[style*='--components-gauge-value: 0%'] {
30
+ @include zero;
31
+ }
29
32
 
30
- &.is-animated {
31
- @include animated;
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
- @include vars;
8
- @include component;
9
-
10
- &.mod-auto {
11
- @include auto;
7
+ @layer components {
8
+ @include vars;
9
+ @include component;
12
10
  }
13
11
 
14
- @each $breakpoint, $value in config.$breakpoints {
15
- &.mod-autoAtMediaMin#{$breakpoint} {
16
- @include autoAt;
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
- @include media.min($breakpoint) {
19
- @include auto;
21
+ @include media.min($breakpoint) {
22
+ @include auto;
23
+ }
20
24
  }
21
- }
22
25
 
23
- &.mod-autoAtContainerMin#{$breakpoint} {
24
- @include autoAt;
26
+ &.mod-autoAtContainerMin#{$breakpoint} {
27
+ @include autoAt;
25
28
 
26
- @include container.min($breakpoint, $name: grid) {
27
- @include auto;
29
+ @include container.min($breakpoint, $name: grid) {
30
+ @include auto;
31
+ }
28
32
  }
29
33
  }
30
- }
31
34
 
32
- &.mod-form {
33
- @include form;
34
- }
35
+ &.mod-form {
36
+ @include form;
37
+ }
35
38
 
36
- &.mod-dense {
37
- @include dense;
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
- @include vars;
5
- @include component;
4
+ @layer components {
5
+ @include vars;
6
+ @include component;
7
+ }
6
8
 
7
- &.mod-sticky {
8
- @include sticky;
9
+ @layer mods {
10
+ &.mod-sticky {
11
+ @include sticky;
9
12
 
10
- .navSide ~ .main-content &,
11
- .mod-withMenu .main-content & {
12
- @include left;
13
+ .navSide ~ .main-content &,
14
+ .mod-withMenu .main-content & {
15
+ @include left;
16
+ }
13
17
  }
14
- }
15
18
 
16
- &.mod-nav {
17
- @include nav;
18
- }
19
+ &.mod-nav {
20
+ @include nav;
21
+ }
19
22
 
20
- &:is(.is-loading, .loading) {
21
- @include loading;
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
- @include vars;
5
- @include component;
6
-
7
- &.mod-light {
8
- @include light;
4
+ @layer components {
5
+ @include vars;
6
+ @include component;
9
7
  }
10
8
 
11
- &.mod-dark {
12
- @include dark;
13
- }
9
+ @layer mods {
10
+ &.mod-light {
11
+ @include light;
12
+ }
14
13
 
15
- &.mod-valueFirst {
16
- @include valueFirst;
17
- }
14
+ &.mod-dark {
15
+ @include dark;
16
+ }
18
17
 
19
- &.mod-S {
20
- @include S;
21
- }
18
+ &.mod-valueFirst {
19
+ @include valueFirst;
20
+ }
22
21
 
23
- &.mod-XS {
24
- @include XS;
25
- }
22
+ &.mod-S {
23
+ @include S;
24
+ }
26
25
 
27
- &.mod-nested {
28
- @include nested;
29
- }
26
+ &.mod-XS {
27
+ @include XS;
28
+ }
30
29
 
31
- &:has(.highlightData-illustrations) {
32
- @include illustrations;
30
+ &.mod-nested {
31
+ @include nested;
32
+ }
33
33
 
34
- &.mod-valueFirst {
35
- @include valueFirstIllustrations;
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
- @include vars;
7
- @include component;
8
-
9
- &.mod-header {
10
- @include header;
6
+ @layer components {
7
+ @include vars;
8
+ @include component;
11
9
  }
12
10
 
13
- &.mod-S {
14
- @include S;
15
- }
11
+ @layer mods {
12
+ &.mod-header {
13
+ @include header;
14
+ }
16
15
 
17
- &.mod-noBorder {
18
- @include noBorder;
19
- }
16
+ &.mod-S {
17
+ @include S;
18
+ }
19
+
20
+ &.mod-noBorder {
21
+ @include noBorder;
22
+ }
20
23
 
21
- &.mod-vertical {
22
- @include vertical;
24
+ &.mod-vertical {
25
+ @include vertical;
23
26
 
24
- // .menu-list-item-action is deprecated
25
- .horizontalNavigation-list-item-action,
26
- .menu-list-item-action {
27
- &[aria-current='page'],
28
- &.is-active {
29
- @include activeVertical;
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
- &.mod-S {
34
- @include verticalS;
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-list-item-action,
43
- .menu-link {
44
- // .active is deprecated
45
- &[aria-current='page'],
46
- &.is-active,
47
- &.active {
48
- @include active;
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
- // .disabled is deprecated
52
- // [disabled] is deprecated
53
- &.is-disabled,
54
- &.disabled,
55
- &[disabled] {
56
- @include disabled;
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
- @forward 'box'; // 1 Ko
3
- @forward 'tag'; // 1 Ko
4
- @forward 'main'; // 1 Ko
5
- @forward 'code'; // 1 Ko
6
- @forward 'link'; // 1 Ko
7
- @forward 'chip'; // 1 Ko
8
- @forward 'title'; // 1 Ko
9
- @forward 'label'; // 1 Ko
10
- @forward 'filterBarDeprecated'; // 1 Ko
11
- @forward 'filters'; // 1 Ko
12
- @forward 'divider'; // 1 Ko
13
- @forward 'section'; // 1 Ko
14
- @forward 'collapse'; // 1 Ko
15
- @forward 'container'; // 1 Ko
16
- @forward 'errorPage'; // 1 Ko
17
- @forward 'pageHeader'; // 1 Ko
18
- @forward 'pagination'; // 1 Ko
19
- @forward 'titleSection'; // 1 Ko
20
- @forward 'contentSection'; // 1 Ko
21
- @forward 'tableOfContent'; // 1 Ko
22
- @forward 'list'; // 2 Ko
23
- @forward 'card'; // 2 Ko
24
- @forward 'gauge'; // 2 Ko
25
- @forward 'callout'; // 2 Ko
26
- @forward 'loading'; // 2 Ko
27
- @forward 'progress'; // 2 Ko
28
- @forward 'breadcrumbs'; // 2 Ko
29
- @forward 'buttonGroup'; // 2 Ko
30
- @forward 'header'; // 3 Ko
31
- @forward 'horizontalNavigation'; // 4 Ko
32
- @forward 'radio'; // 4 Ko
33
- @forward 'radioField'; // new component for radio
34
- @forward 'switch'; // 4 Ko
35
- @forward 'switchField'; // new component for switch
36
- @forward 'file'; // 5 Ko
37
- @forward 'layout'; // 5 Ko
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 'navside'; // 15 Ko
47
- @forward 'form'; // 25 Ko
48
- @forward 'tableFixed'; // 33 Ko
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'; // 8 Ko
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'; // 5 Ko
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
- // Deprecated CSS components
113
- // @forward 'tableFixedDeprecated'; // 33 Ko
114
- // @forward 'tableStickedDeprecated'; // 67 Ko
113
+ @forward 'filterBarDeprecated';
114
+ @forward 'tableFixedDeprecated';
115
+ @forward 'tableStickedDeprecated';
116
+