@fluid-topics/ft-reader-toc 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.
@@ -453,7 +453,6 @@ const G=Symbol.for(""),K=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
453
453
  box-sizing: border-box;
454
454
  border: none;
455
455
  pointer-events: auto;
456
- gap: ${qe.iconPadding};
457
456
 
458
457
  --ft-button-internal-line-height: calc(${qe.fontSize} + 2px);
459
458
  --ft-button-internal-color: ${qe.color};
@@ -516,10 +515,15 @@ const G=Symbol.for(""),K=t=>{if((null==t?void 0:t.r)===G)return null==t?void 0:t
516
515
  white-space: nowrap;
517
516
  text-overflow: ellipsis;
518
517
  display: block;
518
+ margin: 0 ${qe.iconPadding};
519
519
  ${e.setVariable(ee.fontSize,"1em")};
520
520
  ${e.setVariable(ee.lineHeight,"var(--ft-button-internal-content-height)")};
521
521
  }
522
522
 
523
+ .ft-button--dense .ft-button--label {
524
+ margin: 0 ${ii};
525
+ }
526
+
523
527
  .ft-button--label[hidden] {
524
528
  display: none;
525
529
  }
@@ -579,7 +579,6 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
579
579
  box-sizing: border-box;
580
580
  border: none;
581
581
  pointer-events: auto;
582
- gap: ${io.iconPadding};
583
582
 
584
583
  --ft-button-internal-line-height: calc(${io.fontSize} + 2px);
585
584
  --ft-button-internal-color: ${io.color};
@@ -642,10 +641,15 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
642
641
  white-space: nowrap;
643
642
  text-overflow: ellipsis;
644
643
  display: block;
644
+ margin: 0 ${io.iconPadding};
645
645
  ${bt(si.fontSize,"1em")};
646
646
  ${bt(si.lineHeight,"var(--ft-button-internal-content-height)")};
647
647
  }
648
648
 
649
+ .ft-button--dense .ft-button--label {
650
+ margin: 0 ${ao};
651
+ }
652
+
649
653
  .ft-button--label[hidden] {
650
654
  display: none;
651
655
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-reader-toc",
3
- "version": "0.3.69",
3
+ "version": "0.3.71",
4
4
  "description": "Main table of content for integrated reader",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,12 +19,12 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-icon": "0.3.69",
23
- "@fluid-topics/ft-reader-context": "0.3.69",
24
- "@fluid-topics/ft-size-watcher": "0.3.69",
25
- "@fluid-topics/ft-typography": "0.3.69",
26
- "@fluid-topics/ft-wc-utils": "0.3.69",
22
+ "@fluid-topics/ft-icon": "0.3.71",
23
+ "@fluid-topics/ft-reader-context": "0.3.71",
24
+ "@fluid-topics/ft-size-watcher": "0.3.71",
25
+ "@fluid-topics/ft-typography": "0.3.71",
26
+ "@fluid-topics/ft-wc-utils": "0.3.71",
27
27
  "lit": "2.2.8"
28
28
  },
29
- "gitHead": "f177be3c8737642e9938649a08fc705ed824c5cb"
29
+ "gitHead": "aeaa883cc0e3596e6cc75d282aa99de3c603f6a2"
30
30
  }