@livepeer/design-system 1.1.0-0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (72) hide show
  1. package/package.json +30 -30
  2. package/dist/components/Accordion.d.ts +0 -1512
  3. package/dist/components/Alert.d.ts +0 -752
  4. package/dist/components/AlertDialog.d.ts +0 -15
  5. package/dist/components/AppBar.d.ts +0 -755
  6. package/dist/components/Avatar.d.ts +0 -2270
  7. package/dist/components/Badge.d.ts +0 -753
  8. package/dist/components/Banner.d.ts +0 -754
  9. package/dist/components/Box.d.ts +0 -749
  10. package/dist/components/Button.d.ts +0 -753
  11. package/dist/components/Card.d.ts +0 -751
  12. package/dist/components/Checkbox.d.ts +0 -761
  13. package/dist/components/Code.d.ts +0 -751
  14. package/dist/components/Container.d.ts +0 -751
  15. package/dist/components/ContextMenu.d.ts +0 -3766
  16. package/dist/components/ControlGroup.d.ts +0 -749
  17. package/dist/components/DesignSystemProvider.d.ts +0 -9
  18. package/dist/components/Dialog.d.ts +0 -18
  19. package/dist/components/DropdownMenu.d.ts +0 -6016
  20. package/dist/components/Flex.d.ts +0 -755
  21. package/dist/components/Grid.d.ts +0 -757
  22. package/dist/components/Heading.d.ts +0 -14
  23. package/dist/components/IconButton.d.ts +0 -753
  24. package/dist/components/Image.d.ts +0 -749
  25. package/dist/components/Kbd.d.ts +0 -752
  26. package/dist/components/Label.d.ts +0 -755
  27. package/dist/components/Link.d.ts +0 -751
  28. package/dist/components/Menu.d.ts +0 -10498
  29. package/dist/components/Overlay.d.ts +0 -1498
  30. package/dist/components/Panel.d.ts +0 -1498
  31. package/dist/components/Paragraph.d.ts +0 -14
  32. package/dist/components/Popover.d.ts +0 -13
  33. package/dist/components/ProgressBar.d.ts +0 -761
  34. package/dist/components/Promo.d.ts +0 -754
  35. package/dist/components/Radio.d.ts +0 -1510
  36. package/dist/components/RadioCard.d.ts +0 -758
  37. package/dist/components/RadioGrid.d.ts +0 -1500
  38. package/dist/components/Scrollbar.d.ts +0 -6
  39. package/dist/components/Section.d.ts +0 -751
  40. package/dist/components/Select.d.ts +0 -1504
  41. package/dist/components/Separator.d.ts +0 -753
  42. package/dist/components/Sheet.d.ts +0 -766
  43. package/dist/components/SimpleToggle.d.ts +0 -753
  44. package/dist/components/Skeleton.d.ts +0 -751
  45. package/dist/components/Slider.d.ts +0 -758
  46. package/dist/components/Snackbar/SnackbarProvider.d.ts +0 -15
  47. package/dist/components/Snackbar/index.d.ts +0 -2
  48. package/dist/components/Snackbar/transitionStyles.d.ts +0 -87
  49. package/dist/components/Snackbar/useSnackbar.d.ts +0 -5
  50. package/dist/components/Status.d.ts +0 -752
  51. package/dist/components/Sub.d.ts +0 -749
  52. package/dist/components/Sup.d.ts +0 -749
  53. package/dist/components/Switch.d.ts +0 -1509
  54. package/dist/components/TabLink.d.ts +0 -751
  55. package/dist/components/Table.d.ts +0 -6000
  56. package/dist/components/Tabs.d.ts +0 -4500
  57. package/dist/components/Text.d.ts +0 -753
  58. package/dist/components/TextArea.d.ts +0 -753
  59. package/dist/components/TextField.d.ts +0 -754
  60. package/dist/components/Tooltip.d.ts +0 -10
  61. package/dist/components/TreeItem.d.ts +0 -751
  62. package/dist/components/VerifiedBadge.d.ts +0 -762
  63. package/dist/custom/AppBar.d.ts +0 -755
  64. package/dist/custom/Avatars.d.ts +0 -2
  65. package/dist/custom/DarkThemeButton.d.ts +0 -2
  66. package/dist/custom/Kbds.d.ts +0 -2
  67. package/dist/custom/Snackbar.d.ts +0 -2
  68. package/dist/custom/Toolbar.d.ts +0 -2
  69. package/dist/index.d.ts +0 -61
  70. package/dist/index.es.js +0 -4912
  71. package/dist/index.js +0 -5127
  72. package/dist/stitches.config.d.ts +0 -6321
@@ -1,1512 +0,0 @@
1
- import React from "react";
2
- import type { CSS } from "../stitches.config";
3
- import * as AccordionPrimitive from "@radix-ui/react-accordion";
4
- export declare const Accordion: React.ForwardRefExoticComponent<(Pick<AccordionPrimitive.AccordionSingleProps & React.RefAttributes<HTMLDivElement> & {
5
- css?: CSS | undefined;
6
- }, "color" | "translate" | "hidden" | "style" | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "asChild" | "type" | "value" | "onValueChange" | "collapsible" | "disabled" | "css"> | Pick<AccordionPrimitive.AccordionMultipleProps & React.RefAttributes<HTMLDivElement> & {
7
- css?: CSS | undefined;
8
- }, "color" | "translate" | "hidden" | "style" | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "asChild" | "type" | "value" | "onValueChange" | "disabled" | "css">) & React.RefAttributes<HTMLDivElement>>;
9
- declare type AccordionTriggerPrimitiveProps = React.ComponentProps<typeof AccordionPrimitive.Trigger>;
10
- declare type AccordionTriggerProps = AccordionTriggerPrimitiveProps & {
11
- css?: CSS;
12
- };
13
- export declare const AccordionTrigger: React.ForwardRefExoticComponent<Pick<AccordionTriggerProps, "color" | "translate" | "hidden" | "style" | "form" | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "asChild" | "type" | "value" | "disabled" | "css" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name"> & React.RefAttributes<HTMLButtonElement>>;
14
- export declare const AccordionItem: import("@stitches/react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<AccordionPrimitive.AccordionItemProps & React.RefAttributes<HTMLDivElement>>, {}, {
15
- bp1: "(min-width: 520px)";
16
- bp2: "(min-width: 900px)";
17
- bp3: "(min-width: 1200px)";
18
- bp4: "(min-width: 1800px)";
19
- motion: "(prefers-reduced-motion)";
20
- hover: "(any-hover: hover)";
21
- dark: "(prefers-color-scheme: dark)";
22
- light: "(prefers-color-scheme: light)";
23
- }, import("@stitches/react/types/css-util").CSS<{
24
- bp1: "(min-width: 520px)";
25
- bp2: "(min-width: 900px)";
26
- bp3: "(min-width: 1200px)";
27
- bp4: "(min-width: 1800px)";
28
- motion: "(prefers-reduced-motion)";
29
- hover: "(any-hover: hover)";
30
- dark: "(prefers-color-scheme: dark)";
31
- light: "(prefers-color-scheme: light)";
32
- }, {
33
- colors: {
34
- hiContrast: string;
35
- loContrast: string;
36
- canvas: string;
37
- panel: string;
38
- transparentPanel: string;
39
- shadowLight: string;
40
- shadowDark: string;
41
- blackA1: string;
42
- blackA2: string;
43
- blackA3: string;
44
- blackA4: string;
45
- blackA5: string;
46
- blackA6: string;
47
- blackA7: string;
48
- blackA8: string;
49
- blackA9: string;
50
- blackA10: string;
51
- blackA11: string;
52
- blackA12: string;
53
- whiteA1: string;
54
- whiteA2: string;
55
- whiteA3: string;
56
- whiteA4: string;
57
- whiteA5: string;
58
- whiteA6: string;
59
- whiteA7: string;
60
- whiteA8: string;
61
- whiteA9: string;
62
- whiteA10: string;
63
- whiteA11: string;
64
- whiteA12: string;
65
- gold1: string;
66
- gold2: string;
67
- gold3: string;
68
- gold4: string;
69
- gold5: string;
70
- gold6: string;
71
- gold7: string;
72
- gold8: string;
73
- gold9: string;
74
- gold10: string;
75
- gold11: string;
76
- gold12: string;
77
- bronze1: string;
78
- bronze2: string;
79
- bronze3: string;
80
- bronze4: string;
81
- bronze5: string;
82
- bronze6: string;
83
- bronze7: string;
84
- bronze8: string;
85
- bronze9: string;
86
- bronze10: string;
87
- bronze11: string;
88
- bronze12: string;
89
- brown1: string;
90
- brown2: string;
91
- brown3: string;
92
- brown4: string;
93
- brown5: string;
94
- brown6: string;
95
- brown7: string;
96
- brown8: string;
97
- brown9: string;
98
- brown10: string;
99
- brown11: string;
100
- brown12: string;
101
- orange1: string;
102
- orange2: string;
103
- orange3: string;
104
- orange4: string;
105
- orange5: string;
106
- orange6: string;
107
- orange7: string;
108
- orange8: string;
109
- orange9: string;
110
- orange10: string;
111
- orange11: string;
112
- orange12: string;
113
- amber1: string;
114
- amber2: string;
115
- amber3: string;
116
- amber4: string;
117
- amber5: string;
118
- amber6: string;
119
- amber7: string;
120
- amber8: string;
121
- amber9: string;
122
- amber10: string;
123
- amber11: string;
124
- amber12: string;
125
- yellow1: string;
126
- yellow2: string;
127
- yellow3: string;
128
- yellow4: string;
129
- yellow5: string;
130
- yellow6: string;
131
- yellow7: string;
132
- yellow8: string;
133
- yellow9: string;
134
- yellow10: string;
135
- yellow11: string;
136
- yellow12: string;
137
- lime1: string;
138
- lime2: string;
139
- lime3: string;
140
- lime4: string;
141
- lime5: string;
142
- lime6: string;
143
- lime7: string;
144
- lime8: string;
145
- lime9: string;
146
- lime10: string;
147
- lime11: string;
148
- lime12: string;
149
- grass1: string;
150
- grass2: string;
151
- grass3: string;
152
- grass4: string;
153
- grass5: string;
154
- grass6: string;
155
- grass7: string;
156
- grass8: string;
157
- grass9: string;
158
- grass10: string;
159
- grass11: string;
160
- grass12: string;
161
- green1: string;
162
- green2: string;
163
- green3: string;
164
- green4: string;
165
- green5: string;
166
- green6: string;
167
- green7: string;
168
- green8: string;
169
- green9: string;
170
- green10: string;
171
- green11: string;
172
- green12: string;
173
- teal1: string;
174
- teal2: string;
175
- teal3: string;
176
- teal4: string;
177
- teal5: string;
178
- teal6: string;
179
- teal7: string;
180
- teal8: string;
181
- teal9: string;
182
- teal10: string;
183
- teal11: string;
184
- teal12: string;
185
- cyan1: string;
186
- cyan2: string;
187
- cyan3: string;
188
- cyan4: string;
189
- cyan5: string;
190
- cyan6: string;
191
- cyan7: string;
192
- cyan8: string;
193
- cyan9: string;
194
- cyan10: string;
195
- cyan11: string;
196
- cyan12: string;
197
- mint1: string;
198
- mint2: string;
199
- mint3: string;
200
- mint4: string;
201
- mint5: string;
202
- mint6: string;
203
- mint7: string;
204
- mint8: string;
205
- mint9: string;
206
- mint10: string;
207
- mint11: string;
208
- mint12: string;
209
- sky1: string;
210
- sky2: string;
211
- sky3: string;
212
- sky4: string;
213
- sky5: string;
214
- sky6: string;
215
- sky7: string;
216
- sky8: string;
217
- sky9: string;
218
- sky10: string;
219
- sky11: string;
220
- sky12: string;
221
- blue1: string;
222
- blue2: string;
223
- blue3: string;
224
- blue4: string;
225
- blue5: string;
226
- blue6: string;
227
- blue7: string;
228
- blue8: string;
229
- blue9: string;
230
- blue10: string;
231
- blue11: string;
232
- blue12: string;
233
- indigo1: string;
234
- indigo2: string;
235
- indigo3: string;
236
- indigo4: string;
237
- indigo5: string;
238
- indigo6: string;
239
- indigo7: string;
240
- indigo8: string;
241
- indigo9: string;
242
- indigo10: string;
243
- indigo11: string;
244
- indigo12: string;
245
- violet1: string;
246
- violet2: string;
247
- violet3: string;
248
- violet4: string;
249
- violet5: string;
250
- violet6: string;
251
- violet7: string;
252
- violet8: string;
253
- violet9: string;
254
- violet10: string;
255
- violet11: string;
256
- violet12: string;
257
- purple1: string;
258
- purple2: string;
259
- purple3: string;
260
- purple4: string;
261
- purple5: string;
262
- purple6: string;
263
- purple7: string;
264
- purple8: string;
265
- purple9: string;
266
- purple10: string;
267
- purple11: string;
268
- purple12: string;
269
- plum1: string;
270
- plum2: string;
271
- plum3: string;
272
- plum4: string;
273
- plum5: string;
274
- plum6: string;
275
- plum7: string;
276
- plum8: string;
277
- plum9: string;
278
- plum10: string;
279
- plum11: string;
280
- plum12: string;
281
- pink1: string;
282
- pink2: string;
283
- pink3: string;
284
- pink4: string;
285
- pink5: string;
286
- pink6: string;
287
- pink7: string;
288
- pink8: string;
289
- pink9: string;
290
- pink10: string;
291
- pink11: string;
292
- pink12: string;
293
- crimson1: string;
294
- crimson2: string;
295
- crimson3: string;
296
- crimson4: string;
297
- crimson5: string;
298
- crimson6: string;
299
- crimson7: string;
300
- crimson8: string;
301
- crimson9: string;
302
- crimson10: string;
303
- crimson11: string;
304
- crimson12: string;
305
- red1: string;
306
- red2: string;
307
- red3: string;
308
- red4: string;
309
- red5: string;
310
- red6: string;
311
- red7: string;
312
- red8: string;
313
- red9: string;
314
- red10: string;
315
- red11: string;
316
- red12: string;
317
- tomato1: string;
318
- tomato2: string;
319
- tomato3: string;
320
- tomato4: string;
321
- tomato5: string;
322
- tomato6: string;
323
- tomato7: string;
324
- tomato8: string;
325
- tomato9: string;
326
- tomato10: string;
327
- tomato11: string;
328
- tomato12: string;
329
- sand1: string;
330
- sand2: string;
331
- sand3: string;
332
- sand4: string;
333
- sand5: string;
334
- sand6: string;
335
- sand7: string;
336
- sand8: string;
337
- sand9: string;
338
- sand10: string;
339
- sand11: string;
340
- sand12: string;
341
- olive1: string;
342
- olive2: string;
343
- olive3: string;
344
- olive4: string;
345
- olive5: string;
346
- olive6: string;
347
- olive7: string;
348
- olive8: string;
349
- olive9: string;
350
- olive10: string;
351
- olive11: string;
352
- olive12: string;
353
- sage1: string;
354
- sage2: string;
355
- sage3: string;
356
- sage4: string;
357
- sage5: string;
358
- sage6: string;
359
- sage7: string;
360
- sage8: string;
361
- sage9: string;
362
- sage10: string;
363
- sage11: string;
364
- sage12: string;
365
- slate1: string;
366
- slate2: string;
367
- slate3: string;
368
- slate4: string;
369
- slate5: string;
370
- slate6: string;
371
- slate7: string;
372
- slate8: string;
373
- slate9: string;
374
- slate10: string;
375
- slate11: string;
376
- slate12: string;
377
- mauve1: string;
378
- mauve2: string;
379
- mauve3: string;
380
- mauve4: string;
381
- mauve5: string;
382
- mauve6: string;
383
- mauve7: string;
384
- mauve8: string;
385
- mauve9: string;
386
- mauve10: string;
387
- mauve11: string;
388
- mauve12: string;
389
- gray1: string;
390
- gray2: string;
391
- gray3: string;
392
- gray4: string;
393
- gray5: string;
394
- gray6: string;
395
- gray7: string;
396
- gray8: string;
397
- gray9: string;
398
- gray10: string;
399
- gray11: string;
400
- gray12: string;
401
- };
402
- fonts: {
403
- untitled: string;
404
- mono: string;
405
- };
406
- space: {
407
- 1: string;
408
- 2: string;
409
- 3: string;
410
- 4: string;
411
- 5: string;
412
- 6: string;
413
- 7: string;
414
- 8: string;
415
- 9: string;
416
- };
417
- sizes: {
418
- 1: string;
419
- 2: string;
420
- 3: string;
421
- 4: string;
422
- 5: string;
423
- 6: string;
424
- 7: string;
425
- 8: string;
426
- 9: string;
427
- };
428
- fontSizes: {
429
- 1: string;
430
- 2: string;
431
- 3: string;
432
- 4: string;
433
- 5: string;
434
- 6: string;
435
- 7: string;
436
- 8: string;
437
- 9: string;
438
- };
439
- radii: {
440
- 1: string;
441
- 2: string;
442
- 3: string;
443
- 4: string;
444
- round: string;
445
- pill: string;
446
- };
447
- zIndices: {
448
- 1: string;
449
- 2: string;
450
- 3: string;
451
- 4: string;
452
- max: string;
453
- };
454
- }, import("@stitches/react/types/config").DefaultThemeMap, {
455
- p: (value: {
456
- readonly [$$PropertyValue]: "padding";
457
- }) => {
458
- padding: {
459
- readonly [$$PropertyValue]: "padding";
460
- };
461
- };
462
- pt: (value: {
463
- readonly [$$PropertyValue]: "paddingTop";
464
- }) => {
465
- paddingTop: {
466
- readonly [$$PropertyValue]: "paddingTop";
467
- };
468
- };
469
- pr: (value: {
470
- readonly [$$PropertyValue]: "paddingRight";
471
- }) => {
472
- paddingRight: {
473
- readonly [$$PropertyValue]: "paddingRight";
474
- };
475
- };
476
- pb: (value: {
477
- readonly [$$PropertyValue]: "paddingBottom";
478
- }) => {
479
- paddingBottom: {
480
- readonly [$$PropertyValue]: "paddingBottom";
481
- };
482
- };
483
- pl: (value: {
484
- readonly [$$PropertyValue]: "paddingLeft";
485
- }) => {
486
- paddingLeft: {
487
- readonly [$$PropertyValue]: "paddingLeft";
488
- };
489
- };
490
- px: (value: {
491
- readonly [$$PropertyValue]: "paddingLeft";
492
- }) => {
493
- paddingLeft: {
494
- readonly [$$PropertyValue]: "paddingLeft";
495
- };
496
- paddingRight: {
497
- readonly [$$PropertyValue]: "paddingLeft";
498
- };
499
- };
500
- py: (value: {
501
- readonly [$$PropertyValue]: "paddingTop";
502
- }) => {
503
- paddingTop: {
504
- readonly [$$PropertyValue]: "paddingTop";
505
- };
506
- paddingBottom: {
507
- readonly [$$PropertyValue]: "paddingTop";
508
- };
509
- };
510
- m: (value: {
511
- readonly [$$PropertyValue]: "margin";
512
- }) => {
513
- margin: {
514
- readonly [$$PropertyValue]: "margin";
515
- };
516
- };
517
- mt: (value: {
518
- readonly [$$PropertyValue]: "marginTop";
519
- }) => {
520
- marginTop: {
521
- readonly [$$PropertyValue]: "marginTop";
522
- };
523
- };
524
- mr: (value: {
525
- readonly [$$PropertyValue]: "marginRight";
526
- }) => {
527
- marginRight: {
528
- readonly [$$PropertyValue]: "marginRight";
529
- };
530
- };
531
- mb: (value: {
532
- readonly [$$PropertyValue]: "marginBottom";
533
- }) => {
534
- marginBottom: {
535
- readonly [$$PropertyValue]: "marginBottom";
536
- };
537
- };
538
- ml: (value: {
539
- readonly [$$PropertyValue]: "marginLeft";
540
- }) => {
541
- marginLeft: {
542
- readonly [$$PropertyValue]: "marginLeft";
543
- };
544
- };
545
- mx: (value: {
546
- readonly [$$PropertyValue]: "marginLeft";
547
- }) => {
548
- marginLeft: {
549
- readonly [$$PropertyValue]: "marginLeft";
550
- };
551
- marginRight: {
552
- readonly [$$PropertyValue]: "marginLeft";
553
- };
554
- };
555
- my: (value: {
556
- readonly [$$PropertyValue]: "marginTop";
557
- }) => {
558
- marginTop: {
559
- readonly [$$PropertyValue]: "marginTop";
560
- };
561
- marginBottom: {
562
- readonly [$$PropertyValue]: "marginTop";
563
- };
564
- };
565
- ta: (value: {
566
- readonly [$$PropertyValue]: "textAlign";
567
- }) => {
568
- textAlign: {
569
- readonly [$$PropertyValue]: "textAlign";
570
- };
571
- };
572
- fd: (value: {
573
- readonly [$$PropertyValue]: "flexDirection";
574
- }) => {
575
- flexDirection: {
576
- readonly [$$PropertyValue]: "flexDirection";
577
- };
578
- };
579
- fw: (value: {
580
- readonly [$$PropertyValue]: "flexWrap";
581
- }) => {
582
- flexWrap: {
583
- readonly [$$PropertyValue]: "flexWrap";
584
- };
585
- };
586
- ai: (value: {
587
- readonly [$$PropertyValue]: "alignItems";
588
- }) => {
589
- alignItems: {
590
- readonly [$$PropertyValue]: "alignItems";
591
- };
592
- };
593
- ac: (value: {
594
- readonly [$$PropertyValue]: "alignContent";
595
- }) => {
596
- alignContent: {
597
- readonly [$$PropertyValue]: "alignContent";
598
- };
599
- };
600
- jc: (value: {
601
- readonly [$$PropertyValue]: "justifyContent";
602
- }) => {
603
- justifyContent: {
604
- readonly [$$PropertyValue]: "justifyContent";
605
- };
606
- };
607
- as: (value: {
608
- readonly [$$PropertyValue]: "alignSelf";
609
- }) => {
610
- alignSelf: {
611
- readonly [$$PropertyValue]: "alignSelf";
612
- };
613
- };
614
- fg: (value: {
615
- readonly [$$PropertyValue]: "flexGrow";
616
- }) => {
617
- flexGrow: {
618
- readonly [$$PropertyValue]: "flexGrow";
619
- };
620
- };
621
- fs: (value: {
622
- readonly [$$PropertyValue]: "flexShrink";
623
- }) => {
624
- flexShrink: {
625
- readonly [$$PropertyValue]: "flexShrink";
626
- };
627
- };
628
- fb: (value: {
629
- readonly [$$PropertyValue]: "flexBasis";
630
- }) => {
631
- flexBasis: {
632
- readonly [$$PropertyValue]: "flexBasis";
633
- };
634
- };
635
- bc: (value: {
636
- readonly [$$PropertyValue]: "backgroundColor";
637
- }) => {
638
- backgroundColor: {
639
- readonly [$$PropertyValue]: "backgroundColor";
640
- };
641
- };
642
- br: (value: {
643
- readonly [$$PropertyValue]: "borderRadius";
644
- }) => {
645
- borderRadius: {
646
- readonly [$$PropertyValue]: "borderRadius";
647
- };
648
- };
649
- btrr: (value: {
650
- readonly [$$PropertyValue]: "borderTopRightRadius";
651
- }) => {
652
- borderTopRightRadius: {
653
- readonly [$$PropertyValue]: "borderTopRightRadius";
654
- };
655
- };
656
- bbrr: (value: {
657
- readonly [$$PropertyValue]: "borderBottomRightRadius";
658
- }) => {
659
- borderBottomRightRadius: {
660
- readonly [$$PropertyValue]: "borderBottomRightRadius";
661
- };
662
- };
663
- bblr: (value: {
664
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
665
- }) => {
666
- borderBottomLeftRadius: {
667
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
668
- };
669
- };
670
- btlr: (value: {
671
- readonly [$$PropertyValue]: "borderTopLeftRadius";
672
- }) => {
673
- borderTopLeftRadius: {
674
- readonly [$$PropertyValue]: "borderTopLeftRadius";
675
- };
676
- };
677
- bs: (value: {
678
- readonly [$$PropertyValue]: "boxShadow";
679
- }) => {
680
- boxShadow: {
681
- readonly [$$PropertyValue]: "boxShadow";
682
- };
683
- };
684
- lh: (value: {
685
- readonly [$$PropertyValue]: "lineHeight";
686
- }) => {
687
- lineHeight: {
688
- readonly [$$PropertyValue]: "lineHeight";
689
- };
690
- };
691
- ox: (value: {
692
- readonly [$$PropertyValue]: "overflowX";
693
- }) => {
694
- overflowX: {
695
- readonly [$$PropertyValue]: "overflowX";
696
- };
697
- };
698
- oy: (value: {
699
- readonly [$$PropertyValue]: "overflowY";
700
- }) => {
701
- overflowY: {
702
- readonly [$$PropertyValue]: "overflowY";
703
- };
704
- };
705
- pe: (value: {
706
- readonly [$$PropertyValue]: "pointerEvents";
707
- }) => {
708
- pointerEvents: {
709
- readonly [$$PropertyValue]: "pointerEvents";
710
- };
711
- };
712
- us: (value: {
713
- readonly [$$PropertyValue]: "userSelect";
714
- }) => {
715
- WebkitUserSelect: {
716
- readonly [$$PropertyValue]: "userSelect";
717
- };
718
- userSelect: {
719
- readonly [$$PropertyValue]: "userSelect";
720
- };
721
- };
722
- userSelect: (value: {
723
- readonly [$$PropertyValue]: "userSelect";
724
- }) => {
725
- WebkitUserSelect: {
726
- readonly [$$PropertyValue]: "userSelect";
727
- };
728
- userSelect: {
729
- readonly [$$PropertyValue]: "userSelect";
730
- };
731
- };
732
- size: (value: {
733
- readonly [$$PropertyValue]: "width";
734
- }) => {
735
- width: {
736
- readonly [$$PropertyValue]: "width";
737
- };
738
- height: {
739
- readonly [$$PropertyValue]: "width";
740
- };
741
- };
742
- appearance: (value: {
743
- readonly [$$PropertyValue]: "appearance";
744
- }) => {
745
- WebkitAppearance: {
746
- readonly [$$PropertyValue]: "appearance";
747
- };
748
- appearance: {
749
- readonly [$$PropertyValue]: "appearance";
750
- };
751
- };
752
- backgroundClip: (value: {
753
- readonly [$$PropertyValue]: "backgroundClip";
754
- }) => {
755
- WebkitBackgroundClip: {
756
- readonly [$$PropertyValue]: "backgroundClip";
757
- };
758
- backgroundClip: {
759
- readonly [$$PropertyValue]: "backgroundClip";
760
- };
761
- };
762
- }>>;
763
- export declare const AccordionContent: import("@stitches/react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<AccordionPrimitive.AccordionContentProps & React.RefAttributes<HTMLDivElement>>, {}, {
764
- bp1: "(min-width: 520px)";
765
- bp2: "(min-width: 900px)";
766
- bp3: "(min-width: 1200px)";
767
- bp4: "(min-width: 1800px)";
768
- motion: "(prefers-reduced-motion)";
769
- hover: "(any-hover: hover)";
770
- dark: "(prefers-color-scheme: dark)";
771
- light: "(prefers-color-scheme: light)";
772
- }, import("@stitches/react/types/css-util").CSS<{
773
- bp1: "(min-width: 520px)";
774
- bp2: "(min-width: 900px)";
775
- bp3: "(min-width: 1200px)";
776
- bp4: "(min-width: 1800px)";
777
- motion: "(prefers-reduced-motion)";
778
- hover: "(any-hover: hover)";
779
- dark: "(prefers-color-scheme: dark)";
780
- light: "(prefers-color-scheme: light)";
781
- }, {
782
- colors: {
783
- hiContrast: string;
784
- loContrast: string;
785
- canvas: string;
786
- panel: string;
787
- transparentPanel: string;
788
- shadowLight: string;
789
- shadowDark: string;
790
- blackA1: string;
791
- blackA2: string;
792
- blackA3: string;
793
- blackA4: string;
794
- blackA5: string;
795
- blackA6: string;
796
- blackA7: string;
797
- blackA8: string;
798
- blackA9: string;
799
- blackA10: string;
800
- blackA11: string;
801
- blackA12: string;
802
- whiteA1: string;
803
- whiteA2: string;
804
- whiteA3: string;
805
- whiteA4: string;
806
- whiteA5: string;
807
- whiteA6: string;
808
- whiteA7: string;
809
- whiteA8: string;
810
- whiteA9: string;
811
- whiteA10: string;
812
- whiteA11: string;
813
- whiteA12: string;
814
- gold1: string;
815
- gold2: string;
816
- gold3: string;
817
- gold4: string;
818
- gold5: string;
819
- gold6: string;
820
- gold7: string;
821
- gold8: string;
822
- gold9: string;
823
- gold10: string;
824
- gold11: string;
825
- gold12: string;
826
- bronze1: string;
827
- bronze2: string;
828
- bronze3: string;
829
- bronze4: string;
830
- bronze5: string;
831
- bronze6: string;
832
- bronze7: string;
833
- bronze8: string;
834
- bronze9: string;
835
- bronze10: string;
836
- bronze11: string;
837
- bronze12: string;
838
- brown1: string;
839
- brown2: string;
840
- brown3: string;
841
- brown4: string;
842
- brown5: string;
843
- brown6: string;
844
- brown7: string;
845
- brown8: string;
846
- brown9: string;
847
- brown10: string;
848
- brown11: string;
849
- brown12: string;
850
- orange1: string;
851
- orange2: string;
852
- orange3: string;
853
- orange4: string;
854
- orange5: string;
855
- orange6: string;
856
- orange7: string;
857
- orange8: string;
858
- orange9: string;
859
- orange10: string;
860
- orange11: string;
861
- orange12: string;
862
- amber1: string;
863
- amber2: string;
864
- amber3: string;
865
- amber4: string;
866
- amber5: string;
867
- amber6: string;
868
- amber7: string;
869
- amber8: string;
870
- amber9: string;
871
- amber10: string;
872
- amber11: string;
873
- amber12: string;
874
- yellow1: string;
875
- yellow2: string;
876
- yellow3: string;
877
- yellow4: string;
878
- yellow5: string;
879
- yellow6: string;
880
- yellow7: string;
881
- yellow8: string;
882
- yellow9: string;
883
- yellow10: string;
884
- yellow11: string;
885
- yellow12: string;
886
- lime1: string;
887
- lime2: string;
888
- lime3: string;
889
- lime4: string;
890
- lime5: string;
891
- lime6: string;
892
- lime7: string;
893
- lime8: string;
894
- lime9: string;
895
- lime10: string;
896
- lime11: string;
897
- lime12: string;
898
- grass1: string;
899
- grass2: string;
900
- grass3: string;
901
- grass4: string;
902
- grass5: string;
903
- grass6: string;
904
- grass7: string;
905
- grass8: string;
906
- grass9: string;
907
- grass10: string;
908
- grass11: string;
909
- grass12: string;
910
- green1: string;
911
- green2: string;
912
- green3: string;
913
- green4: string;
914
- green5: string;
915
- green6: string;
916
- green7: string;
917
- green8: string;
918
- green9: string;
919
- green10: string;
920
- green11: string;
921
- green12: string;
922
- teal1: string;
923
- teal2: string;
924
- teal3: string;
925
- teal4: string;
926
- teal5: string;
927
- teal6: string;
928
- teal7: string;
929
- teal8: string;
930
- teal9: string;
931
- teal10: string;
932
- teal11: string;
933
- teal12: string;
934
- cyan1: string;
935
- cyan2: string;
936
- cyan3: string;
937
- cyan4: string;
938
- cyan5: string;
939
- cyan6: string;
940
- cyan7: string;
941
- cyan8: string;
942
- cyan9: string;
943
- cyan10: string;
944
- cyan11: string;
945
- cyan12: string;
946
- mint1: string;
947
- mint2: string;
948
- mint3: string;
949
- mint4: string;
950
- mint5: string;
951
- mint6: string;
952
- mint7: string;
953
- mint8: string;
954
- mint9: string;
955
- mint10: string;
956
- mint11: string;
957
- mint12: string;
958
- sky1: string;
959
- sky2: string;
960
- sky3: string;
961
- sky4: string;
962
- sky5: string;
963
- sky6: string;
964
- sky7: string;
965
- sky8: string;
966
- sky9: string;
967
- sky10: string;
968
- sky11: string;
969
- sky12: string;
970
- blue1: string;
971
- blue2: string;
972
- blue3: string;
973
- blue4: string;
974
- blue5: string;
975
- blue6: string;
976
- blue7: string;
977
- blue8: string;
978
- blue9: string;
979
- blue10: string;
980
- blue11: string;
981
- blue12: string;
982
- indigo1: string;
983
- indigo2: string;
984
- indigo3: string;
985
- indigo4: string;
986
- indigo5: string;
987
- indigo6: string;
988
- indigo7: string;
989
- indigo8: string;
990
- indigo9: string;
991
- indigo10: string;
992
- indigo11: string;
993
- indigo12: string;
994
- violet1: string;
995
- violet2: string;
996
- violet3: string;
997
- violet4: string;
998
- violet5: string;
999
- violet6: string;
1000
- violet7: string;
1001
- violet8: string;
1002
- violet9: string;
1003
- violet10: string;
1004
- violet11: string;
1005
- violet12: string;
1006
- purple1: string;
1007
- purple2: string;
1008
- purple3: string;
1009
- purple4: string;
1010
- purple5: string;
1011
- purple6: string;
1012
- purple7: string;
1013
- purple8: string;
1014
- purple9: string;
1015
- purple10: string;
1016
- purple11: string;
1017
- purple12: string;
1018
- plum1: string;
1019
- plum2: string;
1020
- plum3: string;
1021
- plum4: string;
1022
- plum5: string;
1023
- plum6: string;
1024
- plum7: string;
1025
- plum8: string;
1026
- plum9: string;
1027
- plum10: string;
1028
- plum11: string;
1029
- plum12: string;
1030
- pink1: string;
1031
- pink2: string;
1032
- pink3: string;
1033
- pink4: string;
1034
- pink5: string;
1035
- pink6: string;
1036
- pink7: string;
1037
- pink8: string;
1038
- pink9: string;
1039
- pink10: string;
1040
- pink11: string;
1041
- pink12: string;
1042
- crimson1: string;
1043
- crimson2: string;
1044
- crimson3: string;
1045
- crimson4: string;
1046
- crimson5: string;
1047
- crimson6: string;
1048
- crimson7: string;
1049
- crimson8: string;
1050
- crimson9: string;
1051
- crimson10: string;
1052
- crimson11: string;
1053
- crimson12: string;
1054
- red1: string;
1055
- red2: string;
1056
- red3: string;
1057
- red4: string;
1058
- red5: string;
1059
- red6: string;
1060
- red7: string;
1061
- red8: string;
1062
- red9: string;
1063
- red10: string;
1064
- red11: string;
1065
- red12: string;
1066
- tomato1: string;
1067
- tomato2: string;
1068
- tomato3: string;
1069
- tomato4: string;
1070
- tomato5: string;
1071
- tomato6: string;
1072
- tomato7: string;
1073
- tomato8: string;
1074
- tomato9: string;
1075
- tomato10: string;
1076
- tomato11: string;
1077
- tomato12: string;
1078
- sand1: string;
1079
- sand2: string;
1080
- sand3: string;
1081
- sand4: string;
1082
- sand5: string;
1083
- sand6: string;
1084
- sand7: string;
1085
- sand8: string;
1086
- sand9: string;
1087
- sand10: string;
1088
- sand11: string;
1089
- sand12: string;
1090
- olive1: string;
1091
- olive2: string;
1092
- olive3: string;
1093
- olive4: string;
1094
- olive5: string;
1095
- olive6: string;
1096
- olive7: string;
1097
- olive8: string;
1098
- olive9: string;
1099
- olive10: string;
1100
- olive11: string;
1101
- olive12: string;
1102
- sage1: string;
1103
- sage2: string;
1104
- sage3: string;
1105
- sage4: string;
1106
- sage5: string;
1107
- sage6: string;
1108
- sage7: string;
1109
- sage8: string;
1110
- sage9: string;
1111
- sage10: string;
1112
- sage11: string;
1113
- sage12: string;
1114
- slate1: string;
1115
- slate2: string;
1116
- slate3: string;
1117
- slate4: string;
1118
- slate5: string;
1119
- slate6: string;
1120
- slate7: string;
1121
- slate8: string;
1122
- slate9: string;
1123
- slate10: string;
1124
- slate11: string;
1125
- slate12: string;
1126
- mauve1: string;
1127
- mauve2: string;
1128
- mauve3: string;
1129
- mauve4: string;
1130
- mauve5: string;
1131
- mauve6: string;
1132
- mauve7: string;
1133
- mauve8: string;
1134
- mauve9: string;
1135
- mauve10: string;
1136
- mauve11: string;
1137
- mauve12: string;
1138
- gray1: string;
1139
- gray2: string;
1140
- gray3: string;
1141
- gray4: string;
1142
- gray5: string;
1143
- gray6: string;
1144
- gray7: string;
1145
- gray8: string;
1146
- gray9: string;
1147
- gray10: string;
1148
- gray11: string;
1149
- gray12: string;
1150
- };
1151
- fonts: {
1152
- untitled: string;
1153
- mono: string;
1154
- };
1155
- space: {
1156
- 1: string;
1157
- 2: string;
1158
- 3: string;
1159
- 4: string;
1160
- 5: string;
1161
- 6: string;
1162
- 7: string;
1163
- 8: string;
1164
- 9: string;
1165
- };
1166
- sizes: {
1167
- 1: string;
1168
- 2: string;
1169
- 3: string;
1170
- 4: string;
1171
- 5: string;
1172
- 6: string;
1173
- 7: string;
1174
- 8: string;
1175
- 9: string;
1176
- };
1177
- fontSizes: {
1178
- 1: string;
1179
- 2: string;
1180
- 3: string;
1181
- 4: string;
1182
- 5: string;
1183
- 6: string;
1184
- 7: string;
1185
- 8: string;
1186
- 9: string;
1187
- };
1188
- radii: {
1189
- 1: string;
1190
- 2: string;
1191
- 3: string;
1192
- 4: string;
1193
- round: string;
1194
- pill: string;
1195
- };
1196
- zIndices: {
1197
- 1: string;
1198
- 2: string;
1199
- 3: string;
1200
- 4: string;
1201
- max: string;
1202
- };
1203
- }, import("@stitches/react/types/config").DefaultThemeMap, {
1204
- p: (value: {
1205
- readonly [$$PropertyValue]: "padding";
1206
- }) => {
1207
- padding: {
1208
- readonly [$$PropertyValue]: "padding";
1209
- };
1210
- };
1211
- pt: (value: {
1212
- readonly [$$PropertyValue]: "paddingTop";
1213
- }) => {
1214
- paddingTop: {
1215
- readonly [$$PropertyValue]: "paddingTop";
1216
- };
1217
- };
1218
- pr: (value: {
1219
- readonly [$$PropertyValue]: "paddingRight";
1220
- }) => {
1221
- paddingRight: {
1222
- readonly [$$PropertyValue]: "paddingRight";
1223
- };
1224
- };
1225
- pb: (value: {
1226
- readonly [$$PropertyValue]: "paddingBottom";
1227
- }) => {
1228
- paddingBottom: {
1229
- readonly [$$PropertyValue]: "paddingBottom";
1230
- };
1231
- };
1232
- pl: (value: {
1233
- readonly [$$PropertyValue]: "paddingLeft";
1234
- }) => {
1235
- paddingLeft: {
1236
- readonly [$$PropertyValue]: "paddingLeft";
1237
- };
1238
- };
1239
- px: (value: {
1240
- readonly [$$PropertyValue]: "paddingLeft";
1241
- }) => {
1242
- paddingLeft: {
1243
- readonly [$$PropertyValue]: "paddingLeft";
1244
- };
1245
- paddingRight: {
1246
- readonly [$$PropertyValue]: "paddingLeft";
1247
- };
1248
- };
1249
- py: (value: {
1250
- readonly [$$PropertyValue]: "paddingTop";
1251
- }) => {
1252
- paddingTop: {
1253
- readonly [$$PropertyValue]: "paddingTop";
1254
- };
1255
- paddingBottom: {
1256
- readonly [$$PropertyValue]: "paddingTop";
1257
- };
1258
- };
1259
- m: (value: {
1260
- readonly [$$PropertyValue]: "margin";
1261
- }) => {
1262
- margin: {
1263
- readonly [$$PropertyValue]: "margin";
1264
- };
1265
- };
1266
- mt: (value: {
1267
- readonly [$$PropertyValue]: "marginTop";
1268
- }) => {
1269
- marginTop: {
1270
- readonly [$$PropertyValue]: "marginTop";
1271
- };
1272
- };
1273
- mr: (value: {
1274
- readonly [$$PropertyValue]: "marginRight";
1275
- }) => {
1276
- marginRight: {
1277
- readonly [$$PropertyValue]: "marginRight";
1278
- };
1279
- };
1280
- mb: (value: {
1281
- readonly [$$PropertyValue]: "marginBottom";
1282
- }) => {
1283
- marginBottom: {
1284
- readonly [$$PropertyValue]: "marginBottom";
1285
- };
1286
- };
1287
- ml: (value: {
1288
- readonly [$$PropertyValue]: "marginLeft";
1289
- }) => {
1290
- marginLeft: {
1291
- readonly [$$PropertyValue]: "marginLeft";
1292
- };
1293
- };
1294
- mx: (value: {
1295
- readonly [$$PropertyValue]: "marginLeft";
1296
- }) => {
1297
- marginLeft: {
1298
- readonly [$$PropertyValue]: "marginLeft";
1299
- };
1300
- marginRight: {
1301
- readonly [$$PropertyValue]: "marginLeft";
1302
- };
1303
- };
1304
- my: (value: {
1305
- readonly [$$PropertyValue]: "marginTop";
1306
- }) => {
1307
- marginTop: {
1308
- readonly [$$PropertyValue]: "marginTop";
1309
- };
1310
- marginBottom: {
1311
- readonly [$$PropertyValue]: "marginTop";
1312
- };
1313
- };
1314
- ta: (value: {
1315
- readonly [$$PropertyValue]: "textAlign";
1316
- }) => {
1317
- textAlign: {
1318
- readonly [$$PropertyValue]: "textAlign";
1319
- };
1320
- };
1321
- fd: (value: {
1322
- readonly [$$PropertyValue]: "flexDirection";
1323
- }) => {
1324
- flexDirection: {
1325
- readonly [$$PropertyValue]: "flexDirection";
1326
- };
1327
- };
1328
- fw: (value: {
1329
- readonly [$$PropertyValue]: "flexWrap";
1330
- }) => {
1331
- flexWrap: {
1332
- readonly [$$PropertyValue]: "flexWrap";
1333
- };
1334
- };
1335
- ai: (value: {
1336
- readonly [$$PropertyValue]: "alignItems";
1337
- }) => {
1338
- alignItems: {
1339
- readonly [$$PropertyValue]: "alignItems";
1340
- };
1341
- };
1342
- ac: (value: {
1343
- readonly [$$PropertyValue]: "alignContent";
1344
- }) => {
1345
- alignContent: {
1346
- readonly [$$PropertyValue]: "alignContent";
1347
- };
1348
- };
1349
- jc: (value: {
1350
- readonly [$$PropertyValue]: "justifyContent";
1351
- }) => {
1352
- justifyContent: {
1353
- readonly [$$PropertyValue]: "justifyContent";
1354
- };
1355
- };
1356
- as: (value: {
1357
- readonly [$$PropertyValue]: "alignSelf";
1358
- }) => {
1359
- alignSelf: {
1360
- readonly [$$PropertyValue]: "alignSelf";
1361
- };
1362
- };
1363
- fg: (value: {
1364
- readonly [$$PropertyValue]: "flexGrow";
1365
- }) => {
1366
- flexGrow: {
1367
- readonly [$$PropertyValue]: "flexGrow";
1368
- };
1369
- };
1370
- fs: (value: {
1371
- readonly [$$PropertyValue]: "flexShrink";
1372
- }) => {
1373
- flexShrink: {
1374
- readonly [$$PropertyValue]: "flexShrink";
1375
- };
1376
- };
1377
- fb: (value: {
1378
- readonly [$$PropertyValue]: "flexBasis";
1379
- }) => {
1380
- flexBasis: {
1381
- readonly [$$PropertyValue]: "flexBasis";
1382
- };
1383
- };
1384
- bc: (value: {
1385
- readonly [$$PropertyValue]: "backgroundColor";
1386
- }) => {
1387
- backgroundColor: {
1388
- readonly [$$PropertyValue]: "backgroundColor";
1389
- };
1390
- };
1391
- br: (value: {
1392
- readonly [$$PropertyValue]: "borderRadius";
1393
- }) => {
1394
- borderRadius: {
1395
- readonly [$$PropertyValue]: "borderRadius";
1396
- };
1397
- };
1398
- btrr: (value: {
1399
- readonly [$$PropertyValue]: "borderTopRightRadius";
1400
- }) => {
1401
- borderTopRightRadius: {
1402
- readonly [$$PropertyValue]: "borderTopRightRadius";
1403
- };
1404
- };
1405
- bbrr: (value: {
1406
- readonly [$$PropertyValue]: "borderBottomRightRadius";
1407
- }) => {
1408
- borderBottomRightRadius: {
1409
- readonly [$$PropertyValue]: "borderBottomRightRadius";
1410
- };
1411
- };
1412
- bblr: (value: {
1413
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
1414
- }) => {
1415
- borderBottomLeftRadius: {
1416
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
1417
- };
1418
- };
1419
- btlr: (value: {
1420
- readonly [$$PropertyValue]: "borderTopLeftRadius";
1421
- }) => {
1422
- borderTopLeftRadius: {
1423
- readonly [$$PropertyValue]: "borderTopLeftRadius";
1424
- };
1425
- };
1426
- bs: (value: {
1427
- readonly [$$PropertyValue]: "boxShadow";
1428
- }) => {
1429
- boxShadow: {
1430
- readonly [$$PropertyValue]: "boxShadow";
1431
- };
1432
- };
1433
- lh: (value: {
1434
- readonly [$$PropertyValue]: "lineHeight";
1435
- }) => {
1436
- lineHeight: {
1437
- readonly [$$PropertyValue]: "lineHeight";
1438
- };
1439
- };
1440
- ox: (value: {
1441
- readonly [$$PropertyValue]: "overflowX";
1442
- }) => {
1443
- overflowX: {
1444
- readonly [$$PropertyValue]: "overflowX";
1445
- };
1446
- };
1447
- oy: (value: {
1448
- readonly [$$PropertyValue]: "overflowY";
1449
- }) => {
1450
- overflowY: {
1451
- readonly [$$PropertyValue]: "overflowY";
1452
- };
1453
- };
1454
- pe: (value: {
1455
- readonly [$$PropertyValue]: "pointerEvents";
1456
- }) => {
1457
- pointerEvents: {
1458
- readonly [$$PropertyValue]: "pointerEvents";
1459
- };
1460
- };
1461
- us: (value: {
1462
- readonly [$$PropertyValue]: "userSelect";
1463
- }) => {
1464
- WebkitUserSelect: {
1465
- readonly [$$PropertyValue]: "userSelect";
1466
- };
1467
- userSelect: {
1468
- readonly [$$PropertyValue]: "userSelect";
1469
- };
1470
- };
1471
- userSelect: (value: {
1472
- readonly [$$PropertyValue]: "userSelect";
1473
- }) => {
1474
- WebkitUserSelect: {
1475
- readonly [$$PropertyValue]: "userSelect";
1476
- };
1477
- userSelect: {
1478
- readonly [$$PropertyValue]: "userSelect";
1479
- };
1480
- };
1481
- size: (value: {
1482
- readonly [$$PropertyValue]: "width";
1483
- }) => {
1484
- width: {
1485
- readonly [$$PropertyValue]: "width";
1486
- };
1487
- height: {
1488
- readonly [$$PropertyValue]: "width";
1489
- };
1490
- };
1491
- appearance: (value: {
1492
- readonly [$$PropertyValue]: "appearance";
1493
- }) => {
1494
- WebkitAppearance: {
1495
- readonly [$$PropertyValue]: "appearance";
1496
- };
1497
- appearance: {
1498
- readonly [$$PropertyValue]: "appearance";
1499
- };
1500
- };
1501
- backgroundClip: (value: {
1502
- readonly [$$PropertyValue]: "backgroundClip";
1503
- }) => {
1504
- WebkitBackgroundClip: {
1505
- readonly [$$PropertyValue]: "backgroundClip";
1506
- };
1507
- backgroundClip: {
1508
- readonly [$$PropertyValue]: "backgroundClip";
1509
- };
1510
- };
1511
- }>>;
1512
- export {};