@florid-kit/components 0.10.23 → 0.10.24
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 +1 -2
- package/index.mjs +1 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1292,6 +1292,7 @@
|
|
|
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 {
|
|
@@ -1306,7 +1307,6 @@
|
|
|
1306
1307
|
|
|
1307
1308
|
:host([type$="stock"]) .tag {
|
|
1308
1309
|
padding-left: var(--spacing-2-xl);
|
|
1309
|
-
margin: var(--spacing-4-xs);
|
|
1310
1310
|
}
|
|
1311
1311
|
|
|
1312
1312
|
:host([type$="stock"]) .tag::before {
|
|
@@ -1335,7 +1335,6 @@
|
|
|
1335
1335
|
overflow: hidden;
|
|
1336
1336
|
white-space: nowrap;
|
|
1337
1337
|
text-overflow: ellipsis;
|
|
1338
|
-
margin: var(--spacing-4-xs);
|
|
1339
1338
|
|
|
1340
1339
|
&::first-letter {
|
|
1341
1340
|
text-transform: uppercase;
|
package/index.mjs
CHANGED
|
@@ -2845,6 +2845,7 @@ 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 {
|
|
@@ -2859,7 +2860,6 @@ wt.styles = v`
|
|
|
2859
2860
|
|
|
2860
2861
|
:host([type$="stock"]) .tag {
|
|
2861
2862
|
padding-left: var(--spacing-2-xl);
|
|
2862
|
-
margin: var(--spacing-4-xs);
|
|
2863
2863
|
}
|
|
2864
2864
|
|
|
2865
2865
|
:host([type$="stock"]) .tag::before {
|
|
@@ -2888,7 +2888,6 @@ wt.styles = v`
|
|
|
2888
2888
|
overflow: hidden;
|
|
2889
2889
|
white-space: nowrap;
|
|
2890
2890
|
text-overflow: ellipsis;
|
|
2891
|
-
margin: var(--spacing-4-xs);
|
|
2892
2891
|
|
|
2893
2892
|
&::first-letter {
|
|
2894
2893
|
text-transform: uppercase;
|