@gem-sdk/core 1.12.0-next.36 → 1.12.0-next.38
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 -1
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -377,7 +377,7 @@ type InputNumberControlType<T> = SharedControlType<T> & {
|
|
|
377
377
|
readonly?: boolean;
|
|
378
378
|
};
|
|
379
379
|
|
|
380
|
-
type SizeUnit$2 = '%' | 'cm' | 'mm' | 'Q' | 'in' | 'pc' | 'pt' | 'px' | 'em' | 'cap' | 'ex' | 'ch' | 'ic' | 'rem' | 'lh' | 'rlh' | 'vw' | 'vh' | 'vi' | 'vb' | 'vmin' | 'vmax';
|
|
380
|
+
type SizeUnit$2 = 's' | '%' | 'cm' | 'mm' | 'Q' | 'in' | 'pc' | 'pt' | 'px' | 'em' | 'cap' | 'ex' | 'ch' | 'ic' | 'rem' | 'lh' | 'rlh' | 'vw' | 'vh' | 'vi' | 'vb' | 'vmin' | 'vmax';
|
|
381
381
|
type InputUnitControlType<T> = SharedControlType<T> & {
|
|
382
382
|
type: 'input:unit';
|
|
383
383
|
placeholder?: string;
|