@lucca-front/scss 21.3.1 → 21.4.0-rc.2
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.
|
|
3
|
+
"version": "21.4.0-rc.2",
|
|
4
4
|
"description": "A Sass framework for Lucca products.",
|
|
5
5
|
"main": "src/main.scss",
|
|
6
6
|
"scripts": {},
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"normalize.css": "^8.0.0"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"@lucca-front/icons": "21.
|
|
28
|
-
"@lucca/prisme": "21.
|
|
27
|
+
"@lucca-front/icons": "21.4.0-rc.2",
|
|
28
|
+
"@lucca/prisme": "21.4.0-rc.2"
|
|
29
29
|
}
|
|
30
30
|
}
|
|
@@ -190,14 +190,14 @@
|
|
|
190
190
|
|
|
191
191
|
@mixin stickyHeaderBanner {
|
|
192
192
|
.table-head-row-cell {
|
|
193
|
-
inset-block-start: var(commons-banner-height);
|
|
193
|
+
inset-block-start: var(--commons-banner-height);
|
|
194
194
|
}
|
|
195
195
|
|
|
196
196
|
.table-body-row-cell,
|
|
197
197
|
.table-foot-row-cell {
|
|
198
198
|
inset-block-start:
|
|
199
199
|
calc(
|
|
200
|
-
var(commons-banner-height)
|
|
200
|
+
var(--commons-banner-height)
|
|
201
201
|
+ var(--sticky-header-shadow-offset-top)
|
|
202
202
|
+ var(--components-tableFixed-column-sticky-shadow-width)
|
|
203
203
|
);
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
&::after {
|
|
207
207
|
inset-block-start:
|
|
208
208
|
calc(
|
|
209
|
-
var(commons-banner-height)
|
|
209
|
+
var(--commons-banner-height)
|
|
210
210
|
+ var(--sticky-header-shadow-offset-top)
|
|
211
211
|
+ var(--components-tableFixed-column-sticky-shadow-width)
|
|
212
212
|
);
|