@fluid-topics/ft-reader-topic-metadata 1.3.51 → 1.3.53

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.
@@ -137,7 +137,7 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
137
137
  </${Ht(this.element)}>
138
138
  `:Wt`
139
139
  <slot part="text" class="ftds-typography ftds-typography--${this.variant}"></slot>
140
- `}};Ue.styles=[...Ti];Li([(0,Dn.property)()],Ue.prototype,"element",void 0);Li([(0,Dn.property)()],Ue.prototype,"variant",void 0);(0,Bn.customElement)("ft-typography")(ve);(0,Bn.customElement)("ftds-typography")(Ue);var Ii=v(W()),rt=v(_()),er={distance:rt.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:rt.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:rt.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:rt.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:rt.FtCssVariableFactory.external(rt.designSystemVariables.borderRadiusS,"Design system"),maxWidth:rt.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},_i=Ii.css`
140
+ `}};Ue.styles=[...Ti];Li([(0,Dn.property)()],Ue.prototype,"element",void 0);Li([(0,Dn.property)()],Ue.prototype,"variant",void 0);(0,Bn.customElement)("ft-typography")(ve);(0,Bn.customElement)("ftds-typography")(Ue);var Ii=v(W()),rt=v(_()),er={distance:rt.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:rt.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:rt.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:rt.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:rt.FtCssVariableFactory.extend("--ft-tooltip-border-radius","",rt.designSystemVariables.borderRadiusS),maxWidth:rt.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},_i=Ii.css`
141
141
  .ft-tooltip--container {
142
142
  display: block;
143
143
  }
@@ -217,7 +217,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
217
217
  </${Cr(this.element)}>
218
218
  `:Or`
219
219
  <slot part="text" class="ftds-typography ftds-typography--${this.variant}"></slot>
220
- `}};Ve.styles=[...ed];td([S()],Ve.prototype,"element",void 0);td([S()],Ve.prototype,"variant",void 0);ee("ft-typography")(Le);ee("ftds-typography")(Ve);var Ir={distance:r.create("--ft-tooltip-distance","","SIZE","4px"),color:r.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:r.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:r.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:r.external(W.borderRadiusS,"Design system"),maxWidth:r.create("--ft-tooltip-max-width","","SIZE","150px")},rd=I`
220
+ `}};Ve.styles=[...ed];td([S()],Ve.prototype,"element",void 0);td([S()],Ve.prototype,"variant",void 0);ee("ft-typography")(Le);ee("ftds-typography")(Ve);var Ir={distance:r.create("--ft-tooltip-distance","","SIZE","4px"),color:r.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:r.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:r.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:r.extend("--ft-tooltip-border-radius","",W.borderRadiusS),maxWidth:r.create("--ft-tooltip-max-width","","SIZE","150px")},rd=I`
221
221
  .ft-tooltip--container {
222
222
  display: block;
223
223
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-reader-topic-metadata",
3
- "version": "1.3.51",
3
+ "version": "1.3.53",
4
4
  "description": "Metadata of a topic in integrated reader.",
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-wc-utils": "1.3.51",
22
+ "@fluid-topics/ft-wc-utils": "1.3.53",
23
23
  "lit": "3.1.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@fluid-topics/ft-wc-test-utils": "1.3.51"
26
+ "@fluid-topics/ft-wc-test-utils": "1.3.53"
27
27
  },
28
- "gitHead": "02e21de480825149da06349c73a08934a05c3a65"
28
+ "gitHead": "1eb4ee8a448ded2e0d54517a08200d0109c0722e"
29
29
  }