@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
|
@@ -42,45 +42,45 @@ export declare const CodeBlock: {
|
|
|
42
42
|
readonly Root: typeof createCodeBlock;
|
|
43
43
|
readonly Types: {
|
|
44
44
|
readonly CodeBlock: import("@elaraai/east").StructType<{
|
|
45
|
-
code: StringType;
|
|
46
|
-
language: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
47
|
-
typescript: import("@elaraai/east").NullType;
|
|
48
|
-
javascript: import("@elaraai/east").NullType;
|
|
49
|
-
json: import("@elaraai/east").NullType;
|
|
50
|
-
html: import("@elaraai/east").NullType;
|
|
51
|
-
css: import("@elaraai/east").NullType;
|
|
52
|
-
python: import("@elaraai/east").NullType;
|
|
53
|
-
rust: import("@elaraai/east").NullType;
|
|
54
|
-
go: import("@elaraai/east").NullType;
|
|
55
|
-
sql: import("@elaraai/east").NullType;
|
|
56
|
-
bash: import("@elaraai/east").NullType;
|
|
57
|
-
markdown: import("@elaraai/east").NullType;
|
|
58
|
-
yaml: import("@elaraai/east").NullType;
|
|
59
|
-
xml: import("@elaraai/east").NullType;
|
|
60
|
-
plaintext: import("@elaraai/east").NullType;
|
|
45
|
+
readonly code: StringType;
|
|
46
|
+
readonly language: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
47
|
+
readonly typescript: import("@elaraai/east").NullType;
|
|
48
|
+
readonly javascript: import("@elaraai/east").NullType;
|
|
49
|
+
readonly json: import("@elaraai/east").NullType;
|
|
50
|
+
readonly html: import("@elaraai/east").NullType;
|
|
51
|
+
readonly css: import("@elaraai/east").NullType;
|
|
52
|
+
readonly python: import("@elaraai/east").NullType;
|
|
53
|
+
readonly rust: import("@elaraai/east").NullType;
|
|
54
|
+
readonly go: import("@elaraai/east").NullType;
|
|
55
|
+
readonly sql: import("@elaraai/east").NullType;
|
|
56
|
+
readonly bash: import("@elaraai/east").NullType;
|
|
57
|
+
readonly markdown: import("@elaraai/east").NullType;
|
|
58
|
+
readonly yaml: import("@elaraai/east").NullType;
|
|
59
|
+
readonly xml: import("@elaraai/east").NullType;
|
|
60
|
+
readonly plaintext: import("@elaraai/east").NullType;
|
|
61
61
|
}>>;
|
|
62
|
-
showLineNumbers: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
63
|
-
highlightLines: import("@elaraai/east").OptionType<import("@elaraai/east").ArrayType<import("@elaraai/east").IntegerType>>;
|
|
64
|
-
maxHeight: import("@elaraai/east").OptionType<StringType>;
|
|
65
|
-
showCopyButton: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
66
|
-
wordWrap: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
67
|
-
title: import("@elaraai/east").OptionType<StringType>;
|
|
62
|
+
readonly showLineNumbers: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
63
|
+
readonly highlightLines: import("@elaraai/east").OptionType<import("@elaraai/east").ArrayType<import("@elaraai/east").IntegerType>>;
|
|
64
|
+
readonly maxHeight: import("@elaraai/east").OptionType<StringType>;
|
|
65
|
+
readonly showCopyButton: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
66
|
+
readonly wordWrap: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
67
|
+
readonly title: import("@elaraai/east").OptionType<StringType>;
|
|
68
68
|
}>;
|
|
69
69
|
readonly Language: import("@elaraai/east").VariantType<{
|
|
70
|
-
typescript: import("@elaraai/east").NullType;
|
|
71
|
-
javascript: import("@elaraai/east").NullType;
|
|
72
|
-
json: import("@elaraai/east").NullType;
|
|
73
|
-
html: import("@elaraai/east").NullType;
|
|
74
|
-
css: import("@elaraai/east").NullType;
|
|
75
|
-
python: import("@elaraai/east").NullType;
|
|
76
|
-
rust: import("@elaraai/east").NullType;
|
|
77
|
-
go: import("@elaraai/east").NullType;
|
|
78
|
-
sql: import("@elaraai/east").NullType;
|
|
79
|
-
bash: import("@elaraai/east").NullType;
|
|
80
|
-
markdown: import("@elaraai/east").NullType;
|
|
81
|
-
yaml: import("@elaraai/east").NullType;
|
|
82
|
-
xml: import("@elaraai/east").NullType;
|
|
83
|
-
plaintext: import("@elaraai/east").NullType;
|
|
70
|
+
readonly typescript: import("@elaraai/east").NullType;
|
|
71
|
+
readonly javascript: import("@elaraai/east").NullType;
|
|
72
|
+
readonly json: import("@elaraai/east").NullType;
|
|
73
|
+
readonly html: import("@elaraai/east").NullType;
|
|
74
|
+
readonly css: import("@elaraai/east").NullType;
|
|
75
|
+
readonly python: import("@elaraai/east").NullType;
|
|
76
|
+
readonly rust: import("@elaraai/east").NullType;
|
|
77
|
+
readonly go: import("@elaraai/east").NullType;
|
|
78
|
+
readonly sql: import("@elaraai/east").NullType;
|
|
79
|
+
readonly bash: import("@elaraai/east").NullType;
|
|
80
|
+
readonly markdown: import("@elaraai/east").NullType;
|
|
81
|
+
readonly yaml: import("@elaraai/east").NullType;
|
|
82
|
+
readonly xml: import("@elaraai/east").NullType;
|
|
83
|
+
readonly plaintext: import("@elaraai/east").NullType;
|
|
84
84
|
}>;
|
|
85
85
|
};
|
|
86
86
|
};
|
|
@@ -26,20 +26,20 @@ import { type SubtypeExprOrValue, OptionType, StringType, StructType, BooleanTyp
|
|
|
26
26
|
* @property plaintext - Plain text (no highlighting)
|
|
27
27
|
*/
|
|
28
28
|
export declare const CodeLanguageType: VariantType<{
|
|
29
|
-
typescript: NullType;
|
|
30
|
-
javascript: NullType;
|
|
31
|
-
json: NullType;
|
|
32
|
-
html: NullType;
|
|
33
|
-
css: NullType;
|
|
34
|
-
python: NullType;
|
|
35
|
-
rust: NullType;
|
|
36
|
-
go: NullType;
|
|
37
|
-
sql: NullType;
|
|
38
|
-
bash: NullType;
|
|
39
|
-
markdown: NullType;
|
|
40
|
-
yaml: NullType;
|
|
41
|
-
xml: NullType;
|
|
42
|
-
plaintext: NullType;
|
|
29
|
+
readonly typescript: NullType;
|
|
30
|
+
readonly javascript: NullType;
|
|
31
|
+
readonly json: NullType;
|
|
32
|
+
readonly html: NullType;
|
|
33
|
+
readonly css: NullType;
|
|
34
|
+
readonly python: NullType;
|
|
35
|
+
readonly rust: NullType;
|
|
36
|
+
readonly go: NullType;
|
|
37
|
+
readonly sql: NullType;
|
|
38
|
+
readonly bash: NullType;
|
|
39
|
+
readonly markdown: NullType;
|
|
40
|
+
readonly yaml: NullType;
|
|
41
|
+
readonly xml: NullType;
|
|
42
|
+
readonly plaintext: NullType;
|
|
43
43
|
}>;
|
|
44
44
|
export type CodeLanguageType = typeof CodeLanguageType;
|
|
45
45
|
/** String literal union for language shortcuts */
|
|
@@ -57,29 +57,29 @@ export type CodeLanguage = "typescript" | "javascript" | "json" | "html" | "css"
|
|
|
57
57
|
* @property title - Optional title displayed in the header (e.g., filename)
|
|
58
58
|
*/
|
|
59
59
|
export declare const CodeBlockType: StructType<{
|
|
60
|
-
code: StringType;
|
|
61
|
-
language: OptionType<VariantType<{
|
|
62
|
-
typescript: NullType;
|
|
63
|
-
javascript: NullType;
|
|
64
|
-
json: NullType;
|
|
65
|
-
html: NullType;
|
|
66
|
-
css: NullType;
|
|
67
|
-
python: NullType;
|
|
68
|
-
rust: NullType;
|
|
69
|
-
go: NullType;
|
|
70
|
-
sql: NullType;
|
|
71
|
-
bash: NullType;
|
|
72
|
-
markdown: NullType;
|
|
73
|
-
yaml: NullType;
|
|
74
|
-
xml: NullType;
|
|
75
|
-
plaintext: NullType;
|
|
60
|
+
readonly code: StringType;
|
|
61
|
+
readonly language: OptionType<VariantType<{
|
|
62
|
+
readonly typescript: NullType;
|
|
63
|
+
readonly javascript: NullType;
|
|
64
|
+
readonly json: NullType;
|
|
65
|
+
readonly html: NullType;
|
|
66
|
+
readonly css: NullType;
|
|
67
|
+
readonly python: NullType;
|
|
68
|
+
readonly rust: NullType;
|
|
69
|
+
readonly go: NullType;
|
|
70
|
+
readonly sql: NullType;
|
|
71
|
+
readonly bash: NullType;
|
|
72
|
+
readonly markdown: NullType;
|
|
73
|
+
readonly yaml: NullType;
|
|
74
|
+
readonly xml: NullType;
|
|
75
|
+
readonly plaintext: NullType;
|
|
76
76
|
}>>;
|
|
77
|
-
showLineNumbers: OptionType<BooleanType>;
|
|
78
|
-
highlightLines: OptionType<ArrayType<IntegerType>>;
|
|
79
|
-
maxHeight: OptionType<StringType>;
|
|
80
|
-
showCopyButton: OptionType<BooleanType>;
|
|
81
|
-
wordWrap: OptionType<BooleanType>;
|
|
82
|
-
title: OptionType<StringType>;
|
|
77
|
+
readonly showLineNumbers: OptionType<BooleanType>;
|
|
78
|
+
readonly highlightLines: OptionType<ArrayType<IntegerType>>;
|
|
79
|
+
readonly maxHeight: OptionType<StringType>;
|
|
80
|
+
readonly showCopyButton: OptionType<BooleanType>;
|
|
81
|
+
readonly wordWrap: OptionType<BooleanType>;
|
|
82
|
+
readonly title: OptionType<StringType>;
|
|
83
83
|
}>;
|
|
84
84
|
export type CodeBlockType = typeof CodeBlockType;
|
|
85
85
|
/**
|
|
@@ -38,54 +38,54 @@ export declare const Heading: {
|
|
|
38
38
|
readonly Root: typeof createHeading;
|
|
39
39
|
readonly Types: {
|
|
40
40
|
readonly Heading: import("@elaraai/east").StructType<{
|
|
41
|
-
value: StringType;
|
|
42
|
-
size: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
43
|
-
xs: import("@elaraai/east").NullType;
|
|
44
|
-
sm: import("@elaraai/east").NullType;
|
|
45
|
-
md: import("@elaraai/east").NullType;
|
|
46
|
-
lg: import("@elaraai/east").NullType;
|
|
47
|
-
xl: import("@elaraai/east").NullType;
|
|
48
|
-
"2xl": import("@elaraai/east").NullType;
|
|
49
|
-
"3xl": import("@elaraai/east").NullType;
|
|
50
|
-
"4xl": import("@elaraai/east").NullType;
|
|
51
|
-
"5xl": import("@elaraai/east").NullType;
|
|
52
|
-
"6xl": import("@elaraai/east").NullType;
|
|
41
|
+
readonly value: StringType;
|
|
42
|
+
readonly size: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
43
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
44
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
45
|
+
readonly md: import("@elaraai/east").NullType;
|
|
46
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
47
|
+
readonly xl: import("@elaraai/east").NullType;
|
|
48
|
+
readonly "2xl": import("@elaraai/east").NullType;
|
|
49
|
+
readonly "3xl": import("@elaraai/east").NullType;
|
|
50
|
+
readonly "4xl": import("@elaraai/east").NullType;
|
|
51
|
+
readonly "5xl": import("@elaraai/east").NullType;
|
|
52
|
+
readonly "6xl": import("@elaraai/east").NullType;
|
|
53
53
|
}>>;
|
|
54
|
-
as: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
55
|
-
h1: import("@elaraai/east").NullType;
|
|
56
|
-
h2: import("@elaraai/east").NullType;
|
|
57
|
-
h3: import("@elaraai/east").NullType;
|
|
58
|
-
h4: import("@elaraai/east").NullType;
|
|
59
|
-
h5: import("@elaraai/east").NullType;
|
|
60
|
-
h6: import("@elaraai/east").NullType;
|
|
54
|
+
readonly as: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
55
|
+
readonly h1: import("@elaraai/east").NullType;
|
|
56
|
+
readonly h2: import("@elaraai/east").NullType;
|
|
57
|
+
readonly h3: import("@elaraai/east").NullType;
|
|
58
|
+
readonly h4: import("@elaraai/east").NullType;
|
|
59
|
+
readonly h5: import("@elaraai/east").NullType;
|
|
60
|
+
readonly h6: import("@elaraai/east").NullType;
|
|
61
61
|
}>>;
|
|
62
|
-
color: import("@elaraai/east").OptionType<StringType>;
|
|
63
|
-
textAlign: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
64
|
-
left: import("@elaraai/east").NullType;
|
|
65
|
-
center: import("@elaraai/east").NullType;
|
|
66
|
-
right: import("@elaraai/east").NullType;
|
|
67
|
-
justify: import("@elaraai/east").NullType;
|
|
62
|
+
readonly color: import("@elaraai/east").OptionType<StringType>;
|
|
63
|
+
readonly textAlign: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
64
|
+
readonly left: import("@elaraai/east").NullType;
|
|
65
|
+
readonly center: import("@elaraai/east").NullType;
|
|
66
|
+
readonly right: import("@elaraai/east").NullType;
|
|
67
|
+
readonly justify: import("@elaraai/east").NullType;
|
|
68
68
|
}>>;
|
|
69
69
|
}>;
|
|
70
70
|
readonly Size: import("@elaraai/east").VariantType<{
|
|
71
|
-
xs: import("@elaraai/east").NullType;
|
|
72
|
-
sm: import("@elaraai/east").NullType;
|
|
73
|
-
md: import("@elaraai/east").NullType;
|
|
74
|
-
lg: import("@elaraai/east").NullType;
|
|
75
|
-
xl: import("@elaraai/east").NullType;
|
|
76
|
-
"2xl": import("@elaraai/east").NullType;
|
|
77
|
-
"3xl": import("@elaraai/east").NullType;
|
|
78
|
-
"4xl": import("@elaraai/east").NullType;
|
|
79
|
-
"5xl": import("@elaraai/east").NullType;
|
|
80
|
-
"6xl": import("@elaraai/east").NullType;
|
|
71
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
72
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
73
|
+
readonly md: import("@elaraai/east").NullType;
|
|
74
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
75
|
+
readonly xl: import("@elaraai/east").NullType;
|
|
76
|
+
readonly "2xl": import("@elaraai/east").NullType;
|
|
77
|
+
readonly "3xl": import("@elaraai/east").NullType;
|
|
78
|
+
readonly "4xl": import("@elaraai/east").NullType;
|
|
79
|
+
readonly "5xl": import("@elaraai/east").NullType;
|
|
80
|
+
readonly "6xl": import("@elaraai/east").NullType;
|
|
81
81
|
}>;
|
|
82
82
|
readonly As: import("@elaraai/east").VariantType<{
|
|
83
|
-
h1: import("@elaraai/east").NullType;
|
|
84
|
-
h2: import("@elaraai/east").NullType;
|
|
85
|
-
h3: import("@elaraai/east").NullType;
|
|
86
|
-
h4: import("@elaraai/east").NullType;
|
|
87
|
-
h5: import("@elaraai/east").NullType;
|
|
88
|
-
h6: import("@elaraai/east").NullType;
|
|
83
|
+
readonly h1: import("@elaraai/east").NullType;
|
|
84
|
+
readonly h2: import("@elaraai/east").NullType;
|
|
85
|
+
readonly h3: import("@elaraai/east").NullType;
|
|
86
|
+
readonly h4: import("@elaraai/east").NullType;
|
|
87
|
+
readonly h5: import("@elaraai/east").NullType;
|
|
88
|
+
readonly h6: import("@elaraai/east").NullType;
|
|
89
89
|
}>;
|
|
90
90
|
};
|
|
91
91
|
};
|
|
@@ -19,16 +19,16 @@ import { TextAlignType, type TextAlignLiteral } from "../../style.js";
|
|
|
19
19
|
* @property 6xl - 6x large heading
|
|
20
20
|
*/
|
|
21
21
|
export declare const HeadingSizeType: VariantType<{
|
|
22
|
-
xs: NullType;
|
|
23
|
-
sm: NullType;
|
|
24
|
-
md: NullType;
|
|
25
|
-
lg: NullType;
|
|
26
|
-
xl: NullType;
|
|
27
|
-
"2xl": NullType;
|
|
28
|
-
"3xl": NullType;
|
|
29
|
-
"4xl": NullType;
|
|
30
|
-
"5xl": NullType;
|
|
31
|
-
"6xl": NullType;
|
|
22
|
+
readonly xs: NullType;
|
|
23
|
+
readonly sm: NullType;
|
|
24
|
+
readonly md: NullType;
|
|
25
|
+
readonly lg: NullType;
|
|
26
|
+
readonly xl: NullType;
|
|
27
|
+
readonly "2xl": NullType;
|
|
28
|
+
readonly "3xl": NullType;
|
|
29
|
+
readonly "4xl": NullType;
|
|
30
|
+
readonly "5xl": NullType;
|
|
31
|
+
readonly "6xl": NullType;
|
|
32
32
|
}>;
|
|
33
33
|
export type HeadingSizeType = typeof HeadingSizeType;
|
|
34
34
|
export type HeadingSizeLiteral = "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl";
|
|
@@ -43,12 +43,12 @@ export type HeadingSizeLiteral = "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl
|
|
|
43
43
|
* @property h6 - Level 6 heading (least important)
|
|
44
44
|
*/
|
|
45
45
|
export declare const HeadingAsType: VariantType<{
|
|
46
|
-
h1: NullType;
|
|
47
|
-
h2: NullType;
|
|
48
|
-
h3: NullType;
|
|
49
|
-
h4: NullType;
|
|
50
|
-
h5: NullType;
|
|
51
|
-
h6: NullType;
|
|
46
|
+
readonly h1: NullType;
|
|
47
|
+
readonly h2: NullType;
|
|
48
|
+
readonly h3: NullType;
|
|
49
|
+
readonly h4: NullType;
|
|
50
|
+
readonly h5: NullType;
|
|
51
|
+
readonly h6: NullType;
|
|
52
52
|
}>;
|
|
53
53
|
export type HeadingAsType = typeof HeadingAsType;
|
|
54
54
|
export type HeadingAsLiteral = "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
|
|
@@ -62,33 +62,33 @@ export type HeadingAsLiteral = "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
|
|
|
62
62
|
* @property textAlign - Text alignment
|
|
63
63
|
*/
|
|
64
64
|
export declare const HeadingType: StructType<{
|
|
65
|
-
value: StringType;
|
|
66
|
-
size: OptionType<VariantType<{
|
|
67
|
-
xs: NullType;
|
|
68
|
-
sm: NullType;
|
|
69
|
-
md: NullType;
|
|
70
|
-
lg: NullType;
|
|
71
|
-
xl: NullType;
|
|
72
|
-
"2xl": NullType;
|
|
73
|
-
"3xl": NullType;
|
|
74
|
-
"4xl": NullType;
|
|
75
|
-
"5xl": NullType;
|
|
76
|
-
"6xl": NullType;
|
|
65
|
+
readonly value: StringType;
|
|
66
|
+
readonly size: OptionType<VariantType<{
|
|
67
|
+
readonly xs: NullType;
|
|
68
|
+
readonly sm: NullType;
|
|
69
|
+
readonly md: NullType;
|
|
70
|
+
readonly lg: NullType;
|
|
71
|
+
readonly xl: NullType;
|
|
72
|
+
readonly "2xl": NullType;
|
|
73
|
+
readonly "3xl": NullType;
|
|
74
|
+
readonly "4xl": NullType;
|
|
75
|
+
readonly "5xl": NullType;
|
|
76
|
+
readonly "6xl": NullType;
|
|
77
77
|
}>>;
|
|
78
|
-
as: OptionType<VariantType<{
|
|
79
|
-
h1: NullType;
|
|
80
|
-
h2: NullType;
|
|
81
|
-
h3: NullType;
|
|
82
|
-
h4: NullType;
|
|
83
|
-
h5: NullType;
|
|
84
|
-
h6: NullType;
|
|
78
|
+
readonly as: OptionType<VariantType<{
|
|
79
|
+
readonly h1: NullType;
|
|
80
|
+
readonly h2: NullType;
|
|
81
|
+
readonly h3: NullType;
|
|
82
|
+
readonly h4: NullType;
|
|
83
|
+
readonly h5: NullType;
|
|
84
|
+
readonly h6: NullType;
|
|
85
85
|
}>>;
|
|
86
|
-
color: OptionType<StringType>;
|
|
87
|
-
textAlign: OptionType<VariantType<{
|
|
88
|
-
left: NullType;
|
|
89
|
-
center: NullType;
|
|
90
|
-
right: NullType;
|
|
91
|
-
justify: NullType;
|
|
86
|
+
readonly color: OptionType<StringType>;
|
|
87
|
+
readonly textAlign: OptionType<VariantType<{
|
|
88
|
+
readonly left: NullType;
|
|
89
|
+
readonly center: NullType;
|
|
90
|
+
readonly right: NullType;
|
|
91
|
+
readonly justify: NullType;
|
|
92
92
|
}>>;
|
|
93
93
|
}>;
|
|
94
94
|
export type HeadingType = typeof HeadingType;
|
|
@@ -39,9 +39,9 @@ export declare const Highlight: {
|
|
|
39
39
|
readonly Root: typeof createHighlight;
|
|
40
40
|
readonly Types: {
|
|
41
41
|
readonly Highlight: import("@elaraai/east").StructType<{
|
|
42
|
-
value: StringType;
|
|
43
|
-
query: ArrayType<StringType>;
|
|
44
|
-
color: import("@elaraai/east").OptionType<StringType>;
|
|
42
|
+
readonly value: StringType;
|
|
43
|
+
readonly query: ArrayType<StringType>;
|
|
44
|
+
readonly color: import("@elaraai/east").OptionType<StringType>;
|
|
45
45
|
}>;
|
|
46
46
|
};
|
|
47
47
|
};
|
|
@@ -11,9 +11,9 @@ import { type SubtypeExprOrValue, OptionType, StringType, StructType, ArrayType
|
|
|
11
11
|
* @property color - Background color for highlighted portions
|
|
12
12
|
*/
|
|
13
13
|
export declare const HighlightType: StructType<{
|
|
14
|
-
value: StringType;
|
|
15
|
-
query: ArrayType<StringType>;
|
|
16
|
-
color: OptionType<StringType>;
|
|
14
|
+
readonly value: StringType;
|
|
15
|
+
readonly query: ArrayType<StringType>;
|
|
16
|
+
readonly color: OptionType<StringType>;
|
|
17
17
|
}>;
|
|
18
18
|
export type HighlightType = typeof HighlightType;
|
|
19
19
|
/**
|
|
@@ -38,18 +38,18 @@ export declare const Link: {
|
|
|
38
38
|
readonly Root: typeof createLink;
|
|
39
39
|
readonly Types: {
|
|
40
40
|
readonly Link: import("@elaraai/east").StructType<{
|
|
41
|
-
value: StringType;
|
|
42
|
-
href: StringType;
|
|
43
|
-
external: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
44
|
-
variant: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
45
|
-
underline: import("@elaraai/east").NullType;
|
|
46
|
-
plain: import("@elaraai/east").NullType;
|
|
41
|
+
readonly value: StringType;
|
|
42
|
+
readonly href: StringType;
|
|
43
|
+
readonly external: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
44
|
+
readonly variant: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
45
|
+
readonly underline: import("@elaraai/east").NullType;
|
|
46
|
+
readonly plain: import("@elaraai/east").NullType;
|
|
47
47
|
}>>;
|
|
48
|
-
colorPalette: import("@elaraai/east").OptionType<StringType>;
|
|
48
|
+
readonly colorPalette: import("@elaraai/east").OptionType<StringType>;
|
|
49
49
|
}>;
|
|
50
50
|
readonly Variant: import("@elaraai/east").VariantType<{
|
|
51
|
-
underline: import("@elaraai/east").NullType;
|
|
52
|
-
plain: import("@elaraai/east").NullType;
|
|
51
|
+
readonly underline: import("@elaraai/east").NullType;
|
|
52
|
+
readonly plain: import("@elaraai/east").NullType;
|
|
53
53
|
}>;
|
|
54
54
|
};
|
|
55
55
|
};
|
|
@@ -10,8 +10,8 @@ import { type SubtypeExprOrValue, OptionType, StringType, StructType, VariantTyp
|
|
|
10
10
|
* @property plain - No underline by default
|
|
11
11
|
*/
|
|
12
12
|
export declare const LinkVariantType: VariantType<{
|
|
13
|
-
underline: NullType;
|
|
14
|
-
plain: NullType;
|
|
13
|
+
readonly underline: NullType;
|
|
14
|
+
readonly plain: NullType;
|
|
15
15
|
}>;
|
|
16
16
|
export type LinkVariantType = typeof LinkVariantType;
|
|
17
17
|
export type LinkVariantLiteral = "underline" | "plain";
|
|
@@ -25,14 +25,14 @@ export type LinkVariantLiteral = "underline" | "plain";
|
|
|
25
25
|
* @property colorPalette - Color scheme for the link
|
|
26
26
|
*/
|
|
27
27
|
export declare const LinkType: StructType<{
|
|
28
|
-
value: StringType;
|
|
29
|
-
href: StringType;
|
|
30
|
-
external: OptionType<BooleanType>;
|
|
31
|
-
variant: OptionType<VariantType<{
|
|
32
|
-
underline: NullType;
|
|
33
|
-
plain: NullType;
|
|
28
|
+
readonly value: StringType;
|
|
29
|
+
readonly href: StringType;
|
|
30
|
+
readonly external: OptionType<BooleanType>;
|
|
31
|
+
readonly variant: OptionType<VariantType<{
|
|
32
|
+
readonly underline: NullType;
|
|
33
|
+
readonly plain: NullType;
|
|
34
34
|
}>>;
|
|
35
|
-
colorPalette: OptionType<StringType>;
|
|
35
|
+
readonly colorPalette: OptionType<StringType>;
|
|
36
36
|
}>;
|
|
37
37
|
export type LinkType = typeof LinkType;
|
|
38
38
|
/**
|
|
@@ -41,17 +41,17 @@ export declare const List: {
|
|
|
41
41
|
readonly Root: typeof createList;
|
|
42
42
|
readonly Types: {
|
|
43
43
|
readonly List: import("@elaraai/east").StructType<{
|
|
44
|
-
items: ArrayType<StringType>;
|
|
45
|
-
variant: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
46
|
-
ordered: import("@elaraai/east").NullType;
|
|
47
|
-
unordered: import("@elaraai/east").NullType;
|
|
44
|
+
readonly items: ArrayType<StringType>;
|
|
45
|
+
readonly variant: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
46
|
+
readonly ordered: import("@elaraai/east").NullType;
|
|
47
|
+
readonly unordered: import("@elaraai/east").NullType;
|
|
48
48
|
}>>;
|
|
49
|
-
gap: import("@elaraai/east").OptionType<StringType>;
|
|
50
|
-
colorPalette: import("@elaraai/east").OptionType<StringType>;
|
|
49
|
+
readonly gap: import("@elaraai/east").OptionType<StringType>;
|
|
50
|
+
readonly colorPalette: import("@elaraai/east").OptionType<StringType>;
|
|
51
51
|
}>;
|
|
52
52
|
readonly Variant: import("@elaraai/east").VariantType<{
|
|
53
|
-
ordered: import("@elaraai/east").NullType;
|
|
54
|
-
unordered: import("@elaraai/east").NullType;
|
|
53
|
+
readonly ordered: import("@elaraai/east").NullType;
|
|
54
|
+
readonly unordered: import("@elaraai/east").NullType;
|
|
55
55
|
}>;
|
|
56
56
|
};
|
|
57
57
|
};
|
|
@@ -10,8 +10,8 @@ import { type SubtypeExprOrValue, OptionType, StringType, StructType, VariantTyp
|
|
|
10
10
|
* @property unordered - Bulleted list (ul)
|
|
11
11
|
*/
|
|
12
12
|
export declare const ListVariantType: VariantType<{
|
|
13
|
-
ordered: NullType;
|
|
14
|
-
unordered: NullType;
|
|
13
|
+
readonly ordered: NullType;
|
|
14
|
+
readonly unordered: NullType;
|
|
15
15
|
}>;
|
|
16
16
|
export type ListVariantType = typeof ListVariantType;
|
|
17
17
|
export type ListVariantLiteral = "ordered" | "unordered";
|
|
@@ -24,13 +24,13 @@ export type ListVariantLiteral = "ordered" | "unordered";
|
|
|
24
24
|
* @property colorPalette - Color scheme for list markers
|
|
25
25
|
*/
|
|
26
26
|
export declare const ListType: StructType<{
|
|
27
|
-
items: ArrayType<StringType>;
|
|
28
|
-
variant: OptionType<VariantType<{
|
|
29
|
-
ordered: NullType;
|
|
30
|
-
unordered: NullType;
|
|
27
|
+
readonly items: ArrayType<StringType>;
|
|
28
|
+
readonly variant: OptionType<VariantType<{
|
|
29
|
+
readonly ordered: NullType;
|
|
30
|
+
readonly unordered: NullType;
|
|
31
31
|
}>>;
|
|
32
|
-
gap: OptionType<StringType>;
|
|
33
|
-
colorPalette: OptionType<StringType>;
|
|
32
|
+
readonly gap: OptionType<StringType>;
|
|
33
|
+
readonly colorPalette: OptionType<StringType>;
|
|
34
34
|
}>;
|
|
35
35
|
export type ListType = typeof ListType;
|
|
36
36
|
/**
|
|
@@ -37,20 +37,20 @@ export declare const Mark: {
|
|
|
37
37
|
readonly Root: typeof createMark;
|
|
38
38
|
readonly Types: {
|
|
39
39
|
readonly Mark: import("@elaraai/east").StructType<{
|
|
40
|
-
value: StringType;
|
|
41
|
-
variant: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
42
|
-
subtle: import("@elaraai/east").NullType;
|
|
43
|
-
solid: import("@elaraai/east").NullType;
|
|
44
|
-
text: import("@elaraai/east").NullType;
|
|
45
|
-
plain: import("@elaraai/east").NullType;
|
|
40
|
+
readonly value: StringType;
|
|
41
|
+
readonly variant: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
42
|
+
readonly subtle: import("@elaraai/east").NullType;
|
|
43
|
+
readonly solid: import("@elaraai/east").NullType;
|
|
44
|
+
readonly text: import("@elaraai/east").NullType;
|
|
45
|
+
readonly plain: import("@elaraai/east").NullType;
|
|
46
46
|
}>>;
|
|
47
|
-
colorPalette: import("@elaraai/east").OptionType<StringType>;
|
|
47
|
+
readonly colorPalette: import("@elaraai/east").OptionType<StringType>;
|
|
48
48
|
}>;
|
|
49
49
|
readonly Variant: import("@elaraai/east").VariantType<{
|
|
50
|
-
subtle: import("@elaraai/east").NullType;
|
|
51
|
-
solid: import("@elaraai/east").NullType;
|
|
52
|
-
text: import("@elaraai/east").NullType;
|
|
53
|
-
plain: import("@elaraai/east").NullType;
|
|
50
|
+
readonly subtle: import("@elaraai/east").NullType;
|
|
51
|
+
readonly solid: import("@elaraai/east").NullType;
|
|
52
|
+
readonly text: import("@elaraai/east").NullType;
|
|
53
|
+
readonly plain: import("@elaraai/east").NullType;
|
|
54
54
|
}>;
|
|
55
55
|
};
|
|
56
56
|
};
|
|
@@ -12,10 +12,10 @@ import { type SubtypeExprOrValue, OptionType, StringType, StructType, VariantTyp
|
|
|
12
12
|
* @property plain - Plain mark styling
|
|
13
13
|
*/
|
|
14
14
|
export declare const MarkVariantType: VariantType<{
|
|
15
|
-
subtle: NullType;
|
|
16
|
-
solid: NullType;
|
|
17
|
-
text: NullType;
|
|
18
|
-
plain: NullType;
|
|
15
|
+
readonly subtle: NullType;
|
|
16
|
+
readonly solid: NullType;
|
|
17
|
+
readonly text: NullType;
|
|
18
|
+
readonly plain: NullType;
|
|
19
19
|
}>;
|
|
20
20
|
export type MarkVariantType = typeof MarkVariantType;
|
|
21
21
|
export type MarkVariantLiteral = "subtle" | "solid" | "text" | "plain";
|
|
@@ -27,14 +27,14 @@ export type MarkVariantLiteral = "subtle" | "solid" | "text" | "plain";
|
|
|
27
27
|
* @property colorPalette - Color scheme for the mark
|
|
28
28
|
*/
|
|
29
29
|
export declare const MarkType: StructType<{
|
|
30
|
-
value: StringType;
|
|
31
|
-
variant: OptionType<VariantType<{
|
|
32
|
-
subtle: NullType;
|
|
33
|
-
solid: NullType;
|
|
34
|
-
text: NullType;
|
|
35
|
-
plain: NullType;
|
|
30
|
+
readonly value: StringType;
|
|
31
|
+
readonly variant: OptionType<VariantType<{
|
|
32
|
+
readonly subtle: NullType;
|
|
33
|
+
readonly solid: NullType;
|
|
34
|
+
readonly text: NullType;
|
|
35
|
+
readonly plain: NullType;
|
|
36
36
|
}>>;
|
|
37
|
-
colorPalette: OptionType<StringType>;
|
|
37
|
+
readonly colorPalette: OptionType<StringType>;
|
|
38
38
|
}>;
|
|
39
39
|
export type MarkType = typeof MarkType;
|
|
40
40
|
/**
|