@gem-sdk/core 1.41.0-dev.37 → 1.41.0-dev.39
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/types/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -6590,6 +6590,7 @@ type SizeSettingGlobal = {
|
|
|
6590
6590
|
width?: string;
|
|
6591
6591
|
height?: string;
|
|
6592
6592
|
gap?: string;
|
|
6593
|
+
isDropDownWidth?: boolean;
|
|
6593
6594
|
};
|
|
6594
6595
|
type FlexDirectionProp = 'row' | 'column' | 'row-reverse' | 'column-reverse';
|
|
6595
6596
|
type TransformProp = 'default' | 'capitalize' | 'uppercase' | 'lowercase' | 'none';
|