@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
|
@@ -76,33 +76,33 @@ export declare const Badge: {
|
|
|
76
76
|
* @property size - Size of the badge
|
|
77
77
|
*/
|
|
78
78
|
readonly Badge: import("@elaraai/east").StructType<{
|
|
79
|
-
value: StringType;
|
|
80
|
-
variant: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
81
|
-
subtle: import("@elaraai/east").NullType;
|
|
82
|
-
solid: import("@elaraai/east").NullType;
|
|
83
|
-
outline: import("@elaraai/east").NullType;
|
|
79
|
+
readonly value: StringType;
|
|
80
|
+
readonly variant: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
81
|
+
readonly subtle: import("@elaraai/east").NullType;
|
|
82
|
+
readonly solid: import("@elaraai/east").NullType;
|
|
83
|
+
readonly outline: import("@elaraai/east").NullType;
|
|
84
84
|
}>>;
|
|
85
|
-
colorPalette: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
86
|
-
gray: import("@elaraai/east").NullType;
|
|
87
|
-
red: import("@elaraai/east").NullType;
|
|
88
|
-
orange: import("@elaraai/east").NullType;
|
|
89
|
-
yellow: import("@elaraai/east").NullType;
|
|
90
|
-
green: import("@elaraai/east").NullType;
|
|
91
|
-
teal: import("@elaraai/east").NullType;
|
|
92
|
-
blue: import("@elaraai/east").NullType;
|
|
93
|
-
cyan: import("@elaraai/east").NullType;
|
|
94
|
-
purple: import("@elaraai/east").NullType;
|
|
95
|
-
pink: import("@elaraai/east").NullType;
|
|
85
|
+
readonly colorPalette: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
86
|
+
readonly gray: import("@elaraai/east").NullType;
|
|
87
|
+
readonly red: import("@elaraai/east").NullType;
|
|
88
|
+
readonly orange: import("@elaraai/east").NullType;
|
|
89
|
+
readonly yellow: import("@elaraai/east").NullType;
|
|
90
|
+
readonly green: import("@elaraai/east").NullType;
|
|
91
|
+
readonly teal: import("@elaraai/east").NullType;
|
|
92
|
+
readonly blue: import("@elaraai/east").NullType;
|
|
93
|
+
readonly cyan: import("@elaraai/east").NullType;
|
|
94
|
+
readonly purple: import("@elaraai/east").NullType;
|
|
95
|
+
readonly pink: import("@elaraai/east").NullType;
|
|
96
96
|
}>>;
|
|
97
|
-
size: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
98
|
-
xs: import("@elaraai/east").NullType;
|
|
99
|
-
sm: import("@elaraai/east").NullType;
|
|
100
|
-
md: import("@elaraai/east").NullType;
|
|
101
|
-
lg: import("@elaraai/east").NullType;
|
|
97
|
+
readonly size: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
98
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
99
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
100
|
+
readonly md: import("@elaraai/east").NullType;
|
|
101
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
102
102
|
}>>;
|
|
103
|
-
opacity: import("@elaraai/east").OptionType<import("@elaraai/east").FloatType>;
|
|
104
|
-
color: import("@elaraai/east").OptionType<StringType>;
|
|
105
|
-
background: import("@elaraai/east").OptionType<StringType>;
|
|
103
|
+
readonly opacity: import("@elaraai/east").OptionType<import("@elaraai/east").FloatType>;
|
|
104
|
+
readonly color: import("@elaraai/east").OptionType<StringType>;
|
|
105
|
+
readonly background: import("@elaraai/east").OptionType<StringType>;
|
|
106
106
|
}>;
|
|
107
107
|
};
|
|
108
108
|
};
|
|
@@ -20,33 +20,33 @@ import type { SizeLiteral, ColorSchemeLiteral, StyleVariantLiteral } from "../..
|
|
|
20
20
|
* @property background - Custom background color (overrides colorPalette)
|
|
21
21
|
*/
|
|
22
22
|
export declare const BadgeType: StructType<{
|
|
23
|
-
value: StringType;
|
|
24
|
-
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
25
|
-
subtle: import("@elaraai/east").NullType;
|
|
26
|
-
solid: import("@elaraai/east").NullType;
|
|
27
|
-
outline: import("@elaraai/east").NullType;
|
|
23
|
+
readonly value: StringType;
|
|
24
|
+
readonly variant: OptionType<import("@elaraai/east").VariantType<{
|
|
25
|
+
readonly subtle: import("@elaraai/east").NullType;
|
|
26
|
+
readonly solid: import("@elaraai/east").NullType;
|
|
27
|
+
readonly outline: import("@elaraai/east").NullType;
|
|
28
28
|
}>>;
|
|
29
|
-
colorPalette: OptionType<import("@elaraai/east").VariantType<{
|
|
30
|
-
gray: import("@elaraai/east").NullType;
|
|
31
|
-
red: import("@elaraai/east").NullType;
|
|
32
|
-
orange: import("@elaraai/east").NullType;
|
|
33
|
-
yellow: import("@elaraai/east").NullType;
|
|
34
|
-
green: import("@elaraai/east").NullType;
|
|
35
|
-
teal: import("@elaraai/east").NullType;
|
|
36
|
-
blue: import("@elaraai/east").NullType;
|
|
37
|
-
cyan: import("@elaraai/east").NullType;
|
|
38
|
-
purple: import("@elaraai/east").NullType;
|
|
39
|
-
pink: import("@elaraai/east").NullType;
|
|
29
|
+
readonly colorPalette: OptionType<import("@elaraai/east").VariantType<{
|
|
30
|
+
readonly gray: import("@elaraai/east").NullType;
|
|
31
|
+
readonly red: import("@elaraai/east").NullType;
|
|
32
|
+
readonly orange: import("@elaraai/east").NullType;
|
|
33
|
+
readonly yellow: import("@elaraai/east").NullType;
|
|
34
|
+
readonly green: import("@elaraai/east").NullType;
|
|
35
|
+
readonly teal: import("@elaraai/east").NullType;
|
|
36
|
+
readonly blue: import("@elaraai/east").NullType;
|
|
37
|
+
readonly cyan: import("@elaraai/east").NullType;
|
|
38
|
+
readonly purple: import("@elaraai/east").NullType;
|
|
39
|
+
readonly pink: import("@elaraai/east").NullType;
|
|
40
40
|
}>>;
|
|
41
|
-
size: OptionType<import("@elaraai/east").VariantType<{
|
|
42
|
-
xs: import("@elaraai/east").NullType;
|
|
43
|
-
sm: import("@elaraai/east").NullType;
|
|
44
|
-
md: import("@elaraai/east").NullType;
|
|
45
|
-
lg: import("@elaraai/east").NullType;
|
|
41
|
+
readonly size: OptionType<import("@elaraai/east").VariantType<{
|
|
42
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
43
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
44
|
+
readonly md: import("@elaraai/east").NullType;
|
|
45
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
46
46
|
}>>;
|
|
47
|
-
opacity: OptionType<FloatType>;
|
|
48
|
-
color: OptionType<StringType>;
|
|
49
|
-
background: OptionType<StringType>;
|
|
47
|
+
readonly opacity: OptionType<FloatType>;
|
|
48
|
+
readonly color: OptionType<StringType>;
|
|
49
|
+
readonly background: OptionType<StringType>;
|
|
50
50
|
}>;
|
|
51
51
|
/**
|
|
52
52
|
* Type representing the Badge structure.
|
|
@@ -86,36 +86,36 @@ export declare const Icon: {
|
|
|
86
86
|
* @property style - Optional styling configuration
|
|
87
87
|
*/
|
|
88
88
|
readonly Icon: import("@elaraai/east").StructType<{
|
|
89
|
-
name: import("@elaraai/east").StringType;
|
|
90
|
-
prefix: import("@elaraai/east").StringType;
|
|
91
|
-
style: import("@elaraai/east").OptionType<import("@elaraai/east").StructType<{
|
|
92
|
-
size: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
93
|
-
xs: import("@elaraai/east").NullType;
|
|
94
|
-
sm: import("@elaraai/east").NullType;
|
|
95
|
-
md: import("@elaraai/east").NullType;
|
|
96
|
-
lg: import("@elaraai/east").NullType;
|
|
97
|
-
xl: import("@elaraai/east").NullType;
|
|
98
|
-
"2xl": import("@elaraai/east").NullType;
|
|
89
|
+
readonly name: import("@elaraai/east").StringType;
|
|
90
|
+
readonly prefix: import("@elaraai/east").StringType;
|
|
91
|
+
readonly style: import("@elaraai/east").OptionType<import("@elaraai/east").StructType<{
|
|
92
|
+
readonly size: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
93
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
94
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
95
|
+
readonly md: import("@elaraai/east").NullType;
|
|
96
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
97
|
+
readonly xl: import("@elaraai/east").NullType;
|
|
98
|
+
readonly "2xl": import("@elaraai/east").NullType;
|
|
99
99
|
}>>;
|
|
100
|
-
variant: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
101
|
-
solid: import("@elaraai/east").NullType;
|
|
102
|
-
regular: import("@elaraai/east").NullType;
|
|
103
|
-
light: import("@elaraai/east").NullType;
|
|
104
|
-
thin: import("@elaraai/east").NullType;
|
|
105
|
-
brands: import("@elaraai/east").NullType;
|
|
100
|
+
readonly variant: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
101
|
+
readonly solid: import("@elaraai/east").NullType;
|
|
102
|
+
readonly regular: import("@elaraai/east").NullType;
|
|
103
|
+
readonly light: import("@elaraai/east").NullType;
|
|
104
|
+
readonly thin: import("@elaraai/east").NullType;
|
|
105
|
+
readonly brands: import("@elaraai/east").NullType;
|
|
106
106
|
}>>;
|
|
107
|
-
color: import("@elaraai/east").OptionType<import("@elaraai/east").StringType>;
|
|
108
|
-
colorPalette: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
109
|
-
gray: import("@elaraai/east").NullType;
|
|
110
|
-
red: import("@elaraai/east").NullType;
|
|
111
|
-
orange: import("@elaraai/east").NullType;
|
|
112
|
-
yellow: import("@elaraai/east").NullType;
|
|
113
|
-
green: import("@elaraai/east").NullType;
|
|
114
|
-
teal: import("@elaraai/east").NullType;
|
|
115
|
-
blue: import("@elaraai/east").NullType;
|
|
116
|
-
cyan: import("@elaraai/east").NullType;
|
|
117
|
-
purple: import("@elaraai/east").NullType;
|
|
118
|
-
pink: import("@elaraai/east").NullType;
|
|
107
|
+
readonly color: import("@elaraai/east").OptionType<import("@elaraai/east").StringType>;
|
|
108
|
+
readonly colorPalette: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
109
|
+
readonly gray: import("@elaraai/east").NullType;
|
|
110
|
+
readonly red: import("@elaraai/east").NullType;
|
|
111
|
+
readonly orange: import("@elaraai/east").NullType;
|
|
112
|
+
readonly yellow: import("@elaraai/east").NullType;
|
|
113
|
+
readonly green: import("@elaraai/east").NullType;
|
|
114
|
+
readonly teal: import("@elaraai/east").NullType;
|
|
115
|
+
readonly blue: import("@elaraai/east").NullType;
|
|
116
|
+
readonly cyan: import("@elaraai/east").NullType;
|
|
117
|
+
readonly purple: import("@elaraai/east").NullType;
|
|
118
|
+
readonly pink: import("@elaraai/east").NullType;
|
|
119
119
|
}>>;
|
|
120
120
|
}>>;
|
|
121
121
|
}>;
|
|
@@ -131,33 +131,33 @@ export declare const Icon: {
|
|
|
131
131
|
* @property colorPalette - Color scheme for the icon
|
|
132
132
|
*/
|
|
133
133
|
readonly Style: import("@elaraai/east").StructType<{
|
|
134
|
-
size: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
135
|
-
xs: import("@elaraai/east").NullType;
|
|
136
|
-
sm: import("@elaraai/east").NullType;
|
|
137
|
-
md: import("@elaraai/east").NullType;
|
|
138
|
-
lg: import("@elaraai/east").NullType;
|
|
139
|
-
xl: import("@elaraai/east").NullType;
|
|
140
|
-
"2xl": import("@elaraai/east").NullType;
|
|
134
|
+
readonly size: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
135
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
136
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
137
|
+
readonly md: import("@elaraai/east").NullType;
|
|
138
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
139
|
+
readonly xl: import("@elaraai/east").NullType;
|
|
140
|
+
readonly "2xl": import("@elaraai/east").NullType;
|
|
141
141
|
}>>;
|
|
142
|
-
variant: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
143
|
-
solid: import("@elaraai/east").NullType;
|
|
144
|
-
regular: import("@elaraai/east").NullType;
|
|
145
|
-
light: import("@elaraai/east").NullType;
|
|
146
|
-
thin: import("@elaraai/east").NullType;
|
|
147
|
-
brands: import("@elaraai/east").NullType;
|
|
142
|
+
readonly variant: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
143
|
+
readonly solid: import("@elaraai/east").NullType;
|
|
144
|
+
readonly regular: import("@elaraai/east").NullType;
|
|
145
|
+
readonly light: import("@elaraai/east").NullType;
|
|
146
|
+
readonly thin: import("@elaraai/east").NullType;
|
|
147
|
+
readonly brands: import("@elaraai/east").NullType;
|
|
148
148
|
}>>;
|
|
149
|
-
color: import("@elaraai/east").OptionType<import("@elaraai/east").StringType>;
|
|
150
|
-
colorPalette: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
151
|
-
gray: import("@elaraai/east").NullType;
|
|
152
|
-
red: import("@elaraai/east").NullType;
|
|
153
|
-
orange: import("@elaraai/east").NullType;
|
|
154
|
-
yellow: import("@elaraai/east").NullType;
|
|
155
|
-
green: import("@elaraai/east").NullType;
|
|
156
|
-
teal: import("@elaraai/east").NullType;
|
|
157
|
-
blue: import("@elaraai/east").NullType;
|
|
158
|
-
cyan: import("@elaraai/east").NullType;
|
|
159
|
-
purple: import("@elaraai/east").NullType;
|
|
160
|
-
pink: import("@elaraai/east").NullType;
|
|
149
|
+
readonly color: import("@elaraai/east").OptionType<import("@elaraai/east").StringType>;
|
|
150
|
+
readonly colorPalette: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
151
|
+
readonly gray: import("@elaraai/east").NullType;
|
|
152
|
+
readonly red: import("@elaraai/east").NullType;
|
|
153
|
+
readonly orange: import("@elaraai/east").NullType;
|
|
154
|
+
readonly yellow: import("@elaraai/east").NullType;
|
|
155
|
+
readonly green: import("@elaraai/east").NullType;
|
|
156
|
+
readonly teal: import("@elaraai/east").NullType;
|
|
157
|
+
readonly blue: import("@elaraai/east").NullType;
|
|
158
|
+
readonly cyan: import("@elaraai/east").NullType;
|
|
159
|
+
readonly purple: import("@elaraai/east").NullType;
|
|
160
|
+
readonly pink: import("@elaraai/east").NullType;
|
|
161
161
|
}>>;
|
|
162
162
|
}>;
|
|
163
163
|
/**
|
|
@@ -174,12 +174,12 @@ export declare const Icon: {
|
|
|
174
174
|
* @property 2xl - 2x large icon
|
|
175
175
|
*/
|
|
176
176
|
readonly Size: import("@elaraai/east").VariantType<{
|
|
177
|
-
xs: import("@elaraai/east").NullType;
|
|
178
|
-
sm: import("@elaraai/east").NullType;
|
|
179
|
-
md: import("@elaraai/east").NullType;
|
|
180
|
-
lg: import("@elaraai/east").NullType;
|
|
181
|
-
xl: import("@elaraai/east").NullType;
|
|
182
|
-
"2xl": import("@elaraai/east").NullType;
|
|
177
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
178
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
179
|
+
readonly md: import("@elaraai/east").NullType;
|
|
180
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
181
|
+
readonly xl: import("@elaraai/east").NullType;
|
|
182
|
+
readonly "2xl": import("@elaraai/east").NullType;
|
|
183
183
|
}>;
|
|
184
184
|
/**
|
|
185
185
|
* Font Awesome icon style/variant.
|
|
@@ -194,11 +194,11 @@ export declare const Icon: {
|
|
|
194
194
|
* @property brands - Brand logos (fab)
|
|
195
195
|
*/
|
|
196
196
|
readonly Variant: import("@elaraai/east").VariantType<{
|
|
197
|
-
solid: import("@elaraai/east").NullType;
|
|
198
|
-
regular: import("@elaraai/east").NullType;
|
|
199
|
-
light: import("@elaraai/east").NullType;
|
|
200
|
-
thin: import("@elaraai/east").NullType;
|
|
201
|
-
brands: import("@elaraai/east").NullType;
|
|
197
|
+
readonly solid: import("@elaraai/east").NullType;
|
|
198
|
+
readonly regular: import("@elaraai/east").NullType;
|
|
199
|
+
readonly light: import("@elaraai/east").NullType;
|
|
200
|
+
readonly thin: import("@elaraai/east").NullType;
|
|
201
|
+
readonly brands: import("@elaraai/east").NullType;
|
|
202
202
|
}>;
|
|
203
203
|
};
|
|
204
204
|
};
|
|
@@ -20,17 +20,17 @@ export type { IconName, IconPrefix } from "@fortawesome/fontawesome-common-types
|
|
|
20
20
|
*/
|
|
21
21
|
export declare const IconSizeType: VariantType<{
|
|
22
22
|
/** Extra small icon */
|
|
23
|
-
xs: NullType;
|
|
23
|
+
readonly xs: NullType;
|
|
24
24
|
/** Small icon */
|
|
25
|
-
sm: NullType;
|
|
25
|
+
readonly sm: NullType;
|
|
26
26
|
/** Medium icon (default) */
|
|
27
|
-
md: NullType;
|
|
27
|
+
readonly md: NullType;
|
|
28
28
|
/** Large icon */
|
|
29
|
-
lg: NullType;
|
|
29
|
+
readonly lg: NullType;
|
|
30
30
|
/** Extra large icon */
|
|
31
|
-
xl: NullType;
|
|
31
|
+
readonly xl: NullType;
|
|
32
32
|
/** 2x large icon */
|
|
33
|
-
"2xl": NullType;
|
|
33
|
+
readonly "2xl": NullType;
|
|
34
34
|
}>;
|
|
35
35
|
/**
|
|
36
36
|
* Type representing the IconSize structure.
|
|
@@ -54,15 +54,15 @@ export type IconSizeLiteral = "xs" | "sm" | "md" | "lg" | "xl" | "2xl";
|
|
|
54
54
|
*/
|
|
55
55
|
export declare const IconVariantType: VariantType<{
|
|
56
56
|
/** Solid filled icons (fas) */
|
|
57
|
-
solid: NullType;
|
|
57
|
+
readonly solid: NullType;
|
|
58
58
|
/** Regular outlined icons (far) */
|
|
59
|
-
regular: NullType;
|
|
59
|
+
readonly regular: NullType;
|
|
60
60
|
/** Light weight icons (fal) - requires FA Pro */
|
|
61
|
-
light: NullType;
|
|
61
|
+
readonly light: NullType;
|
|
62
62
|
/** Thin weight icons (fat) - requires FA Pro */
|
|
63
|
-
thin: NullType;
|
|
63
|
+
readonly thin: NullType;
|
|
64
64
|
/** Brand logos (fab) */
|
|
65
|
-
brands: NullType;
|
|
65
|
+
readonly brands: NullType;
|
|
66
66
|
}>;
|
|
67
67
|
/**
|
|
68
68
|
* Type representing the IconVariant structure.
|
|
@@ -84,44 +84,44 @@ export type IconVariantLiteral = "solid" | "regular" | "light" | "thin" | "brand
|
|
|
84
84
|
* @property colorPalette - Color scheme for the icon
|
|
85
85
|
*/
|
|
86
86
|
export declare const IconStyleType: StructType<{
|
|
87
|
-
size: OptionType<VariantType<{
|
|
87
|
+
readonly size: OptionType<VariantType<{
|
|
88
88
|
/** Extra small icon */
|
|
89
|
-
xs: NullType;
|
|
89
|
+
readonly xs: NullType;
|
|
90
90
|
/** Small icon */
|
|
91
|
-
sm: NullType;
|
|
91
|
+
readonly sm: NullType;
|
|
92
92
|
/** Medium icon (default) */
|
|
93
|
-
md: NullType;
|
|
93
|
+
readonly md: NullType;
|
|
94
94
|
/** Large icon */
|
|
95
|
-
lg: NullType;
|
|
95
|
+
readonly lg: NullType;
|
|
96
96
|
/** Extra large icon */
|
|
97
|
-
xl: NullType;
|
|
97
|
+
readonly xl: NullType;
|
|
98
98
|
/** 2x large icon */
|
|
99
|
-
"2xl": NullType;
|
|
99
|
+
readonly "2xl": NullType;
|
|
100
100
|
}>>;
|
|
101
|
-
variant: OptionType<VariantType<{
|
|
101
|
+
readonly variant: OptionType<VariantType<{
|
|
102
102
|
/** Solid filled icons (fas) */
|
|
103
|
-
solid: NullType;
|
|
103
|
+
readonly solid: NullType;
|
|
104
104
|
/** Regular outlined icons (far) */
|
|
105
|
-
regular: NullType;
|
|
105
|
+
readonly regular: NullType;
|
|
106
106
|
/** Light weight icons (fal) - requires FA Pro */
|
|
107
|
-
light: NullType;
|
|
107
|
+
readonly light: NullType;
|
|
108
108
|
/** Thin weight icons (fat) - requires FA Pro */
|
|
109
|
-
thin: NullType;
|
|
109
|
+
readonly thin: NullType;
|
|
110
110
|
/** Brand logos (fab) */
|
|
111
|
-
brands: NullType;
|
|
111
|
+
readonly brands: NullType;
|
|
112
112
|
}>>;
|
|
113
|
-
color: OptionType<StringType>;
|
|
114
|
-
colorPalette: OptionType<VariantType<{
|
|
115
|
-
gray: NullType;
|
|
116
|
-
red: NullType;
|
|
117
|
-
orange: NullType;
|
|
118
|
-
yellow: NullType;
|
|
119
|
-
green: NullType;
|
|
120
|
-
teal: NullType;
|
|
121
|
-
blue: NullType;
|
|
122
|
-
cyan: NullType;
|
|
123
|
-
purple: NullType;
|
|
124
|
-
pink: NullType;
|
|
113
|
+
readonly color: OptionType<StringType>;
|
|
114
|
+
readonly colorPalette: OptionType<VariantType<{
|
|
115
|
+
readonly gray: NullType;
|
|
116
|
+
readonly red: NullType;
|
|
117
|
+
readonly orange: NullType;
|
|
118
|
+
readonly yellow: NullType;
|
|
119
|
+
readonly green: NullType;
|
|
120
|
+
readonly teal: NullType;
|
|
121
|
+
readonly blue: NullType;
|
|
122
|
+
readonly cyan: NullType;
|
|
123
|
+
readonly purple: NullType;
|
|
124
|
+
readonly pink: NullType;
|
|
125
125
|
}>>;
|
|
126
126
|
}>;
|
|
127
127
|
/**
|
|
@@ -157,47 +157,47 @@ export interface IconStyle {
|
|
|
157
157
|
* @property style - Optional styling configuration
|
|
158
158
|
*/
|
|
159
159
|
export declare const IconType: StructType<{
|
|
160
|
-
name: StringType;
|
|
161
|
-
prefix: StringType;
|
|
162
|
-
style: OptionType<StructType<{
|
|
163
|
-
size: OptionType<VariantType<{
|
|
160
|
+
readonly name: StringType;
|
|
161
|
+
readonly prefix: StringType;
|
|
162
|
+
readonly style: OptionType<StructType<{
|
|
163
|
+
readonly size: OptionType<VariantType<{
|
|
164
164
|
/** Extra small icon */
|
|
165
|
-
xs: NullType;
|
|
165
|
+
readonly xs: NullType;
|
|
166
166
|
/** Small icon */
|
|
167
|
-
sm: NullType;
|
|
167
|
+
readonly sm: NullType;
|
|
168
168
|
/** Medium icon (default) */
|
|
169
|
-
md: NullType;
|
|
169
|
+
readonly md: NullType;
|
|
170
170
|
/** Large icon */
|
|
171
|
-
lg: NullType;
|
|
171
|
+
readonly lg: NullType;
|
|
172
172
|
/** Extra large icon */
|
|
173
|
-
xl: NullType;
|
|
173
|
+
readonly xl: NullType;
|
|
174
174
|
/** 2x large icon */
|
|
175
|
-
"2xl": NullType;
|
|
175
|
+
readonly "2xl": NullType;
|
|
176
176
|
}>>;
|
|
177
|
-
variant: OptionType<VariantType<{
|
|
177
|
+
readonly variant: OptionType<VariantType<{
|
|
178
178
|
/** Solid filled icons (fas) */
|
|
179
|
-
solid: NullType;
|
|
179
|
+
readonly solid: NullType;
|
|
180
180
|
/** Regular outlined icons (far) */
|
|
181
|
-
regular: NullType;
|
|
181
|
+
readonly regular: NullType;
|
|
182
182
|
/** Light weight icons (fal) - requires FA Pro */
|
|
183
|
-
light: NullType;
|
|
183
|
+
readonly light: NullType;
|
|
184
184
|
/** Thin weight icons (fat) - requires FA Pro */
|
|
185
|
-
thin: NullType;
|
|
185
|
+
readonly thin: NullType;
|
|
186
186
|
/** Brand logos (fab) */
|
|
187
|
-
brands: NullType;
|
|
187
|
+
readonly brands: NullType;
|
|
188
188
|
}>>;
|
|
189
|
-
color: OptionType<StringType>;
|
|
190
|
-
colorPalette: OptionType<VariantType<{
|
|
191
|
-
gray: NullType;
|
|
192
|
-
red: NullType;
|
|
193
|
-
orange: NullType;
|
|
194
|
-
yellow: NullType;
|
|
195
|
-
green: NullType;
|
|
196
|
-
teal: NullType;
|
|
197
|
-
blue: NullType;
|
|
198
|
-
cyan: NullType;
|
|
199
|
-
purple: NullType;
|
|
200
|
-
pink: NullType;
|
|
189
|
+
readonly color: OptionType<StringType>;
|
|
190
|
+
readonly colorPalette: OptionType<VariantType<{
|
|
191
|
+
readonly gray: NullType;
|
|
192
|
+
readonly red: NullType;
|
|
193
|
+
readonly orange: NullType;
|
|
194
|
+
readonly yellow: NullType;
|
|
195
|
+
readonly green: NullType;
|
|
196
|
+
readonly teal: NullType;
|
|
197
|
+
readonly blue: NullType;
|
|
198
|
+
readonly cyan: NullType;
|
|
199
|
+
readonly purple: NullType;
|
|
200
|
+
readonly pink: NullType;
|
|
201
201
|
}>>;
|
|
202
202
|
}>>;
|
|
203
203
|
}>;
|
|
@@ -102,12 +102,12 @@ export declare const Stat: {
|
|
|
102
102
|
* @property indicator - Optional trend indicator (up/down)
|
|
103
103
|
*/
|
|
104
104
|
readonly Stat: import("@elaraai/east").StructType<{
|
|
105
|
-
label: StringType;
|
|
106
|
-
value: StringType;
|
|
107
|
-
helpText: import("@elaraai/east").OptionType<StringType>;
|
|
108
|
-
indicator: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
109
|
-
up: import("@elaraai/east").NullType;
|
|
110
|
-
down: import("@elaraai/east").NullType;
|
|
105
|
+
readonly label: StringType;
|
|
106
|
+
readonly value: StringType;
|
|
107
|
+
readonly helpText: import("@elaraai/east").OptionType<StringType>;
|
|
108
|
+
readonly indicator: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
109
|
+
readonly up: import("@elaraai/east").NullType;
|
|
110
|
+
readonly down: import("@elaraai/east").NullType;
|
|
111
111
|
}>>;
|
|
112
112
|
}>;
|
|
113
113
|
/**
|
|
@@ -120,8 +120,8 @@ export declare const Stat: {
|
|
|
120
120
|
* @property down - Negative trend (usually red)
|
|
121
121
|
*/
|
|
122
122
|
readonly Indicator: import("@elaraai/east").VariantType<{
|
|
123
|
-
up: import("@elaraai/east").NullType;
|
|
124
|
-
down: import("@elaraai/east").NullType;
|
|
123
|
+
readonly up: import("@elaraai/east").NullType;
|
|
124
|
+
readonly down: import("@elaraai/east").NullType;
|
|
125
125
|
}>;
|
|
126
126
|
};
|
|
127
127
|
};
|
|
@@ -14,9 +14,9 @@ import { type SubtypeExprOrValue, type ExprType, StringType, NullType, OptionTyp
|
|
|
14
14
|
*/
|
|
15
15
|
export declare const StatIndicatorType: VariantType<{
|
|
16
16
|
/** Positive/increasing trend */
|
|
17
|
-
up: NullType;
|
|
17
|
+
readonly up: NullType;
|
|
18
18
|
/** Negative/decreasing trend */
|
|
19
|
-
down: NullType;
|
|
19
|
+
readonly down: NullType;
|
|
20
20
|
}>;
|
|
21
21
|
/**
|
|
22
22
|
* Type representing the StatIndicator structure.
|
|
@@ -58,14 +58,14 @@ export declare function StatIndicator(direction: "up" | "down"): ExprType<StatIn
|
|
|
58
58
|
* @property indicator - Optional trend indicator (up/down)
|
|
59
59
|
*/
|
|
60
60
|
export declare const StatType: StructType<{
|
|
61
|
-
label: StringType;
|
|
62
|
-
value: StringType;
|
|
63
|
-
helpText: OptionType<StringType>;
|
|
64
|
-
indicator: OptionType<VariantType<{
|
|
61
|
+
readonly label: StringType;
|
|
62
|
+
readonly value: StringType;
|
|
63
|
+
readonly helpText: OptionType<StringType>;
|
|
64
|
+
readonly indicator: OptionType<VariantType<{
|
|
65
65
|
/** Positive/increasing trend */
|
|
66
|
-
up: NullType;
|
|
66
|
+
readonly up: NullType;
|
|
67
67
|
/** Negative/decreasing trend */
|
|
68
|
-
down: NullType;
|
|
68
|
+
readonly down: NullType;
|
|
69
69
|
}>>;
|
|
70
70
|
}>;
|
|
71
71
|
/**
|
|
@@ -78,35 +78,35 @@ export declare const Tag: {
|
|
|
78
78
|
* @property closable - Whether the tag shows a close button
|
|
79
79
|
*/
|
|
80
80
|
readonly Tag: import("@elaraai/east").StructType<{
|
|
81
|
-
label: StringType;
|
|
82
|
-
variant: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
83
|
-
subtle: import("@elaraai/east").NullType;
|
|
84
|
-
solid: import("@elaraai/east").NullType;
|
|
85
|
-
outline: import("@elaraai/east").NullType;
|
|
81
|
+
readonly label: StringType;
|
|
82
|
+
readonly variant: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
83
|
+
readonly subtle: import("@elaraai/east").NullType;
|
|
84
|
+
readonly solid: import("@elaraai/east").NullType;
|
|
85
|
+
readonly outline: import("@elaraai/east").NullType;
|
|
86
86
|
}>>;
|
|
87
|
-
colorPalette: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
88
|
-
gray: import("@elaraai/east").NullType;
|
|
89
|
-
red: import("@elaraai/east").NullType;
|
|
90
|
-
orange: import("@elaraai/east").NullType;
|
|
91
|
-
yellow: import("@elaraai/east").NullType;
|
|
92
|
-
green: import("@elaraai/east").NullType;
|
|
93
|
-
teal: import("@elaraai/east").NullType;
|
|
94
|
-
blue: import("@elaraai/east").NullType;
|
|
95
|
-
cyan: import("@elaraai/east").NullType;
|
|
96
|
-
purple: import("@elaraai/east").NullType;
|
|
97
|
-
pink: import("@elaraai/east").NullType;
|
|
87
|
+
readonly colorPalette: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
88
|
+
readonly gray: import("@elaraai/east").NullType;
|
|
89
|
+
readonly red: import("@elaraai/east").NullType;
|
|
90
|
+
readonly orange: import("@elaraai/east").NullType;
|
|
91
|
+
readonly yellow: import("@elaraai/east").NullType;
|
|
92
|
+
readonly green: import("@elaraai/east").NullType;
|
|
93
|
+
readonly teal: import("@elaraai/east").NullType;
|
|
94
|
+
readonly blue: import("@elaraai/east").NullType;
|
|
95
|
+
readonly cyan: import("@elaraai/east").NullType;
|
|
96
|
+
readonly purple: import("@elaraai/east").NullType;
|
|
97
|
+
readonly pink: import("@elaraai/east").NullType;
|
|
98
98
|
}>>;
|
|
99
|
-
size: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
100
|
-
sm: import("@elaraai/east").NullType;
|
|
101
|
-
md: import("@elaraai/east").NullType;
|
|
102
|
-
lg: import("@elaraai/east").NullType;
|
|
103
|
-
xl: import("@elaraai/east").NullType;
|
|
99
|
+
readonly size: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
100
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
101
|
+
readonly md: import("@elaraai/east").NullType;
|
|
102
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
103
|
+
readonly xl: import("@elaraai/east").NullType;
|
|
104
104
|
}>>;
|
|
105
|
-
closable: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
106
|
-
onClose: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
107
|
-
opacity: import("@elaraai/east").OptionType<import("@elaraai/east").FloatType>;
|
|
108
|
-
color: import("@elaraai/east").OptionType<StringType>;
|
|
109
|
-
background: import("@elaraai/east").OptionType<StringType>;
|
|
105
|
+
readonly closable: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
106
|
+
readonly onClose: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
107
|
+
readonly opacity: import("@elaraai/east").OptionType<import("@elaraai/east").FloatType>;
|
|
108
|
+
readonly color: import("@elaraai/east").OptionType<StringType>;
|
|
109
|
+
readonly background: import("@elaraai/east").OptionType<StringType>;
|
|
110
110
|
}>;
|
|
111
111
|
/**
|
|
112
112
|
* Size variant type for Tag component.
|
|
@@ -120,10 +120,10 @@ export declare const Tag: {
|
|
|
120
120
|
* @property xl - Extra large size
|
|
121
121
|
*/
|
|
122
122
|
readonly Size: import("@elaraai/east").VariantType<{
|
|
123
|
-
sm: import("@elaraai/east").NullType;
|
|
124
|
-
md: import("@elaraai/east").NullType;
|
|
125
|
-
lg: import("@elaraai/east").NullType;
|
|
126
|
-
xl: import("@elaraai/east").NullType;
|
|
123
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
124
|
+
readonly md: import("@elaraai/east").NullType;
|
|
125
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
126
|
+
readonly xl: import("@elaraai/east").NullType;
|
|
127
127
|
}>;
|
|
128
128
|
};
|
|
129
129
|
};
|