@fluid-topics/ft-collapsible 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(""),Q=t=>{if((null==t?void 0:t.r)===J)return null==t?void 0:t
429
429
  box-sizing: border-box;
430
430
  border: none;
431
431
  pointer-events: auto;
432
- gap: ${Wi.iconPadding};
433
432
 
434
433
  --ft-button-internal-line-height: calc(${Wi.fontSize} + 2px);
435
434
  --ft-button-internal-color: ${Wi.color};
@@ -492,10 +491,15 @@ const J=Symbol.for(""),Q=t=>{if((null==t?void 0:t.r)===J)return null==t?void 0:t
492
491
  white-space: nowrap;
493
492
  text-overflow: ellipsis;
494
493
  display: block;
494
+ margin: 0 ${Wi.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 ${Ki};
501
+ }
502
+
499
503
  .ft-button--label[hidden] {
500
504
  display: none;
501
505
  }
@@ -556,7 +556,6 @@ class Oi extends Rt{constructor(t){if(super(t),this.it=X,t.type!==Nt)throw Error
556
556
  box-sizing: border-box;
557
557
  border: none;
558
558
  pointer-events: auto;
559
- gap: ${Fi.iconPadding};
560
559
 
561
560
  --ft-button-internal-line-height: calc(${Fi.fontSize} + 2px);
562
561
  --ft-button-internal-color: ${Fi.color};
@@ -619,10 +618,15 @@ class Oi extends Rt{constructor(t){if(super(t),this.it=X,t.type!==Nt)throw Error
619
618
  white-space: nowrap;
620
619
  text-overflow: ellipsis;
621
620
  display: block;
621
+ margin: 0 ${Fi.iconPadding};
622
622
  ${vt(Ge.fontSize,"1em")};
623
623
  ${vt(Ge.lineHeight,"var(--ft-button-internal-content-height)")};
624
624
  }
625
625
 
626
+ .ft-button--dense .ft-button--label {
627
+ margin: 0 ${Pi};
628
+ }
629
+
626
630
  .ft-button--label[hidden] {
627
631
  display: none;
628
632
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-collapsible",
3
- "version": "0.3.69",
3
+ "version": "0.3.71",
4
4
  "description": "Collapsible web component",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,9 +19,9 @@
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-wc-utils": "0.3.69",
22
+ "@fluid-topics/ft-button": "0.3.71",
23
+ "@fluid-topics/ft-wc-utils": "0.3.71",
24
24
  "lit": "2.2.8"
25
25
  },
26
- "gitHead": "f177be3c8737642e9938649a08fc705ed824c5cb"
26
+ "gitHead": "aeaa883cc0e3596e6cc75d282aa99de3c603f6a2"
27
27
  }