@open-tender/types 0.0.43 → 0.0.44

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.
@@ -685,6 +685,7 @@ export interface ConfigThemeWelcome {
685
685
  titleLineHeight: string;
686
686
  titleMarginLeft: string;
687
687
  titleSize: string;
688
+ mobile?: ConfigThemeWelcome;
688
689
  }
689
690
  export interface ConfigTheme {
690
691
  alert: {
@@ -779,8 +780,6 @@ export interface ConfigTheme {
779
780
  bgColor: string;
780
781
  color: string;
781
782
  };
782
- welcome: ConfigThemeWelcome & {
783
- mobile: ConfigThemeWelcome;
784
- };
783
+ welcome: ConfigThemeWelcome;
785
784
  }
786
785
  export {};
@@ -685,6 +685,7 @@ export interface ConfigThemeWelcome {
685
685
  titleLineHeight: string;
686
686
  titleMarginLeft: string;
687
687
  titleSize: string;
688
+ mobile?: ConfigThemeWelcome;
688
689
  }
689
690
  export interface ConfigTheme {
690
691
  alert: {
@@ -779,8 +780,6 @@ export interface ConfigTheme {
779
780
  bgColor: string;
780
781
  color: string;
781
782
  };
782
- welcome: ConfigThemeWelcome & {
783
- mobile: ConfigThemeWelcome;
784
- };
783
+ welcome: ConfigThemeWelcome;
785
784
  }
786
785
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.0.43",
3
+ "version": "0.0.44",
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",