@open-tender/types 0.2.44 → 0.2.45

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.
@@ -374,8 +374,8 @@ export interface ThemeMenuItemsContainer extends Record<string, string | number>
374
374
  maxWidth: string;
375
375
  gap: string;
376
376
  gapHalf: string;
377
+ gapHalfMobile: string;
377
378
  gapMobile: string;
378
- gapMobileHalf: string;
379
379
  justifyContent: ThemeJustifyContent;
380
380
  margin: string;
381
381
  marginMobile: string;
@@ -374,8 +374,8 @@ export interface ThemeMenuItemsContainer extends Record<string, string | number>
374
374
  maxWidth: string;
375
375
  gap: string;
376
376
  gapHalf: string;
377
+ gapHalfMobile: string;
377
378
  gapMobile: string;
378
- gapMobileHalf: string;
379
379
  justifyContent: ThemeJustifyContent;
380
380
  margin: string;
381
381
  marginMobile: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.2.44",
3
+ "version": "0.2.45",
4
4
  "description": "A library of types for use with Open Tender applications that utilize our cloud-based Order API.",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",