@meonode/ui 0.2.0 → 0.2.1
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 -3
- package/dist/components/styled-renderer.client.d.ts +3 -3
- package/dist/components/styled-renderer.client.d.ts.map +1 -1
- package/dist/components/styled-renderer.client.js +1 -1
- package/dist/html.node.d.ts +138 -138
- package/dist/node.type.d.ts +2 -2
- package/dist/node.type.d.ts.map +1 -1
- package/dist/node.type.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# @meonode/ui
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/@meonode/ui)
|
|
4
|
-
[](https://opensource.org/licenses/MIT)
|
|
5
|
-
[](https://bundlephobia.com/package/@meonode/ui)
|
|
3
|
+
[](https://www.npmjs.com/package/@meonode/ui)
|
|
4
|
+
[](https://opensource.org/licenses/MIT)
|
|
5
|
+
[](https://bundlephobia.com/package/@meonode/ui)
|
|
6
6
|
|
|
7
7
|
## **Build React UIs with Type-Safe Fluency Without JSX Syntax**
|
|
8
8
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React, { type JSX } from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import type { CSSInterpolation } from '@emotion/serialize';
|
|
3
3
|
interface StyledRendererProps {
|
|
4
4
|
element: keyof JSX.IntrinsicElements;
|
|
5
5
|
children: React.ReactNode;
|
|
6
|
-
css
|
|
6
|
+
css: CSSInterpolation;
|
|
7
7
|
[key: string]: any;
|
|
8
8
|
}
|
|
9
9
|
export default function StyledRenderer({ element, css, children, ...props }: StyledRendererProps): React.ReactElement<{
|
|
10
|
-
css:
|
|
10
|
+
css: CSSInterpolation;
|
|
11
11
|
}, string | React.JSXElementConstructor<any>>;
|
|
12
12
|
export {};
|
|
13
13
|
//# sourceMappingURL=styled-renderer.client.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styled-renderer.client.d.ts","sourceRoot":"","sources":["../../src/components/styled-renderer.client.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,EAAE,KAAK,GAAG,EAAE,MAAM,OAAO,CAAA;
|
|
1
|
+
{"version":3,"file":"styled-renderer.client.d.ts","sourceRoot":"","sources":["../../src/components/styled-renderer.client.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,EAAE,KAAK,GAAG,EAAE,MAAM,OAAO,CAAA;AAEvC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAA;AAE1D,UAAU,mBAAmB;IAC3B,OAAO,EAAE,MAAM,GAAG,CAAC,iBAAiB,CAAA;IACpC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;IACzB,GAAG,EAAE,gBAAgB,CAAA;IACrB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;CACnB;AAED,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,EAAE,OAAO,EAAE,GAAG,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,mBAAmB;;8CAE/F"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use client";var _excluded=["element","css","children"];function _typeof(a){"@babel/helpers - typeof";return _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(a){return typeof a}:function(a){return a&&"function"==typeof Symbol&&a.constructor===Symbol&&a!==Symbol.prototype?"symbol":typeof a},_typeof(a)}function ownKeys(a,b){var c=Object.keys(a);if(Object.getOwnPropertySymbols){var d=Object.getOwnPropertySymbols(a);b&&(d=d.filter(function(b){return Object.getOwnPropertyDescriptor(a,b).enumerable})),c.push.apply(c,d)}return c}function _objectSpread(a){for(var b,c=1;c<arguments.length;c++)b=null==arguments[c]?{}:arguments[c],c%2?ownKeys(Object(b),!0).forEach(function(c){_defineProperty(a,c,b[c])}):Object.getOwnPropertyDescriptors?Object.defineProperties(a,Object.getOwnPropertyDescriptors(b)):ownKeys(Object(b)).forEach(function(c){Object.defineProperty(a,c,Object.getOwnPropertyDescriptor(b,c))});return a}function _defineProperty(a,b,c){return(b=_toPropertyKey(b))in a?Object.defineProperty(a,b,{value:c,enumerable:!0,configurable:!0,writable:!0}):a[b]=c,a}function _toPropertyKey(a){var b=_toPrimitive(a,"string");return"symbol"==_typeof(b)?b:b+""}function _toPrimitive(a,b){if("object"!=_typeof(a)||!a)return a;var c=a[Symbol.toPrimitive];if(void 0!==c){var d=c.call(a,b||"default");if("object"!=_typeof(d))return d;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===b?String:Number)(a)}function _objectWithoutProperties(a,b){if(null==a)return{};var c,d,e=_objectWithoutPropertiesLoose(a,b);if(Object.getOwnPropertySymbols){var f=Object.getOwnPropertySymbols(a);for(d=0;d<f.length;d++)c=f[d],-1===b.indexOf(c)&&{}.propertyIsEnumerable.call(a,c)&&(e[c]=a[c])}return e}function _objectWithoutPropertiesLoose(a,b){if(null==a)return{};var c={};for(var d in a)if({}.hasOwnProperty.call(a,d)){if(-1!==b.indexOf(d))continue;c[d]=a[d]}return c}import{jsx}from"@emotion/react";export default function StyledRenderer(a){var b=a.element,c=a.css,d=
|
|
1
|
+
"use client";var _excluded=["element","css","children"];function _typeof(a){"@babel/helpers - typeof";return _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(a){return typeof a}:function(a){return a&&"function"==typeof Symbol&&a.constructor===Symbol&&a!==Symbol.prototype?"symbol":typeof a},_typeof(a)}function ownKeys(a,b){var c=Object.keys(a);if(Object.getOwnPropertySymbols){var d=Object.getOwnPropertySymbols(a);b&&(d=d.filter(function(b){return Object.getOwnPropertyDescriptor(a,b).enumerable})),c.push.apply(c,d)}return c}function _objectSpread(a){for(var b,c=1;c<arguments.length;c++)b=null==arguments[c]?{}:arguments[c],c%2?ownKeys(Object(b),!0).forEach(function(c){_defineProperty(a,c,b[c])}):Object.getOwnPropertyDescriptors?Object.defineProperties(a,Object.getOwnPropertyDescriptors(b)):ownKeys(Object(b)).forEach(function(c){Object.defineProperty(a,c,Object.getOwnPropertyDescriptor(b,c))});return a}function _defineProperty(a,b,c){return(b=_toPropertyKey(b))in a?Object.defineProperty(a,b,{value:c,enumerable:!0,configurable:!0,writable:!0}):a[b]=c,a}function _toPropertyKey(a){var b=_toPrimitive(a,"string");return"symbol"==_typeof(b)?b:b+""}function _toPrimitive(a,b){if("object"!=_typeof(a)||!a)return a;var c=a[Symbol.toPrimitive];if(void 0!==c){var d=c.call(a,b||"default");if("object"!=_typeof(d))return d;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===b?String:Number)(a)}function _objectWithoutProperties(a,b){if(null==a)return{};var c,d,e=_objectWithoutPropertiesLoose(a,b);if(Object.getOwnPropertySymbols){var f=Object.getOwnPropertySymbols(a);for(d=0;d<f.length;d++)c=f[d],-1===b.indexOf(c)&&{}.propertyIsEnumerable.call(a,c)&&(e[c]=a[c])}return e}function _objectWithoutPropertiesLoose(a,b){if(null==a)return{};var c={};for(var d in a)if({}.hasOwnProperty.call(a,d)){if(-1!==b.indexOf(d))continue;c[d]=a[d]}return c}import{jsx}from"@emotion/react";export default function StyledRenderer(a){var b=a.element,c=a.css,d=a.children,e=_objectWithoutProperties(a,_excluded);return jsx(b,_objectSpread(_objectSpread({},e),{},{css:c}),d)}
|
package/dist/html.node.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ export declare const Div: <AdditionalProps extends Record<string, any> = Record<
|
|
|
10
10
|
theme: Partial<{
|
|
11
11
|
[key: string]: any;
|
|
12
12
|
}>;
|
|
13
|
-
css: import("@emotion/serialize").
|
|
13
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
14
14
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"div">;
|
|
15
15
|
/**
|
|
16
16
|
* Represents a root div element with full viewport dimensions and column flex layout.
|
|
@@ -29,7 +29,7 @@ export declare const Root: <AdditionalProps extends Record<string, any> = Record
|
|
|
29
29
|
theme: Partial<{
|
|
30
30
|
[key: string]: any;
|
|
31
31
|
}>;
|
|
32
|
-
css: import("@emotion/serialize").
|
|
32
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
33
33
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"div">;
|
|
34
34
|
/**
|
|
35
35
|
* Represents a column layout using flexbox.
|
|
@@ -42,7 +42,7 @@ export declare const Column: <AdditionalProps extends Record<string, any> = Reco
|
|
|
42
42
|
theme: Partial<{
|
|
43
43
|
[key: string]: any;
|
|
44
44
|
}>;
|
|
45
|
-
css: import("@emotion/serialize").
|
|
45
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
46
46
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"div">;
|
|
47
47
|
/**
|
|
48
48
|
* Represents a row layout using flexbox.
|
|
@@ -55,7 +55,7 @@ export declare const Row: <AdditionalProps extends Record<string, any> = Record<
|
|
|
55
55
|
theme: Partial<{
|
|
56
56
|
[key: string]: any;
|
|
57
57
|
}>;
|
|
58
|
-
css: import("@emotion/serialize").
|
|
58
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
59
59
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"div">;
|
|
60
60
|
/**
|
|
61
61
|
* Represents a grid layout.
|
|
@@ -68,7 +68,7 @@ export declare const Grid: <AdditionalProps extends Record<string, any> = Record
|
|
|
68
68
|
theme: Partial<{
|
|
69
69
|
[key: string]: any;
|
|
70
70
|
}>;
|
|
71
|
-
css: import("@emotion/serialize").
|
|
71
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
72
72
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"div">;
|
|
73
73
|
/**
|
|
74
74
|
* Represents a centered container with flexbox alignment.
|
|
@@ -82,7 +82,7 @@ export declare const Center: <AdditionalProps extends Record<string, any> = Reco
|
|
|
82
82
|
theme: Partial<{
|
|
83
83
|
[key: string]: any;
|
|
84
84
|
}>;
|
|
85
|
-
css: import("@emotion/serialize").
|
|
85
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
86
86
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"div">;
|
|
87
87
|
/**
|
|
88
88
|
* Represents a fixed positioned element.
|
|
@@ -95,7 +95,7 @@ export declare const Fixed: <AdditionalProps extends Record<string, any> = Recor
|
|
|
95
95
|
theme: Partial<{
|
|
96
96
|
[key: string]: any;
|
|
97
97
|
}>;
|
|
98
|
-
css: import("@emotion/serialize").
|
|
98
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
99
99
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"div">;
|
|
100
100
|
/**
|
|
101
101
|
* Represents a relatively positioned element.
|
|
@@ -108,7 +108,7 @@ export declare const Relative: <AdditionalProps extends Record<string, any> = Re
|
|
|
108
108
|
theme: Partial<{
|
|
109
109
|
[key: string]: any;
|
|
110
110
|
}>;
|
|
111
|
-
css: import("@emotion/serialize").
|
|
111
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
112
112
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"div">;
|
|
113
113
|
/**
|
|
114
114
|
* Represents an absolutely positioned element.
|
|
@@ -121,7 +121,7 @@ export declare const Absolute: <AdditionalProps extends Record<string, any> = Re
|
|
|
121
121
|
theme: Partial<{
|
|
122
122
|
[key: string]: any;
|
|
123
123
|
}>;
|
|
124
|
-
css: import("@emotion/serialize").
|
|
124
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
125
125
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"div">;
|
|
126
126
|
/**
|
|
127
127
|
* Represents a sticky positioned element.
|
|
@@ -134,7 +134,7 @@ export declare const Sticky: <AdditionalProps extends Record<string, any> = Reco
|
|
|
134
134
|
theme: Partial<{
|
|
135
135
|
[key: string]: any;
|
|
136
136
|
}>;
|
|
137
|
-
css: import("@emotion/serialize").
|
|
137
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
138
138
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"div">;
|
|
139
139
|
/**
|
|
140
140
|
* Represents a statically positioned element.
|
|
@@ -147,7 +147,7 @@ export declare const Static: <AdditionalProps extends Record<string, any> = Reco
|
|
|
147
147
|
theme: Partial<{
|
|
148
148
|
[key: string]: any;
|
|
149
149
|
}>;
|
|
150
|
-
css: import("@emotion/serialize").
|
|
150
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
151
151
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"div">;
|
|
152
152
|
// Typography
|
|
153
153
|
/**
|
|
@@ -162,7 +162,7 @@ export declare const H1: <AdditionalProps extends Record<string, any> = Record<s
|
|
|
162
162
|
theme: Partial<{
|
|
163
163
|
[key: string]: any;
|
|
164
164
|
}>;
|
|
165
|
-
css: import("@emotion/serialize").
|
|
165
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
166
166
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"h1">;
|
|
167
167
|
/**
|
|
168
168
|
* Creates an h2 heading element node.
|
|
@@ -176,7 +176,7 @@ export declare const H2: <AdditionalProps extends Record<string, any> = Record<s
|
|
|
176
176
|
theme: Partial<{
|
|
177
177
|
[key: string]: any;
|
|
178
178
|
}>;
|
|
179
|
-
css: import("@emotion/serialize").
|
|
179
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
180
180
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"h2">;
|
|
181
181
|
/**
|
|
182
182
|
* Creates an h3 heading element node.
|
|
@@ -190,7 +190,7 @@ export declare const H3: <AdditionalProps extends Record<string, any> = Record<s
|
|
|
190
190
|
theme: Partial<{
|
|
191
191
|
[key: string]: any;
|
|
192
192
|
}>;
|
|
193
|
-
css: import("@emotion/serialize").
|
|
193
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
194
194
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"h3">;
|
|
195
195
|
/**
|
|
196
196
|
* Creates an h4 heading element node.
|
|
@@ -204,7 +204,7 @@ export declare const H4: <AdditionalProps extends Record<string, any> = Record<s
|
|
|
204
204
|
theme: Partial<{
|
|
205
205
|
[key: string]: any;
|
|
206
206
|
}>;
|
|
207
|
-
css: import("@emotion/serialize").
|
|
207
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
208
208
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"h4">;
|
|
209
209
|
/**
|
|
210
210
|
* Creates an h5 heading element node.
|
|
@@ -218,7 +218,7 @@ export declare const H5: <AdditionalProps extends Record<string, any> = Record<s
|
|
|
218
218
|
theme: Partial<{
|
|
219
219
|
[key: string]: any;
|
|
220
220
|
}>;
|
|
221
|
-
css: import("@emotion/serialize").
|
|
221
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
222
222
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"h5">;
|
|
223
223
|
/**
|
|
224
224
|
* Creates an h6 heading element node.
|
|
@@ -232,7 +232,7 @@ export declare const H6: <AdditionalProps extends Record<string, any> = Record<s
|
|
|
232
232
|
theme: Partial<{
|
|
233
233
|
[key: string]: any;
|
|
234
234
|
}>;
|
|
235
|
-
css: import("@emotion/serialize").
|
|
235
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
236
236
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"h6">;
|
|
237
237
|
/**
|
|
238
238
|
* Creates a strong element node for important text.
|
|
@@ -246,7 +246,7 @@ export declare const Strong: <AdditionalProps extends Record<string, any> = Reco
|
|
|
246
246
|
theme: Partial<{
|
|
247
247
|
[key: string]: any;
|
|
248
248
|
}>;
|
|
249
|
-
css: import("@emotion/serialize").
|
|
249
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
250
250
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"strong">;
|
|
251
251
|
/**
|
|
252
252
|
* Creates an em element node for emphasized text.
|
|
@@ -260,7 +260,7 @@ export declare const Em: <AdditionalProps extends Record<string, any> = Record<s
|
|
|
260
260
|
theme: Partial<{
|
|
261
261
|
[key: string]: any;
|
|
262
262
|
}>;
|
|
263
|
-
css: import("@emotion/serialize").
|
|
263
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
264
264
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"em">;
|
|
265
265
|
/**
|
|
266
266
|
* Creates a small element node for side-comments and small print.
|
|
@@ -274,7 +274,7 @@ export declare const Small: <AdditionalProps extends Record<string, any> = Recor
|
|
|
274
274
|
theme: Partial<{
|
|
275
275
|
[key: string]: any;
|
|
276
276
|
}>;
|
|
277
|
-
css: import("@emotion/serialize").
|
|
277
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
278
278
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"small">;
|
|
279
279
|
/**
|
|
280
280
|
* Creates a mark element node for highlighted text.
|
|
@@ -288,7 +288,7 @@ export declare const Mark: <AdditionalProps extends Record<string, any> = Record
|
|
|
288
288
|
theme: Partial<{
|
|
289
289
|
[key: string]: any;
|
|
290
290
|
}>;
|
|
291
|
-
css: import("@emotion/serialize").
|
|
291
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
292
292
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"mark">;
|
|
293
293
|
/**
|
|
294
294
|
* Creates a span element node.
|
|
@@ -302,7 +302,7 @@ export declare const Span: <AdditionalProps extends Record<string, any> = Record
|
|
|
302
302
|
theme: Partial<{
|
|
303
303
|
[key: string]: any;
|
|
304
304
|
}>;
|
|
305
|
-
css: import("@emotion/serialize").
|
|
305
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
306
306
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"span">;
|
|
307
307
|
/**
|
|
308
308
|
* Creates a paragraph element node.
|
|
@@ -316,7 +316,7 @@ export declare const P: <AdditionalProps extends Record<string, any> = Record<st
|
|
|
316
316
|
theme: Partial<{
|
|
317
317
|
[key: string]: any;
|
|
318
318
|
}>;
|
|
319
|
-
css: import("@emotion/serialize").
|
|
319
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
320
320
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"p">;
|
|
321
321
|
/**
|
|
322
322
|
* Renders a semantic block of text using a `<p>` element.
|
|
@@ -330,7 +330,7 @@ export declare const Text: <AdditionalProps extends Record<string, any> = Record
|
|
|
330
330
|
theme: Partial<{
|
|
331
331
|
[key: string]: any;
|
|
332
332
|
}>;
|
|
333
|
-
css: import("@emotion/serialize").
|
|
333
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
334
334
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"p">;
|
|
335
335
|
/**
|
|
336
336
|
* Creates a preformatted text element node.
|
|
@@ -344,7 +344,7 @@ export declare const Pre: <AdditionalProps extends Record<string, any> = Record<
|
|
|
344
344
|
theme: Partial<{
|
|
345
345
|
[key: string]: any;
|
|
346
346
|
}>;
|
|
347
|
-
css: import("@emotion/serialize").
|
|
347
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
348
348
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"pre">;
|
|
349
349
|
/**
|
|
350
350
|
* Creates a code element node for displaying code snippets.
|
|
@@ -358,7 +358,7 @@ export declare const Code: <AdditionalProps extends Record<string, any> = Record
|
|
|
358
358
|
theme: Partial<{
|
|
359
359
|
[key: string]: any;
|
|
360
360
|
}>;
|
|
361
|
-
css: import("@emotion/serialize").
|
|
361
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
362
362
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"code">;
|
|
363
363
|
/**
|
|
364
364
|
* Represents a line break element.
|
|
@@ -371,7 +371,7 @@ export declare const Br: <AdditionalProps extends Record<string, any> = Record<s
|
|
|
371
371
|
theme: Partial<{
|
|
372
372
|
[key: string]: any;
|
|
373
373
|
}>;
|
|
374
|
-
css: import("@emotion/serialize").
|
|
374
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
375
375
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"br">;
|
|
376
376
|
// Lists
|
|
377
377
|
/**
|
|
@@ -385,7 +385,7 @@ export declare const Ol: <AdditionalProps extends Record<string, any> = Record<s
|
|
|
385
385
|
theme: Partial<{
|
|
386
386
|
[key: string]: any;
|
|
387
387
|
}>;
|
|
388
|
-
css: import("@emotion/serialize").
|
|
388
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
389
389
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"ol">;
|
|
390
390
|
/**
|
|
391
391
|
* Represents an unordered list.
|
|
@@ -398,7 +398,7 @@ export declare const Ul: <AdditionalProps extends Record<string, any> = Record<s
|
|
|
398
398
|
theme: Partial<{
|
|
399
399
|
[key: string]: any;
|
|
400
400
|
}>;
|
|
401
|
-
css: import("@emotion/serialize").
|
|
401
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
402
402
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"ul">;
|
|
403
403
|
/**
|
|
404
404
|
* Represents a list item.
|
|
@@ -411,7 +411,7 @@ export declare const Li: <AdditionalProps extends Record<string, any> = Record<s
|
|
|
411
411
|
theme: Partial<{
|
|
412
412
|
[key: string]: any;
|
|
413
413
|
}>;
|
|
414
|
-
css: import("@emotion/serialize").
|
|
414
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
415
415
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"li">;
|
|
416
416
|
/**
|
|
417
417
|
* Represents a description list.
|
|
@@ -424,7 +424,7 @@ export declare const Dl: <AdditionalProps extends Record<string, any> = Record<s
|
|
|
424
424
|
theme: Partial<{
|
|
425
425
|
[key: string]: any;
|
|
426
426
|
}>;
|
|
427
|
-
css: import("@emotion/serialize").
|
|
427
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
428
428
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"dl">;
|
|
429
429
|
/**
|
|
430
430
|
* Represents a term in a description list.
|
|
@@ -437,7 +437,7 @@ export declare const Dt: <AdditionalProps extends Record<string, any> = Record<s
|
|
|
437
437
|
theme: Partial<{
|
|
438
438
|
[key: string]: any;
|
|
439
439
|
}>;
|
|
440
|
-
css: import("@emotion/serialize").
|
|
440
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
441
441
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"dt">;
|
|
442
442
|
/**
|
|
443
443
|
* Represents a description in a description list.
|
|
@@ -450,7 +450,7 @@ export declare const Dd: <AdditionalProps extends Record<string, any> = Record<s
|
|
|
450
450
|
theme: Partial<{
|
|
451
451
|
[key: string]: any;
|
|
452
452
|
}>;
|
|
453
|
-
css: import("@emotion/serialize").
|
|
453
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
454
454
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"dd">;
|
|
455
455
|
// Forms and inputs
|
|
456
456
|
/**
|
|
@@ -464,7 +464,7 @@ export declare const Form: <AdditionalProps extends Record<string, any> = Record
|
|
|
464
464
|
theme: Partial<{
|
|
465
465
|
[key: string]: any;
|
|
466
466
|
}>;
|
|
467
|
-
css: import("@emotion/serialize").
|
|
467
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
468
468
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"form">;
|
|
469
469
|
/**
|
|
470
470
|
* Represents a label for an input element.
|
|
@@ -477,7 +477,7 @@ export declare const Label: <AdditionalProps extends Record<string, any> = Recor
|
|
|
477
477
|
theme: Partial<{
|
|
478
478
|
[key: string]: any;
|
|
479
479
|
}>;
|
|
480
|
-
css: import("@emotion/serialize").
|
|
480
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
481
481
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"label">;
|
|
482
482
|
/**
|
|
483
483
|
* Represents an input element.
|
|
@@ -490,7 +490,7 @@ export declare const Input: <AdditionalProps extends Record<string, any> = Recor
|
|
|
490
490
|
theme: Partial<{
|
|
491
491
|
[key: string]: any;
|
|
492
492
|
}>;
|
|
493
|
-
css: import("@emotion/serialize").
|
|
493
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
494
494
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"input">;
|
|
495
495
|
/**
|
|
496
496
|
* Creates a button element node.
|
|
@@ -504,7 +504,7 @@ export declare const Button: <AdditionalProps extends Record<string, any> = Reco
|
|
|
504
504
|
theme: Partial<{
|
|
505
505
|
[key: string]: any;
|
|
506
506
|
}>;
|
|
507
|
-
css: import("@emotion/serialize").
|
|
507
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
508
508
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"button">;
|
|
509
509
|
/**
|
|
510
510
|
* Represents a textarea element for multiline text input.
|
|
@@ -517,7 +517,7 @@ export declare const Textarea: <AdditionalProps extends Record<string, any> = Re
|
|
|
517
517
|
theme: Partial<{
|
|
518
518
|
[key: string]: any;
|
|
519
519
|
}>;
|
|
520
|
-
css: import("@emotion/serialize").
|
|
520
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
521
521
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"textarea">;
|
|
522
522
|
/**
|
|
523
523
|
* Represents a select dropdown element.
|
|
@@ -530,7 +530,7 @@ export declare const Select: <AdditionalProps extends Record<string, any> = Reco
|
|
|
530
530
|
theme: Partial<{
|
|
531
531
|
[key: string]: any;
|
|
532
532
|
}>;
|
|
533
|
-
css: import("@emotion/serialize").
|
|
533
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
534
534
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"select">;
|
|
535
535
|
/**
|
|
536
536
|
* Represents an option within a select element.
|
|
@@ -544,7 +544,7 @@ export declare const Option: <AdditionalProps extends Record<string, any> = Reco
|
|
|
544
544
|
theme: Partial<{
|
|
545
545
|
[key: string]: any;
|
|
546
546
|
}>;
|
|
547
|
-
css: import("@emotion/serialize").
|
|
547
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
548
548
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"option">;
|
|
549
549
|
/**
|
|
550
550
|
* Represents a fieldset element for grouping form elements.
|
|
@@ -557,7 +557,7 @@ export declare const Fieldset: <AdditionalProps extends Record<string, any> = Re
|
|
|
557
557
|
theme: Partial<{
|
|
558
558
|
[key: string]: any;
|
|
559
559
|
}>;
|
|
560
|
-
css: import("@emotion/serialize").
|
|
560
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
561
561
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"fieldset">;
|
|
562
562
|
/**
|
|
563
563
|
* Represents a legend for a fieldset.
|
|
@@ -571,7 +571,7 @@ export declare const Legend: <AdditionalProps extends Record<string, any> = Reco
|
|
|
571
571
|
theme: Partial<{
|
|
572
572
|
[key: string]: any;
|
|
573
573
|
}>;
|
|
574
|
-
css: import("@emotion/serialize").
|
|
574
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
575
575
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"legend">;
|
|
576
576
|
/**
|
|
577
577
|
* Represents an option group within a select element.
|
|
@@ -584,7 +584,7 @@ export declare const Optgroup: <AdditionalProps extends Record<string, any> = Re
|
|
|
584
584
|
theme: Partial<{
|
|
585
585
|
[key: string]: any;
|
|
586
586
|
}>;
|
|
587
|
-
css: import("@emotion/serialize").
|
|
587
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
588
588
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"optgroup">;
|
|
589
589
|
// Tables
|
|
590
590
|
/**
|
|
@@ -598,7 +598,7 @@ export declare const Table: <AdditionalProps extends Record<string, any> = Recor
|
|
|
598
598
|
theme: Partial<{
|
|
599
599
|
[key: string]: any;
|
|
600
600
|
}>;
|
|
601
|
-
css: import("@emotion/serialize").
|
|
601
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
602
602
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"table">;
|
|
603
603
|
/**
|
|
604
604
|
* Represents a table header section.
|
|
@@ -611,7 +611,7 @@ export declare const Thead: <AdditionalProps extends Record<string, any> = Recor
|
|
|
611
611
|
theme: Partial<{
|
|
612
612
|
[key: string]: any;
|
|
613
613
|
}>;
|
|
614
|
-
css: import("@emotion/serialize").
|
|
614
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
615
615
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"thead">;
|
|
616
616
|
/**
|
|
617
617
|
* Represents a table body section.
|
|
@@ -624,7 +624,7 @@ export declare const Tbody: <AdditionalProps extends Record<string, any> = Recor
|
|
|
624
624
|
theme: Partial<{
|
|
625
625
|
[key: string]: any;
|
|
626
626
|
}>;
|
|
627
|
-
css: import("@emotion/serialize").
|
|
627
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
628
628
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"tbody">;
|
|
629
629
|
/**
|
|
630
630
|
* Represents a table footer section.
|
|
@@ -637,7 +637,7 @@ export declare const Tfoot: <AdditionalProps extends Record<string, any> = Recor
|
|
|
637
637
|
theme: Partial<{
|
|
638
638
|
[key: string]: any;
|
|
639
639
|
}>;
|
|
640
|
-
css: import("@emotion/serialize").
|
|
640
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
641
641
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"tfoot">;
|
|
642
642
|
/**
|
|
643
643
|
* Represents a table row.
|
|
@@ -650,7 +650,7 @@ export declare const Tr: <AdditionalProps extends Record<string, any> = Record<s
|
|
|
650
650
|
theme: Partial<{
|
|
651
651
|
[key: string]: any;
|
|
652
652
|
}>;
|
|
653
|
-
css: import("@emotion/serialize").
|
|
653
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
654
654
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"tr">;
|
|
655
655
|
/**
|
|
656
656
|
* Represents a table header cell.
|
|
@@ -663,7 +663,7 @@ export declare const Th: <AdditionalProps extends Record<string, any> = Record<s
|
|
|
663
663
|
theme: Partial<{
|
|
664
664
|
[key: string]: any;
|
|
665
665
|
}>;
|
|
666
|
-
css: import("@emotion/serialize").
|
|
666
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
667
667
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"th">;
|
|
668
668
|
/**
|
|
669
669
|
* Represents a table data cell.
|
|
@@ -676,7 +676,7 @@ export declare const Td: <AdditionalProps extends Record<string, any> = Record<s
|
|
|
676
676
|
theme: Partial<{
|
|
677
677
|
[key: string]: any;
|
|
678
678
|
}>;
|
|
679
|
-
css: import("@emotion/serialize").
|
|
679
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
680
680
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"td">;
|
|
681
681
|
/**
|
|
682
682
|
* Represents a table caption.
|
|
@@ -690,7 +690,7 @@ export declare const Caption: <AdditionalProps extends Record<string, any> = Rec
|
|
|
690
690
|
theme: Partial<{
|
|
691
691
|
[key: string]: any;
|
|
692
692
|
}>;
|
|
693
|
-
css: import("@emotion/serialize").
|
|
693
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
694
694
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"caption">;
|
|
695
695
|
/**
|
|
696
696
|
* Represents a table column group.
|
|
@@ -703,7 +703,7 @@ export declare const Colgroup: <AdditionalProps extends Record<string, any> = Re
|
|
|
703
703
|
theme: Partial<{
|
|
704
704
|
[key: string]: any;
|
|
705
705
|
}>;
|
|
706
|
-
css: import("@emotion/serialize").
|
|
706
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
707
707
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"colgroup">;
|
|
708
708
|
/**
|
|
709
709
|
* Represents a table column.
|
|
@@ -716,7 +716,7 @@ export declare const Col: <AdditionalProps extends Record<string, any> = Record<
|
|
|
716
716
|
theme: Partial<{
|
|
717
717
|
[key: string]: any;
|
|
718
718
|
}>;
|
|
719
|
-
css: import("@emotion/serialize").
|
|
719
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
720
720
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"col">;
|
|
721
721
|
// Media elements
|
|
722
722
|
/**
|
|
@@ -730,7 +730,7 @@ export declare const Img: <AdditionalProps extends Record<string, any> = Record<
|
|
|
730
730
|
theme: Partial<{
|
|
731
731
|
[key: string]: any;
|
|
732
732
|
}>;
|
|
733
|
-
css: import("@emotion/serialize").
|
|
733
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
734
734
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"img">;
|
|
735
735
|
/**
|
|
736
736
|
* Represents a video element.
|
|
@@ -743,7 +743,7 @@ export declare const Video: <AdditionalProps extends Record<string, any> = Recor
|
|
|
743
743
|
theme: Partial<{
|
|
744
744
|
[key: string]: any;
|
|
745
745
|
}>;
|
|
746
|
-
css: import("@emotion/serialize").
|
|
746
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
747
747
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"video">;
|
|
748
748
|
/**
|
|
749
749
|
* Represents an audio element.
|
|
@@ -756,7 +756,7 @@ export declare const Audio: <AdditionalProps extends Record<string, any> = Recor
|
|
|
756
756
|
theme: Partial<{
|
|
757
757
|
[key: string]: any;
|
|
758
758
|
}>;
|
|
759
|
-
css: import("@emotion/serialize").
|
|
759
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
760
760
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"audio">;
|
|
761
761
|
/**
|
|
762
762
|
* Represents a picture element.
|
|
@@ -769,7 +769,7 @@ export declare const Picture: <AdditionalProps extends Record<string, any> = Rec
|
|
|
769
769
|
theme: Partial<{
|
|
770
770
|
[key: string]: any;
|
|
771
771
|
}>;
|
|
772
|
-
css: import("@emotion/serialize").
|
|
772
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
773
773
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"picture">;
|
|
774
774
|
/**
|
|
775
775
|
* Represents a source element.
|
|
@@ -782,7 +782,7 @@ export declare const Source: <AdditionalProps extends Record<string, any> = Reco
|
|
|
782
782
|
theme: Partial<{
|
|
783
783
|
[key: string]: any;
|
|
784
784
|
}>;
|
|
785
|
-
css: import("@emotion/serialize").
|
|
785
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
786
786
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"source">;
|
|
787
787
|
/**
|
|
788
788
|
* Represents a text track element.
|
|
@@ -795,7 +795,7 @@ export declare const Track: <AdditionalProps extends Record<string, any> = Recor
|
|
|
795
795
|
theme: Partial<{
|
|
796
796
|
[key: string]: any;
|
|
797
797
|
}>;
|
|
798
|
-
css: import("@emotion/serialize").
|
|
798
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
799
799
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"track">;
|
|
800
800
|
/**
|
|
801
801
|
* Represents a canvas element.
|
|
@@ -808,7 +808,7 @@ export declare const Canvas: <AdditionalProps extends Record<string, any> = Reco
|
|
|
808
808
|
theme: Partial<{
|
|
809
809
|
[key: string]: any;
|
|
810
810
|
}>;
|
|
811
|
-
css: import("@emotion/serialize").
|
|
811
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
812
812
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"canvas">;
|
|
813
813
|
/**
|
|
814
814
|
* Represents an iframe element.
|
|
@@ -821,7 +821,7 @@ export declare const Iframe: <AdditionalProps extends Record<string, any> = Reco
|
|
|
821
821
|
theme: Partial<{
|
|
822
822
|
[key: string]: any;
|
|
823
823
|
}>;
|
|
824
|
-
css: import("@emotion/serialize").
|
|
824
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
825
825
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"iframe">;
|
|
826
826
|
// SVG elements
|
|
827
827
|
/**
|
|
@@ -835,7 +835,7 @@ export declare const Svg: <AdditionalProps extends Record<string, any> = Record<
|
|
|
835
835
|
theme: Partial<{
|
|
836
836
|
[key: string]: any;
|
|
837
837
|
}>;
|
|
838
|
-
css: import("@emotion/serialize").
|
|
838
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
839
839
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"svg">;
|
|
840
840
|
/**
|
|
841
841
|
* Represents an SVG path element.
|
|
@@ -848,7 +848,7 @@ export declare const SvgPath: <AdditionalProps extends Record<string, any> = Rec
|
|
|
848
848
|
theme: Partial<{
|
|
849
849
|
[key: string]: any;
|
|
850
850
|
}>;
|
|
851
|
-
css: import("@emotion/serialize").
|
|
851
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
852
852
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"path">;
|
|
853
853
|
/**
|
|
854
854
|
* Represents an SVG circle element.
|
|
@@ -861,7 +861,7 @@ export declare const SvgCircle: <AdditionalProps extends Record<string, any> = R
|
|
|
861
861
|
theme: Partial<{
|
|
862
862
|
[key: string]: any;
|
|
863
863
|
}>;
|
|
864
|
-
css: import("@emotion/serialize").
|
|
864
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
865
865
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"circle">;
|
|
866
866
|
/**
|
|
867
867
|
* Represents an SVG ellipse element.
|
|
@@ -874,7 +874,7 @@ export declare const SvgEllipse: <AdditionalProps extends Record<string, any> =
|
|
|
874
874
|
theme: Partial<{
|
|
875
875
|
[key: string]: any;
|
|
876
876
|
}>;
|
|
877
|
-
css: import("@emotion/serialize").
|
|
877
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
878
878
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"ellipse">;
|
|
879
879
|
/**
|
|
880
880
|
* Represents an SVG line element.
|
|
@@ -887,7 +887,7 @@ export declare const SvgLine: <AdditionalProps extends Record<string, any> = Rec
|
|
|
887
887
|
theme: Partial<{
|
|
888
888
|
[key: string]: any;
|
|
889
889
|
}>;
|
|
890
|
-
css: import("@emotion/serialize").
|
|
890
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
891
891
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"line">;
|
|
892
892
|
/**
|
|
893
893
|
* Represents an SVG polyline element.
|
|
@@ -900,7 +900,7 @@ export declare const SvgPolyline: <AdditionalProps extends Record<string, any> =
|
|
|
900
900
|
theme: Partial<{
|
|
901
901
|
[key: string]: any;
|
|
902
902
|
}>;
|
|
903
|
-
css: import("@emotion/serialize").
|
|
903
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
904
904
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"polyline">;
|
|
905
905
|
/**
|
|
906
906
|
* Represents an SVG polygon element.
|
|
@@ -913,7 +913,7 @@ export declare const SvgPolygon: <AdditionalProps extends Record<string, any> =
|
|
|
913
913
|
theme: Partial<{
|
|
914
914
|
[key: string]: any;
|
|
915
915
|
}>;
|
|
916
|
-
css: import("@emotion/serialize").
|
|
916
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
917
917
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"polygon">;
|
|
918
918
|
/**
|
|
919
919
|
* Represents an SVG rectangle element.
|
|
@@ -926,7 +926,7 @@ export declare const SvgRect: <AdditionalProps extends Record<string, any> = Rec
|
|
|
926
926
|
theme: Partial<{
|
|
927
927
|
[key: string]: any;
|
|
928
928
|
}>;
|
|
929
|
-
css: import("@emotion/serialize").
|
|
929
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
930
930
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"rect">;
|
|
931
931
|
/**
|
|
932
932
|
* Represents an SVG use element.
|
|
@@ -939,7 +939,7 @@ export declare const SvgUse: <AdditionalProps extends Record<string, any> = Reco
|
|
|
939
939
|
theme: Partial<{
|
|
940
940
|
[key: string]: any;
|
|
941
941
|
}>;
|
|
942
|
-
css: import("@emotion/serialize").
|
|
942
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
943
943
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"use">;
|
|
944
944
|
/**
|
|
945
945
|
* Represents an SVG definitions element.
|
|
@@ -952,7 +952,7 @@ export declare const SvgDefs: <AdditionalProps extends Record<string, any> = Rec
|
|
|
952
952
|
theme: Partial<{
|
|
953
953
|
[key: string]: any;
|
|
954
954
|
}>;
|
|
955
|
-
css: import("@emotion/serialize").
|
|
955
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
956
956
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"defs">;
|
|
957
957
|
/**
|
|
958
958
|
* Represents an SVG linear gradient element.
|
|
@@ -965,7 +965,7 @@ export declare const SvgLinearGradient: <AdditionalProps extends Record<string,
|
|
|
965
965
|
theme: Partial<{
|
|
966
966
|
[key: string]: any;
|
|
967
967
|
}>;
|
|
968
|
-
css: import("@emotion/serialize").
|
|
968
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
969
969
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"linearGradient">;
|
|
970
970
|
/**
|
|
971
971
|
* Represents an SVG radial gradient element.
|
|
@@ -978,7 +978,7 @@ export declare const SvgRadialGradient: <AdditionalProps extends Record<string,
|
|
|
978
978
|
theme: Partial<{
|
|
979
979
|
[key: string]: any;
|
|
980
980
|
}>;
|
|
981
|
-
css: import("@emotion/serialize").
|
|
981
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
982
982
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"radialGradient">;
|
|
983
983
|
/**
|
|
984
984
|
* Represents an SVG gradient stop element.
|
|
@@ -991,7 +991,7 @@ export declare const SvgStop: <AdditionalProps extends Record<string, any> = Rec
|
|
|
991
991
|
theme: Partial<{
|
|
992
992
|
[key: string]: any;
|
|
993
993
|
}>;
|
|
994
|
-
css: import("@emotion/serialize").
|
|
994
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
995
995
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"stop">;
|
|
996
996
|
/**
|
|
997
997
|
* Represents an SVG symbol element.
|
|
@@ -1004,7 +1004,7 @@ export declare const SvgSymbol: <AdditionalProps extends Record<string, any> = R
|
|
|
1004
1004
|
theme: Partial<{
|
|
1005
1005
|
[key: string]: any;
|
|
1006
1006
|
}>;
|
|
1007
|
-
css: import("@emotion/serialize").
|
|
1007
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1008
1008
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"symbol">;
|
|
1009
1009
|
/**
|
|
1010
1010
|
* Represents an SVG group element.
|
|
@@ -1017,7 +1017,7 @@ export declare const SvgG: <AdditionalProps extends Record<string, any> = Record
|
|
|
1017
1017
|
theme: Partial<{
|
|
1018
1018
|
[key: string]: any;
|
|
1019
1019
|
}>;
|
|
1020
|
-
css: import("@emotion/serialize").
|
|
1020
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1021
1021
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"g">;
|
|
1022
1022
|
/**
|
|
1023
1023
|
* Represents an SVG text element.
|
|
@@ -1030,7 +1030,7 @@ export declare const SvgText: <AdditionalProps extends Record<string, any> = Rec
|
|
|
1030
1030
|
theme: Partial<{
|
|
1031
1031
|
[key: string]: any;
|
|
1032
1032
|
}>;
|
|
1033
|
-
css: import("@emotion/serialize").
|
|
1033
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1034
1034
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"text">;
|
|
1035
1035
|
/**
|
|
1036
1036
|
* Represents an SVG text span element.
|
|
@@ -1043,7 +1043,7 @@ export declare const SvgTspan: <AdditionalProps extends Record<string, any> = Re
|
|
|
1043
1043
|
theme: Partial<{
|
|
1044
1044
|
[key: string]: any;
|
|
1045
1045
|
}>;
|
|
1046
|
-
css: import("@emotion/serialize").
|
|
1046
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1047
1047
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"tspan">;
|
|
1048
1048
|
// Navigation and links
|
|
1049
1049
|
/**
|
|
@@ -1057,7 +1057,7 @@ export declare const A: <AdditionalProps extends Record<string, any> = Record<st
|
|
|
1057
1057
|
theme: Partial<{
|
|
1058
1058
|
[key: string]: any;
|
|
1059
1059
|
}>;
|
|
1060
|
-
css: import("@emotion/serialize").
|
|
1060
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1061
1061
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"a">;
|
|
1062
1062
|
/**
|
|
1063
1063
|
* Represents a navigation element.
|
|
@@ -1070,7 +1070,7 @@ export declare const Nav: <AdditionalProps extends Record<string, any> = Record<
|
|
|
1070
1070
|
theme: Partial<{
|
|
1071
1071
|
[key: string]: any;
|
|
1072
1072
|
}>;
|
|
1073
|
-
css: import("@emotion/serialize").
|
|
1073
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1074
1074
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"nav">;
|
|
1075
1075
|
// Document structure
|
|
1076
1076
|
/**
|
|
@@ -1084,7 +1084,7 @@ export declare const Body: <AdditionalProps extends Record<string, any> = Record
|
|
|
1084
1084
|
theme: Partial<{
|
|
1085
1085
|
[key: string]: any;
|
|
1086
1086
|
}>;
|
|
1087
|
-
css: import("@emotion/serialize").
|
|
1087
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1088
1088
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"body">;
|
|
1089
1089
|
/**
|
|
1090
1090
|
* Represents the main content of a document.
|
|
@@ -1097,7 +1097,7 @@ export declare const Main: <AdditionalProps extends Record<string, any> = Record
|
|
|
1097
1097
|
theme: Partial<{
|
|
1098
1098
|
[key: string]: any;
|
|
1099
1099
|
}>;
|
|
1100
|
-
css: import("@emotion/serialize").
|
|
1100
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1101
1101
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"main">;
|
|
1102
1102
|
/**
|
|
1103
1103
|
* Represents a header element.
|
|
@@ -1110,7 +1110,7 @@ export declare const Header: <AdditionalProps extends Record<string, any> = Reco
|
|
|
1110
1110
|
theme: Partial<{
|
|
1111
1111
|
[key: string]: any;
|
|
1112
1112
|
}>;
|
|
1113
|
-
css: import("@emotion/serialize").
|
|
1113
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1114
1114
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"header">;
|
|
1115
1115
|
/**
|
|
1116
1116
|
* Represents a footer element.
|
|
@@ -1123,7 +1123,7 @@ export declare const Footer: <AdditionalProps extends Record<string, any> = Reco
|
|
|
1123
1123
|
theme: Partial<{
|
|
1124
1124
|
[key: string]: any;
|
|
1125
1125
|
}>;
|
|
1126
|
-
css: import("@emotion/serialize").
|
|
1126
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1127
1127
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"footer">;
|
|
1128
1128
|
/**
|
|
1129
1129
|
* Represents an aside element.
|
|
@@ -1136,7 +1136,7 @@ export declare const Aside: <AdditionalProps extends Record<string, any> = Recor
|
|
|
1136
1136
|
theme: Partial<{
|
|
1137
1137
|
[key: string]: any;
|
|
1138
1138
|
}>;
|
|
1139
|
-
css: import("@emotion/serialize").
|
|
1139
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1140
1140
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"aside">;
|
|
1141
1141
|
/**
|
|
1142
1142
|
* Represents a section element.
|
|
@@ -1149,7 +1149,7 @@ export declare const Section: <AdditionalProps extends Record<string, any> = Rec
|
|
|
1149
1149
|
theme: Partial<{
|
|
1150
1150
|
[key: string]: any;
|
|
1151
1151
|
}>;
|
|
1152
|
-
css: import("@emotion/serialize").
|
|
1152
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1153
1153
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"section">;
|
|
1154
1154
|
/**
|
|
1155
1155
|
* Represents an article element.
|
|
@@ -1162,7 +1162,7 @@ export declare const Article: <AdditionalProps extends Record<string, any> = Rec
|
|
|
1162
1162
|
theme: Partial<{
|
|
1163
1163
|
[key: string]: any;
|
|
1164
1164
|
}>;
|
|
1165
|
-
css: import("@emotion/serialize").
|
|
1165
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1166
1166
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"article">;
|
|
1167
1167
|
/**
|
|
1168
1168
|
* Represents a figure element.
|
|
@@ -1175,7 +1175,7 @@ export declare const Figure: <AdditionalProps extends Record<string, any> = Reco
|
|
|
1175
1175
|
theme: Partial<{
|
|
1176
1176
|
[key: string]: any;
|
|
1177
1177
|
}>;
|
|
1178
|
-
css: import("@emotion/serialize").
|
|
1178
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1179
1179
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"figure">;
|
|
1180
1180
|
/**
|
|
1181
1181
|
* Represents a figure caption element.
|
|
@@ -1189,7 +1189,7 @@ export declare const Figcaption: <AdditionalProps extends Record<string, any> =
|
|
|
1189
1189
|
theme: Partial<{
|
|
1190
1190
|
[key: string]: any;
|
|
1191
1191
|
}>;
|
|
1192
|
-
css: import("@emotion/serialize").
|
|
1192
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1193
1193
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"figcaption">;
|
|
1194
1194
|
/**
|
|
1195
1195
|
* Represents a blockquote element.
|
|
@@ -1202,7 +1202,7 @@ export declare const Blockquote: <AdditionalProps extends Record<string, any> =
|
|
|
1202
1202
|
theme: Partial<{
|
|
1203
1203
|
[key: string]: any;
|
|
1204
1204
|
}>;
|
|
1205
|
-
css: import("@emotion/serialize").
|
|
1205
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1206
1206
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"blockquote">;
|
|
1207
1207
|
/**
|
|
1208
1208
|
* Represents an address element.
|
|
@@ -1215,7 +1215,7 @@ export declare const Address: <AdditionalProps extends Record<string, any> = Rec
|
|
|
1215
1215
|
theme: Partial<{
|
|
1216
1216
|
[key: string]: any;
|
|
1217
1217
|
}>;
|
|
1218
|
-
css: import("@emotion/serialize").
|
|
1218
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1219
1219
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"address">;
|
|
1220
1220
|
/**
|
|
1221
1221
|
* Represents a dialog element.
|
|
@@ -1228,7 +1228,7 @@ export declare const Dialog: <AdditionalProps extends Record<string, any> = Reco
|
|
|
1228
1228
|
theme: Partial<{
|
|
1229
1229
|
[key: string]: any;
|
|
1230
1230
|
}>;
|
|
1231
|
-
css: import("@emotion/serialize").
|
|
1231
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1232
1232
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"dialog">;
|
|
1233
1233
|
/**
|
|
1234
1234
|
* Represents a details element.
|
|
@@ -1241,7 +1241,7 @@ export declare const Details: <AdditionalProps extends Record<string, any> = Rec
|
|
|
1241
1241
|
theme: Partial<{
|
|
1242
1242
|
[key: string]: any;
|
|
1243
1243
|
}>;
|
|
1244
|
-
css: import("@emotion/serialize").
|
|
1244
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1245
1245
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"details">;
|
|
1246
1246
|
/**
|
|
1247
1247
|
* Represents a summary element for a details disclosure box.
|
|
@@ -1255,7 +1255,7 @@ export declare const Summary: <AdditionalProps extends Record<string, any> = Rec
|
|
|
1255
1255
|
theme: Partial<{
|
|
1256
1256
|
[key: string]: any;
|
|
1257
1257
|
}>;
|
|
1258
|
-
css: import("@emotion/serialize").
|
|
1258
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1259
1259
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"summary">;
|
|
1260
1260
|
// Document head elements
|
|
1261
1261
|
/**
|
|
@@ -1269,7 +1269,7 @@ export declare const Head: <AdditionalProps extends Record<string, any> = Record
|
|
|
1269
1269
|
theme: Partial<{
|
|
1270
1270
|
[key: string]: any;
|
|
1271
1271
|
}>;
|
|
1272
|
-
css: import("@emotion/serialize").
|
|
1272
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1273
1273
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"head">;
|
|
1274
1274
|
/**
|
|
1275
1275
|
* Represents the root HTML element.
|
|
@@ -1282,7 +1282,7 @@ export declare const Html: <AdditionalProps extends Record<string, any> = Record
|
|
|
1282
1282
|
theme: Partial<{
|
|
1283
1283
|
[key: string]: any;
|
|
1284
1284
|
}>;
|
|
1285
|
-
css: import("@emotion/serialize").
|
|
1285
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1286
1286
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"html">;
|
|
1287
1287
|
/**
|
|
1288
1288
|
* Represents a meta element.
|
|
@@ -1295,7 +1295,7 @@ export declare const Meta: <AdditionalProps extends Record<string, any> = Record
|
|
|
1295
1295
|
theme: Partial<{
|
|
1296
1296
|
[key: string]: any;
|
|
1297
1297
|
}>;
|
|
1298
|
-
css: import("@emotion/serialize").
|
|
1298
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1299
1299
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"meta">;
|
|
1300
1300
|
/**
|
|
1301
1301
|
* Represents a link element.
|
|
@@ -1308,7 +1308,7 @@ export declare const Link: <AdditionalProps extends Record<string, any> = Record
|
|
|
1308
1308
|
theme: Partial<{
|
|
1309
1309
|
[key: string]: any;
|
|
1310
1310
|
}>;
|
|
1311
|
-
css: import("@emotion/serialize").
|
|
1311
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1312
1312
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"link">;
|
|
1313
1313
|
/**
|
|
1314
1314
|
* Represents a style element. Its content should be CSS text.
|
|
@@ -1321,7 +1321,7 @@ export declare const Style: <AdditionalProps extends Record<string, any> = Recor
|
|
|
1321
1321
|
theme: Partial<{
|
|
1322
1322
|
[key: string]: any;
|
|
1323
1323
|
}>;
|
|
1324
|
-
css: import("@emotion/serialize").
|
|
1324
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1325
1325
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"style">;
|
|
1326
1326
|
/**
|
|
1327
1327
|
* Represents a script element. For inline scripts, its content should be JavaScript text.
|
|
@@ -1334,7 +1334,7 @@ export declare const Script: <AdditionalProps extends Record<string, any> = Reco
|
|
|
1334
1334
|
theme: Partial<{
|
|
1335
1335
|
[key: string]: any;
|
|
1336
1336
|
}>;
|
|
1337
|
-
css: import("@emotion/serialize").
|
|
1337
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1338
1338
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"script">;
|
|
1339
1339
|
/**
|
|
1340
1340
|
* Creates a title element node for document head title.
|
|
@@ -1348,7 +1348,7 @@ export declare const Title: <AdditionalProps extends Record<string, any> = Recor
|
|
|
1348
1348
|
theme: Partial<{
|
|
1349
1349
|
[key: string]: any;
|
|
1350
1350
|
}>;
|
|
1351
|
-
css: import("@emotion/serialize").
|
|
1351
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1352
1352
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"title">;
|
|
1353
1353
|
/**
|
|
1354
1354
|
* Represents a base element.
|
|
@@ -1361,7 +1361,7 @@ export declare const Base: <AdditionalProps extends Record<string, any> = Record
|
|
|
1361
1361
|
theme: Partial<{
|
|
1362
1362
|
[key: string]: any;
|
|
1363
1363
|
}>;
|
|
1364
|
-
css: import("@emotion/serialize").
|
|
1364
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1365
1365
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"base">;
|
|
1366
1366
|
// --- Additional Text-Level Semantics ---
|
|
1367
1367
|
/**
|
|
@@ -1376,7 +1376,7 @@ export declare const Abbr: <AdditionalProps extends Record<string, any> = Record
|
|
|
1376
1376
|
theme: Partial<{
|
|
1377
1377
|
[key: string]: any;
|
|
1378
1378
|
}>;
|
|
1379
|
-
css: import("@emotion/serialize").
|
|
1379
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1380
1380
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"abbr">;
|
|
1381
1381
|
/**
|
|
1382
1382
|
* Represents text that should be stylistically offset from normal prose (traditionally bold).
|
|
@@ -1390,7 +1390,7 @@ export declare const B: <AdditionalProps extends Record<string, any> = Record<st
|
|
|
1390
1390
|
theme: Partial<{
|
|
1391
1391
|
[key: string]: any;
|
|
1392
1392
|
}>;
|
|
1393
|
-
css: import("@emotion/serialize").
|
|
1393
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1394
1394
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"b">;
|
|
1395
1395
|
/**
|
|
1396
1396
|
* Represents text that is isolated from its surroundings for bidirectional text formatting.
|
|
@@ -1404,7 +1404,7 @@ export declare const Bdi: <AdditionalProps extends Record<string, any> = Record<
|
|
|
1404
1404
|
theme: Partial<{
|
|
1405
1405
|
[key: string]: any;
|
|
1406
1406
|
}>;
|
|
1407
|
-
css: import("@emotion/serialize").
|
|
1407
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1408
1408
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"bdi">;
|
|
1409
1409
|
/**
|
|
1410
1410
|
* Overrides the current text directionality.
|
|
@@ -1418,7 +1418,7 @@ export declare const Bdo: <AdditionalProps extends Record<string, any> = Record<
|
|
|
1418
1418
|
theme: Partial<{
|
|
1419
1419
|
[key: string]: any;
|
|
1420
1420
|
}>;
|
|
1421
|
-
css: import("@emotion/serialize").
|
|
1421
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1422
1422
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"bdo">;
|
|
1423
1423
|
/**
|
|
1424
1424
|
* Represents the title of a work (e.g., a book, a song, an essay).
|
|
@@ -1432,7 +1432,7 @@ export declare const Cite: <AdditionalProps extends Record<string, any> = Record
|
|
|
1432
1432
|
theme: Partial<{
|
|
1433
1433
|
[key: string]: any;
|
|
1434
1434
|
}>;
|
|
1435
|
-
css: import("@emotion/serialize").
|
|
1435
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1436
1436
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"cite">;
|
|
1437
1437
|
/**
|
|
1438
1438
|
* Links a piece of content with a machine-readable translation.
|
|
@@ -1446,7 +1446,7 @@ export declare const Data: <AdditionalProps extends Record<string, any> = Record
|
|
|
1446
1446
|
theme: Partial<{
|
|
1447
1447
|
[key: string]: any;
|
|
1448
1448
|
}>;
|
|
1449
|
-
css: import("@emotion/serialize").
|
|
1449
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1450
1450
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"data">;
|
|
1451
1451
|
/**
|
|
1452
1452
|
* Represents a definition of a term.
|
|
@@ -1460,7 +1460,7 @@ export declare const Dfn: <AdditionalProps extends Record<string, any> = Record<
|
|
|
1460
1460
|
theme: Partial<{
|
|
1461
1461
|
[key: string]: any;
|
|
1462
1462
|
}>;
|
|
1463
|
-
css: import("@emotion/serialize").
|
|
1463
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1464
1464
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"dfn">;
|
|
1465
1465
|
/**
|
|
1466
1466
|
* Represents text in an alternate voice or mood (traditionally italic).
|
|
@@ -1474,7 +1474,7 @@ export declare const I: <AdditionalProps extends Record<string, any> = Record<st
|
|
|
1474
1474
|
theme: Partial<{
|
|
1475
1475
|
[key: string]: any;
|
|
1476
1476
|
}>;
|
|
1477
|
-
css: import("@emotion/serialize").
|
|
1477
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1478
1478
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"i">;
|
|
1479
1479
|
/**
|
|
1480
1480
|
* Represents user input (typically keyboard input).
|
|
@@ -1488,7 +1488,7 @@ export declare const Kbd: <AdditionalProps extends Record<string, any> = Record<
|
|
|
1488
1488
|
theme: Partial<{
|
|
1489
1489
|
[key: string]: any;
|
|
1490
1490
|
}>;
|
|
1491
|
-
css: import("@emotion/serialize").
|
|
1491
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1492
1492
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"kbd">;
|
|
1493
1493
|
/**
|
|
1494
1494
|
* Represents an inline quotation.
|
|
@@ -1502,7 +1502,7 @@ export declare const Q: <AdditionalProps extends Record<string, any> = Record<st
|
|
|
1502
1502
|
theme: Partial<{
|
|
1503
1503
|
[key: string]: any;
|
|
1504
1504
|
}>;
|
|
1505
|
-
css: import("@emotion/serialize").
|
|
1505
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1506
1506
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"q">;
|
|
1507
1507
|
/**
|
|
1508
1508
|
* Represents fallback parenthesis for ruby annotations.
|
|
@@ -1516,7 +1516,7 @@ export declare const Rp: <AdditionalProps extends Record<string, any> = Record<s
|
|
|
1516
1516
|
theme: Partial<{
|
|
1517
1517
|
[key: string]: any;
|
|
1518
1518
|
}>;
|
|
1519
|
-
css: import("@emotion/serialize").
|
|
1519
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1520
1520
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"rp">;
|
|
1521
1521
|
/**
|
|
1522
1522
|
* Represents the ruby text component of a ruby annotation.
|
|
@@ -1530,7 +1530,7 @@ export declare const Rt: <AdditionalProps extends Record<string, any> = Record<s
|
|
|
1530
1530
|
theme: Partial<{
|
|
1531
1531
|
[key: string]: any;
|
|
1532
1532
|
}>;
|
|
1533
|
-
css: import("@emotion/serialize").
|
|
1533
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1534
1534
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"rt">;
|
|
1535
1535
|
/**
|
|
1536
1536
|
* Represents a ruby annotation.
|
|
@@ -1543,7 +1543,7 @@ export declare const Ruby: <AdditionalProps extends Record<string, any> = Record
|
|
|
1543
1543
|
theme: Partial<{
|
|
1544
1544
|
[key: string]: any;
|
|
1545
1545
|
}>;
|
|
1546
|
-
css: import("@emotion/serialize").
|
|
1546
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1547
1547
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"ruby">;
|
|
1548
1548
|
/**
|
|
1549
1549
|
* Represents text that is no longer accurate or relevant (strikethrough).
|
|
@@ -1557,7 +1557,7 @@ export declare const S: <AdditionalProps extends Record<string, any> = Record<st
|
|
|
1557
1557
|
theme: Partial<{
|
|
1558
1558
|
[key: string]: any;
|
|
1559
1559
|
}>;
|
|
1560
|
-
css: import("@emotion/serialize").
|
|
1560
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1561
1561
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"s">;
|
|
1562
1562
|
/**
|
|
1563
1563
|
* Represents sample output from a computer program.
|
|
@@ -1571,7 +1571,7 @@ export declare const Samp: <AdditionalProps extends Record<string, any> = Record
|
|
|
1571
1571
|
theme: Partial<{
|
|
1572
1572
|
[key: string]: any;
|
|
1573
1573
|
}>;
|
|
1574
|
-
css: import("@emotion/serialize").
|
|
1574
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1575
1575
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"samp">;
|
|
1576
1576
|
/**
|
|
1577
1577
|
* Represents subscript text.
|
|
@@ -1585,7 +1585,7 @@ export declare const Sub: <AdditionalProps extends Record<string, any> = Record<
|
|
|
1585
1585
|
theme: Partial<{
|
|
1586
1586
|
[key: string]: any;
|
|
1587
1587
|
}>;
|
|
1588
|
-
css: import("@emotion/serialize").
|
|
1588
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1589
1589
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"sub">;
|
|
1590
1590
|
/**
|
|
1591
1591
|
* Represents superscript text.
|
|
@@ -1599,7 +1599,7 @@ export declare const Sup: <AdditionalProps extends Record<string, any> = Record<
|
|
|
1599
1599
|
theme: Partial<{
|
|
1600
1600
|
[key: string]: any;
|
|
1601
1601
|
}>;
|
|
1602
|
-
css: import("@emotion/serialize").
|
|
1602
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1603
1603
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"sup">;
|
|
1604
1604
|
/**
|
|
1605
1605
|
* Represents a specific period in time or a date.
|
|
@@ -1613,7 +1613,7 @@ export declare const Time: <AdditionalProps extends Record<string, any> = Record
|
|
|
1613
1613
|
theme: Partial<{
|
|
1614
1614
|
[key: string]: any;
|
|
1615
1615
|
}>;
|
|
1616
|
-
css: import("@emotion/serialize").
|
|
1616
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1617
1617
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"time">;
|
|
1618
1618
|
/**
|
|
1619
1619
|
* Represents text that should be rendered with an unarticulated, non-textual annotation (traditionally underline).
|
|
@@ -1627,7 +1627,7 @@ export declare const U: <AdditionalProps extends Record<string, any> = Record<st
|
|
|
1627
1627
|
theme: Partial<{
|
|
1628
1628
|
[key: string]: any;
|
|
1629
1629
|
}>;
|
|
1630
|
-
css: import("@emotion/serialize").
|
|
1630
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1631
1631
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"u">;
|
|
1632
1632
|
/**
|
|
1633
1633
|
* Represents a variable in a mathematical expression or programming context.
|
|
@@ -1641,7 +1641,7 @@ export declare const Var: <AdditionalProps extends Record<string, any> = Record<
|
|
|
1641
1641
|
theme: Partial<{
|
|
1642
1642
|
[key: string]: any;
|
|
1643
1643
|
}>;
|
|
1644
|
-
css: import("@emotion/serialize").
|
|
1644
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1645
1645
|
}> & AdditionalProps, "children"> | undefined) => import("./node.type").NodeInstance<"var">;
|
|
1646
1646
|
/**
|
|
1647
1647
|
* Represents a word break opportunity. This is a void element.
|
|
@@ -1654,7 +1654,7 @@ export declare const Wbr: <AdditionalProps extends Record<string, any> = Record<
|
|
|
1654
1654
|
theme: Partial<{
|
|
1655
1655
|
[key: string]: any;
|
|
1656
1656
|
}>;
|
|
1657
|
-
css: import("@emotion/serialize").
|
|
1657
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1658
1658
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"wbr">;
|
|
1659
1659
|
// --- Additional Grouping Content ---
|
|
1660
1660
|
/**
|
|
@@ -1668,7 +1668,7 @@ export declare const Hr: <AdditionalProps extends Record<string, any> = Record<s
|
|
|
1668
1668
|
theme: Partial<{
|
|
1669
1669
|
[key: string]: any;
|
|
1670
1670
|
}>;
|
|
1671
|
-
css: import("@emotion/serialize").
|
|
1671
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1672
1672
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"hr">;
|
|
1673
1673
|
/**
|
|
1674
1674
|
* Represents a group of commands that a user can perform or activate.
|
|
@@ -1681,7 +1681,7 @@ export declare const Menu: <AdditionalProps extends Record<string, any> = Record
|
|
|
1681
1681
|
theme: Partial<{
|
|
1682
1682
|
[key: string]: any;
|
|
1683
1683
|
}>;
|
|
1684
|
-
css: import("@emotion/serialize").
|
|
1684
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1685
1685
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"menu">;
|
|
1686
1686
|
/**
|
|
1687
1687
|
* Represents the parts of a document or application that contain search or filtering controls.
|
|
@@ -1694,7 +1694,7 @@ export declare const Search: <AdditionalProps extends Record<string, any> = Reco
|
|
|
1694
1694
|
theme: Partial<{
|
|
1695
1695
|
[key: string]: any;
|
|
1696
1696
|
}>;
|
|
1697
|
-
css: import("@emotion/serialize").
|
|
1697
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1698
1698
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"search">;
|
|
1699
1699
|
// --- Additional Embedded Content ---
|
|
1700
1700
|
/**
|
|
@@ -1708,7 +1708,7 @@ export declare const Embed: <AdditionalProps extends Record<string, any> = Recor
|
|
|
1708
1708
|
theme: Partial<{
|
|
1709
1709
|
[key: string]: any;
|
|
1710
1710
|
}>;
|
|
1711
|
-
css: import("@emotion/serialize").
|
|
1711
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1712
1712
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"embed">;
|
|
1713
1713
|
/**
|
|
1714
1714
|
* Represents an external resource, which can be treated as an image, a nested Browse context, or content to be handled by a plugin.
|
|
@@ -1721,7 +1721,7 @@ export declare const ObjectElement: <AdditionalProps extends Record<string, any>
|
|
|
1721
1721
|
theme: Partial<{
|
|
1722
1722
|
[key: string]: any;
|
|
1723
1723
|
}>;
|
|
1724
|
-
css: import("@emotion/serialize").
|
|
1724
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1725
1725
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"object">;
|
|
1726
1726
|
/**
|
|
1727
1727
|
* Defines parameters for an <object> element. This is a void element.
|
|
@@ -1734,7 +1734,7 @@ export declare const Param: <AdditionalProps extends Record<string, any> = Recor
|
|
|
1734
1734
|
theme: Partial<{
|
|
1735
1735
|
[key: string]: any;
|
|
1736
1736
|
}>;
|
|
1737
|
-
css: import("@emotion/serialize").
|
|
1737
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1738
1738
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"param">;
|
|
1739
1739
|
/**
|
|
1740
1740
|
* Represents an image map, with clickable areas.
|
|
@@ -1747,7 +1747,7 @@ export declare const MapElement: <AdditionalProps extends Record<string, any> =
|
|
|
1747
1747
|
theme: Partial<{
|
|
1748
1748
|
[key: string]: any;
|
|
1749
1749
|
}>;
|
|
1750
|
-
css: import("@emotion/serialize").
|
|
1750
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1751
1751
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"map">;
|
|
1752
1752
|
/**
|
|
1753
1753
|
* Defines a client-side image map area. This is a void element.
|
|
@@ -1760,7 +1760,7 @@ export declare const Area: <AdditionalProps extends Record<string, any> = Record
|
|
|
1760
1760
|
theme: Partial<{
|
|
1761
1761
|
[key: string]: any;
|
|
1762
1762
|
}>;
|
|
1763
|
-
css: import("@emotion/serialize").
|
|
1763
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1764
1764
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"area">;
|
|
1765
1765
|
// --- Additional Forms Elements ---
|
|
1766
1766
|
/**
|
|
@@ -1774,7 +1774,7 @@ export declare const Datalist: <AdditionalProps extends Record<string, any> = Re
|
|
|
1774
1774
|
theme: Partial<{
|
|
1775
1775
|
[key: string]: any;
|
|
1776
1776
|
}>;
|
|
1777
|
-
css: import("@emotion/serialize").
|
|
1777
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1778
1778
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"datalist">;
|
|
1779
1779
|
/**
|
|
1780
1780
|
* Represents the result of a calculation or user action.
|
|
@@ -1787,7 +1787,7 @@ export declare const Output: <AdditionalProps extends Record<string, any> = Reco
|
|
|
1787
1787
|
theme: Partial<{
|
|
1788
1788
|
[key: string]: any;
|
|
1789
1789
|
}>;
|
|
1790
|
-
css: import("@emotion/serialize").
|
|
1790
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1791
1791
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"output">;
|
|
1792
1792
|
/**
|
|
1793
1793
|
* Displays an indicator showing the completion progress of a task, typically displayed as a progress bar.
|
|
@@ -1800,7 +1800,7 @@ export declare const Progress: <AdditionalProps extends Record<string, any> = Re
|
|
|
1800
1800
|
theme: Partial<{
|
|
1801
1801
|
[key: string]: any;
|
|
1802
1802
|
}>;
|
|
1803
|
-
css: import("@emotion/serialize").
|
|
1803
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1804
1804
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"progress">;
|
|
1805
1805
|
/**
|
|
1806
1806
|
* Represents either a scalar value within a known range or a fractional value.
|
|
@@ -1813,7 +1813,7 @@ export declare const Meter: <AdditionalProps extends Record<string, any> = Recor
|
|
|
1813
1813
|
theme: Partial<{
|
|
1814
1814
|
[key: string]: any;
|
|
1815
1815
|
}>;
|
|
1816
|
-
css: import("@emotion/serialize").
|
|
1816
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1817
1817
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"meter">;
|
|
1818
1818
|
// --- Additional Scripting & Document Elements ---
|
|
1819
1819
|
/**
|
|
@@ -1827,7 +1827,7 @@ export declare const Noscript: <AdditionalProps extends Record<string, any> = Re
|
|
|
1827
1827
|
theme: Partial<{
|
|
1828
1828
|
[key: string]: any;
|
|
1829
1829
|
}>;
|
|
1830
|
-
css: import("@emotion/serialize").
|
|
1830
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1831
1831
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"noscript">;
|
|
1832
1832
|
/**
|
|
1833
1833
|
* A mechanism for holding HTML that is not to be rendered immediately when a page is loaded but may be instantiated subsequently during runtime using JavaScript.
|
|
@@ -1840,7 +1840,7 @@ export declare const Template: <AdditionalProps extends Record<string, any> = Re
|
|
|
1840
1840
|
theme: Partial<{
|
|
1841
1841
|
[key: string]: any;
|
|
1842
1842
|
}>;
|
|
1843
|
-
css: import("@emotion/serialize").
|
|
1843
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1844
1844
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"template">;
|
|
1845
1845
|
// --- Additional Sections Elements ---
|
|
1846
1846
|
/**
|
|
@@ -1854,6 +1854,6 @@ export declare const Hgroup: <AdditionalProps extends Record<string, any> = Reco
|
|
|
1854
1854
|
theme: Partial<{
|
|
1855
1855
|
[key: string]: any;
|
|
1856
1856
|
}>;
|
|
1857
|
-
css: import("@emotion/serialize").
|
|
1857
|
+
css: import("@emotion/serialize").CSSInterpolation;
|
|
1858
1858
|
}> & AdditionalProps) | undefined) => import("./node.type").NodeInstance<"hgroup">;
|
|
1859
1859
|
//# sourceMappingURL=html.node.d.ts.map
|
package/dist/node.type.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { type Attributes as ReactAttributes, type CSSProperties, type ReactNode, type JSX, type ElementType, type ComponentType, type JSXElementConstructor, type Component, type Ref, type ExoticComponent, type FragmentProps, type ReactElement } from 'react';
|
|
2
2
|
import type { Root as ReactDOMRoot } from 'react-dom/client';
|
|
3
|
-
import type {
|
|
3
|
+
import type { CSSInterpolation } from '@emotion/serialize';
|
|
4
4
|
// --- Utility Types ---
|
|
5
5
|
// Utility to get keys of required properties in a type T.
|
|
6
6
|
type RequiredKeys<T> = {
|
|
@@ -95,7 +95,7 @@ export type NodeProps<E extends NodeElement> = Omit<PropsOf<E>, keyof CSSPropert
|
|
|
95
95
|
props: Partial<Omit<PropsOf<E>, 'children' | keyof CSSProperties>>;
|
|
96
96
|
children: NodeElement | NodeElement[];
|
|
97
97
|
theme: Theme;
|
|
98
|
-
css:
|
|
98
|
+
css: CSSInterpolation;
|
|
99
99
|
}>;
|
|
100
100
|
/**
|
|
101
101
|
* BaseNode's internal props type, extending NodeProps:
|
package/dist/node.type.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"node.type.d.ts","sourceRoot":"","sources":["../src/node.type.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EACZ,KAAK,UAAU,IAAI,eAAe,EAClC,KAAK,aAAa,EAClB,KAAK,SAAS,EACd,KAAK,GAAG,EACR,KAAK,WAAW,EAChB,KAAK,aAAa,EAClB,KAAK,qBAAqB,EAC1B,KAAK,SAAS,EACd,KAAK,GAAG,EACR,KAAK,eAAe,EACpB,KAAK,aAAa,EAClB,KAAK,YAAY,EAClB,MAAM,OAAO,CAAA;AACd,OAAO,KAAK,EAAE,IAAI,IAAI,YAAY,EAAE,MAAM,kBAAkB,CAAA;AAC5D,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"node.type.d.ts","sourceRoot":"","sources":["../src/node.type.ts"],"names":[],"mappings":"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"}
|
package/dist/node.type.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";import{css}from"@emotion/react";css({"@media (min-width: 200px)":{}});
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meonode/ui",
|
|
3
3
|
"description": "A structured approach to component composition, direct CSS-first prop styling, built-in theming, smart prop handling (including raw property pass-through), and dynamic children.",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/main.js",
|
|
7
7
|
"types": "./dist/main.d.ts",
|