@fluid-topics/ft-reader-metadata 1.3.51 → 1.3.52

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.
@@ -153,7 +153,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
153
153
  </${ar(this.element)}>
154
154
  `:ir`
155
155
  <slot part="text" class="ftds-typography ftds-typography--${this.variant}"></slot>
156
- `}};qe.styles=[...Ss];Cs([(0,Ra.property)()],qe.prototype,"element",void 0);Cs([(0,Ra.property)()],qe.prototype,"variant",void 0);(0,Ia.customElement)("ft-typography")(he);(0,Ia.customElement)("ftds-typography")(qe);var Es=b($()),yt=b(I()),gr={distance:yt.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:yt.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:yt.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:yt.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:yt.FtCssVariableFactory.external(yt.designSystemVariables.borderRadiusS,"Design system"),maxWidth:yt.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},As=Es.css`
156
+ `}};qe.styles=[...Ss];Cs([(0,Ra.property)()],qe.prototype,"element",void 0);Cs([(0,Ra.property)()],qe.prototype,"variant",void 0);(0,Ia.customElement)("ft-typography")(he);(0,Ia.customElement)("ftds-typography")(qe);var Es=b($()),yt=b(I()),gr={distance:yt.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:yt.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:yt.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:yt.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:yt.FtCssVariableFactory.extend("--ft-tooltip-border-radius","",yt.designSystemVariables.borderRadiusS),maxWidth:yt.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},As=Es.css`
157
157
  .ft-tooltip--container {
158
158
  display: block;
159
159
  }
@@ -233,7 +233,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:o.extend("--ftds-con
233
233
  </${Br(this.element)}>
234
234
  `:$r`
235
235
  <slot part="text" class="ftds-typography ftds-typography--${this.variant}"></slot>
236
- `}};et.styles=[...Bd];$d([b()],et.prototype,"element",void 0);$d([b()],et.prototype,"variant",void 0);Y("ft-typography")(Ce);Y("ftds-typography")(et);var Kr={distance:o.create("--ft-tooltip-distance","","SIZE","4px"),color:o.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:o.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:o.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:o.external(F.borderRadiusS,"Design system"),maxWidth:o.create("--ft-tooltip-max-width","","SIZE","150px")},Ud=L`
236
+ `}};et.styles=[...Bd];$d([b()],et.prototype,"element",void 0);$d([b()],et.prototype,"variant",void 0);Y("ft-typography")(Ce);Y("ftds-typography")(et);var Kr={distance:o.create("--ft-tooltip-distance","","SIZE","4px"),color:o.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:o.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:o.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:o.extend("--ft-tooltip-border-radius","",F.borderRadiusS),maxWidth:o.create("--ft-tooltip-max-width","","SIZE","150px")},Ud=L`
237
237
  .ft-tooltip--container {
238
238
  display: block;
239
239
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-reader-metadata",
3
- "version": "1.3.51",
3
+ "version": "1.3.52",
4
4
  "description": "Metadata for integrated reader",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,16 +19,16 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-chip": "1.3.51",
23
- "@fluid-topics/ft-floating-menu": "1.3.51",
24
- "@fluid-topics/ft-reader-context": "1.3.51",
25
- "@fluid-topics/ft-ripple": "1.3.51",
26
- "@fluid-topics/ft-tooltip": "1.3.51",
27
- "@fluid-topics/ft-wc-utils": "1.3.51",
22
+ "@fluid-topics/ft-chip": "1.3.52",
23
+ "@fluid-topics/ft-floating-menu": "1.3.52",
24
+ "@fluid-topics/ft-reader-context": "1.3.52",
25
+ "@fluid-topics/ft-ripple": "1.3.52",
26
+ "@fluid-topics/ft-tooltip": "1.3.52",
27
+ "@fluid-topics/ft-wc-utils": "1.3.52",
28
28
  "lit": "3.1.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@fluid-topics/ft-wc-test-utils": "1.3.51"
31
+ "@fluid-topics/ft-wc-test-utils": "1.3.52"
32
32
  },
33
- "gitHead": "02e21de480825149da06349c73a08934a05c3a65"
33
+ "gitHead": "8cd9d8b95748384e70ead4c45af71bd9781ddf44"
34
34
  }