@fluid-topics/ft-chip 1.0.60 → 1.0.61
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/build/ft-chip.light.js +8 -6
- package/build/ft-chip.min.js +8 -6
- package/package.json +6 -6
package/build/ft-chip.light.js
CHANGED
|
@@ -223,12 +223,14 @@ const tt=Symbol.for(""),ot=t=>{if((null==t?void 0:t.r)===tt)return null==t?void
|
|
|
223
223
|
vertical-align: inherit;
|
|
224
224
|
}
|
|
225
225
|
`,So=[Object.keys(pt).map((t=>function(t){const o=pt[t];return e.css`
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
226
|
+
.ft-typography--${e.unsafeCSS(t)} {
|
|
227
|
+
font-family: ${o.fontFamily};
|
|
228
|
+
font-size: ${o.fontSize};
|
|
229
|
+
font-weight: ${o.fontWeight};
|
|
230
|
+
letter-spacing: ${o.letterSpacing};
|
|
231
|
+
line-height: ${o.lineHeight};
|
|
232
|
+
text-transform: ${o.textCase};
|
|
233
|
+
}
|
|
232
234
|
`}(t)))];var $o,Co,wo=function(t,o,e,i){for(var r,a=arguments.length,n=a<3?o:null===i?i=Object.getOwnPropertyDescriptor(o,e):i,l=t.length-1;l>=0;l--)(r=t[l])&&(n=(a<3?r(n):a>3?r(o,e,n):r(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class Io extends o.FtLitElement{constructor(){super(...arguments),this.variant=at.body1}render(){return this.element?rt`
|
|
233
235
|
<${et(this.element)}
|
|
234
236
|
class="ft-typography ft-typography--${this.variant}">
|
package/build/ft-chip.min.js
CHANGED
|
@@ -329,12 +329,14 @@ const to=Symbol.for(""),oo=t=>{if((null==t?void 0:t.r)===to)return null==t?void
|
|
|
329
329
|
vertical-align: inherit;
|
|
330
330
|
}
|
|
331
331
|
`,be=[Object.keys(vt).map((t=>function(t){const o=vt[t];return b`
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
332
|
+
.ft-typography--${g(t)} {
|
|
333
|
+
font-family: ${o.fontFamily};
|
|
334
|
+
font-size: ${o.fontSize};
|
|
335
|
+
font-weight: ${o.fontWeight};
|
|
336
|
+
letter-spacing: ${o.letterSpacing};
|
|
337
|
+
line-height: ${o.lineHeight};
|
|
338
|
+
text-transform: ${o.textCase};
|
|
339
|
+
}
|
|
338
340
|
`}(t)))];var me=function(t,o,e,i){for(var r,n=arguments.length,a=n<3?o:null===i?i=Object.getOwnPropertyDescriptor(o,e):i,l=t.length-1;l>=0;l--)(r=t[l])&&(a=(n<3?r(a):n>3?r(o,e,a):r(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class xe extends Ut{constructor(){super(...arguments),this.variant=no.body1}render(){return this.element?ro`
|
|
339
341
|
<${eo(this.element)}
|
|
340
342
|
class="ft-typography ft-typography--${this.variant}">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-chip",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.61",
|
|
4
4
|
"description": "A generic Fluid Topics chip",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-icon": "1.0.
|
|
23
|
-
"@fluid-topics/ft-ripple": "1.0.
|
|
24
|
-
"@fluid-topics/ft-typography": "1.0.
|
|
25
|
-
"@fluid-topics/ft-wc-utils": "1.0.
|
|
22
|
+
"@fluid-topics/ft-icon": "1.0.61",
|
|
23
|
+
"@fluid-topics/ft-ripple": "1.0.61",
|
|
24
|
+
"@fluid-topics/ft-typography": "1.0.61",
|
|
25
|
+
"@fluid-topics/ft-wc-utils": "1.0.61",
|
|
26
26
|
"lit": "2.7.2"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "c2a916c32bd1fe396316800c6afd78662ed27409"
|
|
29
29
|
}
|