@open-tender/types 0.2.51 → 0.2.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/.DS_Store CHANGED
Binary file
@@ -629,7 +629,8 @@ export interface ThemeWelcomeStylesApp extends Omit<ThemeWelcomeStyles, 'titleLi
629
629
  titleLineHeight: string;
630
630
  subtitleLineHeight: string;
631
631
  }
632
- export interface AppTheme extends Omit<Theme, 'welcome' | 'item'> {
632
+ export interface AppTheme extends Omit<Theme, 'welcome' | 'item' | 'categories'> {
633
633
  welcome: ThemeWelcomeStylesApp;
634
634
  item: ThemeItemStyles;
635
+ categories: ThemeCategory;
635
636
  }
@@ -629,7 +629,8 @@ export interface ThemeWelcomeStylesApp extends Omit<ThemeWelcomeStyles, 'titleLi
629
629
  titleLineHeight: string;
630
630
  subtitleLineHeight: string;
631
631
  }
632
- export interface AppTheme extends Omit<Theme, 'welcome' | 'item'> {
632
+ export interface AppTheme extends Omit<Theme, 'welcome' | 'item' | 'categories'> {
633
633
  welcome: ThemeWelcomeStylesApp;
634
634
  item: ThemeItemStyles;
635
+ categories: ThemeCategory;
635
636
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.2.51",
3
+ "version": "0.2.52",
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",