@fluid-topics/ft-search-input 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.
|
@@ -429,7 +429,6 @@ const J=Symbol.for(""),tt=t=>{if((null==t?void 0:t.r)===J)return null==t?void 0:
|
|
|
429
429
|
box-sizing: border-box;
|
|
430
430
|
border: none;
|
|
431
431
|
pointer-events: auto;
|
|
432
|
-
gap: ${Ri.iconPadding};
|
|
433
432
|
|
|
434
433
|
--ft-button-internal-line-height: calc(${Ri.fontSize} + 2px);
|
|
435
434
|
--ft-button-internal-color: ${Ri.color};
|
|
@@ -492,10 +491,15 @@ const J=Symbol.for(""),tt=t=>{if((null==t?void 0:t.r)===J)return null==t?void 0:
|
|
|
492
491
|
white-space: nowrap;
|
|
493
492
|
text-overflow: ellipsis;
|
|
494
493
|
display: block;
|
|
494
|
+
margin: 0 ${Ri.iconPadding};
|
|
495
495
|
${i.setVariable(li.fontSize,"1em")};
|
|
496
496
|
${i.setVariable(li.lineHeight,"var(--ft-button-internal-content-height)")};
|
|
497
497
|
}
|
|
498
498
|
|
|
499
|
+
.ft-button--dense .ft-button--label {
|
|
500
|
+
margin: 0 ${Wi};
|
|
501
|
+
}
|
|
502
|
+
|
|
499
503
|
.ft-button--label[hidden] {
|
|
500
504
|
display: none;
|
|
501
505
|
}
|
|
@@ -561,7 +561,6 @@ class ao extends yi{constructor(t){if(super(t),this.it=Y,t.type!==vi)throw Error
|
|
|
561
561
|
box-sizing: border-box;
|
|
562
562
|
border: none;
|
|
563
563
|
pointer-events: auto;
|
|
564
|
-
gap: ${xo.iconPadding};
|
|
565
564
|
|
|
566
565
|
--ft-button-internal-line-height: calc(${xo.fontSize} + 2px);
|
|
567
566
|
--ft-button-internal-color: ${xo.color};
|
|
@@ -624,10 +623,15 @@ class ao extends yi{constructor(t){if(super(t),this.it=Y,t.type!==vi)throw Error
|
|
|
624
623
|
white-space: nowrap;
|
|
625
624
|
text-overflow: ellipsis;
|
|
626
625
|
display: block;
|
|
626
|
+
margin: 0 ${xo.iconPadding};
|
|
627
627
|
${xt(Ln.fontSize,"1em")};
|
|
628
628
|
${xt(Ln.lineHeight,"var(--ft-button-internal-content-height)")};
|
|
629
629
|
}
|
|
630
630
|
|
|
631
|
+
.ft-button--dense .ft-button--label {
|
|
632
|
+
margin: 0 ${ko};
|
|
633
|
+
}
|
|
634
|
+
|
|
631
635
|
.ft-button--label[hidden] {
|
|
632
636
|
display: none;
|
|
633
637
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-search-input",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.71",
|
|
4
4
|
"description": "Search bar input for integrated search component",
|
|
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-button": "0.3.
|
|
23
|
-
"@fluid-topics/ft-i18n": "0.3.
|
|
24
|
-
"@fluid-topics/ft-icon": "0.3.
|
|
25
|
-
"@fluid-topics/ft-ripple": "0.3.
|
|
26
|
-
"@fluid-topics/ft-search-context": "0.3.
|
|
27
|
-
"@fluid-topics/ft-typography": "0.3.
|
|
28
|
-
"@fluid-topics/ft-wc-utils": "0.3.
|
|
22
|
+
"@fluid-topics/ft-button": "0.3.71",
|
|
23
|
+
"@fluid-topics/ft-i18n": "0.3.71",
|
|
24
|
+
"@fluid-topics/ft-icon": "0.3.71",
|
|
25
|
+
"@fluid-topics/ft-ripple": "0.3.71",
|
|
26
|
+
"@fluid-topics/ft-search-context": "0.3.71",
|
|
27
|
+
"@fluid-topics/ft-typography": "0.3.71",
|
|
28
|
+
"@fluid-topics/ft-wc-utils": "0.3.71",
|
|
29
29
|
"lit": "2.2.8"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"@fluid-topics/public-api": "1.0.33"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "aeaa883cc0e3596e6cc75d282aa99de3c603f6a2"
|
|
38
38
|
}
|