@fluid-topics/ft-filter 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.
@@ -435,7 +435,6 @@ const Z=Symbol.for(""),V=t=>{if((null==t?void 0:t.r)===Z)return null==t?void 0:t
435
435
  box-sizing: border-box;
436
436
  border: none;
437
437
  pointer-events: auto;
438
- gap: ${_i.iconPadding};
439
438
 
440
439
  --ft-button-internal-line-height: calc(${_i.fontSize} + 2px);
441
440
  --ft-button-internal-color: ${_i.color};
@@ -498,10 +497,15 @@ const Z=Symbol.for(""),V=t=>{if((null==t?void 0:t.r)===Z)return null==t?void 0:t
498
497
  white-space: nowrap;
499
498
  text-overflow: ellipsis;
500
499
  display: block;
500
+ margin: 0 ${_i.iconPadding};
501
501
  ${i.setVariable(Wt.fontSize,"1em")};
502
502
  ${i.setVariable(Wt.lineHeight,"var(--ft-button-internal-content-height)")};
503
503
  }
504
504
 
505
+ .ft-button--dense .ft-button--label {
506
+ margin: 0 ${Pi};
507
+ }
508
+
505
509
  .ft-button--label[hidden] {
506
510
  display: none;
507
511
  }
@@ -565,7 +565,6 @@ class Mi extends Ye{constructor(t){if(super(t),this.it=G,t.type!==qe)throw Error
565
565
  box-sizing: border-box;
566
566
  border: none;
567
567
  pointer-events: auto;
568
- gap: ${Pi.iconPadding};
569
568
 
570
569
  --ft-button-internal-line-height: calc(${Pi.fontSize} + 2px);
571
570
  --ft-button-internal-color: ${Pi.color};
@@ -628,10 +627,15 @@ class Mi extends Ye{constructor(t){if(super(t),this.it=G,t.type!==qe)throw Error
628
627
  white-space: nowrap;
629
628
  text-overflow: ellipsis;
630
629
  display: block;
630
+ margin: 0 ${Pi.iconPadding};
631
631
  ${gt(Be.fontSize,"1em")};
632
632
  ${gt(Be.lineHeight,"var(--ft-button-internal-content-height)")};
633
633
  }
634
634
 
635
+ .ft-button--dense .ft-button--label {
636
+ margin: 0 ${Vi};
637
+ }
638
+
635
639
  .ft-button--label[hidden] {
636
640
  display: none;
637
641
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-filter",
3
- "version": "0.3.69",
3
+ "version": "0.3.71",
4
4
  "description": "Flat selector for multivalued or monovalued filters",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,15 +19,15 @@
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.69",
23
- "@fluid-topics/ft-checkbox": "0.3.69",
24
- "@fluid-topics/ft-icon": "0.3.69",
25
- "@fluid-topics/ft-radio": "0.3.69",
26
- "@fluid-topics/ft-ripple": "0.3.69",
27
- "@fluid-topics/ft-snap-scroll": "0.3.69",
28
- "@fluid-topics/ft-typography": "0.3.69",
29
- "@fluid-topics/ft-wc-utils": "0.3.69",
22
+ "@fluid-topics/ft-button": "0.3.71",
23
+ "@fluid-topics/ft-checkbox": "0.3.71",
24
+ "@fluid-topics/ft-icon": "0.3.71",
25
+ "@fluid-topics/ft-radio": "0.3.71",
26
+ "@fluid-topics/ft-ripple": "0.3.71",
27
+ "@fluid-topics/ft-snap-scroll": "0.3.71",
28
+ "@fluid-topics/ft-typography": "0.3.71",
29
+ "@fluid-topics/ft-wc-utils": "0.3.71",
30
30
  "lit": "2.2.8"
31
31
  },
32
- "gitHead": "f177be3c8737642e9938649a08fc705ed824c5cb"
32
+ "gitHead": "aeaa883cc0e3596e6cc75d282aa99de3c603f6a2"
33
33
  }