@fluid-topics/ft-search-load-more-button 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.
|
@@ -591,7 +591,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
591
591
|
</${Er(this.element)}>
|
|
592
592
|
`:Ar`
|
|
593
593
|
<slot part="text" class="ftds-typography ftds-typography--${this.variant}"></slot>
|
|
594
|
-
`}};nt.styles=[...Ql];ed([A()],nt.prototype,"element",void 0);ed([A()],nt.prototype,"variant",void 0);re("ft-typography")(ke);re("ftds-typography")(nt);var wr={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.
|
|
594
|
+
`}};nt.styles=[...Ql];ed([A()],nt.prototype,"element",void 0);ed([A()],nt.prototype,"variant",void 0);re("ft-typography")(ke);re("ftds-typography")(nt);var wr={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","",q.borderRadiusS),maxWidth:r.create("--ft-tooltip-max-width","","SIZE","150px")},td=M`
|
|
595
595
|
.ft-tooltip--container {
|
|
596
596
|
display: block;
|
|
597
597
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-search-load-more-button",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.52",
|
|
4
4
|
"description": "A button to load more result in a search context",
|
|
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-button": "1.3.
|
|
23
|
-
"@fluid-topics/ft-search-context": "1.3.
|
|
24
|
-
"@fluid-topics/ft-wc-utils": "1.3.
|
|
25
|
-
"@fluid-topics/public-api": "1.0.
|
|
22
|
+
"@fluid-topics/ft-button": "1.3.52",
|
|
23
|
+
"@fluid-topics/ft-search-context": "1.3.52",
|
|
24
|
+
"@fluid-topics/ft-wc-utils": "1.3.52",
|
|
25
|
+
"@fluid-topics/public-api": "1.0.112",
|
|
26
26
|
"lit": "3.1.0"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "8cd9d8b95748384e70ead4c45af71bd9781ddf44"
|
|
29
29
|
}
|