@lucca-front/scss 21.1.2 → 21.2.0-rc.1

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 (156) hide show
  1. package/dist/lucca-front.min.css +1 -1
  2. package/package.json +3 -3
  3. package/src/commons/base.scss +25 -1
  4. package/src/commons/config.scss +30 -21
  5. package/src/commons/index.scss +2 -2
  6. package/src/commons/utils/a11y.scss +1 -1
  7. package/src/commons/utils/highlight-prisme.scss +4 -1
  8. package/src/commons/utils/index.scss +7 -8
  9. package/src/commons/utils/media.scss +9 -9
  10. package/src/commons/utils/namespace.scss +1 -0
  11. package/src/commons/utils/overflow.scss +2 -3
  12. package/src/commons/utils/reset.scss +0 -1
  13. package/src/commons/vars.scss +24 -10
  14. package/src/components/activityFeed/component.scss +76 -0
  15. package/src/components/activityFeed/exports.scss +4 -0
  16. package/src/components/activityFeed/index.scss +29 -0
  17. package/src/components/activityFeed/mods.scss +0 -0
  18. package/src/components/activityFeed/states.scss +7 -0
  19. package/src/components/activityFeed/vars.scss +4 -0
  20. package/src/components/appLayout/component.scss +0 -1
  21. package/src/components/appLayout/mods.scss +8 -8
  22. package/src/components/appLayout/vars.scss +5 -5
  23. package/src/components/avatar/mods.scss +0 -1
  24. package/src/components/breadcrumbs/component.scss +2 -1
  25. package/src/components/breadcrumbs/index.scss +3 -2
  26. package/src/components/breadcrumbs/mods.scss +2 -1
  27. package/src/components/bubbleIcon/index.scss +0 -2
  28. package/src/components/bubbleIllustration/component.scss +0 -1
  29. package/src/components/bubbleIllustration/states.scss +0 -1
  30. package/src/components/button/index.scss +19 -18
  31. package/src/components/button/mods.scss +24 -6
  32. package/src/components/button/states.scss +3 -1
  33. package/src/components/calendar/component.scss +4 -5
  34. package/src/components/calendar/index.scss +0 -1
  35. package/src/components/callout/index.scss +0 -1
  36. package/src/components/calloutAccordion/states.scss +3 -3
  37. package/src/components/calloutDisclosure/mods.scss +1 -1
  38. package/src/components/calloutDisclosure/states.scss +3 -3
  39. package/src/components/calloutDisclosure/vars.scss +2 -2
  40. package/src/components/calloutFeedbackList/vars.scss +2 -2
  41. package/src/components/calloutPopover/component.scss +0 -1
  42. package/src/components/checkboxField/component.scss +1 -1
  43. package/src/components/checkboxField/mods.scss +4 -3
  44. package/src/components/checkboxField/states.scss +0 -1
  45. package/src/components/color/component.scss +1 -1
  46. package/src/components/color/index.scss +2 -2
  47. package/src/components/color/states.scss +1 -1
  48. package/src/components/color/vars.scss +1 -1
  49. package/src/components/comment/component.scss +4 -1
  50. package/src/components/comment/index.scss +4 -2
  51. package/src/components/comment/mods.scss +4 -1
  52. package/src/components/dataTable/index.scss +1 -1
  53. package/src/components/dataTable/mods.scss +6 -4
  54. package/src/components/dataTableSticked/mods.scss +3 -1
  55. package/src/components/dialog/component.scss +48 -17
  56. package/src/components/dialog/index.scss +12 -3
  57. package/src/components/dialog/mods.scss +46 -7
  58. package/src/components/dialog/vars.scss +16 -2
  59. package/src/components/dropdown/component.scss +9 -9
  60. package/src/components/dropdown/index.scss +6 -6
  61. package/src/components/emptyState/component.scss +21 -6
  62. package/src/components/emptyState/index.scss +15 -0
  63. package/src/components/emptyState/mods.scss +20 -2
  64. package/src/components/emptyState/vars.scss +16 -16
  65. package/src/components/fancyBox/vars.scss +3 -3
  66. package/src/components/field/mods.scss +6 -4
  67. package/src/components/fieldset/index.scss +0 -1
  68. package/src/components/filterBarDeprecated/component.scss +1 -0
  69. package/src/components/filterBarDeprecated/index.scss +1 -0
  70. package/src/components/filterPill/component.scss +1 -1
  71. package/src/components/footer/component.scss +4 -3
  72. package/src/components/footer/mods.scss +8 -0
  73. package/src/components/footer/vars.scss +4 -0
  74. package/src/components/form/index.scss +5 -8
  75. package/src/components/form/mods.scss +10 -11
  76. package/src/components/gauge/vars.scss +2 -3
  77. package/src/components/header/component.scss +1 -1
  78. package/src/components/header/mods.scss +5 -0
  79. package/src/components/header/vars.scss +1 -0
  80. package/src/components/highlightData/mods.scss +4 -3
  81. package/src/components/highlightData/vars.scss +4 -3
  82. package/src/components/horizontalNavigation/component.scss +14 -16
  83. package/src/components/horizontalNavigation/index.scss +14 -18
  84. package/src/components/horizontalNavigation/mods.scss +30 -28
  85. package/src/components/horizontalNavigation/states.scss +4 -4
  86. package/src/components/horizontalNavigation/vars.scss +2 -1
  87. package/src/components/index.scss +1 -1
  88. package/src/components/indexTable/component.scss +21 -10
  89. package/src/components/indexTable/mods.scss +21 -13
  90. package/src/components/indexTable/states.scss +3 -3
  91. package/src/components/indexTable/vars.scss +4 -3
  92. package/src/components/inputFramed/index.scss +1 -1
  93. package/src/components/inputFramed/states.scss +0 -1
  94. package/src/components/label/index.scss +1 -0
  95. package/src/components/layout/component.scss +6 -6
  96. package/src/components/layout/mods.scss +2 -2
  97. package/src/components/link/component.scss +30 -6
  98. package/src/components/link/index.scss +16 -4
  99. package/src/components/link/mods.scss +11 -54
  100. package/src/components/link/states.scss +10 -2
  101. package/src/components/link/vars.scss +6 -0
  102. package/src/components/listboxOption/index.scss +15 -15
  103. package/src/components/listboxOption/mods.scss +3 -4
  104. package/src/components/listboxOption/states.scss +12 -13
  105. package/src/components/listing/component.scss +24 -1
  106. package/src/components/listing/index.scss +4 -0
  107. package/src/components/listing/mods.scss +18 -7
  108. package/src/components/listing/vars.scss +5 -1
  109. package/src/components/mobilePush/component.scss +1 -1
  110. package/src/components/navside/index.scss +3 -0
  111. package/src/components/navside/states.scss +2 -1
  112. package/src/components/notchBox/component.scss +30 -26
  113. package/src/components/notchBox/mods.scss +119 -77
  114. package/src/components/numericBadge/component.scss +0 -1
  115. package/src/components/numericBadge/mods.scss +10 -0
  116. package/src/components/pageHeader/mods.scss +4 -4
  117. package/src/components/pagination/mods.scss +2 -2
  118. package/src/components/presentation/index.scss +0 -1
  119. package/src/components/progress/vars.scss +6 -5
  120. package/src/components/readMore/component.scss +6 -5
  121. package/src/components/resourceCard/mods.scss +20 -18
  122. package/src/components/resourceCard/states.scss +2 -3
  123. package/src/components/resourceCard/vars.scss +4 -3
  124. package/src/components/richText/index.scss +0 -1
  125. package/src/components/scrollBox/component.scss +4 -2
  126. package/src/components/segmentedControl/component.scss +4 -2
  127. package/src/components/segmentedControl/index.scss +1 -0
  128. package/src/components/segmentedControl/states.scss +0 -2
  129. package/src/components/skeleton/mods.scss +15 -8
  130. package/src/components/skeleton/states.scss +15 -21
  131. package/src/components/softwareIcon/component.scss +0 -1
  132. package/src/components/sortableList/index.scss +3 -3
  133. package/src/components/sortableList/vars.scss +4 -4
  134. package/src/components/statusBadge/component.scss +0 -1
  135. package/src/components/switch/states.scss +6 -3
  136. package/src/components/switchField/vars.scss +4 -4
  137. package/src/components/tableOfContent/component.scss +2 -1
  138. package/src/components/tableOfContent/index.scss +2 -1
  139. package/src/components/tableSortable/index.scss +1 -1
  140. package/src/components/tableSticked/mods.scss +16 -9
  141. package/src/components/tableStickedDeprecated/mods.scss +12 -6
  142. package/src/components/tag/component.scss +4 -0
  143. package/src/components/textField/component.scss +2 -0
  144. package/src/components/textField/mods.scss +0 -1
  145. package/src/components/textfields/index.scss +0 -1
  146. package/src/components/textfields/mods.scss +12 -7
  147. package/src/components/textfields/states.scss +6 -5
  148. package/src/components/timeline/mods.scss +35 -31
  149. package/src/components/timepicker/component.scss +1 -1
  150. package/src/components/timepickerDeprecated/vars.scss +3 -3
  151. package/src/components/title/mods.scss +2 -2
  152. package/src/components/titleSection/component.scss +2 -2
  153. package/src/components/toast/vars.scss +1 -1
  154. package/src/components/userTile/mods.scss +25 -25
  155. package/src/components/userTile/vars.scss +5 -5
  156. package/src/components/verticalNavigation/vars.scss +3 -3
@@ -28,8 +28,8 @@
28
28
  // drag and drop preview
29
29
  :not(.sortableList) {
30
30
  > .sortableList-item {
31
- @layer components {
32
- @include vars;
33
- }
31
+ @layer components {
32
+ @include vars;
33
+ }
34
34
  }
35
35
  }
@@ -1,8 +1,8 @@
1
1
  @mixin vars {
2
- --components-sortableList-padding: var(--pr-t-spacings-100) var(--pr-t-spacings-150);
3
- --components-sortableList-handler-size: var(--pr-t-font-body-M-lineHeight);
4
- --components-sortableList-description-font: var(--pr-t-font-body-M);
5
- --components-sortableList-helper-font: var(--pr-t-font-body-S);
2
+ --components-sortableList-padding: var(--pr-t-spacings-100) var(--pr-t-spacings-150);
3
+ --components-sortableList-handler-size: var(--pr-t-font-body-M-lineHeight);
4
+ --components-sortableList-description-font: var(--pr-t-font-body-M);
5
+ --components-sortableList-helper-font: var(--pr-t-font-body-S);
6
6
 
7
7
  // Deprecated
8
8
  --components-sortableList-description-fontSize: var(--pr-t-font-body-M-fontSize);
@@ -19,7 +19,6 @@
19
19
  &::before {
20
20
  background-color: var(--palettes-700, var(--palettes-product-700));
21
21
  border-radius: var(--pr-t-border-radius-full);
22
- /* stylelint-disable-next-line no-irregular-whitespace */
23
22
  content: ' ' / ''; // Unbreakable space to avoid vertical alignement issues with inline-flex in some contexts like tables
24
23
  display: block;
25
24
  block-size: var(--components-statusBadge-dot-size);
@@ -12,9 +12,12 @@
12
12
  }
13
13
 
14
14
  &::after {
15
- inset-inline-start: calc(
16
- var(--components-switch-width) - var(--components-switch-slider-size) - var(--components-switch-handler-offset)
17
- );
15
+ inset-inline-start:
16
+ calc(
17
+ var(--components-switch-width)
18
+ - var(--components-switch-slider-size)
19
+ - var(--components-switch-handler-offset)
20
+ );
18
21
  }
19
22
  }
20
23
  }
@@ -1,6 +1,6 @@
1
1
  @mixin vars {
2
- --component-switchField-label-input-height: 1.25rem;
3
- --component-switchField-label-input-width: 2.25rem;
4
- --component-switchField-label-input-icon-fontSize: var(--pr-t-font-body-XS-lineHeight);
5
- --component-switchField-label-font: var(--pr-t-font-body-M);
2
+ --component-switchField-label-input-height: 1.25rem;
3
+ --component-switchField-label-input-width: 2.25rem;
4
+ --component-switchField-label-input-icon-fontSize: var(--pr-t-font-body-XS-lineHeight);
5
+ --component-switchField-label-font: var(--pr-t-font-body-M);
6
6
  }
@@ -13,7 +13,8 @@
13
13
  }
14
14
 
15
15
  // Second selector to get rid of tableOfContent-list-item-action on angular component
16
- .tableOfContent-list-item-action, .tableOfContent-list-item > a {
16
+ .tableOfContent-list-item-action,
17
+ .tableOfContent-list-item > a {
17
18
  @include reset.button;
18
19
 
19
20
  border-radius: var(--pr-t-border-radius-default);
@@ -8,7 +8,8 @@
8
8
  }
9
9
 
10
10
  // Second selector to get rid of tableOfContent-list-item-action on angular component
11
- .tableOfContent-list-item-action, .tableOfContent-list-item > a {
11
+ .tableOfContent-list-item-action,
12
+ .tableOfContent-list-item > a {
12
13
  @layer mods {
13
14
  &:not(.disabled, .is-disabled, [disabled]) {
14
15
  &:is(:hover) {
@@ -32,7 +32,7 @@
32
32
  }
33
33
 
34
34
  &[aria-sort='ascending'] {
35
- .tableSortable{
35
+ .tableSortable {
36
36
  @include sortAscending;
37
37
  }
38
38
  }
@@ -22,9 +22,11 @@
22
22
  // left sticked columns shadow
23
23
  &.mod-stickyColumn-shadow,
24
24
  .stickyColumn-shadow-wrapper::before {
25
- inset-inline-start: calc(
26
- var(--components-tableSticked-column-sticky-offset) - var(--components-tableSticked-column-sticky-shadow-width)
27
- );
25
+ inset-inline-start:
26
+ calc(
27
+ var(--components-tableSticked-column-sticky-offset)
28
+ - var(--components-tableSticked-column-sticky-shadow-width)
29
+ );
28
30
  }
29
31
 
30
32
  .stickyColumn-shadow-wrapper::after {
@@ -46,9 +48,11 @@
46
48
 
47
49
  &.mod-stickyColumn-shadow,
48
50
  .stickyColumn-shadow-wrapper::before {
49
- inset-inline-end: calc(
50
- var(--components-tableSticked-column-sticky-offset) - var(--components-tableSticked-column-sticky-shadow-width)
51
- );
51
+ inset-inline-end:
52
+ calc(
53
+ var(--components-tableSticked-column-sticky-offset)
54
+ - var(--components-tableSticked-column-sticky-shadow-width)
55
+ );
52
56
  }
53
57
 
54
58
  .stickyColumn-shadow-wrapper::after {
@@ -124,9 +128,12 @@
124
128
  }
125
129
 
126
130
  .mod-stickyHeader-shadow .table-body-row-cell {
127
- inset-block-start: calc(
128
- var(--table-stickyHeader-shadow-offset) + var(--commons-banner-height) + var(--components-tableSticked-column-sticky-shadow-width)
129
- );
131
+ inset-block-start:
132
+ calc(
133
+ var(--table-stickyHeader-shadow-offset)
134
+ + var(--commons-banner-height)
135
+ + var(--components-tableSticked-column-sticky-shadow-width)
136
+ );
130
137
  }
131
138
  }
132
139
 
@@ -195,15 +195,21 @@
195
195
 
196
196
  .table-body-row-cell,
197
197
  .table-foot-row-cell {
198
- inset-block-start: calc(
199
- var(commons-banner-height) + var(--sticky-header-shadow-offset-top) + var(--components-tableFixed-column-sticky-shadow-width)
200
- );
198
+ inset-block-start:
199
+ calc(
200
+ var(commons-banner-height)
201
+ + var(--sticky-header-shadow-offset-top)
202
+ + var(--components-tableFixed-column-sticky-shadow-width)
203
+ );
201
204
 
202
205
  .stickyHeader-shadow-wrapper {
203
206
  &::after {
204
- inset-block-start: calc(
205
- var(commons-banner-height) + var(--sticky-header-shadow-offset-top) + var(--components-tableFixed-column-sticky-shadow-width)
206
- );
207
+ inset-block-start:
208
+ calc(
209
+ var(commons-banner-height)
210
+ + var(--sticky-header-shadow-offset-top)
211
+ + var(--components-tableFixed-column-sticky-shadow-width)
212
+ );
207
213
  }
208
214
  }
209
215
  }
@@ -6,6 +6,8 @@
6
6
  border-radius: var(--pr-t-border-radius-small);
7
7
  padding-block: 0;
8
8
  padding-inline: var(--pr-t-spacings-50);
9
+
10
+ /* autoprefixer: off */
9
11
  text-decoration: var(--components-tag-decoration);
10
12
  box-shadow: 0 0 0 1px var(--components-tag-shadow);
11
13
  gap: var(--components-tag-gap);
@@ -34,6 +36,8 @@
34
36
  @at-root ($atRoot) {
35
37
  .tag-content {
36
38
  outline: none;
39
+
40
+ /* autoprefixer: off */
37
41
  text-decoration: var(--components-tag-decoration);
38
42
  }
39
43
  }
@@ -67,6 +67,8 @@
67
67
  padding-inline: var(--component-textField-padding) var(--component-textField-affix-padding);
68
68
  background-color: transparent;
69
69
  color: var(--component-textField-color);
70
+
71
+ /* autoprefixer: off */
70
72
  text-decoration: var(--component-textField-textDecoration);
71
73
  text-overflow: ellipsis;
72
74
 
@@ -77,7 +77,6 @@
77
77
  visibility: hidden;
78
78
 
79
79
  &::after {
80
- // stylelint-disable-next-line no-irregular-whitespace
81
80
  content: ' ' / '';
82
81
  }
83
82
  }
@@ -13,7 +13,6 @@
13
13
  }
14
14
  }
15
15
 
16
-
17
16
  &:is(.is-open, .open) {
18
17
  @include open;
19
18
  }
@@ -320,9 +320,12 @@
320
320
 
321
321
  @mixin compact {
322
322
  .textfield-options {
323
- inline-size: calc(
324
- 100% - var(--components-textfield-compact-label-right-margin) - var(--components-textfield-compact-label-sizes-default)
325
- );
323
+ inline-size:
324
+ calc(
325
+ 100%
326
+ - var(--components-textfield-compact-label-right-margin)
327
+ - var(--components-textfield-compact-label-sizes-default)
328
+ );
326
329
  inset-inline-start: auto;
327
330
  inset-inline-end: 0;
328
331
  }
@@ -338,10 +341,12 @@
338
341
  }
339
342
 
340
343
  @mixin compactSize($size) {
341
- inline-size: calc(
342
- var(--components-textfield-sizes-#{$size}) + var(--components-textfield-compact-label-right-margin) +
343
- var(--components-textfield-compact-label-sizes-default)
344
- );
344
+ inline-size:
345
+ calc(
346
+ var(--components-textfield-sizes-#{$size})
347
+ + var(--components-textfield-compact-label-right-margin)
348
+ + var(--components-textfield-compact-label-sizes-default)
349
+ );
345
350
 
346
351
  .textfield-options {
347
352
  // inline-size: $input-width; // todo: récupérer la bonne taille
@@ -201,11 +201,12 @@
201
201
  }
202
202
 
203
203
  @mixin materialInputDisabled {
204
- background-image: linear-gradient(
205
- to right,
206
- var(--components-textfield-material-border-color) 33%,
207
- color.transparentize(var(--palettes-neutral-0), 0) 0%
208
- );
204
+ background-image:
205
+ linear-gradient(
206
+ to right,
207
+ var(--components-textfield-material-border-color) 33%,
208
+ color.transparentize(var(--palettes-neutral-0), 0) 0%
209
+ );
209
210
  background-size: 3px 1px;
210
211
  background-color: transparent;
211
212
  background-position: bottom;
@@ -148,11 +148,12 @@
148
148
  block-size: unset;
149
149
  inline-size: 2px;
150
150
  border: none;
151
- background: linear-gradient(
152
- 180deg,
153
- var(--palettes-700, var(--palettes-product-700)) var(--progress),
154
- var(--palettes-neutral-200) var(--progress)
155
- );
151
+ background:
152
+ linear-gradient(
153
+ 180deg,
154
+ var(--palettes-700, var(--palettes-product-700)) var(--progress),
155
+ var(--palettes-neutral-200) var(--progress)
156
+ );
156
157
  }
157
158
  }
158
159
  }
@@ -166,7 +167,7 @@
166
167
 
167
168
  &::before {
168
169
  content: counter(timeline) / '';
169
- font-size: var(--pr-t-font-body-XS-fontSize);
170
+ font-size: var(--pr-t-font-body-XS-fontSize);
170
171
  line-height: 1;
171
172
  }
172
173
  }
@@ -224,16 +225,17 @@
224
225
  .timeline-step {
225
226
  &:nth-last-child(2)::after {
226
227
  background-color: transparent;
227
- background-image: linear-gradient(
228
- 90deg,
229
- transparent 25%,
230
- var(--palettes-neutral-200) 25%,
231
- var(--palettes-neutral-200) 50%,
232
- transparent 50%,
233
- transparent 75%,
234
- var(--palettes-neutral-200) 75%,
235
- var(--palettes-neutral-200) 100%
236
- );
228
+ background-image:
229
+ linear-gradient(
230
+ 90deg,
231
+ transparent 25%,
232
+ var(--palettes-neutral-200) 25%,
233
+ var(--palettes-neutral-200) 50%,
234
+ transparent 50%,
235
+ transparent 75%,
236
+ var(--palettes-neutral-200) 75%,
237
+ var(--palettes-neutral-200) 100%
238
+ );
237
239
  background-size: var(--pr-t-spacings-100) var(--pr-t-spacings-100);
238
240
  }
239
241
 
@@ -279,16 +281,17 @@
279
281
  .timeline-step {
280
282
  &:nth-last-child(2)::after {
281
283
  background-color: transparent;
282
- background-image: linear-gradient(
283
- 0deg,
284
- transparent 25%,
285
- var(--palettes-neutral-200) 25%,
286
- var(--palettes-neutral-200) 50%,
287
- transparent 50%,
288
- transparent 75%,
289
- var(--palettes-neutral-200) 75%,
290
- var(--palettes-neutral-200) 100%
291
- );
284
+ background-image:
285
+ linear-gradient(
286
+ 0deg,
287
+ transparent 25%,
288
+ var(--palettes-neutral-200) 25%,
289
+ var(--palettes-neutral-200) 50%,
290
+ transparent 50%,
291
+ transparent 75%,
292
+ var(--palettes-neutral-200) 75%,
293
+ var(--palettes-neutral-200) 100%
294
+ );
292
295
  background-size: var(--pr-t-spacings-100) var(--pr-t-spacings-100);
293
296
  }
294
297
  }
@@ -373,11 +376,12 @@
373
376
  &::after {
374
377
  border: none;
375
378
  block-size: 2px;
376
- background: linear-gradient(
377
- 90deg,
378
- var(--palettes-700, var(--palettes-product-700)) var(--progress),
379
- var(--palettes-neutral-200) var(--progress)
380
- );
379
+ background:
380
+ linear-gradient(
381
+ 90deg,
382
+ var(--palettes-700, var(--palettes-product-700)) var(--progress),
383
+ var(--palettes-neutral-200) var(--progress)
384
+ );
381
385
  }
382
386
  }
383
387
  }
@@ -144,7 +144,7 @@
144
144
  content: '';
145
145
  position: absolute;
146
146
  inset: var(--components-timepicker-display-padding-inline) var(--components-timepicker-display-padding-block);
147
- border-radius:var(--pr-t-border-radius-50);
147
+ border-radius: var(--pr-t-border-radius-50);
148
148
  display: grid;
149
149
  place-items: center;
150
150
  text-align: end;
@@ -1,5 +1,5 @@
1
1
  @mixin vars {
2
- --components-timepicker-input-width: 1.25rem;
3
- --components-timepicker-input-height: 2rem;
4
- --components-timepicker-padding: var(--pr-t-spacings-50) var(--pr-t-spacings-100);
2
+ --components-timepicker-input-width: 1.25rem;
3
+ --components-timepicker-input-height: 2rem;
4
+ --components-timepicker-padding: var(--pr-t-spacings-50) var(--pr-t-spacings-100);
5
5
  }
@@ -25,12 +25,12 @@
25
25
 
26
26
  // Deprecated
27
27
  @mixin h5 {
28
- --components-title-font: 600 var(--pr-t-font-fontSize-175)/var(--pr-t-font-lineHeight-250) var(--pr-t-font-family);
28
+ --components-title-font: 600 var(--pr-t-font-fontSize-175) / var(--pr-t-font-lineHeight-250) var(--pr-t-font-family);
29
29
  --sizes-verticalPadding: var(--sizes-S-verticalPadding);
30
30
  }
31
31
 
32
32
  @mixin h6 {
33
- --components-title-font: 600 var(--pr-t-font-fontSize-150)/var(--pr-t-font-lineHeight-200) var(--pr-t-font-family);
33
+ --components-title-font: 600 var(--pr-t-font-fontSize-150) / var(--pr-t-font-lineHeight-200) var(--pr-t-font-family);
34
34
  --sizes-verticalPadding: var(--sizes-XS-verticalPadding);
35
35
  }
36
36
 
@@ -13,13 +13,13 @@
13
13
  }
14
14
 
15
15
  :is(.pr-u-h1, .pr-u-h2, .pr-u-h3, .pr-u-h4, .pr-u-h5, .pr-u-h6) {
16
- @extend %marginBlockEnd0important
16
+ @extend %marginBlockEnd0important;
17
17
  }
18
18
 
19
19
  // Deprecated .u- utilities
20
20
  @if config.$deprecatedUtilityPrefix {
21
21
  :is(.u-h1, .u-h2, .u-h3, .u-h4, .u-h5, .u-h6) {
22
- @extend %marginBlockEnd0important
22
+ @extend %marginBlockEnd0important;
23
23
  }
24
24
  }
25
25
 
@@ -1,7 +1,7 @@
1
1
  @mixin vars {
2
2
  --components-toasts-color: var(--pr-t-color-text-reverse);
3
3
  --components-toasts-top: var(--pr-t-spacings-300);
4
- --components-toasts-right: var(--pr-t-spacings-300);
4
+ --components-toasts-right: calc(var(--pr-t-spacings-300) + var(--commons-pushPanel-width));
5
5
  --components-toasts-left: var(--pr-t-spacings-300);
6
6
  --components-toasts-bottom: var(--pr-t-spacings-300);
7
7
  --components-toasts-margin-bottom: var(--pr-t-spacings-50);
@@ -1,45 +1,45 @@
1
1
  @use '@lucca-front/scss/src/components/avatar/exports' as avatar;
2
2
 
3
3
  @mixin XS {
4
- --components-userTile-gap: var(--pr-t-spacings-100);
5
- --components-userTile-title-fontSize: var(--pr-t-font-body-S-fontSize);
6
- --components-userTile-title-lineHeight: var(--pr-t-font-body-S-lineHeight);
7
- --components-userTile-info-fontSize: var(--pr-t-font-body-XS-fontSize);
8
- --components-userTile-info-lineHeight: var(--pr-t-font-body-XS-lineHeight);
9
-
10
- .avatar {
11
- @include avatar.XS;
12
- }
4
+ --components-userTile-gap: var(--pr-t-spacings-100);
5
+ --components-userTile-title-fontSize: var(--pr-t-font-body-S-fontSize);
6
+ --components-userTile-title-lineHeight: var(--pr-t-font-body-S-lineHeight);
7
+ --components-userTile-info-fontSize: var(--pr-t-font-body-XS-fontSize);
8
+ --components-userTile-info-lineHeight: var(--pr-t-font-body-XS-lineHeight);
9
+
10
+ .avatar {
11
+ @include avatar.XS;
12
+ }
13
13
  }
14
14
 
15
15
  @mixin S {
16
- --components-userTile-gap: var(--pr-t-spacings-100);
16
+ --components-userTile-gap: var(--pr-t-spacings-100);
17
17
 
18
- .avatar {
19
- @include avatar.S;
20
- }
18
+ .avatar {
19
+ @include avatar.S;
20
+ }
21
21
  }
22
22
 
23
23
  @mixin L {
24
- .avatar {
25
- @include avatar.L;
26
- }
24
+ .avatar {
25
+ @include avatar.L;
26
+ }
27
27
  }
28
28
 
29
29
  @mixin XL { // Deprecated
30
- .avatar {
31
- @include avatar.XL;
32
- }
30
+ .avatar {
31
+ @include avatar.XL;
32
+ }
33
33
  }
34
34
 
35
35
  @mixin XXL { // Deprecated
36
- .avatar {
37
- @include avatar.XXL;
38
- }
36
+ .avatar {
37
+ @include avatar.XXL;
38
+ }
39
39
  }
40
40
 
41
41
  @mixin XXXL { // Deprecated
42
- .avatar {
43
- @include avatar.XXXL;
44
- }
42
+ .avatar {
43
+ @include avatar.XXXL;
44
+ }
45
45
  }
@@ -1,7 +1,7 @@
1
1
  @mixin vars {
2
- --components-userTile-title-fontSize: var(--pr-t-font-body-M-fontSize);
3
- --components-userTile-title-lineHeight: var(--pr-t-font-body-M-lineHeight);
4
- --components-userTile-info-fontSize: var(--pr-t-font-body-S-fontSize);
5
- --components-userTile-info-lineHeight: var(--pr-t-font-body-S-lineHeight);
6
- --components-userTile-gap: var(--pr-t-spacings-150);
2
+ --components-userTile-title-fontSize: var(--pr-t-font-body-M-fontSize);
3
+ --components-userTile-title-lineHeight: var(--pr-t-font-body-M-lineHeight);
4
+ --components-userTile-info-fontSize: var(--pr-t-font-body-S-fontSize);
5
+ --components-userTile-info-lineHeight: var(--pr-t-font-body-S-lineHeight);
6
+ --components-userTile-gap: var(--pr-t-spacings-150);
7
7
  }
@@ -1,5 +1,5 @@
1
1
  @mixin vars {
2
- --components-verticalNavigation-link-background: transparent;
3
- --components-verticalNavigation-link-color: var(--pr-t-color-text);
4
- --components-verticalNavigation-horizontalPadding: var(--pr-t-spacings-150);
2
+ --components-verticalNavigation-link-background: transparent;
3
+ --components-verticalNavigation-link-color: var(--pr-t-color-text);
4
+ --components-verticalNavigation-horizontalPadding: var(--pr-t-spacings-150);
5
5
  }