timvir 0.2.38 → 0.2.42
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/CHANGELOG.md +29 -0
- package/blocks/Arbitrary/Arbitrary.d.ts +1 -1
- package/blocks/Arbitrary/index.js +232 -78
- package/blocks/Arbitrary/samples/basic.d.ts +1 -1
- package/blocks/Arbitrary/styles.css +166 -6
- package/blocks/Code/Code.d.ts +0 -6
- package/blocks/Code/docs/index.mdx +0 -11
- package/blocks/Code/index.js +213 -112
- package/blocks/Code/samples/basic.d.ts +1 -1
- package/blocks/Code/samples/toggle.d.ts +1 -2
- package/blocks/Code/styles.css +100 -15
- package/blocks/ColorBar/docs/index.mdx +8 -2
- package/blocks/ColorBar/index.js +223 -68
- package/blocks/ColorBar/samples/basic.d.ts +1 -2
- package/blocks/ColorBar/styles.css +103 -4
- package/blocks/ColorBook/docs/index.mdx +1 -1
- package/blocks/ColorBook/index.js +222 -60
- package/blocks/ColorBook/samples/basic.d.ts +1 -2
- package/blocks/ColorBook/styles.css +166 -6
- package/blocks/Cover/index.js +177 -48
- package/blocks/Cover/samples/basic.d.ts +1 -2
- package/blocks/Cover/styles.css +18 -0
- package/blocks/Exhibit/index.js +205 -50
- package/blocks/Exhibit/samples/basic.d.ts +1 -2
- package/blocks/Exhibit/samples/bleed.d.ts +1 -1
- package/blocks/Exhibit/samples/usage.d.ts +1 -2
- package/blocks/Exhibit/styles.css +66 -3
- package/blocks/Font/index.js +239 -98
- package/blocks/Font/samples/basic.d.ts +1 -1
- package/blocks/Font/samples/timvir/body1.d.ts +1 -1
- package/blocks/Font/samples/timvir/caption.d.ts +1 -1
- package/blocks/Font/samples/timvir/h1.d.ts +1 -1
- package/blocks/Font/samples/timvir/h2.d.ts +1 -1
- package/blocks/Font/samples/timvir/h3.d.ts +1 -1
- package/blocks/Font/samples/timvir/h4.d.ts +1 -1
- package/blocks/Font/styles.css +82 -8
- package/blocks/Grid/docs/index.mdx +4 -4
- package/blocks/Grid/index.js +181 -36
- package/blocks/Grid/samples/basic.d.ts +1 -2
- package/blocks/Grid/styles.css +20 -1
- package/blocks/Icon/docs/index.mdx +13 -13
- package/blocks/Icon/index.js +93 -100
- package/blocks/Icon/internal/Canvas.d.ts +1 -1
- package/blocks/Icon/samples/basic.d.ts +1 -2
- package/blocks/Icon/styles.css +117 -5
- package/blocks/Icon/types.d.ts +3 -2
- package/blocks/Message/docs/index.mdx +5 -8
- package/blocks/Message/index.js +238 -55
- package/blocks/Message/samples/basic.d.ts +1 -1
- package/blocks/Message/styles.css +94 -6
- package/blocks/Swatch/docs/index.mdx +16 -16
- package/blocks/Swatch/index.js +199 -45
- package/blocks/Swatch/samples/basic.d.ts +1 -2
- package/blocks/Swatch/styles.css +82 -4
- package/blocks/Viewport/index.js +360 -237
- package/blocks/Viewport/internal/Caption.d.ts +1 -1
- package/blocks/Viewport/internal/Handle.d.ts +1 -1
- package/blocks/Viewport/internal/Ruler.d.ts +1 -2
- package/blocks/Viewport/samples/basic.d.ts +1 -2
- package/blocks/Viewport/styles.css +259 -14
- package/blocks/WebLink/index.js +217 -62
- package/blocks/WebLink/samples/basic.d.ts +1 -1
- package/blocks/WebLink/styles.css +170 -8
- package/blocks/styles.css +1460 -97
- package/builtins/components.d.ts +2 -2
- package/builtins/index.js +306 -239
- package/builtins/styles.css +267 -14
- package/context/index.d.ts +6 -1
- package/core/components/Commands/Commands.d.ts +2 -0
- package/core/components/Commands/internal/Action.d.ts +1 -1
- package/core/components/Commands/internal/Dialog.d.ts +1 -2
- package/core/components/Commands/internal/index.d.ts +0 -1
- package/core/components/Footer/samples/basic.d.ts +1 -1
- package/core/components/NavigationFooter/NavigationFooter.d.ts +4 -2
- package/core/components/NavigationFooter/samples/basic.d.ts +1 -1
- package/core/components/Page/Page.d.ts +12 -3
- package/core/components/Page/docs/index.mdx +44 -11
- package/core/components/Page/internal/Section.d.ts +1 -2
- package/core/components/Page/internal/Sidebar.d.ts +1 -1
- package/core/components/Page/internal/SidebarItem.d.ts +1 -2
- package/core/components/Page/internal/index.d.ts +0 -1
- package/core/components/Page/samples/basic.d.ts +1 -2
- package/core/components/Page/samples/layout.d.ts +1 -2
- package/core/index.d.ts +191 -2
- package/core/index.js +674 -449
- package/core/layout.d.ts +40 -0
- package/core/styles.css +857 -88
- package/core/theme/detector.js +1 -1
- package/global.css +79 -0
- package/internal/cx.d.ts +1 -0
- package/knip.config.d.ts +5 -0
- package/package.json +1 -2
- package/search/Search/samples/basic.d.ts +1 -2
- package/search/index.js +2 -208
- package/styles.css +2670 -222
- package/blocks/Code/theme.d.ts +0 -2
- package/bus/styles.css +0 -1
- package/context/styles.css +0 -1
- package/core/theme/index.d.ts +0 -1
- package/hooks/styles.css +0 -1
- package/search/Search/internal/Dialog.d.ts +0 -20
- package/search/Search/internal/index.d.ts +0 -1
- package/search/SearchBoxInput/SearchBoxInput.d.ts +0 -11
- package/search/SearchBoxInput/docs/api.mdx +0 -76
- package/search/SearchBoxInput/docs/index.mdx +0 -6
- package/search/SearchBoxInput/index.d.ts +0 -1
- package/search/SearchBoxInput/samples/basic.d.ts +0 -2
- package/search/SearchBoxListItem/SearchBoxListItem.d.ts +0 -13
- package/search/SearchBoxListItem/docs/api.mdx +0 -76
- package/search/SearchBoxListItem/docs/index.mdx +0 -30
- package/search/SearchBoxListItem/index.d.ts +0 -1
- package/search/SearchBoxListItem/samples/basic.d.ts +0 -2
- package/search/styles.css +0 -16
package/core/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { Source } from "wonka";
|
|
2
2
|
import { Message } from "timvir/bus";
|
|
3
|
+
import * as React from "react";
|
|
3
4
|
export * from "./components/Footer";
|
|
4
5
|
export * from "./components/Page";
|
|
5
6
|
export { useContext } from "timvir/context";
|
|
6
|
-
export { extendedWidth, fullWidth, grid } from "./layout";
|
|
7
|
-
export { theme } from "./theme";
|
|
7
|
+
export { layoutStyles, noLayout, extendedWidth, fullWidth, grid } from "./layout";
|
|
8
8
|
/**
|
|
9
9
|
* A mailbox is a wonka source which receives messages for one specific block (identified by its id).
|
|
10
10
|
*/
|
|
@@ -20,3 +20,192 @@ export declare function useBlock<P extends {
|
|
|
20
20
|
hasOverrides: boolean;
|
|
21
21
|
reset: () => void;
|
|
22
22
|
};
|
|
23
|
+
/**
|
|
24
|
+
* This React hook returns a set of components that meant for use within a
|
|
25
|
+
* Timvir page or custom block. The components are styled so that they fit
|
|
26
|
+
* within the Timvir design system. You should use them to make the page
|
|
27
|
+
* appear styled consistently.
|
|
28
|
+
*
|
|
29
|
+
* The set of components includes all the built-in components, as well as
|
|
30
|
+
* any overrides and additions you have provided to the '<Page>' component.
|
|
31
|
+
*/
|
|
32
|
+
export declare function useArticleComponents(): {
|
|
33
|
+
a: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>>;
|
|
34
|
+
abbr?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
35
|
+
address?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
36
|
+
area?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>> | undefined;
|
|
37
|
+
article?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
38
|
+
aside?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
39
|
+
audio?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>> | undefined;
|
|
40
|
+
b?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
41
|
+
base?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.BaseHTMLAttributes<HTMLBaseElement>, HTMLBaseElement>> | undefined;
|
|
42
|
+
bdi?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
43
|
+
bdo?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
44
|
+
big?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
45
|
+
blockquote: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.BlockquoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>>;
|
|
46
|
+
body?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>> | undefined;
|
|
47
|
+
br?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLBRElement>, HTMLBRElement>> | undefined;
|
|
48
|
+
button?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>> | undefined;
|
|
49
|
+
canvas?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.CanvasHTMLAttributes<HTMLCanvasElement>, HTMLCanvasElement>> | undefined;
|
|
50
|
+
caption?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
51
|
+
center?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
52
|
+
cite?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
53
|
+
code: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>>;
|
|
54
|
+
col?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.ColHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>> | undefined;
|
|
55
|
+
colgroup?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.ColgroupHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>> | undefined;
|
|
56
|
+
data?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.DataHTMLAttributes<HTMLDataElement>, HTMLDataElement>> | undefined;
|
|
57
|
+
datalist?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDataListElement>, HTMLDataListElement>> | undefined;
|
|
58
|
+
dd?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
59
|
+
del?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.DelHTMLAttributes<HTMLModElement>, HTMLModElement>> | undefined;
|
|
60
|
+
details?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.DetailsHTMLAttributes<HTMLDetailsElement>, HTMLDetailsElement>> | undefined;
|
|
61
|
+
dfn?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
62
|
+
dialog?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.DialogHTMLAttributes<HTMLDialogElement>, HTMLDialogElement>> | undefined;
|
|
63
|
+
div?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>> | undefined;
|
|
64
|
+
dl?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDListElement>, HTMLDListElement>> | undefined;
|
|
65
|
+
dt?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
66
|
+
em?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
67
|
+
embed?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.EmbedHTMLAttributes<HTMLEmbedElement>, HTMLEmbedElement>> | undefined;
|
|
68
|
+
fieldset?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>> | undefined;
|
|
69
|
+
figcaption?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
70
|
+
figure?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
71
|
+
footer?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
72
|
+
form?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>> | undefined;
|
|
73
|
+
h1: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>>;
|
|
74
|
+
h2: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>>;
|
|
75
|
+
h3: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>>;
|
|
76
|
+
h4: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>>;
|
|
77
|
+
h5?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>> | undefined;
|
|
78
|
+
h6?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>> | undefined;
|
|
79
|
+
head?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadElement>, HTMLHeadElement>> | undefined;
|
|
80
|
+
header?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
81
|
+
hgroup?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
82
|
+
hr: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLHRElement>, HTMLHRElement>>;
|
|
83
|
+
html?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement>> | undefined;
|
|
84
|
+
i?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
85
|
+
iframe?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>> | undefined;
|
|
86
|
+
img?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>> | undefined;
|
|
87
|
+
input?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>> | undefined;
|
|
88
|
+
ins?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.InsHTMLAttributes<HTMLModElement>, HTMLModElement>> | undefined;
|
|
89
|
+
kbd?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
90
|
+
keygen?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.KeygenHTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
91
|
+
label?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>> | undefined;
|
|
92
|
+
legend?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLLegendElement>, HTMLLegendElement>> | undefined;
|
|
93
|
+
li?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>> | undefined;
|
|
94
|
+
link?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.LinkHTMLAttributes<HTMLLinkElement>, HTMLLinkElement>> | undefined;
|
|
95
|
+
main?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
96
|
+
map?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.MapHTMLAttributes<HTMLMapElement>, HTMLMapElement>> | undefined;
|
|
97
|
+
mark?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
98
|
+
menu?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.MenuHTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
99
|
+
menuitem?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
100
|
+
meta?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.MetaHTMLAttributes<HTMLMetaElement>, HTMLMetaElement>> | undefined;
|
|
101
|
+
meter?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.MeterHTMLAttributes<HTMLMeterElement>, HTMLMeterElement>> | undefined;
|
|
102
|
+
nav?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
103
|
+
noindex?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
104
|
+
noscript?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
105
|
+
object?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.ObjectHTMLAttributes<HTMLObjectElement>, HTMLObjectElement>> | undefined;
|
|
106
|
+
ol: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>>;
|
|
107
|
+
optgroup?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.OptgroupHTMLAttributes<HTMLOptGroupElement>, HTMLOptGroupElement>> | undefined;
|
|
108
|
+
option?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.OptionHTMLAttributes<HTMLOptionElement>, HTMLOptionElement>> | undefined;
|
|
109
|
+
output?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.OutputHTMLAttributes<HTMLOutputElement>, HTMLOutputElement>> | undefined;
|
|
110
|
+
p: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>>;
|
|
111
|
+
param?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.ParamHTMLAttributes<HTMLParamElement>, HTMLParamElement>> | undefined;
|
|
112
|
+
picture?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
113
|
+
pre?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLPreElement>, HTMLPreElement>> | undefined;
|
|
114
|
+
progress?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.ProgressHTMLAttributes<HTMLProgressElement>, HTMLProgressElement>> | undefined;
|
|
115
|
+
q?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.QuoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>> | undefined;
|
|
116
|
+
rp?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
117
|
+
rt?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
118
|
+
ruby?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
119
|
+
s?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
120
|
+
samp?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
121
|
+
search?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
122
|
+
slot?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.SlotHTMLAttributes<HTMLSlotElement>, HTMLSlotElement>> | undefined;
|
|
123
|
+
script?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.ScriptHTMLAttributes<HTMLScriptElement>, HTMLScriptElement>> | undefined;
|
|
124
|
+
section?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
125
|
+
select?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>> | undefined;
|
|
126
|
+
small?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
127
|
+
source?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.SourceHTMLAttributes<HTMLSourceElement>, HTMLSourceElement>> | undefined;
|
|
128
|
+
span?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>> | undefined;
|
|
129
|
+
strong?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
130
|
+
style?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.StyleHTMLAttributes<HTMLStyleElement>, HTMLStyleElement>> | undefined;
|
|
131
|
+
sub?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
132
|
+
summary?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
133
|
+
sup?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
134
|
+
table: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>>;
|
|
135
|
+
template?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLTemplateElement>, HTMLTemplateElement>> | undefined;
|
|
136
|
+
tbody: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>>;
|
|
137
|
+
td: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>>;
|
|
138
|
+
textarea?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>> | undefined;
|
|
139
|
+
tfoot?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>> | undefined;
|
|
140
|
+
th: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>>;
|
|
141
|
+
thead: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>>;
|
|
142
|
+
time?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.TimeHTMLAttributes<HTMLTimeElement>, HTMLTimeElement>> | undefined;
|
|
143
|
+
title?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLTitleElement>, HTMLTitleElement>> | undefined;
|
|
144
|
+
tr: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>>;
|
|
145
|
+
track?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.TrackHTMLAttributes<HTMLTrackElement>, HTMLTrackElement>> | undefined;
|
|
146
|
+
u?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
147
|
+
ul: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLUListElement>, HTMLUListElement>>;
|
|
148
|
+
var?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
149
|
+
video?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>> | undefined;
|
|
150
|
+
wbr?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>> | undefined;
|
|
151
|
+
webview?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.DetailedHTMLProps<React.WebViewHTMLAttributes<HTMLWebViewElement>, HTMLWebViewElement>> | undefined;
|
|
152
|
+
svg?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGSVGElement>> | undefined;
|
|
153
|
+
animate?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGElement>> | undefined;
|
|
154
|
+
animateMotion?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGElement>> | undefined;
|
|
155
|
+
animateTransform?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGElement>> | undefined;
|
|
156
|
+
circle?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGCircleElement>> | undefined;
|
|
157
|
+
clipPath?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGClipPathElement>> | undefined;
|
|
158
|
+
defs?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGDefsElement>> | undefined;
|
|
159
|
+
desc?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGDescElement>> | undefined;
|
|
160
|
+
ellipse?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGEllipseElement>> | undefined;
|
|
161
|
+
feBlend?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGFEBlendElement>> | undefined;
|
|
162
|
+
feColorMatrix?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGFEColorMatrixElement>> | undefined;
|
|
163
|
+
feComponentTransfer?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGFEComponentTransferElement>> | undefined;
|
|
164
|
+
feComposite?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGFECompositeElement>> | undefined;
|
|
165
|
+
feConvolveMatrix?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGFEConvolveMatrixElement>> | undefined;
|
|
166
|
+
feDiffuseLighting?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGFEDiffuseLightingElement>> | undefined;
|
|
167
|
+
feDisplacementMap?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGFEDisplacementMapElement>> | undefined;
|
|
168
|
+
feDistantLight?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGFEDistantLightElement>> | undefined;
|
|
169
|
+
feDropShadow?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGFEDropShadowElement>> | undefined;
|
|
170
|
+
feFlood?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGFEFloodElement>> | undefined;
|
|
171
|
+
feFuncA?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGFEFuncAElement>> | undefined;
|
|
172
|
+
feFuncB?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGFEFuncBElement>> | undefined;
|
|
173
|
+
feFuncG?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGFEFuncGElement>> | undefined;
|
|
174
|
+
feFuncR?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGFEFuncRElement>> | undefined;
|
|
175
|
+
feGaussianBlur?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGFEGaussianBlurElement>> | undefined;
|
|
176
|
+
feImage?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGFEImageElement>> | undefined;
|
|
177
|
+
feMerge?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGFEMergeElement>> | undefined;
|
|
178
|
+
feMergeNode?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGFEMergeNodeElement>> | undefined;
|
|
179
|
+
feMorphology?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGFEMorphologyElement>> | undefined;
|
|
180
|
+
feOffset?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGFEOffsetElement>> | undefined;
|
|
181
|
+
fePointLight?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGFEPointLightElement>> | undefined;
|
|
182
|
+
feSpecularLighting?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGFESpecularLightingElement>> | undefined;
|
|
183
|
+
feSpotLight?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGFESpotLightElement>> | undefined;
|
|
184
|
+
feTile?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGFETileElement>> | undefined;
|
|
185
|
+
feTurbulence?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGFETurbulenceElement>> | undefined;
|
|
186
|
+
filter?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGFilterElement>> | undefined;
|
|
187
|
+
foreignObject?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGForeignObjectElement>> | undefined;
|
|
188
|
+
g?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGGElement>> | undefined;
|
|
189
|
+
image?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGImageElement>> | undefined;
|
|
190
|
+
line?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGLineElementAttributes<SVGLineElement>> | undefined;
|
|
191
|
+
linearGradient?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGLinearGradientElement>> | undefined;
|
|
192
|
+
marker?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGMarkerElement>> | undefined;
|
|
193
|
+
mask?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGMaskElement>> | undefined;
|
|
194
|
+
metadata?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGMetadataElement>> | undefined;
|
|
195
|
+
mpath?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGElement>> | undefined;
|
|
196
|
+
path?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGPathElement>> | undefined;
|
|
197
|
+
pattern?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGPatternElement>> | undefined;
|
|
198
|
+
polygon?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGPolygonElement>> | undefined;
|
|
199
|
+
polyline?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGPolylineElement>> | undefined;
|
|
200
|
+
radialGradient?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGRadialGradientElement>> | undefined;
|
|
201
|
+
rect?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGRectElement>> | undefined;
|
|
202
|
+
set?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGSetElement>> | undefined;
|
|
203
|
+
stop?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGStopElement>> | undefined;
|
|
204
|
+
switch?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGSwitchElement>> | undefined;
|
|
205
|
+
symbol?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGSymbolElement>> | undefined;
|
|
206
|
+
text?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGTextElementAttributes<SVGTextElement>> | undefined;
|
|
207
|
+
textPath?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGTextPathElement>> | undefined;
|
|
208
|
+
tspan?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGTSpanElement>> | undefined;
|
|
209
|
+
use?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGUseElement>> | undefined;
|
|
210
|
+
view?: keyof React.JSX.IntrinsicElements | React.FunctionComponent<React.SVGProps<SVGViewElement>> | undefined;
|
|
211
|
+
};
|