@elaraai/east-ui 0.0.1-beta.17 → 0.0.1-beta.19
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/src/buttons/button/index.d.ts +54 -54
- package/dist/src/buttons/button/types.d.ts +54 -54
- package/dist/src/buttons/icon-button/index.d.ts +55 -55
- package/dist/src/buttons/icon-button/types.d.ts +51 -51
- package/dist/src/charts/area/index.d.ts.map +1 -1
- package/dist/src/charts/area/index.js +13 -3
- package/dist/src/charts/area/index.js.map +1 -1
- package/dist/src/charts/area/types.d.ts +1464 -1454
- package/dist/src/charts/area/types.d.ts.map +1 -1
- package/dist/src/charts/area/types.js +1 -0
- package/dist/src/charts/area/types.js.map +1 -1
- package/dist/src/charts/bar/index.js +13 -3
- package/dist/src/charts/bar/index.js.map +1 -1
- package/dist/src/charts/bar/types.d.ts +736 -726
- package/dist/src/charts/bar/types.d.ts.map +1 -1
- package/dist/src/charts/bar/types.js +1 -0
- package/dist/src/charts/bar/types.js.map +1 -1
- package/dist/src/charts/bar-list/types.d.ts +168 -168
- package/dist/src/charts/bar-segment/types.d.ts +14 -14
- package/dist/src/charts/composed/index.d.ts.map +1 -1
- package/dist/src/charts/composed/index.js +12 -3
- package/dist/src/charts/composed/index.js.map +1 -1
- package/dist/src/charts/composed/types.d.ts +872 -849
- package/dist/src/charts/composed/types.d.ts.map +1 -1
- package/dist/src/charts/composed/types.js +1 -0
- package/dist/src/charts/composed/types.js.map +1 -1
- package/dist/src/charts/index.d.ts +5684 -5665
- package/dist/src/charts/index.d.ts.map +1 -1
- package/dist/src/charts/line/index.js +13 -3
- package/dist/src/charts/line/index.js.map +1 -1
- package/dist/src/charts/line/types.d.ts +750 -736
- package/dist/src/charts/line/types.d.ts.map +1 -1
- package/dist/src/charts/line/types.js +5 -1
- package/dist/src/charts/line/types.js.map +1 -1
- package/dist/src/charts/pie/types.d.ts +38 -38
- package/dist/src/charts/radar/index.d.ts.map +1 -1
- package/dist/src/charts/radar/index.js +1 -0
- package/dist/src/charts/radar/index.js.map +1 -1
- package/dist/src/charts/radar/types.d.ts +55 -54
- package/dist/src/charts/radar/types.d.ts.map +1 -1
- package/dist/src/charts/scatter/index.d.ts +3 -2
- package/dist/src/charts/scatter/index.d.ts.map +1 -1
- package/dist/src/charts/scatter/index.js +13 -39
- package/dist/src/charts/scatter/index.js.map +1 -1
- package/dist/src/charts/scatter/types.d.ts +721 -711
- package/dist/src/charts/scatter/types.d.ts.map +1 -1
- package/dist/src/charts/scatter/types.js +1 -0
- package/dist/src/charts/scatter/types.js.map +1 -1
- package/dist/src/charts/sparkline/index.d.ts +9 -9
- package/dist/src/charts/sparkline/types.d.ts +9 -9
- package/dist/src/charts/types.d.ts +844 -841
- package/dist/src/charts/types.d.ts.map +1 -1
- package/dist/src/charts/types.js +5 -0
- package/dist/src/charts/types.js.map +1 -1
- package/dist/src/collections/data-list/index.d.ts +35 -35
- package/dist/src/collections/data-list/types.d.ts +5 -5
- package/dist/src/collections/gantt/index.d.ts +721 -721
- package/dist/src/collections/gantt/types.d.ts +195 -195
- package/dist/src/collections/planner/index.d.ts +255 -255
- package/dist/src/collections/planner/types.d.ts +200 -200
- package/dist/src/collections/table/index.d.ts +396 -396
- package/dist/src/collections/table/types.d.ts +145 -145
- package/dist/src/collections/tree-view/index.d.ts +583 -583
- package/dist/src/collections/tree-view/types.d.ts +21 -21
- package/dist/src/component.d.ts +7519 -7505
- package/dist/src/component.d.ts.map +1 -1
- package/dist/src/container/card/index.d.ts +24 -24
- package/dist/src/container/card/types.d.ts +24 -24
- package/dist/src/disclosure/accordion/index.d.ts +29 -29
- package/dist/src/disclosure/accordion/types.d.ts +11 -11
- package/dist/src/disclosure/carousel/index.d.ts +6 -6
- package/dist/src/disclosure/carousel/types.d.ts +6 -6
- package/dist/src/disclosure/tabs/index.d.ts +126 -126
- package/dist/src/disclosure/tabs/types.d.ts +48 -48
- package/dist/src/display/avatar/index.d.ts +22 -22
- package/dist/src/display/avatar/types.d.ts +22 -22
- package/dist/src/display/badge/index.d.ts +24 -24
- package/dist/src/display/badge/types.d.ts +24 -24
- package/dist/src/display/icon/index.d.ts +64 -64
- package/dist/src/display/icon/types.d.ts +64 -64
- package/dist/src/display/stat/index.d.ts +8 -8
- package/dist/src/display/stat/types.d.ts +8 -8
- package/dist/src/display/tag/index.d.ts +30 -30
- package/dist/src/display/tag/types.d.ts +30 -30
- package/dist/src/feedback/alert/index.d.ts +18 -18
- package/dist/src/feedback/alert/types.d.ts +18 -18
- package/dist/src/feedback/progress/index.d.ts +28 -28
- package/dist/src/feedback/progress/types.d.ts +28 -28
- package/dist/src/forms/checkbox/index.d.ts +21 -21
- package/dist/src/forms/checkbox/types.d.ts +21 -21
- package/dist/src/forms/field/index.d.ts +294 -294
- package/dist/src/forms/field/types.d.ts +579 -579
- package/dist/src/forms/file-upload/index.d.ts +27 -27
- package/dist/src/forms/file-upload/types.d.ts +35 -35
- package/dist/src/forms/input/index.d.ts +102 -102
- package/dist/src/forms/input/types.d.ts +102 -102
- package/dist/src/forms/select/index.d.ts +19 -19
- package/dist/src/forms/select/types.d.ts +19 -19
- package/dist/src/forms/slider/index.d.ts +31 -31
- package/dist/src/forms/slider/types.d.ts +31 -31
- package/dist/src/forms/switch/index.d.ts +20 -20
- package/dist/src/forms/switch/types.d.ts +20 -20
- package/dist/src/forms/tags-input/index.d.ts +41 -41
- package/dist/src/forms/tags-input/types.d.ts +41 -41
- package/dist/src/forms/textarea/index.d.ts +30 -30
- package/dist/src/forms/textarea/types.d.ts +30 -30
- package/dist/src/layout/box/index.d.ts +70 -70
- package/dist/src/layout/box/types.d.ts +62 -62
- package/dist/src/layout/flex/index.d.ts +65 -65
- package/dist/src/layout/flex/types.d.ts +57 -57
- package/dist/src/layout/grid/index.d.ts +51 -51
- package/dist/src/layout/grid/types.d.ts +56 -56
- package/dist/src/layout/separator/index.d.ts +42 -42
- package/dist/src/layout/separator/types.d.ts +17 -17
- package/dist/src/layout/splitter/index.d.ts +9 -9
- package/dist/src/layout/splitter/types.d.ts +14 -14
- package/dist/src/layout/stack/index.d.ts +63 -63
- package/dist/src/layout/stack/types.d.ts +55 -55
- package/dist/src/layout/style.d.ts +8 -8
- package/dist/src/overlays/action-bar/index.d.ts +7 -7
- package/dist/src/overlays/action-bar/types.d.ts +7 -7
- package/dist/src/overlays/dialog/index.d.ts +49 -49
- package/dist/src/overlays/dialog/types.d.ts +49 -49
- package/dist/src/overlays/drawer/index.d.ts +25 -25
- package/dist/src/overlays/drawer/types.d.ts +25 -25
- package/dist/src/overlays/hover-card/index.d.ts +38 -38
- package/dist/src/overlays/hover-card/types.d.ts +26 -26
- package/dist/src/overlays/menu/index.d.ts +32 -32
- package/dist/src/overlays/menu/types.d.ts +20 -20
- package/dist/src/overlays/popover/index.d.ts +37 -37
- package/dist/src/overlays/popover/types.d.ts +25 -25
- package/dist/src/overlays/toggle-tip/index.d.ts +27 -27
- package/dist/src/overlays/toggle-tip/types.d.ts +15 -15
- package/dist/src/overlays/tooltip/index.d.ts +26 -26
- package/dist/src/overlays/tooltip/types.d.ts +26 -26
- package/dist/src/reactive/index.d.ts.map +1 -1
- package/dist/src/reactive/index.js +2 -2
- package/dist/src/reactive/index.js.map +1 -1
- package/dist/src/style.d.ts +87 -87
- package/dist/src/typography/code/index.d.ts +14 -14
- package/dist/src/typography/code/types.d.ts +14 -14
- package/dist/src/typography/code-block/index.d.ts +36 -36
- package/dist/src/typography/code-block/types.d.ts +36 -36
- package/dist/src/typography/heading/index.d.ts +41 -41
- package/dist/src/typography/heading/types.d.ts +41 -41
- package/dist/src/typography/highlight/index.d.ts +3 -3
- package/dist/src/typography/highlight/types.d.ts +3 -3
- package/dist/src/typography/link/index.d.ts +9 -9
- package/dist/src/typography/link/types.d.ts +9 -9
- package/dist/src/typography/list/index.d.ts +8 -8
- package/dist/src/typography/list/types.d.ts +8 -8
- package/dist/src/typography/mark/index.d.ts +11 -11
- package/dist/src/typography/mark/types.d.ts +11 -11
- package/dist/src/typography/text/index.d.ts +53 -53
- package/dist/src/typography/text/types.d.ts +53 -53
- package/package.json +2 -2
|
@@ -71,49 +71,49 @@ export declare const TagsInput: {
|
|
|
71
71
|
* @property placeholder - Placeholder text
|
|
72
72
|
*/
|
|
73
73
|
readonly Root: import("@elaraai/east").StructType<{
|
|
74
|
-
value: ArrayType<StringType>;
|
|
75
|
-
defaultValue: import("@elaraai/east").OptionType<ArrayType<StringType>>;
|
|
76
|
-
max: import("@elaraai/east").OptionType<import("@elaraai/east").IntegerType>;
|
|
77
|
-
maxLength: import("@elaraai/east").OptionType<import("@elaraai/east").IntegerType>;
|
|
78
|
-
disabled: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
79
|
-
readOnly: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
80
|
-
invalid: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
81
|
-
editable: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
82
|
-
delimiter: import("@elaraai/east").OptionType<StringType>;
|
|
83
|
-
addOnPaste: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
84
|
-
blurBehavior: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
85
|
-
clear: import("@elaraai/east").NullType;
|
|
86
|
-
add: import("@elaraai/east").NullType;
|
|
74
|
+
readonly value: ArrayType<StringType>;
|
|
75
|
+
readonly defaultValue: import("@elaraai/east").OptionType<ArrayType<StringType>>;
|
|
76
|
+
readonly max: import("@elaraai/east").OptionType<import("@elaraai/east").IntegerType>;
|
|
77
|
+
readonly maxLength: import("@elaraai/east").OptionType<import("@elaraai/east").IntegerType>;
|
|
78
|
+
readonly disabled: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
79
|
+
readonly readOnly: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
80
|
+
readonly invalid: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
81
|
+
readonly editable: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
82
|
+
readonly delimiter: import("@elaraai/east").OptionType<StringType>;
|
|
83
|
+
readonly addOnPaste: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
84
|
+
readonly blurBehavior: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
85
|
+
readonly clear: import("@elaraai/east").NullType;
|
|
86
|
+
readonly add: import("@elaraai/east").NullType;
|
|
87
87
|
}>>;
|
|
88
|
-
allowOverflow: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
89
|
-
label: import("@elaraai/east").OptionType<StringType>;
|
|
90
|
-
placeholder: import("@elaraai/east").OptionType<StringType>;
|
|
91
|
-
size: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
92
|
-
xs: import("@elaraai/east").NullType;
|
|
93
|
-
sm: import("@elaraai/east").NullType;
|
|
94
|
-
md: import("@elaraai/east").NullType;
|
|
95
|
-
lg: import("@elaraai/east").NullType;
|
|
88
|
+
readonly allowOverflow: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
89
|
+
readonly label: import("@elaraai/east").OptionType<StringType>;
|
|
90
|
+
readonly placeholder: import("@elaraai/east").OptionType<StringType>;
|
|
91
|
+
readonly size: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
92
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
93
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
94
|
+
readonly md: import("@elaraai/east").NullType;
|
|
95
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
96
96
|
}>>;
|
|
97
|
-
variant: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
98
|
-
outline: import("@elaraai/east").NullType;
|
|
99
|
-
subtle: import("@elaraai/east").NullType;
|
|
100
|
-
flushed: import("@elaraai/east").NullType;
|
|
97
|
+
readonly variant: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
98
|
+
readonly outline: import("@elaraai/east").NullType;
|
|
99
|
+
readonly subtle: import("@elaraai/east").NullType;
|
|
100
|
+
readonly flushed: import("@elaraai/east").NullType;
|
|
101
101
|
}>>;
|
|
102
|
-
colorPalette: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
103
|
-
gray: import("@elaraai/east").NullType;
|
|
104
|
-
red: import("@elaraai/east").NullType;
|
|
105
|
-
orange: import("@elaraai/east").NullType;
|
|
106
|
-
yellow: import("@elaraai/east").NullType;
|
|
107
|
-
green: import("@elaraai/east").NullType;
|
|
108
|
-
teal: import("@elaraai/east").NullType;
|
|
109
|
-
blue: import("@elaraai/east").NullType;
|
|
110
|
-
cyan: import("@elaraai/east").NullType;
|
|
111
|
-
purple: import("@elaraai/east").NullType;
|
|
112
|
-
pink: import("@elaraai/east").NullType;
|
|
102
|
+
readonly colorPalette: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
103
|
+
readonly gray: import("@elaraai/east").NullType;
|
|
104
|
+
readonly red: import("@elaraai/east").NullType;
|
|
105
|
+
readonly orange: import("@elaraai/east").NullType;
|
|
106
|
+
readonly yellow: import("@elaraai/east").NullType;
|
|
107
|
+
readonly green: import("@elaraai/east").NullType;
|
|
108
|
+
readonly teal: import("@elaraai/east").NullType;
|
|
109
|
+
readonly blue: import("@elaraai/east").NullType;
|
|
110
|
+
readonly cyan: import("@elaraai/east").NullType;
|
|
111
|
+
readonly purple: import("@elaraai/east").NullType;
|
|
112
|
+
readonly pink: import("@elaraai/east").NullType;
|
|
113
113
|
}>>;
|
|
114
|
-
onChange: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
|
|
115
|
-
onInputChange: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
|
|
116
|
-
onHighlightChange: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").OptionType<StringType>], import("@elaraai/east").NullType>>;
|
|
114
|
+
readonly onChange: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
|
|
115
|
+
readonly onInputChange: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
|
|
116
|
+
readonly onHighlightChange: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").OptionType<StringType>], import("@elaraai/east").NullType>>;
|
|
117
117
|
}>;
|
|
118
118
|
/**
|
|
119
119
|
* Blur behavior options for TagsInput.
|
|
@@ -122,8 +122,8 @@ export declare const TagsInput: {
|
|
|
122
122
|
* @property clear - Clear current input on blur
|
|
123
123
|
*/
|
|
124
124
|
readonly BlurBehavior: import("@elaraai/east").VariantType<{
|
|
125
|
-
clear: import("@elaraai/east").NullType;
|
|
126
|
-
add: import("@elaraai/east").NullType;
|
|
125
|
+
readonly clear: import("@elaraai/east").NullType;
|
|
126
|
+
readonly add: import("@elaraai/east").NullType;
|
|
127
127
|
}>;
|
|
128
128
|
};
|
|
129
129
|
};
|
|
@@ -21,9 +21,9 @@ export { InputVariantType, type InputVariantLiteral } from "../input/types.js";
|
|
|
21
21
|
*/
|
|
22
22
|
export declare const TagsInputBlurBehaviorType: VariantType<{
|
|
23
23
|
/** Clear the input on blur */
|
|
24
|
-
clear: NullType;
|
|
24
|
+
readonly clear: NullType;
|
|
25
25
|
/** Add the input text as a tag on blur */
|
|
26
|
-
add: NullType;
|
|
26
|
+
readonly add: NullType;
|
|
27
27
|
}>;
|
|
28
28
|
/**
|
|
29
29
|
* Type representing the TagsInputBlurBehavior structure.
|
|
@@ -63,70 +63,70 @@ export type TagsInputBlurBehaviorLiteral = "clear" | "add";
|
|
|
63
63
|
*/
|
|
64
64
|
export declare const TagsInputRootType: StructType<{
|
|
65
65
|
/** Array of current tag values */
|
|
66
|
-
value: ArrayType<StringType>;
|
|
66
|
+
readonly value: ArrayType<StringType>;
|
|
67
67
|
/** Initial tag values */
|
|
68
|
-
defaultValue: OptionType<ArrayType<StringType>>;
|
|
68
|
+
readonly defaultValue: OptionType<ArrayType<StringType>>;
|
|
69
69
|
/** Maximum number of tags allowed */
|
|
70
|
-
max: OptionType<IntegerType>;
|
|
70
|
+
readonly max: OptionType<IntegerType>;
|
|
71
71
|
/** Maximum characters per tag */
|
|
72
|
-
maxLength: OptionType<IntegerType>;
|
|
72
|
+
readonly maxLength: OptionType<IntegerType>;
|
|
73
73
|
/** Whether the input is disabled */
|
|
74
|
-
disabled: OptionType<BooleanType>;
|
|
74
|
+
readonly disabled: OptionType<BooleanType>;
|
|
75
75
|
/** Whether the input is read-only */
|
|
76
|
-
readOnly: OptionType<BooleanType>;
|
|
76
|
+
readonly readOnly: OptionType<BooleanType>;
|
|
77
77
|
/** Whether the input is in invalid state */
|
|
78
|
-
invalid: OptionType<BooleanType>;
|
|
78
|
+
readonly invalid: OptionType<BooleanType>;
|
|
79
79
|
/** Whether existing tags can be edited */
|
|
80
|
-
editable: OptionType<BooleanType>;
|
|
80
|
+
readonly editable: OptionType<BooleanType>;
|
|
81
81
|
/** Separator for parsing pasted text */
|
|
82
|
-
delimiter: OptionType<StringType>;
|
|
82
|
+
readonly delimiter: OptionType<StringType>;
|
|
83
83
|
/** Whether to parse pasted text into tags */
|
|
84
|
-
addOnPaste: OptionType<BooleanType>;
|
|
84
|
+
readonly addOnPaste: OptionType<BooleanType>;
|
|
85
85
|
/** Action on blur (clear or add) */
|
|
86
|
-
blurBehavior: OptionType<VariantType<{
|
|
86
|
+
readonly blurBehavior: OptionType<VariantType<{
|
|
87
87
|
/** Clear the input on blur */
|
|
88
|
-
clear: NullType;
|
|
88
|
+
readonly clear: NullType;
|
|
89
89
|
/** Add the input text as a tag on blur */
|
|
90
|
-
add: NullType;
|
|
90
|
+
readonly add: NullType;
|
|
91
91
|
}>>;
|
|
92
92
|
/** Whether to allow exceeding max */
|
|
93
|
-
allowOverflow: OptionType<BooleanType>;
|
|
93
|
+
readonly allowOverflow: OptionType<BooleanType>;
|
|
94
94
|
/** Descriptive label */
|
|
95
|
-
label: OptionType<StringType>;
|
|
95
|
+
readonly label: OptionType<StringType>;
|
|
96
96
|
/** Placeholder text for input */
|
|
97
|
-
placeholder: OptionType<StringType>;
|
|
97
|
+
readonly placeholder: OptionType<StringType>;
|
|
98
98
|
/** Size of the input */
|
|
99
|
-
size: OptionType<VariantType<{
|
|
100
|
-
xs: NullType;
|
|
101
|
-
sm: NullType;
|
|
102
|
-
md: NullType;
|
|
103
|
-
lg: NullType;
|
|
99
|
+
readonly size: OptionType<VariantType<{
|
|
100
|
+
readonly xs: NullType;
|
|
101
|
+
readonly sm: NullType;
|
|
102
|
+
readonly md: NullType;
|
|
103
|
+
readonly lg: NullType;
|
|
104
104
|
}>>;
|
|
105
105
|
/** Visual style variant */
|
|
106
|
-
variant: OptionType<VariantType<{
|
|
107
|
-
outline: NullType;
|
|
108
|
-
subtle: NullType;
|
|
109
|
-
flushed: NullType;
|
|
106
|
+
readonly variant: OptionType<VariantType<{
|
|
107
|
+
readonly outline: NullType;
|
|
108
|
+
readonly subtle: NullType;
|
|
109
|
+
readonly flushed: NullType;
|
|
110
110
|
}>>;
|
|
111
111
|
/** Color scheme for tags */
|
|
112
|
-
colorPalette: OptionType<VariantType<{
|
|
113
|
-
gray: NullType;
|
|
114
|
-
red: NullType;
|
|
115
|
-
orange: NullType;
|
|
116
|
-
yellow: NullType;
|
|
117
|
-
green: NullType;
|
|
118
|
-
teal: NullType;
|
|
119
|
-
blue: NullType;
|
|
120
|
-
cyan: NullType;
|
|
121
|
-
purple: NullType;
|
|
122
|
-
pink: NullType;
|
|
112
|
+
readonly colorPalette: OptionType<VariantType<{
|
|
113
|
+
readonly gray: NullType;
|
|
114
|
+
readonly red: NullType;
|
|
115
|
+
readonly orange: NullType;
|
|
116
|
+
readonly yellow: NullType;
|
|
117
|
+
readonly green: NullType;
|
|
118
|
+
readonly teal: NullType;
|
|
119
|
+
readonly blue: NullType;
|
|
120
|
+
readonly cyan: NullType;
|
|
121
|
+
readonly purple: NullType;
|
|
122
|
+
readonly pink: NullType;
|
|
123
123
|
}>>;
|
|
124
124
|
/** Callback triggered when tags change */
|
|
125
|
-
onChange: OptionType<FunctionType<[ArrayType<StringType>], NullType>>;
|
|
125
|
+
readonly onChange: OptionType<FunctionType<[ArrayType<StringType>], NullType>>;
|
|
126
126
|
/** Callback triggered when input text changes */
|
|
127
|
-
onInputChange: OptionType<FunctionType<[StringType], NullType>>;
|
|
127
|
+
readonly onInputChange: OptionType<FunctionType<[StringType], NullType>>;
|
|
128
128
|
/** Callback triggered when highlighted tag changes */
|
|
129
|
-
onHighlightChange: OptionType<FunctionType<[OptionType<StringType>], NullType>>;
|
|
129
|
+
readonly onHighlightChange: OptionType<FunctionType<[OptionType<StringType>], NullType>>;
|
|
130
130
|
}>;
|
|
131
131
|
/**
|
|
132
132
|
* Type representing the TagsInputRoot structure.
|
|
@@ -71,35 +71,35 @@ export declare const Textarea: {
|
|
|
71
71
|
* @property resize - Resize behavior (none, vertical, horizontal, both)
|
|
72
72
|
*/
|
|
73
73
|
readonly Textarea: import("@elaraai/east").StructType<{
|
|
74
|
-
value: StringType;
|
|
75
|
-
placeholder: import("@elaraai/east").OptionType<StringType>;
|
|
76
|
-
variant: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
77
|
-
outline: import("@elaraai/east").NullType;
|
|
78
|
-
subtle: import("@elaraai/east").NullType;
|
|
79
|
-
flushed: import("@elaraai/east").NullType;
|
|
74
|
+
readonly value: StringType;
|
|
75
|
+
readonly placeholder: import("@elaraai/east").OptionType<StringType>;
|
|
76
|
+
readonly variant: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
77
|
+
readonly outline: import("@elaraai/east").NullType;
|
|
78
|
+
readonly subtle: import("@elaraai/east").NullType;
|
|
79
|
+
readonly flushed: import("@elaraai/east").NullType;
|
|
80
80
|
}>>;
|
|
81
|
-
size: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
82
|
-
xs: import("@elaraai/east").NullType;
|
|
83
|
-
sm: import("@elaraai/east").NullType;
|
|
84
|
-
md: import("@elaraai/east").NullType;
|
|
85
|
-
lg: import("@elaraai/east").NullType;
|
|
81
|
+
readonly size: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
82
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
83
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
84
|
+
readonly md: import("@elaraai/east").NullType;
|
|
85
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
86
86
|
}>>;
|
|
87
|
-
resize: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
88
|
-
none: import("@elaraai/east").NullType;
|
|
89
|
-
vertical: import("@elaraai/east").NullType;
|
|
90
|
-
horizontal: import("@elaraai/east").NullType;
|
|
91
|
-
both: import("@elaraai/east").NullType;
|
|
87
|
+
readonly resize: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
88
|
+
readonly none: import("@elaraai/east").NullType;
|
|
89
|
+
readonly vertical: import("@elaraai/east").NullType;
|
|
90
|
+
readonly horizontal: import("@elaraai/east").NullType;
|
|
91
|
+
readonly both: import("@elaraai/east").NullType;
|
|
92
92
|
}>>;
|
|
93
|
-
rows: import("@elaraai/east").OptionType<import("@elaraai/east").IntegerType>;
|
|
94
|
-
disabled: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
95
|
-
readOnly: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
96
|
-
required: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
97
|
-
maxLength: import("@elaraai/east").OptionType<import("@elaraai/east").IntegerType>;
|
|
98
|
-
autoresize: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
99
|
-
onValidate: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
|
|
100
|
-
onChange: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
|
|
101
|
-
onBlur: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
102
|
-
onFocus: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
93
|
+
readonly rows: import("@elaraai/east").OptionType<import("@elaraai/east").IntegerType>;
|
|
94
|
+
readonly disabled: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
95
|
+
readonly readOnly: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
96
|
+
readonly required: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
97
|
+
readonly maxLength: import("@elaraai/east").OptionType<import("@elaraai/east").IntegerType>;
|
|
98
|
+
readonly autoresize: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
99
|
+
readonly onValidate: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
|
|
100
|
+
readonly onChange: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
|
|
101
|
+
readonly onBlur: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
102
|
+
readonly onFocus: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
103
103
|
}>;
|
|
104
104
|
/**
|
|
105
105
|
* Resize behavior options for Textarea.
|
|
@@ -110,10 +110,10 @@ export declare const Textarea: {
|
|
|
110
110
|
* @property both - Both directions allowed
|
|
111
111
|
*/
|
|
112
112
|
readonly Resize: import("@elaraai/east").VariantType<{
|
|
113
|
-
none: import("@elaraai/east").NullType;
|
|
114
|
-
vertical: import("@elaraai/east").NullType;
|
|
115
|
-
horizontal: import("@elaraai/east").NullType;
|
|
116
|
-
both: import("@elaraai/east").NullType;
|
|
113
|
+
readonly none: import("@elaraai/east").NullType;
|
|
114
|
+
readonly vertical: import("@elaraai/east").NullType;
|
|
115
|
+
readonly horizontal: import("@elaraai/east").NullType;
|
|
116
|
+
readonly both: import("@elaraai/east").NullType;
|
|
117
117
|
}>;
|
|
118
118
|
};
|
|
119
119
|
};
|
|
@@ -21,13 +21,13 @@ export { InputVariantType, type InputVariantLiteral } from "../input/types.js";
|
|
|
21
21
|
*/
|
|
22
22
|
export declare const TextareaResizeType: VariantType<{
|
|
23
23
|
/** Cannot be resized */
|
|
24
|
-
none: NullType;
|
|
24
|
+
readonly none: NullType;
|
|
25
25
|
/** Can only be resized vertically */
|
|
26
|
-
vertical: NullType;
|
|
26
|
+
readonly vertical: NullType;
|
|
27
27
|
/** Can only be resized horizontally */
|
|
28
|
-
horizontal: NullType;
|
|
28
|
+
readonly horizontal: NullType;
|
|
29
29
|
/** Can be resized in both directions */
|
|
30
|
-
both: NullType;
|
|
30
|
+
readonly both: NullType;
|
|
31
31
|
}>;
|
|
32
32
|
/**
|
|
33
33
|
* Type representing the TextareaResize structure.
|
|
@@ -61,53 +61,53 @@ export type TextareaResizeLiteral = "none" | "vertical" | "horizontal" | "both";
|
|
|
61
61
|
*/
|
|
62
62
|
export declare const TextareaType: StructType<{
|
|
63
63
|
/** Current text value */
|
|
64
|
-
value: StringType;
|
|
64
|
+
readonly value: StringType;
|
|
65
65
|
/** Placeholder text when empty */
|
|
66
|
-
placeholder: OptionType<StringType>;
|
|
66
|
+
readonly placeholder: OptionType<StringType>;
|
|
67
67
|
/** Visual style variant */
|
|
68
|
-
variant: OptionType<VariantType<{
|
|
69
|
-
outline: NullType;
|
|
70
|
-
subtle: NullType;
|
|
71
|
-
flushed: NullType;
|
|
68
|
+
readonly variant: OptionType<VariantType<{
|
|
69
|
+
readonly outline: NullType;
|
|
70
|
+
readonly subtle: NullType;
|
|
71
|
+
readonly flushed: NullType;
|
|
72
72
|
}>>;
|
|
73
73
|
/** Size of the textarea */
|
|
74
|
-
size: OptionType<VariantType<{
|
|
75
|
-
xs: NullType;
|
|
76
|
-
sm: NullType;
|
|
77
|
-
md: NullType;
|
|
78
|
-
lg: NullType;
|
|
74
|
+
readonly size: OptionType<VariantType<{
|
|
75
|
+
readonly xs: NullType;
|
|
76
|
+
readonly sm: NullType;
|
|
77
|
+
readonly md: NullType;
|
|
78
|
+
readonly lg: NullType;
|
|
79
79
|
}>>;
|
|
80
80
|
/** Resize behavior */
|
|
81
|
-
resize: OptionType<VariantType<{
|
|
81
|
+
readonly resize: OptionType<VariantType<{
|
|
82
82
|
/** Cannot be resized */
|
|
83
|
-
none: NullType;
|
|
83
|
+
readonly none: NullType;
|
|
84
84
|
/** Can only be resized vertically */
|
|
85
|
-
vertical: NullType;
|
|
85
|
+
readonly vertical: NullType;
|
|
86
86
|
/** Can only be resized horizontally */
|
|
87
|
-
horizontal: NullType;
|
|
87
|
+
readonly horizontal: NullType;
|
|
88
88
|
/** Can be resized in both directions */
|
|
89
|
-
both: NullType;
|
|
89
|
+
readonly both: NullType;
|
|
90
90
|
}>>;
|
|
91
91
|
/** Number of visible text rows */
|
|
92
|
-
rows: OptionType<IntegerType>;
|
|
92
|
+
readonly rows: OptionType<IntegerType>;
|
|
93
93
|
/** Whether the textarea is disabled */
|
|
94
|
-
disabled: OptionType<BooleanType>;
|
|
94
|
+
readonly disabled: OptionType<BooleanType>;
|
|
95
95
|
/** Whether the textarea is read-only */
|
|
96
|
-
readOnly: OptionType<BooleanType>;
|
|
96
|
+
readonly readOnly: OptionType<BooleanType>;
|
|
97
97
|
/** Whether the textarea is required */
|
|
98
|
-
required: OptionType<BooleanType>;
|
|
98
|
+
readonly required: OptionType<BooleanType>;
|
|
99
99
|
/** Maximum number of characters */
|
|
100
|
-
maxLength: OptionType<IntegerType>;
|
|
100
|
+
readonly maxLength: OptionType<IntegerType>;
|
|
101
101
|
/** Whether to auto-resize based on content */
|
|
102
|
-
autoresize: OptionType<BooleanType>;
|
|
102
|
+
readonly autoresize: OptionType<BooleanType>;
|
|
103
103
|
/** Whether the textarea is in invalid state */
|
|
104
|
-
onValidate: OptionType<FunctionType<[StringType], NullType>>;
|
|
104
|
+
readonly onValidate: OptionType<FunctionType<[StringType], NullType>>;
|
|
105
105
|
/** Callback triggered when value changes */
|
|
106
|
-
onChange: OptionType<FunctionType<[StringType], NullType>>;
|
|
106
|
+
readonly onChange: OptionType<FunctionType<[StringType], NullType>>;
|
|
107
107
|
/** Callback triggered when textarea loses focus */
|
|
108
|
-
onBlur: OptionType<FunctionType<[], NullType>>;
|
|
108
|
+
readonly onBlur: OptionType<FunctionType<[], NullType>>;
|
|
109
109
|
/** Callback triggered when textarea gains focus */
|
|
110
|
-
onFocus: OptionType<FunctionType<[], NullType>>;
|
|
110
|
+
readonly onFocus: OptionType<FunctionType<[], NullType>>;
|
|
111
111
|
}>;
|
|
112
112
|
/**
|
|
113
113
|
* Type representing the Textarea structure.
|
|
@@ -177,77 +177,77 @@ export declare const Box: {
|
|
|
177
177
|
* @property gap - Gap between children (Chakra UI spacing token or CSS value)
|
|
178
178
|
*/
|
|
179
179
|
readonly Style: StructType<{
|
|
180
|
-
display: OptionType<import("@elaraai/east").VariantType<{
|
|
181
|
-
block: import("@elaraai/east").NullType;
|
|
182
|
-
inline: import("@elaraai/east").NullType;
|
|
183
|
-
"inline-block": import("@elaraai/east").NullType;
|
|
184
|
-
flex: import("@elaraai/east").NullType;
|
|
185
|
-
"inline-flex": import("@elaraai/east").NullType;
|
|
186
|
-
grid: import("@elaraai/east").NullType;
|
|
187
|
-
"inline-grid": import("@elaraai/east").NullType;
|
|
188
|
-
none: import("@elaraai/east").NullType;
|
|
180
|
+
readonly display: OptionType<import("@elaraai/east").VariantType<{
|
|
181
|
+
readonly block: import("@elaraai/east").NullType;
|
|
182
|
+
readonly inline: import("@elaraai/east").NullType;
|
|
183
|
+
readonly "inline-block": import("@elaraai/east").NullType;
|
|
184
|
+
readonly flex: import("@elaraai/east").NullType;
|
|
185
|
+
readonly "inline-flex": import("@elaraai/east").NullType;
|
|
186
|
+
readonly grid: import("@elaraai/east").NullType;
|
|
187
|
+
readonly "inline-grid": import("@elaraai/east").NullType;
|
|
188
|
+
readonly none: import("@elaraai/east").NullType;
|
|
189
189
|
}>>;
|
|
190
|
-
width: OptionType<import("@elaraai/east").StringType>;
|
|
191
|
-
height: OptionType<import("@elaraai/east").StringType>;
|
|
192
|
-
minHeight: OptionType<import("@elaraai/east").StringType>;
|
|
193
|
-
minWidth: OptionType<import("@elaraai/east").StringType>;
|
|
194
|
-
maxHeight: OptionType<import("@elaraai/east").StringType>;
|
|
195
|
-
maxWidth: OptionType<import("@elaraai/east").StringType>;
|
|
196
|
-
overflow: OptionType<import("@elaraai/east").VariantType<{
|
|
197
|
-
visible: import("@elaraai/east").NullType;
|
|
198
|
-
hidden: import("@elaraai/east").NullType;
|
|
199
|
-
scroll: import("@elaraai/east").NullType;
|
|
200
|
-
auto: import("@elaraai/east").NullType;
|
|
190
|
+
readonly width: OptionType<import("@elaraai/east").StringType>;
|
|
191
|
+
readonly height: OptionType<import("@elaraai/east").StringType>;
|
|
192
|
+
readonly minHeight: OptionType<import("@elaraai/east").StringType>;
|
|
193
|
+
readonly minWidth: OptionType<import("@elaraai/east").StringType>;
|
|
194
|
+
readonly maxHeight: OptionType<import("@elaraai/east").StringType>;
|
|
195
|
+
readonly maxWidth: OptionType<import("@elaraai/east").StringType>;
|
|
196
|
+
readonly overflow: OptionType<import("@elaraai/east").VariantType<{
|
|
197
|
+
readonly visible: import("@elaraai/east").NullType;
|
|
198
|
+
readonly hidden: import("@elaraai/east").NullType;
|
|
199
|
+
readonly scroll: import("@elaraai/east").NullType;
|
|
200
|
+
readonly auto: import("@elaraai/east").NullType;
|
|
201
201
|
}>>;
|
|
202
|
-
overflowX: OptionType<import("@elaraai/east").VariantType<{
|
|
203
|
-
visible: import("@elaraai/east").NullType;
|
|
204
|
-
hidden: import("@elaraai/east").NullType;
|
|
205
|
-
scroll: import("@elaraai/east").NullType;
|
|
206
|
-
auto: import("@elaraai/east").NullType;
|
|
202
|
+
readonly overflowX: OptionType<import("@elaraai/east").VariantType<{
|
|
203
|
+
readonly visible: import("@elaraai/east").NullType;
|
|
204
|
+
readonly hidden: import("@elaraai/east").NullType;
|
|
205
|
+
readonly scroll: import("@elaraai/east").NullType;
|
|
206
|
+
readonly auto: import("@elaraai/east").NullType;
|
|
207
207
|
}>>;
|
|
208
|
-
overflowY: OptionType<import("@elaraai/east").VariantType<{
|
|
209
|
-
visible: import("@elaraai/east").NullType;
|
|
210
|
-
hidden: import("@elaraai/east").NullType;
|
|
211
|
-
scroll: import("@elaraai/east").NullType;
|
|
212
|
-
auto: import("@elaraai/east").NullType;
|
|
208
|
+
readonly overflowY: OptionType<import("@elaraai/east").VariantType<{
|
|
209
|
+
readonly visible: import("@elaraai/east").NullType;
|
|
210
|
+
readonly hidden: import("@elaraai/east").NullType;
|
|
211
|
+
readonly scroll: import("@elaraai/east").NullType;
|
|
212
|
+
readonly auto: import("@elaraai/east").NullType;
|
|
213
213
|
}>>;
|
|
214
|
-
padding: OptionType<StructType<{
|
|
215
|
-
top: OptionType<import("@elaraai/east").StringType>;
|
|
216
|
-
right: OptionType<import("@elaraai/east").StringType>;
|
|
217
|
-
bottom: OptionType<import("@elaraai/east").StringType>;
|
|
218
|
-
left: OptionType<import("@elaraai/east").StringType>;
|
|
214
|
+
readonly padding: OptionType<StructType<{
|
|
215
|
+
readonly top: OptionType<import("@elaraai/east").StringType>;
|
|
216
|
+
readonly right: OptionType<import("@elaraai/east").StringType>;
|
|
217
|
+
readonly bottom: OptionType<import("@elaraai/east").StringType>;
|
|
218
|
+
readonly left: OptionType<import("@elaraai/east").StringType>;
|
|
219
219
|
}>>;
|
|
220
|
-
margin: OptionType<StructType<{
|
|
221
|
-
top: OptionType<import("@elaraai/east").StringType>;
|
|
222
|
-
right: OptionType<import("@elaraai/east").StringType>;
|
|
223
|
-
bottom: OptionType<import("@elaraai/east").StringType>;
|
|
224
|
-
left: OptionType<import("@elaraai/east").StringType>;
|
|
220
|
+
readonly margin: OptionType<StructType<{
|
|
221
|
+
readonly top: OptionType<import("@elaraai/east").StringType>;
|
|
222
|
+
readonly right: OptionType<import("@elaraai/east").StringType>;
|
|
223
|
+
readonly bottom: OptionType<import("@elaraai/east").StringType>;
|
|
224
|
+
readonly left: OptionType<import("@elaraai/east").StringType>;
|
|
225
225
|
}>>;
|
|
226
|
-
background: OptionType<import("@elaraai/east").StringType>;
|
|
227
|
-
color: OptionType<import("@elaraai/east").StringType>;
|
|
228
|
-
borderRadius: OptionType<import("@elaraai/east").StringType>;
|
|
229
|
-
flexDirection: OptionType<import("@elaraai/east").VariantType<{
|
|
230
|
-
row: import("@elaraai/east").NullType;
|
|
231
|
-
column: import("@elaraai/east").NullType;
|
|
232
|
-
"row-reverse": import("@elaraai/east").NullType;
|
|
233
|
-
"column-reverse": import("@elaraai/east").NullType;
|
|
226
|
+
readonly background: OptionType<import("@elaraai/east").StringType>;
|
|
227
|
+
readonly color: OptionType<import("@elaraai/east").StringType>;
|
|
228
|
+
readonly borderRadius: OptionType<import("@elaraai/east").StringType>;
|
|
229
|
+
readonly flexDirection: OptionType<import("@elaraai/east").VariantType<{
|
|
230
|
+
readonly row: import("@elaraai/east").NullType;
|
|
231
|
+
readonly column: import("@elaraai/east").NullType;
|
|
232
|
+
readonly "row-reverse": import("@elaraai/east").NullType;
|
|
233
|
+
readonly "column-reverse": import("@elaraai/east").NullType;
|
|
234
234
|
}>>;
|
|
235
|
-
justifyContent: OptionType<import("@elaraai/east").VariantType<{
|
|
236
|
-
"flex-start": import("@elaraai/east").NullType;
|
|
237
|
-
"flex-end": import("@elaraai/east").NullType;
|
|
238
|
-
center: import("@elaraai/east").NullType;
|
|
239
|
-
"space-between": import("@elaraai/east").NullType;
|
|
240
|
-
"space-around": import("@elaraai/east").NullType;
|
|
241
|
-
"space-evenly": import("@elaraai/east").NullType;
|
|
235
|
+
readonly justifyContent: OptionType<import("@elaraai/east").VariantType<{
|
|
236
|
+
readonly "flex-start": import("@elaraai/east").NullType;
|
|
237
|
+
readonly "flex-end": import("@elaraai/east").NullType;
|
|
238
|
+
readonly center: import("@elaraai/east").NullType;
|
|
239
|
+
readonly "space-between": import("@elaraai/east").NullType;
|
|
240
|
+
readonly "space-around": import("@elaraai/east").NullType;
|
|
241
|
+
readonly "space-evenly": import("@elaraai/east").NullType;
|
|
242
242
|
}>>;
|
|
243
|
-
alignItems: OptionType<import("@elaraai/east").VariantType<{
|
|
244
|
-
"flex-start": import("@elaraai/east").NullType;
|
|
245
|
-
"flex-end": import("@elaraai/east").NullType;
|
|
246
|
-
center: import("@elaraai/east").NullType;
|
|
247
|
-
baseline: import("@elaraai/east").NullType;
|
|
248
|
-
stretch: import("@elaraai/east").NullType;
|
|
243
|
+
readonly alignItems: OptionType<import("@elaraai/east").VariantType<{
|
|
244
|
+
readonly "flex-start": import("@elaraai/east").NullType;
|
|
245
|
+
readonly "flex-end": import("@elaraai/east").NullType;
|
|
246
|
+
readonly center: import("@elaraai/east").NullType;
|
|
247
|
+
readonly baseline: import("@elaraai/east").NullType;
|
|
248
|
+
readonly stretch: import("@elaraai/east").NullType;
|
|
249
249
|
}>>;
|
|
250
|
-
gap: OptionType<import("@elaraai/east").StringType>;
|
|
250
|
+
readonly gap: OptionType<import("@elaraai/east").StringType>;
|
|
251
251
|
}>;
|
|
252
252
|
/**
|
|
253
253
|
* The concrete East type for padding configuration.
|
|
@@ -262,10 +262,10 @@ export declare const Box: {
|
|
|
262
262
|
* @property left - Left padding (Chakra UI spacing token or CSS value)
|
|
263
263
|
*/
|
|
264
264
|
readonly Padding: StructType<{
|
|
265
|
-
top: OptionType<import("@elaraai/east").StringType>;
|
|
266
|
-
right: OptionType<import("@elaraai/east").StringType>;
|
|
267
|
-
bottom: OptionType<import("@elaraai/east").StringType>;
|
|
268
|
-
left: OptionType<import("@elaraai/east").StringType>;
|
|
265
|
+
readonly top: OptionType<import("@elaraai/east").StringType>;
|
|
266
|
+
readonly right: OptionType<import("@elaraai/east").StringType>;
|
|
267
|
+
readonly bottom: OptionType<import("@elaraai/east").StringType>;
|
|
268
|
+
readonly left: OptionType<import("@elaraai/east").StringType>;
|
|
269
269
|
}>;
|
|
270
270
|
/**
|
|
271
271
|
* The concrete East type for margin configuration.
|
|
@@ -280,10 +280,10 @@ export declare const Box: {
|
|
|
280
280
|
* @property left - Left margin (Chakra UI spacing token or CSS value)
|
|
281
281
|
*/
|
|
282
282
|
readonly Margin: StructType<{
|
|
283
|
-
top: OptionType<import("@elaraai/east").StringType>;
|
|
284
|
-
right: OptionType<import("@elaraai/east").StringType>;
|
|
285
|
-
bottom: OptionType<import("@elaraai/east").StringType>;
|
|
286
|
-
left: OptionType<import("@elaraai/east").StringType>;
|
|
283
|
+
readonly top: OptionType<import("@elaraai/east").StringType>;
|
|
284
|
+
readonly right: OptionType<import("@elaraai/east").StringType>;
|
|
285
|
+
readonly bottom: OptionType<import("@elaraai/east").StringType>;
|
|
286
|
+
readonly left: OptionType<import("@elaraai/east").StringType>;
|
|
287
287
|
}>;
|
|
288
288
|
};
|
|
289
289
|
};
|