@florid-kit/components 0.10.32 → 0.10.34
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 -6
- package/index.mjs +1 -6
- 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`
|
|
@@ -2764,7 +2759,7 @@
|
|
|
2764
2759
|
nav {
|
|
2765
2760
|
max-width: 144rem;
|
|
2766
2761
|
margin: auto;
|
|
2767
|
-
padding:
|
|
2762
|
+
padding: 0;
|
|
2768
2763
|
}
|
|
2769
2764
|
|
|
2770
2765
|
ul {
|
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
|
`;
|
|
@@ -5104,7 +5099,7 @@ qt.styles = f`
|
|
|
5104
5099
|
nav {
|
|
5105
5100
|
max-width: 144rem;
|
|
5106
5101
|
margin: auto;
|
|
5107
|
-
padding:
|
|
5102
|
+
padding: 0;
|
|
5108
5103
|
}
|
|
5109
5104
|
|
|
5110
5105
|
ul {
|