@fluid-topics/ft-reader-navigation-button 0.3.31 → 0.3.32

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.
@@ -1,4 +1,8 @@
1
1
  !function(t,i,e,o,n,s){const r={outlineColor:i.FtCssVariableFactory.extend("--ft-reader-internal-link-outline-color",i.designSystemVariables.colorPrimary)},l=e.css`
2
+ :host {
3
+ display: contents;
4
+ }
5
+
2
6
  a:focus {
3
7
  outline-color: ${r.outlineColor};
4
8
  }
@@ -93,6 +93,10 @@ var pt,ct;class ft extends E{constructor(){super(...arguments),this.renderOption
93
93
  hyphens: auto
94
94
  }
95
95
  `;class mt extends xt{get store(){return this.internalStore}set store(t){this.internalStore=t,this.store&&this.setupStore()}updateFromStore(){const t=this.store.getState();this.reduxProperties&&this.reduxProperties.forEach(((e,i)=>{this[i]=e(t,this)}))}setupStore(){this.unsubscribeFromStore&&this.unsubscribeFromStore(),this.updateFromStore(),this.unsubscribeFromStore=this.store.subscribe((()=>{this.updateFromStore()})),this.onStoreAvailable(),this.requestUpdate()}onStoreAvailable(){}connectedCallback(){super.connectedCallback(),this.store&&this.setupStore()}disconnectedCallback(){this.unsubscribeFromStore&&this.unsubscribeFromStore(),super.disconnectedCallback()}}var wt,$t,Ot;const kt=navigator.vendor&&!!navigator.vendor.match(/apple/i)||"[object SafariRemoteNotification]"===(null!==(Ot=null===($t=null===(wt=window.safari)||void 0===wt?void 0:wt.pushNotification)||void 0===$t?void 0:$t.toString())&&void 0!==Ot?Ot:""),St={outlineColor:ut.extend("--ft-reader-internal-link-outline-color",yt.colorPrimary)},Ct=b`
96
+ :host {
97
+ display: contents;
98
+ }
99
+
96
100
  a:focus {
97
101
  outline-color: ${St.outlineColor};
98
102
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-reader-navigation-button",
3
- "version": "0.3.31",
3
+ "version": "0.3.32",
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.31",
23
- "@fluid-topics/ft-reader-context": "0.3.31",
24
- "@fluid-topics/ft-reader-internal-link": "0.3.31",
25
- "@fluid-topics/ft-tooltip": "0.3.31",
26
- "@fluid-topics/ft-wc-utils": "0.3.31",
22
+ "@fluid-topics/ft-button": "0.3.32",
23
+ "@fluid-topics/ft-reader-context": "0.3.32",
24
+ "@fluid-topics/ft-reader-internal-link": "0.3.32",
25
+ "@fluid-topics/ft-tooltip": "0.3.32",
26
+ "@fluid-topics/ft-wc-utils": "0.3.32",
27
27
  "lit": "2.2.8"
28
28
  },
29
- "gitHead": "65117d677b7174e71b6c695661d333e2a9ac8eae"
29
+ "gitHead": "27bd400b0630590c76a67d175875b5ac7f03f4d9"
30
30
  }