@fluid-topics/ft-notice 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.
@@ -141,7 +141,11 @@ const B=t=>({_$litStatic$:t}),J=new Map,P=(t=>(e,...i)=>{var o;const n=i.length;
141
141
  line-height: ${se};
142
142
  text-transform: ${re};
143
143
  }
144
- `;let me=class extends o.FtLitElement{constructor(){super(...arguments),this.variant=Q.body1}getStyles(){return[le,ae,pe,he,fe,xe,ye,ge,ce,de]}getTemplate(){return this.element?P`
144
+ `;let me=class extends o.FtLitElement{constructor(){super(...arguments),this.variant=Q.body1}getStyles(){return[le,ae,pe,he,fe,xe,ye,ge,ce,de,e.css`
145
+ .ft-typography {
146
+ vertical-align: inherit;
147
+ }
148
+ `]}getTemplate(){return this.element?P`
145
149
  <${B(this.element)}
146
150
  class="ft-typography ft-typography--${this.variant}">
147
151
  <slot></slot>
@@ -212,7 +212,11 @@ const wt=t=>({_$litStatic$:t}),Ot=new Map,$t=(t=>(e,...i)=>{var o;const n=i.leng
212
212
  line-height: ${ke};
213
213
  text-transform: ${ze};
214
214
  }
215
- `;let Ie=class extends at{constructor(){super(...arguments),this.variant=St.body1}getStyles(){return[Te,Ae,Le,_e,Pe,Be,We,De,Ke,He]}getTemplate(){return this.element?$t`
215
+ `;let Ie=class extends at{constructor(){super(...arguments),this.variant=St.body1}getStyles(){return[Te,Ae,Le,_e,Pe,Be,We,De,Ke,He,s`
216
+ .ft-typography {
217
+ vertical-align: inherit;
218
+ }
219
+ `]}getTemplate(){return this.element?$t`
216
220
  <${wt(this.element)}
217
221
  class="ft-typography ft-typography--${this.variant}">
218
222
  <slot></slot>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-notice",
3
- "version": "0.1.8",
3
+ "version": "0.1.11",
4
4
  "description": "Notice to display different messages",
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
  }