@lucca-front/scss 20.3.3-rc.3 → 20.3.3-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 (53) hide show
  1. package/dist/lucca-front.min.css +1 -1
  2. package/package.json +2 -2
  3. package/src/components/breadcrumbs/component.scss +1 -2
  4. package/src/components/breadcrumbs/index.scss +1 -2
  5. package/src/components/breadcrumbs/mods.scss +1 -2
  6. package/src/components/button/index.scss +1 -1
  7. package/src/components/calendar/component.scss +1 -3
  8. package/src/components/callout/component.scss +1 -0
  9. package/src/components/calloutPopover/component.scss +10 -13
  10. package/src/components/calloutPopover/mods.scss +5 -2
  11. package/src/components/calloutPopover/vars.scss +1 -0
  12. package/src/components/chip/component.scss +0 -5
  13. package/src/components/chip/index.scss +0 -4
  14. package/src/components/chip/mods.scss +0 -4
  15. package/src/components/clear/component.scss +1 -1
  16. package/src/components/clear/index.scss +5 -18
  17. package/src/components/clear/mods.scss +1 -1
  18. package/src/components/clear/states.scss +1 -10
  19. package/src/components/clear/vars.scss +0 -1
  20. package/src/components/dataTable/component.scss +6 -7
  21. package/src/components/dataTable/mods.scss +4 -4
  22. package/src/components/dataTable/vars.scss +1 -0
  23. package/src/components/dataTableSticked/index.scss +0 -10
  24. package/src/components/dataTableSticked/mods.scss +8 -4
  25. package/src/components/dataTableSticked/states.scss +0 -7
  26. package/src/components/dataTableSticked/vars.scss +0 -2
  27. package/src/components/dropdown/mods.scss +4 -4
  28. package/src/components/filterPill/component.scss +1 -0
  29. package/src/components/filterPill/states.scss +2 -3
  30. package/src/components/filterPill/vars.scss +1 -0
  31. package/src/components/form/component.scss +2 -6
  32. package/src/components/highlightData/mods.scss +1 -1
  33. package/src/components/indexTable/mods.scss +3 -3
  34. package/src/components/inputFramed/component.scss +11 -17
  35. package/src/components/inputFramed/index.scss +5 -7
  36. package/src/components/inputFramed/mods.scss +0 -10
  37. package/src/components/inputFramed/states.scss +8 -0
  38. package/src/components/inputFramed/vars.scss +2 -8
  39. package/src/components/multiSelect/component.scss +7 -0
  40. package/src/components/multiSelect/mods.scss +2 -0
  41. package/src/components/plgPush/component.scss +0 -4
  42. package/src/components/richText/component.scss +1 -35
  43. package/src/components/richText/index.scss +29 -0
  44. package/src/components/richText/states.scss +29 -0
  45. package/src/components/scrollBox/component.scss +0 -4
  46. package/src/components/tableFixed/mods.scss +3 -3
  47. package/src/components/tableOfContent/component.scss +1 -2
  48. package/src/components/tableOfContent/index.scss +1 -2
  49. package/src/components/textfields/index.scss +3 -3
  50. package/src/components/textfields/states.scss +3 -3
  51. package/src/components/tooltip/component.scss +0 -1
  52. package/src/components/verticalNavigation/component.scss +0 -1
  53. package/src/components/verticalNavigation/vars.scss +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucca-front/scss",
3
- "version": "20.3.3-rc.3",
3
+ "version": "20.3.3-rc.4",
4
4
  "description": "A Sass framework for Lucca products.",
5
5
  "main": "src/main.scss",
6
6
  "scripts": {},
@@ -23,6 +23,6 @@
23
23
  "normalize.css": "^8.0.0"
24
24
  },
25
25
  "peerDependencies": {
26
- "@lucca-front/icons": "20.3.3-rc.3"
26
+ "@lucca-front/icons": "20.3.3-rc.4"
27
27
  }
28
28
  }
@@ -31,8 +31,7 @@
31
31
  }
32
32
  }
33
33
 
34
- // Second selector to get rid of breadcrumbs-list-item-action on angular component
35
- .breadcrumbs-list-item-action, .breadcrumbs-list-item > a {
34
+ .breadcrumbs-list-item-action {
36
35
  color: var(--pr-t-color-text-subtle);
37
36
  transition-duration: var(--commons-animations-durations-fast);
38
37
  transition-property: color;
@@ -14,8 +14,7 @@
14
14
  }
15
15
  }
16
16
 
17
- // Second selector to get rid of breadcrumbs-list-item-action on angular component
18
- .breadcrumbs-list-item-action, .breadcrumbs-list-item > a {
17
+ .breadcrumbs-list-item-action {
19
18
  @layer mods {
20
19
  // .active is deprecated
21
20
  &.is-active,
@@ -10,8 +10,7 @@
10
10
  }
11
11
 
12
12
  &:first-child {
13
- // Second selector to get rid of breadcrumbs-list-item-action on angular component
14
- .breadcrumbs-list-item-action, .breadcrumbs-list-item > a {
13
+ .breadcrumbs-list-item-action {
15
14
  &::before {
16
15
  @include icon.generate('arrow_left');
17
16
 
@@ -192,7 +192,7 @@
192
192
  // .disabled is deprecated
193
193
  &.is-disabled,
194
194
  &.disabled,
195
- &[aria-disabled] {
195
+ &[aria-disabled="true"] {
196
196
  @include disabled;
197
197
  }
198
198
  }
@@ -182,8 +182,6 @@
182
182
  .calendar-table-head-row-cell,
183
183
  .calendar-table-body-row-cell {
184
184
  padding: var(--pr-t-spacings-25);
185
- block-size: var(--pr-t-spacings-400);
186
- box-sizing: content-box;
187
185
  }
188
186
 
189
187
  .calendar-table-head-row-cell {
@@ -218,7 +216,7 @@
218
216
  color: var(--components-calendar-table-body-row-cell-actionColor);
219
217
  background-color: var(--components-calendar-table-body-row-cell-actionHighlight);
220
218
  display: var(--components-calendar-table-body-row-cell-actionDisplay);
221
- block-size: 100%;
219
+ block-size: var(--pr-t-spacings-400);
222
220
  text-transform: lowercase;
223
221
  box-shadow:
224
222
  0 0 0 1px var(--components-calendar-table-body-row-cell-actionHighlight),
@@ -48,6 +48,7 @@
48
48
 
49
49
  }
50
50
 
51
+
51
52
  .callout-content-description-actions {
52
53
  display: flex;
53
54
  gap: var(--pr-t-spacings-75);
@@ -22,12 +22,6 @@
22
22
  }
23
23
 
24
24
  @at-root ($atRoot) {
25
- .calloutPopover-content {
26
- &:empty {
27
- display: none;
28
- }
29
- }
30
-
31
25
  .calloutPopover-icon {
32
26
  color: var(--palettes-700, var(--palettes-neutral-700));
33
27
  }
@@ -35,30 +29,33 @@
35
29
  .calloutPopover-overlay {
36
30
  inline-size: var(--components-calloutPopover-width);
37
31
  max-inline-size: 100vw;
32
+ }
33
+
34
+ .calloutPopover-overlay-head {
38
35
  display: flex;
39
36
  gap: var(--pr-t-spacings-100);
40
37
  }
41
38
 
42
39
  .calloutPopover-overlay-head-title {
43
- display: block;
44
40
  font: var(--pr-t-font-body-M);
45
41
  font-weight: var(--pr-t-font-fontWeight-semibold);
46
- padding: 0;
47
42
  margin: 0;
48
- padding-block-end: var(--pr-t-spacings-100);
49
- margin-block-end: var(--pr-t-spacings-100);
50
- border-block-end: var(--commons-divider-width) solid var(--palettes-neutral-200);
43
+ padding: 0;
51
44
  }
52
45
 
53
- .calloutPopover-overlay-icon {
46
+ .calloutPopover-overlay-head-icon {
54
47
  @include icon.M;
55
48
 
56
49
  color: var(--palettes-700, var(--palettes-neutral-700));
57
-
58
50
  }
59
51
 
60
52
  .calloutPopover-overlay-content {
53
+ margin-block-start: var(--pr-t-spacings-100);
54
+ margin-inline-end: var(--pr-t-spacings-150);
61
55
  margin-block-end: var(--pr-t-spacings-100);
56
+ margin-inline-start: var(--components-calloutPopover-content-margin);
57
+ padding-block-start: var(--pr-t-spacings-100);
58
+ border-block-start: var(--commons-divider-width) solid var(--palettes-neutral-200);
62
59
  }
63
60
  }
64
61
  }
@@ -24,8 +24,9 @@
24
24
 
25
25
  @mixin overlayS {
26
26
  --components-calloutPopover-width: 20rem;
27
+ --components-calloutPopover-content-margin: 1.75rem;
27
28
 
28
- .calloutPopover-overlay-icon {
29
+ .calloutPopover-overlay-head-icon {
29
30
  @include icon.S;
30
31
  }
31
32
 
@@ -40,7 +41,9 @@
40
41
  }
41
42
 
42
43
  @mixin overlayIconless {
43
- .calloutPopover-overlay-icon {
44
+ --components-calloutPopover-content-margin: 0;
45
+
46
+ .calloutPopover-overlay-head-icon {
44
47
  display: none;
45
48
  }
46
49
  }
@@ -4,6 +4,7 @@
4
4
  @at-root ($atRoot) {
5
5
  :root {
6
6
  --components-calloutPopover-width: 30rem;
7
+ --components-calloutPopover-content-margin: 2rem;
7
8
  }
8
9
  }
9
10
  }
@@ -15,13 +15,8 @@
15
15
  padding-block: calc(var(--pr-t-spacings-50) / 2);
16
16
  padding-inline: var(--pr-t-spacings-100);
17
17
  font: var(--components-chip-font);
18
- max-inline-size: 100%;
19
18
 
20
19
  @at-root ($atRoot) {
21
- .chip-content {
22
- outline: none;
23
- }
24
-
25
20
  .chip-kill {
26
21
  @include reset.button;
27
22
 
@@ -28,9 +28,5 @@
28
28
  &.is-disabled {
29
29
  @include disabled;
30
30
  }
31
-
32
- &:has(.chip-content:focus-visible) {
33
- @include focusVisible;
34
- }
35
31
  }
36
32
  }
@@ -38,7 +38,3 @@
38
38
  background-color: var(--palettes-600, var(--palettes-neutral-100));
39
39
  }
40
40
  }
41
-
42
- @mixin focusVisible {
43
- @include a11y.focusVisible;
44
- }
@@ -5,7 +5,7 @@
5
5
  @mixin component {
6
6
  @include reset.button;
7
7
 
8
- display: var(--components-clear-display);
8
+ display: grid;
9
9
  grid-template-columns: 1fr;
10
10
  grid-template-rows: 1fr;
11
11
  grid-template-areas: 'main';
@@ -12,36 +12,23 @@
12
12
  }
13
13
 
14
14
  // .palette-primary is deprecated
15
- &.palette-product,
16
- &.palette-primary {
15
+ &.palette-product:not([disabled]),
16
+ &.palette-primary:not([disabled]) {
17
17
  @include product;
18
18
  }
19
19
 
20
- &.mod-inverted {
20
+ &.mod-inverted:not([disabled]) {
21
21
  @include inverted;
22
22
 
23
- &:where(.palette-product) {
23
+ &.palette-product:not([disabled]) {
24
24
  @include invertedProduct;
25
25
  }
26
26
  }
27
27
 
28
28
  &[disabled] {
29
- cursor: default;
30
-
31
29
  @include disabled;
32
- }
33
30
 
34
- &[hidden],
35
- .filterPill[disabled] &,
36
- .filterPill:not(.is-filled) &,
37
- .textfield-input[disabled] &,
38
- .textfield-input:not(.is-filled) &,
39
- .textfield-input:not(.is-selected) & {
40
- @include hidden;
41
- }
42
-
43
- .multiSelect.is-selected:has(.multipleSelect-clear) & {
44
- --components-clear-display: grid;
31
+ cursor: default;
45
32
  }
46
33
  }
47
34
  }
@@ -38,6 +38,6 @@
38
38
  }
39
39
 
40
40
  &:active {
41
- --components-clear-background: var(--palettes-product-100);
41
+ --components-clear-background: var(--palettes-product-50);
42
42
  }
43
43
  }
@@ -1,13 +1,4 @@
1
1
  @mixin disabled {
2
2
  --components-clear-cross-color: var(--palettes-neutral-500); // disabled token candidate
3
-
4
- &,
5
- &:hover,
6
- &:active {
7
- --components-clear-background: var(--palettes-neutral-300); // disabled token candidate
8
- }
9
- }
10
-
11
- @mixin hidden {
12
- --components-clear-display: none;
3
+ --components-clear-background: var(--palettes-neutral-300); // disabled token candidate
13
4
  }
@@ -1,5 +1,4 @@
1
1
  @mixin vars {
2
- --components-clear-display: grid;
3
2
  --components-clear-size: 1rem;
4
3
  --components-clear-background: var(--palettes-neutral-700);
5
4
  --components-clear-cross-color: var(--palettes-neutral-0);
@@ -19,7 +19,7 @@
19
19
  .dataTableWrapper {
20
20
  border-radius: var(--components-dataTable-borderRadius);
21
21
  border: 1px solid var(--commons-border-200);
22
- overflow: auto;
22
+ overflow: var(--components-dataTable-overflow);
23
23
  background-color: var(--components-dataTable-cell-background);
24
24
  contain: paint; // Fix overflow on webkit when table has scroll
25
25
  display: block;
@@ -80,6 +80,10 @@
80
80
 
81
81
  &:first-child {
82
82
  inline-size: var(--components-dataTable-cellFirst-width);
83
+
84
+ .checkboxField {
85
+ --component-checkboxField-top: 0;
86
+ }
83
87
  }
84
88
  }
85
89
 
@@ -100,12 +104,6 @@
100
104
 
101
105
  .dataTable-body-row-cell {
102
106
  vertical-align: var(--components-dataTable-cell-verticalAlign);
103
-
104
- &:first-child {
105
- &:has(.checkboxField-input) {
106
- padding-bottom: var(--pr-t-spacings-150);
107
- }
108
- }
109
107
  }
110
108
 
111
109
  .dataTable-foot-row-cell {
@@ -116,6 +114,7 @@
116
114
  display: flex;
117
115
  gap: var(--pr-t-spacings-100);
118
116
  align-items: flex-start;
117
+ font-weight: var(--pr-t-font-fontWeight-semibold);
119
118
  }
120
119
 
121
120
  .dataTable-body-row-cell-expand-button.button {
@@ -95,7 +95,7 @@
95
95
 
96
96
  @mixin actions {
97
97
  padding-block: 0;
98
- padding-inline: 0 var(--pr-t-spacings-50);
98
+ padding-inline: var(--pr-t-spacings-50);
99
99
  text-align: end;
100
100
  white-space: nowrap;
101
101
 
@@ -142,7 +142,7 @@
142
142
  }
143
143
  }
144
144
 
145
- @mixin cellInlineSize {
145
+ @mixin cellFixedWidth {
146
146
  min-inline-size: var(--dataTable-layoutFixed-width, auto);
147
147
  inline-size: var(--dataTable-layoutFixed-width, auto);
148
148
  }
@@ -152,7 +152,7 @@
152
152
  .dataTable-head-row-cell,
153
153
  .dataTable-body-row-cell,
154
154
  .dataTable-foot-row-cell {
155
- @include cellInlineSize;
155
+ @include cellFixedWidth;
156
156
  }
157
157
  }
158
158
 
@@ -162,7 +162,7 @@
162
162
  .dataTable-head-row-cell,
163
163
  .dataTable-body-row-cell,
164
164
  .dataTable-foot-row-cell {
165
- @include cellInlineSize;
165
+ @include cellFixedWidth;
166
166
  }
167
167
  }
168
168
  }
@@ -11,6 +11,7 @@
11
11
  --components-dataTable-tableLayout: auto;
12
12
  --components-dataTable-cellFirst-width: auto;
13
13
  --components-dataTable-row-display: table-row;
14
+ --components-dataTable-overflow: hidden;
14
15
  --components-dataTable-expand-rotation: 180deg;
15
16
  --components-dataTable-borderRadius: var(--pr-t-border-radius-structure);
16
17
  }
@@ -12,12 +12,10 @@
12
12
  @include stickyHeader;
13
13
  }
14
14
 
15
- &:has(.dataTableShadows),
16
15
  &:has(.dataTable.mod-columnsOverflow) {
17
16
  @include columnsOverflow;
18
17
  }
19
18
 
20
- &:has(.dataTableShadows),
21
19
  &:has(.dataTable.mod-rowsOverflow) {
22
20
  @include rowsOverflow;
23
21
  }
@@ -45,14 +43,6 @@
45
43
  @include stickyColumnBorder;
46
44
  }
47
45
  }
48
-
49
- &:has(.dataTable.is-firstColumnVisibleAfterColsStart) {
50
- @include firstColumnVisibleAfterColsStart;
51
- }
52
-
53
- &:has(.dataTable.is-lastColumnVisibleBeforeColsEnd) {
54
- @include lastColumnVisibleBeforeColsEnd;
55
- }
56
46
  }
57
47
 
58
48
  &:has(.dataTable-head.is-firstBodyRowVisible) {
@@ -1,6 +1,8 @@
1
1
  @use '@lucca-front/scss/src/commons/utils/color';
2
2
 
3
3
  @mixin stickyHeader {
4
+ --components-dataTable-overflow: auto;
5
+
4
6
  .dataTable-head {
5
7
  position: sticky;
6
8
  inset-block-start: -1px;
@@ -20,6 +22,8 @@
20
22
  }
21
23
 
22
24
  @mixin columnsOverflow {
25
+ --components-dataTable-overflow: auto;
26
+
23
27
  display: flex;
24
28
 
25
29
  &::before,
@@ -48,10 +52,11 @@
48
52
  }
49
53
 
50
54
  @mixin rowsOverflow {
55
+ --components-dataTable-overflow: auto;
56
+
51
57
  .dataTableShadows {
52
58
  display: flex;
53
59
  flex-direction: column;
54
- flex-grow: 1;
55
60
 
56
61
  &::before,
57
62
  &::after {
@@ -80,6 +85,8 @@
80
85
  }
81
86
 
82
87
  @mixin stickyColumn {
88
+ --components-dataTable-overflow: auto;
89
+
83
90
  %addShadow {
84
91
  content: '';
85
92
  position: absolute;
@@ -123,8 +130,6 @@
123
130
  &:not(:has(+ :is(.dataTable-head-row-cell, .dataTable-body-row-cell, .dataTable-foot-row-cell).mod-stickyColumn)) {
124
131
  &::after {
125
132
  @extend %addShadow;
126
-
127
- opacity: var(--components-dataTable-shadow-colsStart-opacity);
128
133
  }
129
134
  }
130
135
  }
@@ -138,7 +143,6 @@
138
143
  inset-inline-start: auto;
139
144
  inset-inline-end: 100%;
140
145
  transform: scaleX(-1);
141
- opacity: var(--components-dataTable-shadow-colsEnd-opacity);
142
146
  }
143
147
 
144
148
  & ~ :is(.dataTable-head-row-cell, .dataTable-body-row-cell, .dataTable-foot-row-cell).mod-stickyColumn {
@@ -18,10 +18,3 @@
18
18
  --components-dataTable-header-shadow-opacity: 0;
19
19
  }
20
20
 
21
- @mixin firstColumnVisibleAfterColsStart {
22
- --components-dataTable-shadow-colsStart-opacity: 0;
23
- }
24
-
25
- @mixin lastColumnVisibleBeforeColsEnd {
26
- --components-dataTable-shadow-colsEnd-opacity: 0;
27
- }
@@ -4,6 +4,4 @@
4
4
  --components-dataTable-shadow-firstRowOpacity: 1;
5
5
  --components-dataTable-shadow-lastRowOpacity: 1;
6
6
  --components-dataTable-header-shadow-opacity: 1;
7
- --components-dataTable-shadow-colsStart-opacity: 1;
8
- --components-dataTable-shadow-colsEnd-opacity: 1;
9
7
  }
@@ -1,12 +1,12 @@
1
1
  @mixin critical {
2
+ --components-dropdown-list-option-action-color: var(--pr-t-color-text-critical);
3
+
2
4
  &:hover,
3
5
  &:focus-visible {
4
- --components-dropdown-list-option-action-backgroundColor: var(--palettes-error-50);
5
- --components-dropdown-list-option-action-color: var(--pr-t-color-text-critical);
6
+ --components-dropdown-list-option-action-backgroundColor: var(--palettes-critical-50);
6
7
  }
7
8
 
8
9
  &:active {
9
- --components-dropdown-list-option-action-color: var(--pr-t-color-text-critical);
10
- --components-dropdown-list-option-action-backgroundColor: var(--palettes-error-100);
10
+ --components-dropdown-list-option-action-backgroundColor: var(--palettes-critical-100);
11
11
  }
12
12
  }
@@ -104,6 +104,7 @@
104
104
  margin-inline-end: var(--pr-t-spacings-25);
105
105
  position: relative;
106
106
  z-index: 1;
107
+ display: var(--components-filterPill-clear-display);
107
108
 
108
109
  @include clear.product;
109
110
  }
@@ -1,5 +1,4 @@
1
1
  @use '@lucca-front/scss/src/commons/utils/a11y';
2
- @use '@lucca-front/scss/src/components/clear/exports' as clear;
3
2
 
4
3
  @mixin checkboxChecked {
5
4
  --components-filterPill-borderColor: var(--palettes-product-300);
@@ -67,6 +66,7 @@
67
66
  --components-filterPill-backgroundColor: var(--palettes-product-50);
68
67
  --components-filterPill-color: var(--palettes-product-800);
69
68
  --components-filterPill-toggle-iconColor: var(--palettes-product-700);
69
+ --components-filterPill-clear-display: grid;
70
70
  }
71
71
 
72
72
  @mixin notFilled {
@@ -91,6 +91,7 @@
91
91
  }
92
92
 
93
93
  @mixin disabled {
94
+ --components-filterPill-clear-display: none;
94
95
  --components-filterPill-backgroundColor: var(--palettes-neutral-50);
95
96
  --components-filterPill-borderColor: var(--palettes-neutral-300) !important;
96
97
  --components-filterPill-color: var(--palettes-neutral-500);
@@ -101,8 +102,6 @@
101
102
 
102
103
  box-shadow: var(--components-filterPill-shadow);
103
104
 
104
- @include clear.hidden;
105
-
106
105
  // TODO
107
106
  // --components-filterPill-checkbox-borderColor: var(--palettes-neutral-600);
108
107
  }
@@ -12,6 +12,7 @@
12
12
  --components-filterPill-checkbox-borderColor: var(--palettes-neutral-700);
13
13
  --components-filterPill-checkbox-icon-scale: 0;
14
14
  --components-filterPill-checkbox-icon-timingFonction: cubic-bezier(0.5, -0.5, 0.5, 0);
15
+ --components-filterPill-clear-display: none;
15
16
  --components-filterPill-toggle-rotation: 0;
16
17
  --components-filterPill-toggle-iconColor: var(--palettes-neutral-600);
17
18
  --components-filterPill-shadow: 0 0 0 1px var(--components-filterPill-borderColor);
@@ -1,12 +1,9 @@
1
1
  @use '@lucca-front/scss/src/commons/utils/form';
2
2
  @use '@lucca-front/scss/src/components/formLabel/exports' as formLabel;
3
3
  @use '@lucca-front/scss/src/components/inlineMessage/exports' as inlineMessage;
4
- @use '@lucca-front/scss/src/components/title/exports' as title;
5
4
  @use '@lucca-front/scss/src/commons/utils/namespace';
6
5
 
7
6
  @mixin component($atRoot: namespace.$defaultAtRoot) {
8
- display: block;
9
-
10
7
  .divider {
11
8
  margin-block: var(--pr-t-spacings-300);
12
9
  }
@@ -37,13 +34,12 @@
37
34
 
38
35
  @at-root ($atRoot) {
39
36
  .form-header {
40
- display: block;
41
37
  margin-block-end: var(--pr-t-spacings-300);
42
38
  }
43
39
 
44
40
  .form-header-title {
45
- @include title.component;
46
- @include title.h1;
41
+ margin: 0;
42
+ padding: 0;
47
43
  }
48
44
 
49
45
  .form-header-mandatory {
@@ -30,7 +30,7 @@
30
30
  @mixin illustrations {
31
31
  --components-highlightData-display: flex;
32
32
  --components-highlightData-alignItem: start;
33
- --components-highlightData-action-padding: var(--pr-t-spacings-150);
33
+ --components-highlightData-action-padding: var(--pr-t-spacings-100);
34
34
 
35
35
  padding-inline-end: calc(var(--components-highlightData-illustrations-width) + var(--components-highlightData-padding-inline));
36
36
  }
@@ -310,7 +310,7 @@
310
310
  .indexTable-head-row-cell,
311
311
  .indexTable-body-row-cell,
312
312
  .indexTable-foot-row-cell {
313
- @include cellInlineSize;
313
+ @include cellFixedWidth;
314
314
  }
315
315
  }
316
316
 
@@ -323,14 +323,14 @@
323
323
  .indexTable-head-row-cell,
324
324
  .indexTable-body-row-cell,
325
325
  .indexTable-foot-row-cell {
326
- @include cellInlineSize;
326
+ @include cellFixedWidth;
327
327
  }
328
328
  }
329
329
  }
330
330
  }
331
331
  }
332
332
 
333
- @mixin cellInlineSize {
333
+ @mixin cellFixedWidth {
334
334
  min-inline-size: var(--cell-width, auto);
335
335
  max-inline-size: var(--cell-width, auto);
336
336
  inline-size: var(--cell-width, auto);