@florid-kit/components 0.10.23 → 0.10.25
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/index.js +3 -3
- package/index.mjs +3 -3
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1292,11 +1292,13 @@
|
|
|
1292
1292
|
font-family: var(--font-family-loccitane-sans);
|
|
1293
1293
|
letter-spacing: var(--letter-spacing-400);
|
|
1294
1294
|
position: relative;
|
|
1295
|
+
margin: var(--spacing-4-xs);
|
|
1295
1296
|
}
|
|
1296
1297
|
|
|
1297
1298
|
.tag.background-emphasis {
|
|
1298
1299
|
background-color: var(--color-container-bg-emphasis);
|
|
1299
1300
|
color: var(--color-content-body);
|
|
1301
|
+
|
|
1300
1302
|
}
|
|
1301
1303
|
|
|
1302
1304
|
.tag.background-white {
|
|
@@ -1306,7 +1308,6 @@
|
|
|
1306
1308
|
|
|
1307
1309
|
:host([type$="stock"]) .tag {
|
|
1308
1310
|
padding-left: var(--spacing-2-xl);
|
|
1309
|
-
margin: var(--spacing-4-xs);
|
|
1310
1311
|
}
|
|
1311
1312
|
|
|
1312
1313
|
:host([type$="stock"]) .tag::before {
|
|
@@ -1335,7 +1336,6 @@
|
|
|
1335
1336
|
overflow: hidden;
|
|
1336
1337
|
white-space: nowrap;
|
|
1337
1338
|
text-overflow: ellipsis;
|
|
1338
|
-
margin: var(--spacing-4-xs);
|
|
1339
1339
|
|
|
1340
1340
|
&::first-letter {
|
|
1341
1341
|
text-transform: uppercase;
|
|
@@ -2348,7 +2348,7 @@
|
|
|
2348
2348
|
overflow: hidden;
|
|
2349
2349
|
text-overflow: ellipsis;
|
|
2350
2350
|
display: -webkit-box;
|
|
2351
|
-
-webkit-line-clamp:
|
|
2351
|
+
-webkit-line-clamp: 1;
|
|
2352
2352
|
-webkit-box-orient: vertical;
|
|
2353
2353
|
}
|
|
2354
2354
|
|
package/index.mjs
CHANGED
|
@@ -2845,11 +2845,13 @@ wt.styles = v`
|
|
|
2845
2845
|
font-family: var(--font-family-loccitane-sans);
|
|
2846
2846
|
letter-spacing: var(--letter-spacing-400);
|
|
2847
2847
|
position: relative;
|
|
2848
|
+
margin: var(--spacing-4-xs);
|
|
2848
2849
|
}
|
|
2849
2850
|
|
|
2850
2851
|
.tag.background-emphasis {
|
|
2851
2852
|
background-color: var(--color-container-bg-emphasis);
|
|
2852
2853
|
color: var(--color-content-body);
|
|
2854
|
+
|
|
2853
2855
|
}
|
|
2854
2856
|
|
|
2855
2857
|
.tag.background-white {
|
|
@@ -2859,7 +2861,6 @@ wt.styles = v`
|
|
|
2859
2861
|
|
|
2860
2862
|
:host([type$="stock"]) .tag {
|
|
2861
2863
|
padding-left: var(--spacing-2-xl);
|
|
2862
|
-
margin: var(--spacing-4-xs);
|
|
2863
2864
|
}
|
|
2864
2865
|
|
|
2865
2866
|
:host([type$="stock"]) .tag::before {
|
|
@@ -2888,7 +2889,6 @@ wt.styles = v`
|
|
|
2888
2889
|
overflow: hidden;
|
|
2889
2890
|
white-space: nowrap;
|
|
2890
2891
|
text-overflow: ellipsis;
|
|
2891
|
-
margin: var(--spacing-4-xs);
|
|
2892
2892
|
|
|
2893
2893
|
&::first-letter {
|
|
2894
2894
|
text-transform: uppercase;
|
|
@@ -4397,7 +4397,7 @@ se.styles = v`
|
|
|
4397
4397
|
overflow: hidden;
|
|
4398
4398
|
text-overflow: ellipsis;
|
|
4399
4399
|
display: -webkit-box;
|
|
4400
|
-
-webkit-line-clamp:
|
|
4400
|
+
-webkit-line-clamp: 1;
|
|
4401
4401
|
-webkit-box-orient: vertical;
|
|
4402
4402
|
}
|
|
4403
4403
|
|