@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