@elaraai/east-ui 0.0.1-beta.4 → 0.0.1-beta.5
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/README.md +3 -2
- package/dist/src/collections/gantt/index.d.ts +515 -0
- package/dist/src/collections/gantt/index.d.ts.map +1 -1
- package/dist/src/collections/table/index.d.ts +412 -0
- package/dist/src/collections/table/index.d.ts.map +1 -1
- package/dist/src/component.d.ts +103 -0
- package/dist/src/component.d.ts.map +1 -1
- package/dist/src/component.js +15 -1
- package/dist/src/component.js.map +1 -1
- package/dist/src/container/card/index.d.ts +206 -0
- package/dist/src/container/card/index.d.ts.map +1 -1
- package/dist/src/disclosure/accordion/index.d.ts +412 -0
- package/dist/src/disclosure/accordion/index.d.ts.map +1 -1
- package/dist/src/disclosure/carousel/index.d.ts +206 -0
- package/dist/src/disclosure/carousel/index.d.ts.map +1 -1
- package/dist/src/disclosure/tabs/index.d.ts +412 -0
- package/dist/src/disclosure/tabs/index.d.ts.map +1 -1
- package/dist/src/forms/field/index.d.ts +206 -0
- package/dist/src/forms/field/index.d.ts.map +1 -1
- package/dist/src/index.d.ts +1 -1
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +1 -1
- package/dist/src/index.js.map +1 -1
- package/dist/src/layout/box/index.d.ts +206 -0
- package/dist/src/layout/box/index.d.ts.map +1 -1
- package/dist/src/layout/grid/index.d.ts +412 -0
- package/dist/src/layout/grid/index.d.ts.map +1 -1
- package/dist/src/layout/splitter/index.d.ts +412 -0
- package/dist/src/layout/splitter/index.d.ts.map +1 -1
- package/dist/src/layout/stack/index.d.ts +206 -0
- package/dist/src/layout/stack/index.d.ts.map +1 -1
- package/dist/src/overlays/dialog/index.d.ts +412 -0
- package/dist/src/overlays/dialog/index.d.ts.map +1 -1
- package/dist/src/overlays/drawer/index.d.ts +412 -0
- package/dist/src/overlays/drawer/index.d.ts.map +1 -1
- package/dist/src/overlays/hover-card/index.d.ts +412 -0
- package/dist/src/overlays/hover-card/index.d.ts.map +1 -1
- package/dist/src/overlays/menu/index.d.ts +206 -0
- package/dist/src/overlays/menu/index.d.ts.map +1 -1
- package/dist/src/overlays/popover/index.d.ts +412 -0
- package/dist/src/overlays/popover/index.d.ts.map +1 -1
- package/dist/src/overlays/toggle-tip/index.d.ts +206 -0
- package/dist/src/overlays/toggle-tip/index.d.ts.map +1 -1
- package/dist/src/overlays/tooltip/index.d.ts +206 -0
- package/dist/src/overlays/tooltip/index.d.ts.map +1 -1
- package/dist/src/typography/code/index.d.ts +61 -0
- package/dist/src/typography/code/index.d.ts.map +1 -0
- package/dist/src/typography/code/index.js +65 -0
- package/dist/src/typography/code/index.js.map +1 -0
- package/dist/src/typography/code/types.d.ts +56 -0
- package/dist/src/typography/code/types.d.ts.map +1 -0
- package/dist/src/typography/code/types.js +39 -0
- package/dist/src/typography/code/types.js.map +1 -0
- package/dist/src/typography/code-block/index.d.ts +86 -0
- package/dist/src/typography/code-block/index.d.ts.map +1 -0
- package/dist/src/typography/code-block/index.js +78 -0
- package/dist/src/typography/code-block/index.js.map +1 -0
- package/dist/src/typography/code-block/types.d.ts +100 -0
- package/dist/src/typography/code-block/types.d.ts.map +1 -0
- package/dist/src/typography/code-block/types.js +70 -0
- package/dist/src/typography/code-block/types.js.map +1 -0
- package/dist/src/typography/heading/index.d.ts +92 -0
- package/dist/src/typography/heading/index.d.ts.map +1 -0
- package/dist/src/typography/heading/index.js +73 -0
- package/dist/src/typography/heading/index.js.map +1 -0
- package/dist/src/typography/heading/types.d.ts +108 -0
- package/dist/src/typography/heading/types.d.ts.map +1 -0
- package/dist/src/typography/heading/types.js +76 -0
- package/dist/src/typography/heading/types.js.map +1 -0
- package/dist/src/typography/highlight/index.d.ts +48 -0
- package/dist/src/typography/highlight/index.d.ts.map +1 -0
- package/dist/src/typography/highlight/index.js +60 -0
- package/dist/src/typography/highlight/index.js.map +1 -0
- package/dist/src/typography/highlight/types.d.ts +26 -0
- package/dist/src/typography/highlight/types.d.ts.map +1 -0
- package/dist/src/typography/highlight/types.js +21 -0
- package/dist/src/typography/highlight/types.js.map +1 -0
- package/dist/src/typography/index.d.ts +16 -159
- package/dist/src/typography/index.d.ts.map +1 -1
- package/dist/src/typography/index.js +24 -167
- package/dist/src/typography/index.js.map +1 -1
- package/dist/src/typography/link/index.d.ts +56 -0
- package/dist/src/typography/link/index.d.ts.map +1 -0
- package/dist/src/typography/link/index.js +66 -0
- package/dist/src/typography/link/index.js.map +1 -0
- package/dist/src/typography/link/types.d.ts +49 -0
- package/dist/src/typography/link/types.d.ts.map +1 -0
- package/dist/src/typography/link/types.js +38 -0
- package/dist/src/typography/link/types.js.map +1 -0
- package/dist/src/typography/list/index.d.ts +59 -0
- package/dist/src/typography/list/index.d.ts.map +1 -0
- package/dist/src/typography/list/index.js +61 -0
- package/dist/src/typography/list/index.js.map +1 -0
- package/dist/src/typography/list/types.d.ts +47 -0
- package/dist/src/typography/list/types.d.ts.map +1 -0
- package/dist/src/typography/list/types.js +36 -0
- package/dist/src/typography/list/types.js.map +1 -0
- package/dist/src/typography/mark/index.d.ts +57 -0
- package/dist/src/typography/mark/index.d.ts.map +1 -0
- package/dist/src/typography/mark/index.js +58 -0
- package/dist/src/typography/mark/index.js.map +1 -0
- package/dist/src/typography/mark/types.d.ts +49 -0
- package/dist/src/typography/mark/types.d.ts.map +1 -0
- package/dist/src/typography/mark/types.js +38 -0
- package/dist/src/typography/mark/types.js.map +1 -0
- package/dist/src/typography/text/index.d.ts +122 -0
- package/dist/src/typography/text/index.d.ts.map +1 -0
- package/dist/src/typography/text/index.js +130 -0
- package/dist/src/typography/text/index.js.map +1 -0
- package/dist/src/typography/{types.d.ts → text/types.d.ts} +2 -2
- package/dist/src/typography/text/types.d.ts.map +1 -0
- package/dist/src/typography/{types.js → text/types.js} +1 -1
- package/dist/src/typography/text/types.js.map +1 -0
- package/package.json +1 -1
- package/dist/src/typography/types.d.ts.map +0 -1
- package/dist/src/typography/types.js.map +0 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
## Features
|
|
11
11
|
|
|
12
12
|
- **📦 Layout Components** - Box, Stack, Grid, Splitter, Separator
|
|
13
|
-
- **📝 Typography** - Text
|
|
13
|
+
- **📝 Typography** - Text, Code, Heading, Link, Highlight, Mark, List, CodeBlock
|
|
14
14
|
- **🔘 Buttons** - Button, IconButton with variants and states
|
|
15
15
|
- **📋 Forms** - Input, Select, Checkbox, Switch, Slider, Textarea, TagsInput, FileUpload
|
|
16
16
|
- **📊 Collections** - Table, Gantt, DataList, TreeView
|
|
@@ -55,7 +55,7 @@ const ir = MyComponent.toIR();
|
|
|
55
55
|
| Category | Components | Description |
|
|
56
56
|
|----------|------------|-------------|
|
|
57
57
|
| **Layout** | `Box`, `Stack`, `Grid`, `Splitter`, `Separator` | Container and layout components |
|
|
58
|
-
| **Typography** | `Text` | Text
|
|
58
|
+
| **Typography** | `Text`, `Code`, `Heading`, `Link`, `Highlight`, `Mark`, `List`, `CodeBlock` | Text and typography components |
|
|
59
59
|
| **Buttons** | `Button`, `IconButton` | Interactive button components |
|
|
60
60
|
| **Forms** | `Input`, `Select`, `Checkbox`, `Switch`, `Slider`, `Textarea`, `TagsInput`, `FileUpload`, `Field`, `Fieldset` | Form input components |
|
|
61
61
|
| **Collections** | `Table`, `Gantt`, `DataList`, `TreeView` | Data display components |
|
|
@@ -96,6 +96,7 @@ Dual-licensed:
|
|
|
96
96
|
|
|
97
97
|
## Links
|
|
98
98
|
|
|
99
|
+
- **Live Showcase**: [https://elaraai.github.io/east-ui/](https://elaraai.github.io/east-ui/)
|
|
99
100
|
- **Website**: [https://elaraai.com/](https://elaraai.com/)
|
|
100
101
|
- **East Repository**: [https://github.com/elaraai/East](https://github.com/elaraai/East)
|
|
101
102
|
- **Issues**: [https://github.com/elaraai/east-ui/issues](https://github.com/elaraai/east-ui/issues)
|
|
@@ -92,6 +92,109 @@ export declare const GanttRowType: StructType<{
|
|
|
92
92
|
}>>;
|
|
93
93
|
borderColor: OptionType<StringType>;
|
|
94
94
|
}>;
|
|
95
|
+
Code: StructType<{
|
|
96
|
+
value: StringType;
|
|
97
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
98
|
+
subtle: import("@elaraai/east").NullType;
|
|
99
|
+
surface: import("@elaraai/east").NullType;
|
|
100
|
+
outline: import("@elaraai/east").NullType;
|
|
101
|
+
}>>;
|
|
102
|
+
colorPalette: OptionType<StringType>;
|
|
103
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
104
|
+
xs: import("@elaraai/east").NullType;
|
|
105
|
+
sm: import("@elaraai/east").NullType;
|
|
106
|
+
md: import("@elaraai/east").NullType;
|
|
107
|
+
lg: import("@elaraai/east").NullType;
|
|
108
|
+
}>>;
|
|
109
|
+
}>;
|
|
110
|
+
Heading: StructType<{
|
|
111
|
+
value: StringType;
|
|
112
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
113
|
+
xs: import("@elaraai/east").NullType;
|
|
114
|
+
sm: import("@elaraai/east").NullType;
|
|
115
|
+
md: import("@elaraai/east").NullType;
|
|
116
|
+
lg: import("@elaraai/east").NullType;
|
|
117
|
+
xl: import("@elaraai/east").NullType;
|
|
118
|
+
"2xl": import("@elaraai/east").NullType;
|
|
119
|
+
"3xl": import("@elaraai/east").NullType;
|
|
120
|
+
"4xl": import("@elaraai/east").NullType;
|
|
121
|
+
"5xl": import("@elaraai/east").NullType;
|
|
122
|
+
"6xl": import("@elaraai/east").NullType;
|
|
123
|
+
}>>;
|
|
124
|
+
as: OptionType<import("@elaraai/east").VariantType<{
|
|
125
|
+
h1: import("@elaraai/east").NullType;
|
|
126
|
+
h2: import("@elaraai/east").NullType;
|
|
127
|
+
h3: import("@elaraai/east").NullType;
|
|
128
|
+
h4: import("@elaraai/east").NullType;
|
|
129
|
+
h5: import("@elaraai/east").NullType;
|
|
130
|
+
h6: import("@elaraai/east").NullType;
|
|
131
|
+
}>>;
|
|
132
|
+
color: OptionType<StringType>;
|
|
133
|
+
textAlign: OptionType<import("@elaraai/east").VariantType<{
|
|
134
|
+
left: import("@elaraai/east").NullType;
|
|
135
|
+
center: import("@elaraai/east").NullType;
|
|
136
|
+
right: import("@elaraai/east").NullType;
|
|
137
|
+
justify: import("@elaraai/east").NullType;
|
|
138
|
+
}>>;
|
|
139
|
+
}>;
|
|
140
|
+
Link: StructType<{
|
|
141
|
+
value: StringType;
|
|
142
|
+
href: StringType;
|
|
143
|
+
external: OptionType<BooleanType>;
|
|
144
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
145
|
+
underline: import("@elaraai/east").NullType;
|
|
146
|
+
plain: import("@elaraai/east").NullType;
|
|
147
|
+
}>>;
|
|
148
|
+
colorPalette: OptionType<StringType>;
|
|
149
|
+
}>;
|
|
150
|
+
Highlight: StructType<{
|
|
151
|
+
value: StringType;
|
|
152
|
+
query: ArrayType<StringType>;
|
|
153
|
+
color: OptionType<StringType>;
|
|
154
|
+
}>;
|
|
155
|
+
Mark: StructType<{
|
|
156
|
+
value: StringType;
|
|
157
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
158
|
+
subtle: import("@elaraai/east").NullType;
|
|
159
|
+
solid: import("@elaraai/east").NullType;
|
|
160
|
+
text: import("@elaraai/east").NullType;
|
|
161
|
+
plain: import("@elaraai/east").NullType;
|
|
162
|
+
}>>;
|
|
163
|
+
colorPalette: OptionType<StringType>;
|
|
164
|
+
}>;
|
|
165
|
+
List: StructType<{
|
|
166
|
+
items: ArrayType<StringType>;
|
|
167
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
168
|
+
ordered: import("@elaraai/east").NullType;
|
|
169
|
+
unordered: import("@elaraai/east").NullType;
|
|
170
|
+
}>>;
|
|
171
|
+
gap: OptionType<StringType>;
|
|
172
|
+
colorPalette: OptionType<StringType>;
|
|
173
|
+
}>;
|
|
174
|
+
CodeBlock: StructType<{
|
|
175
|
+
code: StringType;
|
|
176
|
+
language: OptionType<import("@elaraai/east").VariantType<{
|
|
177
|
+
typescript: import("@elaraai/east").NullType;
|
|
178
|
+
javascript: import("@elaraai/east").NullType;
|
|
179
|
+
json: import("@elaraai/east").NullType;
|
|
180
|
+
html: import("@elaraai/east").NullType;
|
|
181
|
+
css: import("@elaraai/east").NullType;
|
|
182
|
+
python: import("@elaraai/east").NullType;
|
|
183
|
+
rust: import("@elaraai/east").NullType;
|
|
184
|
+
go: import("@elaraai/east").NullType;
|
|
185
|
+
sql: import("@elaraai/east").NullType;
|
|
186
|
+
bash: import("@elaraai/east").NullType;
|
|
187
|
+
markdown: import("@elaraai/east").NullType;
|
|
188
|
+
yaml: import("@elaraai/east").NullType;
|
|
189
|
+
xml: import("@elaraai/east").NullType;
|
|
190
|
+
plaintext: import("@elaraai/east").NullType;
|
|
191
|
+
}>>;
|
|
192
|
+
showLineNumbers: OptionType<BooleanType>;
|
|
193
|
+
highlightLines: OptionType<ArrayType<import("@elaraai/east").IntegerType>>;
|
|
194
|
+
maxHeight: OptionType<StringType>;
|
|
195
|
+
showCopyButton: OptionType<BooleanType>;
|
|
196
|
+
title: OptionType<StringType>;
|
|
197
|
+
}>;
|
|
95
198
|
Button: StructType<{
|
|
96
199
|
label: StringType;
|
|
97
200
|
style: OptionType<StructType<{
|
|
@@ -3631,6 +3734,109 @@ export declare const GanttRootType: StructType<{
|
|
|
3631
3734
|
}>>;
|
|
3632
3735
|
borderColor: OptionType<StringType>;
|
|
3633
3736
|
}>;
|
|
3737
|
+
Code: StructType<{
|
|
3738
|
+
value: StringType;
|
|
3739
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
3740
|
+
subtle: import("@elaraai/east").NullType;
|
|
3741
|
+
surface: import("@elaraai/east").NullType;
|
|
3742
|
+
outline: import("@elaraai/east").NullType;
|
|
3743
|
+
}>>;
|
|
3744
|
+
colorPalette: OptionType<StringType>;
|
|
3745
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
3746
|
+
xs: import("@elaraai/east").NullType;
|
|
3747
|
+
sm: import("@elaraai/east").NullType;
|
|
3748
|
+
md: import("@elaraai/east").NullType;
|
|
3749
|
+
lg: import("@elaraai/east").NullType;
|
|
3750
|
+
}>>;
|
|
3751
|
+
}>;
|
|
3752
|
+
Heading: StructType<{
|
|
3753
|
+
value: StringType;
|
|
3754
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
3755
|
+
xs: import("@elaraai/east").NullType;
|
|
3756
|
+
sm: import("@elaraai/east").NullType;
|
|
3757
|
+
md: import("@elaraai/east").NullType;
|
|
3758
|
+
lg: import("@elaraai/east").NullType;
|
|
3759
|
+
xl: import("@elaraai/east").NullType;
|
|
3760
|
+
"2xl": import("@elaraai/east").NullType;
|
|
3761
|
+
"3xl": import("@elaraai/east").NullType;
|
|
3762
|
+
"4xl": import("@elaraai/east").NullType;
|
|
3763
|
+
"5xl": import("@elaraai/east").NullType;
|
|
3764
|
+
"6xl": import("@elaraai/east").NullType;
|
|
3765
|
+
}>>;
|
|
3766
|
+
as: OptionType<import("@elaraai/east").VariantType<{
|
|
3767
|
+
h1: import("@elaraai/east").NullType;
|
|
3768
|
+
h2: import("@elaraai/east").NullType;
|
|
3769
|
+
h3: import("@elaraai/east").NullType;
|
|
3770
|
+
h4: import("@elaraai/east").NullType;
|
|
3771
|
+
h5: import("@elaraai/east").NullType;
|
|
3772
|
+
h6: import("@elaraai/east").NullType;
|
|
3773
|
+
}>>;
|
|
3774
|
+
color: OptionType<StringType>;
|
|
3775
|
+
textAlign: OptionType<import("@elaraai/east").VariantType<{
|
|
3776
|
+
left: import("@elaraai/east").NullType;
|
|
3777
|
+
center: import("@elaraai/east").NullType;
|
|
3778
|
+
right: import("@elaraai/east").NullType;
|
|
3779
|
+
justify: import("@elaraai/east").NullType;
|
|
3780
|
+
}>>;
|
|
3781
|
+
}>;
|
|
3782
|
+
Link: StructType<{
|
|
3783
|
+
value: StringType;
|
|
3784
|
+
href: StringType;
|
|
3785
|
+
external: OptionType<BooleanType>;
|
|
3786
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
3787
|
+
underline: import("@elaraai/east").NullType;
|
|
3788
|
+
plain: import("@elaraai/east").NullType;
|
|
3789
|
+
}>>;
|
|
3790
|
+
colorPalette: OptionType<StringType>;
|
|
3791
|
+
}>;
|
|
3792
|
+
Highlight: StructType<{
|
|
3793
|
+
value: StringType;
|
|
3794
|
+
query: ArrayType<StringType>;
|
|
3795
|
+
color: OptionType<StringType>;
|
|
3796
|
+
}>;
|
|
3797
|
+
Mark: StructType<{
|
|
3798
|
+
value: StringType;
|
|
3799
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
3800
|
+
subtle: import("@elaraai/east").NullType;
|
|
3801
|
+
solid: import("@elaraai/east").NullType;
|
|
3802
|
+
text: import("@elaraai/east").NullType;
|
|
3803
|
+
plain: import("@elaraai/east").NullType;
|
|
3804
|
+
}>>;
|
|
3805
|
+
colorPalette: OptionType<StringType>;
|
|
3806
|
+
}>;
|
|
3807
|
+
List: StructType<{
|
|
3808
|
+
items: ArrayType<StringType>;
|
|
3809
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
3810
|
+
ordered: import("@elaraai/east").NullType;
|
|
3811
|
+
unordered: import("@elaraai/east").NullType;
|
|
3812
|
+
}>>;
|
|
3813
|
+
gap: OptionType<StringType>;
|
|
3814
|
+
colorPalette: OptionType<StringType>;
|
|
3815
|
+
}>;
|
|
3816
|
+
CodeBlock: StructType<{
|
|
3817
|
+
code: StringType;
|
|
3818
|
+
language: OptionType<import("@elaraai/east").VariantType<{
|
|
3819
|
+
typescript: import("@elaraai/east").NullType;
|
|
3820
|
+
javascript: import("@elaraai/east").NullType;
|
|
3821
|
+
json: import("@elaraai/east").NullType;
|
|
3822
|
+
html: import("@elaraai/east").NullType;
|
|
3823
|
+
css: import("@elaraai/east").NullType;
|
|
3824
|
+
python: import("@elaraai/east").NullType;
|
|
3825
|
+
rust: import("@elaraai/east").NullType;
|
|
3826
|
+
go: import("@elaraai/east").NullType;
|
|
3827
|
+
sql: import("@elaraai/east").NullType;
|
|
3828
|
+
bash: import("@elaraai/east").NullType;
|
|
3829
|
+
markdown: import("@elaraai/east").NullType;
|
|
3830
|
+
yaml: import("@elaraai/east").NullType;
|
|
3831
|
+
xml: import("@elaraai/east").NullType;
|
|
3832
|
+
plaintext: import("@elaraai/east").NullType;
|
|
3833
|
+
}>>;
|
|
3834
|
+
showLineNumbers: OptionType<BooleanType>;
|
|
3835
|
+
highlightLines: OptionType<ArrayType<import("@elaraai/east").IntegerType>>;
|
|
3836
|
+
maxHeight: OptionType<StringType>;
|
|
3837
|
+
showCopyButton: OptionType<BooleanType>;
|
|
3838
|
+
title: OptionType<StringType>;
|
|
3839
|
+
}>;
|
|
3634
3840
|
Button: StructType<{
|
|
3635
3841
|
label: StringType;
|
|
3636
3842
|
style: OptionType<StructType<{
|
|
@@ -7438,6 +7644,109 @@ export declare const Gantt: {
|
|
|
7438
7644
|
}>>;
|
|
7439
7645
|
borderColor: OptionType<StringType>;
|
|
7440
7646
|
}>;
|
|
7647
|
+
Code: StructType<{
|
|
7648
|
+
value: StringType;
|
|
7649
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
7650
|
+
subtle: import("@elaraai/east").NullType;
|
|
7651
|
+
surface: import("@elaraai/east").NullType;
|
|
7652
|
+
outline: import("@elaraai/east").NullType;
|
|
7653
|
+
}>>;
|
|
7654
|
+
colorPalette: OptionType<StringType>;
|
|
7655
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
7656
|
+
xs: import("@elaraai/east").NullType;
|
|
7657
|
+
sm: import("@elaraai/east").NullType;
|
|
7658
|
+
md: import("@elaraai/east").NullType;
|
|
7659
|
+
lg: import("@elaraai/east").NullType;
|
|
7660
|
+
}>>;
|
|
7661
|
+
}>;
|
|
7662
|
+
Heading: StructType<{
|
|
7663
|
+
value: StringType;
|
|
7664
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
7665
|
+
xs: import("@elaraai/east").NullType;
|
|
7666
|
+
sm: import("@elaraai/east").NullType;
|
|
7667
|
+
md: import("@elaraai/east").NullType;
|
|
7668
|
+
lg: import("@elaraai/east").NullType;
|
|
7669
|
+
xl: import("@elaraai/east").NullType;
|
|
7670
|
+
"2xl": import("@elaraai/east").NullType;
|
|
7671
|
+
"3xl": import("@elaraai/east").NullType;
|
|
7672
|
+
"4xl": import("@elaraai/east").NullType;
|
|
7673
|
+
"5xl": import("@elaraai/east").NullType;
|
|
7674
|
+
"6xl": import("@elaraai/east").NullType;
|
|
7675
|
+
}>>;
|
|
7676
|
+
as: OptionType<import("@elaraai/east").VariantType<{
|
|
7677
|
+
h1: import("@elaraai/east").NullType;
|
|
7678
|
+
h2: import("@elaraai/east").NullType;
|
|
7679
|
+
h3: import("@elaraai/east").NullType;
|
|
7680
|
+
h4: import("@elaraai/east").NullType;
|
|
7681
|
+
h5: import("@elaraai/east").NullType;
|
|
7682
|
+
h6: import("@elaraai/east").NullType;
|
|
7683
|
+
}>>;
|
|
7684
|
+
color: OptionType<StringType>;
|
|
7685
|
+
textAlign: OptionType<import("@elaraai/east").VariantType<{
|
|
7686
|
+
left: import("@elaraai/east").NullType;
|
|
7687
|
+
center: import("@elaraai/east").NullType;
|
|
7688
|
+
right: import("@elaraai/east").NullType;
|
|
7689
|
+
justify: import("@elaraai/east").NullType;
|
|
7690
|
+
}>>;
|
|
7691
|
+
}>;
|
|
7692
|
+
Link: StructType<{
|
|
7693
|
+
value: StringType;
|
|
7694
|
+
href: StringType;
|
|
7695
|
+
external: OptionType<BooleanType>;
|
|
7696
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
7697
|
+
underline: import("@elaraai/east").NullType;
|
|
7698
|
+
plain: import("@elaraai/east").NullType;
|
|
7699
|
+
}>>;
|
|
7700
|
+
colorPalette: OptionType<StringType>;
|
|
7701
|
+
}>;
|
|
7702
|
+
Highlight: StructType<{
|
|
7703
|
+
value: StringType;
|
|
7704
|
+
query: ArrayType<StringType>;
|
|
7705
|
+
color: OptionType<StringType>;
|
|
7706
|
+
}>;
|
|
7707
|
+
Mark: StructType<{
|
|
7708
|
+
value: StringType;
|
|
7709
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
7710
|
+
subtle: import("@elaraai/east").NullType;
|
|
7711
|
+
solid: import("@elaraai/east").NullType;
|
|
7712
|
+
text: import("@elaraai/east").NullType;
|
|
7713
|
+
plain: import("@elaraai/east").NullType;
|
|
7714
|
+
}>>;
|
|
7715
|
+
colorPalette: OptionType<StringType>;
|
|
7716
|
+
}>;
|
|
7717
|
+
List: StructType<{
|
|
7718
|
+
items: ArrayType<StringType>;
|
|
7719
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
7720
|
+
ordered: import("@elaraai/east").NullType;
|
|
7721
|
+
unordered: import("@elaraai/east").NullType;
|
|
7722
|
+
}>>;
|
|
7723
|
+
gap: OptionType<StringType>;
|
|
7724
|
+
colorPalette: OptionType<StringType>;
|
|
7725
|
+
}>;
|
|
7726
|
+
CodeBlock: StructType<{
|
|
7727
|
+
code: StringType;
|
|
7728
|
+
language: OptionType<import("@elaraai/east").VariantType<{
|
|
7729
|
+
typescript: import("@elaraai/east").NullType;
|
|
7730
|
+
javascript: import("@elaraai/east").NullType;
|
|
7731
|
+
json: import("@elaraai/east").NullType;
|
|
7732
|
+
html: import("@elaraai/east").NullType;
|
|
7733
|
+
css: import("@elaraai/east").NullType;
|
|
7734
|
+
python: import("@elaraai/east").NullType;
|
|
7735
|
+
rust: import("@elaraai/east").NullType;
|
|
7736
|
+
go: import("@elaraai/east").NullType;
|
|
7737
|
+
sql: import("@elaraai/east").NullType;
|
|
7738
|
+
bash: import("@elaraai/east").NullType;
|
|
7739
|
+
markdown: import("@elaraai/east").NullType;
|
|
7740
|
+
yaml: import("@elaraai/east").NullType;
|
|
7741
|
+
xml: import("@elaraai/east").NullType;
|
|
7742
|
+
plaintext: import("@elaraai/east").NullType;
|
|
7743
|
+
}>>;
|
|
7744
|
+
showLineNumbers: OptionType<BooleanType>;
|
|
7745
|
+
highlightLines: OptionType<ArrayType<import("@elaraai/east").IntegerType>>;
|
|
7746
|
+
maxHeight: OptionType<StringType>;
|
|
7747
|
+
showCopyButton: OptionType<BooleanType>;
|
|
7748
|
+
title: OptionType<StringType>;
|
|
7749
|
+
}>;
|
|
7441
7750
|
Button: StructType<{
|
|
7442
7751
|
label: StringType;
|
|
7443
7752
|
style: OptionType<StructType<{
|
|
@@ -11010,6 +11319,109 @@ export declare const Gantt: {
|
|
|
11010
11319
|
}>>;
|
|
11011
11320
|
borderColor: OptionType<StringType>;
|
|
11012
11321
|
}>;
|
|
11322
|
+
Code: StructType<{
|
|
11323
|
+
value: StringType;
|
|
11324
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
11325
|
+
subtle: import("@elaraai/east").NullType;
|
|
11326
|
+
surface: import("@elaraai/east").NullType;
|
|
11327
|
+
outline: import("@elaraai/east").NullType;
|
|
11328
|
+
}>>;
|
|
11329
|
+
colorPalette: OptionType<StringType>;
|
|
11330
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
11331
|
+
xs: import("@elaraai/east").NullType;
|
|
11332
|
+
sm: import("@elaraai/east").NullType;
|
|
11333
|
+
md: import("@elaraai/east").NullType;
|
|
11334
|
+
lg: import("@elaraai/east").NullType;
|
|
11335
|
+
}>>;
|
|
11336
|
+
}>;
|
|
11337
|
+
Heading: StructType<{
|
|
11338
|
+
value: StringType;
|
|
11339
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
11340
|
+
xs: import("@elaraai/east").NullType;
|
|
11341
|
+
sm: import("@elaraai/east").NullType;
|
|
11342
|
+
md: import("@elaraai/east").NullType;
|
|
11343
|
+
lg: import("@elaraai/east").NullType;
|
|
11344
|
+
xl: import("@elaraai/east").NullType;
|
|
11345
|
+
"2xl": import("@elaraai/east").NullType;
|
|
11346
|
+
"3xl": import("@elaraai/east").NullType;
|
|
11347
|
+
"4xl": import("@elaraai/east").NullType;
|
|
11348
|
+
"5xl": import("@elaraai/east").NullType;
|
|
11349
|
+
"6xl": import("@elaraai/east").NullType;
|
|
11350
|
+
}>>;
|
|
11351
|
+
as: OptionType<import("@elaraai/east").VariantType<{
|
|
11352
|
+
h1: import("@elaraai/east").NullType;
|
|
11353
|
+
h2: import("@elaraai/east").NullType;
|
|
11354
|
+
h3: import("@elaraai/east").NullType;
|
|
11355
|
+
h4: import("@elaraai/east").NullType;
|
|
11356
|
+
h5: import("@elaraai/east").NullType;
|
|
11357
|
+
h6: import("@elaraai/east").NullType;
|
|
11358
|
+
}>>;
|
|
11359
|
+
color: OptionType<StringType>;
|
|
11360
|
+
textAlign: OptionType<import("@elaraai/east").VariantType<{
|
|
11361
|
+
left: import("@elaraai/east").NullType;
|
|
11362
|
+
center: import("@elaraai/east").NullType;
|
|
11363
|
+
right: import("@elaraai/east").NullType;
|
|
11364
|
+
justify: import("@elaraai/east").NullType;
|
|
11365
|
+
}>>;
|
|
11366
|
+
}>;
|
|
11367
|
+
Link: StructType<{
|
|
11368
|
+
value: StringType;
|
|
11369
|
+
href: StringType;
|
|
11370
|
+
external: OptionType<BooleanType>;
|
|
11371
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
11372
|
+
underline: import("@elaraai/east").NullType;
|
|
11373
|
+
plain: import("@elaraai/east").NullType;
|
|
11374
|
+
}>>;
|
|
11375
|
+
colorPalette: OptionType<StringType>;
|
|
11376
|
+
}>;
|
|
11377
|
+
Highlight: StructType<{
|
|
11378
|
+
value: StringType;
|
|
11379
|
+
query: ArrayType<StringType>;
|
|
11380
|
+
color: OptionType<StringType>;
|
|
11381
|
+
}>;
|
|
11382
|
+
Mark: StructType<{
|
|
11383
|
+
value: StringType;
|
|
11384
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
11385
|
+
subtle: import("@elaraai/east").NullType;
|
|
11386
|
+
solid: import("@elaraai/east").NullType;
|
|
11387
|
+
text: import("@elaraai/east").NullType;
|
|
11388
|
+
plain: import("@elaraai/east").NullType;
|
|
11389
|
+
}>>;
|
|
11390
|
+
colorPalette: OptionType<StringType>;
|
|
11391
|
+
}>;
|
|
11392
|
+
List: StructType<{
|
|
11393
|
+
items: ArrayType<StringType>;
|
|
11394
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
11395
|
+
ordered: import("@elaraai/east").NullType;
|
|
11396
|
+
unordered: import("@elaraai/east").NullType;
|
|
11397
|
+
}>>;
|
|
11398
|
+
gap: OptionType<StringType>;
|
|
11399
|
+
colorPalette: OptionType<StringType>;
|
|
11400
|
+
}>;
|
|
11401
|
+
CodeBlock: StructType<{
|
|
11402
|
+
code: StringType;
|
|
11403
|
+
language: OptionType<import("@elaraai/east").VariantType<{
|
|
11404
|
+
typescript: import("@elaraai/east").NullType;
|
|
11405
|
+
javascript: import("@elaraai/east").NullType;
|
|
11406
|
+
json: import("@elaraai/east").NullType;
|
|
11407
|
+
html: import("@elaraai/east").NullType;
|
|
11408
|
+
css: import("@elaraai/east").NullType;
|
|
11409
|
+
python: import("@elaraai/east").NullType;
|
|
11410
|
+
rust: import("@elaraai/east").NullType;
|
|
11411
|
+
go: import("@elaraai/east").NullType;
|
|
11412
|
+
sql: import("@elaraai/east").NullType;
|
|
11413
|
+
bash: import("@elaraai/east").NullType;
|
|
11414
|
+
markdown: import("@elaraai/east").NullType;
|
|
11415
|
+
yaml: import("@elaraai/east").NullType;
|
|
11416
|
+
xml: import("@elaraai/east").NullType;
|
|
11417
|
+
plaintext: import("@elaraai/east").NullType;
|
|
11418
|
+
}>>;
|
|
11419
|
+
showLineNumbers: OptionType<BooleanType>;
|
|
11420
|
+
highlightLines: OptionType<ArrayType<import("@elaraai/east").IntegerType>>;
|
|
11421
|
+
maxHeight: OptionType<StringType>;
|
|
11422
|
+
showCopyButton: OptionType<BooleanType>;
|
|
11423
|
+
title: OptionType<StringType>;
|
|
11424
|
+
}>;
|
|
11013
11425
|
Button: StructType<{
|
|
11014
11426
|
label: StringType;
|
|
11015
11427
|
style: OptionType<StructType<{
|
|
@@ -14707,6 +15119,109 @@ export declare const Gantt: {
|
|
|
14707
15119
|
}>>;
|
|
14708
15120
|
borderColor: OptionType<StringType>;
|
|
14709
15121
|
}>;
|
|
15122
|
+
Code: StructType<{
|
|
15123
|
+
value: StringType;
|
|
15124
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
15125
|
+
subtle: import("@elaraai/east").NullType;
|
|
15126
|
+
surface: import("@elaraai/east").NullType;
|
|
15127
|
+
outline: import("@elaraai/east").NullType;
|
|
15128
|
+
}>>;
|
|
15129
|
+
colorPalette: OptionType<StringType>;
|
|
15130
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
15131
|
+
xs: import("@elaraai/east").NullType;
|
|
15132
|
+
sm: import("@elaraai/east").NullType;
|
|
15133
|
+
md: import("@elaraai/east").NullType;
|
|
15134
|
+
lg: import("@elaraai/east").NullType;
|
|
15135
|
+
}>>;
|
|
15136
|
+
}>;
|
|
15137
|
+
Heading: StructType<{
|
|
15138
|
+
value: StringType;
|
|
15139
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
15140
|
+
xs: import("@elaraai/east").NullType;
|
|
15141
|
+
sm: import("@elaraai/east").NullType;
|
|
15142
|
+
md: import("@elaraai/east").NullType;
|
|
15143
|
+
lg: import("@elaraai/east").NullType;
|
|
15144
|
+
xl: import("@elaraai/east").NullType;
|
|
15145
|
+
"2xl": import("@elaraai/east").NullType;
|
|
15146
|
+
"3xl": import("@elaraai/east").NullType;
|
|
15147
|
+
"4xl": import("@elaraai/east").NullType;
|
|
15148
|
+
"5xl": import("@elaraai/east").NullType;
|
|
15149
|
+
"6xl": import("@elaraai/east").NullType;
|
|
15150
|
+
}>>;
|
|
15151
|
+
as: OptionType<import("@elaraai/east").VariantType<{
|
|
15152
|
+
h1: import("@elaraai/east").NullType;
|
|
15153
|
+
h2: import("@elaraai/east").NullType;
|
|
15154
|
+
h3: import("@elaraai/east").NullType;
|
|
15155
|
+
h4: import("@elaraai/east").NullType;
|
|
15156
|
+
h5: import("@elaraai/east").NullType;
|
|
15157
|
+
h6: import("@elaraai/east").NullType;
|
|
15158
|
+
}>>;
|
|
15159
|
+
color: OptionType<StringType>;
|
|
15160
|
+
textAlign: OptionType<import("@elaraai/east").VariantType<{
|
|
15161
|
+
left: import("@elaraai/east").NullType;
|
|
15162
|
+
center: import("@elaraai/east").NullType;
|
|
15163
|
+
right: import("@elaraai/east").NullType;
|
|
15164
|
+
justify: import("@elaraai/east").NullType;
|
|
15165
|
+
}>>;
|
|
15166
|
+
}>;
|
|
15167
|
+
Link: StructType<{
|
|
15168
|
+
value: StringType;
|
|
15169
|
+
href: StringType;
|
|
15170
|
+
external: OptionType<BooleanType>;
|
|
15171
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
15172
|
+
underline: import("@elaraai/east").NullType;
|
|
15173
|
+
plain: import("@elaraai/east").NullType;
|
|
15174
|
+
}>>;
|
|
15175
|
+
colorPalette: OptionType<StringType>;
|
|
15176
|
+
}>;
|
|
15177
|
+
Highlight: StructType<{
|
|
15178
|
+
value: StringType;
|
|
15179
|
+
query: ArrayType<StringType>;
|
|
15180
|
+
color: OptionType<StringType>;
|
|
15181
|
+
}>;
|
|
15182
|
+
Mark: StructType<{
|
|
15183
|
+
value: StringType;
|
|
15184
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
15185
|
+
subtle: import("@elaraai/east").NullType;
|
|
15186
|
+
solid: import("@elaraai/east").NullType;
|
|
15187
|
+
text: import("@elaraai/east").NullType;
|
|
15188
|
+
plain: import("@elaraai/east").NullType;
|
|
15189
|
+
}>>;
|
|
15190
|
+
colorPalette: OptionType<StringType>;
|
|
15191
|
+
}>;
|
|
15192
|
+
List: StructType<{
|
|
15193
|
+
items: ArrayType<StringType>;
|
|
15194
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
15195
|
+
ordered: import("@elaraai/east").NullType;
|
|
15196
|
+
unordered: import("@elaraai/east").NullType;
|
|
15197
|
+
}>>;
|
|
15198
|
+
gap: OptionType<StringType>;
|
|
15199
|
+
colorPalette: OptionType<StringType>;
|
|
15200
|
+
}>;
|
|
15201
|
+
CodeBlock: StructType<{
|
|
15202
|
+
code: StringType;
|
|
15203
|
+
language: OptionType<import("@elaraai/east").VariantType<{
|
|
15204
|
+
typescript: import("@elaraai/east").NullType;
|
|
15205
|
+
javascript: import("@elaraai/east").NullType;
|
|
15206
|
+
json: import("@elaraai/east").NullType;
|
|
15207
|
+
html: import("@elaraai/east").NullType;
|
|
15208
|
+
css: import("@elaraai/east").NullType;
|
|
15209
|
+
python: import("@elaraai/east").NullType;
|
|
15210
|
+
rust: import("@elaraai/east").NullType;
|
|
15211
|
+
go: import("@elaraai/east").NullType;
|
|
15212
|
+
sql: import("@elaraai/east").NullType;
|
|
15213
|
+
bash: import("@elaraai/east").NullType;
|
|
15214
|
+
markdown: import("@elaraai/east").NullType;
|
|
15215
|
+
yaml: import("@elaraai/east").NullType;
|
|
15216
|
+
xml: import("@elaraai/east").NullType;
|
|
15217
|
+
plaintext: import("@elaraai/east").NullType;
|
|
15218
|
+
}>>;
|
|
15219
|
+
showLineNumbers: OptionType<BooleanType>;
|
|
15220
|
+
highlightLines: OptionType<ArrayType<import("@elaraai/east").IntegerType>>;
|
|
15221
|
+
maxHeight: OptionType<StringType>;
|
|
15222
|
+
showCopyButton: OptionType<BooleanType>;
|
|
15223
|
+
title: OptionType<StringType>;
|
|
15224
|
+
}>;
|
|
14710
15225
|
Button: StructType<{
|
|
14711
15226
|
label: StringType;
|
|
14712
15227
|
style: OptionType<StructType<{
|