@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.
- package/dist/index.js +4 -4
- 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:
|
|
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:
|
|
23687
|
+
value: "Greet Condensed, 'Inter', system-ui, Segoe UI, 'Roboto', 'Ubuntu', sans-serif",
|
|
23688
23688
|
type: "fontFamilies"
|
|
23689
23689
|
},
|
|
23690
23690
|
inter: {
|
|
23691
|
-
value: '
|
|
23691
|
+
value: "'Inter', system-ui, Segoe UI, 'Roboto', 'Ubuntu', sans-serif",
|
|
23692
23692
|
type: "fontFamilies"
|
|
23693
23693
|
},
|
|
23694
23694
|
"faire-sprig": {
|
|
23695
|
-
value:
|
|
23695
|
+
value: "FAIRE Sprig",
|
|
23696
23696
|
type: "fontFamilies"
|
|
23697
23697
|
}
|
|
23698
23698
|
},
|
package/package.json
CHANGED