@lucca-front/scss 21.1.2 → 21.1.3
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 +4 -0
- package/src/components/calloutPopover/component.scss +8 -3
- package/src/components/dialog/index.scss +0 -4
- package/src/components/dialog/mods.scss +0 -4
- package/src/components/inputFramed/component.scss +4 -0
- package/src/components/presentation/component.scss +5 -1
- package/src/components/presentation/vars.scss +0 -2
- package/src/components/resourceCard/mods.scss +5 -1
- package/src/components/textField/component.scss +2 -2
- package/src/components/timeline/mods.scss +3 -2
- package/src/components/toast/vars.scss +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lucca-front/scss",
|
|
3
|
-
"version": "21.1.
|
|
3
|
+
"version": "21.1.3",
|
|
4
4
|
"description": "A Sass framework for Lucca products.",
|
|
5
5
|
"main": "src/main.scss",
|
|
6
6
|
"scripts": {},
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"normalize.css": "^8.0.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@lucca-front/icons": "21.1.
|
|
27
|
-
"@lucca/prisme": "21.1.
|
|
26
|
+
"@lucca-front/icons": "21.1.3",
|
|
27
|
+
"@lucca/prisme": "21.1.3"
|
|
28
28
|
}
|
|
29
29
|
}
|
package/src/commons/base.scss
CHANGED
|
@@ -33,10 +33,13 @@
|
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
.calloutPopover-overlay {
|
|
36
|
-
inline-size: var(--components-calloutPopover-width);
|
|
37
36
|
max-inline-size: 100vw;
|
|
38
37
|
display: flex;
|
|
39
38
|
gap: var(--pr-t-spacings-100);
|
|
39
|
+
|
|
40
|
+
&:has(.calloutFeedbackList) {
|
|
41
|
+
inline-size: var(--components-calloutPopover-width);
|
|
42
|
+
}
|
|
40
43
|
}
|
|
41
44
|
|
|
42
45
|
.calloutPopover-overlay-head-title {
|
|
@@ -54,11 +57,13 @@
|
|
|
54
57
|
@include icon.M;
|
|
55
58
|
|
|
56
59
|
color: var(--palettes-700, var(--palettes-neutral-700));
|
|
57
|
-
|
|
60
|
+
display: block;
|
|
58
61
|
}
|
|
59
62
|
|
|
60
63
|
.calloutPopover-overlay-content {
|
|
61
|
-
|
|
64
|
+
&:has(.calloutFeedbackList) {
|
|
65
|
+
margin-block-end: var(--pr-t-spacings-100);
|
|
66
|
+
}
|
|
62
67
|
}
|
|
63
68
|
}
|
|
64
69
|
}
|
|
@@ -44,8 +44,12 @@
|
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
.presentation-definition {
|
|
47
|
-
display: var(--components-presentation-definition-display);
|
|
48
47
|
margin: 0;
|
|
48
|
+
color: var(--pr-t-color-text);
|
|
49
|
+
|
|
50
|
+
> *:not(:has(.lucca-icon), .presentation-definition-link) {
|
|
51
|
+
color: var(--pr-t-color-text);
|
|
52
|
+
}
|
|
49
53
|
}
|
|
50
54
|
}
|
|
51
55
|
}
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
.bubbleIllustration {
|
|
30
30
|
@include bubbleIllustration.S;
|
|
31
31
|
}
|
|
32
|
-
|
|
32
|
+
|
|
33
33
|
.bubbleIcon {
|
|
34
34
|
@include bubbleIcon.S;
|
|
35
35
|
}
|
|
@@ -67,6 +67,10 @@
|
|
|
67
67
|
@include button.S;
|
|
68
68
|
@include button.ghost;
|
|
69
69
|
|
|
70
|
+
&.mod-critical {
|
|
71
|
+
@include button.criticalGhost;
|
|
72
|
+
}
|
|
73
|
+
|
|
70
74
|
&:has(> lu-icon:only-child, > .lucca-icon:only-child, > .lucca-icon:first-child + .pr-u-mask:last-child) {
|
|
71
75
|
@include button.onlyIcon;
|
|
72
76
|
@include button.onlyIconS;
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
}
|
|
118
118
|
|
|
119
119
|
.textField-prefix {
|
|
120
|
-
display: flex;
|
|
120
|
+
display: inline-flex;
|
|
121
121
|
padding-inline-start: var(--component-textField-padding);
|
|
122
122
|
align-items: center;
|
|
123
123
|
color: var(--pr-t-color-input-text-suffix);
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
}
|
|
134
134
|
|
|
135
135
|
.textField-suffix {
|
|
136
|
-
display: flex;
|
|
136
|
+
display: inline-flex;
|
|
137
137
|
padding-inline-end: var(--component-textField-padding);
|
|
138
138
|
align-items: center;
|
|
139
139
|
color: var(--pr-t-color-input-text-suffix);
|
|
@@ -174,8 +174,9 @@
|
|
|
174
174
|
}
|
|
175
175
|
|
|
176
176
|
@mixin numberL {
|
|
177
|
-
.timeline-step-title::after
|
|
178
|
-
|
|
177
|
+
.timeline-step-title::after,
|
|
178
|
+
.timeline-step-title::before {
|
|
179
|
+
font-size: var(--pr-t-font-body-S-fontSize) !important;
|
|
179
180
|
}
|
|
180
181
|
}
|
|
181
182
|
|
|
@@ -5,7 +5,7 @@
|
|
|
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);
|
|
8
|
-
--components-toasts-maxwidth: 22.5rem;
|
|
8
|
+
--components-toasts-maxwidth: min(22.5rem, calc(100dvw - (var(--components-toasts-right) * 2)));
|
|
9
9
|
--components-toasts-inset: var(--components-toasts-top) var(--components-toasts-right) auto auto;
|
|
10
10
|
--components-toasts-footerHeight: 4.5rem;
|
|
11
11
|
|