@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucca-front/scss",
3
- "version": "21.1.2",
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.2",
27
- "@lucca/prisme": "21.1.2"
26
+ "@lucca-front/icons": "21.1.3",
27
+ "@lucca/prisme": "21.1.3"
28
28
  }
29
29
  }
@@ -99,6 +99,10 @@
99
99
  }
100
100
  }
101
101
 
102
+ input {
103
+ text-rendering: inherit;
104
+ }
105
+
102
106
  button, button[type] {
103
107
  text-rendering: inherit;
104
108
 
@@ -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
- margin-block-end: var(--pr-t-spacings-100);
64
+ &:has(.calloutFeedbackList) {
65
+ margin-block-end: var(--pr-t-spacings-100);
66
+ }
62
67
  }
63
68
  }
64
69
  }
@@ -64,9 +64,5 @@
64
64
  &:has(.dialog-inside-header-actionOptional:not(:empty)) {
65
65
  @include withAction;
66
66
  }
67
-
68
- &.mod-stacked {
69
- @include stacked;
70
- }
71
67
  }
72
68
  }
@@ -94,7 +94,3 @@
94
94
  --components-dialog-insideHeaderAreas: 'container action close';
95
95
  --components-dialog-insideHeaderColumns: 1fr auto auto;
96
96
  }
97
-
98
- @mixin stacked {
99
-
100
- }
@@ -26,6 +26,10 @@
26
26
  position: static;
27
27
  margin-block: 0;
28
28
  }
29
+
30
+ a, button {
31
+ position: relative;
32
+ }
29
33
  }
30
34
 
31
35
  .inputFramed-header {
@@ -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
  }
@@ -1,4 +1,2 @@
1
1
  @mixin vars {
2
- --components-presentation-child-display: block;
3
- --components-presentation-term-display: var(--components-presentation-child-display);
4
2
  }
@@ -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
- font-size: var(--pr-t-font-body-S-fontSize);
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