@muraldevkit/ui-toolkit 2.33.1 → 2.34.0
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
export type InputStates = 'disabled' | 'error' | 'read-only';
|
|
3
|
-
export type InputKinds = 'default' | 'inline';
|
|
3
|
+
export type InputKinds = 'default' | 'inline' | 'inline-label';
|
|
4
4
|
export type InputSizes = 'default' | 'large';
|
|
5
5
|
export declare const allowedCheckboxValues: {
|
|
6
6
|
selected: readonly ["default", "checked", "indeterminate"];
|