@rango-dev/ui 0.44.0 → 0.44.1-next.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/CHANGELOG.md +19 -0
- package/dist/widget/ui/src/components/Alert/Alert.helpers.d.ts +2 -2
- package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.types.d.ts +0 -1
- package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Button/Button.d.ts +88 -89
- package/dist/widget/ui/src/components/Button/Button.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Button/Ripple.d.ts +1 -1
- package/dist/widget/ui/src/components/Button/Ripple.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts +0 -1
- package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Checkbox/Checkbox.types.d.ts +0 -1
- package/dist/widget/ui/src/components/Checkbox/Checkbox.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Collapsible/Collapsible.styles.d.ts +0 -1
- package/dist/widget/ui/src/components/Collapsible/Collapsible.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.types.d.ts +0 -1
- package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Header/Header.types.d.ts +0 -1
- package/dist/widget/ui/src/components/Header/Header.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/IconButton/IconButton.d.ts +1 -1
- package/dist/widget/ui/src/components/ListItem/ListItem.types.d.ts +0 -1
- package/dist/widget/ui/src/components/ListItem/ListItem.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.styles.d.ts +0 -1
- package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Modal/Modal.types.d.ts +0 -1
- package/dist/widget/ui/src/components/Modal/Modal.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Popover/Popover.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Popover/Popover.styles.d.ts +0 -1
- package/dist/widget/ui/src/components/Popover/Popover.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/QuoteCost/QuoteCost.types.d.ts +0 -1
- package/dist/widget/ui/src/components/QuoteCost/QuoteCost.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts +0 -1
- package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/RadioGroup/RadioGroup.styles.d.ts +0 -1
- package/dist/widget/ui/src/components/RadioGroup/RadioGroup.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Select/Select.styles.d.ts +0 -1
- package/dist/widget/ui/src/components/Select/Select.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SvgIcon/SvgIcon.types.d.ts +0 -1
- package/dist/widget/ui/src/components/SvgIcon/SvgIcon.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts +0 -1
- package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Tabs/Tabs.styles.d.ts +93 -96
- package/dist/widget/ui/src/components/Tabs/Tabs.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Tabs/Tabs.types.d.ts +0 -1
- package/dist/widget/ui/src/components/Tabs/Tabs.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TextField/TextField.d.ts +5 -10
- package/dist/widget/ui/src/components/TextField/TextField.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TextField/TextField.types.d.ts +0 -1
- package/dist/widget/ui/src/components/TextField/TextField.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Toast/Toast.Provider.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts +0 -1
- package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/common/styles.d.ts +0 -1
- package/dist/widget/ui/src/components/common/styles.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/Notifications/Notifications.styles.d.ts +90 -93
- package/dist/widget/ui/src/containers/Notifications/Notifications.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts +97 -105
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts +90 -93
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/theme.d.ts +18 -17
- package/dist/widget/ui/src/theme.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
|
-
/// <reference types="trusted-types" />
|
|
4
1
|
export declare const Container: import("@stitches/react/types/styled-component.js").StyledComponent<"div", {
|
|
5
2
|
hasPadding?: boolean | "true" | undefined;
|
|
6
3
|
}, {
|
|
@@ -164,7 +161,7 @@ export declare const Container: import("@stitches/react/types/styled-component.j
|
|
|
164
161
|
transitions: {};
|
|
165
162
|
}, import("@stitches/react/types/config.js").DefaultThemeMap, {}>>;
|
|
166
163
|
export declare const Arrow: import("@stitches/react/types/styled-component.js").StyledComponent<import("react").ForwardRefExoticComponent<import("../index.js").IconButtonPropTypes & {
|
|
167
|
-
children?: import("react").ReactNode;
|
|
164
|
+
children?: import("react").ReactNode | undefined;
|
|
168
165
|
} & import("react").RefAttributes<HTMLButtonElement>>, {
|
|
169
166
|
hidden?: boolean | "true" | undefined;
|
|
170
167
|
}, {
|
|
@@ -328,7 +325,7 @@ export declare const Arrow: import("@stitches/react/types/styled-component.js").
|
|
|
328
325
|
transitions: {};
|
|
329
326
|
}, import("@stitches/react/types/config.js").DefaultThemeMap, {}>>;
|
|
330
327
|
export declare const ArrowRight: import("@stitches/react/types/styled-component.js").StyledComponent<import("@stitches/react/types/styled-component.js").StyledComponent<import("react").ForwardRefExoticComponent<import("../index.js").IconButtonPropTypes & {
|
|
331
|
-
children?: import("react").ReactNode;
|
|
328
|
+
children?: import("react").ReactNode | undefined;
|
|
332
329
|
} & import("react").RefAttributes<HTMLButtonElement>>, {
|
|
333
330
|
hidden?: boolean | "true" | undefined;
|
|
334
331
|
}, {
|
|
@@ -651,7 +648,7 @@ export declare const ArrowRight: import("@stitches/react/types/styled-component.
|
|
|
651
648
|
transitions: {};
|
|
652
649
|
}, import("@stitches/react/types/config.js").DefaultThemeMap, {}>>;
|
|
653
650
|
export declare const ArrowLeft: import("@stitches/react/types/styled-component.js").StyledComponent<import("@stitches/react/types/styled-component.js").StyledComponent<import("react").ForwardRefExoticComponent<import("../index.js").IconButtonPropTypes & {
|
|
654
|
-
children?: import("react").ReactNode;
|
|
651
|
+
children?: import("react").ReactNode | undefined;
|
|
655
652
|
} & import("react").RefAttributes<HTMLButtonElement>>, {
|
|
656
653
|
hidden?: boolean | "true" | undefined;
|
|
657
654
|
}, {
|
|
@@ -1138,111 +1135,111 @@ export declare const Tabs: import("@stitches/react/types/styled-component.js").S
|
|
|
1138
1135
|
transitions: {};
|
|
1139
1136
|
}, import("@stitches/react/types/config.js").DefaultThemeMap, {}>>;
|
|
1140
1137
|
export declare const Tab: import("@stitches/react/types/styled-component.js").StyledComponent<import("react").ForwardRefExoticComponent<{
|
|
1141
|
-
id?: string | undefined;
|
|
1142
|
-
slot?: string | undefined;
|
|
1138
|
+
id?: string | undefined | undefined;
|
|
1139
|
+
slot?: string | undefined | undefined;
|
|
1143
1140
|
style?: import("react").CSSProperties | undefined;
|
|
1144
|
-
title?: string | undefined;
|
|
1141
|
+
title?: string | undefined | undefined;
|
|
1145
1142
|
children?: import("react").ReactNode;
|
|
1146
|
-
color?: string | undefined;
|
|
1147
|
-
content?: string | undefined;
|
|
1148
|
-
translate?: "yes" | "no" | undefined;
|
|
1149
|
-
hidden?: boolean | undefined;
|
|
1150
|
-
defaultChecked?: boolean | undefined;
|
|
1143
|
+
color?: string | undefined | undefined;
|
|
1144
|
+
content?: string | undefined | undefined;
|
|
1145
|
+
translate?: "yes" | "no" | undefined | undefined;
|
|
1146
|
+
hidden?: boolean | undefined | undefined;
|
|
1147
|
+
defaultChecked?: boolean | undefined | undefined;
|
|
1151
1148
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1152
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
1153
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
1154
|
-
accessKey?: string | undefined;
|
|
1155
|
-
autoFocus?: boolean | undefined;
|
|
1156
|
-
className?: string | undefined;
|
|
1149
|
+
suppressContentEditableWarning?: boolean | undefined | undefined;
|
|
1150
|
+
suppressHydrationWarning?: boolean | undefined | undefined;
|
|
1151
|
+
accessKey?: string | undefined | undefined;
|
|
1152
|
+
autoFocus?: boolean | undefined | undefined;
|
|
1153
|
+
className?: string | undefined | undefined;
|
|
1157
1154
|
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
1158
|
-
contextMenu?: string | undefined;
|
|
1159
|
-
dir?: string | undefined;
|
|
1155
|
+
contextMenu?: string | undefined | undefined;
|
|
1156
|
+
dir?: string | undefined | undefined;
|
|
1160
1157
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
1161
|
-
lang?: string | undefined;
|
|
1162
|
-
nonce?: string | undefined;
|
|
1163
|
-
placeholder?: string | undefined;
|
|
1158
|
+
lang?: string | undefined | undefined;
|
|
1159
|
+
nonce?: string | undefined | undefined;
|
|
1160
|
+
placeholder?: string | undefined | undefined;
|
|
1164
1161
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
1165
|
-
tabIndex?: number | undefined;
|
|
1166
|
-
radioGroup?: string | undefined;
|
|
1162
|
+
tabIndex?: number | undefined | undefined;
|
|
1163
|
+
radioGroup?: string | undefined | undefined;
|
|
1167
1164
|
role?: import("react").AriaRole | undefined;
|
|
1168
|
-
about?: string | undefined;
|
|
1169
|
-
datatype?: string | undefined;
|
|
1165
|
+
about?: string | undefined | undefined;
|
|
1166
|
+
datatype?: string | undefined | undefined;
|
|
1170
1167
|
inlist?: any;
|
|
1171
|
-
property?: string | undefined;
|
|
1172
|
-
rel?: string | undefined;
|
|
1173
|
-
resource?: string | undefined;
|
|
1174
|
-
rev?: string | undefined;
|
|
1175
|
-
typeof?: string | undefined;
|
|
1176
|
-
vocab?: string | undefined;
|
|
1177
|
-
autoCapitalize?: string | undefined;
|
|
1178
|
-
autoCorrect?: string | undefined;
|
|
1179
|
-
autoSave?: string | undefined;
|
|
1180
|
-
itemProp?: string | undefined;
|
|
1181
|
-
itemScope?: boolean | undefined;
|
|
1182
|
-
itemType?: string | undefined;
|
|
1183
|
-
itemID?: string | undefined;
|
|
1184
|
-
itemRef?: string | undefined;
|
|
1185
|
-
results?: number | undefined;
|
|
1186
|
-
security?: string | undefined;
|
|
1187
|
-
unselectable?: "on" | "off" | undefined;
|
|
1188
|
-
inputMode?: "
|
|
1189
|
-
is?: string | undefined;
|
|
1190
|
-
"aria-activedescendant"?: string | undefined;
|
|
1168
|
+
property?: string | undefined | undefined;
|
|
1169
|
+
rel?: string | undefined | undefined;
|
|
1170
|
+
resource?: string | undefined | undefined;
|
|
1171
|
+
rev?: string | undefined | undefined;
|
|
1172
|
+
typeof?: string | undefined | undefined;
|
|
1173
|
+
vocab?: string | undefined | undefined;
|
|
1174
|
+
autoCapitalize?: string | undefined | undefined;
|
|
1175
|
+
autoCorrect?: string | undefined | undefined;
|
|
1176
|
+
autoSave?: string | undefined | undefined;
|
|
1177
|
+
itemProp?: string | undefined | undefined;
|
|
1178
|
+
itemScope?: boolean | undefined | undefined;
|
|
1179
|
+
itemType?: string | undefined | undefined;
|
|
1180
|
+
itemID?: string | undefined | undefined;
|
|
1181
|
+
itemRef?: string | undefined | undefined;
|
|
1182
|
+
results?: number | undefined | undefined;
|
|
1183
|
+
security?: string | undefined | undefined;
|
|
1184
|
+
unselectable?: "on" | "off" | undefined | undefined;
|
|
1185
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
1186
|
+
is?: string | undefined | undefined;
|
|
1187
|
+
"aria-activedescendant"?: string | undefined | undefined;
|
|
1191
1188
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
1192
|
-
"aria-autocomplete"?: "
|
|
1193
|
-
"aria-braillelabel"?: string | undefined;
|
|
1194
|
-
"aria-brailleroledescription"?: string | undefined;
|
|
1189
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
1190
|
+
"aria-braillelabel"?: string | undefined | undefined;
|
|
1191
|
+
"aria-brailleroledescription"?: string | undefined | undefined;
|
|
1195
1192
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
1196
|
-
"aria-checked"?: boolean | "
|
|
1197
|
-
"aria-colcount"?: number | undefined;
|
|
1198
|
-
"aria-colindex"?: number | undefined;
|
|
1199
|
-
"aria-colindextext"?: string | undefined;
|
|
1200
|
-
"aria-colspan"?: number | undefined;
|
|
1201
|
-
"aria-controls"?: string | undefined;
|
|
1202
|
-
"aria-current"?: boolean | "
|
|
1203
|
-
"aria-describedby"?: string | undefined;
|
|
1204
|
-
"aria-description"?: string | undefined;
|
|
1205
|
-
"aria-details"?: string | undefined;
|
|
1193
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
1194
|
+
"aria-colcount"?: number | undefined | undefined;
|
|
1195
|
+
"aria-colindex"?: number | undefined | undefined;
|
|
1196
|
+
"aria-colindextext"?: string | undefined | undefined;
|
|
1197
|
+
"aria-colspan"?: number | undefined | undefined;
|
|
1198
|
+
"aria-controls"?: string | undefined | undefined;
|
|
1199
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
|
|
1200
|
+
"aria-describedby"?: string | undefined | undefined;
|
|
1201
|
+
"aria-description"?: string | undefined | undefined;
|
|
1202
|
+
"aria-details"?: string | undefined | undefined;
|
|
1206
1203
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
1207
|
-
"aria-dropeffect"?: "
|
|
1208
|
-
"aria-errormessage"?: string | undefined;
|
|
1204
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
|
|
1205
|
+
"aria-errormessage"?: string | undefined | undefined;
|
|
1209
1206
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
1210
|
-
"aria-flowto"?: string | undefined;
|
|
1207
|
+
"aria-flowto"?: string | undefined | undefined;
|
|
1211
1208
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
1212
|
-
"aria-haspopup"?: boolean | "
|
|
1209
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
|
|
1213
1210
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
1214
|
-
"aria-invalid"?: boolean | "
|
|
1215
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
1216
|
-
"aria-label"?: string | undefined;
|
|
1217
|
-
"aria-labelledby"?: string | undefined;
|
|
1218
|
-
"aria-level"?: number | undefined;
|
|
1219
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
1211
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
|
|
1212
|
+
"aria-keyshortcuts"?: string | undefined | undefined;
|
|
1213
|
+
"aria-label"?: string | undefined | undefined;
|
|
1214
|
+
"aria-labelledby"?: string | undefined | undefined;
|
|
1215
|
+
"aria-level"?: number | undefined | undefined;
|
|
1216
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined | undefined;
|
|
1220
1217
|
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
1221
1218
|
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
1222
1219
|
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
1223
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
1224
|
-
"aria-owns"?: string | undefined;
|
|
1225
|
-
"aria-placeholder"?: string | undefined;
|
|
1226
|
-
"aria-posinset"?: number | undefined;
|
|
1227
|
-
"aria-pressed"?: boolean | "
|
|
1220
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
|
|
1221
|
+
"aria-owns"?: string | undefined | undefined;
|
|
1222
|
+
"aria-placeholder"?: string | undefined | undefined;
|
|
1223
|
+
"aria-posinset"?: number | undefined | undefined;
|
|
1224
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
1228
1225
|
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
1229
|
-
"aria-relevant"?: "
|
|
1226
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
|
|
1230
1227
|
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
1231
|
-
"aria-roledescription"?: string | undefined;
|
|
1232
|
-
"aria-rowcount"?: number | undefined;
|
|
1233
|
-
"aria-rowindex"?: number | undefined;
|
|
1234
|
-
"aria-rowindextext"?: string | undefined;
|
|
1235
|
-
"aria-rowspan"?: number | undefined;
|
|
1228
|
+
"aria-roledescription"?: string | undefined | undefined;
|
|
1229
|
+
"aria-rowcount"?: number | undefined | undefined;
|
|
1230
|
+
"aria-rowindex"?: number | undefined | undefined;
|
|
1231
|
+
"aria-rowindextext"?: string | undefined | undefined;
|
|
1232
|
+
"aria-rowspan"?: number | undefined | undefined;
|
|
1236
1233
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
1237
|
-
"aria-setsize"?: number | undefined;
|
|
1238
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1239
|
-
"aria-valuemax"?: number | undefined;
|
|
1240
|
-
"aria-valuemin"?: number | undefined;
|
|
1241
|
-
"aria-valuenow"?: number | undefined;
|
|
1242
|
-
"aria-valuetext"?: string | undefined;
|
|
1234
|
+
"aria-setsize"?: number | undefined | undefined;
|
|
1235
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
|
|
1236
|
+
"aria-valuemax"?: number | undefined | undefined;
|
|
1237
|
+
"aria-valuemin"?: number | undefined | undefined;
|
|
1238
|
+
"aria-valuenow"?: number | undefined | undefined;
|
|
1239
|
+
"aria-valuetext"?: string | undefined | undefined;
|
|
1243
1240
|
dangerouslySetInnerHTML?: {
|
|
1244
1241
|
__html: string | TrustedHTML;
|
|
1245
|
-
} | undefined;
|
|
1242
|
+
} | undefined | undefined;
|
|
1246
1243
|
onCopy?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
1247
1244
|
onCopyCapture?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
1248
1245
|
onCut?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
@@ -1409,14 +1406,14 @@ export declare const Tab: import("@stitches/react/types/styled-component.js").St
|
|
|
1409
1406
|
size?: "small" | "medium" | "large" | "xsmall" | "xxsmall" | undefined;
|
|
1410
1407
|
variant?: "default" | "contained" | "outlined" | "ghost" | undefined;
|
|
1411
1408
|
type?: "primary" | "secondary" | "success" | "warning" | "error" | undefined;
|
|
1412
|
-
loading?: boolean
|
|
1413
|
-
disabled?: boolean
|
|
1414
|
-
prefix?:
|
|
1415
|
-
suffix?:
|
|
1416
|
-
fullWidth?: boolean
|
|
1417
|
-
disableRipple?: boolean
|
|
1409
|
+
loading?: boolean;
|
|
1410
|
+
disabled?: boolean;
|
|
1411
|
+
prefix?: React.ReactNode;
|
|
1412
|
+
suffix?: React.ReactNode;
|
|
1413
|
+
fullWidth?: boolean;
|
|
1414
|
+
disableRipple?: boolean;
|
|
1418
1415
|
} & {
|
|
1419
|
-
children?: import("react").ReactNode;
|
|
1416
|
+
children?: import("react").ReactNode | undefined;
|
|
1420
1417
|
} & import("react").RefAttributes<HTMLButtonElement>>, {
|
|
1421
1418
|
borderRadius?: "small" | "medium" | "none" | "full" | undefined;
|
|
1422
1419
|
type?: "primary" | "secondary" | "bordered" | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tabs.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Tabs/Tabs.styles.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Tabs.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Tabs/Tabs.styles.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEASpB,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAYhB,CAAC;AAEH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAErB,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAEpB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAiDf,CAAC;AAEH,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAhDZ,MAAQ,SAAQ;aACZ,MAAO,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEA6JtB,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAqCtB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tabs.types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Tabs/Tabs.types.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Tabs.types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Tabs/Tabs.types.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAC7C,OAAO,KAAK,KAAK,QAAQ,MAAM,iBAAiB,CAAC;AAEjD,KAAK,QAAQ,GAAG;IACd,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAAC;AAEF,KAAK,aAAa,GAAG,QAAQ,GAAG;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACxB,CAAC;AAEF,KAAK,YAAY,GAAG,QAAQ,GAAG;IAC7B,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,KAAK,IAAI,GAAG,aAAa,GAAG,YAAY,CAAC;AACzC,KAAK,SAAS,GAAG,QAAQ,CAAC,YAAY,CAAC,OAAO,IAAI,CAAC,CAAC;AACpD,KAAK,QAAQ,GAAG,OAAO,CAAC,SAAS,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,CAAC;AACnD,KAAK,gBAAgB,GAAG,OAAO,CAAC,SAAS,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC,CAAC;AAEnE,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,SAAS,CAAC,EAAE,WAAW,CAAC;IACxB,QAAQ,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,QAAQ,CAAC;IACf,YAAY,CAAC,EAAE,gBAAgB,CAAC;IAChC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB"}
|
|
@@ -1,20 +1,15 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
declare const TextField: React.ForwardRefExoticComponent<{
|
|
3
|
-
label?: React.ReactNode;
|
|
3
|
+
label?: string | React.ReactNode;
|
|
4
4
|
prefix?: React.ReactNode;
|
|
5
5
|
suffix?: React.ReactNode;
|
|
6
6
|
size?: "small" | "large" | undefined;
|
|
7
7
|
variant?: "contained" | "outlined" | "ghost" | undefined;
|
|
8
|
-
fullWidth?: boolean
|
|
9
|
-
labelProps?: import("../Typography/Typography.types.js").TypographyPropTypes
|
|
10
|
-
style?: import("@stitches/react").CSS
|
|
11
|
-
media: {};
|
|
12
|
-
theme: {};
|
|
13
|
-
themeMap: {};
|
|
14
|
-
utils: {};
|
|
15
|
-
}> | undefined;
|
|
8
|
+
fullWidth?: boolean;
|
|
9
|
+
labelProps?: import("../Typography/Typography.types.js").TypographyPropTypes;
|
|
10
|
+
style?: import("@stitches/react").CSS;
|
|
16
11
|
} & Omit<React.InputHTMLAttributes<HTMLInputElement>, "prefix" | "size"> & {
|
|
17
|
-
children?: React.ReactNode;
|
|
12
|
+
children?: React.ReactNode | undefined;
|
|
18
13
|
} & React.RefAttributes<HTMLInputElement>>;
|
|
19
14
|
export { TextField };
|
|
20
15
|
//# sourceMappingURL=TextField.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextField.d.ts","sourceRoot":"","sources":["../../../../../../src/components/TextField/TextField.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAC;AA8E1B,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"TextField.d.ts","sourceRoot":"","sources":["../../../../../../src/components/TextField/TextField.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAC;AA8E1B,QAAA,MAAM,SAAS;qBA1DP,MAAO,SACd;aAEC,MAAI,SAAS;aAAY,MAAO,SAAS;;;;;;;;0CAuDW,CAAC;AAIvD,OAAO,EAAE,SAAS,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextField.types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/TextField/TextField.types.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TextField.types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/TextField/TextField.types.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAClE,OAAO,KAAK,KAAK,QAAQ,MAAM,iBAAiB,CAAC;AAEjD,KAAK,SAAS,GAAG,QAAQ,CAAC,YAAY,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,KAAK,SAAS,GAAG,OAAO,CAAC,SAAS,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,CAAC;AACpD,KAAK,YAAY,GAAG,OAAO,CAAC,SAAS,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC,CAAC;AAE1D,MAAM,MAAM,GAAG,GACX,CAAC,CAAC,QAAQ,EAAE,gBAAgB,GAAG,IAAI,KAAK,IAAI,CAAC,GAC7C,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,GACjC,IAAI,GACJ,SAAS,CAAC;AAEd,MAAM,MAAM,kBAAkB,GAAG;IAC/B,KAAK,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACjC,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,mBAAmB,CAAC;IACjC,KAAK,CAAC,EAAE,QAAQ,CAAC,GAAG,CAAC;CACtB,GAAG,IAAI,CAAC,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,QAAQ,GAAG,MAAM,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Toast.Provider.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Toast/Toast.Provider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,eAAe,EACf,iBAAiB,EAIlB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE/C,OAAO,KAAuD,MAAM,OAAO,CAAC;AAwB5E,eAAO,MAAM,aAAa,UAAW,
|
|
1
|
+
{"version":3,"file":"Toast.Provider.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Toast/Toast.Provider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,eAAe,EACf,iBAAiB,EAIlB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE/C,OAAO,KAAuD,MAAM,OAAO,CAAC;AAwB5E,eAAO,MAAM,aAAa,UAAW,iBAAiB,CAAC,iBAAiB,CAAC,sBAqFxE,CAAC;AAEF,wBAAgB,QAAQ,IAAI,eAAe,CAQ1C"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import * as RadixTooltip from '@radix-ui/react-tooltip';
|
|
3
2
|
import { Typography } from '../Typography/index.js';
|
|
4
3
|
export declare const TooltipContent: import("@stitches/react/types/styled-component.js").StyledComponent<import("react").ForwardRefExoticComponent<RadixTooltip.TooltipContentProps & import("react").RefAttributes<HTMLDivElement>>, {}, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tooltip.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Tooltip/Tooltip.styles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Tooltip.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Tooltip/Tooltip.styles.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,YAAY,MAAM,yBAAyB,CAAC;AAGxD,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAEpD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAEzB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAQ5B,CAAC;AAEH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAIzB,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import * as Collapsible from '@radix-ui/react-collapsible';
|
|
3
2
|
export declare const CollapsibleContent: import("@stitches/react/types/styled-component.js").StyledComponent<import("react").ForwardRefExoticComponent<Collapsible.CollapsibleContentProps & import("react").RefAttributes<HTMLDivElement>>, {
|
|
4
3
|
open?: boolean | "true" | "false" | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/common/styles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/common/styles.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;AAsB3D,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAY7B,CAAC"}
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
/// <reference types="react" />
|
|
3
|
-
/// <reference types="trusted-types" />
|
|
4
1
|
import { ListItemButton } from '../../components/index.js';
|
|
5
2
|
export declare const Container: import("@stitches/react/types/styled-component.js").StyledComponent<"div", {
|
|
6
3
|
equalPadding?: boolean | "true" | undefined;
|
|
@@ -325,111 +322,111 @@ export declare const Header: import("@stitches/react/types/styled-component.js")
|
|
|
325
322
|
transitions: {};
|
|
326
323
|
}, import("@stitches/react/types/config.js").DefaultThemeMap, {}>>;
|
|
327
324
|
export declare const ClearAllButton: import("@stitches/react/types/styled-component.js").StyledComponent<import("react").ForwardRefExoticComponent<{
|
|
328
|
-
id?: string | undefined;
|
|
329
|
-
slot?: string | undefined;
|
|
325
|
+
id?: string | undefined | undefined;
|
|
326
|
+
slot?: string | undefined | undefined;
|
|
330
327
|
style?: import("react").CSSProperties | undefined;
|
|
331
|
-
title?: string | undefined;
|
|
328
|
+
title?: string | undefined | undefined;
|
|
332
329
|
children?: import("react").ReactNode;
|
|
333
|
-
color?: string | undefined;
|
|
334
|
-
content?: string | undefined;
|
|
335
|
-
translate?: "yes" | "no" | undefined;
|
|
336
|
-
hidden?: boolean | undefined;
|
|
337
|
-
defaultChecked?: boolean | undefined;
|
|
330
|
+
color?: string | undefined | undefined;
|
|
331
|
+
content?: string | undefined | undefined;
|
|
332
|
+
translate?: "yes" | "no" | undefined | undefined;
|
|
333
|
+
hidden?: boolean | undefined | undefined;
|
|
334
|
+
defaultChecked?: boolean | undefined | undefined;
|
|
338
335
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
339
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
340
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
341
|
-
accessKey?: string | undefined;
|
|
342
|
-
autoFocus?: boolean | undefined;
|
|
343
|
-
className?: string | undefined;
|
|
336
|
+
suppressContentEditableWarning?: boolean | undefined | undefined;
|
|
337
|
+
suppressHydrationWarning?: boolean | undefined | undefined;
|
|
338
|
+
accessKey?: string | undefined | undefined;
|
|
339
|
+
autoFocus?: boolean | undefined | undefined;
|
|
340
|
+
className?: string | undefined | undefined;
|
|
344
341
|
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
345
|
-
contextMenu?: string | undefined;
|
|
346
|
-
dir?: string | undefined;
|
|
342
|
+
contextMenu?: string | undefined | undefined;
|
|
343
|
+
dir?: string | undefined | undefined;
|
|
347
344
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
348
|
-
lang?: string | undefined;
|
|
349
|
-
nonce?: string | undefined;
|
|
350
|
-
placeholder?: string | undefined;
|
|
345
|
+
lang?: string | undefined | undefined;
|
|
346
|
+
nonce?: string | undefined | undefined;
|
|
347
|
+
placeholder?: string | undefined | undefined;
|
|
351
348
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
352
|
-
tabIndex?: number | undefined;
|
|
353
|
-
radioGroup?: string | undefined;
|
|
349
|
+
tabIndex?: number | undefined | undefined;
|
|
350
|
+
radioGroup?: string | undefined | undefined;
|
|
354
351
|
role?: import("react").AriaRole | undefined;
|
|
355
|
-
about?: string | undefined;
|
|
356
|
-
datatype?: string | undefined;
|
|
352
|
+
about?: string | undefined | undefined;
|
|
353
|
+
datatype?: string | undefined | undefined;
|
|
357
354
|
inlist?: any;
|
|
358
|
-
property?: string | undefined;
|
|
359
|
-
rel?: string | undefined;
|
|
360
|
-
resource?: string | undefined;
|
|
361
|
-
rev?: string | undefined;
|
|
362
|
-
typeof?: string | undefined;
|
|
363
|
-
vocab?: string | undefined;
|
|
364
|
-
autoCapitalize?: string | undefined;
|
|
365
|
-
autoCorrect?: string | undefined;
|
|
366
|
-
autoSave?: string | undefined;
|
|
367
|
-
itemProp?: string | undefined;
|
|
368
|
-
itemScope?: boolean | undefined;
|
|
369
|
-
itemType?: string | undefined;
|
|
370
|
-
itemID?: string | undefined;
|
|
371
|
-
itemRef?: string | undefined;
|
|
372
|
-
results?: number | undefined;
|
|
373
|
-
security?: string | undefined;
|
|
374
|
-
unselectable?: "on" | "off" | undefined;
|
|
375
|
-
inputMode?: "
|
|
376
|
-
is?: string | undefined;
|
|
377
|
-
"aria-activedescendant"?: string | undefined;
|
|
355
|
+
property?: string | undefined | undefined;
|
|
356
|
+
rel?: string | undefined | undefined;
|
|
357
|
+
resource?: string | undefined | undefined;
|
|
358
|
+
rev?: string | undefined | undefined;
|
|
359
|
+
typeof?: string | undefined | undefined;
|
|
360
|
+
vocab?: string | undefined | undefined;
|
|
361
|
+
autoCapitalize?: string | undefined | undefined;
|
|
362
|
+
autoCorrect?: string | undefined | undefined;
|
|
363
|
+
autoSave?: string | undefined | undefined;
|
|
364
|
+
itemProp?: string | undefined | undefined;
|
|
365
|
+
itemScope?: boolean | undefined | undefined;
|
|
366
|
+
itemType?: string | undefined | undefined;
|
|
367
|
+
itemID?: string | undefined | undefined;
|
|
368
|
+
itemRef?: string | undefined | undefined;
|
|
369
|
+
results?: number | undefined | undefined;
|
|
370
|
+
security?: string | undefined | undefined;
|
|
371
|
+
unselectable?: "on" | "off" | undefined | undefined;
|
|
372
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
373
|
+
is?: string | undefined | undefined;
|
|
374
|
+
"aria-activedescendant"?: string | undefined | undefined;
|
|
378
375
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
379
|
-
"aria-autocomplete"?: "
|
|
380
|
-
"aria-braillelabel"?: string | undefined;
|
|
381
|
-
"aria-brailleroledescription"?: string | undefined;
|
|
376
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
377
|
+
"aria-braillelabel"?: string | undefined | undefined;
|
|
378
|
+
"aria-brailleroledescription"?: string | undefined | undefined;
|
|
382
379
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
383
|
-
"aria-checked"?: boolean | "
|
|
384
|
-
"aria-colcount"?: number | undefined;
|
|
385
|
-
"aria-colindex"?: number | undefined;
|
|
386
|
-
"aria-colindextext"?: string | undefined;
|
|
387
|
-
"aria-colspan"?: number | undefined;
|
|
388
|
-
"aria-controls"?: string | undefined;
|
|
389
|
-
"aria-current"?: boolean | "
|
|
390
|
-
"aria-describedby"?: string | undefined;
|
|
391
|
-
"aria-description"?: string | undefined;
|
|
392
|
-
"aria-details"?: string | undefined;
|
|
380
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
381
|
+
"aria-colcount"?: number | undefined | undefined;
|
|
382
|
+
"aria-colindex"?: number | undefined | undefined;
|
|
383
|
+
"aria-colindextext"?: string | undefined | undefined;
|
|
384
|
+
"aria-colspan"?: number | undefined | undefined;
|
|
385
|
+
"aria-controls"?: string | undefined | undefined;
|
|
386
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
|
|
387
|
+
"aria-describedby"?: string | undefined | undefined;
|
|
388
|
+
"aria-description"?: string | undefined | undefined;
|
|
389
|
+
"aria-details"?: string | undefined | undefined;
|
|
393
390
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
394
|
-
"aria-dropeffect"?: "
|
|
395
|
-
"aria-errormessage"?: string | undefined;
|
|
391
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
|
|
392
|
+
"aria-errormessage"?: string | undefined | undefined;
|
|
396
393
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
397
|
-
"aria-flowto"?: string | undefined;
|
|
394
|
+
"aria-flowto"?: string | undefined | undefined;
|
|
398
395
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
399
|
-
"aria-haspopup"?: boolean | "
|
|
396
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
|
|
400
397
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
401
|
-
"aria-invalid"?: boolean | "
|
|
402
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
403
|
-
"aria-label"?: string | undefined;
|
|
404
|
-
"aria-labelledby"?: string | undefined;
|
|
405
|
-
"aria-level"?: number | undefined;
|
|
406
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
398
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
|
|
399
|
+
"aria-keyshortcuts"?: string | undefined | undefined;
|
|
400
|
+
"aria-label"?: string | undefined | undefined;
|
|
401
|
+
"aria-labelledby"?: string | undefined | undefined;
|
|
402
|
+
"aria-level"?: number | undefined | undefined;
|
|
403
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined | undefined;
|
|
407
404
|
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
408
405
|
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
409
406
|
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
410
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
411
|
-
"aria-owns"?: string | undefined;
|
|
412
|
-
"aria-placeholder"?: string | undefined;
|
|
413
|
-
"aria-posinset"?: number | undefined;
|
|
414
|
-
"aria-pressed"?: boolean | "
|
|
407
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
|
|
408
|
+
"aria-owns"?: string | undefined | undefined;
|
|
409
|
+
"aria-placeholder"?: string | undefined | undefined;
|
|
410
|
+
"aria-posinset"?: number | undefined | undefined;
|
|
411
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
415
412
|
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
416
|
-
"aria-relevant"?: "
|
|
413
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
|
|
417
414
|
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
418
|
-
"aria-roledescription"?: string | undefined;
|
|
419
|
-
"aria-rowcount"?: number | undefined;
|
|
420
|
-
"aria-rowindex"?: number | undefined;
|
|
421
|
-
"aria-rowindextext"?: string | undefined;
|
|
422
|
-
"aria-rowspan"?: number | undefined;
|
|
415
|
+
"aria-roledescription"?: string | undefined | undefined;
|
|
416
|
+
"aria-rowcount"?: number | undefined | undefined;
|
|
417
|
+
"aria-rowindex"?: number | undefined | undefined;
|
|
418
|
+
"aria-rowindextext"?: string | undefined | undefined;
|
|
419
|
+
"aria-rowspan"?: number | undefined | undefined;
|
|
423
420
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
424
|
-
"aria-setsize"?: number | undefined;
|
|
425
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
426
|
-
"aria-valuemax"?: number | undefined;
|
|
427
|
-
"aria-valuemin"?: number | undefined;
|
|
428
|
-
"aria-valuenow"?: number | undefined;
|
|
429
|
-
"aria-valuetext"?: string | undefined;
|
|
421
|
+
"aria-setsize"?: number | undefined | undefined;
|
|
422
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
|
|
423
|
+
"aria-valuemax"?: number | undefined | undefined;
|
|
424
|
+
"aria-valuemin"?: number | undefined | undefined;
|
|
425
|
+
"aria-valuenow"?: number | undefined | undefined;
|
|
426
|
+
"aria-valuetext"?: string | undefined | undefined;
|
|
430
427
|
dangerouslySetInnerHTML?: {
|
|
431
428
|
__html: string | TrustedHTML;
|
|
432
|
-
} | undefined;
|
|
429
|
+
} | undefined | undefined;
|
|
433
430
|
onCopy?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
434
431
|
onCopyCapture?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
435
432
|
onCut?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
@@ -596,14 +593,14 @@ export declare const ClearAllButton: import("@stitches/react/types/styled-compon
|
|
|
596
593
|
size?: "small" | "medium" | "large" | "xsmall" | "xxsmall" | undefined;
|
|
597
594
|
variant?: "default" | "contained" | "outlined" | "ghost" | undefined;
|
|
598
595
|
type?: "primary" | "secondary" | "success" | "warning" | "error" | undefined;
|
|
599
|
-
loading?: boolean
|
|
600
|
-
disabled?: boolean
|
|
601
|
-
prefix?:
|
|
602
|
-
suffix?:
|
|
603
|
-
fullWidth?: boolean
|
|
604
|
-
disableRipple?: boolean
|
|
596
|
+
loading?: boolean;
|
|
597
|
+
disabled?: boolean;
|
|
598
|
+
prefix?: React.ReactNode;
|
|
599
|
+
suffix?: React.ReactNode;
|
|
600
|
+
fullWidth?: boolean;
|
|
601
|
+
disableRipple?: boolean;
|
|
605
602
|
} & {
|
|
606
|
-
children?: import("react").ReactNode;
|
|
603
|
+
children?: import("react").ReactNode | undefined;
|
|
607
604
|
} & import("react").RefAttributes<HTMLButtonElement>>, {}, {
|
|
608
605
|
xs: string;
|
|
609
606
|
sm: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Notifications.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/Notifications/Notifications.styles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Notifications.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/Notifications/Notifications.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAGnE,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAgBpB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEASjB,CAAC;AAEH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAIpB,MAAM,SAAS;aACpB,MAAI,SACL;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAJC,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAQf,CAAC;AAEH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAWnB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAKjB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAQ5B,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAKxB,CAAC"}
|