@open-tender/types 0.2.92 → 0.2.94
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.
|
@@ -583,16 +583,19 @@ export interface ThemeModifiersColors extends Record<string, string> {
|
|
|
583
583
|
}
|
|
584
584
|
export interface ThemeModifiersBox extends Record<string, string | number> {
|
|
585
585
|
border: string;
|
|
586
|
+
borderMobile: string;
|
|
586
587
|
borderRadius: string;
|
|
587
588
|
boxShadow: string;
|
|
588
589
|
gap: string;
|
|
589
590
|
gapHalf: string;
|
|
590
591
|
layout: string;
|
|
591
592
|
margin: string;
|
|
593
|
+
marginMobile: string;
|
|
592
594
|
minHeight: string;
|
|
593
595
|
minHeightWithGap: string;
|
|
594
596
|
minWidth: string;
|
|
595
597
|
padding: string;
|
|
598
|
+
paddingMobile: string;
|
|
596
599
|
perRow: number;
|
|
597
600
|
transition: string;
|
|
598
601
|
width: string;
|
|
@@ -583,16 +583,19 @@ export interface ThemeModifiersColors extends Record<string, string> {
|
|
|
583
583
|
}
|
|
584
584
|
export interface ThemeModifiersBox extends Record<string, string | number> {
|
|
585
585
|
border: string;
|
|
586
|
+
borderMobile: string;
|
|
586
587
|
borderRadius: string;
|
|
587
588
|
boxShadow: string;
|
|
588
589
|
gap: string;
|
|
589
590
|
gapHalf: string;
|
|
590
591
|
layout: string;
|
|
591
592
|
margin: string;
|
|
593
|
+
marginMobile: string;
|
|
592
594
|
minHeight: string;
|
|
593
595
|
minHeightWithGap: string;
|
|
594
596
|
minWidth: string;
|
|
595
597
|
padding: string;
|
|
598
|
+
paddingMobile: string;
|
|
596
599
|
perRow: number;
|
|
597
600
|
transition: string;
|
|
598
601
|
width: string;
|
package/package.json
CHANGED