@fluid-topics/ft-reader-navigation-button 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.
|
@@ -446,7 +446,6 @@ const it=Symbol.for(""),et=t=>{if((null==t?void 0:t.r)===it)return null==t?void
|
|
|
446
446
|
box-sizing: border-box;
|
|
447
447
|
border: none;
|
|
448
448
|
pointer-events: auto;
|
|
449
|
-
gap: ${Hi.iconPadding};
|
|
450
449
|
|
|
451
450
|
--ft-button-internal-line-height: calc(${Hi.fontSize} + 2px);
|
|
452
451
|
--ft-button-internal-color: ${Hi.color};
|
|
@@ -509,10 +508,15 @@ const it=Symbol.for(""),et=t=>{if((null==t?void 0:t.r)===it)return null==t?void
|
|
|
509
508
|
white-space: nowrap;
|
|
510
509
|
text-overflow: ellipsis;
|
|
511
510
|
display: block;
|
|
511
|
+
margin: 0 ${Hi.iconPadding};
|
|
512
512
|
${i.setVariable(hi.fontSize,"1em")};
|
|
513
513
|
${i.setVariable(hi.lineHeight,"var(--ft-button-internal-content-height)")};
|
|
514
514
|
}
|
|
515
515
|
|
|
516
|
+
.ft-button--dense .ft-button--label {
|
|
517
|
+
margin: 0 ${Xi};
|
|
518
|
+
}
|
|
519
|
+
|
|
516
520
|
.ft-button--label[hidden] {
|
|
517
521
|
display: none;
|
|
518
522
|
}
|
|
@@ -574,7 +574,6 @@ class Ei extends zt{constructor(t){if(super(t),this.it=q,t.type!==Ft)throw Error
|
|
|
574
574
|
box-sizing: border-box;
|
|
575
575
|
border: none;
|
|
576
576
|
pointer-events: auto;
|
|
577
|
-
gap: ${Pi.iconPadding};
|
|
578
577
|
|
|
579
578
|
--ft-button-internal-line-height: calc(${Pi.fontSize} + 2px);
|
|
580
579
|
--ft-button-internal-color: ${Pi.color};
|
|
@@ -637,10 +636,15 @@ class Ei extends zt{constructor(t){if(super(t),this.it=q,t.type!==Ft)throw Error
|
|
|
637
636
|
white-space: nowrap;
|
|
638
637
|
text-overflow: ellipsis;
|
|
639
638
|
display: block;
|
|
639
|
+
margin: 0 ${Pi.iconPadding};
|
|
640
640
|
${vt(ii.fontSize,"1em")};
|
|
641
641
|
${vt(ii.lineHeight,"var(--ft-button-internal-content-height)")};
|
|
642
642
|
}
|
|
643
643
|
|
|
644
|
+
.ft-button--dense .ft-button--label {
|
|
645
|
+
margin: 0 ${Hi};
|
|
646
|
+
}
|
|
647
|
+
|
|
644
648
|
.ft-button--label[hidden] {
|
|
645
649
|
display: none;
|
|
646
650
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-reader-navigation-button",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.71",
|
|
4
4
|
"description": "Button used to navigate between pages in an integrated reader context.",
|
|
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-button": "0.3.
|
|
23
|
-
"@fluid-topics/ft-reader-context": "0.3.
|
|
24
|
-
"@fluid-topics/ft-reader-internal-link": "0.3.
|
|
25
|
-
"@fluid-topics/ft-tooltip": "0.3.
|
|
26
|
-
"@fluid-topics/ft-wc-utils": "0.3.
|
|
22
|
+
"@fluid-topics/ft-button": "0.3.71",
|
|
23
|
+
"@fluid-topics/ft-reader-context": "0.3.71",
|
|
24
|
+
"@fluid-topics/ft-reader-internal-link": "0.3.71",
|
|
25
|
+
"@fluid-topics/ft-tooltip": "0.3.71",
|
|
26
|
+
"@fluid-topics/ft-wc-utils": "0.3.71",
|
|
27
27
|
"lit": "2.2.8"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "aeaa883cc0e3596e6cc75d282aa99de3c603f6a2"
|
|
30
30
|
}
|