@fluid-topics/ft-search-bar 0.3.50 → 0.3.51
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.
|
@@ -552,6 +552,7 @@ const q=Symbol.for(""),W=t=>{if((null==t?void 0:t.r)===q)return null==t?void 0:t
|
|
|
552
552
|
<ft-ripple part="ripple" ?disabled=${this.isDisabled()}></ft-ripple>
|
|
553
553
|
<ft-typography part="label"
|
|
554
554
|
variant="button"
|
|
555
|
+
element="span"
|
|
555
556
|
class="ft-button--label"
|
|
556
557
|
?hidden=${!this.hasTextContent()}>
|
|
557
558
|
<slot @slotchange=${this.onSlotchange}></slot>
|
|
@@ -684,6 +684,7 @@ class Si extends Rt{constructor(t){if(super(t),this.it=Q,t.type!==Nt)throw Error
|
|
|
684
684
|
<ft-ripple part="ripple" ?disabled=${this.isDisabled()}></ft-ripple>
|
|
685
685
|
<ft-typography part="label"
|
|
686
686
|
variant="button"
|
|
687
|
+
element="span"
|
|
687
688
|
class="ft-button--label"
|
|
688
689
|
?hidden=${!this.hasTextContent()}>
|
|
689
690
|
<slot @slotchange=${this.onSlotchange}></slot>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-search-bar",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.51",
|
|
4
4
|
"description": "Search bar component using Fluid Topics public API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,18 +19,18 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-accordion": "0.3.
|
|
23
|
-
"@fluid-topics/ft-button": "0.3.
|
|
24
|
-
"@fluid-topics/ft-chip": "0.3.
|
|
25
|
-
"@fluid-topics/ft-filter": "0.3.
|
|
26
|
-
"@fluid-topics/ft-icon": "0.3.
|
|
27
|
-
"@fluid-topics/ft-select": "0.3.
|
|
28
|
-
"@fluid-topics/ft-size-watcher": "0.3.
|
|
29
|
-
"@fluid-topics/ft-skeleton": "0.3.
|
|
30
|
-
"@fluid-topics/ft-snap-scroll": "0.3.
|
|
31
|
-
"@fluid-topics/ft-tooltip": "0.3.
|
|
32
|
-
"@fluid-topics/ft-typography": "0.3.
|
|
33
|
-
"@fluid-topics/ft-wc-utils": "0.3.
|
|
22
|
+
"@fluid-topics/ft-accordion": "0.3.51",
|
|
23
|
+
"@fluid-topics/ft-button": "0.3.51",
|
|
24
|
+
"@fluid-topics/ft-chip": "0.3.51",
|
|
25
|
+
"@fluid-topics/ft-filter": "0.3.51",
|
|
26
|
+
"@fluid-topics/ft-icon": "0.3.51",
|
|
27
|
+
"@fluid-topics/ft-select": "0.3.51",
|
|
28
|
+
"@fluid-topics/ft-size-watcher": "0.3.51",
|
|
29
|
+
"@fluid-topics/ft-skeleton": "0.3.51",
|
|
30
|
+
"@fluid-topics/ft-snap-scroll": "0.3.51",
|
|
31
|
+
"@fluid-topics/ft-tooltip": "0.3.51",
|
|
32
|
+
"@fluid-topics/ft-typography": "0.3.51",
|
|
33
|
+
"@fluid-topics/ft-wc-utils": "0.3.51",
|
|
34
34
|
"lit": "2.2.8"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"@fluid-topics/public-api": "1.0.28"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "6396591dbb377dbb8b05e6328135168279c99417"
|
|
43
43
|
}
|