@fluid-topics/ft-dialog 0.1.8 → 0.1.9
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-dialog.light.js
CHANGED
|
@@ -101,7 +101,11 @@ const B=t=>({_$litStatic$:t}),R=new Map,W=(t=>(i,...o)=>{var e;const n=o.length;
|
|
|
101
101
|
line-height: ${Qt};
|
|
102
102
|
text-transform: ${Vt};
|
|
103
103
|
}
|
|
104
|
-
`;let ai=class extends e.FtLitElement{constructor(){super(...arguments),this.variant=D.body1}getStyles(){return[Xt,Yt,ti,ii,oi,ei,ni,si,ri,li
|
|
104
|
+
`;let ai=class extends e.FtLitElement{constructor(){super(...arguments),this.variant=D.body1}getStyles(){return[Xt,Yt,ti,ii,oi,ei,ni,si,ri,li,i.css`
|
|
105
|
+
.ft-typography {
|
|
106
|
+
vertical-align: inherit;
|
|
107
|
+
}
|
|
108
|
+
`]}getTemplate(){return this.element?W`
|
|
105
109
|
<${B(this.element)}
|
|
106
110
|
class="ft-typography ft-typography--${this.variant}">
|
|
107
111
|
<slot></slot>
|
package/build/ft-dialog.min.js
CHANGED
|
@@ -153,7 +153,11 @@ const ct=t=>({_$litStatic$:t}),pt=new Map,ft=(t=>(e,...i)=>{var o;const n=i.leng
|
|
|
153
153
|
line-height: ${Oe};
|
|
154
154
|
text-transform: ${$e};
|
|
155
155
|
}
|
|
156
|
-
`;let Le=class extends at{constructor(){super(...arguments),this.variant=ut.body1}getStyles(){return[Se,Ee,Re,Ne,Ce,Me,Ue,ke,Fe,je
|
|
156
|
+
`;let Le=class extends at{constructor(){super(...arguments),this.variant=ut.body1}getStyles(){return[Se,Ee,Re,Ne,Ce,Me,Ue,ke,Fe,je,s`
|
|
157
|
+
.ft-typography {
|
|
158
|
+
vertical-align: inherit;
|
|
159
|
+
}
|
|
160
|
+
`]}getTemplate(){return this.element?ft`
|
|
157
161
|
<${ct(this.element)}
|
|
158
162
|
class="ft-typography ft-typography--${this.variant}">
|
|
159
163
|
<slot></slot>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-dialog",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
4
4
|
"description": "A simple dialog component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,10 +19,10 @@
|
|
|
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": "^0.1.
|
|
23
|
-
"@fluid-topics/ft-typography": "^0.1.
|
|
24
|
-
"@fluid-topics/ft-wc-utils": "^0.1.
|
|
22
|
+
"@fluid-topics/ft-icon": "^0.1.9",
|
|
23
|
+
"@fluid-topics/ft-typography": "^0.1.9",
|
|
24
|
+
"@fluid-topics/ft-wc-utils": "^0.1.9",
|
|
25
25
|
"lit": "^2.0.2"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "9f649211936b1529bf691190603f2f721d2a72bd"
|
|
28
28
|
}
|