@fluid-topics/ft-dialog 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 D=Symbol.for(""),W=t=>{if((null==t?void 0:t.r)===D)return null==t?void 0:t
435
435
  box-sizing: border-box;
436
436
  border: none;
437
437
  pointer-events: auto;
438
- gap: ${Di.iconPadding};
439
438
 
440
439
  --ft-button-internal-line-height: calc(${Di.fontSize} + 2px);
441
440
  --ft-button-internal-color: ${Di.color};
@@ -498,10 +497,15 @@ const D=Symbol.for(""),W=t=>{if((null==t?void 0:t.r)===D)return null==t?void 0:t
498
497
  white-space: nowrap;
499
498
  text-overflow: ellipsis;
500
499
  display: block;
500
+ margin: 0 ${Di.iconPadding};
501
501
  ${i.setVariable(Xt.fontSize,"1em")};
502
502
  ${i.setVariable(Xt.lineHeight,"var(--ft-button-internal-content-height)")};
503
503
  }
504
504
 
505
+ .ft-button--dense .ft-button--label {
506
+ margin: 0 ${Gi};
507
+ }
508
+
505
509
  .ft-button--label[hidden] {
506
510
  display: none;
507
511
  }
@@ -556,7 +556,6 @@ const li=Ye(class extends Ge{constructor(t){var e;if(super(t),t.type!==qe||"clas
556
556
  box-sizing: border-box;
557
557
  border: none;
558
558
  pointer-events: auto;
559
- gap: ${zi.iconPadding};
560
559
 
561
560
  --ft-button-internal-line-height: calc(${zi.fontSize} + 2px);
562
561
  --ft-button-internal-color: ${zi.color};
@@ -619,10 +618,15 @@ const li=Ye(class extends Ge{constructor(t){var e;if(super(t),t.type!==qe||"clas
619
618
  white-space: nowrap;
620
619
  text-overflow: ellipsis;
621
620
  display: block;
621
+ margin: 0 ${zi.iconPadding};
622
622
  ${gt(Be.fontSize,"1em")};
623
623
  ${gt(Be.lineHeight,"var(--ft-button-internal-content-height)")};
624
624
  }
625
625
 
626
+ .ft-button--dense .ft-button--label {
627
+ margin: 0 ${Ii};
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-dialog",
3
- "version": "0.3.69",
3
+ "version": "0.3.71",
4
4
  "description": "A simple dialog component",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,11 +19,11 @@
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-icon": "0.3.69",
24
- "@fluid-topics/ft-typography": "0.3.69",
25
- "@fluid-topics/ft-wc-utils": "0.3.69",
22
+ "@fluid-topics/ft-button": "0.3.71",
23
+ "@fluid-topics/ft-icon": "0.3.71",
24
+ "@fluid-topics/ft-typography": "0.3.71",
25
+ "@fluid-topics/ft-wc-utils": "0.3.71",
26
26
  "lit": "2.2.8"
27
27
  },
28
- "gitHead": "f177be3c8737642e9938649a08fc705ed824c5cb"
28
+ "gitHead": "aeaa883cc0e3596e6cc75d282aa99de3c603f6a2"
29
29
  }