@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.
- package/dist/lucca-front.min.css +1 -1
- package/package.json +3 -3
- package/src/commons/base.scss +25 -1
- package/src/commons/config.scss +30 -21
- package/src/commons/index.scss +2 -2
- package/src/commons/utils/a11y.scss +1 -1
- package/src/commons/utils/highlight-prisme.scss +4 -1
- package/src/commons/utils/index.scss +7 -8
- package/src/commons/utils/media.scss +9 -9
- package/src/commons/utils/namespace.scss +1 -0
- package/src/commons/utils/overflow.scss +2 -3
- package/src/commons/utils/reset.scss +0 -1
- package/src/commons/vars.scss +24 -10
- package/src/components/activityFeed/component.scss +76 -0
- package/src/components/activityFeed/exports.scss +4 -0
- package/src/components/activityFeed/index.scss +29 -0
- package/src/components/activityFeed/mods.scss +0 -0
- package/src/components/activityFeed/states.scss +7 -0
- package/src/components/activityFeed/vars.scss +4 -0
- package/src/components/appLayout/component.scss +0 -1
- package/src/components/appLayout/mods.scss +8 -8
- package/src/components/appLayout/vars.scss +5 -5
- package/src/components/avatar/mods.scss +0 -1
- package/src/components/breadcrumbs/component.scss +2 -1
- package/src/components/breadcrumbs/index.scss +3 -2
- package/src/components/breadcrumbs/mods.scss +2 -1
- package/src/components/bubbleIcon/index.scss +0 -2
- package/src/components/bubbleIllustration/component.scss +0 -1
- package/src/components/bubbleIllustration/states.scss +0 -1
- package/src/components/button/index.scss +19 -18
- package/src/components/button/mods.scss +24 -6
- package/src/components/button/states.scss +3 -1
- package/src/components/calendar/component.scss +4 -5
- package/src/components/calendar/index.scss +0 -1
- package/src/components/callout/index.scss +0 -1
- package/src/components/calloutAccordion/states.scss +3 -3
- package/src/components/calloutDisclosure/mods.scss +1 -1
- package/src/components/calloutDisclosure/states.scss +3 -3
- package/src/components/calloutDisclosure/vars.scss +2 -2
- package/src/components/calloutFeedbackList/vars.scss +2 -2
- package/src/components/calloutPopover/component.scss +0 -1
- package/src/components/checkboxField/component.scss +1 -1
- package/src/components/checkboxField/mods.scss +4 -3
- package/src/components/checkboxField/states.scss +0 -1
- package/src/components/color/component.scss +1 -1
- package/src/components/color/index.scss +2 -2
- package/src/components/color/states.scss +1 -1
- package/src/components/color/vars.scss +1 -1
- package/src/components/comment/component.scss +4 -1
- package/src/components/comment/index.scss +4 -2
- package/src/components/comment/mods.scss +4 -1
- package/src/components/dataTable/index.scss +1 -1
- package/src/components/dataTable/mods.scss +6 -4
- package/src/components/dataTableSticked/mods.scss +3 -1
- package/src/components/dialog/component.scss +48 -17
- package/src/components/dialog/index.scss +12 -3
- package/src/components/dialog/mods.scss +46 -7
- package/src/components/dialog/vars.scss +16 -2
- package/src/components/dropdown/component.scss +9 -9
- package/src/components/dropdown/index.scss +6 -6
- package/src/components/emptyState/component.scss +21 -6
- package/src/components/emptyState/index.scss +15 -0
- package/src/components/emptyState/mods.scss +20 -2
- package/src/components/emptyState/vars.scss +16 -16
- package/src/components/fancyBox/vars.scss +3 -3
- package/src/components/field/mods.scss +6 -4
- package/src/components/fieldset/index.scss +0 -1
- package/src/components/filterBarDeprecated/component.scss +1 -0
- package/src/components/filterBarDeprecated/index.scss +1 -0
- package/src/components/filterPill/component.scss +1 -1
- package/src/components/footer/component.scss +4 -3
- package/src/components/footer/mods.scss +8 -0
- package/src/components/footer/vars.scss +4 -0
- package/src/components/form/index.scss +5 -8
- package/src/components/form/mods.scss +10 -11
- package/src/components/gauge/vars.scss +2 -3
- package/src/components/header/component.scss +1 -1
- package/src/components/header/mods.scss +5 -0
- package/src/components/header/vars.scss +1 -0
- package/src/components/highlightData/mods.scss +4 -3
- package/src/components/highlightData/vars.scss +4 -3
- package/src/components/horizontalNavigation/component.scss +14 -16
- package/src/components/horizontalNavigation/index.scss +14 -18
- package/src/components/horizontalNavigation/mods.scss +30 -28
- package/src/components/horizontalNavigation/states.scss +4 -4
- package/src/components/horizontalNavigation/vars.scss +2 -1
- package/src/components/index.scss +1 -1
- package/src/components/indexTable/component.scss +21 -10
- package/src/components/indexTable/mods.scss +21 -13
- package/src/components/indexTable/states.scss +3 -3
- package/src/components/indexTable/vars.scss +4 -3
- package/src/components/inputFramed/index.scss +1 -1
- package/src/components/inputFramed/states.scss +0 -1
- package/src/components/label/index.scss +1 -0
- package/src/components/layout/component.scss +6 -6
- package/src/components/layout/mods.scss +2 -2
- package/src/components/link/component.scss +30 -6
- package/src/components/link/index.scss +16 -4
- package/src/components/link/mods.scss +11 -54
- package/src/components/link/states.scss +10 -2
- package/src/components/link/vars.scss +6 -0
- package/src/components/listboxOption/index.scss +15 -15
- package/src/components/listboxOption/mods.scss +3 -4
- package/src/components/listboxOption/states.scss +12 -13
- package/src/components/listing/component.scss +24 -1
- package/src/components/listing/index.scss +4 -0
- package/src/components/listing/mods.scss +18 -7
- package/src/components/listing/vars.scss +5 -1
- package/src/components/mobilePush/component.scss +1 -1
- package/src/components/navside/index.scss +3 -0
- package/src/components/navside/states.scss +2 -1
- package/src/components/notchBox/component.scss +30 -26
- package/src/components/notchBox/mods.scss +119 -77
- package/src/components/numericBadge/component.scss +0 -1
- package/src/components/numericBadge/mods.scss +10 -0
- package/src/components/pageHeader/mods.scss +4 -4
- package/src/components/pagination/mods.scss +2 -2
- package/src/components/presentation/index.scss +0 -1
- package/src/components/progress/vars.scss +6 -5
- package/src/components/readMore/component.scss +6 -5
- package/src/components/resourceCard/mods.scss +20 -18
- package/src/components/resourceCard/states.scss +2 -3
- package/src/components/resourceCard/vars.scss +4 -3
- package/src/components/richText/index.scss +0 -1
- package/src/components/scrollBox/component.scss +4 -2
- package/src/components/segmentedControl/component.scss +4 -2
- package/src/components/segmentedControl/index.scss +1 -0
- package/src/components/segmentedControl/states.scss +0 -2
- package/src/components/skeleton/mods.scss +15 -8
- package/src/components/skeleton/states.scss +15 -21
- package/src/components/softwareIcon/component.scss +0 -1
- package/src/components/sortableList/index.scss +3 -3
- package/src/components/sortableList/vars.scss +4 -4
- package/src/components/statusBadge/component.scss +0 -1
- package/src/components/switch/states.scss +6 -3
- package/src/components/switchField/vars.scss +4 -4
- package/src/components/tableOfContent/component.scss +2 -1
- package/src/components/tableOfContent/index.scss +2 -1
- package/src/components/tableSortable/index.scss +1 -1
- package/src/components/tableSticked/mods.scss +16 -9
- package/src/components/tableStickedDeprecated/mods.scss +12 -6
- package/src/components/tag/component.scss +4 -0
- package/src/components/textField/component.scss +2 -0
- package/src/components/textField/mods.scss +0 -1
- package/src/components/textfields/index.scss +0 -1
- package/src/components/textfields/mods.scss +12 -7
- package/src/components/textfields/states.scss +6 -5
- package/src/components/timeline/mods.scss +35 -31
- package/src/components/timepicker/component.scss +1 -1
- package/src/components/timepickerDeprecated/vars.scss +3 -3
- package/src/components/title/mods.scss +2 -2
- package/src/components/titleSection/component.scss +2 -2
- package/src/components/toast/vars.scss +1 -1
- package/src/components/userTile/mods.scss +25 -25
- package/src/components/userTile/vars.scss +5 -5
- package/src/components/verticalNavigation/vars.scss +3 -3
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
@mixin vars {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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:
|
|
16
|
-
|
|
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
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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,
|
|
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,
|
|
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) {
|
|
@@ -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:
|
|
26
|
-
|
|
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:
|
|
50
|
-
|
|
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:
|
|
128
|
-
|
|
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:
|
|
199
|
-
|
|
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:
|
|
205
|
-
|
|
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
|
|
|
@@ -320,9 +320,12 @@
|
|
|
320
320
|
|
|
321
321
|
@mixin compact {
|
|
322
322
|
.textfield-options {
|
|
323
|
-
inline-size:
|
|
324
|
-
|
|
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:
|
|
342
|
-
|
|
343
|
-
var(--components-textfield-
|
|
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:
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
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:
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
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
|
-
|
|
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:
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
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:
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
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:
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
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
|
-
|
|
3
|
-
|
|
4
|
-
|
|
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
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
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
|
-
|
|
16
|
+
--components-userTile-gap: var(--pr-t-spacings-100);
|
|
17
17
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
.avatar {
|
|
19
|
+
@include avatar.S;
|
|
20
|
+
}
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
@mixin L {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
24
|
+
.avatar {
|
|
25
|
+
@include avatar.L;
|
|
26
|
+
}
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
@mixin XL { // Deprecated
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
30
|
+
.avatar {
|
|
31
|
+
@include avatar.XL;
|
|
32
|
+
}
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
@mixin XXL { // Deprecated
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
36
|
+
.avatar {
|
|
37
|
+
@include avatar.XXL;
|
|
38
|
+
}
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
@mixin XXXL { // Deprecated
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
42
|
+
.avatar {
|
|
43
|
+
@include avatar.XXXL;
|
|
44
|
+
}
|
|
45
45
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@mixin vars {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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
|
-
|
|
3
|
-
|
|
4
|
-
|
|
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
|
}
|