@glidevvr/storage-payload-types-pkg 1.0.360 → 1.0.361

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/package.json +1 -1
  2. package/payload-types.ts +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glidevvr/storage-payload-types-pkg",
3
- "version": "1.0.360",
3
+ "version": "1.0.361",
4
4
  "description": "Package for Payload CMS types.",
5
5
  "main": "payload-types.ts",
6
6
  "scripts": {
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"). Max 14 characters.
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"). Max 14 characters.
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
  /**