@glidevvr/storage-payload-types-pkg 1.0.360 → 1.0.362
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/package.json +1 -1
- package/payload-types.ts +2 -2
package/package.json
CHANGED
package/payload-types.ts
CHANGED
|
@@ -971,7 +971,7 @@ export interface Facility {
|
|
|
971
971
|
*/
|
|
972
972
|
badgeDesign?: string | null;
|
|
973
973
|
/**
|
|
974
|
-
* Text shown on the badge (e.g. "Flash Sale").
|
|
974
|
+
* Text shown on the badge (e.g. "Flash Sale"). It automatically scales to fit the badge.
|
|
975
975
|
*/
|
|
976
976
|
badgeText?: string | null;
|
|
977
977
|
/**
|
|
@@ -5289,7 +5289,7 @@ export interface UnitsTableBlock {
|
|
|
5289
5289
|
*/
|
|
5290
5290
|
badgeDesign?: string | null;
|
|
5291
5291
|
/**
|
|
5292
|
-
* Text shown on the badge (e.g. "Flash Sale").
|
|
5292
|
+
* Text shown on the badge (e.g. "Flash Sale"). It automatically scales to fit the badge.
|
|
5293
5293
|
*/
|
|
5294
5294
|
badgeText?: string | null;
|
|
5295
5295
|
/**
|