@florid-kit/components 0.10.24 → 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 +2 -1
- package/index.mjs +2 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1298,6 +1298,7 @@
|
|
|
1298
1298
|
.tag.background-emphasis {
|
|
1299
1299
|
background-color: var(--color-container-bg-emphasis);
|
|
1300
1300
|
color: var(--color-content-body);
|
|
1301
|
+
|
|
1301
1302
|
}
|
|
1302
1303
|
|
|
1303
1304
|
.tag.background-white {
|
|
@@ -2347,7 +2348,7 @@
|
|
|
2347
2348
|
overflow: hidden;
|
|
2348
2349
|
text-overflow: ellipsis;
|
|
2349
2350
|
display: -webkit-box;
|
|
2350
|
-
-webkit-line-clamp:
|
|
2351
|
+
-webkit-line-clamp: 1;
|
|
2351
2352
|
-webkit-box-orient: vertical;
|
|
2352
2353
|
}
|
|
2353
2354
|
|
package/index.mjs
CHANGED
|
@@ -2851,6 +2851,7 @@ wt.styles = v`
|
|
|
2851
2851
|
.tag.background-emphasis {
|
|
2852
2852
|
background-color: var(--color-container-bg-emphasis);
|
|
2853
2853
|
color: var(--color-content-body);
|
|
2854
|
+
|
|
2854
2855
|
}
|
|
2855
2856
|
|
|
2856
2857
|
.tag.background-white {
|
|
@@ -4396,7 +4397,7 @@ se.styles = v`
|
|
|
4396
4397
|
overflow: hidden;
|
|
4397
4398
|
text-overflow: ellipsis;
|
|
4398
4399
|
display: -webkit-box;
|
|
4399
|
-
-webkit-line-clamp:
|
|
4400
|
+
-webkit-line-clamp: 1;
|
|
4400
4401
|
-webkit-box-orient: vertical;
|
|
4401
4402
|
}
|
|
4402
4403
|
|