@fluid-topics/ft-in-product-help 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.
@@ -317,12 +317,14 @@
317
317
  vertical-align: inherit;
318
318
  }
319
319
  `,Yt=[Object.keys(U).map((t=>function(t){const o=U[t];return e.css`
320
- font-family: ${o.fontFamily};
321
- font-size: ${o.fontSize};
322
- font-weight: ${o.fontWeight};
323
- letter-spacing: ${o.letterSpacing};
324
- line-height: ${o.lineHeight};
325
- text-transform: ${o.textCase};
320
+ .ft-typography--${e.unsafeCSS(t)} {
321
+ font-family: ${o.fontFamily};
322
+ font-size: ${o.fontSize};
323
+ font-weight: ${o.fontWeight};
324
+ letter-spacing: ${o.letterSpacing};
325
+ line-height: ${o.lineHeight};
326
+ text-transform: ${o.textCase};
327
+ }
326
328
  `}(t)))],_t={color:o.FtCssVariableFactory.extend("--ft-loader-color","",o.designSystemVariables.colorPrimary),size:o.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},Vt=e.css`
327
329
  :host {
328
330
  line-height: 0;
@@ -429,12 +429,14 @@ const oo=jt(class extends Tt{constructor(t){var o;if(super(t),t.type!==Ht||"clas
429
429
  vertical-align: inherit;
430
430
  }
431
431
  `,Re=[Object.keys(vt).map((t=>function(t){const o=vt[t];return b`
432
- font-family: ${o.fontFamily};
433
- font-size: ${o.fontSize};
434
- font-weight: ${o.fontWeight};
435
- letter-spacing: ${o.letterSpacing};
436
- line-height: ${o.lineHeight};
437
- text-transform: ${o.textCase};
432
+ .ft-typography--${g(t)} {
433
+ font-family: ${o.fontFamily};
434
+ font-size: ${o.fontSize};
435
+ font-weight: ${o.fontWeight};
436
+ letter-spacing: ${o.letterSpacing};
437
+ line-height: ${o.lineHeight};
438
+ text-transform: ${o.textCase};
439
+ }
438
440
  `}(t)))],Ee={color:bt.extend("--ft-loader-color","",St.colorPrimary),size:bt.create("--ft-loader-size","","SIZE","80px")},Ie=b`
439
441
  :host {
440
442
  line-height: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-in-product-help",
3
- "version": "1.0.60",
3
+ "version": "1.0.61",
4
4
  "description": "Embeddable fluid-topics iframe",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,8 +19,8 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-wc-utils": "1.0.60",
22
+ "@fluid-topics/ft-wc-utils": "1.0.61",
23
23
  "lit": "2.7.2"
24
24
  },
25
- "gitHead": "8eb7c2ef052f5d3f61ed0bf150fcaee093805450"
25
+ "gitHead": "c2a916c32bd1fe396316800c6afd78662ed27409"
26
26
  }