@fluid-topics/ft-search-selected-facets 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.
|
@@ -528,7 +528,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
528
528
|
${(0,F.setVariable)(re.size,j.iconSize)};
|
|
529
529
|
${(0,F.setVariable)(re.color,"var(--button-internal-color)")};
|
|
530
530
|
}
|
|
531
|
-
`,F.noTextSelect];var ur=h(A());var tp=h(A());var ep=h(k()),lt=h(V()),st=h(A());var xd=h(k()),Vt=h(A()),xo={distance:Vt.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:Vt.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:Vt.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:Vt.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:Vt.FtCssVariableFactory.
|
|
531
|
+
`,F.noTextSelect];var ur=h(A());var tp=h(A());var ep=h(k()),lt=h(V()),st=h(A());var xd=h(k()),Vt=h(A()),xo={distance:Vt.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:Vt.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:Vt.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:Vt.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:Vt.FtCssVariableFactory.extend("--ft-tooltip-border-radius","",Vt.designSystemVariables.borderRadiusS),maxWidth:Vt.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},vd=xd.css`
|
|
532
532
|
.ft-tooltip--container {
|
|
533
533
|
display: block;
|
|
534
534
|
}
|
|
@@ -608,7 +608,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:o.extend("--ftds-con
|
|
|
608
608
|
${S(pe.size,re.iconSize)};
|
|
609
609
|
${S(pe.color,"var(--button-internal-color)")};
|
|
610
610
|
}
|
|
611
|
-
`,zt];var Ao={distance:o.create("--ft-tooltip-distance","","SIZE","4px"),color:o.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:o.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:o.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:o.
|
|
611
|
+
`,zt];var Ao={distance:o.create("--ft-tooltip-distance","","SIZE","4px"),color:o.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:o.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:o.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:o.extend("--ft-tooltip-border-radius","",P.borderRadiusS),maxWidth:o.create("--ft-tooltip-max-width","","SIZE","150px")},Ep=L`
|
|
612
612
|
.ft-tooltip--container {
|
|
613
613
|
display: block;
|
|
614
614
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-search-selected-facets",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.52",
|
|
4
4
|
"description": "List of selected facets in a designed search page context",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,13 +19,13 @@
|
|
|
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-search-context": "1.3.
|
|
24
|
-
"@fluid-topics/ft-search-period-filter": "1.3.
|
|
25
|
-
"@fluid-topics/ft-search-type": "1.3.
|
|
26
|
-
"@fluid-topics/ft-tooltip": "1.3.
|
|
27
|
-
"@fluid-topics/ft-wc-utils": "1.3.
|
|
22
|
+
"@fluid-topics/ft-chip": "1.3.52",
|
|
23
|
+
"@fluid-topics/ft-search-context": "1.3.52",
|
|
24
|
+
"@fluid-topics/ft-search-period-filter": "1.3.52",
|
|
25
|
+
"@fluid-topics/ft-search-type": "1.3.52",
|
|
26
|
+
"@fluid-topics/ft-tooltip": "1.3.52",
|
|
27
|
+
"@fluid-topics/ft-wc-utils": "1.3.52",
|
|
28
28
|
"lit": "3.1.0"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "8cd9d8b95748384e70ead4c45af71bd9781ddf44"
|
|
31
31
|
}
|