@florid-kit/components 0.10.32 → 0.10.33
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 +0 -5
- package/index.mjs +0 -5
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1337,14 +1337,9 @@
|
|
|
1337
1337
|
}
|
|
1338
1338
|
|
|
1339
1339
|
:host([type="eyebrow"]) .tag {
|
|
1340
|
-
text-transform: lowercase;
|
|
1341
1340
|
overflow: hidden;
|
|
1342
1341
|
white-space: nowrap;
|
|
1343
1342
|
text-overflow: ellipsis;
|
|
1344
|
-
|
|
1345
|
-
&::first-letter {
|
|
1346
|
-
text-transform: uppercase;
|
|
1347
|
-
}
|
|
1348
1343
|
}
|
|
1349
1344
|
|
|
1350
1345
|
`;te([a({type:String,reflect:!0})],wt.prototype,"type",2);te([a({type:String,reflect:!0})],wt.prototype,"bgstyle",2);wt=te([y("o-tag")],wt);var ii=Object.defineProperty,ni=Object.getOwnPropertyDescriptor,ee=(o,t,e,n)=>{for(var i=n>1?void 0:n?ni(t,e):t,r=o.length-1,s;r>=0;r--)(s=o[r])&&(i=(n?s(t,e,i):s(i))||i);return n&&i&&ii(t,e,i),i};let $t=class extends u{constructor(){super(...arguments),this.type="top",this.text=""}render(){return l`
|
package/index.mjs
CHANGED
|
@@ -2897,14 +2897,9 @@ wt.styles = f`
|
|
|
2897
2897
|
}
|
|
2898
2898
|
|
|
2899
2899
|
:host([type="eyebrow"]) .tag {
|
|
2900
|
-
text-transform: lowercase;
|
|
2901
2900
|
overflow: hidden;
|
|
2902
2901
|
white-space: nowrap;
|
|
2903
2902
|
text-overflow: ellipsis;
|
|
2904
|
-
|
|
2905
|
-
&::first-letter {
|
|
2906
|
-
text-transform: uppercase;
|
|
2907
|
-
}
|
|
2908
2903
|
}
|
|
2909
2904
|
|
|
2910
2905
|
`;
|