@fluid-topics/ft-collapsible 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.
@@ -540,7 +540,7 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
540
540
  </${Wt(this.element)}>
541
541
  `:zt`
542
542
  <slot part="text" class="ftds-typography ftds-typography--${this.variant}"></slot>
543
- `}};je.styles=[...bi];xi([(0,hn.property)()],je.prototype,"element",void 0);xi([(0,hn.property)()],je.prototype,"variant",void 0);(0,yn.customElement)("ft-typography")(Ne);(0,yn.customElement)("ftds-typography")(je);var Si=C(V()),Ke=C(k()),jt={distance:Ke.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:Ke.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:Ke.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:Ke.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:Ke.FtCssVariableFactory.external(Ke.designSystemVariables.borderRadiusS,"Design system"),maxWidth:Ke.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},Oi=Si.css`
543
+ `}};je.styles=[...bi];xi([(0,hn.property)()],je.prototype,"element",void 0);xi([(0,hn.property)()],je.prototype,"variant",void 0);(0,yn.customElement)("ft-typography")(Ne);(0,yn.customElement)("ftds-typography")(je);var Si=C(V()),Ke=C(k()),jt={distance:Ke.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:Ke.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:Ke.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:Ke.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:Ke.FtCssVariableFactory.extend("--ft-tooltip-border-radius","",Ke.designSystemVariables.borderRadiusS),maxWidth:Ke.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},Oi=Si.css`
544
544
  .ft-tooltip--container {
545
545
  display: block;
546
546
  }
@@ -620,7 +620,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
620
620
  </${Cr(this.element)}>
621
621
  `:Er`
622
622
  <slot part="text" class="ftds-typography ftds-typography--${this.variant}"></slot>
623
- `}};at.styles=[...Zc];qc([O()],at.prototype,"element",void 0);qc([O()],at.prototype,"variant",void 0);oe("ft-typography")(Be);oe("ftds-typography")(at);var Ar={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(Y.borderRadiusS,"Design system"),maxWidth:r.create("--ft-tooltip-max-width","","SIZE","150px")},Yc=M`
623
+ `}};at.styles=[...Zc];qc([O()],at.prototype,"element",void 0);qc([O()],at.prototype,"variant",void 0);oe("ft-typography")(Be);oe("ftds-typography")(at);var Ar={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","",Y.borderRadiusS),maxWidth:r.create("--ft-tooltip-max-width","","SIZE","150px")},Yc=M`
624
624
  .ft-tooltip--container {
625
625
  display: block;
626
626
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-collapsible",
3
- "version": "1.3.51",
3
+ "version": "1.3.53",
4
4
  "description": "Collapsible web component",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,9 +19,9 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-button": "1.3.51",
23
- "@fluid-topics/ft-wc-utils": "1.3.51",
22
+ "@fluid-topics/ft-button": "1.3.53",
23
+ "@fluid-topics/ft-wc-utils": "1.3.53",
24
24
  "lit": "3.1.0"
25
25
  },
26
- "gitHead": "02e21de480825149da06349c73a08934a05c3a65"
26
+ "gitHead": "1eb4ee8a448ded2e0d54517a08200d0109c0722e"
27
27
  }