@indietabletop/appkit 6.1.5 → 7.0.0-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/AppConfig/AppConfig.d.ts +29 -0
- package/dist/AuthCard/AuthCard.d.ts +10 -0
- package/dist/AuthCard/AuthCard.stories.d.ts +34 -0
- package/dist/AuthCard/style.css.d.ts +23 -0
- package/dist/DialogTrigger/index.d.ts +13 -0
- package/dist/DocumentTitle/DocumentTitle.d.ts +3 -0
- package/dist/EnumMapper.d.ts +25 -0
- package/dist/ExternalLink.d.ts +3 -0
- package/dist/FullscreenDismissBlocker.d.ts +5 -0
- package/{lib/HistoryState.ts → dist/HistoryState.d.ts} +2 -5
- package/dist/IndieTabletopClubLogo.d.ts +7 -0
- package/dist/IndieTabletopClubSymbol.d.ts +7 -0
- package/dist/InfoPage/index.d.ts +8 -0
- package/dist/InfoPage/pages.d.ts +2 -0
- package/dist/InfoPage/style.css.d.ts +5 -0
- package/dist/Letterhead/index.d.ts +19 -0
- package/dist/Letterhead/stories.d.ts +13 -0
- package/dist/Letterhead/style.css.d.ts +46 -0
- package/dist/LetterheadForm/LetterheadReadonlyTextField.stories.d.ts +17 -0
- package/dist/LetterheadForm/LetterheadSubmitError.stories.d.ts +11 -0
- package/dist/LetterheadForm/LetterheadTextField.stories.d.ts +336 -0
- package/dist/LetterheadForm/index.d.ts +44 -0
- package/dist/LetterheadForm/style.css.d.ts +8 -0
- package/dist/LoadingIndicator.d.ts +3 -0
- package/dist/MiddotSeparated/MiddotSeparated.d.ts +8 -0
- package/dist/MiddotSeparated/MiddotSeparated.stories.d.ts +586 -0
- package/dist/MiddotSeparated/style.css.d.ts +1 -0
- package/dist/ModalDialog/index.d.ts +12 -0
- package/dist/ModalDialog/style.css.d.ts +58 -0
- package/dist/ModernIDB/Cursor.d.ts +56 -0
- package/dist/ModernIDB/ModernIDB.d.ts +66 -0
- package/dist/ModernIDB/ModernIDBError.d.ts +3 -0
- package/dist/ModernIDB/ObjectStore.d.ts +112 -0
- package/dist/ModernIDB/ObjectStoreIndex.d.ts +53 -0
- package/dist/ModernIDB/Transaction.d.ts +16 -0
- package/dist/ModernIDB/VersionChangeManager.d.ts +30 -0
- package/dist/ModernIDB/bindings/factory.d.ts +12 -0
- package/dist/ModernIDB/bindings/index.d.ts +2 -0
- package/{lib/ModernIDB/bindings/types.ts → dist/ModernIDB/bindings/types.d.ts} +13 -32
- package/dist/ModernIDB/bindings/utils.d.ts +2 -0
- package/dist/ModernIDB/index.d.ts +10 -0
- package/dist/ModernIDB/types.d.ts +88 -0
- package/dist/ModernIDB/utils.d.ts +4 -0
- package/dist/QRCode/QRCode.d.ts +7 -0
- package/dist/QRCode/QRCode.stories.d.ts +33 -0
- package/dist/QRCode/style.css.d.ts +4 -0
- package/dist/ReleaseInfo/index.d.ts +5 -0
- package/dist/RulesetResolver.d.ts +87 -0
- package/dist/SafariCheck/SafariCheck.d.ts +23 -0
- package/dist/SafariCheck/SafariCheck.stories.d.ts +73 -0
- package/dist/SafariCheck/style.css.d.ts +17 -0
- package/dist/ServiceWorkerHandler.d.ts +11 -0
- package/dist/ShareButton/ShareButton.d.ts +57 -0
- package/dist/ShareButton/ShareButton.stories.d.ts +1577 -0
- package/dist/ShareButton/test.css.d.ts +1 -0
- package/dist/SubscribeCard/LetterheadInfoCard.d.ts +2 -0
- package/dist/SubscribeCard/SubscribeByEmailCard.d.ts +24 -0
- package/dist/SubscribeCard/SubscribeByEmailCard.stories.d.ts +10 -0
- package/dist/SubscribeCard/SubscribeByPledgeCard.d.ts +36 -0
- package/dist/SubscribeCard/SubscribeByPledgeCard.stories.d.ts +65 -0
- package/dist/SubscribeCard/style.css.d.ts +4 -0
- package/dist/account/AccountIssueView.d.ts +3 -0
- package/dist/account/AlreadyLoggedInView.d.ts +5 -0
- package/dist/account/CurrentUserFetcher.d.ts +20 -0
- package/dist/account/CurrentUserFetcher.stories.d.ts +136 -0
- package/dist/account/FailureFallbackView.d.ts +1 -0
- package/dist/account/JoinCard.d.ts +14 -0
- package/dist/account/JoinCard.stories.d.ts +143 -0
- package/dist/account/LoadingView.d.ts +1 -0
- package/dist/account/LoginCard.d.ts +39 -0
- package/dist/account/LoginCard.stories.d.ts +217 -0
- package/dist/account/LoginView.d.ts +10 -0
- package/dist/account/NoConnectionView.d.ts +4 -0
- package/dist/account/PasswordResetCard.d.ts +15 -0
- package/dist/account/PasswordResetCard.stories.d.ts +128 -0
- package/dist/account/UserMismatchView.d.ts +6 -0
- package/dist/account/VerifyPage.d.ts +13 -0
- package/dist/account/style.css.d.ts +10 -0
- package/{lib/account/types.ts → dist/account/types.d.ts} +3 -6
- package/dist/account/useFetchCurrentUser.d.ts +28 -0
- package/dist/account/useRedirectPath.d.ts +6 -0
- package/dist/animations.css.d.ts +3 -0
- package/dist/append-copy-to-text.d.ts +10 -0
- package/dist/append-copy-to-text.test.d.ts +1 -0
- package/dist/appkit.css +1 -0
- package/dist/appkit.js +10692 -0
- package/dist/async-op.d.ts +101 -0
- package/dist/atomic.css.d.ts +6 -0
- package/{lib/caught-value.ts → dist/caught-value.d.ts} +1 -11
- package/{lib/class-names.ts → dist/class-names.d.ts} +6 -17
- package/dist/client.d.ts +424 -0
- package/dist/common.css.d.ts +5 -0
- package/dist/copyrightRange.d.ts +1 -0
- package/dist/copyrightRange.test.d.ts +1 -0
- package/dist/createSafeStorage.d.ts +34 -0
- package/dist/failureMessages.d.ts +20 -0
- package/dist/failureMessages.test.d.ts +1 -0
- package/dist/form/FormSubmitButton.d.ts +17 -0
- package/dist/form/SubmitErrorAlert.d.ts +5 -0
- package/dist/form/style.css.d.ts +3 -0
- package/dist/globals.css.d.ts +0 -0
- package/dist/groupBy.d.ts +1 -0
- package/dist/groupBy.test.d.ts +1 -0
- package/dist/hrefs.d.ts +32 -0
- package/dist/hrefs.test.d.ts +1 -0
- package/dist/idToDate.d.ts +5 -0
- package/dist/idToDate.test.d.ts +1 -0
- package/dist/ids.d.ts +1 -0
- package/dist/ids.test.d.ts +1 -0
- package/dist/index.d.ts +64 -0
- package/dist/internal.css.d.ts +2 -0
- package/dist/mailto.d.ts +8 -0
- package/dist/mailto.test.d.ts +1 -0
- package/dist/media.d.ts +39 -0
- package/dist/random.d.ts +3 -0
- package/dist/result/swr.d.ts +4 -0
- package/{lib/sleep.ts → dist/sleep.d.ts} +1 -3
- package/dist/store/index.d.ts +237 -0
- package/dist/store/store.d.ts +144 -0
- package/dist/store/types.d.ts +49 -0
- package/dist/store/utils.d.ts +10 -0
- package/dist/storybook/decorators.d.ts +3 -0
- package/dist/structs.d.ts +1 -0
- package/{lib/typeguards.ts → dist/typeguards.d.ts} +1 -3
- package/dist/typeguards.test.d.ts +1 -0
- package/{lib/types.ts → dist/types.d.ts} +12 -23
- package/dist/unique.d.ts +10 -0
- package/dist/unique.test.d.ts +1 -0
- package/dist/use-async-op.d.ts +6 -0
- package/dist/use-document-background-color.d.ts +4 -0
- package/dist/use-form.d.ts +29 -0
- package/dist/use-is-installed.d.ts +8 -0
- package/dist/use-media-query.d.ts +1 -0
- package/dist/use-reverting-state.d.ts +5 -0
- package/dist/use-scroll-restoration.d.ts +25 -0
- package/dist/useEnsureValue.d.ts +6 -0
- package/dist/useInvokeClient.d.ts +25 -0
- package/dist/useIsVisible.d.ts +4 -0
- package/dist/utm.d.ts +58 -0
- package/dist/utm.test.d.ts +1 -0
- package/dist/validations.d.ts +3 -0
- package/dist/vars.css.d.ts +10 -0
- package/package.json +12 -5
- package/lib/AppConfig/AppConfig.tsx +0 -61
- package/lib/AuthCard/AuthCard.stories.ts +0 -34
- package/lib/AuthCard/AuthCard.tsx +0 -64
- package/lib/AuthCard/style.css.ts +0 -49
- package/lib/DialogTrigger/index.tsx +0 -36
- package/lib/DocumentTitle/DocumentTitle.tsx +0 -10
- package/lib/EnumMapper.ts +0 -50
- package/lib/ExternalLink.tsx +0 -10
- package/lib/FullscreenDismissBlocker.tsx +0 -23
- package/lib/IndieTabletopClubLogo.tsx +0 -44
- package/lib/IndieTabletopClubSymbol.tsx +0 -37
- package/lib/InfoPage/index.tsx +0 -46
- package/lib/InfoPage/pages.tsx +0 -36
- package/lib/InfoPage/style.css.ts +0 -36
- package/lib/Letterhead/index.tsx +0 -85
- package/lib/Letterhead/stories.tsx +0 -41
- package/lib/Letterhead/style.css.ts +0 -152
- package/lib/LetterheadForm/LetterheadReadonlyTextField.stories.tsx +0 -17
- package/lib/LetterheadForm/LetterheadSubmitError.stories.tsx +0 -19
- package/lib/LetterheadForm/LetterheadTextField.stories.tsx +0 -19
- package/lib/LetterheadForm/index.tsx +0 -137
- package/lib/LetterheadForm/style.css.ts +0 -89
- package/lib/LoadingIndicator.tsx +0 -40
- package/lib/MiddotSeparated/MiddotSeparated.stories.ts +0 -26
- package/lib/MiddotSeparated/MiddotSeparated.tsx +0 -24
- package/lib/MiddotSeparated/style.css.ts +0 -10
- package/lib/ModalDialog/index.tsx +0 -28
- package/lib/ModalDialog/style.css.ts +0 -88
- package/lib/ModernIDB/Cursor.ts +0 -91
- package/lib/ModernIDB/ModernIDB.ts +0 -337
- package/lib/ModernIDB/ModernIDBError.ts +0 -9
- package/lib/ModernIDB/ObjectStore.ts +0 -195
- package/lib/ModernIDB/ObjectStoreIndex.ts +0 -102
- package/lib/ModernIDB/README.md +0 -9
- package/lib/ModernIDB/Transaction.ts +0 -40
- package/lib/ModernIDB/VersionChangeManager.ts +0 -57
- package/lib/ModernIDB/bindings/factory.tsx +0 -165
- package/lib/ModernIDB/bindings/index.ts +0 -2
- package/lib/ModernIDB/bindings/utils.tsx +0 -32
- package/lib/ModernIDB/index.ts +0 -10
- package/lib/ModernIDB/types.ts +0 -120
- package/lib/ModernIDB/utils.ts +0 -51
- package/lib/QRCode/QRCode.stories.tsx +0 -41
- package/lib/QRCode/QRCode.tsx +0 -54
- package/lib/QRCode/style.css.ts +0 -23
- package/lib/ReleaseInfo/index.tsx +0 -29
- package/lib/RulesetResolver.ts +0 -214
- package/lib/SafariCheck/SafariCheck.stories.tsx +0 -99
- package/lib/SafariCheck/SafariCheck.tsx +0 -273
- package/lib/SafariCheck/addToDock.svg +0 -13
- package/lib/SafariCheck/addToHomeScreen.svg +0 -12
- package/lib/SafariCheck/safari.svg +0 -32
- package/lib/SafariCheck/shareIcon.svg +0 -11
- package/lib/SafariCheck/style.css.ts +0 -106
- package/lib/ServiceWorkerHandler.tsx +0 -53
- package/lib/ShareButton/ShareButton.stories.tsx +0 -58
- package/lib/ShareButton/ShareButton.tsx +0 -153
- package/lib/ShareButton/test.css.ts +0 -3
- package/lib/SubscribeCard/LetterheadInfoCard.tsx +0 -23
- package/lib/SubscribeCard/SubscribeByEmailCard.stories.tsx +0 -69
- package/lib/SubscribeCard/SubscribeByEmailCard.tsx +0 -183
- package/lib/SubscribeCard/SubscribeByPledgeCard.stories.tsx +0 -133
- package/lib/SubscribeCard/SubscribeByPledgeCard.tsx +0 -127
- package/lib/SubscribeCard/style.css.ts +0 -14
- package/lib/account/AccountIssueView.tsx +0 -44
- package/lib/account/AlreadyLoggedInView.tsx +0 -47
- package/lib/account/CurrentUserFetcher.stories.tsx +0 -292
- package/lib/account/CurrentUserFetcher.tsx +0 -118
- package/lib/account/FailureFallbackView.tsx +0 -36
- package/lib/account/JoinCard.stories.tsx +0 -257
- package/lib/account/JoinCard.tsx +0 -301
- package/lib/account/LoadingView.tsx +0 -14
- package/lib/account/LoginCard.stories.tsx +0 -288
- package/lib/account/LoginCard.tsx +0 -100
- package/lib/account/LoginView.tsx +0 -151
- package/lib/account/NoConnectionView.tsx +0 -34
- package/lib/account/PasswordResetCard.stories.tsx +0 -242
- package/lib/account/PasswordResetCard.tsx +0 -296
- package/lib/account/UserMismatchView.tsx +0 -62
- package/lib/account/VerifyPage.tsx +0 -195
- package/lib/account/style.css.ts +0 -57
- package/lib/account/useFetchCurrentUser.tsx +0 -63
- package/lib/account/useRedirectPath.ts +0 -21
- package/lib/animations.css.ts +0 -17
- package/lib/append-copy-to-text.ts +0 -35
- package/lib/async-op.ts +0 -286
- package/lib/atomic.css.ts +0 -11
- package/lib/client.ts +0 -662
- package/lib/common.css.ts +0 -48
- package/lib/copyrightRange.ts +0 -10
- package/lib/createSafeStorage.ts +0 -91
- package/lib/failureMessages.ts +0 -108
- package/lib/form/FormSubmitButton.tsx +0 -58
- package/lib/form/SubmitErrorAlert.tsx +0 -21
- package/lib/form/style.css.ts +0 -9
- package/lib/globals.css.ts +0 -62
- package/lib/groupBy.ts +0 -25
- package/lib/hrefs.ts +0 -48
- package/lib/idToDate.ts +0 -8
- package/lib/ids.ts +0 -6
- package/lib/index.ts +0 -71
- package/lib/internal.css.ts +0 -10
- package/lib/mailto.ts +0 -40
- package/lib/media.ts +0 -50
- package/lib/random.ts +0 -19
- package/lib/result/swr.ts +0 -18
- package/lib/store/index.tsx +0 -241
- package/lib/store/store.ts +0 -479
- package/lib/store/types.ts +0 -45
- package/lib/store/utils.ts +0 -54
- package/lib/storybook/decorators.tsx +0 -10
- package/lib/structs.ts +0 -3
- package/lib/unique.ts +0 -24
- package/lib/use-async-op.ts +0 -16
- package/lib/use-document-background-color.ts +0 -16
- package/lib/use-form.ts +0 -78
- package/lib/use-is-installed.ts +0 -17
- package/lib/use-media-query.ts +0 -21
- package/lib/use-reverting-state.ts +0 -32
- package/lib/use-scroll-restoration.ts +0 -99
- package/lib/useEnsureValue.ts +0 -31
- package/lib/useInvokeClient.ts +0 -54
- package/lib/useIsVisible.ts +0 -27
- package/lib/utm.ts +0 -92
- package/lib/validations.ts +0 -25
- package/lib/vars.css.ts +0 -13
|
@@ -0,0 +1,336 @@
|
|
|
1
|
+
export declare const Default: import('@storybook/react').ReactStory<import('@storybook/react').ReactTypes & import('@storybook/addon-docs').DocsTypes & {
|
|
2
|
+
csf4: true;
|
|
3
|
+
} & {
|
|
4
|
+
args: {
|
|
5
|
+
[x: `data-${string}`]: unknown;
|
|
6
|
+
store?: import('@ariakit/react').FormStore | undefined;
|
|
7
|
+
name: import('@ariakit/core/form/types').StringLike;
|
|
8
|
+
touchOnBlur?: import('@ariakit/core/utils/types').BooleanOrCallback<import('react').FocusEvent> | undefined;
|
|
9
|
+
id?: string | undefined;
|
|
10
|
+
shouldRegisterItem?: boolean | undefined;
|
|
11
|
+
getItem?: ((props: import('@ariakit/core/collection/collection-store').CollectionStoreItem) => import('@ariakit/core/collection/collection-store').CollectionStoreItem) | undefined;
|
|
12
|
+
wrapElement?: import('@ariakit/react-core/utils/types').WrapElement | undefined;
|
|
13
|
+
render?: (import('@ariakit/react-core/utils/types').RenderProp | import('react').ReactElement) | undefined;
|
|
14
|
+
disabled?: boolean | undefined;
|
|
15
|
+
autoFocus?: boolean | undefined;
|
|
16
|
+
focusable?: boolean | undefined;
|
|
17
|
+
accessibleWhenDisabled?: boolean | undefined;
|
|
18
|
+
onFocusVisible?: import('@ariakit/core/utils/types').BivariantCallback<(event: import('react').SyntheticEvent<HTMLElement>) => void> | undefined;
|
|
19
|
+
color?: string | undefined | undefined;
|
|
20
|
+
content?: string | undefined | undefined;
|
|
21
|
+
height?: number | string | undefined | undefined;
|
|
22
|
+
translate?: "yes" | "no" | undefined | undefined;
|
|
23
|
+
width?: number | string | undefined | undefined;
|
|
24
|
+
hidden?: boolean | undefined | undefined;
|
|
25
|
+
size?: number | undefined | undefined;
|
|
26
|
+
style?: import('react').CSSProperties | undefined;
|
|
27
|
+
multiple?: boolean | undefined | undefined;
|
|
28
|
+
form?: string | undefined | undefined;
|
|
29
|
+
slot?: string | undefined | undefined;
|
|
30
|
+
title?: string | undefined | undefined;
|
|
31
|
+
pattern?: string | undefined | undefined;
|
|
32
|
+
ref?: import('react').Ref<HTMLInputElement> | undefined;
|
|
33
|
+
key?: import('react').Key | null | undefined;
|
|
34
|
+
defaultChecked?: boolean | undefined | undefined;
|
|
35
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
36
|
+
suppressContentEditableWarning?: boolean | undefined | undefined;
|
|
37
|
+
suppressHydrationWarning?: boolean | undefined | undefined;
|
|
38
|
+
accessKey?: string | undefined | undefined;
|
|
39
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {}) | undefined;
|
|
40
|
+
className?: string | undefined | undefined;
|
|
41
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
42
|
+
contextMenu?: string | undefined | undefined;
|
|
43
|
+
dir?: string | undefined | undefined;
|
|
44
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
45
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
|
|
46
|
+
lang?: string | undefined | undefined;
|
|
47
|
+
nonce?: string | undefined | undefined;
|
|
48
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
49
|
+
tabIndex?: number | undefined | undefined;
|
|
50
|
+
radioGroup?: string | undefined | undefined;
|
|
51
|
+
role?: import('react').AriaRole | undefined;
|
|
52
|
+
about?: string | undefined | undefined;
|
|
53
|
+
datatype?: string | undefined | undefined;
|
|
54
|
+
inlist?: any;
|
|
55
|
+
prefix?: string | undefined | undefined;
|
|
56
|
+
property?: string | undefined | undefined;
|
|
57
|
+
rel?: string | undefined | undefined;
|
|
58
|
+
resource?: string | undefined | undefined;
|
|
59
|
+
rev?: string | undefined | undefined;
|
|
60
|
+
typeof?: string | undefined | undefined;
|
|
61
|
+
vocab?: string | undefined | undefined;
|
|
62
|
+
autoCorrect?: string | undefined | undefined;
|
|
63
|
+
autoSave?: string | undefined | undefined;
|
|
64
|
+
itemProp?: string | undefined | undefined;
|
|
65
|
+
itemScope?: boolean | undefined | undefined;
|
|
66
|
+
itemType?: string | undefined | undefined;
|
|
67
|
+
itemID?: string | undefined | undefined;
|
|
68
|
+
itemRef?: string | undefined | undefined;
|
|
69
|
+
results?: number | undefined | undefined;
|
|
70
|
+
security?: string | undefined | undefined;
|
|
71
|
+
unselectable?: "on" | "off" | undefined | undefined;
|
|
72
|
+
popover?: "" | "auto" | "manual" | "hint" | undefined | undefined;
|
|
73
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined | undefined;
|
|
74
|
+
popoverTarget?: string | undefined | undefined;
|
|
75
|
+
inert?: boolean | undefined | undefined;
|
|
76
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
77
|
+
is?: string | undefined | undefined;
|
|
78
|
+
exportparts?: string | undefined | undefined;
|
|
79
|
+
part?: string | undefined | undefined;
|
|
80
|
+
"aria-activedescendant"?: string | undefined | undefined;
|
|
81
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
82
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
83
|
+
"aria-braillelabel"?: string | undefined | undefined;
|
|
84
|
+
"aria-brailleroledescription"?: string | undefined | undefined;
|
|
85
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
86
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
87
|
+
"aria-colcount"?: number | undefined | undefined;
|
|
88
|
+
"aria-colindex"?: number | undefined | undefined;
|
|
89
|
+
"aria-colindextext"?: string | undefined | undefined;
|
|
90
|
+
"aria-colspan"?: number | undefined | undefined;
|
|
91
|
+
"aria-controls"?: string | undefined | undefined;
|
|
92
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
|
|
93
|
+
"aria-describedby"?: string | undefined | undefined;
|
|
94
|
+
"aria-description"?: string | undefined | undefined;
|
|
95
|
+
"aria-details"?: string | undefined | undefined;
|
|
96
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
97
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
|
|
98
|
+
"aria-errormessage"?: string | undefined | undefined;
|
|
99
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
100
|
+
"aria-flowto"?: string | undefined | undefined;
|
|
101
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
102
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
|
|
103
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
104
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
|
|
105
|
+
"aria-keyshortcuts"?: string | undefined | undefined;
|
|
106
|
+
"aria-label"?: string | undefined | undefined;
|
|
107
|
+
"aria-labelledby"?: string | undefined | undefined;
|
|
108
|
+
"aria-level"?: number | undefined | undefined;
|
|
109
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined | undefined;
|
|
110
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
111
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
112
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
113
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
|
|
114
|
+
"aria-owns"?: string | undefined | undefined;
|
|
115
|
+
"aria-placeholder"?: string | undefined | undefined;
|
|
116
|
+
"aria-posinset"?: number | undefined | undefined;
|
|
117
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
118
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
119
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
|
|
120
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
121
|
+
"aria-roledescription"?: string | undefined | undefined;
|
|
122
|
+
"aria-rowcount"?: number | undefined | undefined;
|
|
123
|
+
"aria-rowindex"?: number | undefined | undefined;
|
|
124
|
+
"aria-rowindextext"?: string | undefined | undefined;
|
|
125
|
+
"aria-rowspan"?: number | undefined | undefined;
|
|
126
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
127
|
+
"aria-setsize"?: number | undefined | undefined;
|
|
128
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
|
|
129
|
+
"aria-valuemax"?: number | undefined | undefined;
|
|
130
|
+
"aria-valuemin"?: number | undefined | undefined;
|
|
131
|
+
"aria-valuenow"?: number | undefined | undefined;
|
|
132
|
+
"aria-valuetext"?: string | undefined | undefined;
|
|
133
|
+
children?: import('react').ReactNode;
|
|
134
|
+
dangerouslySetInnerHTML?: {
|
|
135
|
+
__html: string | TrustedHTML;
|
|
136
|
+
} | undefined | undefined;
|
|
137
|
+
onCopy?: import('react').ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
138
|
+
onCopyCapture?: import('react').ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
139
|
+
onCut?: import('react').ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
140
|
+
onCutCapture?: import('react').ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
141
|
+
onPaste?: import('react').ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
142
|
+
onPasteCapture?: import('react').ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
143
|
+
onCompositionEnd?: import('react').CompositionEventHandler<HTMLInputElement> | undefined;
|
|
144
|
+
onCompositionEndCapture?: import('react').CompositionEventHandler<HTMLInputElement> | undefined;
|
|
145
|
+
onCompositionStart?: import('react').CompositionEventHandler<HTMLInputElement> | undefined;
|
|
146
|
+
onCompositionStartCapture?: import('react').CompositionEventHandler<HTMLInputElement> | undefined;
|
|
147
|
+
onCompositionUpdate?: import('react').CompositionEventHandler<HTMLInputElement> | undefined;
|
|
148
|
+
onCompositionUpdateCapture?: import('react').CompositionEventHandler<HTMLInputElement> | undefined;
|
|
149
|
+
onFocus?: import('react').FocusEventHandler<HTMLInputElement> | undefined;
|
|
150
|
+
onFocusCapture?: import('react').FocusEventHandler<HTMLInputElement> | undefined;
|
|
151
|
+
onBlur?: import('react').FocusEventHandler<HTMLInputElement> | undefined;
|
|
152
|
+
onBlurCapture?: import('react').FocusEventHandler<HTMLInputElement> | undefined;
|
|
153
|
+
onChange?: import('react').ChangeEventHandler<HTMLInputElement> | undefined;
|
|
154
|
+
onChangeCapture?: import('react').FormEventHandler<HTMLInputElement> | undefined;
|
|
155
|
+
onBeforeInput?: import('react').InputEventHandler<HTMLInputElement> | undefined;
|
|
156
|
+
onBeforeInputCapture?: import('react').FormEventHandler<HTMLInputElement> | undefined;
|
|
157
|
+
onInput?: import('react').FormEventHandler<HTMLInputElement> | undefined;
|
|
158
|
+
onInputCapture?: import('react').FormEventHandler<HTMLInputElement> | undefined;
|
|
159
|
+
onReset?: import('react').FormEventHandler<HTMLInputElement> | undefined;
|
|
160
|
+
onResetCapture?: import('react').FormEventHandler<HTMLInputElement> | undefined;
|
|
161
|
+
onSubmit?: import('react').FormEventHandler<HTMLInputElement> | undefined;
|
|
162
|
+
onSubmitCapture?: import('react').FormEventHandler<HTMLInputElement> | undefined;
|
|
163
|
+
onInvalid?: import('react').FormEventHandler<HTMLInputElement> | undefined;
|
|
164
|
+
onInvalidCapture?: import('react').FormEventHandler<HTMLInputElement> | undefined;
|
|
165
|
+
onLoad?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
166
|
+
onLoadCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
167
|
+
onError?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
168
|
+
onErrorCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
169
|
+
onKeyDown?: import('react').KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
170
|
+
onKeyDownCapture?: import('react').KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
171
|
+
onKeyPress?: import('react').KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
172
|
+
onKeyPressCapture?: import('react').KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
173
|
+
onKeyUp?: import('react').KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
174
|
+
onKeyUpCapture?: import('react').KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
175
|
+
onAbort?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
176
|
+
onAbortCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
177
|
+
onCanPlay?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
178
|
+
onCanPlayCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
179
|
+
onCanPlayThrough?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
180
|
+
onCanPlayThroughCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
181
|
+
onDurationChange?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
182
|
+
onDurationChangeCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
183
|
+
onEmptied?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
184
|
+
onEmptiedCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
185
|
+
onEncrypted?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
186
|
+
onEncryptedCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
187
|
+
onEnded?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
188
|
+
onEndedCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
189
|
+
onLoadedData?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
190
|
+
onLoadedDataCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
191
|
+
onLoadedMetadata?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
192
|
+
onLoadedMetadataCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
193
|
+
onLoadStart?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
194
|
+
onLoadStartCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
195
|
+
onPause?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
196
|
+
onPauseCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
197
|
+
onPlay?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
198
|
+
onPlayCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
199
|
+
onPlaying?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
200
|
+
onPlayingCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
201
|
+
onProgress?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
202
|
+
onProgressCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
203
|
+
onRateChange?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
204
|
+
onRateChangeCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
205
|
+
onSeeked?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
206
|
+
onSeekedCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
207
|
+
onSeeking?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
208
|
+
onSeekingCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
209
|
+
onStalled?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
210
|
+
onStalledCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
211
|
+
onSuspend?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
212
|
+
onSuspendCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
213
|
+
onTimeUpdate?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
214
|
+
onTimeUpdateCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
215
|
+
onVolumeChange?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
216
|
+
onVolumeChangeCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
217
|
+
onWaiting?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
218
|
+
onWaitingCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
219
|
+
onAuxClick?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
220
|
+
onAuxClickCapture?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
221
|
+
onClick?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
222
|
+
onClickCapture?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
223
|
+
onContextMenu?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
224
|
+
onContextMenuCapture?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
225
|
+
onDoubleClick?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
226
|
+
onDoubleClickCapture?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
227
|
+
onDrag?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
228
|
+
onDragCapture?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
229
|
+
onDragEnd?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
230
|
+
onDragEndCapture?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
231
|
+
onDragEnter?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
232
|
+
onDragEnterCapture?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
233
|
+
onDragExit?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
234
|
+
onDragExitCapture?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
235
|
+
onDragLeave?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
236
|
+
onDragLeaveCapture?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
237
|
+
onDragOver?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
238
|
+
onDragOverCapture?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
239
|
+
onDragStart?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
240
|
+
onDragStartCapture?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
241
|
+
onDrop?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
242
|
+
onDropCapture?: import('react').DragEventHandler<HTMLInputElement> | undefined;
|
|
243
|
+
onMouseDown?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
244
|
+
onMouseDownCapture?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
245
|
+
onMouseEnter?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
246
|
+
onMouseLeave?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
247
|
+
onMouseMove?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
248
|
+
onMouseMoveCapture?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
249
|
+
onMouseOut?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
250
|
+
onMouseOutCapture?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
251
|
+
onMouseOver?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
252
|
+
onMouseOverCapture?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
253
|
+
onMouseUp?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
254
|
+
onMouseUpCapture?: import('react').MouseEventHandler<HTMLInputElement> | undefined;
|
|
255
|
+
onSelect?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
256
|
+
onSelectCapture?: import('react').ReactEventHandler<HTMLInputElement> | undefined;
|
|
257
|
+
onTouchCancel?: import('react').TouchEventHandler<HTMLInputElement> | undefined;
|
|
258
|
+
onTouchCancelCapture?: import('react').TouchEventHandler<HTMLInputElement> | undefined;
|
|
259
|
+
onTouchEnd?: import('react').TouchEventHandler<HTMLInputElement> | undefined;
|
|
260
|
+
onTouchEndCapture?: import('react').TouchEventHandler<HTMLInputElement> | undefined;
|
|
261
|
+
onTouchMove?: import('react').TouchEventHandler<HTMLInputElement> | undefined;
|
|
262
|
+
onTouchMoveCapture?: import('react').TouchEventHandler<HTMLInputElement> | undefined;
|
|
263
|
+
onTouchStart?: import('react').TouchEventHandler<HTMLInputElement> | undefined;
|
|
264
|
+
onTouchStartCapture?: import('react').TouchEventHandler<HTMLInputElement> | undefined;
|
|
265
|
+
onPointerDown?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
266
|
+
onPointerDownCapture?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
267
|
+
onPointerMove?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
268
|
+
onPointerMoveCapture?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
269
|
+
onPointerUp?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
270
|
+
onPointerUpCapture?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
271
|
+
onPointerCancel?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
272
|
+
onPointerCancelCapture?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
273
|
+
onPointerEnter?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
274
|
+
onPointerLeave?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
275
|
+
onPointerOver?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
276
|
+
onPointerOverCapture?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
277
|
+
onPointerOut?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
278
|
+
onPointerOutCapture?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
279
|
+
onGotPointerCapture?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
280
|
+
onGotPointerCaptureCapture?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
281
|
+
onLostPointerCapture?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
282
|
+
onLostPointerCaptureCapture?: import('react').PointerEventHandler<HTMLInputElement> | undefined;
|
|
283
|
+
onScroll?: import('react').UIEventHandler<HTMLInputElement> | undefined;
|
|
284
|
+
onScrollCapture?: import('react').UIEventHandler<HTMLInputElement> | undefined;
|
|
285
|
+
onScrollEnd?: import('react').UIEventHandler<HTMLInputElement> | undefined;
|
|
286
|
+
onScrollEndCapture?: import('react').UIEventHandler<HTMLInputElement> | undefined;
|
|
287
|
+
onWheel?: import('react').WheelEventHandler<HTMLInputElement> | undefined;
|
|
288
|
+
onWheelCapture?: import('react').WheelEventHandler<HTMLInputElement> | undefined;
|
|
289
|
+
onAnimationStart?: import('react').AnimationEventHandler<HTMLInputElement> | undefined;
|
|
290
|
+
onAnimationStartCapture?: import('react').AnimationEventHandler<HTMLInputElement> | undefined;
|
|
291
|
+
onAnimationEnd?: import('react').AnimationEventHandler<HTMLInputElement> | undefined;
|
|
292
|
+
onAnimationEndCapture?: import('react').AnimationEventHandler<HTMLInputElement> | undefined;
|
|
293
|
+
onAnimationIteration?: import('react').AnimationEventHandler<HTMLInputElement> | undefined;
|
|
294
|
+
onAnimationIterationCapture?: import('react').AnimationEventHandler<HTMLInputElement> | undefined;
|
|
295
|
+
onToggle?: import('react').ToggleEventHandler<HTMLInputElement> | undefined;
|
|
296
|
+
onBeforeToggle?: import('react').ToggleEventHandler<HTMLInputElement> | undefined;
|
|
297
|
+
onTransitionCancel?: import('react').TransitionEventHandler<HTMLInputElement> | undefined;
|
|
298
|
+
onTransitionCancelCapture?: import('react').TransitionEventHandler<HTMLInputElement> | undefined;
|
|
299
|
+
onTransitionEnd?: import('react').TransitionEventHandler<HTMLInputElement> | undefined;
|
|
300
|
+
onTransitionEndCapture?: import('react').TransitionEventHandler<HTMLInputElement> | undefined;
|
|
301
|
+
onTransitionRun?: import('react').TransitionEventHandler<HTMLInputElement> | undefined;
|
|
302
|
+
onTransitionRunCapture?: import('react').TransitionEventHandler<HTMLInputElement> | undefined;
|
|
303
|
+
onTransitionStart?: import('react').TransitionEventHandler<HTMLInputElement> | undefined;
|
|
304
|
+
onTransitionStartCapture?: import('react').TransitionEventHandler<HTMLInputElement> | undefined;
|
|
305
|
+
list?: string | undefined | undefined;
|
|
306
|
+
step?: number | string | undefined | undefined;
|
|
307
|
+
type?: import('react').HTMLInputTypeAttribute | undefined;
|
|
308
|
+
value?: string | number | readonly string[] | undefined;
|
|
309
|
+
src?: string | undefined | undefined;
|
|
310
|
+
formAction?: string | ((formData: FormData) => void | Promise<void>) | undefined;
|
|
311
|
+
formEncType?: string | undefined | undefined;
|
|
312
|
+
formMethod?: string | undefined | undefined;
|
|
313
|
+
formNoValidate?: boolean | undefined | undefined;
|
|
314
|
+
formTarget?: string | undefined | undefined;
|
|
315
|
+
max?: number | string | undefined | undefined;
|
|
316
|
+
min?: number | string | undefined | undefined;
|
|
317
|
+
accept?: string | undefined | undefined;
|
|
318
|
+
alt?: string | undefined | undefined;
|
|
319
|
+
autoComplete?: import('react').HTMLInputAutoCompleteAttribute | undefined;
|
|
320
|
+
capture?: boolean | "user" | "environment" | undefined | undefined;
|
|
321
|
+
checked?: boolean | undefined | undefined;
|
|
322
|
+
maxLength?: number | undefined | undefined;
|
|
323
|
+
minLength?: number | undefined | undefined;
|
|
324
|
+
placeholder?: string | undefined | undefined;
|
|
325
|
+
readOnly?: boolean | undefined | undefined;
|
|
326
|
+
required?: boolean | undefined | undefined;
|
|
327
|
+
label: string;
|
|
328
|
+
hint?: import('react').ReactNode;
|
|
329
|
+
};
|
|
330
|
+
}, {
|
|
331
|
+
args: {
|
|
332
|
+
label: string;
|
|
333
|
+
placeholder: string;
|
|
334
|
+
name: string;
|
|
335
|
+
};
|
|
336
|
+
}>;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { FormCheckboxProps, FormInputProps } from '@ariakit/react';
|
|
2
|
+
import { ReactNode } from 'react';
|
|
3
|
+
export type LetterheadTextFieldProps = FormInputProps & {
|
|
4
|
+
label: string;
|
|
5
|
+
hint?: ReactNode;
|
|
6
|
+
};
|
|
7
|
+
export declare function LetterheadTextField(props: LetterheadTextFieldProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export declare function LetterheadCheckboxField(props: FormCheckboxProps & {
|
|
9
|
+
label: ReactNode;
|
|
10
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
type LetterheadReadonlyTextFieldProps = {
|
|
12
|
+
label: string;
|
|
13
|
+
value: string;
|
|
14
|
+
placeholder?: string;
|
|
15
|
+
hint?: ReactNode;
|
|
16
|
+
type?: "text" | "email" | "password";
|
|
17
|
+
};
|
|
18
|
+
/**
|
|
19
|
+
* Renders a read-only text field.
|
|
20
|
+
*
|
|
21
|
+
* For an editable text field, use {@link LetterheadTextField} along with
|
|
22
|
+
* Ariakit form store.
|
|
23
|
+
*/
|
|
24
|
+
export declare function LetterheadReadonlyTextField(props: LetterheadReadonlyTextFieldProps): import("react/jsx-runtime").JSX.Element;
|
|
25
|
+
type LetterheadSubmitErrorProps = {
|
|
26
|
+
name: string;
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Renders an error message from form context.
|
|
30
|
+
*
|
|
31
|
+
* If there is no error message, will be completely omitted from DOM, so there
|
|
32
|
+
* is no need to guard it with an if statement.
|
|
33
|
+
*/
|
|
34
|
+
export declare function LetterheadSubmitError(props: LetterheadSubmitErrorProps): import("react/jsx-runtime").JSX.Element;
|
|
35
|
+
export declare function LetterheadHeader(props: {
|
|
36
|
+
children: ReactNode;
|
|
37
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
38
|
+
export declare function LetterheadFormActions(props: {
|
|
39
|
+
children: ReactNode;
|
|
40
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
41
|
+
export declare function InputsStack(props: {
|
|
42
|
+
children: ReactNode;
|
|
43
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
44
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const field: string;
|
|
2
|
+
export declare const fieldLabel: string;
|
|
3
|
+
export declare const fieldInput: string;
|
|
4
|
+
export declare const checkboxField: string;
|
|
5
|
+
export declare const fieldIssue: string;
|
|
6
|
+
export declare const fieldHint: string;
|
|
7
|
+
export declare const submitError: string;
|
|
8
|
+
export declare const header: string;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'react';
|
|
2
|
+
type MiddotSeparatedProps = HTMLAttributes<HTMLDivElement>;
|
|
3
|
+
/**
|
|
4
|
+
* A utility component that wraps children into spans and adds middledots
|
|
5
|
+
* between each item using CSS ::before pseudo elements.
|
|
6
|
+
*/
|
|
7
|
+
export declare function MiddotSeparated(props: MiddotSeparatedProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export {};
|