@pantoken/pendo 0.1.3 → 0.1.5

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -203,7 +203,7 @@ function elevationLayer() {
203
203
  return `@layer instui.elevation {\n${elevationCss({ selector: GUIDE_SELECTOR })}}`;
204
204
  }
205
205
  /** Build the `instui.focusOutline` layer: the `--instui-focus-outline-*` token defs + the ring rules
206
- * (from @pantoken/components), scoped to Pendo's focusables. */
206
+ * (from `@pantoken/components`), scoped to Pendo's focusables. */
207
207
  function focusLayer() {
208
208
  const decls = focusOutlineDeclarations().map(([n, v]) => ` ${n}: ${v};`).join("\n");
209
209
  return `@layer instui.focusOutline {\n${GUIDE_SELECTOR} {\n${decls}\n}\n\n${focusOutlineRules(FOCUSABLES)}\n}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pantoken/pendo",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Instructure-styled global CSS for Pendo guides, built on pantoken tokens (ported from @instructure/pendo-global-css).",
5
5
  "homepage": "https://pantoken.iywahl.com",
6
6
  "bugs": "https://github.com/thedannywahl/pantoken/issues",