@fluid-topics/ft-in-product-help 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.
@@ -573,7 +573,7 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
573
573
  </${qt(this.element)}>
574
574
  `:Yt`
575
575
  <slot part="text" class="ftds-typography ftds-typography--${this.variant}"></slot>
576
- `}};Xe.styles=[...Ni];Li([(0,vn.property)()],Xe.prototype,"element",void 0);Li([(0,vn.property)()],Xe.prototype,"variant",void 0);(0,Sn.customElement)("ft-typography")(ke);(0,Sn.customElement)("ftds-typography")(Xe);var Pi=O(W()),Je=O(_()),Jt={distance:Je.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:Je.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:Je.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:Je.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:Je.FtCssVariableFactory.external(Je.designSystemVariables.borderRadiusS,"Design system"),maxWidth:Je.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},_i=Pi.css`
576
+ `}};Xe.styles=[...Ni];Li([(0,vn.property)()],Xe.prototype,"element",void 0);Li([(0,vn.property)()],Xe.prototype,"variant",void 0);(0,Sn.customElement)("ft-typography")(ke);(0,Sn.customElement)("ftds-typography")(Xe);var Pi=O(W()),Je=O(_()),Jt={distance:Je.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:Je.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:Je.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:Je.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:Je.FtCssVariableFactory.extend("--ft-tooltip-border-radius","",Je.designSystemVariables.borderRadiusS),maxWidth:Je.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},_i=Pi.css`
577
577
  .ft-tooltip--container {
578
578
  display: block;
579
579
  }
@@ -653,7 +653,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
653
653
  </${Tr(this.element)}>
654
654
  `:Lr`
655
655
  <slot part="text" class="ftds-typography ftds-typography--${this.variant}"></slot>
656
- `}};ct.styles=[...Qc];ed([O()],ct.prototype,"element",void 0);ed([O()],ct.prototype,"variant",void 0);oe("ft-typography")(Fe);oe("ftds-typography")(ct);var _r={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(z.borderRadiusS,"Design system"),maxWidth:r.create("--ft-tooltip-max-width","","SIZE","150px")},td=M`
656
+ `}};ct.styles=[...Qc];ed([O()],ct.prototype,"element",void 0);ed([O()],ct.prototype,"variant",void 0);oe("ft-typography")(Fe);oe("ftds-typography")(ct);var _r={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","",z.borderRadiusS),maxWidth:r.create("--ft-tooltip-max-width","","SIZE","150px")},td=M`
657
657
  .ft-tooltip--container {
658
658
  display: block;
659
659
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-in-product-help",
3
- "version": "1.3.51",
3
+ "version": "1.3.52",
4
4
  "description": "Embeddable fluid-topics iframe",
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": "1.3.51",
22
+ "@fluid-topics/ft-wc-utils": "1.3.52",
23
23
  "lit": "3.1.0"
24
24
  },
25
- "gitHead": "02e21de480825149da06349c73a08934a05c3a65"
25
+ "gitHead": "8cd9d8b95748384e70ead4c45af71bd9781ddf44"
26
26
  }