@fluid-topics/ft-chip-choice 1.3.50 → 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.
|
@@ -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.
|
|
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.
|
|
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.
|
|
3
|
+
"version": "1.3.52",
|
|
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.
|
|
23
|
-
"@fluid-topics/ft-wc-utils": "1.3.
|
|
22
|
+
"@fluid-topics/ft-chip": "1.3.52",
|
|
23
|
+
"@fluid-topics/ft-wc-utils": "1.3.52",
|
|
24
24
|
"lit": "3.1.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@fluid-topics/ft-wc-test-utils": "1.3.
|
|
27
|
+
"@fluid-topics/ft-wc-test-utils": "1.3.52"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "8cd9d8b95748384e70ead4c45af71bd9781ddf44"
|
|
30
30
|
}
|