@fluid-topics/ft-chip-choice 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.
@@ -525,7 +525,7 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
525
525
  </${er(this.element)}>
526
526
  `:tr`
527
527
  <slot part="text" class="ftds-typography ftds-typography--${this.variant}"></slot>
528
- `}};ze.styles=[...Wi];Gi([(0,Pn.property)()],ze.prototype,"element",void 0);Gi([(0,Pn.property)()],ze.prototype,"variant",void 0);(0,kn.customElement)("ft-typography")(Se);(0,kn.customElement)("ftds-typography")(ze);var Ki=v(z()),nt=v(_()),or={distance:nt.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:nt.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:nt.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:nt.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:nt.FtCssVariableFactory.external(nt.designSystemVariables.borderRadiusS,"Design system"),maxWidth:nt.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},Vi=Ki.css`
528
+ `}};ze.styles=[...Wi];Gi([(0,Pn.property)()],ze.prototype,"element",void 0);Gi([(0,Pn.property)()],ze.prototype,"variant",void 0);(0,kn.customElement)("ft-typography")(Se);(0,kn.customElement)("ftds-typography")(ze);var Ki=v(z()),nt=v(_()),or={distance:nt.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:nt.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:nt.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:nt.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:nt.FtCssVariableFactory.extend("--ft-tooltip-border-radius","",nt.designSystemVariables.borderRadiusS),maxWidth:nt.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},Vi=Ki.css`
529
529
  .ft-tooltip--container {
530
530
  display: block;
531
531
  }
@@ -605,7 +605,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
605
605
  </${Nr(this.element)}>
606
606
  `:Ir`
607
607
  <slot part="text" class="ftds-typography ftds-typography--${this.variant}"></slot>
608
- `}};Ke.styles=[...cd];ld([v()],Ke.prototype,"element",void 0);ld([v()],Ke.prototype,"variant",void 0);Q("ft-typography")(Le);Q("ftds-typography")(Ke);var Pr={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(H.borderRadiusS,"Design system"),maxWidth:r.create("--ft-tooltip-max-width","","SIZE","150px")},dd=I`
608
+ `}};Ke.styles=[...cd];ld([v()],Ke.prototype,"element",void 0);ld([v()],Ke.prototype,"variant",void 0);Q("ft-typography")(Le);Q("ftds-typography")(Ke);var Pr={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","",H.borderRadiusS),maxWidth:r.create("--ft-tooltip-max-width","","SIZE","150px")},dd=I`
609
609
  .ft-tooltip--container {
610
610
  display: block;
611
611
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-chip-choice",
3
- "version": "1.3.51",
3
+ "version": "1.3.53",
4
4
  "description": "Chip-choice is a component used to make single-select or multi-select selections.",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,12 +19,12 @@
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-wc-utils": "1.3.51",
22
+ "@fluid-topics/ft-chip": "1.3.53",
23
+ "@fluid-topics/ft-wc-utils": "1.3.53",
24
24
  "lit": "3.1.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@fluid-topics/ft-wc-test-utils": "1.3.51"
27
+ "@fluid-topics/ft-wc-test-utils": "1.3.53"
28
28
  },
29
- "gitHead": "02e21de480825149da06349c73a08934a05c3a65"
29
+ "gitHead": "1eb4ee8a448ded2e0d54517a08200d0109c0722e"
30
30
  }