@fluid-topics/ft-dialog 0.1.8 → 0.1.11

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.
@@ -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]}getTemplate(){return this.element?W`
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>
@@ -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]}getTemplate(){return this.element?ft`
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.8",
3
+ "version": "0.1.11",
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.8",
23
- "@fluid-topics/ft-typography": "^0.1.8",
24
- "@fluid-topics/ft-wc-utils": "^0.1.8",
22
+ "@fluid-topics/ft-icon": "^0.1.11",
23
+ "@fluid-topics/ft-typography": "^0.1.11",
24
+ "@fluid-topics/ft-wc-utils": "^0.1.11",
25
25
  "lit": "^2.0.2"
26
26
  },
27
- "gitHead": "45fdf008556920bbd5fcc2e766c273aed959178d"
27
+ "gitHead": "58da96e373802fca9767059a895dc5e525f743ae"
28
28
  }