@lucca-front/scss 19.3.0-rc.2 → 19.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.
Files changed (124) hide show
  1. package/dist/lucca-front.min.css +1 -1
  2. package/package.json +2 -2
  3. package/src/commons/base.scss +11 -3
  4. package/src/commons/config.scss +11 -1
  5. package/src/commons/core.scss +25 -13
  6. package/src/commons/utils/color.scss +2 -0
  7. package/src/commons/utils/index.scss +6 -2
  8. package/src/commons/utils/keyframe.scss +1 -0
  9. package/src/commons/utils/loading.scss +1 -1
  10. package/src/commons/utils/media.scss +4 -0
  11. package/src/commons/utils/reset.scss +1 -1
  12. package/src/commons/vars.scss +8 -0
  13. package/src/components/_sample/component.scss +3 -3
  14. package/src/components/avatar/component.scss +0 -1
  15. package/src/components/avatar/mods.scss +1 -0
  16. package/src/components/box/index.scss +4 -0
  17. package/src/components/box/mods.scss +5 -0
  18. package/src/components/button/component.scss +2 -2
  19. package/src/components/calendar/component.scss +2 -0
  20. package/src/components/calendar/states.scss +3 -1
  21. package/src/components/callout/component.scss +1 -1
  22. package/src/components/calloutAccordion/component.scss +1 -1
  23. package/src/components/calloutAccordion/mods.scss +0 -4
  24. package/src/components/calloutDisclosure/component.scss +1 -1
  25. package/src/components/calloutPopover/component.scss +2 -1
  26. package/src/components/card/mods.scss +1 -1
  27. package/src/components/checkbox/mods.scss +1 -0
  28. package/src/components/checkboxField/component.scss +2 -1
  29. package/src/components/checkboxField/states.scss +1 -8
  30. package/src/components/clear/component.scss +1 -1
  31. package/src/components/comment/component.scss +2 -5
  32. package/src/components/dataTable/mods.scss +0 -7
  33. package/src/components/dataTableSticked/mods.scss +12 -15
  34. package/src/components/dateRangeField/vars.scss +1 -1
  35. package/src/components/dialog/mods.scss +0 -1
  36. package/src/components/divider/component.scss +2 -5
  37. package/src/components/dropdown/component.scss +2 -1
  38. package/src/components/emptyState/component.scss +1 -0
  39. package/src/components/errorPage/component.scss +2 -0
  40. package/src/components/fancyBox/component.scss +2 -0
  41. package/src/components/fileEntry/component.scss +199 -0
  42. package/src/components/fileEntry/exports.scss +4 -0
  43. package/src/components/fileEntry/index.scss +34 -0
  44. package/src/components/fileEntry/mods.scss +39 -0
  45. package/src/components/fileEntry/states.scss +22 -0
  46. package/src/components/fileEntry/vars.scss +27 -0
  47. package/src/components/fileToolbar/component.scss +35 -0
  48. package/src/components/fileToolbar/exports.scss +4 -0
  49. package/src/components/fileToolbar/index.scss +14 -0
  50. package/src/components/fileToolbar/mods.scss +9 -0
  51. package/src/components/fileToolbar/states.scss +0 -0
  52. package/src/components/fileToolbar/vars.scss +5 -0
  53. package/src/components/fileUpload/component.scss +103 -0
  54. package/src/components/fileUpload/exports.scss +4 -0
  55. package/src/components/fileUpload/index.scss +46 -0
  56. package/src/components/fileUpload/mods.scss +24 -0
  57. package/src/components/fileUpload/states.scss +37 -0
  58. package/src/components/fileUpload/vars.scss +26 -0
  59. package/src/components/filterBar/mods.scss +2 -2
  60. package/src/components/filterBarDeprecated/component.scss +3 -0
  61. package/src/components/filterPill/component.scss +2 -1
  62. package/src/components/filterPill/states.scss +2 -3
  63. package/src/components/footer/component.scss +1 -0
  64. package/src/components/form/index.scss +2 -0
  65. package/src/components/form/mods.scss +0 -1
  66. package/src/components/grid/component.scss +2 -3
  67. package/src/components/grid/mods.scss +1 -0
  68. package/src/components/highlightData/component.scss +5 -3
  69. package/src/components/highlightData/mods.scss +1 -0
  70. package/src/components/horizontalNavigation/component.scss +1 -3
  71. package/src/components/horizontalNavigation/index.scss +1 -0
  72. package/src/components/horizontalNavigation/mods.scss +2 -2
  73. package/src/components/index.scss +3 -0
  74. package/src/components/indexTable/component.scss +6 -9
  75. package/src/components/indexTable/index.scss +2 -1
  76. package/src/components/indexTable/mods.scss +41 -16
  77. package/src/components/indexTable/states.scss +5 -0
  78. package/src/components/indexTable/vars.scss +3 -0
  79. package/src/components/inlineMessage/component.scss +16 -3
  80. package/src/components/link/mods.scss +8 -8
  81. package/src/components/list/mods.scss +1 -0
  82. package/src/components/loading/component.scss +1 -1
  83. package/src/components/loading/mods.scss +4 -0
  84. package/src/components/mobileNavigation/component.scss +3 -1
  85. package/src/components/multiSelect/component.scss +1 -0
  86. package/src/components/multiSelect/mods.scss +4 -1
  87. package/src/components/multiSelect/states.scss +1 -0
  88. package/src/components/navside/component.scss +0 -2
  89. package/src/components/notchBox/component.scss +2 -0
  90. package/src/components/notchBox/mods.scss +3 -0
  91. package/src/components/numericBadge/component.scss +1 -2
  92. package/src/components/pagination/component.scss +1 -1
  93. package/src/components/popover/component.scss +1 -0
  94. package/src/components/radio/component.scss +1 -1
  95. package/src/components/radioButtons/component.scss +9 -11
  96. package/src/components/radioField/component.scss +1 -0
  97. package/src/components/radioField/states.scss +1 -8
  98. package/src/components/segmentedControl/component.scss +3 -3
  99. package/src/components/simpleSelect/component.scss +1 -0
  100. package/src/components/skeleton/component.scss +1 -0
  101. package/src/components/skeleton/states.scss +3 -0
  102. package/src/components/sortableList/component.scss +1 -0
  103. package/src/components/statusBadge/component.scss +1 -1
  104. package/src/components/switchField/component.scss +3 -1
  105. package/src/components/table/mods.scss +0 -14
  106. package/src/components/tableSortable/mods.scss +4 -2
  107. package/src/components/tableSortable/states.scss +2 -2
  108. package/src/components/tableSticked/index.scss +2 -2
  109. package/src/components/tableSticked/mods.scss +16 -6
  110. package/src/components/tag/component.scss +0 -2
  111. package/src/components/textField/component.scss +1 -0
  112. package/src/components/textfields/component.scss +1 -1
  113. package/src/components/textfields/index.scss +2 -2
  114. package/src/components/textfields/mods.scss +3 -2
  115. package/src/components/textfields/states.scss +3 -4
  116. package/src/components/timeline/component.scss +3 -2
  117. package/src/components/timeline/index.scss +13 -3
  118. package/src/components/timeline/mods.scss +22 -8
  119. package/src/components/timepicker/component.scss +0 -1
  120. package/src/components/timepickerDeprecated/component.scss +3 -2
  121. package/src/components/title/component.scss +1 -0
  122. package/src/components/tooltip/component.scss +1 -0
  123. package/src/components/verticalNavigation/component.scss +5 -1
  124. package/src/components/verticalNavigation/states.scss +2 -0
@@ -11,6 +11,10 @@
11
11
  }
12
12
  }
13
13
 
14
+ @mixin S {
15
+ --components-loading-size: calc(var(--pr-t-spacings-200) + var(--pr-t-spacings-50));
16
+ }
17
+
14
18
  @mixin L {
15
19
  @include block;
16
20
 
@@ -13,6 +13,7 @@
13
13
  @at-root ($atRoot) {
14
14
  .mobileNavigation-list {
15
15
  @include reset.list;
16
+
16
17
  display: flex;
17
18
  }
18
19
 
@@ -34,7 +35,7 @@
34
35
  text-decoration: none;
35
36
 
36
37
  &:focus-visible {
37
- @include a11y.focusVisible($offset: 0px);
38
+ @include a11y.focusVisible($offset: 0);
38
39
  }
39
40
 
40
41
  .lucca-icon {
@@ -50,6 +51,7 @@
50
51
  .mobileNavigation-list-item-link-counter {
51
52
  --components-numericBadge-background: var(--palettes-product-200);
52
53
  --components-numericBadge-color: var(--palettes-product-800);
54
+
53
55
  box-shadow: 0 0 0 2px var(--palettes-neutral-0);
54
56
  position: absolute;
55
57
  inset-inline-start: calc(50% + 5px);
@@ -73,6 +73,7 @@
73
73
  .multipleSelect-arrow,
74
74
  .multipleSelect-searchIcon {
75
75
  @include icon.M;
76
+
76
77
  color: var(--components-multiSelect-arrow-color);
77
78
  transition-property: transform;
78
79
  transition-duration: var(--commons-animations-durations-standard);
@@ -16,6 +16,10 @@
16
16
  @include icon.S;
17
17
  }
18
18
 
19
+ .multipleSelect-searchIcon {
20
+ @include icon.S;
21
+ }
22
+
19
23
  .multipleSelect-clear {
20
24
  // :not(.class) is only there to increase specificity when the class isn’t present
21
25
  // but the class should be present, and this code is temporary
@@ -67,7 +71,6 @@
67
71
  box-shadow: none;
68
72
  padding: 0;
69
73
  gap: 0;
70
-
71
74
  width: 21rem;
72
75
  max-inline-size: calc(100vw - 2.5rem);
73
76
 
@@ -14,6 +14,7 @@
14
14
  --components-multiSelect-background: var(--commons-disabled-background);
15
15
  --components-multiSelect-placeholder: var(--commons-disabled-placeholder);
16
16
  --components-multiSelect-arrow-color: var(--pr-t-color-input-icon-disabled);
17
+
17
18
  pointer-events: none;
18
19
  }
19
20
 
@@ -44,7 +44,6 @@
44
44
  overflow-x: hidden;
45
45
  overflow-y: auto;
46
46
  position: relative;
47
-
48
47
  scrollbar-face-color: var(--components-navSide-scrollbar-thumb-color);
49
48
  scrollbar-arrow-color: var(--components-navSide-scrollbar-arrow-color);
50
49
  scrollbar-track-color: var(--components-navSide-scrollbar-bg-color);
@@ -133,7 +132,6 @@
133
132
  margin-inline-start: auto;
134
133
  display: grid;
135
134
  place-items: center;
136
- transform: rotate(0);
137
135
  flex-shrink: 0;
138
136
  transform-origin: 50% 50%;
139
137
  transform: rotate(90deg);
@@ -1,5 +1,6 @@
1
1
  @mixin component {
2
2
  position: relative;
3
+
3
4
  .notchBox-wrapper {
4
5
  inline-size: 100%;
5
6
  min-block-size: var(--component-notchbox-box-min-height);
@@ -53,6 +54,7 @@
53
54
  background-repeat: no-repeat;
54
55
  filter: drop-shadow(var(--component-notchbox-box-shadow));
55
56
  }
57
+
56
58
  .notchBox-badge {
57
59
  position: absolute;
58
60
  inset-block-start: var(--component-notchbox-badge-top, auto);
@@ -1,3 +1,5 @@
1
+ // stylelint-disable custom-property-empty-line-before -- Complex code with visual grouping of declarations.
2
+
1
3
  %commons {
2
4
  --smooth: 1px;
3
5
  --component-notchbox-notch-radius-outer: var(--component-notchbox-notch-radius);
@@ -124,6 +126,7 @@
124
126
  var(--component-notchbox-notch-position) + var(--component-notchbox-notch-width) / 2 - var(--component-notchbox-notch-percent-offset2) +
125
127
  var(--smooth) * 2
126
128
  );
129
+
127
130
  /** badge */
128
131
  --component-notchbox-badge-actualWidth: var(--component-notchbox-badge-height);
129
132
  --component-notchbox-badge-actualHeight: var(--component-notchbox-badge-width);
@@ -13,8 +13,6 @@
13
13
  background-color: var(--components-numericBadge-background);
14
14
  color: var(--components-numericBadge-color);
15
15
  border-radius: var(--components-numericBadge-borderRadius);
16
- transition-property: background-color, color;
17
- transition-duration: var(--commons-animations-durations-fast);
18
16
  transition-timing-function: ease;
19
17
  white-space: nowrap;
20
18
  position: relative;
@@ -23,6 +21,7 @@
23
21
 
24
22
  &:empty {
25
23
  &::before {
24
+ // stylelint-disable-next-line no-irregular-whitespace -- Don’t wrap content because of a space.
26
25
  content: ' ';
27
26
  }
28
27
  }
@@ -28,7 +28,7 @@
28
28
  .pagination-navigation {
29
29
  list-style: none;
30
30
  padding: 0;
31
- margin-block: 0 0;
31
+ margin-block: 0;
32
32
 
33
33
  > *:not(:last-child) {
34
34
  margin-inline-end: var(--pr-t-spacings-50);
@@ -60,6 +60,7 @@
60
60
  transform: scale(0.95);
61
61
  opacity: 0.5;
62
62
  }
63
+
63
64
  to {
64
65
  transform: scale(1);
65
66
  opacity: 1;
@@ -44,7 +44,7 @@
44
44
  }
45
45
  }
46
46
 
47
- &:focus-visible ~ .radio-label:before {
47
+ &:focus-visible ~ .radio-label::before {
48
48
  @include a11y.focusVisible;
49
49
  }
50
50
  }
@@ -25,17 +25,6 @@
25
25
  }
26
26
  }
27
27
 
28
- .radioButtons-item-input {
29
- @include a11y.mask;
30
-
31
- &:checked,
32
- &:focus {
33
- ~ .radioButtons-item-label {
34
- z-index: 2;
35
- }
36
- }
37
- }
38
-
39
28
  .radioButtons-item-label {
40
29
  display: flex;
41
30
  align-items: center;
@@ -55,6 +44,15 @@
55
44
  }
56
45
 
57
46
  .radioButtons-item-input {
47
+ @include a11y.mask;
48
+
49
+ &:checked,
50
+ &:focus {
51
+ ~ .radioButtons-item-label {
52
+ z-index: 2;
53
+ }
54
+ }
55
+
58
56
  &:not(:disabled, .is-disabled) {
59
57
  ~ .radioButtons-item-label {
60
58
  &:hover {
@@ -45,6 +45,7 @@
45
45
  transform: scale(0);
46
46
  transition-property: transform;
47
47
  transition-duration: var(--commons-animations-durations-fast);
48
+
48
49
  // transition-timing-function: cubic-bezier(0.5, -0.5, 0.5, 0);
49
50
 
50
51
  @media (prefers-reduced-motion: reduce) {
@@ -19,13 +19,6 @@
19
19
  }
20
20
  }
21
21
 
22
- @mixin checkedHover {
23
- ~ .radioField-icon {
24
- background-color: var(--palettes-product-600);
25
- border-color: var(--palettes-product-600);
26
- }
27
- }
28
-
29
22
  @mixin checkedActive {
30
23
  ~ .radioField-icon {
31
24
  background-color: var(--palettes-product-800);
@@ -72,7 +65,7 @@
72
65
  @mixin focusVisible {
73
66
  ~ .radioField-icon {
74
67
  &::after {
75
- @include a11y.focusVisible();
68
+ @include a11y.focusVisible;
76
69
  }
77
70
  }
78
71
  }
@@ -27,7 +27,7 @@
27
27
  }
28
28
  }
29
29
 
30
- //.viewTabs-item is deprecated
30
+ // .viewTabs-item is deprecated
31
31
  .segmentedControl-item,
32
32
  .viewTabs-item {
33
33
  flex-grow: 1;
@@ -57,7 +57,7 @@
57
57
  }
58
58
  }
59
59
 
60
- //.viewTabs-item-tab is deprecated
60
+ // .viewTabs-item-tab is deprecated
61
61
  .segmentedControl-item-action,
62
62
  .viewTabs-item-tab {
63
63
  inline-size: 100%;
@@ -97,7 +97,7 @@
97
97
  }
98
98
  }
99
99
 
100
- //.viewTabs_panel is deprecated
100
+ // .viewTabs_panel is deprecated
101
101
  .segmentedControl_panel,
102
102
  .viewTabs_panel {
103
103
  display: var(--components-segmentedControl-display, block);
@@ -21,6 +21,7 @@
21
21
  --components-simpleSelect-border-color: var(--pr-t-color-input-border-hover);
22
22
  }
23
23
  }
24
+
24
25
  .simpleSelect-field-input {
25
26
  grid-column-start: 1;
26
27
  grid-row-start: 1;
@@ -12,6 +12,7 @@
12
12
  0% {
13
13
  opacity: 0;
14
14
  }
15
+
15
16
  100% {
16
17
  opacity: 1;
17
18
  }
@@ -73,6 +73,7 @@
73
73
  0% {
74
74
  background-position: 150% 50%;
75
75
  }
76
+
76
77
  100% {
77
78
  background-position: -150% 50%;
78
79
  }
@@ -83,9 +84,11 @@
83
84
  0% {
84
85
  opacity: 0.9;
85
86
  }
87
+
86
88
  50% {
87
89
  opacity: 1;
88
90
  }
91
+
89
92
  100% {
90
93
  opacity: 0.9;
91
94
  }
@@ -57,6 +57,7 @@
57
57
 
58
58
  &::before {
59
59
  @include icon.generate('drag');
60
+
60
61
  vertical-align: top;
61
62
  }
62
63
  }
@@ -8,7 +8,7 @@
8
8
  font-size: var(--components-statusBadge-fontSize);
9
9
  gap: var(--pr-t-spacings-50);
10
10
  line-height: var(--components-statusBadge-lineHeight);
11
- padding-block: calc(var(--pr-t-spacings-50) / 2) calc(var(--pr-t-spacings-50) / 2);
11
+ padding-block: calc(var(--pr-t-spacings-50) / 2);
12
12
  padding-inline: var(--pr-t-spacings-75) var(--pr-t-spacings-100);
13
13
  white-space: nowrap;
14
14
  font-weight: normal;
@@ -53,11 +53,13 @@
53
53
 
54
54
  &::before {
55
55
  @include icon.generate('confirm');
56
+
56
57
  font-size: var(--component-switchField-label-input-icon-fontSize);
57
58
  }
58
59
 
59
60
  &::after {
60
61
  @include icon.generate('cross');
62
+
61
63
  font-size: var(--component-switchField-label-input-icon-fontSize);
62
64
  }
63
65
  }
@@ -86,7 +88,7 @@
86
88
 
87
89
  &:focus-visible {
88
90
  ~ .switchField-icon {
89
- @include a11y.focusVisible();
91
+ @include a11y.focusVisible;
90
92
  }
91
93
  }
92
94
  }
@@ -136,20 +136,6 @@
136
136
  }
137
137
  }
138
138
 
139
- @mixin noOffset {
140
- .table-head-row-cell,
141
- .table-body-row-cell,
142
- .table-foot-row-cell {
143
- &:first-child {
144
- padding-inline-start: 0;
145
- }
146
-
147
- &:last-child {
148
- padding-inline-end: 0;
149
- }
150
- }
151
- }
152
-
153
139
  @mixin header {
154
140
  vertical-align: bottom;
155
141
  }
@@ -42,7 +42,8 @@
42
42
  &::after {
43
43
  transform: translateY(0);
44
44
  opacity: 1;
45
- @include a11y.focusVisible();
45
+
46
+ @include a11y.focusVisible;
46
47
  }
47
48
  }
48
49
 
@@ -113,7 +114,8 @@
113
114
  &::before {
114
115
  transform: translateY(0);
115
116
  opacity: 1;
116
- @include a11y.focusVisible();
117
+
118
+ @include a11y.focusVisible;
117
119
  }
118
120
  }
119
121
 
@@ -21,7 +21,7 @@
21
21
 
22
22
  &:focus-visible {
23
23
  &::after {
24
- @include a11y.focusVisible();
24
+ @include a11y.focusVisible;
25
25
  }
26
26
  }
27
27
  }
@@ -50,7 +50,7 @@
50
50
 
51
51
  &:focus-visible {
52
52
  &::before {
53
- @include a11y.focusVisible();
53
+ @include a11y.focusVisible;
54
54
  }
55
55
  }
56
56
  }
@@ -5,7 +5,7 @@
5
5
  .table {
6
6
  @include vars;
7
7
 
8
- //For both mod-stickyColumn + responsive variant
8
+ // For both mod-stickyColumn + responsive variant
9
9
  &[class*='mod-stickyColumn'] {
10
10
  @include stickyColumn;
11
11
  }
@@ -22,7 +22,7 @@
22
22
  }
23
23
  }
24
24
 
25
- //For both stickyHeader + -withBanner variant
25
+ // For both stickyHeader + -withBanner variant
26
26
  &[class*='mod-stickyHeader'] {
27
27
  @include stickyHeaderCommon;
28
28
 
@@ -9,52 +9,55 @@
9
9
  min-inline-size: 100%;
10
10
  background-color: var(--palettes-neutral-0);
11
11
 
12
- //All stickies columns
12
+ // All stickies columns
13
13
  [class*='mod-stickyColumn-'] {
14
14
  background-color: var(--palettes-neutral-0);
15
15
  z-index: 3;
16
16
  }
17
17
 
18
- //Left sticked columns
18
+ // Left sticked columns
19
19
  [class*='mod-stickyColumn-left'] {
20
20
  inset-inline-start: var(--components-tableSticked-column-sticky-offset);
21
21
 
22
- //left sticked columns shadow
22
+ // left sticked columns shadow
23
23
  &.mod-stickyColumn-shadow,
24
24
  .stickyColumn-shadow-wrapper::before {
25
25
  inset-inline-start: calc(
26
26
  var(--components-tableSticked-column-sticky-offset) - var(--components-tableSticked-column-sticky-shadow-width)
27
27
  );
28
28
  }
29
+
29
30
  .stickyColumn-shadow-wrapper::after {
30
31
  inset-inline-start: var(--components-tableSticked-column-sticky-offset);
31
32
  background-image: linear-gradient(to right, var(--components-tableSticked-column-sticky-shadow-color), transparent);
32
33
  }
33
34
  }
34
35
 
35
- //Right sticked columns
36
+ // Right sticked columns
36
37
  [class*='mod-stickyColumn-right'] {
37
38
  inset-inline-end: var(--components-tableSticked-column-sticky-offset);
38
39
 
39
- //right sticked columns shadow
40
+ // right sticked columns shadow
40
41
  .stickyColumn-shadow-wrapper {
41
42
  justify-items: end;
42
43
  inline-size: calc(var(--components-tableSticked-column-sticky-shadow-width) * 3);
43
44
  inset-inline-end: calc(var(--components-tableSticked-column-sticky-shadow-width) * -1);
44
45
  }
46
+
45
47
  &.mod-stickyColumn-shadow,
46
48
  .stickyColumn-shadow-wrapper::before {
47
49
  inset-inline-end: calc(
48
50
  var(--components-tableSticked-column-sticky-offset) - var(--components-tableSticked-column-sticky-shadow-width)
49
51
  );
50
52
  }
53
+
51
54
  .stickyColumn-shadow-wrapper::after {
52
55
  inset-inline-end: var(--components-tableSticked-column-sticky-offset);
53
56
  background-image: linear-gradient(to left, var(--components-tableSticked-column-sticky-shadow-color), transparent);
54
57
  }
55
58
  }
56
59
 
57
- //Sticky columns drop shadow
60
+ // Sticky columns drop shadow
58
61
  .mod-stickyColumn-shadow {
59
62
  display: none;
60
63
  inline-size: 0;
@@ -76,9 +79,11 @@
76
79
  position: sticky;
77
80
  grid-area: cell;
78
81
  }
82
+
79
83
  &::after {
80
84
  inline-size: var(--components-tableSticked-column-sticky-shadow-width);
81
85
  }
86
+
82
87
  &::before {
83
88
  z-index: 1;
84
89
  inline-size: var(--components-tableSticked-column-sticky-shadow-width);
@@ -93,6 +98,7 @@
93
98
 
94
99
  position: sticky;
95
100
  }
101
+
96
102
  .mod-stickyColumn-shadow {
97
103
  display: table-cell;
98
104
  }
@@ -106,6 +112,7 @@
106
112
  .table-head-row-cell {
107
113
  inset-block-start: 0;
108
114
  }
115
+
109
116
  .mod-stickyHeader-shadow .table-body-row-cell {
110
117
  inset-block-start: calc(var(--table-stickyHeader-shadow-offset) + var(--components-tableSticked-column-sticky-shadow-width));
111
118
  }
@@ -115,6 +122,7 @@
115
122
  .table-head-row-cell {
116
123
  inset-block-start: var(--commons-banner-height);
117
124
  }
125
+
118
126
  .mod-stickyHeader-shadow .table-body-row-cell {
119
127
  inset-block-start: calc(
120
128
  var(--table-stickyHeader-shadow-offset) + var(--commons-banner-height) + var(--components-tableSticked-column-sticky-shadow-width)
@@ -124,10 +132,12 @@
124
132
 
125
133
  @mixin stickyHeaderCommon {
126
134
  margin-block-start: var(--components-tableSticked-column-sticky-shadow-width);
135
+
127
136
  .table-head-row-cell {
128
137
  background-color: var(--palettes-neutral-0);
129
138
  position: sticky;
130
139
  z-index: 5;
140
+
131
141
  &[class*='mod-stickyColumn'] {
132
142
  z-index: 7;
133
143
  }
@@ -4,8 +4,6 @@
4
4
  @mixin component($atRoot: namespace.$defaultAtRoot) {
5
5
  background-color: var(--components-tag-background);
6
6
  border-radius: var(--commons-borderRadius-M);
7
- font-size: var(--components-tag-fontSize);
8
- line-height: var(--components-tag-lineHeight);
9
7
  padding-block: 0;
10
8
  padding-inline: var(--pr-t-spacings-50);
11
9
  text-decoration: var(--components-tag-decoration);
@@ -106,6 +106,7 @@
106
106
 
107
107
  .textField-input-affix-icon {
108
108
  @include icon.M;
109
+
109
110
  color: var(--pr-t-color-input-icon);
110
111
  pointer-events: none;
111
112
  }
@@ -10,7 +10,7 @@
10
10
  border: 0;
11
11
  box-shadow: 0 0 0 1px var(--palettes-neutral-300);
12
12
  line-height: var(--sizes-M-lineHeight);
13
- -webkit-appearance: none;
13
+ appearance: none;
14
14
  background-color: var(--palettes-neutral-0);
15
15
  border-radius: var(--components-textfield-border-radius);
16
16
  padding-block: var(--components-textfield-input-padding-vertical);
@@ -106,7 +106,7 @@
106
106
 
107
107
  &.textfield-input {
108
108
  &.mod-icon {
109
- @include SInputIcon;
109
+ @include inputIconS;
110
110
  }
111
111
  }
112
112
  }
@@ -116,7 +116,7 @@
116
116
 
117
117
  &.textfield-input {
118
118
  &.mod-icon {
119
- @include XSInputIcon;
119
+ @include inputIconXS;
120
120
  }
121
121
  }
122
122
  }
@@ -121,12 +121,12 @@
121
121
  }
122
122
  }
123
123
 
124
- @mixin SInputIcon {
124
+ @mixin inputIconS {
125
125
  line-height: var(--sizes-XS-lineHeight);
126
126
  font-size: var(--sizes-S-fontSize);
127
127
  }
128
128
 
129
- @mixin XSInputIcon {
129
+ @mixin inputIconXS {
130
130
  line-height: var(--sizes-XS-lineHeight);
131
131
  font-size: var(--sizes-S-fontSize);
132
132
  }
@@ -299,6 +299,7 @@
299
299
  background-color: transparent;
300
300
  padding-block: var(--pr-t-spacings-200) 0;
301
301
  padding-inline: var(--pr-t-spacings-200) 2.5rem;
302
+
302
303
  // todo: déplacer dans filters ?
303
304
  block-size: var(--components-filters-height);
304
305
  border-radius: 0;
@@ -22,6 +22,7 @@
22
22
 
23
23
  ~ .textfield-clear {
24
24
  --components-clear-cross-color: var(--palettes-neutral-500) !important; // disabled token candidate
25
+
25
26
  pointer-events: none;
26
27
  }
27
28
  }
@@ -217,15 +218,13 @@
217
218
  box-shadow: 0 2px 0 0 var(--palettes-#{$state}-700);
218
219
  }
219
220
 
220
- &:focus {
221
- box-shadow: 0 2px 0 0 var(--palettes-#{$state}-700);
222
- }
223
-
224
221
  ~ .textfield-label {
225
222
  color: var(--palettes-#{$state}-700);
226
223
  }
227
224
 
228
225
  &:focus {
226
+ box-shadow: 0 2px 0 0 var(--palettes-#{$state}-700);
227
+
229
228
  ~ .textfield-label {
230
229
  color: var(--palettes-#{$state}-700);
231
230
  }
@@ -42,8 +42,9 @@
42
42
  min-inline-size: 1.5rem;
43
43
  }
44
44
 
45
- .timeline-step-title,
46
- .timeline-step:not([aria-current='step']):not([aria-current='step'] ~ .timeline-step) .timeline-step-title-icon {
45
+ // stylelint-disable-next-line selector-not-notation
46
+ .timeline-step:not([aria-current='step']):not([aria-current='step'] ~ .timeline-step) .timeline-step-title-icon,
47
+ .timeline-step-title {
47
48
  &::before {
48
49
  content: '';
49
50
  color: var(--palettes-product-0);