@fluid-topics/ft-reader-navigation-button 1.0.60 → 1.0.61
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.
|
@@ -223,12 +223,14 @@
|
|
|
223
223
|
vertical-align: inherit;
|
|
224
224
|
}
|
|
225
225
|
`,Dt=[Object.keys(v).map((t=>function(t){const o=v[t];return e.css`
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
226
|
+
.ft-typography--${e.unsafeCSS(t)} {
|
|
227
|
+
font-family: ${o.fontFamily};
|
|
228
|
+
font-size: ${o.fontSize};
|
|
229
|
+
font-weight: ${o.fontWeight};
|
|
230
|
+
letter-spacing: ${o.letterSpacing};
|
|
231
|
+
line-height: ${o.lineHeight};
|
|
232
|
+
text-transform: ${o.textCase};
|
|
233
|
+
}
|
|
232
234
|
`}(t)))],At={color:o.FtCssVariableFactory.extend("--ft-loader-color","",o.designSystemVariables.colorPrimary),size:o.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},Ht=e.css`
|
|
233
235
|
:host {
|
|
234
236
|
line-height: 0;
|
|
@@ -319,12 +319,14 @@ var dt,ht;let ut=class extends E{constructor(){super(...arguments),this.renderOp
|
|
|
319
319
|
vertical-align: inherit;
|
|
320
320
|
}
|
|
321
321
|
`,ve=[Object.keys(vt).map((t=>function(t){const o=vt[t];return b`
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
322
|
+
.ft-typography--${g(t)} {
|
|
323
|
+
font-family: ${o.fontFamily};
|
|
324
|
+
font-size: ${o.fontSize};
|
|
325
|
+
font-weight: ${o.fontWeight};
|
|
326
|
+
letter-spacing: ${o.letterSpacing};
|
|
327
|
+
line-height: ${o.lineHeight};
|
|
328
|
+
text-transform: ${o.textCase};
|
|
329
|
+
}
|
|
328
330
|
`}(t)))],Oe={color:bt.extend("--ft-loader-color","",St.colorPrimary),size:bt.create("--ft-loader-size","","SIZE","80px")},Ne=b`
|
|
329
331
|
:host {
|
|
330
332
|
line-height: 0;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-reader-navigation-button",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.61",
|
|
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.0.
|
|
23
|
-
"@fluid-topics/ft-reader-context": "1.0.
|
|
24
|
-
"@fluid-topics/ft-reader-internal-link": "1.0.
|
|
25
|
-
"@fluid-topics/ft-tooltip": "1.0.
|
|
26
|
-
"@fluid-topics/ft-wc-utils": "1.0.
|
|
22
|
+
"@fluid-topics/ft-button": "1.0.61",
|
|
23
|
+
"@fluid-topics/ft-reader-context": "1.0.61",
|
|
24
|
+
"@fluid-topics/ft-reader-internal-link": "1.0.61",
|
|
25
|
+
"@fluid-topics/ft-tooltip": "1.0.61",
|
|
26
|
+
"@fluid-topics/ft-wc-utils": "1.0.61",
|
|
27
27
|
"lit": "2.7.2"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "c2a916c32bd1fe396316800c6afd78662ed27409"
|
|
30
30
|
}
|