@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
|
import { Typography } from '../../components/index.js';
|
|
5
2
|
export declare const textStyles: import("@stitches/react/types/styled-component.js").CssComponent<never, {}, {
|
|
6
3
|
xs: string;
|
|
@@ -325,21 +322,16 @@ export declare const Container: import("@stitches/react/types/styled-component.j
|
|
|
325
322
|
transitions: {};
|
|
326
323
|
}, import("@stitches/react/types/config.js").DefaultThemeMap, {}>>;
|
|
327
324
|
export declare const InputAmount: import("@stitches/react/types/styled-component.js").StyledComponent<import("react").ForwardRefExoticComponent<{
|
|
328
|
-
label?:
|
|
329
|
-
prefix?:
|
|
330
|
-
suffix?:
|
|
325
|
+
label?: string | React.ReactNode;
|
|
326
|
+
prefix?: React.ReactNode;
|
|
327
|
+
suffix?: React.ReactNode;
|
|
331
328
|
size?: "small" | "large" | undefined;
|
|
332
329
|
variant?: "contained" | "outlined" | "ghost" | undefined;
|
|
333
|
-
fullWidth?: boolean
|
|
334
|
-
labelProps?: import("../../components/index.js").TypographyPropTypes
|
|
335
|
-
style?: import("@stitches/react").CSS
|
|
336
|
-
media: {};
|
|
337
|
-
theme: {};
|
|
338
|
-
themeMap: {};
|
|
339
|
-
utils: {};
|
|
340
|
-
}> | undefined;
|
|
330
|
+
fullWidth?: boolean;
|
|
331
|
+
labelProps?: import("../../components/index.js").TypographyPropTypes;
|
|
332
|
+
style?: import("@stitches/react").CSS;
|
|
341
333
|
} & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "prefix" | "size"> & {
|
|
342
|
-
children?: import("react").ReactNode;
|
|
334
|
+
children?: import("react").ReactNode | undefined;
|
|
343
335
|
} & import("react").RefAttributes<HTMLInputElement>>, {}, {
|
|
344
336
|
xs: string;
|
|
345
337
|
sm: string;
|
|
@@ -501,111 +493,111 @@ export declare const InputAmount: import("@stitches/react/types/styled-component
|
|
|
501
493
|
transitions: {};
|
|
502
494
|
}, import("@stitches/react/types/config.js").DefaultThemeMap, {}>>;
|
|
503
495
|
export declare const MaxButton: import("@stitches/react/types/styled-component.js").StyledComponent<import("react").ForwardRefExoticComponent<{
|
|
504
|
-
id?: string | undefined;
|
|
505
|
-
slot?: string | undefined;
|
|
496
|
+
id?: string | undefined | undefined;
|
|
497
|
+
slot?: string | undefined | undefined;
|
|
506
498
|
style?: import("react").CSSProperties | undefined;
|
|
507
|
-
title?: string | undefined;
|
|
499
|
+
title?: string | undefined | undefined;
|
|
508
500
|
children?: import("react").ReactNode;
|
|
509
|
-
color?: string | undefined;
|
|
510
|
-
content?: string | undefined;
|
|
511
|
-
translate?: "yes" | "no" | undefined;
|
|
512
|
-
hidden?: boolean | undefined;
|
|
513
|
-
defaultChecked?: boolean | undefined;
|
|
501
|
+
color?: string | undefined | undefined;
|
|
502
|
+
content?: string | undefined | undefined;
|
|
503
|
+
translate?: "yes" | "no" | undefined | undefined;
|
|
504
|
+
hidden?: boolean | undefined | undefined;
|
|
505
|
+
defaultChecked?: boolean | undefined | undefined;
|
|
514
506
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
515
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
516
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
517
|
-
accessKey?: string | undefined;
|
|
518
|
-
autoFocus?: boolean | undefined;
|
|
519
|
-
className?: string | undefined;
|
|
507
|
+
suppressContentEditableWarning?: boolean | undefined | undefined;
|
|
508
|
+
suppressHydrationWarning?: boolean | undefined | undefined;
|
|
509
|
+
accessKey?: string | undefined | undefined;
|
|
510
|
+
autoFocus?: boolean | undefined | undefined;
|
|
511
|
+
className?: string | undefined | undefined;
|
|
520
512
|
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
521
|
-
contextMenu?: string | undefined;
|
|
522
|
-
dir?: string | undefined;
|
|
513
|
+
contextMenu?: string | undefined | undefined;
|
|
514
|
+
dir?: string | undefined | undefined;
|
|
523
515
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
524
|
-
lang?: string | undefined;
|
|
525
|
-
nonce?: string | undefined;
|
|
526
|
-
placeholder?: string | undefined;
|
|
516
|
+
lang?: string | undefined | undefined;
|
|
517
|
+
nonce?: string | undefined | undefined;
|
|
518
|
+
placeholder?: string | undefined | undefined;
|
|
527
519
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
528
|
-
tabIndex?: number | undefined;
|
|
529
|
-
radioGroup?: string | undefined;
|
|
520
|
+
tabIndex?: number | undefined | undefined;
|
|
521
|
+
radioGroup?: string | undefined | undefined;
|
|
530
522
|
role?: import("react").AriaRole | undefined;
|
|
531
|
-
about?: string | undefined;
|
|
532
|
-
datatype?: string | undefined;
|
|
523
|
+
about?: string | undefined | undefined;
|
|
524
|
+
datatype?: string | undefined | undefined;
|
|
533
525
|
inlist?: any;
|
|
534
|
-
property?: string | undefined;
|
|
535
|
-
rel?: string | undefined;
|
|
536
|
-
resource?: string | undefined;
|
|
537
|
-
rev?: string | undefined;
|
|
538
|
-
typeof?: string | undefined;
|
|
539
|
-
vocab?: string | undefined;
|
|
540
|
-
autoCapitalize?: string | undefined;
|
|
541
|
-
autoCorrect?: string | undefined;
|
|
542
|
-
autoSave?: string | undefined;
|
|
543
|
-
itemProp?: string | undefined;
|
|
544
|
-
itemScope?: boolean | undefined;
|
|
545
|
-
itemType?: string | undefined;
|
|
546
|
-
itemID?: string | undefined;
|
|
547
|
-
itemRef?: string | undefined;
|
|
548
|
-
results?: number | undefined;
|
|
549
|
-
security?: string | undefined;
|
|
550
|
-
unselectable?: "on" | "off" | undefined;
|
|
551
|
-
inputMode?: "
|
|
552
|
-
is?: string | undefined;
|
|
553
|
-
"aria-activedescendant"?: string | undefined;
|
|
526
|
+
property?: string | undefined | undefined;
|
|
527
|
+
rel?: string | undefined | undefined;
|
|
528
|
+
resource?: string | undefined | undefined;
|
|
529
|
+
rev?: string | undefined | undefined;
|
|
530
|
+
typeof?: string | undefined | undefined;
|
|
531
|
+
vocab?: string | undefined | undefined;
|
|
532
|
+
autoCapitalize?: string | undefined | undefined;
|
|
533
|
+
autoCorrect?: string | undefined | undefined;
|
|
534
|
+
autoSave?: string | undefined | undefined;
|
|
535
|
+
itemProp?: string | undefined | undefined;
|
|
536
|
+
itemScope?: boolean | undefined | undefined;
|
|
537
|
+
itemType?: string | undefined | undefined;
|
|
538
|
+
itemID?: string | undefined | undefined;
|
|
539
|
+
itemRef?: string | undefined | undefined;
|
|
540
|
+
results?: number | undefined | undefined;
|
|
541
|
+
security?: string | undefined | undefined;
|
|
542
|
+
unselectable?: "on" | "off" | undefined | undefined;
|
|
543
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
544
|
+
is?: string | undefined | undefined;
|
|
545
|
+
"aria-activedescendant"?: string | undefined | undefined;
|
|
554
546
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
555
|
-
"aria-autocomplete"?: "
|
|
556
|
-
"aria-braillelabel"?: string | undefined;
|
|
557
|
-
"aria-brailleroledescription"?: string | undefined;
|
|
547
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
548
|
+
"aria-braillelabel"?: string | undefined | undefined;
|
|
549
|
+
"aria-brailleroledescription"?: string | undefined | undefined;
|
|
558
550
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
559
|
-
"aria-checked"?: boolean | "
|
|
560
|
-
"aria-colcount"?: number | undefined;
|
|
561
|
-
"aria-colindex"?: number | undefined;
|
|
562
|
-
"aria-colindextext"?: string | undefined;
|
|
563
|
-
"aria-colspan"?: number | undefined;
|
|
564
|
-
"aria-controls"?: string | undefined;
|
|
565
|
-
"aria-current"?: boolean | "
|
|
566
|
-
"aria-describedby"?: string | undefined;
|
|
567
|
-
"aria-description"?: string | undefined;
|
|
568
|
-
"aria-details"?: string | undefined;
|
|
551
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
552
|
+
"aria-colcount"?: number | undefined | undefined;
|
|
553
|
+
"aria-colindex"?: number | undefined | undefined;
|
|
554
|
+
"aria-colindextext"?: string | undefined | undefined;
|
|
555
|
+
"aria-colspan"?: number | undefined | undefined;
|
|
556
|
+
"aria-controls"?: string | undefined | undefined;
|
|
557
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
|
|
558
|
+
"aria-describedby"?: string | undefined | undefined;
|
|
559
|
+
"aria-description"?: string | undefined | undefined;
|
|
560
|
+
"aria-details"?: string | undefined | undefined;
|
|
569
561
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
570
|
-
"aria-dropeffect"?: "
|
|
571
|
-
"aria-errormessage"?: string | undefined;
|
|
562
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
|
|
563
|
+
"aria-errormessage"?: string | undefined | undefined;
|
|
572
564
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
573
|
-
"aria-flowto"?: string | undefined;
|
|
565
|
+
"aria-flowto"?: string | undefined | undefined;
|
|
574
566
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
575
|
-
"aria-haspopup"?: boolean | "
|
|
567
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
|
|
576
568
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
577
|
-
"aria-invalid"?: boolean | "
|
|
578
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
579
|
-
"aria-label"?: string | undefined;
|
|
580
|
-
"aria-labelledby"?: string | undefined;
|
|
581
|
-
"aria-level"?: number | undefined;
|
|
582
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
569
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
|
|
570
|
+
"aria-keyshortcuts"?: string | undefined | undefined;
|
|
571
|
+
"aria-label"?: string | undefined | undefined;
|
|
572
|
+
"aria-labelledby"?: string | undefined | undefined;
|
|
573
|
+
"aria-level"?: number | undefined | undefined;
|
|
574
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined | undefined;
|
|
583
575
|
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
584
576
|
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
585
577
|
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
586
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
587
|
-
"aria-owns"?: string | undefined;
|
|
588
|
-
"aria-placeholder"?: string | undefined;
|
|
589
|
-
"aria-posinset"?: number | undefined;
|
|
590
|
-
"aria-pressed"?: boolean | "
|
|
578
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
|
|
579
|
+
"aria-owns"?: string | undefined | undefined;
|
|
580
|
+
"aria-placeholder"?: string | undefined | undefined;
|
|
581
|
+
"aria-posinset"?: number | undefined | undefined;
|
|
582
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
591
583
|
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
592
|
-
"aria-relevant"?: "
|
|
584
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
|
|
593
585
|
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
594
|
-
"aria-roledescription"?: string | undefined;
|
|
595
|
-
"aria-rowcount"?: number | undefined;
|
|
596
|
-
"aria-rowindex"?: number | undefined;
|
|
597
|
-
"aria-rowindextext"?: string | undefined;
|
|
598
|
-
"aria-rowspan"?: number | undefined;
|
|
586
|
+
"aria-roledescription"?: string | undefined | undefined;
|
|
587
|
+
"aria-rowcount"?: number | undefined | undefined;
|
|
588
|
+
"aria-rowindex"?: number | undefined | undefined;
|
|
589
|
+
"aria-rowindextext"?: string | undefined | undefined;
|
|
590
|
+
"aria-rowspan"?: number | undefined | undefined;
|
|
599
591
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
600
|
-
"aria-setsize"?: number | undefined;
|
|
601
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
602
|
-
"aria-valuemax"?: number | undefined;
|
|
603
|
-
"aria-valuemin"?: number | undefined;
|
|
604
|
-
"aria-valuenow"?: number | undefined;
|
|
605
|
-
"aria-valuetext"?: string | undefined;
|
|
592
|
+
"aria-setsize"?: number | undefined | undefined;
|
|
593
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
|
|
594
|
+
"aria-valuemax"?: number | undefined | undefined;
|
|
595
|
+
"aria-valuemin"?: number | undefined | undefined;
|
|
596
|
+
"aria-valuenow"?: number | undefined | undefined;
|
|
597
|
+
"aria-valuetext"?: string | undefined | undefined;
|
|
606
598
|
dangerouslySetInnerHTML?: {
|
|
607
599
|
__html: string | TrustedHTML;
|
|
608
|
-
} | undefined;
|
|
600
|
+
} | undefined | undefined;
|
|
609
601
|
onCopy?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
610
602
|
onCopyCapture?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
611
603
|
onCut?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
@@ -772,14 +764,14 @@ export declare const MaxButton: import("@stitches/react/types/styled-component.j
|
|
|
772
764
|
size?: "small" | "medium" | "large" | "xsmall" | "xxsmall" | undefined;
|
|
773
765
|
variant?: "default" | "contained" | "outlined" | "ghost" | undefined;
|
|
774
766
|
type?: "primary" | "secondary" | "success" | "warning" | "error" | undefined;
|
|
775
|
-
loading?: boolean
|
|
776
|
-
disabled?: boolean
|
|
777
|
-
prefix?:
|
|
778
|
-
suffix?:
|
|
779
|
-
fullWidth?: boolean
|
|
780
|
-
disableRipple?: boolean
|
|
767
|
+
loading?: boolean;
|
|
768
|
+
disabled?: boolean;
|
|
769
|
+
prefix?: React.ReactNode;
|
|
770
|
+
suffix?: React.ReactNode;
|
|
771
|
+
fullWidth?: boolean;
|
|
772
|
+
disableRipple?: boolean;
|
|
781
773
|
} & {
|
|
782
|
-
children?: import("react").ReactNode;
|
|
774
|
+
children?: import("react").ReactNode | undefined;
|
|
783
775
|
} & import("react").RefAttributes<HTMLButtonElement>>, {}, {
|
|
784
776
|
xs: string;
|
|
785
777
|
sm: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapInput.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/SwapInput/SwapInput.styles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SwapInput.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/SwapInput/SwapInput.styles.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,112 +1,109 @@
|
|
|
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<import("react").ForwardRefExoticComponent<{
|
|
5
|
-
id?: string | undefined;
|
|
6
|
-
slot?: string | undefined;
|
|
2
|
+
id?: string | undefined | undefined;
|
|
3
|
+
slot?: string | undefined | undefined;
|
|
7
4
|
style?: import("react").CSSProperties | undefined;
|
|
8
|
-
title?: string | undefined;
|
|
5
|
+
title?: string | undefined | undefined;
|
|
9
6
|
children?: import("react").ReactNode;
|
|
10
|
-
color?: string | undefined;
|
|
11
|
-
content?: string | undefined;
|
|
12
|
-
translate?: "yes" | "no" | undefined;
|
|
13
|
-
hidden?: boolean | undefined;
|
|
14
|
-
defaultChecked?: boolean | undefined;
|
|
7
|
+
color?: string | undefined | undefined;
|
|
8
|
+
content?: string | undefined | undefined;
|
|
9
|
+
translate?: "yes" | "no" | undefined | undefined;
|
|
10
|
+
hidden?: boolean | undefined | undefined;
|
|
11
|
+
defaultChecked?: boolean | undefined | undefined;
|
|
15
12
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
16
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
17
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
18
|
-
accessKey?: string | undefined;
|
|
19
|
-
autoFocus?: boolean | undefined;
|
|
20
|
-
className?: string | undefined;
|
|
13
|
+
suppressContentEditableWarning?: boolean | undefined | undefined;
|
|
14
|
+
suppressHydrationWarning?: boolean | undefined | undefined;
|
|
15
|
+
accessKey?: string | undefined | undefined;
|
|
16
|
+
autoFocus?: boolean | undefined | undefined;
|
|
17
|
+
className?: string | undefined | undefined;
|
|
21
18
|
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
22
|
-
contextMenu?: string | undefined;
|
|
23
|
-
dir?: string | undefined;
|
|
19
|
+
contextMenu?: string | undefined | undefined;
|
|
20
|
+
dir?: string | undefined | undefined;
|
|
24
21
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
25
|
-
lang?: string | undefined;
|
|
26
|
-
nonce?: string | undefined;
|
|
27
|
-
placeholder?: string | undefined;
|
|
22
|
+
lang?: string | undefined | undefined;
|
|
23
|
+
nonce?: string | undefined | undefined;
|
|
24
|
+
placeholder?: string | undefined | undefined;
|
|
28
25
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
29
|
-
tabIndex?: number | undefined;
|
|
30
|
-
radioGroup?: string | undefined;
|
|
26
|
+
tabIndex?: number | undefined | undefined;
|
|
27
|
+
radioGroup?: string | undefined | undefined;
|
|
31
28
|
role?: import("react").AriaRole | undefined;
|
|
32
|
-
about?: string | undefined;
|
|
33
|
-
datatype?: string | undefined;
|
|
29
|
+
about?: string | undefined | undefined;
|
|
30
|
+
datatype?: string | undefined | undefined;
|
|
34
31
|
inlist?: any;
|
|
35
|
-
property?: string | undefined;
|
|
36
|
-
rel?: string | undefined;
|
|
37
|
-
resource?: string | undefined;
|
|
38
|
-
rev?: string | undefined;
|
|
39
|
-
typeof?: string | undefined;
|
|
40
|
-
vocab?: string | undefined;
|
|
41
|
-
autoCapitalize?: string | undefined;
|
|
42
|
-
autoCorrect?: string | undefined;
|
|
43
|
-
autoSave?: string | undefined;
|
|
44
|
-
itemProp?: string | undefined;
|
|
45
|
-
itemScope?: boolean | undefined;
|
|
46
|
-
itemType?: string | undefined;
|
|
47
|
-
itemID?: string | undefined;
|
|
48
|
-
itemRef?: string | undefined;
|
|
49
|
-
results?: number | undefined;
|
|
50
|
-
security?: string | undefined;
|
|
51
|
-
unselectable?: "on" | "off" | undefined;
|
|
52
|
-
inputMode?: "
|
|
53
|
-
is?: string | undefined;
|
|
54
|
-
"aria-activedescendant"?: string | undefined;
|
|
32
|
+
property?: string | undefined | undefined;
|
|
33
|
+
rel?: string | undefined | undefined;
|
|
34
|
+
resource?: string | undefined | undefined;
|
|
35
|
+
rev?: string | undefined | undefined;
|
|
36
|
+
typeof?: string | undefined | undefined;
|
|
37
|
+
vocab?: string | undefined | undefined;
|
|
38
|
+
autoCapitalize?: string | undefined | undefined;
|
|
39
|
+
autoCorrect?: string | undefined | undefined;
|
|
40
|
+
autoSave?: string | undefined | undefined;
|
|
41
|
+
itemProp?: string | undefined | undefined;
|
|
42
|
+
itemScope?: boolean | undefined | undefined;
|
|
43
|
+
itemType?: string | undefined | undefined;
|
|
44
|
+
itemID?: string | undefined | undefined;
|
|
45
|
+
itemRef?: string | undefined | undefined;
|
|
46
|
+
results?: number | undefined | undefined;
|
|
47
|
+
security?: string | undefined | undefined;
|
|
48
|
+
unselectable?: "on" | "off" | undefined | undefined;
|
|
49
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
50
|
+
is?: string | undefined | undefined;
|
|
51
|
+
"aria-activedescendant"?: string | undefined | undefined;
|
|
55
52
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
56
|
-
"aria-autocomplete"?: "
|
|
57
|
-
"aria-braillelabel"?: string | undefined;
|
|
58
|
-
"aria-brailleroledescription"?: string | undefined;
|
|
53
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
54
|
+
"aria-braillelabel"?: string | undefined | undefined;
|
|
55
|
+
"aria-brailleroledescription"?: string | undefined | undefined;
|
|
59
56
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
60
|
-
"aria-checked"?: boolean | "
|
|
61
|
-
"aria-colcount"?: number | undefined;
|
|
62
|
-
"aria-colindex"?: number | undefined;
|
|
63
|
-
"aria-colindextext"?: string | undefined;
|
|
64
|
-
"aria-colspan"?: number | undefined;
|
|
65
|
-
"aria-controls"?: string | undefined;
|
|
66
|
-
"aria-current"?: boolean | "
|
|
67
|
-
"aria-describedby"?: string | undefined;
|
|
68
|
-
"aria-description"?: string | undefined;
|
|
69
|
-
"aria-details"?: string | undefined;
|
|
57
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
58
|
+
"aria-colcount"?: number | undefined | undefined;
|
|
59
|
+
"aria-colindex"?: number | undefined | undefined;
|
|
60
|
+
"aria-colindextext"?: string | undefined | undefined;
|
|
61
|
+
"aria-colspan"?: number | undefined | undefined;
|
|
62
|
+
"aria-controls"?: string | undefined | undefined;
|
|
63
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
|
|
64
|
+
"aria-describedby"?: string | undefined | undefined;
|
|
65
|
+
"aria-description"?: string | undefined | undefined;
|
|
66
|
+
"aria-details"?: string | undefined | undefined;
|
|
70
67
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
71
|
-
"aria-dropeffect"?: "
|
|
72
|
-
"aria-errormessage"?: string | undefined;
|
|
68
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
|
|
69
|
+
"aria-errormessage"?: string | undefined | undefined;
|
|
73
70
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
74
|
-
"aria-flowto"?: string | undefined;
|
|
71
|
+
"aria-flowto"?: string | undefined | undefined;
|
|
75
72
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
76
|
-
"aria-haspopup"?: boolean | "
|
|
73
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
|
|
77
74
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
78
|
-
"aria-invalid"?: boolean | "
|
|
79
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
80
|
-
"aria-label"?: string | undefined;
|
|
81
|
-
"aria-labelledby"?: string | undefined;
|
|
82
|
-
"aria-level"?: number | undefined;
|
|
83
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
75
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
|
|
76
|
+
"aria-keyshortcuts"?: string | undefined | undefined;
|
|
77
|
+
"aria-label"?: string | undefined | undefined;
|
|
78
|
+
"aria-labelledby"?: string | undefined | undefined;
|
|
79
|
+
"aria-level"?: number | undefined | undefined;
|
|
80
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined | undefined;
|
|
84
81
|
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
85
82
|
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
86
83
|
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
87
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
88
|
-
"aria-owns"?: string | undefined;
|
|
89
|
-
"aria-placeholder"?: string | undefined;
|
|
90
|
-
"aria-posinset"?: number | undefined;
|
|
91
|
-
"aria-pressed"?: boolean | "
|
|
84
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
|
|
85
|
+
"aria-owns"?: string | undefined | undefined;
|
|
86
|
+
"aria-placeholder"?: string | undefined | undefined;
|
|
87
|
+
"aria-posinset"?: number | undefined | undefined;
|
|
88
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
92
89
|
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
93
|
-
"aria-relevant"?: "
|
|
90
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
|
|
94
91
|
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
95
|
-
"aria-roledescription"?: string | undefined;
|
|
96
|
-
"aria-rowcount"?: number | undefined;
|
|
97
|
-
"aria-rowindex"?: number | undefined;
|
|
98
|
-
"aria-rowindextext"?: string | undefined;
|
|
99
|
-
"aria-rowspan"?: number | undefined;
|
|
92
|
+
"aria-roledescription"?: string | undefined | undefined;
|
|
93
|
+
"aria-rowcount"?: number | undefined | undefined;
|
|
94
|
+
"aria-rowindex"?: number | undefined | undefined;
|
|
95
|
+
"aria-rowindextext"?: string | undefined | undefined;
|
|
96
|
+
"aria-rowspan"?: number | undefined | undefined;
|
|
100
97
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
101
|
-
"aria-setsize"?: number | undefined;
|
|
102
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
103
|
-
"aria-valuemax"?: number | undefined;
|
|
104
|
-
"aria-valuemin"?: number | undefined;
|
|
105
|
-
"aria-valuenow"?: number | undefined;
|
|
106
|
-
"aria-valuetext"?: string | undefined;
|
|
98
|
+
"aria-setsize"?: number | undefined | undefined;
|
|
99
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
|
|
100
|
+
"aria-valuemax"?: number | undefined | undefined;
|
|
101
|
+
"aria-valuemin"?: number | undefined | undefined;
|
|
102
|
+
"aria-valuenow"?: number | undefined | undefined;
|
|
103
|
+
"aria-valuetext"?: string | undefined | undefined;
|
|
107
104
|
dangerouslySetInnerHTML?: {
|
|
108
105
|
__html: string | TrustedHTML;
|
|
109
|
-
} | undefined;
|
|
106
|
+
} | undefined | undefined;
|
|
110
107
|
onCopy?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
111
108
|
onCopyCapture?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
112
109
|
onCut?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
@@ -273,14 +270,14 @@ export declare const Container: import("@stitches/react/types/styled-component.j
|
|
|
273
270
|
size?: "small" | "medium" | "large" | "xsmall" | "xxsmall" | undefined;
|
|
274
271
|
variant?: "default" | "contained" | "outlined" | "ghost" | undefined;
|
|
275
272
|
type?: "primary" | "secondary" | "success" | "warning" | "error" | undefined;
|
|
276
|
-
loading?: boolean
|
|
277
|
-
disabled?: boolean
|
|
278
|
-
prefix?:
|
|
279
|
-
suffix?:
|
|
280
|
-
fullWidth?: boolean
|
|
281
|
-
disableRipple?: boolean
|
|
273
|
+
loading?: boolean;
|
|
274
|
+
disabled?: boolean;
|
|
275
|
+
prefix?: React.ReactNode;
|
|
276
|
+
suffix?: React.ReactNode;
|
|
277
|
+
fullWidth?: boolean;
|
|
278
|
+
disableRipple?: boolean;
|
|
282
279
|
} & {
|
|
283
|
-
children?: import("react").ReactNode;
|
|
280
|
+
children?: import("react").ReactNode | undefined;
|
|
284
281
|
} & import("react").RefAttributes<HTMLButtonElement>>, {}, {
|
|
285
282
|
xs: string;
|
|
286
283
|
sm: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokenSection.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/SwapInput/TokenSection.styles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TokenSection.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/SwapInput/TokenSection.styles.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAwBX,MAAO,SAClB;aAAY,MAAO,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAY1B,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAAQ,CAAC;AAErC,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAehC,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAQ3B,CAAC;AAEH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAGzB,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import type { CSS as StitchesCSS } from '@stitches/react';
|
|
3
2
|
export declare const theme: {
|
|
4
3
|
colors: {
|
|
@@ -171,9 +170,9 @@ export declare const darkColors: {
|
|
|
171
170
|
background: string;
|
|
172
171
|
foreground: string;
|
|
173
172
|
};
|
|
174
|
-
export declare const styled: <Type extends
|
|
173
|
+
export declare const styled: <Type extends keyof JSX.IntrinsicElements | React.ComponentType<any> | import("@stitches/react/types/util").Function, Composers extends (string | React.ComponentType<any> | import("@stitches/react/types/util").Function | {
|
|
175
174
|
[name: string]: unknown;
|
|
176
|
-
})[],
|
|
175
|
+
})[], CSS = import("@stitches/react/types/css-util").CSS<{
|
|
177
176
|
xs: string;
|
|
178
177
|
sm: string;
|
|
179
178
|
md: string;
|
|
@@ -328,18 +327,18 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
328
327
|
};
|
|
329
328
|
zIndices: {};
|
|
330
329
|
transitions: {};
|
|
331
|
-
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>(type: Type, ...composers: { [K in keyof Composers]: string extends Composers[K] ? Composers[K] : Composers[K] extends string | import("react").ComponentType<any> | import("@stitches/react/types/util").Function ? Composers[K] : import("@stitches/react/types/stitches").RemoveIndex<
|
|
330
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>(type: Type, ...composers: { [K in keyof Composers]: string extends Composers[K] ? Composers[K] : Composers[K] extends string | import("react").ComponentType<any> | import("@stitches/react/types/util").Function ? Composers[K] : import("@stitches/react/types/stitches").RemoveIndex<CSS> & {
|
|
332
331
|
variants?: {
|
|
333
332
|
[x: string]: {
|
|
334
|
-
[x: string]:
|
|
335
|
-
[x: number]:
|
|
333
|
+
[x: string]: CSS;
|
|
334
|
+
[x: number]: CSS;
|
|
336
335
|
};
|
|
337
336
|
} | undefined;
|
|
338
337
|
compoundVariants?: (("variants" extends keyof Composers[K] ? { [Name in keyof Composers[K][keyof Composers[K] & "variants"]]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name]> | undefined; } : import("@stitches/react/types/util").WideObject) & {
|
|
339
|
-
css:
|
|
338
|
+
css: CSS;
|
|
340
339
|
})[] | undefined;
|
|
341
340
|
defaultVariants?: ("variants" extends keyof Composers[K] ? { [Name_1 in keyof Composers[K][keyof Composers[K] & "variants"]]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name_1]> | undefined; } : import("@stitches/react/types/util").WideObject) | undefined;
|
|
342
|
-
} &
|
|
341
|
+
} & CSS & { [K2 in keyof Composers[K]]: K2 extends "compoundVariants" | "defaultVariants" | "variants" ? unknown : K2 extends keyof CSS ? CSS[K2] : unknown; }; }) => import("@stitches/react/types/styled-component").StyledComponent<Type, import("@stitches/react/types/styled-component").StyledComponentProps<Composers>, {
|
|
343
342
|
xs: string;
|
|
344
343
|
sm: string;
|
|
345
344
|
md: string;
|
|
@@ -499,9 +498,9 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
499
498
|
};
|
|
500
499
|
zIndices: {};
|
|
501
500
|
transitions: {};
|
|
502
|
-
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>, css: <Composers extends (string |
|
|
501
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>, css: <Composers extends (string | React.ExoticComponent<any> | React.JSXElementConstructor<any> | import("@stitches/react/types/util").Function | {
|
|
503
502
|
[name: string]: unknown;
|
|
504
|
-
})[],
|
|
503
|
+
})[], CSS = import("@stitches/react/types/css-util").CSS<{
|
|
505
504
|
xs: string;
|
|
506
505
|
sm: string;
|
|
507
506
|
md: string;
|
|
@@ -656,23 +655,23 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
656
655
|
};
|
|
657
656
|
zIndices: {};
|
|
658
657
|
transitions: {};
|
|
659
|
-
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>(...composers: { [K in keyof Composers]: string extends Composers[K] ? Composers[K] : Composers[K] extends string | import("react").JSXElementConstructor<any> | import("react").ExoticComponent<any> | import("@stitches/react/types/util").Function ? Composers[K] : import("@stitches/react/types/stitches").RemoveIndex<
|
|
658
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>(...composers: { [K in keyof Composers]: string extends Composers[K] ? Composers[K] : Composers[K] extends string | import("react").JSXElementConstructor<any> | import("react").ExoticComponent<any> | import("@stitches/react/types/util").Function ? Composers[K] : import("@stitches/react/types/stitches").RemoveIndex<CSS> & {
|
|
660
659
|
variants?: {
|
|
661
660
|
[x: string]: {
|
|
662
|
-
[x: string]:
|
|
663
|
-
[x: number]:
|
|
661
|
+
[x: string]: CSS;
|
|
662
|
+
[x: number]: CSS;
|
|
664
663
|
};
|
|
665
664
|
} | undefined;
|
|
666
665
|
compoundVariants?: (("variants" extends keyof Composers[K] ? { [Name in keyof Composers[K][keyof Composers[K] & "variants"]]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name]> | undefined; } : import("@stitches/react/types/util").WideObject) & {
|
|
667
|
-
css:
|
|
666
|
+
css: CSS;
|
|
668
667
|
})[] | undefined;
|
|
669
668
|
defaultVariants?: ("variants" extends keyof Composers[K] ? { [Name_1 in keyof Composers[K][keyof Composers[K] & "variants"]]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name_1]> | undefined; } : import("@stitches/react/types/util").WideObject) | undefined;
|
|
670
|
-
} &
|
|
669
|
+
} & CSS & { [K2 in keyof Composers[K]]: K2 extends "compoundVariants" | "defaultVariants" | "variants" ? unknown : K2 extends keyof CSS ? CSS[K2] : unknown; }; }) => import("@stitches/react/types/styled-component").CssComponent<import("@stitches/react/types/styled-component").StyledComponentType<Composers>, import("@stitches/react/types/styled-component").StyledComponentProps<Composers>, {
|
|
671
670
|
xs: string;
|
|
672
671
|
sm: string;
|
|
673
672
|
md: string;
|
|
674
673
|
lg: string;
|
|
675
|
-
},
|
|
674
|
+
}, CSS>, createTheme: <Argument0 extends string | ({
|
|
676
675
|
colors?: {
|
|
677
676
|
primary?: string | number | boolean | undefined;
|
|
678
677
|
primary500?: string | number | boolean | undefined;
|
|
@@ -1460,7 +1459,9 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
1460
1459
|
};
|
|
1461
1460
|
zIndices: {};
|
|
1462
1461
|
transitions: {};
|
|
1463
|
-
}, import("@stitches/react/types/config").DefaultThemeMap, {}>; })[]) =>
|
|
1462
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>; })[]) => {
|
|
1463
|
+
(): string;
|
|
1464
|
+
}, config: {
|
|
1464
1465
|
prefix: "";
|
|
1465
1466
|
media: {
|
|
1466
1467
|
xs: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../../src/theme.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../../src/theme.ts"],"names":[],"mappings":"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"}
|