@fluid-topics/ft-typography 0.2.3 → 0.2.4

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.
@@ -173,7 +173,7 @@ const lt=t=>({_$litStatic$:t}),ht=new Map,ct=(t=>(e,...i)=>{var o;const n=i.leng
173
173
  .ft-typography {
174
174
  vertical-align: inherit;
175
175
  }
176
- `],ft([e()],ke.prototype,"element",void 0),ft([e()],ke.prototype,"variant",void 0),(Le="ft-typography",t=>{window.customElements.get(Le)||window.customElements.define(Le,t)})(function t(e){var i;let o;if("elementDefinitions"in e){o={};const i=e.elementDefinitions;for(let e in i)o[e]=t(i[e])}return i=class extends e{constructor(...t){super(t),this._constructor=this.constructor}render(){var t;let i=null!==(t=e.styles)&&void 0!==t?t:[];return Array.isArray(i)||(i=[i]),z`
176
+ `],ft([e()],ke.prototype,"element",void 0),ft([e()],ke.prototype,"variant",void 0),(Le="ft-typography",t=>{window.customElements.get(Le)||window.customElements.define(Le,t)})(function t(e){var i;let o;if("elementDefinitions"in e){o={};const i=e.elementDefinitions;for(let e in i)o[e]=t(i[e])}return i=class extends e{render(){var t;let i=null!==(t=e.styles)&&void 0!==t?t:[];return Array.isArray(i)||(i=[i]),z`
177
177
  ${i.map((t=>z`
178
178
  <style>${t}</style>
179
179
  `))}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-typography",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Typography components",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,8 +19,8 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-wc-utils": "^0.2.3",
22
+ "@fluid-topics/ft-wc-utils": "^0.2.4",
23
23
  "lit": "2.1.3"
24
24
  },
25
- "gitHead": "a5df7643c6d7366989f10deef7da8d21d97dc801"
25
+ "gitHead": "dd34b0ce95457dbe65b23250e49804ee883096d9"
26
26
  }