@getcommunity/gc-validators 0.0.50 → 0.0.52
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.d.cts +3 -0
- package/dist/index.d.ts +3 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1577,6 +1577,9 @@ type BrandStyleguideFont = {
|
|
|
1577
1577
|
title: string;
|
|
1578
1578
|
slug: string;
|
|
1579
1579
|
fallbacks: Array<WebSafeFont>;
|
|
1580
|
+
src: string;
|
|
1581
|
+
srcvar: string | null;
|
|
1582
|
+
font_files: Array<MediaUploadDocument>;
|
|
1580
1583
|
};
|
|
1581
1584
|
type ComponentBrandStyleguideFont = {
|
|
1582
1585
|
__component: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1577,6 +1577,9 @@ type BrandStyleguideFont = {
|
|
|
1577
1577
|
title: string;
|
|
1578
1578
|
slug: string;
|
|
1579
1579
|
fallbacks: Array<WebSafeFont>;
|
|
1580
|
+
src: string;
|
|
1581
|
+
srcvar: string | null;
|
|
1582
|
+
font_files: Array<MediaUploadDocument>;
|
|
1580
1583
|
};
|
|
1581
1584
|
type ComponentBrandStyleguideFont = {
|
|
1582
1585
|
__component: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getcommunity/gc-validators",
|
|
3
3
|
"description": "Schema Validator for GetCommunity types",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.52",
|
|
5
5
|
"author": "Joey Grable <joey@getcommunity.com> (https://joeygrable.com)",
|
|
6
6
|
"contributors": [],
|
|
7
7
|
"main": "dist/index.js",
|