@open-tender/types 0.0.42 → 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.
@@ -564,6 +564,7 @@ export interface ConfigThemeInputLabel {
564
564
  offset: string;
565
565
  padding: string;
566
566
  top: string;
567
+ fontSizeMobile: string;
567
568
  }
568
569
  export interface ConfigThemeInput {
569
570
  bgColor: string;
@@ -684,6 +685,7 @@ export interface ConfigThemeWelcome {
684
685
  titleLineHeight: string;
685
686
  titleMarginLeft: string;
686
687
  titleSize: string;
688
+ mobile?: ConfigThemeWelcome;
687
689
  }
688
690
  export interface ConfigTheme {
689
691
  alert: {
@@ -564,6 +564,7 @@ export interface ConfigThemeInputLabel {
564
564
  offset: string;
565
565
  padding: string;
566
566
  top: string;
567
+ fontSizeMobile: string;
567
568
  }
568
569
  export interface ConfigThemeInput {
569
570
  bgColor: string;
@@ -684,6 +685,7 @@ export interface ConfigThemeWelcome {
684
685
  titleLineHeight: string;
685
686
  titleMarginLeft: string;
686
687
  titleSize: string;
688
+ mobile?: ConfigThemeWelcome;
687
689
  }
688
690
  export interface ConfigTheme {
689
691
  alert: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.0.42",
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",