@fluid-topics/ft-tree-selector 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.
|
@@ -510,7 +510,7 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
510
510
|
</${Xt(this.element)}>
|
|
511
511
|
`:Jt`
|
|
512
512
|
<slot part="text" class="ftds-typography ftds-typography--${this.variant}"></slot>
|
|
513
|
-
`}};et.styles=[...Ai];wi([(0,Sn.property)()],et.prototype,"element",void 0);wi([(0,Sn.property)()],et.prototype,"variant",void 0);(0,Cn.customElement)("ft-typography")(he);(0,Cn.customElement)("ftds-typography")(et);var Ni=S(H()),tt=S(P()),er={distance:tt.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:tt.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:tt.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:tt.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:tt.FtCssVariableFactory.
|
|
513
|
+
`}};et.styles=[...Ai];wi([(0,Sn.property)()],et.prototype,"element",void 0);wi([(0,Sn.property)()],et.prototype,"variant",void 0);(0,Cn.customElement)("ft-typography")(he);(0,Cn.customElement)("ftds-typography")(et);var Ni=S(H()),tt=S(P()),er={distance:tt.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:tt.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:tt.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:tt.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:tt.FtCssVariableFactory.extend("--ft-tooltip-border-radius","",tt.designSystemVariables.borderRadiusS),maxWidth:tt.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},Li=Ni.css`
|
|
514
514
|
.ft-tooltip--container {
|
|
515
515
|
display: block;
|
|
516
516
|
}
|
|
@@ -590,7 +590,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
590
590
|
</${_r(this.element)}>
|
|
591
591
|
`:Ir`
|
|
592
592
|
<slot part="text" class="ftds-typography ftds-typography--${this.variant}"></slot>
|
|
593
|
-
`}};dt.styles=[...ed];td([C()],dt.prototype,"element",void 0);td([C()],dt.prototype,"variant",void 0);oe("ft-typography")(ge);oe("ftds-typography")(dt);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.
|
|
593
|
+
`}};dt.styles=[...ed];td([C()],dt.prototype,"element",void 0);td([C()],dt.prototype,"variant",void 0);oe("ft-typography")(ge);oe("ftds-typography")(dt);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","",U.borderRadiusS),maxWidth:r.create("--ft-tooltip-max-width","","SIZE","150px")},rd=D`
|
|
594
594
|
.ft-tooltip--container {
|
|
595
595
|
display: block;
|
|
596
596
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-tree-selector",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.52",
|
|
4
4
|
"description": "A hierarchical selector for tree\n",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,11 +19,11 @@
|
|
|
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.
|
|
22
|
+
"@fluid-topics/ft-wc-utils": "1.3.52",
|
|
23
23
|
"lit": "3.1.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@fluid-topics/ft-wc-test-utils": "1.3.
|
|
26
|
+
"@fluid-topics/ft-wc-test-utils": "1.3.52"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "8cd9d8b95748384e70ead4c45af71bd9781ddf44"
|
|
29
29
|
}
|