@fluid-topics/ft-search-bar 0.3.69 → 0.3.71
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.
|
@@ -452,7 +452,6 @@ const q=Symbol.for(""),W=t=>{if((null==t?void 0:t.r)===q)return null==t?void 0:t
|
|
|
452
452
|
box-sizing: border-box;
|
|
453
453
|
border: none;
|
|
454
454
|
pointer-events: auto;
|
|
455
|
-
gap: ${Le.iconPadding};
|
|
456
455
|
|
|
457
456
|
--ft-button-internal-line-height: calc(${Le.fontSize} + 2px);
|
|
458
457
|
--ft-button-internal-color: ${Le.color};
|
|
@@ -515,10 +514,15 @@ const q=Symbol.for(""),W=t=>{if((null==t?void 0:t.r)===q)return null==t?void 0:t
|
|
|
515
514
|
white-space: nowrap;
|
|
516
515
|
text-overflow: ellipsis;
|
|
517
516
|
display: block;
|
|
517
|
+
margin: 0 ${Le.iconPadding};
|
|
518
518
|
${e.setVariable(Zt.fontSize,"1em")};
|
|
519
519
|
${e.setVariable(Zt.lineHeight,"var(--ft-button-internal-content-height)")};
|
|
520
520
|
}
|
|
521
521
|
|
|
522
|
+
.ft-button--dense .ft-button--label {
|
|
523
|
+
margin: 0 ${Te};
|
|
524
|
+
}
|
|
525
|
+
|
|
522
526
|
.ft-button--label[hidden] {
|
|
523
527
|
display: none;
|
|
524
528
|
}
|
|
@@ -595,7 +595,6 @@ class Oi extends Lt{constructor(t){if(super(t),this.it=Q,t.type!==Ft)throw Error
|
|
|
595
595
|
box-sizing: border-box;
|
|
596
596
|
border: none;
|
|
597
597
|
pointer-events: auto;
|
|
598
|
-
gap: ${ji.iconPadding};
|
|
599
598
|
|
|
600
599
|
--ft-button-internal-line-height: calc(${ji.fontSize} + 2px);
|
|
601
600
|
--ft-button-internal-color: ${ji.color};
|
|
@@ -658,10 +657,15 @@ class Oi extends Lt{constructor(t){if(super(t),this.it=Q,t.type!==Ft)throw Error
|
|
|
658
657
|
white-space: nowrap;
|
|
659
658
|
text-overflow: ellipsis;
|
|
660
659
|
display: block;
|
|
660
|
+
margin: 0 ${ji.iconPadding};
|
|
661
661
|
${yt(_e.fontSize,"1em")};
|
|
662
662
|
${yt(_e.lineHeight,"var(--ft-button-internal-content-height)")};
|
|
663
663
|
}
|
|
664
664
|
|
|
665
|
+
.ft-button--dense .ft-button--label {
|
|
666
|
+
margin: 0 ${Zi};
|
|
667
|
+
}
|
|
668
|
+
|
|
665
669
|
.ft-button--label[hidden] {
|
|
666
670
|
display: none;
|
|
667
671
|
}
|
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.71",
|
|
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.71",
|
|
23
|
+
"@fluid-topics/ft-button": "0.3.71",
|
|
24
|
+
"@fluid-topics/ft-chip": "0.3.71",
|
|
25
|
+
"@fluid-topics/ft-filter": "0.3.71",
|
|
26
|
+
"@fluid-topics/ft-icon": "0.3.71",
|
|
27
|
+
"@fluid-topics/ft-select": "0.3.71",
|
|
28
|
+
"@fluid-topics/ft-size-watcher": "0.3.71",
|
|
29
|
+
"@fluid-topics/ft-skeleton": "0.3.71",
|
|
30
|
+
"@fluid-topics/ft-snap-scroll": "0.3.71",
|
|
31
|
+
"@fluid-topics/ft-tooltip": "0.3.71",
|
|
32
|
+
"@fluid-topics/ft-typography": "0.3.71",
|
|
33
|
+
"@fluid-topics/ft-wc-utils": "0.3.71",
|
|
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.33"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "aeaa883cc0e3596e6cc75d282aa99de3c603f6a2"
|
|
43
43
|
}
|