@fluid-topics/ft-chip 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.
- package/build/ft-chip.light.js +1 -1
- package/build/ft-chip.min.js +1 -1
- package/package.json +6 -6
package/build/ft-chip.light.js
CHANGED
|
@@ -515,7 +515,7 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
515
515
|
${(0,B.setVariable)(K.size,q.iconSize)};
|
|
516
516
|
${(0,B.setVariable)(K.color,"var(--button-internal-color)")};
|
|
517
517
|
}
|
|
518
|
-
`,B.noTextSelect];var gt=S(k());var al=S(k());var nl=S(W()),Ie=S(ae()),Ne=S(k());var Bi=S(W()),Qe=S(k()),Xt={distance:Qe.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:Qe.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:Qe.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:Qe.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:Qe.FtCssVariableFactory.
|
|
518
|
+
`,B.noTextSelect];var gt=S(k());var al=S(k());var nl=S(W()),Ie=S(ae()),Ne=S(k());var Bi=S(W()),Qe=S(k()),Xt={distance:Qe.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:Qe.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:Qe.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:Qe.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:Qe.FtCssVariableFactory.extend("--ft-tooltip-border-radius","",Qe.designSystemVariables.borderRadiusS),maxWidth:Qe.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},Mi=Bi.css`
|
|
519
519
|
.ft-tooltip--container {
|
|
520
520
|
display: block;
|
|
521
521
|
}
|
package/build/ft-chip.min.js
CHANGED
|
@@ -595,7 +595,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
595
595
|
${O(re.size,ne.iconSize)};
|
|
596
596
|
${O(re.color,"var(--button-internal-color)")};
|
|
597
597
|
}
|
|
598
|
-
`,pt];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.
|
|
598
|
+
`,pt];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=P`
|
|
599
599
|
.ft-tooltip--container {
|
|
600
600
|
display: block;
|
|
601
601
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-chip",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.53",
|
|
4
4
|
"description": "A generic Fluid Topics chip",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -20,11 +20,11 @@
|
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@fluid-topics/design-system-variables": "2.53.1",
|
|
23
|
-
"@fluid-topics/ft-icon": "1.3.
|
|
24
|
-
"@fluid-topics/ft-ripple": "1.3.
|
|
25
|
-
"@fluid-topics/ft-typography": "1.3.
|
|
26
|
-
"@fluid-topics/ft-wc-utils": "1.3.
|
|
23
|
+
"@fluid-topics/ft-icon": "1.3.53",
|
|
24
|
+
"@fluid-topics/ft-ripple": "1.3.53",
|
|
25
|
+
"@fluid-topics/ft-typography": "1.3.53",
|
|
26
|
+
"@fluid-topics/ft-wc-utils": "1.3.53",
|
|
27
27
|
"lit": "3.1.0"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "1eb4ee8a448ded2e0d54517a08200d0109c0722e"
|
|
30
30
|
}
|