@100mslive/roomkit-react 0.1.5 → 0.1.6-alpha.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (232) hide show
  1. package/dist/{HLSView-P57IRMAR.js → HLSView-HNVYG5VE.js} +309 -151
  2. package/dist/HLSView-HNVYG5VE.js.map +7 -0
  3. package/dist/Prebuilt/App.d.ts +3 -0
  4. package/dist/Prebuilt/AppContext.d.ts +13 -0
  5. package/dist/Prebuilt/common/PeersSorter.d.ts +21 -0
  6. package/dist/Prebuilt/components/Chat/ChatFooter.d.ts +7 -0
  7. package/dist/Prebuilt/components/Connection/ConnectionIndicator.d.ts +6 -0
  8. package/dist/Prebuilt/components/Connection/TileConnection.d.ts +10 -0
  9. package/dist/Prebuilt/components/Footer/ChatToggle.d.ts +4 -0
  10. package/dist/Prebuilt/components/Footer/Footer.d.ts +6 -0
  11. package/dist/Prebuilt/components/Footer/RoleAccordion.d.ts +14 -0
  12. package/dist/Prebuilt/components/Footer/RoleOptions.d.ts +6 -0
  13. package/dist/Prebuilt/components/Header/Header.d.ts +2 -0
  14. package/dist/Prebuilt/components/Header/StreamActions.d.ts +11 -0
  15. package/dist/Prebuilt/components/InsetTile.d.ts +2 -0
  16. package/dist/Prebuilt/components/Leave/DesktopLeaveRoom.d.ts +8 -0
  17. package/dist/Prebuilt/components/Leave/EndSessionContent.d.ts +9 -0
  18. package/dist/Prebuilt/components/Leave/LeaveAtoms.d.ts +2196 -0
  19. package/dist/Prebuilt/components/Leave/LeaveCard.d.ts +11 -0
  20. package/dist/Prebuilt/components/Leave/LeaveRoom.d.ts +5 -0
  21. package/dist/Prebuilt/components/Leave/LeaveSessionContent.d.ts +8 -0
  22. package/dist/Prebuilt/components/Leave/MwebLeaveRoom.d.ts +8 -0
  23. package/dist/Prebuilt/components/MoreSettings/MoreSettings.d.ts +6 -0
  24. package/dist/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.d.ts +6 -0
  25. package/dist/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.d.ts +6 -0
  26. package/dist/Prebuilt/components/Pagination.d.ts +6 -0
  27. package/dist/Prebuilt/components/Preview/PreviewContainer.d.ts +3 -0
  28. package/dist/Prebuilt/components/Preview/PreviewForm.d.ts +10 -0
  29. package/dist/Prebuilt/components/Preview/PreviewJoin.d.ts +16 -0
  30. package/dist/Prebuilt/components/RoleChangeRequestModal.d.ts +2 -0
  31. package/dist/Prebuilt/components/SecondaryTiles.d.ts +3 -0
  32. package/dist/Prebuilt/components/VideoLayouts/EqualProminence.d.ts +3 -0
  33. package/dist/Prebuilt/components/VideoLayouts/Grid.d.ts +6 -0
  34. package/dist/Prebuilt/components/VideoLayouts/GridLayout.d.ts +12 -0
  35. package/dist/Prebuilt/components/VideoLayouts/ProminenceLayout.d.ts +15 -0
  36. package/dist/Prebuilt/components/VideoLayouts/RoleProminence.d.ts +3 -0
  37. package/dist/Prebuilt/components/VideoLayouts/ScreenshareLayout.d.ts +3 -0
  38. package/dist/Prebuilt/components/VideoLayouts/interface.d.ts +9 -0
  39. package/dist/Prebuilt/components/hooks/useAutoStartStreaming.d.ts +1 -0
  40. package/dist/Prebuilt/components/hooks/useRedirectToLeave.d.ts +3 -0
  41. package/dist/Prebuilt/components/hooks/useRoleProminencePeers.d.ts +5 -0
  42. package/dist/Prebuilt/components/hooks/useTileLayout.d.ts +13 -0
  43. package/dist/Prebuilt/components/hooks/useVideoTileLayout.d.ts +13 -0
  44. package/dist/Prebuilt/layouts/SidePane.d.ts +9 -0
  45. package/dist/Prebuilt/layouts/VideoStreamingSection.d.ts +7 -0
  46. package/dist/Prebuilt/plugins/whiteboard/ToggleWhiteboard.d.ts +5 -0
  47. package/dist/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.d.ts +1 -0
  48. package/dist/Prebuilt/provider/roomLayoutProvider/hooks/useInsetEnabled.d.ts +1 -0
  49. package/dist/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.d.ts +17 -0
  50. package/dist/Prebuilt/provider/roomLayoutProvider/index.d.ts +6 -1
  51. package/dist/{VirtualBackground-GGCQJ5JM.js → VirtualBackground-UM2FOUHQ.js} +5 -11
  52. package/dist/VirtualBackground-UM2FOUHQ.js.map +7 -0
  53. package/dist/{chunk-P5X32KOD.js → chunk-364HP22I.js} +8 -5
  54. package/dist/chunk-364HP22I.js.map +7 -0
  55. package/dist/{chunk-OSM4QEQG.js → chunk-LYSAET4G.js} +3742 -5462
  56. package/dist/chunk-LYSAET4G.js.map +7 -0
  57. package/dist/chunk-POE7H4IE.js +898 -0
  58. package/dist/chunk-POE7H4IE.js.map +7 -0
  59. package/dist/conference-UWLJHMB2.js +5727 -0
  60. package/dist/conference-UWLJHMB2.js.map +7 -0
  61. package/dist/index.cjs.js +9655 -15326
  62. package/dist/index.cjs.js.map +4 -4
  63. package/dist/index.js +2 -2
  64. package/dist/meta.cjs.json +2513 -3456
  65. package/dist/meta.esbuild.json +2807 -3838
  66. package/package.json +8 -7
  67. package/src/Button/Button.tsx +2 -2
  68. package/src/Prebuilt/App.tsx +58 -53
  69. package/src/Prebuilt/{AppContext.jsx → AppContext.tsx} +11 -3
  70. package/src/Prebuilt/IconButton.jsx +11 -0
  71. package/src/Prebuilt/Prebuilt.stories.tsx +1 -0
  72. package/src/Prebuilt/common/{PeersSorter.js → PeersSorter.ts} +16 -11
  73. package/src/Prebuilt/common/constants.js +4 -114
  74. package/src/Prebuilt/common/hooks.js +34 -1
  75. package/src/Prebuilt/common/utils.js +1 -9
  76. package/src/Prebuilt/components/AppData/AppData.jsx +11 -15
  77. package/src/Prebuilt/components/AppData/useUISettings.js +6 -10
  78. package/src/Prebuilt/components/AudioVideoToggle.jsx +10 -2
  79. package/src/Prebuilt/components/AuthToken.jsx +11 -42
  80. package/src/Prebuilt/components/Chat/Chat.jsx +75 -27
  81. package/src/Prebuilt/components/Chat/ChatBody.jsx +95 -36
  82. package/src/Prebuilt/components/Chat/ChatFooter.tsx +199 -0
  83. package/src/Prebuilt/components/Chat/ChatParticipantHeader.jsx +84 -0
  84. package/src/Prebuilt/components/Chat/ChatSelector.jsx +16 -17
  85. package/src/Prebuilt/components/Chat/ChatSelectorContainer.jsx +81 -0
  86. package/src/Prebuilt/components/Chat/useEmojiPickerStyles.js +5 -4
  87. package/src/Prebuilt/components/Connection/{ConnectionIndicator.jsx → ConnectionIndicator.tsx} +12 -4
  88. package/src/Prebuilt/components/Connection/TileConnection.tsx +71 -0
  89. package/src/Prebuilt/components/EmojiReaction.jsx +19 -22
  90. package/src/Prebuilt/components/Footer/{ChatToggle.jsx → ChatToggle.tsx} +13 -9
  91. package/src/Prebuilt/components/Footer/Footer.tsx +98 -0
  92. package/src/Prebuilt/components/Footer/ParticipantList.jsx +187 -179
  93. package/src/Prebuilt/components/Footer/RoleAccordion.tsx +94 -0
  94. package/src/Prebuilt/components/Footer/RoleOptions.tsx +155 -0
  95. package/src/Prebuilt/components/FullPageProgress.jsx +3 -3
  96. package/src/Prebuilt/components/HMSVideo/Controls.jsx +3 -2
  97. package/src/Prebuilt/components/HMSVideo/HLSQualitySelector.jsx +63 -18
  98. package/src/Prebuilt/components/HMSVideo/HMSVideo.jsx +2 -2
  99. package/src/Prebuilt/components/HMSVideo/PlayButton.jsx +1 -1
  100. package/src/Prebuilt/components/HMSVideo/VideoProgress.jsx +5 -6
  101. package/src/Prebuilt/components/HMSVideo/VideoTime.jsx +3 -3
  102. package/src/Prebuilt/components/HMSVideo/VolumeControl.jsx +38 -9
  103. package/src/Prebuilt/components/Header/{ConferencingHeader.jsx → Header.tsx} +9 -7
  104. package/src/Prebuilt/components/Header/HeaderComponents.jsx +13 -4
  105. package/src/Prebuilt/components/Header/{StreamActions.jsx → StreamActions.tsx} +54 -67
  106. package/src/Prebuilt/components/Header/common.jsx +5 -2
  107. package/src/Prebuilt/components/Header/index.tsx +1 -0
  108. package/src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.jsx +23 -4
  109. package/src/Prebuilt/components/InsetTile.tsx +128 -0
  110. package/src/Prebuilt/components/{MoreSettings/SplitComponents/DesktopLeaveRoom.jsx → Leave/DesktopLeaveRoom.tsx} +67 -25
  111. package/src/Prebuilt/components/{EndSessionContent.jsx → Leave/EndSessionContent.tsx} +18 -11
  112. package/src/Prebuilt/components/Leave/LeaveAtoms.tsx +26 -0
  113. package/src/Prebuilt/components/Leave/LeaveCard.tsx +36 -0
  114. package/src/Prebuilt/components/Leave/LeaveRoom.tsx +66 -0
  115. package/src/Prebuilt/components/{LeaveSessionContent.jsx → Leave/LeaveSessionContent.tsx} +20 -6
  116. package/src/Prebuilt/components/{MoreSettings/SplitComponents/MwebLeaveRoom.jsx → Leave/MwebLeaveRoom.tsx} +43 -18
  117. package/src/Prebuilt/components/MetaActions.jsx +15 -23
  118. package/src/Prebuilt/components/MoreSettings/ActionTile.jsx +5 -0
  119. package/src/Prebuilt/components/MoreSettings/ChangeNameContent.jsx +16 -7
  120. package/src/Prebuilt/components/MoreSettings/ChangeNameModal.jsx +1 -1
  121. package/src/Prebuilt/components/MoreSettings/FullScreenItem.jsx +1 -4
  122. package/src/Prebuilt/components/MoreSettings/MoreSettings.tsx +27 -0
  123. package/src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx +216 -0
  124. package/src/Prebuilt/components/MoreSettings/SplitComponents/{MwebOptions.jsx → MwebOptions.tsx} +107 -45
  125. package/src/Prebuilt/components/Notifications/HLSFailureModal.jsx +3 -1
  126. package/src/Prebuilt/components/Notifications/Notifications.jsx +46 -30
  127. package/src/Prebuilt/components/Notifications/PeerNotifications.jsx +14 -2
  128. package/src/Prebuilt/components/Notifications/PermissionErrorModal.jsx +10 -4
  129. package/src/Prebuilt/components/Notifications/ReconnectNotifications.jsx +5 -11
  130. package/src/Prebuilt/components/PIP/PIPComponent.jsx +7 -16
  131. package/src/Prebuilt/components/PIP/PIPManager.js +1 -0
  132. package/src/Prebuilt/components/Pagination.tsx +60 -0
  133. package/src/Prebuilt/components/Playlist/Playlist.jsx +1 -6
  134. package/src/Prebuilt/components/PostLeave.jsx +7 -7
  135. package/src/Prebuilt/components/Preview/{PreviewContainer.jsx → PreviewContainer.tsx} +16 -15
  136. package/src/Prebuilt/components/Preview/{PreviewForm.jsx → PreviewForm.tsx} +16 -8
  137. package/src/Prebuilt/components/Preview/{PreviewJoin.jsx → PreviewJoin.tsx} +48 -22
  138. package/src/Prebuilt/components/RaiseHand.jsx +0 -7
  139. package/src/Prebuilt/components/RoleChangeRequestModal.tsx +119 -0
  140. package/src/Prebuilt/components/ScreenshareDisplay.jsx +4 -10
  141. package/src/Prebuilt/components/ScreenshareTile.jsx +43 -36
  142. package/src/Prebuilt/components/SecondaryTiles.tsx +36 -0
  143. package/src/Prebuilt/components/Settings/LayoutSettings.jsx +2 -12
  144. package/src/Prebuilt/components/Settings/NotificationSettings.jsx +3 -9
  145. package/src/Prebuilt/components/Settings/SettingsModal.jsx +3 -9
  146. package/src/Prebuilt/components/StatsForNerds.jsx +3 -1
  147. package/src/Prebuilt/components/TileMenu/TileMenu.jsx +16 -17
  148. package/src/Prebuilt/components/TileMenu/TileMenuContent.jsx +33 -27
  149. package/src/Prebuilt/components/Toast/ToastConfig.jsx +58 -15
  150. package/src/Prebuilt/components/VideoLayouts/EqualProminence.tsx +65 -0
  151. package/src/Prebuilt/components/VideoLayouts/Grid.tsx +43 -0
  152. package/src/Prebuilt/components/VideoLayouts/GridLayout.tsx +110 -0
  153. package/src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx +74 -0
  154. package/src/Prebuilt/components/VideoLayouts/RoleProminence.tsx +59 -0
  155. package/src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx +52 -0
  156. package/src/Prebuilt/components/VideoLayouts/interface.ts +10 -0
  157. package/src/Prebuilt/components/VideoTile.jsx +116 -74
  158. package/src/Prebuilt/components/conference.jsx +86 -85
  159. package/src/Prebuilt/components/hooks/useAutoStartStreaming.tsx +57 -0
  160. package/src/Prebuilt/components/hooks/useMetadata.jsx +19 -3
  161. package/src/Prebuilt/components/hooks/useRedirectToLeave.tsx +34 -0
  162. package/src/Prebuilt/components/hooks/useRoleProminencePeers.tsx +38 -0
  163. package/src/Prebuilt/components/hooks/useTileLayout.tsx +127 -0
  164. package/src/Prebuilt/components/hooks/useVideoTileLayout.ts +26 -0
  165. package/src/Prebuilt/components/pdfAnnotator/pdfFileOptions.jsx +5 -72
  166. package/src/Prebuilt/components/pdfAnnotator/submitPdf.jsx +4 -45
  167. package/src/Prebuilt/components/pdfAnnotator/uploadedFile.jsx +2 -17
  168. package/src/Prebuilt/components/peerTileUtils.jsx +1 -1
  169. package/src/Prebuilt/images/empty-chat.svg +12 -0
  170. package/src/Prebuilt/layouts/EmbedView.jsx +17 -50
  171. package/src/Prebuilt/layouts/HLSView.jsx +138 -51
  172. package/src/Prebuilt/layouts/PDFView.jsx +1 -11
  173. package/src/Prebuilt/layouts/SidePane.tsx +108 -0
  174. package/src/Prebuilt/layouts/VideoStreamingSection.tsx +96 -0
  175. package/src/Prebuilt/layouts/WhiteboardView.jsx +10 -34
  176. package/src/Prebuilt/plugins/FlyingEmoji.jsx +14 -2
  177. package/src/Prebuilt/plugins/VirtualBackground/VirtualBackground.jsx +1 -4
  178. package/src/Prebuilt/plugins/whiteboard/{ToggleWhiteboard.jsx → ToggleWhiteboard.tsx} +5 -9
  179. package/src/Prebuilt/primitives/DialogContent.jsx +15 -11
  180. package/src/Prebuilt/provider/roomLayoutProvider/constants/index.ts +17 -2
  181. package/src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts +36 -13
  182. package/src/Prebuilt/provider/roomLayoutProvider/hooks/useInsetEnabled.ts +10 -0
  183. package/src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts +65 -0
  184. package/src/Prebuilt/provider/roomLayoutProvider/index.tsx +17 -6
  185. package/src/Prebuilt/services/FeatureFlags.jsx +0 -1
  186. package/src/VideoTile/StyledVideoTile.tsx +1 -0
  187. package/dist/HLSView-P57IRMAR.js.map +0 -7
  188. package/dist/PinnedTrackView-4FYJEBTB.js +0 -102
  189. package/dist/PinnedTrackView-4FYJEBTB.js.map +0 -7
  190. package/dist/VirtualBackground-GGCQJ5JM.js.map +0 -7
  191. package/dist/chunk-IVTWKQI3.js +0 -827
  192. package/dist/chunk-IVTWKQI3.js.map +0 -7
  193. package/dist/chunk-OSM4QEQG.js.map +0 -7
  194. package/dist/chunk-P5X32KOD.js.map +0 -7
  195. package/dist/chunk-RVCZPPTL.js +0 -1100
  196. package/dist/chunk-RVCZPPTL.js.map +0 -7
  197. package/dist/conference-P6I6ESVF.js +0 -8995
  198. package/dist/conference-P6I6ESVF.js.map +0 -7
  199. package/src/Prebuilt/components/AudioLevel/BeamSpeakerLabelsLogging.jsx +0 -16
  200. package/src/Prebuilt/components/Chat/ChatFooter.jsx +0 -150
  201. package/src/Prebuilt/components/Chat/ChatHeader.jsx +0 -67
  202. package/src/Prebuilt/components/Connection/TileConnection.jsx +0 -39
  203. package/src/Prebuilt/components/EqualProminence.jsx +0 -180
  204. package/src/Prebuilt/components/FirstPersonDisplay.jsx +0 -50
  205. package/src/Prebuilt/components/Footer/Footer.jsx +0 -73
  206. package/src/Prebuilt/components/Header/Header.jsx +0 -8
  207. package/src/Prebuilt/components/Header/StreamingHeader.jsx +0 -54
  208. package/src/Prebuilt/components/LeaveCard.jsx +0 -19
  209. package/src/Prebuilt/components/LeaveRoom.jsx +0 -94
  210. package/src/Prebuilt/components/MoreSettings/MoreSettings.jsx +0 -10
  211. package/src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.jsx +0 -219
  212. package/src/Prebuilt/components/Notifications/MessageNotifications.jsx +0 -25
  213. package/src/Prebuilt/components/Pagination.jsx +0 -29
  214. package/src/Prebuilt/components/RoleChangeRequestModal.jsx +0 -26
  215. package/src/Prebuilt/components/VideoList.jsx +0 -73
  216. package/src/Prebuilt/components/gridView.jsx +0 -85
  217. package/src/Prebuilt/components/hooks/useFeatures.js +0 -22
  218. package/src/Prebuilt/components/hooks/useNavigation.js +0 -19
  219. package/src/Prebuilt/components/hooks/useSkipPreview.jsx +0 -20
  220. package/src/Prebuilt/components/pdfAnnotator/pdfErrorView.jsx +0 -29
  221. package/src/Prebuilt/images/Logo.svg +0 -8
  222. package/src/Prebuilt/layouts/ActiveSpeakerView.jsx +0 -34
  223. package/src/Prebuilt/layouts/InsetView.jsx +0 -260
  224. package/src/Prebuilt/layouts/PinnedTrackView.jsx +0 -59
  225. package/src/Prebuilt/layouts/SidePane.jsx +0 -52
  226. package/src/Prebuilt/layouts/mainGridView.jsx +0 -98
  227. package/src/Prebuilt/layouts/mainView.jsx +0 -141
  228. package/src/Prebuilt/layouts/screenShareView.jsx +0 -183
  229. /package/{src/Prebuilt/components/Header/index.jsx → dist/Prebuilt/components/Header/index.d.ts} +0 -0
  230. /package/src/Prebuilt/components/{ScreenShare.jsx → ScreenShareToggle.jsx} +0 -0
  231. /package/src/{assets → Prebuilt/images}/android-perm-1.png +0 -0
  232. /package/src/{assets → Prebuilt/images}/ios-perm-0.png +0 -0
@@ -0,0 +1,2196 @@
1
+ export declare const LeaveIconButton: import("@stitches/react/types/styled-component").StyledComponent<import("@stitches/react/types/styled-component").StyledComponent<"button", {
2
+ active?: boolean | "true" | "false" | undefined;
3
+ }, {
4
+ allowMotion: string;
5
+ sm: string;
6
+ md: string;
7
+ lg: string;
8
+ xl: string;
9
+ '2xl': string;
10
+ ls: string;
11
+ }, import("@stitches/react/types/css-util").CSS<{
12
+ allowMotion: string;
13
+ sm: string;
14
+ md: string;
15
+ lg: string;
16
+ xl: string;
17
+ '2xl': string;
18
+ ls: string;
19
+ }, {
20
+ colors: {
21
+ primary_default: string;
22
+ primary_bright: string;
23
+ primary_dim: string;
24
+ primary_disabled: string;
25
+ on_primary_high: string;
26
+ on_primary_medium: string;
27
+ on_primary_low: string;
28
+ secondary_default: string;
29
+ secondary_bright: string;
30
+ secondary_dim: string;
31
+ secondary_disabled: string;
32
+ on_secondary_high: string;
33
+ on_secondary_medium: string;
34
+ on_secondary_low: string;
35
+ background_default: string;
36
+ background_dim: string;
37
+ surface_default: string;
38
+ surface_bright: string;
39
+ surface_brighter: string;
40
+ surface_dim: string;
41
+ on_surface_high: string;
42
+ on_surface_medium: string;
43
+ on_surface_low: string;
44
+ border_default: string;
45
+ border_bright: string;
46
+ alert_success: string;
47
+ alert_warning: string;
48
+ alert_error_default: string;
49
+ alert_error_bright: string;
50
+ alert_error_brighter: string;
51
+ alert_error_dim: string;
52
+ };
53
+ shadows: {
54
+ sm: string;
55
+ md: string;
56
+ };
57
+ fonts: {
58
+ sans: string;
59
+ };
60
+ fontSizes: {
61
+ h1: string;
62
+ h2: string;
63
+ h3: string;
64
+ h4: string;
65
+ h5: string;
66
+ h6: string;
67
+ tiny: string;
68
+ xs: string;
69
+ sm: string;
70
+ md: string;
71
+ lg: string;
72
+ };
73
+ fontWeights: {
74
+ semiBold: number;
75
+ medium: number;
76
+ regular: number;
77
+ };
78
+ lineHeights: {
79
+ h1: string;
80
+ h2: string;
81
+ h3: string;
82
+ h4: string;
83
+ h5: string;
84
+ h6: string;
85
+ tiny: string;
86
+ xs: string;
87
+ sm: string;
88
+ md: string;
89
+ };
90
+ radii: {
91
+ '0': string;
92
+ '1': string;
93
+ '2': string;
94
+ '3': string;
95
+ '4': string;
96
+ round: string;
97
+ };
98
+ space: {
99
+ 0: string;
100
+ xs: string;
101
+ sm: string;
102
+ md: string;
103
+ lg: string;
104
+ xl: string;
105
+ px: string;
106
+ 1: string;
107
+ 2: string;
108
+ 3: string;
109
+ 4: string;
110
+ 5: string;
111
+ 6: string;
112
+ 7: string;
113
+ 8: string;
114
+ 9: string;
115
+ 10: string;
116
+ 11: string;
117
+ 12: string;
118
+ 13: string;
119
+ 14: string;
120
+ 15: string;
121
+ 16: string;
122
+ 17: string;
123
+ 18: string;
124
+ 19: string;
125
+ 20: string;
126
+ 24: string;
127
+ 28: string;
128
+ 32: string;
129
+ 36: string;
130
+ 40: string;
131
+ 44: string;
132
+ 48: string;
133
+ 52: string;
134
+ 56: string;
135
+ 60: string;
136
+ 64: string;
137
+ 72: string;
138
+ 80: string;
139
+ 96: string;
140
+ 100: string;
141
+ };
142
+ borderWidths: {
143
+ light: string;
144
+ normal: string;
145
+ bold: string;
146
+ extrabold: string;
147
+ black: string;
148
+ };
149
+ }, {
150
+ width: string;
151
+ height: string;
152
+ minWidth: string;
153
+ maxWidth: string;
154
+ minHeight: string;
155
+ maxHeight: string;
156
+ flexBasis: string;
157
+ gridTemplateColumns: string;
158
+ gridTemplateRows: string;
159
+ blockSize: string;
160
+ minBlockSize: string;
161
+ maxBlockSize: string;
162
+ inlineSize: string;
163
+ minInlineSize: string;
164
+ maxInlineSize: string;
165
+ gap: "space";
166
+ gridGap: "space";
167
+ columnGap: "space";
168
+ gridColumnGap: "space";
169
+ rowGap: "space";
170
+ gridRowGap: "space";
171
+ inset: "space";
172
+ insetBlock: "space";
173
+ insetBlockEnd: "space";
174
+ insetBlockStart: "space";
175
+ insetInline: "space";
176
+ insetInlineEnd: "space";
177
+ insetInlineStart: "space";
178
+ margin: "space";
179
+ marginTop: "space";
180
+ marginRight: "space";
181
+ marginBottom: "space";
182
+ marginLeft: "space";
183
+ marginBlock: "space";
184
+ marginBlockEnd: "space";
185
+ marginBlockStart: "space";
186
+ marginInline: "space";
187
+ marginInlineEnd: "space";
188
+ marginInlineStart: "space";
189
+ padding: "space";
190
+ paddingTop: "space";
191
+ paddingRight: "space";
192
+ paddingBottom: "space";
193
+ paddingLeft: "space";
194
+ paddingBlock: "space";
195
+ paddingBlockEnd: "space";
196
+ paddingBlockStart: "space";
197
+ paddingInline: "space";
198
+ paddingInlineEnd: "space";
199
+ paddingInlineStart: "space";
200
+ scrollMargin: "space";
201
+ scrollMarginTop: "space";
202
+ scrollMarginRight: "space";
203
+ scrollMarginBottom: "space";
204
+ scrollMarginLeft: "space";
205
+ scrollMarginBlock: "space";
206
+ scrollMarginBlockEnd: "space";
207
+ scrollMarginBlockStart: "space";
208
+ scrollMarginInline: "space";
209
+ scrollMarginInlineEnd: "space";
210
+ scrollMarginInlineStart: "space";
211
+ scrollPadding: "space";
212
+ scrollPaddingTop: "space";
213
+ scrollPaddingRight: "space";
214
+ scrollPaddingBottom: "space";
215
+ scrollPaddingLeft: "space";
216
+ scrollPaddingBlock: "space";
217
+ scrollPaddingBlockEnd: "space";
218
+ scrollPaddingBlockStart: "space";
219
+ scrollPaddingInline: "space";
220
+ scrollPaddingInlineEnd: "space";
221
+ scrollPaddingInlineStart: "space";
222
+ top: "space";
223
+ right: "space";
224
+ bottom: "space";
225
+ left: "space";
226
+ fontSize: "fontSizes";
227
+ background: "colors";
228
+ backgroundColor: "colors";
229
+ backgroundImage: "colors";
230
+ borderImage: "colors";
231
+ border: "colors";
232
+ borderBlock: "colors";
233
+ borderBlockEnd: "colors";
234
+ borderBlockStart: "colors";
235
+ borderBottom: "colors";
236
+ borderBottomColor: "colors";
237
+ borderColor: "colors";
238
+ borderInline: "colors";
239
+ borderInlineEnd: "colors";
240
+ borderInlineStart: "colors";
241
+ borderLeft: "colors";
242
+ borderLeftColor: "colors";
243
+ borderRight: "colors";
244
+ borderRightColor: "colors";
245
+ borderTop: "colors";
246
+ borderTopColor: "colors";
247
+ caretColor: "colors";
248
+ color: "colors";
249
+ columnRuleColor: "colors";
250
+ outline: "colors";
251
+ outlineColor: "colors";
252
+ fill: "colors";
253
+ stroke: "colors";
254
+ textDecorationColor: "colors";
255
+ fontFamily: "fonts";
256
+ fontWeight: "fontWeights";
257
+ lineHeight: "lineHeights";
258
+ letterSpacing: "letterSpacings";
259
+ borderWidth: "borderWidths";
260
+ borderTopWidth: "borderWidths";
261
+ borderLeftWidth: "borderWidths";
262
+ borderRightWidth: "borderWidths";
263
+ borderBottomWidth: "borderWidths";
264
+ borderStyle: "borderStyles";
265
+ borderTopStyle: "borderStyles";
266
+ borderLeftStyle: "borderStyles";
267
+ borderRightStyle: "borderStyles";
268
+ borderBottomStyle: "borderStyles";
269
+ borderRadius: "radii";
270
+ borderTopLeftRadius: "radii";
271
+ borderTopRightRadius: "radii";
272
+ borderBottomRightRadius: "radii";
273
+ borderBottomLeftRadius: "radii";
274
+ boxShadow: "shadows";
275
+ textShadow: "shadows";
276
+ transition: "transitions";
277
+ zIndex: "zIndices";
278
+ }, {
279
+ bg: (value: {
280
+ readonly [$$PropertyValue]: "backgroundColor";
281
+ }) => {
282
+ backgroundColor: {
283
+ readonly [$$PropertyValue]: "backgroundColor";
284
+ };
285
+ };
286
+ c: (value: {
287
+ readonly [$$PropertyValue]: "color";
288
+ }) => {
289
+ color: {
290
+ readonly [$$PropertyValue]: "color";
291
+ };
292
+ };
293
+ r: (value: {
294
+ readonly [$$ScaleValue]: "radii";
295
+ }) => {
296
+ borderRadius: {
297
+ readonly [$$ScaleValue]: "radii";
298
+ };
299
+ };
300
+ fs: (value: string | number | {
301
+ readonly [$$PropertyValue]: "fontSize";
302
+ }) => {
303
+ fontSize: string | number | {
304
+ readonly [$$PropertyValue]: "fontSize";
305
+ };
306
+ };
307
+ size: (value: string | number | {
308
+ readonly [$$ScaleValue]: "space";
309
+ }) => {
310
+ height: string | number | {
311
+ readonly [$$ScaleValue]: "space";
312
+ };
313
+ width: string | number | {
314
+ readonly [$$ScaleValue]: "space";
315
+ };
316
+ };
317
+ w: (value: string | number | {
318
+ readonly [$$ScaleValue]: "space";
319
+ }) => {
320
+ width: string | number | {
321
+ readonly [$$ScaleValue]: "space";
322
+ };
323
+ };
324
+ h: (value: string | number | {
325
+ readonly [$$ScaleValue]: "space";
326
+ }) => {
327
+ height: string | number | {
328
+ readonly [$$ScaleValue]: "space";
329
+ };
330
+ };
331
+ p: (value: string | number | {
332
+ readonly [$$ScaleValue]: "space";
333
+ }) => {
334
+ padding: string | number | {
335
+ readonly [$$ScaleValue]: "space";
336
+ };
337
+ };
338
+ pt: (value: string | number | {
339
+ readonly [$$ScaleValue]: "space";
340
+ }) => {
341
+ paddingTop: string | number | {
342
+ readonly [$$ScaleValue]: "space";
343
+ };
344
+ };
345
+ pr: (value: string | number | {
346
+ readonly [$$ScaleValue]: "space";
347
+ }) => {
348
+ paddingRight: string | number | {
349
+ readonly [$$ScaleValue]: "space";
350
+ };
351
+ };
352
+ pb: (value: string | number | {
353
+ readonly [$$ScaleValue]: "space";
354
+ }) => {
355
+ paddingBottom: string | number | {
356
+ readonly [$$ScaleValue]: "space";
357
+ };
358
+ };
359
+ pl: (value: string | number | {
360
+ readonly [$$ScaleValue]: "space";
361
+ }) => {
362
+ paddingLeft: string | number | {
363
+ readonly [$$ScaleValue]: "space";
364
+ };
365
+ };
366
+ px: (value: string | number | {
367
+ readonly [$$ScaleValue]: "space";
368
+ }) => {
369
+ paddingLeft: string | number | {
370
+ readonly [$$ScaleValue]: "space";
371
+ };
372
+ paddingRight: string | number | {
373
+ readonly [$$ScaleValue]: "space";
374
+ };
375
+ };
376
+ py: (value: string | number | {
377
+ readonly [$$ScaleValue]: "space";
378
+ }) => {
379
+ paddingTop: string | number | {
380
+ readonly [$$ScaleValue]: "space";
381
+ };
382
+ paddingBottom: string | number | {
383
+ readonly [$$ScaleValue]: "space";
384
+ };
385
+ };
386
+ m: (value: string | number | {
387
+ readonly [$$ScaleValue]: "space";
388
+ }) => {
389
+ margin: string | number | {
390
+ readonly [$$ScaleValue]: "space";
391
+ };
392
+ };
393
+ mt: (value: string | number | {
394
+ readonly [$$ScaleValue]: "space";
395
+ }) => {
396
+ marginTop: string | number | {
397
+ readonly [$$ScaleValue]: "space";
398
+ };
399
+ };
400
+ mr: (value: string | number | {
401
+ readonly [$$ScaleValue]: "space";
402
+ }) => {
403
+ marginRight: string | number | {
404
+ readonly [$$ScaleValue]: "space";
405
+ };
406
+ };
407
+ mb: (value: string | number | {
408
+ readonly [$$ScaleValue]: "space";
409
+ }) => {
410
+ marginBottom: string | number | {
411
+ readonly [$$ScaleValue]: "space";
412
+ };
413
+ };
414
+ ml: (value: string | number | {
415
+ readonly [$$ScaleValue]: "space";
416
+ }) => {
417
+ marginLeft: string | number | {
418
+ readonly [$$ScaleValue]: "space";
419
+ };
420
+ };
421
+ mx: (value: string | number | {
422
+ readonly [$$ScaleValue]: "space";
423
+ }) => {
424
+ marginLeft: string | number | {
425
+ readonly [$$ScaleValue]: "space";
426
+ };
427
+ marginRight: string | number | {
428
+ readonly [$$ScaleValue]: "space";
429
+ };
430
+ };
431
+ my: (value: string | number | {
432
+ readonly [$$ScaleValue]: "space";
433
+ }) => {
434
+ marginTop: string | number | {
435
+ readonly [$$ScaleValue]: "space";
436
+ };
437
+ marginBottom: string | number | {
438
+ readonly [$$ScaleValue]: "space";
439
+ };
440
+ };
441
+ }>>, {}, {
442
+ allowMotion: string;
443
+ sm: string;
444
+ md: string;
445
+ lg: string;
446
+ xl: string;
447
+ '2xl': string;
448
+ ls: string;
449
+ }, import("@stitches/react/types/css-util").CSS<{
450
+ allowMotion: string;
451
+ sm: string;
452
+ md: string;
453
+ lg: string;
454
+ xl: string;
455
+ '2xl': string;
456
+ ls: string;
457
+ }, {
458
+ colors: {
459
+ primary_default: string;
460
+ primary_bright: string;
461
+ primary_dim: string;
462
+ primary_disabled: string;
463
+ on_primary_high: string;
464
+ on_primary_medium: string;
465
+ on_primary_low: string;
466
+ secondary_default: string;
467
+ secondary_bright: string;
468
+ secondary_dim: string;
469
+ secondary_disabled: string;
470
+ on_secondary_high: string;
471
+ on_secondary_medium: string;
472
+ on_secondary_low: string;
473
+ background_default: string;
474
+ background_dim: string;
475
+ surface_default: string;
476
+ surface_bright: string;
477
+ surface_brighter: string;
478
+ surface_dim: string;
479
+ on_surface_high: string;
480
+ on_surface_medium: string;
481
+ on_surface_low: string;
482
+ border_default: string;
483
+ border_bright: string;
484
+ alert_success: string;
485
+ alert_warning: string;
486
+ alert_error_default: string;
487
+ alert_error_bright: string;
488
+ alert_error_brighter: string;
489
+ alert_error_dim: string;
490
+ };
491
+ shadows: {
492
+ sm: string;
493
+ md: string;
494
+ };
495
+ fonts: {
496
+ sans: string;
497
+ };
498
+ fontSizes: {
499
+ h1: string;
500
+ h2: string;
501
+ h3: string;
502
+ h4: string;
503
+ h5: string;
504
+ h6: string;
505
+ tiny: string;
506
+ xs: string;
507
+ sm: string;
508
+ md: string;
509
+ lg: string;
510
+ };
511
+ fontWeights: {
512
+ semiBold: number;
513
+ medium: number;
514
+ regular: number;
515
+ };
516
+ lineHeights: {
517
+ h1: string;
518
+ h2: string;
519
+ h3: string;
520
+ h4: string;
521
+ h5: string;
522
+ h6: string;
523
+ tiny: string;
524
+ xs: string;
525
+ sm: string;
526
+ md: string;
527
+ };
528
+ radii: {
529
+ '0': string;
530
+ '1': string;
531
+ '2': string;
532
+ '3': string;
533
+ '4': string;
534
+ round: string;
535
+ };
536
+ space: {
537
+ 0: string;
538
+ xs: string;
539
+ sm: string;
540
+ md: string;
541
+ lg: string;
542
+ xl: string;
543
+ px: string;
544
+ 1: string;
545
+ 2: string;
546
+ 3: string;
547
+ 4: string;
548
+ 5: string;
549
+ 6: string;
550
+ 7: string;
551
+ 8: string;
552
+ 9: string;
553
+ 10: string;
554
+ 11: string;
555
+ 12: string;
556
+ 13: string;
557
+ 14: string;
558
+ 15: string;
559
+ 16: string;
560
+ 17: string;
561
+ 18: string;
562
+ 19: string;
563
+ 20: string;
564
+ 24: string;
565
+ 28: string;
566
+ 32: string;
567
+ 36: string;
568
+ 40: string;
569
+ 44: string;
570
+ 48: string;
571
+ 52: string;
572
+ 56: string;
573
+ 60: string;
574
+ 64: string;
575
+ 72: string;
576
+ 80: string;
577
+ 96: string;
578
+ 100: string;
579
+ };
580
+ borderWidths: {
581
+ light: string;
582
+ normal: string;
583
+ bold: string;
584
+ extrabold: string;
585
+ black: string;
586
+ };
587
+ }, {
588
+ width: string;
589
+ height: string;
590
+ minWidth: string;
591
+ maxWidth: string;
592
+ minHeight: string;
593
+ maxHeight: string;
594
+ flexBasis: string;
595
+ gridTemplateColumns: string;
596
+ gridTemplateRows: string;
597
+ blockSize: string;
598
+ minBlockSize: string;
599
+ maxBlockSize: string;
600
+ inlineSize: string;
601
+ minInlineSize: string;
602
+ maxInlineSize: string;
603
+ gap: "space";
604
+ gridGap: "space";
605
+ columnGap: "space";
606
+ gridColumnGap: "space";
607
+ rowGap: "space";
608
+ gridRowGap: "space";
609
+ inset: "space";
610
+ insetBlock: "space";
611
+ insetBlockEnd: "space";
612
+ insetBlockStart: "space";
613
+ insetInline: "space";
614
+ insetInlineEnd: "space";
615
+ insetInlineStart: "space";
616
+ margin: "space";
617
+ marginTop: "space";
618
+ marginRight: "space";
619
+ marginBottom: "space";
620
+ marginLeft: "space";
621
+ marginBlock: "space";
622
+ marginBlockEnd: "space";
623
+ marginBlockStart: "space";
624
+ marginInline: "space";
625
+ marginInlineEnd: "space";
626
+ marginInlineStart: "space";
627
+ padding: "space";
628
+ paddingTop: "space";
629
+ paddingRight: "space";
630
+ paddingBottom: "space";
631
+ paddingLeft: "space";
632
+ paddingBlock: "space";
633
+ paddingBlockEnd: "space";
634
+ paddingBlockStart: "space";
635
+ paddingInline: "space";
636
+ paddingInlineEnd: "space";
637
+ paddingInlineStart: "space";
638
+ scrollMargin: "space";
639
+ scrollMarginTop: "space";
640
+ scrollMarginRight: "space";
641
+ scrollMarginBottom: "space";
642
+ scrollMarginLeft: "space";
643
+ scrollMarginBlock: "space";
644
+ scrollMarginBlockEnd: "space";
645
+ scrollMarginBlockStart: "space";
646
+ scrollMarginInline: "space";
647
+ scrollMarginInlineEnd: "space";
648
+ scrollMarginInlineStart: "space";
649
+ scrollPadding: "space";
650
+ scrollPaddingTop: "space";
651
+ scrollPaddingRight: "space";
652
+ scrollPaddingBottom: "space";
653
+ scrollPaddingLeft: "space";
654
+ scrollPaddingBlock: "space";
655
+ scrollPaddingBlockEnd: "space";
656
+ scrollPaddingBlockStart: "space";
657
+ scrollPaddingInline: "space";
658
+ scrollPaddingInlineEnd: "space";
659
+ scrollPaddingInlineStart: "space";
660
+ top: "space";
661
+ right: "space";
662
+ bottom: "space";
663
+ left: "space";
664
+ fontSize: "fontSizes";
665
+ background: "colors";
666
+ backgroundColor: "colors";
667
+ backgroundImage: "colors";
668
+ borderImage: "colors";
669
+ border: "colors";
670
+ borderBlock: "colors";
671
+ borderBlockEnd: "colors";
672
+ borderBlockStart: "colors";
673
+ borderBottom: "colors";
674
+ borderBottomColor: "colors";
675
+ borderColor: "colors";
676
+ borderInline: "colors";
677
+ borderInlineEnd: "colors";
678
+ borderInlineStart: "colors";
679
+ borderLeft: "colors";
680
+ borderLeftColor: "colors";
681
+ borderRight: "colors";
682
+ borderRightColor: "colors";
683
+ borderTop: "colors";
684
+ borderTopColor: "colors";
685
+ caretColor: "colors";
686
+ color: "colors";
687
+ columnRuleColor: "colors";
688
+ outline: "colors";
689
+ outlineColor: "colors";
690
+ fill: "colors";
691
+ stroke: "colors";
692
+ textDecorationColor: "colors";
693
+ fontFamily: "fonts";
694
+ fontWeight: "fontWeights";
695
+ lineHeight: "lineHeights";
696
+ letterSpacing: "letterSpacings";
697
+ borderWidth: "borderWidths";
698
+ borderTopWidth: "borderWidths";
699
+ borderLeftWidth: "borderWidths";
700
+ borderRightWidth: "borderWidths";
701
+ borderBottomWidth: "borderWidths";
702
+ borderStyle: "borderStyles";
703
+ borderTopStyle: "borderStyles";
704
+ borderLeftStyle: "borderStyles";
705
+ borderRightStyle: "borderStyles";
706
+ borderBottomStyle: "borderStyles";
707
+ borderRadius: "radii";
708
+ borderTopLeftRadius: "radii";
709
+ borderTopRightRadius: "radii";
710
+ borderBottomRightRadius: "radii";
711
+ borderBottomLeftRadius: "radii";
712
+ boxShadow: "shadows";
713
+ textShadow: "shadows";
714
+ transition: "transitions";
715
+ zIndex: "zIndices";
716
+ }, {
717
+ bg: (value: {
718
+ readonly [$$PropertyValue]: "backgroundColor";
719
+ }) => {
720
+ backgroundColor: {
721
+ readonly [$$PropertyValue]: "backgroundColor";
722
+ };
723
+ };
724
+ c: (value: {
725
+ readonly [$$PropertyValue]: "color";
726
+ }) => {
727
+ color: {
728
+ readonly [$$PropertyValue]: "color";
729
+ };
730
+ };
731
+ r: (value: {
732
+ readonly [$$ScaleValue]: "radii";
733
+ }) => {
734
+ borderRadius: {
735
+ readonly [$$ScaleValue]: "radii";
736
+ };
737
+ };
738
+ fs: (value: string | number | {
739
+ readonly [$$PropertyValue]: "fontSize";
740
+ }) => {
741
+ fontSize: string | number | {
742
+ readonly [$$PropertyValue]: "fontSize";
743
+ };
744
+ };
745
+ size: (value: string | number | {
746
+ readonly [$$ScaleValue]: "space";
747
+ }) => {
748
+ height: string | number | {
749
+ readonly [$$ScaleValue]: "space";
750
+ };
751
+ width: string | number | {
752
+ readonly [$$ScaleValue]: "space";
753
+ };
754
+ };
755
+ w: (value: string | number | {
756
+ readonly [$$ScaleValue]: "space";
757
+ }) => {
758
+ width: string | number | {
759
+ readonly [$$ScaleValue]: "space";
760
+ };
761
+ };
762
+ h: (value: string | number | {
763
+ readonly [$$ScaleValue]: "space";
764
+ }) => {
765
+ height: string | number | {
766
+ readonly [$$ScaleValue]: "space";
767
+ };
768
+ };
769
+ p: (value: string | number | {
770
+ readonly [$$ScaleValue]: "space";
771
+ }) => {
772
+ padding: string | number | {
773
+ readonly [$$ScaleValue]: "space";
774
+ };
775
+ };
776
+ pt: (value: string | number | {
777
+ readonly [$$ScaleValue]: "space";
778
+ }) => {
779
+ paddingTop: string | number | {
780
+ readonly [$$ScaleValue]: "space";
781
+ };
782
+ };
783
+ pr: (value: string | number | {
784
+ readonly [$$ScaleValue]: "space";
785
+ }) => {
786
+ paddingRight: string | number | {
787
+ readonly [$$ScaleValue]: "space";
788
+ };
789
+ };
790
+ pb: (value: string | number | {
791
+ readonly [$$ScaleValue]: "space";
792
+ }) => {
793
+ paddingBottom: string | number | {
794
+ readonly [$$ScaleValue]: "space";
795
+ };
796
+ };
797
+ pl: (value: string | number | {
798
+ readonly [$$ScaleValue]: "space";
799
+ }) => {
800
+ paddingLeft: string | number | {
801
+ readonly [$$ScaleValue]: "space";
802
+ };
803
+ };
804
+ px: (value: string | number | {
805
+ readonly [$$ScaleValue]: "space";
806
+ }) => {
807
+ paddingLeft: string | number | {
808
+ readonly [$$ScaleValue]: "space";
809
+ };
810
+ paddingRight: string | number | {
811
+ readonly [$$ScaleValue]: "space";
812
+ };
813
+ };
814
+ py: (value: string | number | {
815
+ readonly [$$ScaleValue]: "space";
816
+ }) => {
817
+ paddingTop: string | number | {
818
+ readonly [$$ScaleValue]: "space";
819
+ };
820
+ paddingBottom: string | number | {
821
+ readonly [$$ScaleValue]: "space";
822
+ };
823
+ };
824
+ m: (value: string | number | {
825
+ readonly [$$ScaleValue]: "space";
826
+ }) => {
827
+ margin: string | number | {
828
+ readonly [$$ScaleValue]: "space";
829
+ };
830
+ };
831
+ mt: (value: string | number | {
832
+ readonly [$$ScaleValue]: "space";
833
+ }) => {
834
+ marginTop: string | number | {
835
+ readonly [$$ScaleValue]: "space";
836
+ };
837
+ };
838
+ mr: (value: string | number | {
839
+ readonly [$$ScaleValue]: "space";
840
+ }) => {
841
+ marginRight: string | number | {
842
+ readonly [$$ScaleValue]: "space";
843
+ };
844
+ };
845
+ mb: (value: string | number | {
846
+ readonly [$$ScaleValue]: "space";
847
+ }) => {
848
+ marginBottom: string | number | {
849
+ readonly [$$ScaleValue]: "space";
850
+ };
851
+ };
852
+ ml: (value: string | number | {
853
+ readonly [$$ScaleValue]: "space";
854
+ }) => {
855
+ marginLeft: string | number | {
856
+ readonly [$$ScaleValue]: "space";
857
+ };
858
+ };
859
+ mx: (value: string | number | {
860
+ readonly [$$ScaleValue]: "space";
861
+ }) => {
862
+ marginLeft: string | number | {
863
+ readonly [$$ScaleValue]: "space";
864
+ };
865
+ marginRight: string | number | {
866
+ readonly [$$ScaleValue]: "space";
867
+ };
868
+ };
869
+ my: (value: string | number | {
870
+ readonly [$$ScaleValue]: "space";
871
+ }) => {
872
+ marginTop: string | number | {
873
+ readonly [$$ScaleValue]: "space";
874
+ };
875
+ marginBottom: string | number | {
876
+ readonly [$$ScaleValue]: "space";
877
+ };
878
+ };
879
+ }>>;
880
+ export declare const MenuTriggerButton: import("@stitches/react/types/styled-component").StyledComponent<import("@stitches/react/types/styled-component").StyledComponent<import("@stitches/react/types/styled-component").StyledComponent<"button", {
881
+ active?: boolean | "true" | "false" | undefined;
882
+ }, {
883
+ allowMotion: string;
884
+ sm: string;
885
+ md: string;
886
+ lg: string;
887
+ xl: string;
888
+ '2xl': string;
889
+ ls: string;
890
+ }, import("@stitches/react/types/css-util").CSS<{
891
+ allowMotion: string;
892
+ sm: string;
893
+ md: string;
894
+ lg: string;
895
+ xl: string;
896
+ '2xl': string;
897
+ ls: string;
898
+ }, {
899
+ colors: {
900
+ primary_default: string;
901
+ primary_bright: string;
902
+ primary_dim: string;
903
+ primary_disabled: string;
904
+ on_primary_high: string;
905
+ on_primary_medium: string;
906
+ on_primary_low: string;
907
+ secondary_default: string;
908
+ secondary_bright: string;
909
+ secondary_dim: string;
910
+ secondary_disabled: string;
911
+ on_secondary_high: string;
912
+ on_secondary_medium: string;
913
+ on_secondary_low: string;
914
+ background_default: string;
915
+ background_dim: string;
916
+ surface_default: string;
917
+ surface_bright: string;
918
+ surface_brighter: string;
919
+ surface_dim: string;
920
+ on_surface_high: string;
921
+ on_surface_medium: string;
922
+ on_surface_low: string;
923
+ border_default: string;
924
+ border_bright: string;
925
+ alert_success: string;
926
+ alert_warning: string;
927
+ alert_error_default: string;
928
+ alert_error_bright: string;
929
+ alert_error_brighter: string;
930
+ alert_error_dim: string;
931
+ };
932
+ shadows: {
933
+ sm: string;
934
+ md: string;
935
+ };
936
+ fonts: {
937
+ sans: string;
938
+ };
939
+ fontSizes: {
940
+ h1: string;
941
+ h2: string;
942
+ h3: string;
943
+ h4: string;
944
+ h5: string;
945
+ h6: string;
946
+ tiny: string;
947
+ xs: string;
948
+ sm: string;
949
+ md: string;
950
+ lg: string;
951
+ };
952
+ fontWeights: {
953
+ semiBold: number;
954
+ medium: number;
955
+ regular: number;
956
+ };
957
+ lineHeights: {
958
+ h1: string;
959
+ h2: string;
960
+ h3: string;
961
+ h4: string;
962
+ h5: string;
963
+ h6: string;
964
+ tiny: string;
965
+ xs: string;
966
+ sm: string;
967
+ md: string;
968
+ };
969
+ radii: {
970
+ '0': string;
971
+ '1': string;
972
+ '2': string;
973
+ '3': string;
974
+ '4': string;
975
+ round: string;
976
+ };
977
+ space: {
978
+ 0: string;
979
+ xs: string;
980
+ sm: string;
981
+ md: string;
982
+ lg: string;
983
+ xl: string;
984
+ px: string;
985
+ 1: string;
986
+ 2: string;
987
+ 3: string;
988
+ 4: string;
989
+ 5: string;
990
+ 6: string;
991
+ 7: string;
992
+ 8: string;
993
+ 9: string;
994
+ 10: string;
995
+ 11: string;
996
+ 12: string;
997
+ 13: string;
998
+ 14: string;
999
+ 15: string;
1000
+ 16: string;
1001
+ 17: string;
1002
+ 18: string;
1003
+ 19: string;
1004
+ 20: string;
1005
+ 24: string;
1006
+ 28: string;
1007
+ 32: string;
1008
+ 36: string;
1009
+ 40: string;
1010
+ 44: string;
1011
+ 48: string;
1012
+ 52: string;
1013
+ 56: string;
1014
+ 60: string;
1015
+ 64: string;
1016
+ 72: string;
1017
+ 80: string;
1018
+ 96: string;
1019
+ 100: string;
1020
+ };
1021
+ borderWidths: {
1022
+ light: string;
1023
+ normal: string;
1024
+ bold: string;
1025
+ extrabold: string;
1026
+ black: string;
1027
+ };
1028
+ }, {
1029
+ width: string;
1030
+ height: string;
1031
+ minWidth: string;
1032
+ maxWidth: string;
1033
+ minHeight: string;
1034
+ maxHeight: string;
1035
+ flexBasis: string;
1036
+ gridTemplateColumns: string;
1037
+ gridTemplateRows: string;
1038
+ blockSize: string;
1039
+ minBlockSize: string;
1040
+ maxBlockSize: string;
1041
+ inlineSize: string;
1042
+ minInlineSize: string;
1043
+ maxInlineSize: string;
1044
+ gap: "space";
1045
+ gridGap: "space";
1046
+ columnGap: "space";
1047
+ gridColumnGap: "space";
1048
+ rowGap: "space";
1049
+ gridRowGap: "space";
1050
+ inset: "space";
1051
+ insetBlock: "space";
1052
+ insetBlockEnd: "space";
1053
+ insetBlockStart: "space";
1054
+ insetInline: "space";
1055
+ insetInlineEnd: "space";
1056
+ insetInlineStart: "space";
1057
+ margin: "space";
1058
+ marginTop: "space";
1059
+ marginRight: "space";
1060
+ marginBottom: "space";
1061
+ marginLeft: "space";
1062
+ marginBlock: "space";
1063
+ marginBlockEnd: "space";
1064
+ marginBlockStart: "space";
1065
+ marginInline: "space";
1066
+ marginInlineEnd: "space";
1067
+ marginInlineStart: "space";
1068
+ padding: "space";
1069
+ paddingTop: "space";
1070
+ paddingRight: "space";
1071
+ paddingBottom: "space";
1072
+ paddingLeft: "space";
1073
+ paddingBlock: "space";
1074
+ paddingBlockEnd: "space";
1075
+ paddingBlockStart: "space";
1076
+ paddingInline: "space";
1077
+ paddingInlineEnd: "space";
1078
+ paddingInlineStart: "space";
1079
+ scrollMargin: "space";
1080
+ scrollMarginTop: "space";
1081
+ scrollMarginRight: "space";
1082
+ scrollMarginBottom: "space";
1083
+ scrollMarginLeft: "space";
1084
+ scrollMarginBlock: "space";
1085
+ scrollMarginBlockEnd: "space";
1086
+ scrollMarginBlockStart: "space";
1087
+ scrollMarginInline: "space";
1088
+ scrollMarginInlineEnd: "space";
1089
+ scrollMarginInlineStart: "space";
1090
+ scrollPadding: "space";
1091
+ scrollPaddingTop: "space";
1092
+ scrollPaddingRight: "space";
1093
+ scrollPaddingBottom: "space";
1094
+ scrollPaddingLeft: "space";
1095
+ scrollPaddingBlock: "space";
1096
+ scrollPaddingBlockEnd: "space";
1097
+ scrollPaddingBlockStart: "space";
1098
+ scrollPaddingInline: "space";
1099
+ scrollPaddingInlineEnd: "space";
1100
+ scrollPaddingInlineStart: "space";
1101
+ top: "space";
1102
+ right: "space";
1103
+ bottom: "space";
1104
+ left: "space";
1105
+ fontSize: "fontSizes";
1106
+ background: "colors";
1107
+ backgroundColor: "colors";
1108
+ backgroundImage: "colors";
1109
+ borderImage: "colors";
1110
+ border: "colors";
1111
+ borderBlock: "colors";
1112
+ borderBlockEnd: "colors";
1113
+ borderBlockStart: "colors";
1114
+ borderBottom: "colors";
1115
+ borderBottomColor: "colors";
1116
+ borderColor: "colors";
1117
+ borderInline: "colors";
1118
+ borderInlineEnd: "colors";
1119
+ borderInlineStart: "colors";
1120
+ borderLeft: "colors";
1121
+ borderLeftColor: "colors";
1122
+ borderRight: "colors";
1123
+ borderRightColor: "colors";
1124
+ borderTop: "colors";
1125
+ borderTopColor: "colors";
1126
+ caretColor: "colors";
1127
+ color: "colors";
1128
+ columnRuleColor: "colors";
1129
+ outline: "colors";
1130
+ outlineColor: "colors";
1131
+ fill: "colors";
1132
+ stroke: "colors";
1133
+ textDecorationColor: "colors";
1134
+ fontFamily: "fonts";
1135
+ fontWeight: "fontWeights";
1136
+ lineHeight: "lineHeights";
1137
+ letterSpacing: "letterSpacings";
1138
+ borderWidth: "borderWidths";
1139
+ borderTopWidth: "borderWidths";
1140
+ borderLeftWidth: "borderWidths";
1141
+ borderRightWidth: "borderWidths";
1142
+ borderBottomWidth: "borderWidths";
1143
+ borderStyle: "borderStyles";
1144
+ borderTopStyle: "borderStyles";
1145
+ borderLeftStyle: "borderStyles";
1146
+ borderRightStyle: "borderStyles";
1147
+ borderBottomStyle: "borderStyles";
1148
+ borderRadius: "radii";
1149
+ borderTopLeftRadius: "radii";
1150
+ borderTopRightRadius: "radii";
1151
+ borderBottomRightRadius: "radii";
1152
+ borderBottomLeftRadius: "radii";
1153
+ boxShadow: "shadows";
1154
+ textShadow: "shadows";
1155
+ transition: "transitions";
1156
+ zIndex: "zIndices";
1157
+ }, {
1158
+ bg: (value: {
1159
+ readonly [$$PropertyValue]: "backgroundColor";
1160
+ }) => {
1161
+ backgroundColor: {
1162
+ readonly [$$PropertyValue]: "backgroundColor";
1163
+ };
1164
+ };
1165
+ c: (value: {
1166
+ readonly [$$PropertyValue]: "color";
1167
+ }) => {
1168
+ color: {
1169
+ readonly [$$PropertyValue]: "color";
1170
+ };
1171
+ };
1172
+ r: (value: {
1173
+ readonly [$$ScaleValue]: "radii";
1174
+ }) => {
1175
+ borderRadius: {
1176
+ readonly [$$ScaleValue]: "radii";
1177
+ };
1178
+ };
1179
+ fs: (value: string | number | {
1180
+ readonly [$$PropertyValue]: "fontSize";
1181
+ }) => {
1182
+ fontSize: string | number | {
1183
+ readonly [$$PropertyValue]: "fontSize";
1184
+ };
1185
+ };
1186
+ size: (value: string | number | {
1187
+ readonly [$$ScaleValue]: "space";
1188
+ }) => {
1189
+ height: string | number | {
1190
+ readonly [$$ScaleValue]: "space";
1191
+ };
1192
+ width: string | number | {
1193
+ readonly [$$ScaleValue]: "space";
1194
+ };
1195
+ };
1196
+ w: (value: string | number | {
1197
+ readonly [$$ScaleValue]: "space";
1198
+ }) => {
1199
+ width: string | number | {
1200
+ readonly [$$ScaleValue]: "space";
1201
+ };
1202
+ };
1203
+ h: (value: string | number | {
1204
+ readonly [$$ScaleValue]: "space";
1205
+ }) => {
1206
+ height: string | number | {
1207
+ readonly [$$ScaleValue]: "space";
1208
+ };
1209
+ };
1210
+ p: (value: string | number | {
1211
+ readonly [$$ScaleValue]: "space";
1212
+ }) => {
1213
+ padding: string | number | {
1214
+ readonly [$$ScaleValue]: "space";
1215
+ };
1216
+ };
1217
+ pt: (value: string | number | {
1218
+ readonly [$$ScaleValue]: "space";
1219
+ }) => {
1220
+ paddingTop: string | number | {
1221
+ readonly [$$ScaleValue]: "space";
1222
+ };
1223
+ };
1224
+ pr: (value: string | number | {
1225
+ readonly [$$ScaleValue]: "space";
1226
+ }) => {
1227
+ paddingRight: string | number | {
1228
+ readonly [$$ScaleValue]: "space";
1229
+ };
1230
+ };
1231
+ pb: (value: string | number | {
1232
+ readonly [$$ScaleValue]: "space";
1233
+ }) => {
1234
+ paddingBottom: string | number | {
1235
+ readonly [$$ScaleValue]: "space";
1236
+ };
1237
+ };
1238
+ pl: (value: string | number | {
1239
+ readonly [$$ScaleValue]: "space";
1240
+ }) => {
1241
+ paddingLeft: string | number | {
1242
+ readonly [$$ScaleValue]: "space";
1243
+ };
1244
+ };
1245
+ px: (value: string | number | {
1246
+ readonly [$$ScaleValue]: "space";
1247
+ }) => {
1248
+ paddingLeft: string | number | {
1249
+ readonly [$$ScaleValue]: "space";
1250
+ };
1251
+ paddingRight: string | number | {
1252
+ readonly [$$ScaleValue]: "space";
1253
+ };
1254
+ };
1255
+ py: (value: string | number | {
1256
+ readonly [$$ScaleValue]: "space";
1257
+ }) => {
1258
+ paddingTop: string | number | {
1259
+ readonly [$$ScaleValue]: "space";
1260
+ };
1261
+ paddingBottom: string | number | {
1262
+ readonly [$$ScaleValue]: "space";
1263
+ };
1264
+ };
1265
+ m: (value: string | number | {
1266
+ readonly [$$ScaleValue]: "space";
1267
+ }) => {
1268
+ margin: string | number | {
1269
+ readonly [$$ScaleValue]: "space";
1270
+ };
1271
+ };
1272
+ mt: (value: string | number | {
1273
+ readonly [$$ScaleValue]: "space";
1274
+ }) => {
1275
+ marginTop: string | number | {
1276
+ readonly [$$ScaleValue]: "space";
1277
+ };
1278
+ };
1279
+ mr: (value: string | number | {
1280
+ readonly [$$ScaleValue]: "space";
1281
+ }) => {
1282
+ marginRight: string | number | {
1283
+ readonly [$$ScaleValue]: "space";
1284
+ };
1285
+ };
1286
+ mb: (value: string | number | {
1287
+ readonly [$$ScaleValue]: "space";
1288
+ }) => {
1289
+ marginBottom: string | number | {
1290
+ readonly [$$ScaleValue]: "space";
1291
+ };
1292
+ };
1293
+ ml: (value: string | number | {
1294
+ readonly [$$ScaleValue]: "space";
1295
+ }) => {
1296
+ marginLeft: string | number | {
1297
+ readonly [$$ScaleValue]: "space";
1298
+ };
1299
+ };
1300
+ mx: (value: string | number | {
1301
+ readonly [$$ScaleValue]: "space";
1302
+ }) => {
1303
+ marginLeft: string | number | {
1304
+ readonly [$$ScaleValue]: "space";
1305
+ };
1306
+ marginRight: string | number | {
1307
+ readonly [$$ScaleValue]: "space";
1308
+ };
1309
+ };
1310
+ my: (value: string | number | {
1311
+ readonly [$$ScaleValue]: "space";
1312
+ }) => {
1313
+ marginTop: string | number | {
1314
+ readonly [$$ScaleValue]: "space";
1315
+ };
1316
+ marginBottom: string | number | {
1317
+ readonly [$$ScaleValue]: "space";
1318
+ };
1319
+ };
1320
+ }>>, {}, {
1321
+ allowMotion: string;
1322
+ sm: string;
1323
+ md: string;
1324
+ lg: string;
1325
+ xl: string;
1326
+ '2xl': string;
1327
+ ls: string;
1328
+ }, import("@stitches/react/types/css-util").CSS<{
1329
+ allowMotion: string;
1330
+ sm: string;
1331
+ md: string;
1332
+ lg: string;
1333
+ xl: string;
1334
+ '2xl': string;
1335
+ ls: string;
1336
+ }, {
1337
+ colors: {
1338
+ primary_default: string;
1339
+ primary_bright: string;
1340
+ primary_dim: string;
1341
+ primary_disabled: string;
1342
+ on_primary_high: string;
1343
+ on_primary_medium: string;
1344
+ on_primary_low: string;
1345
+ secondary_default: string;
1346
+ secondary_bright: string;
1347
+ secondary_dim: string;
1348
+ secondary_disabled: string;
1349
+ on_secondary_high: string;
1350
+ on_secondary_medium: string;
1351
+ on_secondary_low: string;
1352
+ background_default: string;
1353
+ background_dim: string;
1354
+ surface_default: string;
1355
+ surface_bright: string;
1356
+ surface_brighter: string;
1357
+ surface_dim: string;
1358
+ on_surface_high: string;
1359
+ on_surface_medium: string;
1360
+ on_surface_low: string;
1361
+ border_default: string;
1362
+ border_bright: string;
1363
+ alert_success: string;
1364
+ alert_warning: string;
1365
+ alert_error_default: string;
1366
+ alert_error_bright: string;
1367
+ alert_error_brighter: string;
1368
+ alert_error_dim: string;
1369
+ };
1370
+ shadows: {
1371
+ sm: string;
1372
+ md: string;
1373
+ };
1374
+ fonts: {
1375
+ sans: string;
1376
+ };
1377
+ fontSizes: {
1378
+ h1: string;
1379
+ h2: string;
1380
+ h3: string;
1381
+ h4: string;
1382
+ h5: string;
1383
+ h6: string;
1384
+ tiny: string;
1385
+ xs: string;
1386
+ sm: string;
1387
+ md: string;
1388
+ lg: string;
1389
+ };
1390
+ fontWeights: {
1391
+ semiBold: number;
1392
+ medium: number;
1393
+ regular: number;
1394
+ };
1395
+ lineHeights: {
1396
+ h1: string;
1397
+ h2: string;
1398
+ h3: string;
1399
+ h4: string;
1400
+ h5: string;
1401
+ h6: string;
1402
+ tiny: string;
1403
+ xs: string;
1404
+ sm: string;
1405
+ md: string;
1406
+ };
1407
+ radii: {
1408
+ '0': string;
1409
+ '1': string;
1410
+ '2': string;
1411
+ '3': string;
1412
+ '4': string;
1413
+ round: string;
1414
+ };
1415
+ space: {
1416
+ 0: string;
1417
+ xs: string;
1418
+ sm: string;
1419
+ md: string;
1420
+ lg: string;
1421
+ xl: string;
1422
+ px: string;
1423
+ 1: string;
1424
+ 2: string;
1425
+ 3: string;
1426
+ 4: string;
1427
+ 5: string;
1428
+ 6: string;
1429
+ 7: string;
1430
+ 8: string;
1431
+ 9: string;
1432
+ 10: string;
1433
+ 11: string;
1434
+ 12: string;
1435
+ 13: string;
1436
+ 14: string;
1437
+ 15: string;
1438
+ 16: string;
1439
+ 17: string;
1440
+ 18: string;
1441
+ 19: string;
1442
+ 20: string;
1443
+ 24: string;
1444
+ 28: string;
1445
+ 32: string;
1446
+ 36: string;
1447
+ 40: string;
1448
+ 44: string;
1449
+ 48: string;
1450
+ 52: string;
1451
+ 56: string;
1452
+ 60: string;
1453
+ 64: string;
1454
+ 72: string;
1455
+ 80: string;
1456
+ 96: string;
1457
+ 100: string;
1458
+ };
1459
+ borderWidths: {
1460
+ light: string;
1461
+ normal: string;
1462
+ bold: string;
1463
+ extrabold: string;
1464
+ black: string;
1465
+ };
1466
+ }, {
1467
+ width: string;
1468
+ height: string;
1469
+ minWidth: string;
1470
+ maxWidth: string;
1471
+ minHeight: string;
1472
+ maxHeight: string;
1473
+ flexBasis: string;
1474
+ gridTemplateColumns: string;
1475
+ gridTemplateRows: string;
1476
+ blockSize: string;
1477
+ minBlockSize: string;
1478
+ maxBlockSize: string;
1479
+ inlineSize: string;
1480
+ minInlineSize: string;
1481
+ maxInlineSize: string;
1482
+ gap: "space";
1483
+ gridGap: "space";
1484
+ columnGap: "space";
1485
+ gridColumnGap: "space";
1486
+ rowGap: "space";
1487
+ gridRowGap: "space";
1488
+ inset: "space";
1489
+ insetBlock: "space";
1490
+ insetBlockEnd: "space";
1491
+ insetBlockStart: "space";
1492
+ insetInline: "space";
1493
+ insetInlineEnd: "space";
1494
+ insetInlineStart: "space";
1495
+ margin: "space";
1496
+ marginTop: "space";
1497
+ marginRight: "space";
1498
+ marginBottom: "space";
1499
+ marginLeft: "space";
1500
+ marginBlock: "space";
1501
+ marginBlockEnd: "space";
1502
+ marginBlockStart: "space";
1503
+ marginInline: "space";
1504
+ marginInlineEnd: "space";
1505
+ marginInlineStart: "space";
1506
+ padding: "space";
1507
+ paddingTop: "space";
1508
+ paddingRight: "space";
1509
+ paddingBottom: "space";
1510
+ paddingLeft: "space";
1511
+ paddingBlock: "space";
1512
+ paddingBlockEnd: "space";
1513
+ paddingBlockStart: "space";
1514
+ paddingInline: "space";
1515
+ paddingInlineEnd: "space";
1516
+ paddingInlineStart: "space";
1517
+ scrollMargin: "space";
1518
+ scrollMarginTop: "space";
1519
+ scrollMarginRight: "space";
1520
+ scrollMarginBottom: "space";
1521
+ scrollMarginLeft: "space";
1522
+ scrollMarginBlock: "space";
1523
+ scrollMarginBlockEnd: "space";
1524
+ scrollMarginBlockStart: "space";
1525
+ scrollMarginInline: "space";
1526
+ scrollMarginInlineEnd: "space";
1527
+ scrollMarginInlineStart: "space";
1528
+ scrollPadding: "space";
1529
+ scrollPaddingTop: "space";
1530
+ scrollPaddingRight: "space";
1531
+ scrollPaddingBottom: "space";
1532
+ scrollPaddingLeft: "space";
1533
+ scrollPaddingBlock: "space";
1534
+ scrollPaddingBlockEnd: "space";
1535
+ scrollPaddingBlockStart: "space";
1536
+ scrollPaddingInline: "space";
1537
+ scrollPaddingInlineEnd: "space";
1538
+ scrollPaddingInlineStart: "space";
1539
+ top: "space";
1540
+ right: "space";
1541
+ bottom: "space";
1542
+ left: "space";
1543
+ fontSize: "fontSizes";
1544
+ background: "colors";
1545
+ backgroundColor: "colors";
1546
+ backgroundImage: "colors";
1547
+ borderImage: "colors";
1548
+ border: "colors";
1549
+ borderBlock: "colors";
1550
+ borderBlockEnd: "colors";
1551
+ borderBlockStart: "colors";
1552
+ borderBottom: "colors";
1553
+ borderBottomColor: "colors";
1554
+ borderColor: "colors";
1555
+ borderInline: "colors";
1556
+ borderInlineEnd: "colors";
1557
+ borderInlineStart: "colors";
1558
+ borderLeft: "colors";
1559
+ borderLeftColor: "colors";
1560
+ borderRight: "colors";
1561
+ borderRightColor: "colors";
1562
+ borderTop: "colors";
1563
+ borderTopColor: "colors";
1564
+ caretColor: "colors";
1565
+ color: "colors";
1566
+ columnRuleColor: "colors";
1567
+ outline: "colors";
1568
+ outlineColor: "colors";
1569
+ fill: "colors";
1570
+ stroke: "colors";
1571
+ textDecorationColor: "colors";
1572
+ fontFamily: "fonts";
1573
+ fontWeight: "fontWeights";
1574
+ lineHeight: "lineHeights";
1575
+ letterSpacing: "letterSpacings";
1576
+ borderWidth: "borderWidths";
1577
+ borderTopWidth: "borderWidths";
1578
+ borderLeftWidth: "borderWidths";
1579
+ borderRightWidth: "borderWidths";
1580
+ borderBottomWidth: "borderWidths";
1581
+ borderStyle: "borderStyles";
1582
+ borderTopStyle: "borderStyles";
1583
+ borderLeftStyle: "borderStyles";
1584
+ borderRightStyle: "borderStyles";
1585
+ borderBottomStyle: "borderStyles";
1586
+ borderRadius: "radii";
1587
+ borderTopLeftRadius: "radii";
1588
+ borderTopRightRadius: "radii";
1589
+ borderBottomRightRadius: "radii";
1590
+ borderBottomLeftRadius: "radii";
1591
+ boxShadow: "shadows";
1592
+ textShadow: "shadows";
1593
+ transition: "transitions";
1594
+ zIndex: "zIndices";
1595
+ }, {
1596
+ bg: (value: {
1597
+ readonly [$$PropertyValue]: "backgroundColor";
1598
+ }) => {
1599
+ backgroundColor: {
1600
+ readonly [$$PropertyValue]: "backgroundColor";
1601
+ };
1602
+ };
1603
+ c: (value: {
1604
+ readonly [$$PropertyValue]: "color";
1605
+ }) => {
1606
+ color: {
1607
+ readonly [$$PropertyValue]: "color";
1608
+ };
1609
+ };
1610
+ r: (value: {
1611
+ readonly [$$ScaleValue]: "radii";
1612
+ }) => {
1613
+ borderRadius: {
1614
+ readonly [$$ScaleValue]: "radii";
1615
+ };
1616
+ };
1617
+ fs: (value: string | number | {
1618
+ readonly [$$PropertyValue]: "fontSize";
1619
+ }) => {
1620
+ fontSize: string | number | {
1621
+ readonly [$$PropertyValue]: "fontSize";
1622
+ };
1623
+ };
1624
+ size: (value: string | number | {
1625
+ readonly [$$ScaleValue]: "space";
1626
+ }) => {
1627
+ height: string | number | {
1628
+ readonly [$$ScaleValue]: "space";
1629
+ };
1630
+ width: string | number | {
1631
+ readonly [$$ScaleValue]: "space";
1632
+ };
1633
+ };
1634
+ w: (value: string | number | {
1635
+ readonly [$$ScaleValue]: "space";
1636
+ }) => {
1637
+ width: string | number | {
1638
+ readonly [$$ScaleValue]: "space";
1639
+ };
1640
+ };
1641
+ h: (value: string | number | {
1642
+ readonly [$$ScaleValue]: "space";
1643
+ }) => {
1644
+ height: string | number | {
1645
+ readonly [$$ScaleValue]: "space";
1646
+ };
1647
+ };
1648
+ p: (value: string | number | {
1649
+ readonly [$$ScaleValue]: "space";
1650
+ }) => {
1651
+ padding: string | number | {
1652
+ readonly [$$ScaleValue]: "space";
1653
+ };
1654
+ };
1655
+ pt: (value: string | number | {
1656
+ readonly [$$ScaleValue]: "space";
1657
+ }) => {
1658
+ paddingTop: string | number | {
1659
+ readonly [$$ScaleValue]: "space";
1660
+ };
1661
+ };
1662
+ pr: (value: string | number | {
1663
+ readonly [$$ScaleValue]: "space";
1664
+ }) => {
1665
+ paddingRight: string | number | {
1666
+ readonly [$$ScaleValue]: "space";
1667
+ };
1668
+ };
1669
+ pb: (value: string | number | {
1670
+ readonly [$$ScaleValue]: "space";
1671
+ }) => {
1672
+ paddingBottom: string | number | {
1673
+ readonly [$$ScaleValue]: "space";
1674
+ };
1675
+ };
1676
+ pl: (value: string | number | {
1677
+ readonly [$$ScaleValue]: "space";
1678
+ }) => {
1679
+ paddingLeft: string | number | {
1680
+ readonly [$$ScaleValue]: "space";
1681
+ };
1682
+ };
1683
+ px: (value: string | number | {
1684
+ readonly [$$ScaleValue]: "space";
1685
+ }) => {
1686
+ paddingLeft: string | number | {
1687
+ readonly [$$ScaleValue]: "space";
1688
+ };
1689
+ paddingRight: string | number | {
1690
+ readonly [$$ScaleValue]: "space";
1691
+ };
1692
+ };
1693
+ py: (value: string | number | {
1694
+ readonly [$$ScaleValue]: "space";
1695
+ }) => {
1696
+ paddingTop: string | number | {
1697
+ readonly [$$ScaleValue]: "space";
1698
+ };
1699
+ paddingBottom: string | number | {
1700
+ readonly [$$ScaleValue]: "space";
1701
+ };
1702
+ };
1703
+ m: (value: string | number | {
1704
+ readonly [$$ScaleValue]: "space";
1705
+ }) => {
1706
+ margin: string | number | {
1707
+ readonly [$$ScaleValue]: "space";
1708
+ };
1709
+ };
1710
+ mt: (value: string | number | {
1711
+ readonly [$$ScaleValue]: "space";
1712
+ }) => {
1713
+ marginTop: string | number | {
1714
+ readonly [$$ScaleValue]: "space";
1715
+ };
1716
+ };
1717
+ mr: (value: string | number | {
1718
+ readonly [$$ScaleValue]: "space";
1719
+ }) => {
1720
+ marginRight: string | number | {
1721
+ readonly [$$ScaleValue]: "space";
1722
+ };
1723
+ };
1724
+ mb: (value: string | number | {
1725
+ readonly [$$ScaleValue]: "space";
1726
+ }) => {
1727
+ marginBottom: string | number | {
1728
+ readonly [$$ScaleValue]: "space";
1729
+ };
1730
+ };
1731
+ ml: (value: string | number | {
1732
+ readonly [$$ScaleValue]: "space";
1733
+ }) => {
1734
+ marginLeft: string | number | {
1735
+ readonly [$$ScaleValue]: "space";
1736
+ };
1737
+ };
1738
+ mx: (value: string | number | {
1739
+ readonly [$$ScaleValue]: "space";
1740
+ }) => {
1741
+ marginLeft: string | number | {
1742
+ readonly [$$ScaleValue]: "space";
1743
+ };
1744
+ marginRight: string | number | {
1745
+ readonly [$$ScaleValue]: "space";
1746
+ };
1747
+ };
1748
+ my: (value: string | number | {
1749
+ readonly [$$ScaleValue]: "space";
1750
+ }) => {
1751
+ marginTop: string | number | {
1752
+ readonly [$$ScaleValue]: "space";
1753
+ };
1754
+ marginBottom: string | number | {
1755
+ readonly [$$ScaleValue]: "space";
1756
+ };
1757
+ };
1758
+ }>>, {}, {
1759
+ allowMotion: string;
1760
+ sm: string;
1761
+ md: string;
1762
+ lg: string;
1763
+ xl: string;
1764
+ '2xl': string;
1765
+ ls: string;
1766
+ }, import("@stitches/react/types/css-util").CSS<{
1767
+ allowMotion: string;
1768
+ sm: string;
1769
+ md: string;
1770
+ lg: string;
1771
+ xl: string;
1772
+ '2xl': string;
1773
+ ls: string;
1774
+ }, {
1775
+ colors: {
1776
+ primary_default: string;
1777
+ primary_bright: string;
1778
+ primary_dim: string;
1779
+ primary_disabled: string;
1780
+ on_primary_high: string;
1781
+ on_primary_medium: string;
1782
+ on_primary_low: string;
1783
+ secondary_default: string;
1784
+ secondary_bright: string;
1785
+ secondary_dim: string;
1786
+ secondary_disabled: string;
1787
+ on_secondary_high: string;
1788
+ on_secondary_medium: string;
1789
+ on_secondary_low: string;
1790
+ background_default: string;
1791
+ background_dim: string;
1792
+ surface_default: string;
1793
+ surface_bright: string;
1794
+ surface_brighter: string;
1795
+ surface_dim: string;
1796
+ on_surface_high: string;
1797
+ on_surface_medium: string;
1798
+ on_surface_low: string;
1799
+ border_default: string;
1800
+ border_bright: string;
1801
+ alert_success: string;
1802
+ alert_warning: string;
1803
+ alert_error_default: string;
1804
+ alert_error_bright: string;
1805
+ alert_error_brighter: string;
1806
+ alert_error_dim: string;
1807
+ };
1808
+ shadows: {
1809
+ sm: string;
1810
+ md: string;
1811
+ };
1812
+ fonts: {
1813
+ sans: string;
1814
+ };
1815
+ fontSizes: {
1816
+ h1: string;
1817
+ h2: string;
1818
+ h3: string;
1819
+ h4: string;
1820
+ h5: string;
1821
+ h6: string;
1822
+ tiny: string;
1823
+ xs: string;
1824
+ sm: string;
1825
+ md: string;
1826
+ lg: string;
1827
+ };
1828
+ fontWeights: {
1829
+ semiBold: number;
1830
+ medium: number;
1831
+ regular: number;
1832
+ };
1833
+ lineHeights: {
1834
+ h1: string;
1835
+ h2: string;
1836
+ h3: string;
1837
+ h4: string;
1838
+ h5: string;
1839
+ h6: string;
1840
+ tiny: string;
1841
+ xs: string;
1842
+ sm: string;
1843
+ md: string;
1844
+ };
1845
+ radii: {
1846
+ '0': string;
1847
+ '1': string;
1848
+ '2': string;
1849
+ '3': string;
1850
+ '4': string;
1851
+ round: string;
1852
+ };
1853
+ space: {
1854
+ 0: string;
1855
+ xs: string;
1856
+ sm: string;
1857
+ md: string;
1858
+ lg: string;
1859
+ xl: string;
1860
+ px: string;
1861
+ 1: string;
1862
+ 2: string;
1863
+ 3: string;
1864
+ 4: string;
1865
+ 5: string;
1866
+ 6: string;
1867
+ 7: string;
1868
+ 8: string;
1869
+ 9: string;
1870
+ 10: string;
1871
+ 11: string;
1872
+ 12: string;
1873
+ 13: string;
1874
+ 14: string;
1875
+ 15: string;
1876
+ 16: string;
1877
+ 17: string;
1878
+ 18: string;
1879
+ 19: string;
1880
+ 20: string;
1881
+ 24: string;
1882
+ 28: string;
1883
+ 32: string;
1884
+ 36: string;
1885
+ 40: string;
1886
+ 44: string;
1887
+ 48: string;
1888
+ 52: string;
1889
+ 56: string;
1890
+ 60: string;
1891
+ 64: string;
1892
+ 72: string;
1893
+ 80: string;
1894
+ 96: string;
1895
+ 100: string;
1896
+ };
1897
+ borderWidths: {
1898
+ light: string;
1899
+ normal: string;
1900
+ bold: string;
1901
+ extrabold: string;
1902
+ black: string;
1903
+ };
1904
+ }, {
1905
+ width: string;
1906
+ height: string;
1907
+ minWidth: string;
1908
+ maxWidth: string;
1909
+ minHeight: string;
1910
+ maxHeight: string;
1911
+ flexBasis: string;
1912
+ gridTemplateColumns: string;
1913
+ gridTemplateRows: string;
1914
+ blockSize: string;
1915
+ minBlockSize: string;
1916
+ maxBlockSize: string;
1917
+ inlineSize: string;
1918
+ minInlineSize: string;
1919
+ maxInlineSize: string;
1920
+ gap: "space";
1921
+ gridGap: "space";
1922
+ columnGap: "space";
1923
+ gridColumnGap: "space";
1924
+ rowGap: "space";
1925
+ gridRowGap: "space";
1926
+ inset: "space";
1927
+ insetBlock: "space";
1928
+ insetBlockEnd: "space";
1929
+ insetBlockStart: "space";
1930
+ insetInline: "space";
1931
+ insetInlineEnd: "space";
1932
+ insetInlineStart: "space";
1933
+ margin: "space";
1934
+ marginTop: "space";
1935
+ marginRight: "space";
1936
+ marginBottom: "space";
1937
+ marginLeft: "space";
1938
+ marginBlock: "space";
1939
+ marginBlockEnd: "space";
1940
+ marginBlockStart: "space";
1941
+ marginInline: "space";
1942
+ marginInlineEnd: "space";
1943
+ marginInlineStart: "space";
1944
+ padding: "space";
1945
+ paddingTop: "space";
1946
+ paddingRight: "space";
1947
+ paddingBottom: "space";
1948
+ paddingLeft: "space";
1949
+ paddingBlock: "space";
1950
+ paddingBlockEnd: "space";
1951
+ paddingBlockStart: "space";
1952
+ paddingInline: "space";
1953
+ paddingInlineEnd: "space";
1954
+ paddingInlineStart: "space";
1955
+ scrollMargin: "space";
1956
+ scrollMarginTop: "space";
1957
+ scrollMarginRight: "space";
1958
+ scrollMarginBottom: "space";
1959
+ scrollMarginLeft: "space";
1960
+ scrollMarginBlock: "space";
1961
+ scrollMarginBlockEnd: "space";
1962
+ scrollMarginBlockStart: "space";
1963
+ scrollMarginInline: "space";
1964
+ scrollMarginInlineEnd: "space";
1965
+ scrollMarginInlineStart: "space";
1966
+ scrollPadding: "space";
1967
+ scrollPaddingTop: "space";
1968
+ scrollPaddingRight: "space";
1969
+ scrollPaddingBottom: "space";
1970
+ scrollPaddingLeft: "space";
1971
+ scrollPaddingBlock: "space";
1972
+ scrollPaddingBlockEnd: "space";
1973
+ scrollPaddingBlockStart: "space";
1974
+ scrollPaddingInline: "space";
1975
+ scrollPaddingInlineEnd: "space";
1976
+ scrollPaddingInlineStart: "space";
1977
+ top: "space";
1978
+ right: "space";
1979
+ bottom: "space";
1980
+ left: "space";
1981
+ fontSize: "fontSizes";
1982
+ background: "colors";
1983
+ backgroundColor: "colors";
1984
+ backgroundImage: "colors";
1985
+ borderImage: "colors";
1986
+ border: "colors";
1987
+ borderBlock: "colors";
1988
+ borderBlockEnd: "colors";
1989
+ borderBlockStart: "colors";
1990
+ borderBottom: "colors";
1991
+ borderBottomColor: "colors";
1992
+ borderColor: "colors";
1993
+ borderInline: "colors";
1994
+ borderInlineEnd: "colors";
1995
+ borderInlineStart: "colors";
1996
+ borderLeft: "colors";
1997
+ borderLeftColor: "colors";
1998
+ borderRight: "colors";
1999
+ borderRightColor: "colors";
2000
+ borderTop: "colors";
2001
+ borderTopColor: "colors";
2002
+ caretColor: "colors";
2003
+ color: "colors";
2004
+ columnRuleColor: "colors";
2005
+ outline: "colors";
2006
+ outlineColor: "colors";
2007
+ fill: "colors";
2008
+ stroke: "colors";
2009
+ textDecorationColor: "colors";
2010
+ fontFamily: "fonts";
2011
+ fontWeight: "fontWeights";
2012
+ lineHeight: "lineHeights";
2013
+ letterSpacing: "letterSpacings";
2014
+ borderWidth: "borderWidths";
2015
+ borderTopWidth: "borderWidths";
2016
+ borderLeftWidth: "borderWidths";
2017
+ borderRightWidth: "borderWidths";
2018
+ borderBottomWidth: "borderWidths";
2019
+ borderStyle: "borderStyles";
2020
+ borderTopStyle: "borderStyles";
2021
+ borderLeftStyle: "borderStyles";
2022
+ borderRightStyle: "borderStyles";
2023
+ borderBottomStyle: "borderStyles";
2024
+ borderRadius: "radii";
2025
+ borderTopLeftRadius: "radii";
2026
+ borderTopRightRadius: "radii";
2027
+ borderBottomRightRadius: "radii";
2028
+ borderBottomLeftRadius: "radii";
2029
+ boxShadow: "shadows";
2030
+ textShadow: "shadows";
2031
+ transition: "transitions";
2032
+ zIndex: "zIndices";
2033
+ }, {
2034
+ bg: (value: {
2035
+ readonly [$$PropertyValue]: "backgroundColor";
2036
+ }) => {
2037
+ backgroundColor: {
2038
+ readonly [$$PropertyValue]: "backgroundColor";
2039
+ };
2040
+ };
2041
+ c: (value: {
2042
+ readonly [$$PropertyValue]: "color";
2043
+ }) => {
2044
+ color: {
2045
+ readonly [$$PropertyValue]: "color";
2046
+ };
2047
+ };
2048
+ r: (value: {
2049
+ readonly [$$ScaleValue]: "radii";
2050
+ }) => {
2051
+ borderRadius: {
2052
+ readonly [$$ScaleValue]: "radii";
2053
+ };
2054
+ };
2055
+ fs: (value: string | number | {
2056
+ readonly [$$PropertyValue]: "fontSize";
2057
+ }) => {
2058
+ fontSize: string | number | {
2059
+ readonly [$$PropertyValue]: "fontSize";
2060
+ };
2061
+ };
2062
+ size: (value: string | number | {
2063
+ readonly [$$ScaleValue]: "space";
2064
+ }) => {
2065
+ height: string | number | {
2066
+ readonly [$$ScaleValue]: "space";
2067
+ };
2068
+ width: string | number | {
2069
+ readonly [$$ScaleValue]: "space";
2070
+ };
2071
+ };
2072
+ w: (value: string | number | {
2073
+ readonly [$$ScaleValue]: "space";
2074
+ }) => {
2075
+ width: string | number | {
2076
+ readonly [$$ScaleValue]: "space";
2077
+ };
2078
+ };
2079
+ h: (value: string | number | {
2080
+ readonly [$$ScaleValue]: "space";
2081
+ }) => {
2082
+ height: string | number | {
2083
+ readonly [$$ScaleValue]: "space";
2084
+ };
2085
+ };
2086
+ p: (value: string | number | {
2087
+ readonly [$$ScaleValue]: "space";
2088
+ }) => {
2089
+ padding: string | number | {
2090
+ readonly [$$ScaleValue]: "space";
2091
+ };
2092
+ };
2093
+ pt: (value: string | number | {
2094
+ readonly [$$ScaleValue]: "space";
2095
+ }) => {
2096
+ paddingTop: string | number | {
2097
+ readonly [$$ScaleValue]: "space";
2098
+ };
2099
+ };
2100
+ pr: (value: string | number | {
2101
+ readonly [$$ScaleValue]: "space";
2102
+ }) => {
2103
+ paddingRight: string | number | {
2104
+ readonly [$$ScaleValue]: "space";
2105
+ };
2106
+ };
2107
+ pb: (value: string | number | {
2108
+ readonly [$$ScaleValue]: "space";
2109
+ }) => {
2110
+ paddingBottom: string | number | {
2111
+ readonly [$$ScaleValue]: "space";
2112
+ };
2113
+ };
2114
+ pl: (value: string | number | {
2115
+ readonly [$$ScaleValue]: "space";
2116
+ }) => {
2117
+ paddingLeft: string | number | {
2118
+ readonly [$$ScaleValue]: "space";
2119
+ };
2120
+ };
2121
+ px: (value: string | number | {
2122
+ readonly [$$ScaleValue]: "space";
2123
+ }) => {
2124
+ paddingLeft: string | number | {
2125
+ readonly [$$ScaleValue]: "space";
2126
+ };
2127
+ paddingRight: string | number | {
2128
+ readonly [$$ScaleValue]: "space";
2129
+ };
2130
+ };
2131
+ py: (value: string | number | {
2132
+ readonly [$$ScaleValue]: "space";
2133
+ }) => {
2134
+ paddingTop: string | number | {
2135
+ readonly [$$ScaleValue]: "space";
2136
+ };
2137
+ paddingBottom: string | number | {
2138
+ readonly [$$ScaleValue]: "space";
2139
+ };
2140
+ };
2141
+ m: (value: string | number | {
2142
+ readonly [$$ScaleValue]: "space";
2143
+ }) => {
2144
+ margin: string | number | {
2145
+ readonly [$$ScaleValue]: "space";
2146
+ };
2147
+ };
2148
+ mt: (value: string | number | {
2149
+ readonly [$$ScaleValue]: "space";
2150
+ }) => {
2151
+ marginTop: string | number | {
2152
+ readonly [$$ScaleValue]: "space";
2153
+ };
2154
+ };
2155
+ mr: (value: string | number | {
2156
+ readonly [$$ScaleValue]: "space";
2157
+ }) => {
2158
+ marginRight: string | number | {
2159
+ readonly [$$ScaleValue]: "space";
2160
+ };
2161
+ };
2162
+ mb: (value: string | number | {
2163
+ readonly [$$ScaleValue]: "space";
2164
+ }) => {
2165
+ marginBottom: string | number | {
2166
+ readonly [$$ScaleValue]: "space";
2167
+ };
2168
+ };
2169
+ ml: (value: string | number | {
2170
+ readonly [$$ScaleValue]: "space";
2171
+ }) => {
2172
+ marginLeft: string | number | {
2173
+ readonly [$$ScaleValue]: "space";
2174
+ };
2175
+ };
2176
+ mx: (value: string | number | {
2177
+ readonly [$$ScaleValue]: "space";
2178
+ }) => {
2179
+ marginLeft: string | number | {
2180
+ readonly [$$ScaleValue]: "space";
2181
+ };
2182
+ marginRight: string | number | {
2183
+ readonly [$$ScaleValue]: "space";
2184
+ };
2185
+ };
2186
+ my: (value: string | number | {
2187
+ readonly [$$ScaleValue]: "space";
2188
+ }) => {
2189
+ marginTop: string | number | {
2190
+ readonly [$$ScaleValue]: "space";
2191
+ };
2192
+ marginBottom: string | number | {
2193
+ readonly [$$ScaleValue]: "space";
2194
+ };
2195
+ };
2196
+ }>>;