@fluid-topics/ft-reader-navigation-button 1.3.51 → 1.3.53

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.
@@ -527,7 +527,7 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
527
527
  </${zt(this.element)}>
528
528
  `:Gt`
529
529
  <slot part="text" class="ftds-typography ftds-typography--${this.variant}"></slot>
530
- `}};Ke.styles=[...Ri];Ti([(0,xn.property)()],Ke.prototype,"element",void 0);Ti([(0,xn.property)()],Ke.prototype,"variant",void 0);(0,vn.customElement)("ft-typography")(we);(0,vn.customElement)("ftds-typography")(Ke);var Li=S(F()),Ve=S(P()),Kt={distance:Ve.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:Ve.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:Ve.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:Ve.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:Ve.FtCssVariableFactory.external(Ve.designSystemVariables.borderRadiusS,"Design system"),maxWidth:Ve.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},Ii=Li.css`
530
+ `}};Ke.styles=[...Ri];Ti([(0,xn.property)()],Ke.prototype,"element",void 0);Ti([(0,xn.property)()],Ke.prototype,"variant",void 0);(0,vn.customElement)("ft-typography")(we);(0,vn.customElement)("ftds-typography")(Ke);var Li=S(F()),Ve=S(P()),Kt={distance:Ve.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:Ve.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:Ve.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:Ve.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:Ve.FtCssVariableFactory.extend("--ft-tooltip-border-radius","",Ve.designSystemVariables.borderRadiusS),maxWidth:Ve.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},Ii=Li.css`
531
531
  .ft-tooltip--container {
532
532
  display: block;
533
533
  }
@@ -607,7 +607,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
607
607
  </${wr(this.element)}>
608
608
  `:Rr`
609
609
  <slot part="text" class="ftds-typography ftds-typography--${this.variant}"></slot>
610
- `}};it.styles=[...Ql];ed([O()],it.prototype,"element",void 0);ed([O()],it.prototype,"variant",void 0);te("ft-typography")(De);te("ftds-typography")(it);var Tr={distance:r.create("--ft-tooltip-distance","","SIZE","4px"),color:r.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:r.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:r.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:r.external(K.borderRadiusS,"Design system"),maxWidth:r.create("--ft-tooltip-max-width","","SIZE","150px")},td=D`
610
+ `}};it.styles=[...Ql];ed([O()],it.prototype,"element",void 0);ed([O()],it.prototype,"variant",void 0);te("ft-typography")(De);te("ftds-typography")(it);var Tr={distance:r.create("--ft-tooltip-distance","","SIZE","4px"),color:r.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:r.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:r.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:r.extend("--ft-tooltip-border-radius","",K.borderRadiusS),maxWidth:r.create("--ft-tooltip-max-width","","SIZE","150px")},td=D`
611
611
  .ft-tooltip--container {
612
612
  display: block;
613
613
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-reader-navigation-button",
3
- "version": "1.3.51",
3
+ "version": "1.3.53",
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": "1.3.51",
23
- "@fluid-topics/ft-reader-context": "1.3.51",
24
- "@fluid-topics/ft-reader-internal-link": "1.3.51",
25
- "@fluid-topics/ft-tooltip": "1.3.51",
26
- "@fluid-topics/ft-wc-utils": "1.3.51",
22
+ "@fluid-topics/ft-button": "1.3.53",
23
+ "@fluid-topics/ft-reader-context": "1.3.53",
24
+ "@fluid-topics/ft-reader-internal-link": "1.3.53",
25
+ "@fluid-topics/ft-tooltip": "1.3.53",
26
+ "@fluid-topics/ft-wc-utils": "1.3.53",
27
27
  "lit": "3.1.0"
28
28
  },
29
- "gitHead": "02e21de480825149da06349c73a08934a05c3a65"
29
+ "gitHead": "1eb4ee8a448ded2e0d54517a08200d0109c0722e"
30
30
  }