@pine-ds/doc-components 2.16.1 → 2.16.3

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.js +4 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -23680,19 +23680,19 @@ const i_ = (e) => (e = e.replace(/[A-Z]/g, " $&"), e[0].toUpperCase() + e.slice(
23680
23680
  color: o_,
23681
23681
  "font-family": {
23682
23682
  greet: {
23683
- value: '"Greet Standard", "Inter", -apple-system, system-ui, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", sans-serif',
23683
+ value: "Greet Standard, 'Inter', system-ui, Segoe UI, 'Roboto', 'Ubuntu', sans-serif",
23684
23684
  type: "fontFamilies"
23685
23685
  },
23686
23686
  "greet-condensed": {
23687
- value: '"Greet Condensed", "Inter", -apple-system, system-ui, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", sans-serif',
23687
+ value: "Greet Condensed, 'Inter', system-ui, Segoe UI, 'Roboto', 'Ubuntu', sans-serif",
23688
23688
  type: "fontFamilies"
23689
23689
  },
23690
23690
  inter: {
23691
- value: '"Inter", -apple-system, system-ui, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", sans-serif',
23691
+ value: "'Inter', system-ui, Segoe UI, 'Roboto', 'Ubuntu', sans-serif",
23692
23692
  type: "fontFamilies"
23693
23693
  },
23694
23694
  "faire-sprig": {
23695
- value: '"FAIRE Sprig"',
23695
+ value: "FAIRE Sprig",
23696
23696
  type: "fontFamilies"
23697
23697
  }
23698
23698
  },
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@pine-ds/doc-components",
3
3
  "description": "Pine documentation components",
4
4
  "author": "Kajabi Design System Services",
5
- "version": "2.16.1",
5
+ "version": "2.16.3",
6
6
  "type": "module",
7
7
  "main": "./dist/index.js",
8
8
  "module": "./dist/index.js",