@jeromefitz/design-system 1.1.2 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20869,35 +20869,7 @@ declare const Code: _stitches_react_types_styled_component.StyledComponent<"code
20869
20869
  };
20870
20870
  }>>;
20871
20871
 
20872
- declare const Container: _stitches_react_types_styled_component.StyledComponent<"div", _stitches_react_types_styled_component.StyledComponentProps<[{
20873
- boxSizing: string;
20874
- flexShrink: number;
20875
- ml: string;
20876
- mr: string;
20877
- px: string;
20878
- variants: {
20879
- size: {
20880
- '1': {
20881
- maxWidth: string;
20882
- };
20883
- '2': {
20884
- maxWidth: string;
20885
- };
20886
- '3': {
20887
- maxWidth: string;
20888
- };
20889
- '4': {
20890
- maxWidth: string;
20891
- };
20892
- '5': {
20893
- maxWidth: string;
20894
- };
20895
- };
20896
- };
20897
- defaultVariants: {
20898
- size: "5";
20899
- };
20900
- }]>, {
20872
+ declare const Breakout: _stitches_react_types_styled_component.StyledComponent<"div", {}, {
20901
20873
  bp1: "(min-width: 520px)";
20902
20874
  bp2: "(min-width: 900px)";
20903
20875
  bp3: "(min-width: 1200px)";
@@ -21984,123 +21956,33 @@ declare const Container: _stitches_react_types_styled_component.StyledComponent<
21984
21956
  };
21985
21957
  }>>;
21986
21958
 
21987
- declare type DialogProps = React$1.ComponentProps<typeof DialogPrimitive.Root> & {
21988
- children: React$1.ReactNode;
21989
- };
21990
- declare function Dialog({ children, ...props }: DialogProps): JSX.Element;
21991
- /**
21992
- * @exports
21993
- */
21994
- declare const DialogTrigger: React$1.ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
21995
- declare const DialogClose: React$1.ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & React$1.RefAttributes<HTMLButtonElement>>;
21996
- declare const DialogTitle: React$1.ForwardRefExoticComponent<DialogPrimitive.DialogTitleProps & React$1.RefAttributes<HTMLHeadingElement>>;
21997
- declare const DialogDescription: React$1.ForwardRefExoticComponent<DialogPrimitive.DialogDescriptionProps & React$1.RefAttributes<HTMLParagraphElement>>;
21998
-
21999
- declare const Emoji: ({ character, margin }: {
22000
- character: any;
22001
- margin?: boolean;
22002
- }) => JSX.Element;
22003
-
22004
- declare const EmojiParser: ({ id, text }: {
22005
- id: any;
22006
- text: any;
22007
- }) => JSX.Element;
22008
-
22009
- declare const Flex: _stitches_react_types_styled_component.StyledComponent<"div", _stitches_react_types_styled_component.StyledComponentProps<[{
21959
+ declare const Container: _stitches_react_types_styled_component.StyledComponent<"div", _stitches_react_types_styled_component.StyledComponentProps<[{
22010
21960
  boxSizing: string;
22011
- display: string;
21961
+ flexShrink: number;
21962
+ ml: string;
21963
+ mr: string;
21964
+ px: string;
22012
21965
  variants: {
22013
- direction: {
22014
- row: {
22015
- flexDirection: string;
22016
- };
22017
- column: {
22018
- flexDirection: string;
22019
- };
22020
- rowReverse: {
22021
- flexDirection: string;
22022
- };
22023
- columnReverse: {
22024
- flexDirection: string;
22025
- };
22026
- };
22027
- align: {
22028
- start: {
22029
- alignItems: string;
22030
- };
22031
- center: {
22032
- alignItems: string;
22033
- };
22034
- end: {
22035
- alignItems: string;
22036
- };
22037
- stretch: {
22038
- alignItems: string;
22039
- };
22040
- baseline: {
22041
- alignItems: string;
22042
- };
22043
- };
22044
- justify: {
22045
- start: {
22046
- justifyContent: string;
22047
- };
22048
- center: {
22049
- justifyContent: string;
22050
- };
22051
- end: {
22052
- justifyContent: string;
22053
- };
22054
- between: {
22055
- justifyContent: string;
22056
- };
22057
- };
22058
- wrap: {
22059
- noWrap: {
22060
- flexWrap: string;
22061
- };
22062
- wrap: {
22063
- flexWrap: string;
22064
- };
22065
- wrapReverse: {
22066
- flexWrap: string;
22067
- };
22068
- };
22069
- gap: {
22070
- 1: {
22071
- gap: string;
22072
- };
22073
- 2: {
22074
- gap: string;
22075
- };
22076
- 3: {
22077
- gap: string;
22078
- };
22079
- 4: {
22080
- gap: string;
22081
- };
22082
- 5: {
22083
- gap: string;
21966
+ size: {
21967
+ '1': {
21968
+ maxWidth: string;
22084
21969
  };
22085
- 6: {
22086
- gap: string;
21970
+ '2': {
21971
+ maxWidth: string;
22087
21972
  };
22088
- 7: {
22089
- gap: string;
21973
+ '3': {
21974
+ maxWidth: string;
22090
21975
  };
22091
- 8: {
22092
- gap: string;
21976
+ '4': {
21977
+ maxWidth: string;
22093
21978
  };
22094
- 9: {
22095
- gap: string;
21979
+ '5': {
21980
+ maxWidth: string;
22096
21981
  };
22097
21982
  };
22098
21983
  };
22099
21984
  defaultVariants: {
22100
- direction: "row";
22101
- align: "stretch";
22102
- justify: "start";
22103
- wrap: "noWrap";
21985
+ size: "5";
22104
21986
  };
22105
21987
  }]>, {
22106
21988
  bp1: "(min-width: 520px)";
@@ -23189,9 +23071,125 @@ declare const Flex: _stitches_react_types_styled_component.StyledComponent<"div"
23189
23071
  };
23190
23072
  }>>;
23191
23073
 
23192
- declare const FocusArea: React$1.ForwardRefExoticComponent<Pick<Omit<Pick<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React$1.HTMLAttributes<HTMLDivElement>> & {
23193
- ref?: React$1.Ref<HTMLDivElement>;
23194
- }, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {
23074
+ declare type DialogProps = React$1.ComponentProps<typeof DialogPrimitive.Root> & {
23075
+ children: React$1.ReactNode;
23076
+ };
23077
+ declare function Dialog({ children, ...props }: DialogProps): JSX.Element;
23078
+ /**
23079
+ * @exports
23080
+ */
23081
+ declare const DialogTrigger: React$1.ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
23082
+ declare const DialogClose: React$1.ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & React$1.RefAttributes<HTMLButtonElement>>;
23083
+ declare const DialogTitle: React$1.ForwardRefExoticComponent<DialogPrimitive.DialogTitleProps & React$1.RefAttributes<HTMLHeadingElement>>;
23084
+ declare const DialogDescription: React$1.ForwardRefExoticComponent<DialogPrimitive.DialogDescriptionProps & React$1.RefAttributes<HTMLParagraphElement>>;
23085
+
23086
+ declare const Emoji: ({ character, margin }: {
23087
+ character: any;
23088
+ margin?: boolean;
23089
+ }) => JSX.Element;
23090
+
23091
+ declare const EmojiParser: ({ id, text }: {
23092
+ id: any;
23093
+ text: any;
23094
+ }) => JSX.Element;
23095
+
23096
+ declare const Flex: _stitches_react_types_styled_component.StyledComponent<"div", _stitches_react_types_styled_component.StyledComponentProps<[{
23097
+ boxSizing: string;
23098
+ display: string;
23099
+ variants: {
23100
+ direction: {
23101
+ row: {
23102
+ flexDirection: string;
23103
+ };
23104
+ column: {
23105
+ flexDirection: string;
23106
+ };
23107
+ rowReverse: {
23108
+ flexDirection: string;
23109
+ };
23110
+ columnReverse: {
23111
+ flexDirection: string;
23112
+ };
23113
+ };
23114
+ align: {
23115
+ start: {
23116
+ alignItems: string;
23117
+ };
23118
+ center: {
23119
+ alignItems: string;
23120
+ };
23121
+ end: {
23122
+ alignItems: string;
23123
+ };
23124
+ stretch: {
23125
+ alignItems: string;
23126
+ };
23127
+ baseline: {
23128
+ alignItems: string;
23129
+ };
23130
+ };
23131
+ justify: {
23132
+ start: {
23133
+ justifyContent: string;
23134
+ };
23135
+ center: {
23136
+ justifyContent: string;
23137
+ };
23138
+ end: {
23139
+ justifyContent: string;
23140
+ };
23141
+ between: {
23142
+ justifyContent: string;
23143
+ };
23144
+ };
23145
+ wrap: {
23146
+ noWrap: {
23147
+ flexWrap: string;
23148
+ };
23149
+ wrap: {
23150
+ flexWrap: string;
23151
+ };
23152
+ wrapReverse: {
23153
+ flexWrap: string;
23154
+ };
23155
+ };
23156
+ gap: {
23157
+ 1: {
23158
+ gap: string;
23159
+ };
23160
+ 2: {
23161
+ gap: string;
23162
+ };
23163
+ 3: {
23164
+ gap: string;
23165
+ };
23166
+ 4: {
23167
+ gap: string;
23168
+ };
23169
+ 5: {
23170
+ gap: string;
23171
+ };
23172
+ 6: {
23173
+ gap: string;
23174
+ };
23175
+ 7: {
23176
+ gap: string;
23177
+ };
23178
+ 8: {
23179
+ gap: string;
23180
+ };
23181
+ 9: {
23182
+ gap: string;
23183
+ };
23184
+ };
23185
+ };
23186
+ defaultVariants: {
23187
+ direction: "row";
23188
+ align: "stretch";
23189
+ justify: "start";
23190
+ wrap: "noWrap";
23191
+ };
23192
+ }]>, {
23195
23193
  bp1: "(min-width: 520px)";
23196
23194
  bp2: "(min-width: 900px)";
23197
23195
  bp3: "(min-width: 1200px)";
@@ -23200,243 +23198,1332 @@ declare const FocusArea: React$1.ForwardRefExoticComponent<Pick<Omit<Pick<React$
23200
23198
  hover: "(any-hover: hover)";
23201
23199
  dark: "(prefers-color-scheme: dark)";
23202
23200
  light: "(prefers-color-scheme: light)";
23203
- }> & {
23204
- css?: _stitches_react_types_css_util.CSS<{
23205
- bp1: "(min-width: 520px)";
23206
- bp2: "(min-width: 900px)";
23207
- bp3: "(min-width: 1200px)";
23208
- bp4: "(min-width: 1800px)";
23209
- motion: "(prefers-reduced-motion)";
23210
- hover: "(any-hover: hover)";
23211
- dark: "(prefers-color-scheme: dark)";
23212
- light: "(prefers-color-scheme: light)";
23213
- }, {
23214
- colors: {
23215
- hiContrast: string;
23216
- loContrast: string;
23217
- canvas: string;
23218
- panel: string;
23219
- transparentPanel: string;
23220
- shadowLight: string;
23221
- shadowDark: string;
23222
- yellowA1: string;
23223
- yellowA2: string;
23224
- yellowA3: string;
23225
- yellowA4: string;
23226
- yellowA5: string;
23227
- yellowA6: string;
23228
- yellowA7: string;
23229
- yellowA8: string;
23230
- yellowA9: string;
23231
- yellowA10: string;
23232
- yellowA11: string;
23233
- yellowA12: string;
23234
- yellow1: string;
23235
- yellow2: string;
23236
- yellow3: string;
23237
- yellow4: string;
23238
- yellow5: string;
23239
- yellow6: string;
23240
- yellow7: string;
23241
- yellow8: string;
23242
- yellow9: string;
23243
- yellow10: string;
23244
- yellow11: string;
23245
- yellow12: string;
23246
- whiteA1: string;
23247
- whiteA2: string;
23248
- whiteA3: string;
23249
- whiteA4: string;
23250
- whiteA5: string;
23251
- whiteA6: string;
23252
- whiteA7: string;
23253
- whiteA8: string;
23254
- whiteA9: string;
23255
- whiteA10: string;
23256
- whiteA11: string;
23257
- whiteA12: string;
23258
- violetA1: string;
23259
- violetA2: string;
23260
- violetA3: string;
23261
- violetA4: string;
23262
- violetA5: string;
23263
- violetA6: string;
23264
- violetA7: string;
23265
- violetA8: string;
23266
- violetA9: string;
23267
- violetA10: string;
23268
- violetA11: string;
23269
- violetA12: string;
23270
- violet1: string;
23271
- violet2: string;
23272
- violet3: string;
23273
- violet4: string;
23274
- violet5: string;
23275
- violet6: string;
23276
- violet7: string;
23277
- violet8: string;
23278
- violet9: string;
23279
- violet10: string;
23280
- violet11: string;
23281
- violet12: string;
23282
- tomatoA1: string;
23283
- tomatoA2: string;
23284
- tomatoA3: string;
23285
- tomatoA4: string;
23286
- tomatoA5: string;
23287
- tomatoA6: string;
23288
- tomatoA7: string;
23289
- tomatoA8: string;
23290
- tomatoA9: string;
23291
- tomatoA10: string;
23292
- tomatoA11: string;
23293
- tomatoA12: string;
23294
- tomato1: string;
23295
- tomato2: string;
23296
- tomato3: string;
23297
- tomato4: string;
23298
- tomato5: string;
23299
- tomato6: string;
23300
- tomato7: string;
23301
- tomato8: string;
23302
- tomato9: string;
23303
- tomato10: string;
23304
- tomato11: string;
23305
- tomato12: string;
23306
- tealA1: string;
23307
- tealA2: string;
23308
- tealA3: string;
23309
- tealA4: string;
23310
- tealA5: string;
23311
- tealA6: string;
23312
- tealA7: string;
23313
- tealA8: string;
23314
- tealA9: string;
23315
- tealA10: string;
23316
- tealA11: string;
23317
- tealA12: string;
23318
- teal1: string;
23319
- teal2: string;
23320
- teal3: string;
23321
- teal4: string;
23322
- teal5: string;
23323
- teal6: string;
23324
- teal7: string;
23325
- teal8: string;
23326
- teal9: string;
23327
- teal10: string;
23328
- teal11: string;
23329
- teal12: string;
23330
- slateA1: string;
23331
- slateA2: string;
23332
- slateA3: string;
23333
- slateA4: string;
23334
- slateA5: string;
23335
- slateA6: string;
23336
- slateA7: string;
23337
- slateA8: string;
23338
- slateA9: string;
23339
- slateA10: string;
23340
- slateA11: string;
23341
- slateA12: string;
23342
- slate1: string;
23343
- slate2: string;
23344
- slate3: string;
23345
- slate4: string;
23346
- slate5: string;
23347
- slate6: string;
23348
- slate7: string;
23349
- slate8: string;
23350
- slate9: string;
23351
- slate10: string;
23352
- slate11: string;
23353
- slate12: string;
23354
- skyA1: string;
23355
- skyA2: string;
23356
- skyA3: string;
23357
- skyA4: string;
23358
- skyA5: string;
23359
- skyA6: string;
23360
- skyA7: string;
23361
- skyA8: string;
23362
- skyA9: string;
23363
- skyA10: string;
23364
- skyA11: string;
23365
- skyA12: string;
23366
- sky1: string;
23367
- sky2: string;
23368
- sky3: string;
23369
- sky4: string;
23370
- sky5: string;
23371
- sky6: string;
23372
- sky7: string;
23373
- sky8: string;
23374
- sky9: string;
23375
- sky10: string;
23376
- sky11: string;
23377
- sky12: string;
23378
- sandA1: string;
23379
- sandA2: string;
23380
- sandA3: string;
23381
- sandA4: string;
23382
- sandA5: string;
23383
- sandA6: string;
23384
- sandA7: string;
23385
- sandA8: string;
23386
- sandA9: string;
23387
- sandA10: string;
23388
- sandA11: string;
23389
- sandA12: string;
23390
- sand1: string;
23391
- sand2: string;
23392
- sand3: string;
23393
- sand4: string;
23394
- sand5: string;
23395
- sand6: string;
23396
- sand7: string;
23397
- sand8: string;
23398
- sand9: string;
23399
- sand10: string;
23400
- sand11: string;
23401
- sand12: string;
23402
- sageA1: string;
23403
- sageA2: string;
23404
- sageA3: string;
23405
- sageA4: string;
23406
- sageA5: string;
23407
- sageA6: string;
23408
- sageA7: string;
23409
- sageA8: string;
23410
- sageA9: string;
23411
- sageA10: string;
23412
- sageA11: string;
23413
- sageA12: string;
23414
- sage1: string;
23415
- sage2: string;
23416
- sage3: string;
23417
- sage4: string;
23418
- sage5: string;
23419
- sage6: string;
23420
- sage7: string;
23421
- sage8: string;
23422
- sage9: string;
23423
- sage10: string;
23424
- sage11: string;
23425
- sage12: string;
23426
- redA1: string;
23427
- redA2: string;
23428
- redA3: string;
23429
- redA4: string;
23430
- redA5: string;
23431
- redA6: string;
23432
- redA7: string;
23433
- redA8: string;
23434
- redA9: string;
23435
- redA10: string;
23436
- redA11: string;
23437
- redA12: string;
23438
- red1: string;
23439
- red2: string;
23201
+ }, _stitches_react_types_css_util.CSS<{
23202
+ bp1: "(min-width: 520px)";
23203
+ bp2: "(min-width: 900px)";
23204
+ bp3: "(min-width: 1200px)";
23205
+ bp4: "(min-width: 1800px)";
23206
+ motion: "(prefers-reduced-motion)";
23207
+ hover: "(any-hover: hover)";
23208
+ dark: "(prefers-color-scheme: dark)";
23209
+ light: "(prefers-color-scheme: light)";
23210
+ }, {
23211
+ colors: {
23212
+ hiContrast: string;
23213
+ loContrast: string;
23214
+ canvas: string;
23215
+ panel: string;
23216
+ transparentPanel: string;
23217
+ shadowLight: string;
23218
+ shadowDark: string;
23219
+ yellowA1: string;
23220
+ yellowA2: string;
23221
+ yellowA3: string;
23222
+ yellowA4: string;
23223
+ yellowA5: string;
23224
+ yellowA6: string;
23225
+ yellowA7: string;
23226
+ yellowA8: string;
23227
+ yellowA9: string;
23228
+ yellowA10: string;
23229
+ yellowA11: string;
23230
+ yellowA12: string;
23231
+ yellow1: string;
23232
+ yellow2: string;
23233
+ yellow3: string;
23234
+ yellow4: string;
23235
+ yellow5: string;
23236
+ yellow6: string;
23237
+ yellow7: string;
23238
+ yellow8: string;
23239
+ yellow9: string;
23240
+ yellow10: string;
23241
+ yellow11: string;
23242
+ yellow12: string;
23243
+ whiteA1: string;
23244
+ whiteA2: string;
23245
+ whiteA3: string;
23246
+ whiteA4: string;
23247
+ whiteA5: string;
23248
+ whiteA6: string;
23249
+ whiteA7: string;
23250
+ whiteA8: string;
23251
+ whiteA9: string;
23252
+ whiteA10: string;
23253
+ whiteA11: string;
23254
+ whiteA12: string;
23255
+ violetA1: string;
23256
+ violetA2: string;
23257
+ violetA3: string;
23258
+ violetA4: string;
23259
+ violetA5: string;
23260
+ violetA6: string;
23261
+ violetA7: string;
23262
+ violetA8: string;
23263
+ violetA9: string;
23264
+ violetA10: string;
23265
+ violetA11: string;
23266
+ violetA12: string;
23267
+ violet1: string;
23268
+ violet2: string;
23269
+ violet3: string;
23270
+ violet4: string;
23271
+ violet5: string;
23272
+ violet6: string;
23273
+ violet7: string;
23274
+ violet8: string;
23275
+ violet9: string;
23276
+ violet10: string;
23277
+ violet11: string;
23278
+ violet12: string;
23279
+ tomatoA1: string;
23280
+ tomatoA2: string;
23281
+ tomatoA3: string;
23282
+ tomatoA4: string;
23283
+ tomatoA5: string;
23284
+ tomatoA6: string;
23285
+ tomatoA7: string;
23286
+ tomatoA8: string;
23287
+ tomatoA9: string;
23288
+ tomatoA10: string;
23289
+ tomatoA11: string;
23290
+ tomatoA12: string;
23291
+ tomato1: string;
23292
+ tomato2: string;
23293
+ tomato3: string;
23294
+ tomato4: string;
23295
+ tomato5: string;
23296
+ tomato6: string;
23297
+ tomato7: string;
23298
+ tomato8: string;
23299
+ tomato9: string;
23300
+ tomato10: string;
23301
+ tomato11: string;
23302
+ tomato12: string;
23303
+ tealA1: string;
23304
+ tealA2: string;
23305
+ tealA3: string;
23306
+ tealA4: string;
23307
+ tealA5: string;
23308
+ tealA6: string;
23309
+ tealA7: string;
23310
+ tealA8: string;
23311
+ tealA9: string;
23312
+ tealA10: string;
23313
+ tealA11: string;
23314
+ tealA12: string;
23315
+ teal1: string;
23316
+ teal2: string;
23317
+ teal3: string;
23318
+ teal4: string;
23319
+ teal5: string;
23320
+ teal6: string;
23321
+ teal7: string;
23322
+ teal8: string;
23323
+ teal9: string;
23324
+ teal10: string;
23325
+ teal11: string;
23326
+ teal12: string;
23327
+ slateA1: string;
23328
+ slateA2: string;
23329
+ slateA3: string;
23330
+ slateA4: string;
23331
+ slateA5: string;
23332
+ slateA6: string;
23333
+ slateA7: string;
23334
+ slateA8: string;
23335
+ slateA9: string;
23336
+ slateA10: string;
23337
+ slateA11: string;
23338
+ slateA12: string;
23339
+ slate1: string;
23340
+ slate2: string;
23341
+ slate3: string;
23342
+ slate4: string;
23343
+ slate5: string;
23344
+ slate6: string;
23345
+ slate7: string;
23346
+ slate8: string;
23347
+ slate9: string;
23348
+ slate10: string;
23349
+ slate11: string;
23350
+ slate12: string;
23351
+ skyA1: string;
23352
+ skyA2: string;
23353
+ skyA3: string;
23354
+ skyA4: string;
23355
+ skyA5: string;
23356
+ skyA6: string;
23357
+ skyA7: string;
23358
+ skyA8: string;
23359
+ skyA9: string;
23360
+ skyA10: string;
23361
+ skyA11: string;
23362
+ skyA12: string;
23363
+ sky1: string;
23364
+ sky2: string;
23365
+ sky3: string;
23366
+ sky4: string;
23367
+ sky5: string;
23368
+ sky6: string;
23369
+ sky7: string;
23370
+ sky8: string;
23371
+ sky9: string;
23372
+ sky10: string;
23373
+ sky11: string;
23374
+ sky12: string;
23375
+ sandA1: string;
23376
+ sandA2: string;
23377
+ sandA3: string;
23378
+ sandA4: string;
23379
+ sandA5: string;
23380
+ sandA6: string;
23381
+ sandA7: string;
23382
+ sandA8: string;
23383
+ sandA9: string;
23384
+ sandA10: string;
23385
+ sandA11: string;
23386
+ sandA12: string;
23387
+ sand1: string;
23388
+ sand2: string;
23389
+ sand3: string;
23390
+ sand4: string;
23391
+ sand5: string;
23392
+ sand6: string;
23393
+ sand7: string;
23394
+ sand8: string;
23395
+ sand9: string;
23396
+ sand10: string;
23397
+ sand11: string;
23398
+ sand12: string;
23399
+ sageA1: string;
23400
+ sageA2: string;
23401
+ sageA3: string;
23402
+ sageA4: string;
23403
+ sageA5: string;
23404
+ sageA6: string;
23405
+ sageA7: string;
23406
+ sageA8: string;
23407
+ sageA9: string;
23408
+ sageA10: string;
23409
+ sageA11: string;
23410
+ sageA12: string;
23411
+ sage1: string;
23412
+ sage2: string;
23413
+ sage3: string;
23414
+ sage4: string;
23415
+ sage5: string;
23416
+ sage6: string;
23417
+ sage7: string;
23418
+ sage8: string;
23419
+ sage9: string;
23420
+ sage10: string;
23421
+ sage11: string;
23422
+ sage12: string;
23423
+ redA1: string;
23424
+ redA2: string;
23425
+ redA3: string;
23426
+ redA4: string;
23427
+ redA5: string;
23428
+ redA6: string;
23429
+ redA7: string;
23430
+ redA8: string;
23431
+ redA9: string;
23432
+ redA10: string;
23433
+ redA11: string;
23434
+ redA12: string;
23435
+ red1: string;
23436
+ red2: string;
23437
+ red3: string;
23438
+ red4: string;
23439
+ red5: string;
23440
+ red6: string;
23441
+ red7: string;
23442
+ red8: string;
23443
+ red9: string;
23444
+ red10: string;
23445
+ red11: string;
23446
+ red12: string;
23447
+ purpleA1: string;
23448
+ purpleA2: string;
23449
+ purpleA3: string;
23450
+ purpleA4: string;
23451
+ purpleA5: string;
23452
+ purpleA6: string;
23453
+ purpleA7: string;
23454
+ purpleA8: string;
23455
+ purpleA9: string;
23456
+ purpleA10: string;
23457
+ purpleA11: string;
23458
+ purpleA12: string;
23459
+ purple1: string;
23460
+ purple2: string;
23461
+ purple3: string;
23462
+ purple4: string;
23463
+ purple5: string;
23464
+ purple6: string;
23465
+ purple7: string;
23466
+ purple8: string;
23467
+ purple9: string;
23468
+ purple10: string;
23469
+ purple11: string;
23470
+ purple12: string;
23471
+ plumA1: string;
23472
+ plumA2: string;
23473
+ plumA3: string;
23474
+ plumA4: string;
23475
+ plumA5: string;
23476
+ plumA6: string;
23477
+ plumA7: string;
23478
+ plumA8: string;
23479
+ plumA9: string;
23480
+ plumA10: string;
23481
+ plumA11: string;
23482
+ plumA12: string;
23483
+ plum1: string;
23484
+ plum2: string;
23485
+ plum3: string;
23486
+ plum4: string;
23487
+ plum5: string;
23488
+ plum6: string;
23489
+ plum7: string;
23490
+ plum8: string;
23491
+ plum9: string;
23492
+ plum10: string;
23493
+ plum11: string;
23494
+ plum12: string;
23495
+ pinkA1: string;
23496
+ pinkA2: string;
23497
+ pinkA3: string;
23498
+ pinkA4: string;
23499
+ pinkA5: string;
23500
+ pinkA6: string;
23501
+ pinkA7: string;
23502
+ pinkA8: string;
23503
+ pinkA9: string;
23504
+ pinkA10: string;
23505
+ pinkA11: string;
23506
+ pinkA12: string;
23507
+ pink1: string;
23508
+ pink2: string;
23509
+ pink3: string;
23510
+ pink4: string;
23511
+ pink5: string;
23512
+ pink6: string;
23513
+ pink7: string;
23514
+ pink8: string;
23515
+ pink9: string;
23516
+ pink10: string;
23517
+ pink11: string;
23518
+ pink12: string;
23519
+ orangeA1: string;
23520
+ orangeA2: string;
23521
+ orangeA3: string;
23522
+ orangeA4: string;
23523
+ orangeA5: string;
23524
+ orangeA6: string;
23525
+ orangeA7: string;
23526
+ orangeA8: string;
23527
+ orangeA9: string;
23528
+ orangeA10: string;
23529
+ orangeA11: string;
23530
+ orangeA12: string;
23531
+ orange1: string;
23532
+ orange2: string;
23533
+ orange3: string;
23534
+ orange4: string;
23535
+ orange5: string;
23536
+ orange6: string;
23537
+ orange7: string;
23538
+ orange8: string;
23539
+ orange9: string;
23540
+ orange10: string;
23541
+ orange11: string;
23542
+ orange12: string;
23543
+ oliveA1: string;
23544
+ oliveA2: string;
23545
+ oliveA3: string;
23546
+ oliveA4: string;
23547
+ oliveA5: string;
23548
+ oliveA6: string;
23549
+ oliveA7: string;
23550
+ oliveA8: string;
23551
+ oliveA9: string;
23552
+ oliveA10: string;
23553
+ oliveA11: string;
23554
+ oliveA12: string;
23555
+ olive1: string;
23556
+ olive2: string;
23557
+ olive3: string;
23558
+ olive4: string;
23559
+ olive5: string;
23560
+ olive6: string;
23561
+ olive7: string;
23562
+ olive8: string;
23563
+ olive9: string;
23564
+ olive10: string;
23565
+ olive11: string;
23566
+ olive12: string;
23567
+ mintA1: string;
23568
+ mintA2: string;
23569
+ mintA3: string;
23570
+ mintA4: string;
23571
+ mintA5: string;
23572
+ mintA6: string;
23573
+ mintA7: string;
23574
+ mintA8: string;
23575
+ mintA9: string;
23576
+ mintA10: string;
23577
+ mintA11: string;
23578
+ mintA12: string;
23579
+ mint1: string;
23580
+ mint2: string;
23581
+ mint3: string;
23582
+ mint4: string;
23583
+ mint5: string;
23584
+ mint6: string;
23585
+ mint7: string;
23586
+ mint8: string;
23587
+ mint9: string;
23588
+ mint10: string;
23589
+ mint11: string;
23590
+ mint12: string;
23591
+ mauveA1: string;
23592
+ mauveA2: string;
23593
+ mauveA3: string;
23594
+ mauveA4: string;
23595
+ mauveA5: string;
23596
+ mauveA6: string;
23597
+ mauveA7: string;
23598
+ mauveA8: string;
23599
+ mauveA9: string;
23600
+ mauveA10: string;
23601
+ mauveA11: string;
23602
+ mauveA12: string;
23603
+ mauve1: string;
23604
+ mauve2: string;
23605
+ mauve3: string;
23606
+ mauve4: string;
23607
+ mauve5: string;
23608
+ mauve6: string;
23609
+ mauve7: string;
23610
+ mauve8: string;
23611
+ mauve9: string;
23612
+ mauve10: string;
23613
+ mauve11: string;
23614
+ mauve12: string;
23615
+ limeA1: string;
23616
+ limeA2: string;
23617
+ limeA3: string;
23618
+ limeA4: string;
23619
+ limeA5: string;
23620
+ limeA6: string;
23621
+ limeA7: string;
23622
+ limeA8: string;
23623
+ limeA9: string;
23624
+ limeA10: string;
23625
+ limeA11: string;
23626
+ limeA12: string;
23627
+ lime1: string;
23628
+ lime2: string;
23629
+ lime3: string;
23630
+ lime4: string;
23631
+ lime5: string;
23632
+ lime6: string;
23633
+ lime7: string;
23634
+ lime8: string;
23635
+ lime9: string;
23636
+ lime10: string;
23637
+ lime11: string;
23638
+ lime12: string;
23639
+ indigoA1: string;
23640
+ indigoA2: string;
23641
+ indigoA3: string;
23642
+ indigoA4: string;
23643
+ indigoA5: string;
23644
+ indigoA6: string;
23645
+ indigoA7: string;
23646
+ indigoA8: string;
23647
+ indigoA9: string;
23648
+ indigoA10: string;
23649
+ indigoA11: string;
23650
+ indigoA12: string;
23651
+ indigo1: string;
23652
+ indigo2: string;
23653
+ indigo3: string;
23654
+ indigo4: string;
23655
+ indigo5: string;
23656
+ indigo6: string;
23657
+ indigo7: string;
23658
+ indigo8: string;
23659
+ indigo9: string;
23660
+ indigo10: string;
23661
+ indigo11: string;
23662
+ indigo12: string;
23663
+ greenA1: string;
23664
+ greenA2: string;
23665
+ greenA3: string;
23666
+ greenA4: string;
23667
+ greenA5: string;
23668
+ greenA6: string;
23669
+ greenA7: string;
23670
+ greenA8: string;
23671
+ greenA9: string;
23672
+ greenA10: string;
23673
+ greenA11: string;
23674
+ greenA12: string;
23675
+ green1: string;
23676
+ green2: string;
23677
+ green3: string;
23678
+ green4: string;
23679
+ green5: string;
23680
+ green6: string;
23681
+ green7: string;
23682
+ green8: string;
23683
+ green9: string;
23684
+ green10: string;
23685
+ green11: string;
23686
+ green12: string;
23687
+ grayA1: string;
23688
+ grayA2: string;
23689
+ grayA3: string;
23690
+ grayA4: string;
23691
+ grayA5: string;
23692
+ grayA6: string;
23693
+ grayA7: string;
23694
+ grayA8: string;
23695
+ grayA9: string;
23696
+ grayA10: string;
23697
+ grayA11: string;
23698
+ grayA12: string;
23699
+ gray1: string;
23700
+ gray2: string;
23701
+ gray3: string;
23702
+ gray4: string;
23703
+ gray5: string;
23704
+ gray6: string;
23705
+ gray7: string;
23706
+ gray8: string;
23707
+ gray9: string;
23708
+ gray10: string;
23709
+ gray11: string;
23710
+ gray12: string;
23711
+ grassA1: string;
23712
+ grassA2: string;
23713
+ grassA3: string;
23714
+ grassA4: string;
23715
+ grassA5: string;
23716
+ grassA6: string;
23717
+ grassA7: string;
23718
+ grassA8: string;
23719
+ grassA9: string;
23720
+ grassA10: string;
23721
+ grassA11: string;
23722
+ grassA12: string;
23723
+ grass1: string;
23724
+ grass2: string;
23725
+ grass3: string;
23726
+ grass4: string;
23727
+ grass5: string;
23728
+ grass6: string;
23729
+ grass7: string;
23730
+ grass8: string;
23731
+ grass9: string;
23732
+ grass10: string;
23733
+ grass11: string;
23734
+ grass12: string;
23735
+ goldA1: string;
23736
+ goldA2: string;
23737
+ goldA3: string;
23738
+ goldA4: string;
23739
+ goldA5: string;
23740
+ goldA6: string;
23741
+ goldA7: string;
23742
+ goldA8: string;
23743
+ goldA9: string;
23744
+ goldA10: string;
23745
+ goldA11: string;
23746
+ goldA12: string;
23747
+ gold1: string;
23748
+ gold2: string;
23749
+ gold3: string;
23750
+ gold4: string;
23751
+ gold5: string;
23752
+ gold6: string;
23753
+ gold7: string;
23754
+ gold8: string;
23755
+ gold9: string;
23756
+ gold10: string;
23757
+ gold11: string;
23758
+ gold12: string;
23759
+ cyanA1: string;
23760
+ cyanA2: string;
23761
+ cyanA3: string;
23762
+ cyanA4: string;
23763
+ cyanA5: string;
23764
+ cyanA6: string;
23765
+ cyanA7: string;
23766
+ cyanA8: string;
23767
+ cyanA9: string;
23768
+ cyanA10: string;
23769
+ cyanA11: string;
23770
+ cyanA12: string;
23771
+ cyan1: string;
23772
+ cyan2: string;
23773
+ cyan3: string;
23774
+ cyan4: string;
23775
+ cyan5: string;
23776
+ cyan6: string;
23777
+ cyan7: string;
23778
+ cyan8: string;
23779
+ cyan9: string;
23780
+ cyan10: string;
23781
+ cyan11: string;
23782
+ cyan12: string;
23783
+ crimsonA1: string;
23784
+ crimsonA2: string;
23785
+ crimsonA3: string;
23786
+ crimsonA4: string;
23787
+ crimsonA5: string;
23788
+ crimsonA6: string;
23789
+ crimsonA7: string;
23790
+ crimsonA8: string;
23791
+ crimsonA9: string;
23792
+ crimsonA10: string;
23793
+ crimsonA11: string;
23794
+ crimsonA12: string;
23795
+ crimson1: string;
23796
+ crimson2: string;
23797
+ crimson3: string;
23798
+ crimson4: string;
23799
+ crimson5: string;
23800
+ crimson6: string;
23801
+ crimson7: string;
23802
+ crimson8: string;
23803
+ crimson9: string;
23804
+ crimson10: string;
23805
+ crimson11: string;
23806
+ crimson12: string;
23807
+ brownA1: string;
23808
+ brownA2: string;
23809
+ brownA3: string;
23810
+ brownA4: string;
23811
+ brownA5: string;
23812
+ brownA6: string;
23813
+ brownA7: string;
23814
+ brownA8: string;
23815
+ brownA9: string;
23816
+ brownA10: string;
23817
+ brownA11: string;
23818
+ brownA12: string;
23819
+ brown1: string;
23820
+ brown2: string;
23821
+ brown3: string;
23822
+ brown4: string;
23823
+ brown5: string;
23824
+ brown6: string;
23825
+ brown7: string;
23826
+ brown8: string;
23827
+ brown9: string;
23828
+ brown10: string;
23829
+ brown11: string;
23830
+ brown12: string;
23831
+ bronzeA1: string;
23832
+ bronzeA2: string;
23833
+ bronzeA3: string;
23834
+ bronzeA4: string;
23835
+ bronzeA5: string;
23836
+ bronzeA6: string;
23837
+ bronzeA7: string;
23838
+ bronzeA8: string;
23839
+ bronzeA9: string;
23840
+ bronzeA10: string;
23841
+ bronzeA11: string;
23842
+ bronzeA12: string;
23843
+ bronze1: string;
23844
+ bronze2: string;
23845
+ bronze3: string;
23846
+ bronze4: string;
23847
+ bronze5: string;
23848
+ bronze6: string;
23849
+ bronze7: string;
23850
+ bronze8: string;
23851
+ bronze9: string;
23852
+ bronze10: string;
23853
+ bronze11: string;
23854
+ bronze12: string;
23855
+ blueA1: string;
23856
+ blueA2: string;
23857
+ blueA3: string;
23858
+ blueA4: string;
23859
+ blueA5: string;
23860
+ blueA6: string;
23861
+ blueA7: string;
23862
+ blueA8: string;
23863
+ blueA9: string;
23864
+ blueA10: string;
23865
+ blueA11: string;
23866
+ blueA12: string;
23867
+ blue1: string;
23868
+ blue2: string;
23869
+ blue3: string;
23870
+ blue4: string;
23871
+ blue5: string;
23872
+ blue6: string;
23873
+ blue7: string;
23874
+ blue8: string;
23875
+ blue9: string;
23876
+ blue10: string;
23877
+ blue11: string;
23878
+ blue12: string;
23879
+ blackA1: string;
23880
+ blackA2: string;
23881
+ blackA3: string;
23882
+ blackA4: string;
23883
+ blackA5: string;
23884
+ blackA6: string;
23885
+ blackA7: string;
23886
+ blackA8: string;
23887
+ blackA9: string;
23888
+ blackA10: string;
23889
+ blackA11: string;
23890
+ blackA12: string;
23891
+ amberA1: string;
23892
+ amberA2: string;
23893
+ amberA3: string;
23894
+ amberA4: string;
23895
+ amberA5: string;
23896
+ amberA6: string;
23897
+ amberA7: string;
23898
+ amberA8: string;
23899
+ amberA9: string;
23900
+ amberA10: string;
23901
+ amberA11: string;
23902
+ amberA12: string;
23903
+ amber1: string;
23904
+ amber2: string;
23905
+ amber3: string;
23906
+ amber4: string;
23907
+ amber5: string;
23908
+ amber6: string;
23909
+ amber7: string;
23910
+ amber8: string;
23911
+ amber9: string;
23912
+ amber10: string;
23913
+ amber11: string;
23914
+ amber12: string;
23915
+ };
23916
+ fonts: {
23917
+ mono: string;
23918
+ sans: string;
23919
+ serif: string;
23920
+ };
23921
+ space: {
23922
+ 1: string;
23923
+ 2: string;
23924
+ 3: string;
23925
+ 4: string;
23926
+ 5: string;
23927
+ 6: string;
23928
+ 7: string;
23929
+ 8: string;
23930
+ 9: string;
23931
+ };
23932
+ sizes: {
23933
+ 1: string;
23934
+ 2: string;
23935
+ 3: string;
23936
+ 4: string;
23937
+ 5: string;
23938
+ 6: string;
23939
+ 7: string;
23940
+ 8: string;
23941
+ 9: string;
23942
+ };
23943
+ fontSizes: {
23944
+ 1: string;
23945
+ 2: string;
23946
+ 3: string;
23947
+ 4: string;
23948
+ 5: string;
23949
+ 6: string;
23950
+ 7: string;
23951
+ 8: string;
23952
+ 9: string;
23953
+ };
23954
+ radii: {
23955
+ 1: string;
23956
+ 2: string;
23957
+ 3: string;
23958
+ 4: string;
23959
+ round: string;
23960
+ pill: string;
23961
+ };
23962
+ zIndices: {
23963
+ 1: string;
23964
+ 2: string;
23965
+ 3: string;
23966
+ 4: string;
23967
+ max: string;
23968
+ };
23969
+ }, _stitches_react_types_config.DefaultThemeMap, {
23970
+ p: (value: {
23971
+ readonly [$$PropertyValue]: "padding";
23972
+ }) => {
23973
+ padding: {
23974
+ readonly [$$PropertyValue]: "padding";
23975
+ };
23976
+ };
23977
+ pt: (value: {
23978
+ readonly [$$PropertyValue]: "paddingTop";
23979
+ }) => {
23980
+ paddingTop: {
23981
+ readonly [$$PropertyValue]: "paddingTop";
23982
+ };
23983
+ };
23984
+ pr: (value: {
23985
+ readonly [$$PropertyValue]: "paddingRight";
23986
+ }) => {
23987
+ paddingRight: {
23988
+ readonly [$$PropertyValue]: "paddingRight";
23989
+ };
23990
+ };
23991
+ pb: (value: {
23992
+ readonly [$$PropertyValue]: "paddingBottom";
23993
+ }) => {
23994
+ paddingBottom: {
23995
+ readonly [$$PropertyValue]: "paddingBottom";
23996
+ };
23997
+ };
23998
+ pl: (value: {
23999
+ readonly [$$PropertyValue]: "paddingLeft";
24000
+ }) => {
24001
+ paddingLeft: {
24002
+ readonly [$$PropertyValue]: "paddingLeft";
24003
+ };
24004
+ };
24005
+ px: (value: {
24006
+ readonly [$$PropertyValue]: "paddingLeft";
24007
+ }) => {
24008
+ paddingLeft: {
24009
+ readonly [$$PropertyValue]: "paddingLeft";
24010
+ };
24011
+ paddingRight: {
24012
+ readonly [$$PropertyValue]: "paddingLeft";
24013
+ };
24014
+ };
24015
+ py: (value: {
24016
+ readonly [$$PropertyValue]: "paddingTop";
24017
+ }) => {
24018
+ paddingTop: {
24019
+ readonly [$$PropertyValue]: "paddingTop";
24020
+ };
24021
+ paddingBottom: {
24022
+ readonly [$$PropertyValue]: "paddingTop";
24023
+ };
24024
+ };
24025
+ m: (value: {
24026
+ readonly [$$PropertyValue]: "margin";
24027
+ }) => {
24028
+ margin: {
24029
+ readonly [$$PropertyValue]: "margin";
24030
+ };
24031
+ };
24032
+ mt: (value: {
24033
+ readonly [$$PropertyValue]: "marginTop";
24034
+ }) => {
24035
+ marginTop: {
24036
+ readonly [$$PropertyValue]: "marginTop";
24037
+ };
24038
+ };
24039
+ mr: (value: {
24040
+ readonly [$$PropertyValue]: "marginRight";
24041
+ }) => {
24042
+ marginRight: {
24043
+ readonly [$$PropertyValue]: "marginRight";
24044
+ };
24045
+ };
24046
+ mb: (value: {
24047
+ readonly [$$PropertyValue]: "marginBottom";
24048
+ }) => {
24049
+ marginBottom: {
24050
+ readonly [$$PropertyValue]: "marginBottom";
24051
+ };
24052
+ };
24053
+ ml: (value: {
24054
+ readonly [$$PropertyValue]: "marginLeft";
24055
+ }) => {
24056
+ marginLeft: {
24057
+ readonly [$$PropertyValue]: "marginLeft";
24058
+ };
24059
+ };
24060
+ mx: (value: {
24061
+ readonly [$$PropertyValue]: "marginLeft";
24062
+ }) => {
24063
+ marginLeft: {
24064
+ readonly [$$PropertyValue]: "marginLeft";
24065
+ };
24066
+ marginRight: {
24067
+ readonly [$$PropertyValue]: "marginLeft";
24068
+ };
24069
+ };
24070
+ my: (value: {
24071
+ readonly [$$PropertyValue]: "marginTop";
24072
+ }) => {
24073
+ marginTop: {
24074
+ readonly [$$PropertyValue]: "marginTop";
24075
+ };
24076
+ marginBottom: {
24077
+ readonly [$$PropertyValue]: "marginTop";
24078
+ };
24079
+ };
24080
+ ta: (value: {
24081
+ readonly [$$PropertyValue]: "textAlign";
24082
+ }) => {
24083
+ textAlign: {
24084
+ readonly [$$PropertyValue]: "textAlign";
24085
+ };
24086
+ };
24087
+ fd: (value: {
24088
+ readonly [$$PropertyValue]: "flexDirection";
24089
+ }) => {
24090
+ flexDirection: {
24091
+ readonly [$$PropertyValue]: "flexDirection";
24092
+ };
24093
+ };
24094
+ fw: (value: {
24095
+ readonly [$$PropertyValue]: "flexWrap";
24096
+ }) => {
24097
+ flexWrap: {
24098
+ readonly [$$PropertyValue]: "flexWrap";
24099
+ };
24100
+ };
24101
+ ai: (value: {
24102
+ readonly [$$PropertyValue]: "alignItems";
24103
+ }) => {
24104
+ alignItems: {
24105
+ readonly [$$PropertyValue]: "alignItems";
24106
+ };
24107
+ };
24108
+ ac: (value: {
24109
+ readonly [$$PropertyValue]: "alignContent";
24110
+ }) => {
24111
+ alignContent: {
24112
+ readonly [$$PropertyValue]: "alignContent";
24113
+ };
24114
+ };
24115
+ jc: (value: {
24116
+ readonly [$$PropertyValue]: "justifyContent";
24117
+ }) => {
24118
+ justifyContent: {
24119
+ readonly [$$PropertyValue]: "justifyContent";
24120
+ };
24121
+ };
24122
+ as: (value: {
24123
+ readonly [$$PropertyValue]: "alignSelf";
24124
+ }) => {
24125
+ alignSelf: {
24126
+ readonly [$$PropertyValue]: "alignSelf";
24127
+ };
24128
+ };
24129
+ fg: (value: {
24130
+ readonly [$$PropertyValue]: "flexGrow";
24131
+ }) => {
24132
+ flexGrow: {
24133
+ readonly [$$PropertyValue]: "flexGrow";
24134
+ };
24135
+ };
24136
+ fs: (value: {
24137
+ readonly [$$PropertyValue]: "flexShrink";
24138
+ }) => {
24139
+ flexShrink: {
24140
+ readonly [$$PropertyValue]: "flexShrink";
24141
+ };
24142
+ };
24143
+ fb: (value: {
24144
+ readonly [$$PropertyValue]: "flexBasis";
24145
+ }) => {
24146
+ flexBasis: {
24147
+ readonly [$$PropertyValue]: "flexBasis";
24148
+ };
24149
+ };
24150
+ bc: (value: {
24151
+ readonly [$$PropertyValue]: "backgroundColor";
24152
+ }) => {
24153
+ backgroundColor: {
24154
+ readonly [$$PropertyValue]: "backgroundColor";
24155
+ };
24156
+ };
24157
+ br: (value: {
24158
+ readonly [$$PropertyValue]: "borderRadius";
24159
+ }) => {
24160
+ borderRadius: {
24161
+ readonly [$$PropertyValue]: "borderRadius";
24162
+ };
24163
+ };
24164
+ btrr: (value: {
24165
+ readonly [$$PropertyValue]: "borderTopRightRadius";
24166
+ }) => {
24167
+ borderTopRightRadius: {
24168
+ readonly [$$PropertyValue]: "borderTopRightRadius";
24169
+ };
24170
+ };
24171
+ bbrr: (value: {
24172
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
24173
+ }) => {
24174
+ borderBottomRightRadius: {
24175
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
24176
+ };
24177
+ };
24178
+ bblr: (value: {
24179
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
24180
+ }) => {
24181
+ borderBottomLeftRadius: {
24182
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
24183
+ };
24184
+ };
24185
+ btlr: (value: {
24186
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
24187
+ }) => {
24188
+ borderTopLeftRadius: {
24189
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
24190
+ };
24191
+ };
24192
+ bs: (value: {
24193
+ readonly [$$PropertyValue]: "boxShadow";
24194
+ }) => {
24195
+ boxShadow: {
24196
+ readonly [$$PropertyValue]: "boxShadow";
24197
+ };
24198
+ };
24199
+ lh: (value: {
24200
+ readonly [$$PropertyValue]: "lineHeight";
24201
+ }) => {
24202
+ lineHeight: {
24203
+ readonly [$$PropertyValue]: "lineHeight";
24204
+ };
24205
+ };
24206
+ ox: (value: {
24207
+ readonly [$$PropertyValue]: "overflowX";
24208
+ }) => {
24209
+ overflowX: {
24210
+ readonly [$$PropertyValue]: "overflowX";
24211
+ };
24212
+ };
24213
+ oy: (value: {
24214
+ readonly [$$PropertyValue]: "overflowY";
24215
+ }) => {
24216
+ overflowY: {
24217
+ readonly [$$PropertyValue]: "overflowY";
24218
+ };
24219
+ };
24220
+ pe: (value: {
24221
+ readonly [$$PropertyValue]: "pointerEvents";
24222
+ }) => {
24223
+ pointerEvents: {
24224
+ readonly [$$PropertyValue]: "pointerEvents";
24225
+ };
24226
+ };
24227
+ us: (value: {
24228
+ readonly [$$PropertyValue]: "userSelect";
24229
+ }) => {
24230
+ WebkitUserSelect: {
24231
+ readonly [$$PropertyValue]: "userSelect";
24232
+ };
24233
+ userSelect: {
24234
+ readonly [$$PropertyValue]: "userSelect";
24235
+ };
24236
+ };
24237
+ userSelect: (value: {
24238
+ readonly [$$PropertyValue]: "userSelect";
24239
+ }) => {
24240
+ WebkitUserSelect: {
24241
+ readonly [$$PropertyValue]: "userSelect";
24242
+ };
24243
+ userSelect: {
24244
+ readonly [$$PropertyValue]: "userSelect";
24245
+ };
24246
+ };
24247
+ size: (value: {
24248
+ readonly [$$PropertyValue]: "width";
24249
+ }) => {
24250
+ width: {
24251
+ readonly [$$PropertyValue]: "width";
24252
+ };
24253
+ height: {
24254
+ readonly [$$PropertyValue]: "width";
24255
+ };
24256
+ };
24257
+ appearance: (value: {
24258
+ readonly [$$PropertyValue]: "appearance";
24259
+ }) => {
24260
+ WebkitAppearance: {
24261
+ readonly [$$PropertyValue]: "appearance";
24262
+ };
24263
+ appearance: {
24264
+ readonly [$$PropertyValue]: "appearance";
24265
+ };
24266
+ };
24267
+ backgroundClip: (value: {
24268
+ readonly [$$PropertyValue]: "backgroundClip";
24269
+ }) => {
24270
+ WebkitBackgroundClip: {
24271
+ readonly [$$PropertyValue]: "backgroundClip";
24272
+ };
24273
+ backgroundClip: {
24274
+ readonly [$$PropertyValue]: "backgroundClip";
24275
+ };
24276
+ };
24277
+ }>>;
24278
+
24279
+ declare const FocusArea: React$1.ForwardRefExoticComponent<Pick<Omit<Pick<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React$1.HTMLAttributes<HTMLDivElement>> & {
24280
+ ref?: React$1.Ref<HTMLDivElement>;
24281
+ }, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {
24282
+ bp1: "(min-width: 520px)";
24283
+ bp2: "(min-width: 900px)";
24284
+ bp3: "(min-width: 1200px)";
24285
+ bp4: "(min-width: 1800px)";
24286
+ motion: "(prefers-reduced-motion)";
24287
+ hover: "(any-hover: hover)";
24288
+ dark: "(prefers-color-scheme: dark)";
24289
+ light: "(prefers-color-scheme: light)";
24290
+ }> & {
24291
+ css?: _stitches_react_types_css_util.CSS<{
24292
+ bp1: "(min-width: 520px)";
24293
+ bp2: "(min-width: 900px)";
24294
+ bp3: "(min-width: 1200px)";
24295
+ bp4: "(min-width: 1800px)";
24296
+ motion: "(prefers-reduced-motion)";
24297
+ hover: "(any-hover: hover)";
24298
+ dark: "(prefers-color-scheme: dark)";
24299
+ light: "(prefers-color-scheme: light)";
24300
+ }, {
24301
+ colors: {
24302
+ hiContrast: string;
24303
+ loContrast: string;
24304
+ canvas: string;
24305
+ panel: string;
24306
+ transparentPanel: string;
24307
+ shadowLight: string;
24308
+ shadowDark: string;
24309
+ yellowA1: string;
24310
+ yellowA2: string;
24311
+ yellowA3: string;
24312
+ yellowA4: string;
24313
+ yellowA5: string;
24314
+ yellowA6: string;
24315
+ yellowA7: string;
24316
+ yellowA8: string;
24317
+ yellowA9: string;
24318
+ yellowA10: string;
24319
+ yellowA11: string;
24320
+ yellowA12: string;
24321
+ yellow1: string;
24322
+ yellow2: string;
24323
+ yellow3: string;
24324
+ yellow4: string;
24325
+ yellow5: string;
24326
+ yellow6: string;
24327
+ yellow7: string;
24328
+ yellow8: string;
24329
+ yellow9: string;
24330
+ yellow10: string;
24331
+ yellow11: string;
24332
+ yellow12: string;
24333
+ whiteA1: string;
24334
+ whiteA2: string;
24335
+ whiteA3: string;
24336
+ whiteA4: string;
24337
+ whiteA5: string;
24338
+ whiteA6: string;
24339
+ whiteA7: string;
24340
+ whiteA8: string;
24341
+ whiteA9: string;
24342
+ whiteA10: string;
24343
+ whiteA11: string;
24344
+ whiteA12: string;
24345
+ violetA1: string;
24346
+ violetA2: string;
24347
+ violetA3: string;
24348
+ violetA4: string;
24349
+ violetA5: string;
24350
+ violetA6: string;
24351
+ violetA7: string;
24352
+ violetA8: string;
24353
+ violetA9: string;
24354
+ violetA10: string;
24355
+ violetA11: string;
24356
+ violetA12: string;
24357
+ violet1: string;
24358
+ violet2: string;
24359
+ violet3: string;
24360
+ violet4: string;
24361
+ violet5: string;
24362
+ violet6: string;
24363
+ violet7: string;
24364
+ violet8: string;
24365
+ violet9: string;
24366
+ violet10: string;
24367
+ violet11: string;
24368
+ violet12: string;
24369
+ tomatoA1: string;
24370
+ tomatoA2: string;
24371
+ tomatoA3: string;
24372
+ tomatoA4: string;
24373
+ tomatoA5: string;
24374
+ tomatoA6: string;
24375
+ tomatoA7: string;
24376
+ tomatoA8: string;
24377
+ tomatoA9: string;
24378
+ tomatoA10: string;
24379
+ tomatoA11: string;
24380
+ tomatoA12: string;
24381
+ tomato1: string;
24382
+ tomato2: string;
24383
+ tomato3: string;
24384
+ tomato4: string;
24385
+ tomato5: string;
24386
+ tomato6: string;
24387
+ tomato7: string;
24388
+ tomato8: string;
24389
+ tomato9: string;
24390
+ tomato10: string;
24391
+ tomato11: string;
24392
+ tomato12: string;
24393
+ tealA1: string;
24394
+ tealA2: string;
24395
+ tealA3: string;
24396
+ tealA4: string;
24397
+ tealA5: string;
24398
+ tealA6: string;
24399
+ tealA7: string;
24400
+ tealA8: string;
24401
+ tealA9: string;
24402
+ tealA10: string;
24403
+ tealA11: string;
24404
+ tealA12: string;
24405
+ teal1: string;
24406
+ teal2: string;
24407
+ teal3: string;
24408
+ teal4: string;
24409
+ teal5: string;
24410
+ teal6: string;
24411
+ teal7: string;
24412
+ teal8: string;
24413
+ teal9: string;
24414
+ teal10: string;
24415
+ teal11: string;
24416
+ teal12: string;
24417
+ slateA1: string;
24418
+ slateA2: string;
24419
+ slateA3: string;
24420
+ slateA4: string;
24421
+ slateA5: string;
24422
+ slateA6: string;
24423
+ slateA7: string;
24424
+ slateA8: string;
24425
+ slateA9: string;
24426
+ slateA10: string;
24427
+ slateA11: string;
24428
+ slateA12: string;
24429
+ slate1: string;
24430
+ slate2: string;
24431
+ slate3: string;
24432
+ slate4: string;
24433
+ slate5: string;
24434
+ slate6: string;
24435
+ slate7: string;
24436
+ slate8: string;
24437
+ slate9: string;
24438
+ slate10: string;
24439
+ slate11: string;
24440
+ slate12: string;
24441
+ skyA1: string;
24442
+ skyA2: string;
24443
+ skyA3: string;
24444
+ skyA4: string;
24445
+ skyA5: string;
24446
+ skyA6: string;
24447
+ skyA7: string;
24448
+ skyA8: string;
24449
+ skyA9: string;
24450
+ skyA10: string;
24451
+ skyA11: string;
24452
+ skyA12: string;
24453
+ sky1: string;
24454
+ sky2: string;
24455
+ sky3: string;
24456
+ sky4: string;
24457
+ sky5: string;
24458
+ sky6: string;
24459
+ sky7: string;
24460
+ sky8: string;
24461
+ sky9: string;
24462
+ sky10: string;
24463
+ sky11: string;
24464
+ sky12: string;
24465
+ sandA1: string;
24466
+ sandA2: string;
24467
+ sandA3: string;
24468
+ sandA4: string;
24469
+ sandA5: string;
24470
+ sandA6: string;
24471
+ sandA7: string;
24472
+ sandA8: string;
24473
+ sandA9: string;
24474
+ sandA10: string;
24475
+ sandA11: string;
24476
+ sandA12: string;
24477
+ sand1: string;
24478
+ sand2: string;
24479
+ sand3: string;
24480
+ sand4: string;
24481
+ sand5: string;
24482
+ sand6: string;
24483
+ sand7: string;
24484
+ sand8: string;
24485
+ sand9: string;
24486
+ sand10: string;
24487
+ sand11: string;
24488
+ sand12: string;
24489
+ sageA1: string;
24490
+ sageA2: string;
24491
+ sageA3: string;
24492
+ sageA4: string;
24493
+ sageA5: string;
24494
+ sageA6: string;
24495
+ sageA7: string;
24496
+ sageA8: string;
24497
+ sageA9: string;
24498
+ sageA10: string;
24499
+ sageA11: string;
24500
+ sageA12: string;
24501
+ sage1: string;
24502
+ sage2: string;
24503
+ sage3: string;
24504
+ sage4: string;
24505
+ sage5: string;
24506
+ sage6: string;
24507
+ sage7: string;
24508
+ sage8: string;
24509
+ sage9: string;
24510
+ sage10: string;
24511
+ sage11: string;
24512
+ sage12: string;
24513
+ redA1: string;
24514
+ redA2: string;
24515
+ redA3: string;
24516
+ redA4: string;
24517
+ redA5: string;
24518
+ redA6: string;
24519
+ redA7: string;
24520
+ redA8: string;
24521
+ redA9: string;
24522
+ redA10: string;
24523
+ redA11: string;
24524
+ redA12: string;
24525
+ red1: string;
24526
+ red2: string;
23440
24527
  red3: string;
23441
24528
  red4: string;
23442
24529
  red5: string;
@@ -23916,530 +25003,1760 @@ declare const FocusArea: React$1.ForwardRefExoticComponent<Pick<Omit<Pick<React$
23916
25003
  amber11: string;
23917
25004
  amber12: string;
23918
25005
  };
23919
- fonts: {
23920
- mono: string;
23921
- sans: string;
23922
- serif: string;
25006
+ fonts: {
25007
+ mono: string;
25008
+ sans: string;
25009
+ serif: string;
25010
+ };
25011
+ space: {
25012
+ 1: string;
25013
+ 2: string;
25014
+ 3: string;
25015
+ 4: string;
25016
+ 5: string;
25017
+ 6: string;
25018
+ 7: string;
25019
+ 8: string;
25020
+ 9: string;
25021
+ };
25022
+ sizes: {
25023
+ 1: string;
25024
+ 2: string;
25025
+ 3: string;
25026
+ 4: string;
25027
+ 5: string;
25028
+ 6: string;
25029
+ 7: string;
25030
+ 8: string;
25031
+ 9: string;
25032
+ };
25033
+ fontSizes: {
25034
+ 1: string;
25035
+ 2: string;
25036
+ 3: string;
25037
+ 4: string;
25038
+ 5: string;
25039
+ 6: string;
25040
+ 7: string;
25041
+ 8: string;
25042
+ 9: string;
25043
+ };
25044
+ radii: {
25045
+ 1: string;
25046
+ 2: string;
25047
+ 3: string;
25048
+ 4: string;
25049
+ round: string;
25050
+ pill: string;
25051
+ };
25052
+ zIndices: {
25053
+ 1: string;
25054
+ 2: string;
25055
+ 3: string;
25056
+ 4: string;
25057
+ max: string;
25058
+ };
25059
+ }, _stitches_react_types_config.DefaultThemeMap, {
25060
+ p: (value: {
25061
+ readonly [$$PropertyValue]: "padding";
25062
+ }) => {
25063
+ padding: {
25064
+ readonly [$$PropertyValue]: "padding";
25065
+ };
25066
+ };
25067
+ pt: (value: {
25068
+ readonly [$$PropertyValue]: "paddingTop";
25069
+ }) => {
25070
+ paddingTop: {
25071
+ readonly [$$PropertyValue]: "paddingTop";
25072
+ };
25073
+ };
25074
+ pr: (value: {
25075
+ readonly [$$PropertyValue]: "paddingRight";
25076
+ }) => {
25077
+ paddingRight: {
25078
+ readonly [$$PropertyValue]: "paddingRight";
25079
+ };
25080
+ };
25081
+ pb: (value: {
25082
+ readonly [$$PropertyValue]: "paddingBottom";
25083
+ }) => {
25084
+ paddingBottom: {
25085
+ readonly [$$PropertyValue]: "paddingBottom";
25086
+ };
25087
+ };
25088
+ pl: (value: {
25089
+ readonly [$$PropertyValue]: "paddingLeft";
25090
+ }) => {
25091
+ paddingLeft: {
25092
+ readonly [$$PropertyValue]: "paddingLeft";
25093
+ };
25094
+ };
25095
+ px: (value: {
25096
+ readonly [$$PropertyValue]: "paddingLeft";
25097
+ }) => {
25098
+ paddingLeft: {
25099
+ readonly [$$PropertyValue]: "paddingLeft";
25100
+ };
25101
+ paddingRight: {
25102
+ readonly [$$PropertyValue]: "paddingLeft";
25103
+ };
25104
+ };
25105
+ py: (value: {
25106
+ readonly [$$PropertyValue]: "paddingTop";
25107
+ }) => {
25108
+ paddingTop: {
25109
+ readonly [$$PropertyValue]: "paddingTop";
25110
+ };
25111
+ paddingBottom: {
25112
+ readonly [$$PropertyValue]: "paddingTop";
25113
+ };
25114
+ };
25115
+ m: (value: {
25116
+ readonly [$$PropertyValue]: "margin";
25117
+ }) => {
25118
+ margin: {
25119
+ readonly [$$PropertyValue]: "margin";
25120
+ };
25121
+ };
25122
+ mt: (value: {
25123
+ readonly [$$PropertyValue]: "marginTop";
25124
+ }) => {
25125
+ marginTop: {
25126
+ readonly [$$PropertyValue]: "marginTop";
25127
+ };
25128
+ };
25129
+ mr: (value: {
25130
+ readonly [$$PropertyValue]: "marginRight";
25131
+ }) => {
25132
+ marginRight: {
25133
+ readonly [$$PropertyValue]: "marginRight";
25134
+ };
25135
+ };
25136
+ mb: (value: {
25137
+ readonly [$$PropertyValue]: "marginBottom";
25138
+ }) => {
25139
+ marginBottom: {
25140
+ readonly [$$PropertyValue]: "marginBottom";
25141
+ };
25142
+ };
25143
+ ml: (value: {
25144
+ readonly [$$PropertyValue]: "marginLeft";
25145
+ }) => {
25146
+ marginLeft: {
25147
+ readonly [$$PropertyValue]: "marginLeft";
25148
+ };
25149
+ };
25150
+ mx: (value: {
25151
+ readonly [$$PropertyValue]: "marginLeft";
25152
+ }) => {
25153
+ marginLeft: {
25154
+ readonly [$$PropertyValue]: "marginLeft";
25155
+ };
25156
+ marginRight: {
25157
+ readonly [$$PropertyValue]: "marginLeft";
25158
+ };
25159
+ };
25160
+ my: (value: {
25161
+ readonly [$$PropertyValue]: "marginTop";
25162
+ }) => {
25163
+ marginTop: {
25164
+ readonly [$$PropertyValue]: "marginTop";
25165
+ };
25166
+ marginBottom: {
25167
+ readonly [$$PropertyValue]: "marginTop";
25168
+ };
25169
+ };
25170
+ ta: (value: {
25171
+ readonly [$$PropertyValue]: "textAlign";
25172
+ }) => {
25173
+ textAlign: {
25174
+ readonly [$$PropertyValue]: "textAlign";
25175
+ };
25176
+ };
25177
+ fd: (value: {
25178
+ readonly [$$PropertyValue]: "flexDirection";
25179
+ }) => {
25180
+ flexDirection: {
25181
+ readonly [$$PropertyValue]: "flexDirection";
25182
+ };
23923
25183
  };
23924
- space: {
23925
- 1: string;
23926
- 2: string;
23927
- 3: string;
23928
- 4: string;
23929
- 5: string;
23930
- 6: string;
23931
- 7: string;
23932
- 8: string;
23933
- 9: string;
25184
+ fw: (value: {
25185
+ readonly [$$PropertyValue]: "flexWrap";
25186
+ }) => {
25187
+ flexWrap: {
25188
+ readonly [$$PropertyValue]: "flexWrap";
25189
+ };
23934
25190
  };
23935
- sizes: {
23936
- 1: string;
23937
- 2: string;
23938
- 3: string;
23939
- 4: string;
23940
- 5: string;
23941
- 6: string;
23942
- 7: string;
23943
- 8: string;
23944
- 9: string;
25191
+ ai: (value: {
25192
+ readonly [$$PropertyValue]: "alignItems";
25193
+ }) => {
25194
+ alignItems: {
25195
+ readonly [$$PropertyValue]: "alignItems";
25196
+ };
23945
25197
  };
23946
- fontSizes: {
23947
- 1: string;
23948
- 2: string;
23949
- 3: string;
23950
- 4: string;
23951
- 5: string;
23952
- 6: string;
23953
- 7: string;
23954
- 8: string;
23955
- 9: string;
25198
+ ac: (value: {
25199
+ readonly [$$PropertyValue]: "alignContent";
25200
+ }) => {
25201
+ alignContent: {
25202
+ readonly [$$PropertyValue]: "alignContent";
25203
+ };
23956
25204
  };
23957
- radii: {
23958
- 1: string;
23959
- 2: string;
23960
- 3: string;
23961
- 4: string;
23962
- round: string;
23963
- pill: string;
25205
+ jc: (value: {
25206
+ readonly [$$PropertyValue]: "justifyContent";
25207
+ }) => {
25208
+ justifyContent: {
25209
+ readonly [$$PropertyValue]: "justifyContent";
25210
+ };
23964
25211
  };
23965
- zIndices: {
23966
- 1: string;
23967
- 2: string;
23968
- 3: string;
23969
- 4: string;
23970
- max: string;
25212
+ as: (value: {
25213
+ readonly [$$PropertyValue]: "alignSelf";
25214
+ }) => {
25215
+ alignSelf: {
25216
+ readonly [$$PropertyValue]: "alignSelf";
25217
+ };
23971
25218
  };
23972
- }, _stitches_react_types_config.DefaultThemeMap, {
23973
- p: (value: {
25219
+ fg: (value: {
25220
+ readonly [$$PropertyValue]: "flexGrow";
25221
+ }) => {
25222
+ flexGrow: {
25223
+ readonly [$$PropertyValue]: "flexGrow";
25224
+ };
25225
+ };
25226
+ fs: (value: {
25227
+ readonly [$$PropertyValue]: "flexShrink";
25228
+ }) => {
25229
+ flexShrink: {
25230
+ readonly [$$PropertyValue]: "flexShrink";
25231
+ };
25232
+ };
25233
+ fb: (value: {
25234
+ readonly [$$PropertyValue]: "flexBasis";
25235
+ }) => {
25236
+ flexBasis: {
25237
+ readonly [$$PropertyValue]: "flexBasis";
25238
+ };
25239
+ };
25240
+ bc: (value: {
25241
+ readonly [$$PropertyValue]: "backgroundColor";
25242
+ }) => {
25243
+ backgroundColor: {
25244
+ readonly [$$PropertyValue]: "backgroundColor";
25245
+ };
25246
+ };
25247
+ br: (value: {
25248
+ readonly [$$PropertyValue]: "borderRadius";
25249
+ }) => {
25250
+ borderRadius: {
25251
+ readonly [$$PropertyValue]: "borderRadius";
25252
+ };
25253
+ };
25254
+ btrr: (value: {
25255
+ readonly [$$PropertyValue]: "borderTopRightRadius";
25256
+ }) => {
25257
+ borderTopRightRadius: {
25258
+ readonly [$$PropertyValue]: "borderTopRightRadius";
25259
+ };
25260
+ };
25261
+ bbrr: (value: {
25262
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
25263
+ }) => {
25264
+ borderBottomRightRadius: {
25265
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
25266
+ };
25267
+ };
25268
+ bblr: (value: {
25269
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
25270
+ }) => {
25271
+ borderBottomLeftRadius: {
25272
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
25273
+ };
25274
+ };
25275
+ btlr: (value: {
25276
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
25277
+ }) => {
25278
+ borderTopLeftRadius: {
25279
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
25280
+ };
25281
+ };
25282
+ bs: (value: {
25283
+ readonly [$$PropertyValue]: "boxShadow";
25284
+ }) => {
25285
+ boxShadow: {
25286
+ readonly [$$PropertyValue]: "boxShadow";
25287
+ };
25288
+ };
25289
+ lh: (value: {
25290
+ readonly [$$PropertyValue]: "lineHeight";
25291
+ }) => {
25292
+ lineHeight: {
25293
+ readonly [$$PropertyValue]: "lineHeight";
25294
+ };
25295
+ };
25296
+ ox: (value: {
25297
+ readonly [$$PropertyValue]: "overflowX";
25298
+ }) => {
25299
+ overflowX: {
25300
+ readonly [$$PropertyValue]: "overflowX";
25301
+ };
25302
+ };
25303
+ oy: (value: {
25304
+ readonly [$$PropertyValue]: "overflowY";
25305
+ }) => {
25306
+ overflowY: {
25307
+ readonly [$$PropertyValue]: "overflowY";
25308
+ };
25309
+ };
25310
+ pe: (value: {
25311
+ readonly [$$PropertyValue]: "pointerEvents";
25312
+ }) => {
25313
+ pointerEvents: {
25314
+ readonly [$$PropertyValue]: "pointerEvents";
25315
+ };
25316
+ };
25317
+ us: (value: {
25318
+ readonly [$$PropertyValue]: "userSelect";
25319
+ }) => {
25320
+ WebkitUserSelect: {
25321
+ readonly [$$PropertyValue]: "userSelect";
25322
+ };
25323
+ userSelect: {
25324
+ readonly [$$PropertyValue]: "userSelect";
25325
+ };
25326
+ };
25327
+ userSelect: (value: {
25328
+ readonly [$$PropertyValue]: "userSelect";
25329
+ }) => {
25330
+ WebkitUserSelect: {
25331
+ readonly [$$PropertyValue]: "userSelect";
25332
+ };
25333
+ userSelect: {
25334
+ readonly [$$PropertyValue]: "userSelect";
25335
+ };
25336
+ };
25337
+ size: (value: {
25338
+ readonly [$$PropertyValue]: "width";
25339
+ }) => {
25340
+ width: {
25341
+ readonly [$$PropertyValue]: "width";
25342
+ };
25343
+ height: {
25344
+ readonly [$$PropertyValue]: "width";
25345
+ };
25346
+ };
25347
+ appearance: (value: {
25348
+ readonly [$$PropertyValue]: "appearance";
25349
+ }) => {
25350
+ WebkitAppearance: {
25351
+ readonly [$$PropertyValue]: "appearance";
25352
+ };
25353
+ appearance: {
25354
+ readonly [$$PropertyValue]: "appearance";
25355
+ };
25356
+ };
25357
+ backgroundClip: (value: {
25358
+ readonly [$$PropertyValue]: "backgroundClip";
25359
+ }) => {
25360
+ WebkitBackgroundClip: {
25361
+ readonly [$$PropertyValue]: "backgroundClip";
25362
+ };
25363
+ backgroundClip: {
25364
+ readonly [$$PropertyValue]: "backgroundClip";
25365
+ };
25366
+ };
25367
+ }>;
25368
+ }, "key" | keyof React$1.HTMLAttributes<HTMLDivElement> | "css"> & React$1.RefAttributes<HTMLDivElement>>;
25369
+
25370
+ declare const Grid: _stitches_react_types_styled_component.StyledComponent<"div", _stitches_react_types_styled_component.StyledComponentProps<[{
25371
+ boxSizing: string;
25372
+ display: string;
25373
+ variants: {
25374
+ align: {
25375
+ start: {
25376
+ alignItems: string;
25377
+ };
25378
+ center: {
25379
+ alignItems: string;
25380
+ };
25381
+ end: {
25382
+ alignItems: string;
25383
+ };
25384
+ stretch: {
25385
+ alignItems: string;
25386
+ };
25387
+ baseline: {
25388
+ alignItems: string;
25389
+ };
25390
+ };
25391
+ justify: {
25392
+ start: {
25393
+ justifyContent: string;
25394
+ };
25395
+ center: {
25396
+ justifyContent: string;
25397
+ };
25398
+ end: {
25399
+ justifyContent: string;
25400
+ };
25401
+ between: {
25402
+ justifyContent: string;
25403
+ };
25404
+ };
25405
+ flow: {
25406
+ row: {
25407
+ gridAutoFlow: string;
25408
+ };
25409
+ column: {
25410
+ gridAutoFlow: string;
25411
+ };
25412
+ dense: {
25413
+ gridAutoFlow: string;
25414
+ };
25415
+ rowDense: {
25416
+ gridAutoFlow: string;
25417
+ };
25418
+ columnDense: {
25419
+ gridAutoFlow: string;
25420
+ };
25421
+ };
25422
+ columns: {
25423
+ 1: {
25424
+ gridTemplateColumns: string;
25425
+ };
25426
+ 2: {
25427
+ gridTemplateColumns: string;
25428
+ };
25429
+ 3: {
25430
+ gridTemplateColumns: string;
25431
+ };
25432
+ 4: {
25433
+ gridTemplateColumns: string;
25434
+ };
25435
+ 5: {
25436
+ gridTemplateColumns: string;
25437
+ };
25438
+ 6: {
25439
+ gridTemplateColumns: string;
25440
+ };
25441
+ };
25442
+ gap: {
25443
+ 1: {
25444
+ gap: string;
25445
+ };
25446
+ 2: {
25447
+ gap: string;
25448
+ };
25449
+ 3: {
25450
+ gap: string;
25451
+ };
25452
+ 4: {
25453
+ gap: string;
25454
+ };
25455
+ 5: {
25456
+ gap: string;
25457
+ };
25458
+ 6: {
25459
+ gap: string;
25460
+ };
25461
+ 7: {
25462
+ gap: string;
25463
+ };
25464
+ 8: {
25465
+ gap: string;
25466
+ };
25467
+ 9: {
25468
+ gap: string;
25469
+ };
25470
+ };
25471
+ gapX: {
25472
+ 1: {
25473
+ columnGap: string;
25474
+ };
25475
+ 2: {
25476
+ columnGap: string;
25477
+ };
25478
+ 3: {
25479
+ columnGap: string;
25480
+ };
25481
+ 4: {
25482
+ columnGap: string;
25483
+ };
25484
+ 5: {
25485
+ columnGap: string;
25486
+ };
25487
+ 6: {
25488
+ columnGap: string;
25489
+ };
25490
+ 7: {
25491
+ columnGap: string;
25492
+ };
25493
+ 8: {
25494
+ columnGap: string;
25495
+ };
25496
+ 9: {
25497
+ columnGap: string;
25498
+ };
25499
+ };
25500
+ gapY: {
25501
+ 1: {
25502
+ rowGap: string;
25503
+ };
25504
+ 2: {
25505
+ rowGap: string;
25506
+ };
25507
+ 3: {
25508
+ rowGap: string;
25509
+ };
25510
+ 4: {
25511
+ rowGap: string;
25512
+ };
25513
+ 5: {
25514
+ rowGap: string;
25515
+ };
25516
+ 6: {
25517
+ rowGap: string;
25518
+ };
25519
+ 7: {
25520
+ rowGap: string;
25521
+ };
25522
+ 8: {
25523
+ rowGap: string;
25524
+ };
25525
+ 9: {
25526
+ rowGap: string;
25527
+ };
25528
+ };
25529
+ };
25530
+ }]>, {
25531
+ bp1: "(min-width: 520px)";
25532
+ bp2: "(min-width: 900px)";
25533
+ bp3: "(min-width: 1200px)";
25534
+ bp4: "(min-width: 1800px)";
25535
+ motion: "(prefers-reduced-motion)";
25536
+ hover: "(any-hover: hover)";
25537
+ dark: "(prefers-color-scheme: dark)";
25538
+ light: "(prefers-color-scheme: light)";
25539
+ }, _stitches_react_types_css_util.CSS<{
25540
+ bp1: "(min-width: 520px)";
25541
+ bp2: "(min-width: 900px)";
25542
+ bp3: "(min-width: 1200px)";
25543
+ bp4: "(min-width: 1800px)";
25544
+ motion: "(prefers-reduced-motion)";
25545
+ hover: "(any-hover: hover)";
25546
+ dark: "(prefers-color-scheme: dark)";
25547
+ light: "(prefers-color-scheme: light)";
25548
+ }, {
25549
+ colors: {
25550
+ hiContrast: string;
25551
+ loContrast: string;
25552
+ canvas: string;
25553
+ panel: string;
25554
+ transparentPanel: string;
25555
+ shadowLight: string;
25556
+ shadowDark: string;
25557
+ yellowA1: string;
25558
+ yellowA2: string;
25559
+ yellowA3: string;
25560
+ yellowA4: string;
25561
+ yellowA5: string;
25562
+ yellowA6: string;
25563
+ yellowA7: string;
25564
+ yellowA8: string;
25565
+ yellowA9: string;
25566
+ yellowA10: string;
25567
+ yellowA11: string;
25568
+ yellowA12: string;
25569
+ yellow1: string;
25570
+ yellow2: string;
25571
+ yellow3: string;
25572
+ yellow4: string;
25573
+ yellow5: string;
25574
+ yellow6: string;
25575
+ yellow7: string;
25576
+ yellow8: string;
25577
+ yellow9: string;
25578
+ yellow10: string;
25579
+ yellow11: string;
25580
+ yellow12: string;
25581
+ whiteA1: string;
25582
+ whiteA2: string;
25583
+ whiteA3: string;
25584
+ whiteA4: string;
25585
+ whiteA5: string;
25586
+ whiteA6: string;
25587
+ whiteA7: string;
25588
+ whiteA8: string;
25589
+ whiteA9: string;
25590
+ whiteA10: string;
25591
+ whiteA11: string;
25592
+ whiteA12: string;
25593
+ violetA1: string;
25594
+ violetA2: string;
25595
+ violetA3: string;
25596
+ violetA4: string;
25597
+ violetA5: string;
25598
+ violetA6: string;
25599
+ violetA7: string;
25600
+ violetA8: string;
25601
+ violetA9: string;
25602
+ violetA10: string;
25603
+ violetA11: string;
25604
+ violetA12: string;
25605
+ violet1: string;
25606
+ violet2: string;
25607
+ violet3: string;
25608
+ violet4: string;
25609
+ violet5: string;
25610
+ violet6: string;
25611
+ violet7: string;
25612
+ violet8: string;
25613
+ violet9: string;
25614
+ violet10: string;
25615
+ violet11: string;
25616
+ violet12: string;
25617
+ tomatoA1: string;
25618
+ tomatoA2: string;
25619
+ tomatoA3: string;
25620
+ tomatoA4: string;
25621
+ tomatoA5: string;
25622
+ tomatoA6: string;
25623
+ tomatoA7: string;
25624
+ tomatoA8: string;
25625
+ tomatoA9: string;
25626
+ tomatoA10: string;
25627
+ tomatoA11: string;
25628
+ tomatoA12: string;
25629
+ tomato1: string;
25630
+ tomato2: string;
25631
+ tomato3: string;
25632
+ tomato4: string;
25633
+ tomato5: string;
25634
+ tomato6: string;
25635
+ tomato7: string;
25636
+ tomato8: string;
25637
+ tomato9: string;
25638
+ tomato10: string;
25639
+ tomato11: string;
25640
+ tomato12: string;
25641
+ tealA1: string;
25642
+ tealA2: string;
25643
+ tealA3: string;
25644
+ tealA4: string;
25645
+ tealA5: string;
25646
+ tealA6: string;
25647
+ tealA7: string;
25648
+ tealA8: string;
25649
+ tealA9: string;
25650
+ tealA10: string;
25651
+ tealA11: string;
25652
+ tealA12: string;
25653
+ teal1: string;
25654
+ teal2: string;
25655
+ teal3: string;
25656
+ teal4: string;
25657
+ teal5: string;
25658
+ teal6: string;
25659
+ teal7: string;
25660
+ teal8: string;
25661
+ teal9: string;
25662
+ teal10: string;
25663
+ teal11: string;
25664
+ teal12: string;
25665
+ slateA1: string;
25666
+ slateA2: string;
25667
+ slateA3: string;
25668
+ slateA4: string;
25669
+ slateA5: string;
25670
+ slateA6: string;
25671
+ slateA7: string;
25672
+ slateA8: string;
25673
+ slateA9: string;
25674
+ slateA10: string;
25675
+ slateA11: string;
25676
+ slateA12: string;
25677
+ slate1: string;
25678
+ slate2: string;
25679
+ slate3: string;
25680
+ slate4: string;
25681
+ slate5: string;
25682
+ slate6: string;
25683
+ slate7: string;
25684
+ slate8: string;
25685
+ slate9: string;
25686
+ slate10: string;
25687
+ slate11: string;
25688
+ slate12: string;
25689
+ skyA1: string;
25690
+ skyA2: string;
25691
+ skyA3: string;
25692
+ skyA4: string;
25693
+ skyA5: string;
25694
+ skyA6: string;
25695
+ skyA7: string;
25696
+ skyA8: string;
25697
+ skyA9: string;
25698
+ skyA10: string;
25699
+ skyA11: string;
25700
+ skyA12: string;
25701
+ sky1: string;
25702
+ sky2: string;
25703
+ sky3: string;
25704
+ sky4: string;
25705
+ sky5: string;
25706
+ sky6: string;
25707
+ sky7: string;
25708
+ sky8: string;
25709
+ sky9: string;
25710
+ sky10: string;
25711
+ sky11: string;
25712
+ sky12: string;
25713
+ sandA1: string;
25714
+ sandA2: string;
25715
+ sandA3: string;
25716
+ sandA4: string;
25717
+ sandA5: string;
25718
+ sandA6: string;
25719
+ sandA7: string;
25720
+ sandA8: string;
25721
+ sandA9: string;
25722
+ sandA10: string;
25723
+ sandA11: string;
25724
+ sandA12: string;
25725
+ sand1: string;
25726
+ sand2: string;
25727
+ sand3: string;
25728
+ sand4: string;
25729
+ sand5: string;
25730
+ sand6: string;
25731
+ sand7: string;
25732
+ sand8: string;
25733
+ sand9: string;
25734
+ sand10: string;
25735
+ sand11: string;
25736
+ sand12: string;
25737
+ sageA1: string;
25738
+ sageA2: string;
25739
+ sageA3: string;
25740
+ sageA4: string;
25741
+ sageA5: string;
25742
+ sageA6: string;
25743
+ sageA7: string;
25744
+ sageA8: string;
25745
+ sageA9: string;
25746
+ sageA10: string;
25747
+ sageA11: string;
25748
+ sageA12: string;
25749
+ sage1: string;
25750
+ sage2: string;
25751
+ sage3: string;
25752
+ sage4: string;
25753
+ sage5: string;
25754
+ sage6: string;
25755
+ sage7: string;
25756
+ sage8: string;
25757
+ sage9: string;
25758
+ sage10: string;
25759
+ sage11: string;
25760
+ sage12: string;
25761
+ redA1: string;
25762
+ redA2: string;
25763
+ redA3: string;
25764
+ redA4: string;
25765
+ redA5: string;
25766
+ redA6: string;
25767
+ redA7: string;
25768
+ redA8: string;
25769
+ redA9: string;
25770
+ redA10: string;
25771
+ redA11: string;
25772
+ redA12: string;
25773
+ red1: string;
25774
+ red2: string;
25775
+ red3: string;
25776
+ red4: string;
25777
+ red5: string;
25778
+ red6: string;
25779
+ red7: string;
25780
+ red8: string;
25781
+ red9: string;
25782
+ red10: string;
25783
+ red11: string;
25784
+ red12: string;
25785
+ purpleA1: string;
25786
+ purpleA2: string;
25787
+ purpleA3: string;
25788
+ purpleA4: string;
25789
+ purpleA5: string;
25790
+ purpleA6: string;
25791
+ purpleA7: string;
25792
+ purpleA8: string;
25793
+ purpleA9: string;
25794
+ purpleA10: string;
25795
+ purpleA11: string;
25796
+ purpleA12: string;
25797
+ purple1: string;
25798
+ purple2: string;
25799
+ purple3: string;
25800
+ purple4: string;
25801
+ purple5: string;
25802
+ purple6: string;
25803
+ purple7: string;
25804
+ purple8: string;
25805
+ purple9: string;
25806
+ purple10: string;
25807
+ purple11: string;
25808
+ purple12: string;
25809
+ plumA1: string;
25810
+ plumA2: string;
25811
+ plumA3: string;
25812
+ plumA4: string;
25813
+ plumA5: string;
25814
+ plumA6: string;
25815
+ plumA7: string;
25816
+ plumA8: string;
25817
+ plumA9: string;
25818
+ plumA10: string;
25819
+ plumA11: string;
25820
+ plumA12: string;
25821
+ plum1: string;
25822
+ plum2: string;
25823
+ plum3: string;
25824
+ plum4: string;
25825
+ plum5: string;
25826
+ plum6: string;
25827
+ plum7: string;
25828
+ plum8: string;
25829
+ plum9: string;
25830
+ plum10: string;
25831
+ plum11: string;
25832
+ plum12: string;
25833
+ pinkA1: string;
25834
+ pinkA2: string;
25835
+ pinkA3: string;
25836
+ pinkA4: string;
25837
+ pinkA5: string;
25838
+ pinkA6: string;
25839
+ pinkA7: string;
25840
+ pinkA8: string;
25841
+ pinkA9: string;
25842
+ pinkA10: string;
25843
+ pinkA11: string;
25844
+ pinkA12: string;
25845
+ pink1: string;
25846
+ pink2: string;
25847
+ pink3: string;
25848
+ pink4: string;
25849
+ pink5: string;
25850
+ pink6: string;
25851
+ pink7: string;
25852
+ pink8: string;
25853
+ pink9: string;
25854
+ pink10: string;
25855
+ pink11: string;
25856
+ pink12: string;
25857
+ orangeA1: string;
25858
+ orangeA2: string;
25859
+ orangeA3: string;
25860
+ orangeA4: string;
25861
+ orangeA5: string;
25862
+ orangeA6: string;
25863
+ orangeA7: string;
25864
+ orangeA8: string;
25865
+ orangeA9: string;
25866
+ orangeA10: string;
25867
+ orangeA11: string;
25868
+ orangeA12: string;
25869
+ orange1: string;
25870
+ orange2: string;
25871
+ orange3: string;
25872
+ orange4: string;
25873
+ orange5: string;
25874
+ orange6: string;
25875
+ orange7: string;
25876
+ orange8: string;
25877
+ orange9: string;
25878
+ orange10: string;
25879
+ orange11: string;
25880
+ orange12: string;
25881
+ oliveA1: string;
25882
+ oliveA2: string;
25883
+ oliveA3: string;
25884
+ oliveA4: string;
25885
+ oliveA5: string;
25886
+ oliveA6: string;
25887
+ oliveA7: string;
25888
+ oliveA8: string;
25889
+ oliveA9: string;
25890
+ oliveA10: string;
25891
+ oliveA11: string;
25892
+ oliveA12: string;
25893
+ olive1: string;
25894
+ olive2: string;
25895
+ olive3: string;
25896
+ olive4: string;
25897
+ olive5: string;
25898
+ olive6: string;
25899
+ olive7: string;
25900
+ olive8: string;
25901
+ olive9: string;
25902
+ olive10: string;
25903
+ olive11: string;
25904
+ olive12: string;
25905
+ mintA1: string;
25906
+ mintA2: string;
25907
+ mintA3: string;
25908
+ mintA4: string;
25909
+ mintA5: string;
25910
+ mintA6: string;
25911
+ mintA7: string;
25912
+ mintA8: string;
25913
+ mintA9: string;
25914
+ mintA10: string;
25915
+ mintA11: string;
25916
+ mintA12: string;
25917
+ mint1: string;
25918
+ mint2: string;
25919
+ mint3: string;
25920
+ mint4: string;
25921
+ mint5: string;
25922
+ mint6: string;
25923
+ mint7: string;
25924
+ mint8: string;
25925
+ mint9: string;
25926
+ mint10: string;
25927
+ mint11: string;
25928
+ mint12: string;
25929
+ mauveA1: string;
25930
+ mauveA2: string;
25931
+ mauveA3: string;
25932
+ mauveA4: string;
25933
+ mauveA5: string;
25934
+ mauveA6: string;
25935
+ mauveA7: string;
25936
+ mauveA8: string;
25937
+ mauveA9: string;
25938
+ mauveA10: string;
25939
+ mauveA11: string;
25940
+ mauveA12: string;
25941
+ mauve1: string;
25942
+ mauve2: string;
25943
+ mauve3: string;
25944
+ mauve4: string;
25945
+ mauve5: string;
25946
+ mauve6: string;
25947
+ mauve7: string;
25948
+ mauve8: string;
25949
+ mauve9: string;
25950
+ mauve10: string;
25951
+ mauve11: string;
25952
+ mauve12: string;
25953
+ limeA1: string;
25954
+ limeA2: string;
25955
+ limeA3: string;
25956
+ limeA4: string;
25957
+ limeA5: string;
25958
+ limeA6: string;
25959
+ limeA7: string;
25960
+ limeA8: string;
25961
+ limeA9: string;
25962
+ limeA10: string;
25963
+ limeA11: string;
25964
+ limeA12: string;
25965
+ lime1: string;
25966
+ lime2: string;
25967
+ lime3: string;
25968
+ lime4: string;
25969
+ lime5: string;
25970
+ lime6: string;
25971
+ lime7: string;
25972
+ lime8: string;
25973
+ lime9: string;
25974
+ lime10: string;
25975
+ lime11: string;
25976
+ lime12: string;
25977
+ indigoA1: string;
25978
+ indigoA2: string;
25979
+ indigoA3: string;
25980
+ indigoA4: string;
25981
+ indigoA5: string;
25982
+ indigoA6: string;
25983
+ indigoA7: string;
25984
+ indigoA8: string;
25985
+ indigoA9: string;
25986
+ indigoA10: string;
25987
+ indigoA11: string;
25988
+ indigoA12: string;
25989
+ indigo1: string;
25990
+ indigo2: string;
25991
+ indigo3: string;
25992
+ indigo4: string;
25993
+ indigo5: string;
25994
+ indigo6: string;
25995
+ indigo7: string;
25996
+ indigo8: string;
25997
+ indigo9: string;
25998
+ indigo10: string;
25999
+ indigo11: string;
26000
+ indigo12: string;
26001
+ greenA1: string;
26002
+ greenA2: string;
26003
+ greenA3: string;
26004
+ greenA4: string;
26005
+ greenA5: string;
26006
+ greenA6: string;
26007
+ greenA7: string;
26008
+ greenA8: string;
26009
+ greenA9: string;
26010
+ greenA10: string;
26011
+ greenA11: string;
26012
+ greenA12: string;
26013
+ green1: string;
26014
+ green2: string;
26015
+ green3: string;
26016
+ green4: string;
26017
+ green5: string;
26018
+ green6: string;
26019
+ green7: string;
26020
+ green8: string;
26021
+ green9: string;
26022
+ green10: string;
26023
+ green11: string;
26024
+ green12: string;
26025
+ grayA1: string;
26026
+ grayA2: string;
26027
+ grayA3: string;
26028
+ grayA4: string;
26029
+ grayA5: string;
26030
+ grayA6: string;
26031
+ grayA7: string;
26032
+ grayA8: string;
26033
+ grayA9: string;
26034
+ grayA10: string;
26035
+ grayA11: string;
26036
+ grayA12: string;
26037
+ gray1: string;
26038
+ gray2: string;
26039
+ gray3: string;
26040
+ gray4: string;
26041
+ gray5: string;
26042
+ gray6: string;
26043
+ gray7: string;
26044
+ gray8: string;
26045
+ gray9: string;
26046
+ gray10: string;
26047
+ gray11: string;
26048
+ gray12: string;
26049
+ grassA1: string;
26050
+ grassA2: string;
26051
+ grassA3: string;
26052
+ grassA4: string;
26053
+ grassA5: string;
26054
+ grassA6: string;
26055
+ grassA7: string;
26056
+ grassA8: string;
26057
+ grassA9: string;
26058
+ grassA10: string;
26059
+ grassA11: string;
26060
+ grassA12: string;
26061
+ grass1: string;
26062
+ grass2: string;
26063
+ grass3: string;
26064
+ grass4: string;
26065
+ grass5: string;
26066
+ grass6: string;
26067
+ grass7: string;
26068
+ grass8: string;
26069
+ grass9: string;
26070
+ grass10: string;
26071
+ grass11: string;
26072
+ grass12: string;
26073
+ goldA1: string;
26074
+ goldA2: string;
26075
+ goldA3: string;
26076
+ goldA4: string;
26077
+ goldA5: string;
26078
+ goldA6: string;
26079
+ goldA7: string;
26080
+ goldA8: string;
26081
+ goldA9: string;
26082
+ goldA10: string;
26083
+ goldA11: string;
26084
+ goldA12: string;
26085
+ gold1: string;
26086
+ gold2: string;
26087
+ gold3: string;
26088
+ gold4: string;
26089
+ gold5: string;
26090
+ gold6: string;
26091
+ gold7: string;
26092
+ gold8: string;
26093
+ gold9: string;
26094
+ gold10: string;
26095
+ gold11: string;
26096
+ gold12: string;
26097
+ cyanA1: string;
26098
+ cyanA2: string;
26099
+ cyanA3: string;
26100
+ cyanA4: string;
26101
+ cyanA5: string;
26102
+ cyanA6: string;
26103
+ cyanA7: string;
26104
+ cyanA8: string;
26105
+ cyanA9: string;
26106
+ cyanA10: string;
26107
+ cyanA11: string;
26108
+ cyanA12: string;
26109
+ cyan1: string;
26110
+ cyan2: string;
26111
+ cyan3: string;
26112
+ cyan4: string;
26113
+ cyan5: string;
26114
+ cyan6: string;
26115
+ cyan7: string;
26116
+ cyan8: string;
26117
+ cyan9: string;
26118
+ cyan10: string;
26119
+ cyan11: string;
26120
+ cyan12: string;
26121
+ crimsonA1: string;
26122
+ crimsonA2: string;
26123
+ crimsonA3: string;
26124
+ crimsonA4: string;
26125
+ crimsonA5: string;
26126
+ crimsonA6: string;
26127
+ crimsonA7: string;
26128
+ crimsonA8: string;
26129
+ crimsonA9: string;
26130
+ crimsonA10: string;
26131
+ crimsonA11: string;
26132
+ crimsonA12: string;
26133
+ crimson1: string;
26134
+ crimson2: string;
26135
+ crimson3: string;
26136
+ crimson4: string;
26137
+ crimson5: string;
26138
+ crimson6: string;
26139
+ crimson7: string;
26140
+ crimson8: string;
26141
+ crimson9: string;
26142
+ crimson10: string;
26143
+ crimson11: string;
26144
+ crimson12: string;
26145
+ brownA1: string;
26146
+ brownA2: string;
26147
+ brownA3: string;
26148
+ brownA4: string;
26149
+ brownA5: string;
26150
+ brownA6: string;
26151
+ brownA7: string;
26152
+ brownA8: string;
26153
+ brownA9: string;
26154
+ brownA10: string;
26155
+ brownA11: string;
26156
+ brownA12: string;
26157
+ brown1: string;
26158
+ brown2: string;
26159
+ brown3: string;
26160
+ brown4: string;
26161
+ brown5: string;
26162
+ brown6: string;
26163
+ brown7: string;
26164
+ brown8: string;
26165
+ brown9: string;
26166
+ brown10: string;
26167
+ brown11: string;
26168
+ brown12: string;
26169
+ bronzeA1: string;
26170
+ bronzeA2: string;
26171
+ bronzeA3: string;
26172
+ bronzeA4: string;
26173
+ bronzeA5: string;
26174
+ bronzeA6: string;
26175
+ bronzeA7: string;
26176
+ bronzeA8: string;
26177
+ bronzeA9: string;
26178
+ bronzeA10: string;
26179
+ bronzeA11: string;
26180
+ bronzeA12: string;
26181
+ bronze1: string;
26182
+ bronze2: string;
26183
+ bronze3: string;
26184
+ bronze4: string;
26185
+ bronze5: string;
26186
+ bronze6: string;
26187
+ bronze7: string;
26188
+ bronze8: string;
26189
+ bronze9: string;
26190
+ bronze10: string;
26191
+ bronze11: string;
26192
+ bronze12: string;
26193
+ blueA1: string;
26194
+ blueA2: string;
26195
+ blueA3: string;
26196
+ blueA4: string;
26197
+ blueA5: string;
26198
+ blueA6: string;
26199
+ blueA7: string;
26200
+ blueA8: string;
26201
+ blueA9: string;
26202
+ blueA10: string;
26203
+ blueA11: string;
26204
+ blueA12: string;
26205
+ blue1: string;
26206
+ blue2: string;
26207
+ blue3: string;
26208
+ blue4: string;
26209
+ blue5: string;
26210
+ blue6: string;
26211
+ blue7: string;
26212
+ blue8: string;
26213
+ blue9: string;
26214
+ blue10: string;
26215
+ blue11: string;
26216
+ blue12: string;
26217
+ blackA1: string;
26218
+ blackA2: string;
26219
+ blackA3: string;
26220
+ blackA4: string;
26221
+ blackA5: string;
26222
+ blackA6: string;
26223
+ blackA7: string;
26224
+ blackA8: string;
26225
+ blackA9: string;
26226
+ blackA10: string;
26227
+ blackA11: string;
26228
+ blackA12: string;
26229
+ amberA1: string;
26230
+ amberA2: string;
26231
+ amberA3: string;
26232
+ amberA4: string;
26233
+ amberA5: string;
26234
+ amberA6: string;
26235
+ amberA7: string;
26236
+ amberA8: string;
26237
+ amberA9: string;
26238
+ amberA10: string;
26239
+ amberA11: string;
26240
+ amberA12: string;
26241
+ amber1: string;
26242
+ amber2: string;
26243
+ amber3: string;
26244
+ amber4: string;
26245
+ amber5: string;
26246
+ amber6: string;
26247
+ amber7: string;
26248
+ amber8: string;
26249
+ amber9: string;
26250
+ amber10: string;
26251
+ amber11: string;
26252
+ amber12: string;
26253
+ };
26254
+ fonts: {
26255
+ mono: string;
26256
+ sans: string;
26257
+ serif: string;
26258
+ };
26259
+ space: {
26260
+ 1: string;
26261
+ 2: string;
26262
+ 3: string;
26263
+ 4: string;
26264
+ 5: string;
26265
+ 6: string;
26266
+ 7: string;
26267
+ 8: string;
26268
+ 9: string;
26269
+ };
26270
+ sizes: {
26271
+ 1: string;
26272
+ 2: string;
26273
+ 3: string;
26274
+ 4: string;
26275
+ 5: string;
26276
+ 6: string;
26277
+ 7: string;
26278
+ 8: string;
26279
+ 9: string;
26280
+ };
26281
+ fontSizes: {
26282
+ 1: string;
26283
+ 2: string;
26284
+ 3: string;
26285
+ 4: string;
26286
+ 5: string;
26287
+ 6: string;
26288
+ 7: string;
26289
+ 8: string;
26290
+ 9: string;
26291
+ };
26292
+ radii: {
26293
+ 1: string;
26294
+ 2: string;
26295
+ 3: string;
26296
+ 4: string;
26297
+ round: string;
26298
+ pill: string;
26299
+ };
26300
+ zIndices: {
26301
+ 1: string;
26302
+ 2: string;
26303
+ 3: string;
26304
+ 4: string;
26305
+ max: string;
26306
+ };
26307
+ }, _stitches_react_types_config.DefaultThemeMap, {
26308
+ p: (value: {
26309
+ readonly [$$PropertyValue]: "padding";
26310
+ }) => {
26311
+ padding: {
23974
26312
  readonly [$$PropertyValue]: "padding";
23975
- }) => {
23976
- padding: {
23977
- readonly [$$PropertyValue]: "padding";
23978
- };
23979
26313
  };
23980
- pt: (value: {
26314
+ };
26315
+ pt: (value: {
26316
+ readonly [$$PropertyValue]: "paddingTop";
26317
+ }) => {
26318
+ paddingTop: {
23981
26319
  readonly [$$PropertyValue]: "paddingTop";
23982
- }) => {
23983
- paddingTop: {
23984
- readonly [$$PropertyValue]: "paddingTop";
23985
- };
23986
26320
  };
23987
- pr: (value: {
26321
+ };
26322
+ pr: (value: {
26323
+ readonly [$$PropertyValue]: "paddingRight";
26324
+ }) => {
26325
+ paddingRight: {
23988
26326
  readonly [$$PropertyValue]: "paddingRight";
23989
- }) => {
23990
- paddingRight: {
23991
- readonly [$$PropertyValue]: "paddingRight";
23992
- };
23993
26327
  };
23994
- pb: (value: {
26328
+ };
26329
+ pb: (value: {
26330
+ readonly [$$PropertyValue]: "paddingBottom";
26331
+ }) => {
26332
+ paddingBottom: {
23995
26333
  readonly [$$PropertyValue]: "paddingBottom";
23996
- }) => {
23997
- paddingBottom: {
23998
- readonly [$$PropertyValue]: "paddingBottom";
23999
- };
24000
26334
  };
24001
- pl: (value: {
26335
+ };
26336
+ pl: (value: {
26337
+ readonly [$$PropertyValue]: "paddingLeft";
26338
+ }) => {
26339
+ paddingLeft: {
24002
26340
  readonly [$$PropertyValue]: "paddingLeft";
24003
- }) => {
24004
- paddingLeft: {
24005
- readonly [$$PropertyValue]: "paddingLeft";
24006
- };
24007
26341
  };
24008
- px: (value: {
26342
+ };
26343
+ px: (value: {
26344
+ readonly [$$PropertyValue]: "paddingLeft";
26345
+ }) => {
26346
+ paddingLeft: {
24009
26347
  readonly [$$PropertyValue]: "paddingLeft";
24010
- }) => {
24011
- paddingLeft: {
24012
- readonly [$$PropertyValue]: "paddingLeft";
24013
- };
24014
- paddingRight: {
24015
- readonly [$$PropertyValue]: "paddingLeft";
24016
- };
24017
26348
  };
24018
- py: (value: {
26349
+ paddingRight: {
26350
+ readonly [$$PropertyValue]: "paddingLeft";
26351
+ };
26352
+ };
26353
+ py: (value: {
26354
+ readonly [$$PropertyValue]: "paddingTop";
26355
+ }) => {
26356
+ paddingTop: {
24019
26357
  readonly [$$PropertyValue]: "paddingTop";
24020
- }) => {
24021
- paddingTop: {
24022
- readonly [$$PropertyValue]: "paddingTop";
24023
- };
24024
- paddingBottom: {
24025
- readonly [$$PropertyValue]: "paddingTop";
24026
- };
24027
26358
  };
24028
- m: (value: {
26359
+ paddingBottom: {
26360
+ readonly [$$PropertyValue]: "paddingTop";
26361
+ };
26362
+ };
26363
+ m: (value: {
26364
+ readonly [$$PropertyValue]: "margin";
26365
+ }) => {
26366
+ margin: {
24029
26367
  readonly [$$PropertyValue]: "margin";
24030
- }) => {
24031
- margin: {
24032
- readonly [$$PropertyValue]: "margin";
24033
- };
24034
26368
  };
24035
- mt: (value: {
26369
+ };
26370
+ mt: (value: {
26371
+ readonly [$$PropertyValue]: "marginTop";
26372
+ }) => {
26373
+ marginTop: {
24036
26374
  readonly [$$PropertyValue]: "marginTop";
24037
- }) => {
24038
- marginTop: {
24039
- readonly [$$PropertyValue]: "marginTop";
24040
- };
24041
26375
  };
24042
- mr: (value: {
26376
+ };
26377
+ mr: (value: {
26378
+ readonly [$$PropertyValue]: "marginRight";
26379
+ }) => {
26380
+ marginRight: {
24043
26381
  readonly [$$PropertyValue]: "marginRight";
24044
- }) => {
24045
- marginRight: {
24046
- readonly [$$PropertyValue]: "marginRight";
24047
- };
24048
26382
  };
24049
- mb: (value: {
26383
+ };
26384
+ mb: (value: {
26385
+ readonly [$$PropertyValue]: "marginBottom";
26386
+ }) => {
26387
+ marginBottom: {
24050
26388
  readonly [$$PropertyValue]: "marginBottom";
24051
- }) => {
24052
- marginBottom: {
24053
- readonly [$$PropertyValue]: "marginBottom";
24054
- };
24055
26389
  };
24056
- ml: (value: {
26390
+ };
26391
+ ml: (value: {
26392
+ readonly [$$PropertyValue]: "marginLeft";
26393
+ }) => {
26394
+ marginLeft: {
24057
26395
  readonly [$$PropertyValue]: "marginLeft";
24058
- }) => {
24059
- marginLeft: {
24060
- readonly [$$PropertyValue]: "marginLeft";
24061
- };
24062
26396
  };
24063
- mx: (value: {
26397
+ };
26398
+ mx: (value: {
26399
+ readonly [$$PropertyValue]: "marginLeft";
26400
+ }) => {
26401
+ marginLeft: {
24064
26402
  readonly [$$PropertyValue]: "marginLeft";
24065
- }) => {
24066
- marginLeft: {
24067
- readonly [$$PropertyValue]: "marginLeft";
24068
- };
24069
- marginRight: {
24070
- readonly [$$PropertyValue]: "marginLeft";
24071
- };
24072
26403
  };
24073
- my: (value: {
26404
+ marginRight: {
26405
+ readonly [$$PropertyValue]: "marginLeft";
26406
+ };
26407
+ };
26408
+ my: (value: {
26409
+ readonly [$$PropertyValue]: "marginTop";
26410
+ }) => {
26411
+ marginTop: {
24074
26412
  readonly [$$PropertyValue]: "marginTop";
24075
- }) => {
24076
- marginTop: {
24077
- readonly [$$PropertyValue]: "marginTop";
24078
- };
24079
- marginBottom: {
24080
- readonly [$$PropertyValue]: "marginTop";
24081
- };
24082
26413
  };
24083
- ta: (value: {
26414
+ marginBottom: {
26415
+ readonly [$$PropertyValue]: "marginTop";
26416
+ };
26417
+ };
26418
+ ta: (value: {
26419
+ readonly [$$PropertyValue]: "textAlign";
26420
+ }) => {
26421
+ textAlign: {
24084
26422
  readonly [$$PropertyValue]: "textAlign";
24085
- }) => {
24086
- textAlign: {
24087
- readonly [$$PropertyValue]: "textAlign";
24088
- };
24089
26423
  };
24090
- fd: (value: {
26424
+ };
26425
+ fd: (value: {
26426
+ readonly [$$PropertyValue]: "flexDirection";
26427
+ }) => {
26428
+ flexDirection: {
24091
26429
  readonly [$$PropertyValue]: "flexDirection";
24092
- }) => {
24093
- flexDirection: {
24094
- readonly [$$PropertyValue]: "flexDirection";
24095
- };
24096
26430
  };
24097
- fw: (value: {
26431
+ };
26432
+ fw: (value: {
26433
+ readonly [$$PropertyValue]: "flexWrap";
26434
+ }) => {
26435
+ flexWrap: {
24098
26436
  readonly [$$PropertyValue]: "flexWrap";
24099
- }) => {
24100
- flexWrap: {
24101
- readonly [$$PropertyValue]: "flexWrap";
24102
- };
24103
26437
  };
24104
- ai: (value: {
26438
+ };
26439
+ ai: (value: {
26440
+ readonly [$$PropertyValue]: "alignItems";
26441
+ }) => {
26442
+ alignItems: {
24105
26443
  readonly [$$PropertyValue]: "alignItems";
24106
- }) => {
24107
- alignItems: {
24108
- readonly [$$PropertyValue]: "alignItems";
24109
- };
24110
26444
  };
24111
- ac: (value: {
26445
+ };
26446
+ ac: (value: {
26447
+ readonly [$$PropertyValue]: "alignContent";
26448
+ }) => {
26449
+ alignContent: {
24112
26450
  readonly [$$PropertyValue]: "alignContent";
24113
- }) => {
24114
- alignContent: {
24115
- readonly [$$PropertyValue]: "alignContent";
24116
- };
24117
26451
  };
24118
- jc: (value: {
26452
+ };
26453
+ jc: (value: {
26454
+ readonly [$$PropertyValue]: "justifyContent";
26455
+ }) => {
26456
+ justifyContent: {
24119
26457
  readonly [$$PropertyValue]: "justifyContent";
24120
- }) => {
24121
- justifyContent: {
24122
- readonly [$$PropertyValue]: "justifyContent";
24123
- };
24124
26458
  };
24125
- as: (value: {
26459
+ };
26460
+ as: (value: {
26461
+ readonly [$$PropertyValue]: "alignSelf";
26462
+ }) => {
26463
+ alignSelf: {
24126
26464
  readonly [$$PropertyValue]: "alignSelf";
24127
- }) => {
24128
- alignSelf: {
24129
- readonly [$$PropertyValue]: "alignSelf";
24130
- };
24131
26465
  };
24132
- fg: (value: {
26466
+ };
26467
+ fg: (value: {
26468
+ readonly [$$PropertyValue]: "flexGrow";
26469
+ }) => {
26470
+ flexGrow: {
24133
26471
  readonly [$$PropertyValue]: "flexGrow";
24134
- }) => {
24135
- flexGrow: {
24136
- readonly [$$PropertyValue]: "flexGrow";
24137
- };
24138
26472
  };
24139
- fs: (value: {
26473
+ };
26474
+ fs: (value: {
26475
+ readonly [$$PropertyValue]: "flexShrink";
26476
+ }) => {
26477
+ flexShrink: {
24140
26478
  readonly [$$PropertyValue]: "flexShrink";
24141
- }) => {
24142
- flexShrink: {
24143
- readonly [$$PropertyValue]: "flexShrink";
24144
- };
24145
26479
  };
24146
- fb: (value: {
26480
+ };
26481
+ fb: (value: {
26482
+ readonly [$$PropertyValue]: "flexBasis";
26483
+ }) => {
26484
+ flexBasis: {
24147
26485
  readonly [$$PropertyValue]: "flexBasis";
24148
- }) => {
24149
- flexBasis: {
24150
- readonly [$$PropertyValue]: "flexBasis";
24151
- };
24152
26486
  };
24153
- bc: (value: {
26487
+ };
26488
+ bc: (value: {
26489
+ readonly [$$PropertyValue]: "backgroundColor";
26490
+ }) => {
26491
+ backgroundColor: {
24154
26492
  readonly [$$PropertyValue]: "backgroundColor";
24155
- }) => {
24156
- backgroundColor: {
24157
- readonly [$$PropertyValue]: "backgroundColor";
24158
- };
24159
26493
  };
24160
- br: (value: {
26494
+ };
26495
+ br: (value: {
26496
+ readonly [$$PropertyValue]: "borderRadius";
26497
+ }) => {
26498
+ borderRadius: {
24161
26499
  readonly [$$PropertyValue]: "borderRadius";
24162
- }) => {
24163
- borderRadius: {
24164
- readonly [$$PropertyValue]: "borderRadius";
24165
- };
24166
26500
  };
24167
- btrr: (value: {
26501
+ };
26502
+ btrr: (value: {
26503
+ readonly [$$PropertyValue]: "borderTopRightRadius";
26504
+ }) => {
26505
+ borderTopRightRadius: {
24168
26506
  readonly [$$PropertyValue]: "borderTopRightRadius";
24169
- }) => {
24170
- borderTopRightRadius: {
24171
- readonly [$$PropertyValue]: "borderTopRightRadius";
24172
- };
24173
26507
  };
24174
- bbrr: (value: {
26508
+ };
26509
+ bbrr: (value: {
26510
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
26511
+ }) => {
26512
+ borderBottomRightRadius: {
24175
26513
  readonly [$$PropertyValue]: "borderBottomRightRadius";
24176
- }) => {
24177
- borderBottomRightRadius: {
24178
- readonly [$$PropertyValue]: "borderBottomRightRadius";
24179
- };
24180
26514
  };
24181
- bblr: (value: {
26515
+ };
26516
+ bblr: (value: {
26517
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
26518
+ }) => {
26519
+ borderBottomLeftRadius: {
24182
26520
  readonly [$$PropertyValue]: "borderBottomLeftRadius";
24183
- }) => {
24184
- borderBottomLeftRadius: {
24185
- readonly [$$PropertyValue]: "borderBottomLeftRadius";
24186
- };
24187
26521
  };
24188
- btlr: (value: {
26522
+ };
26523
+ btlr: (value: {
26524
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
26525
+ }) => {
26526
+ borderTopLeftRadius: {
24189
26527
  readonly [$$PropertyValue]: "borderTopLeftRadius";
24190
- }) => {
24191
- borderTopLeftRadius: {
24192
- readonly [$$PropertyValue]: "borderTopLeftRadius";
24193
- };
24194
26528
  };
24195
- bs: (value: {
26529
+ };
26530
+ bs: (value: {
26531
+ readonly [$$PropertyValue]: "boxShadow";
26532
+ }) => {
26533
+ boxShadow: {
24196
26534
  readonly [$$PropertyValue]: "boxShadow";
24197
- }) => {
24198
- boxShadow: {
24199
- readonly [$$PropertyValue]: "boxShadow";
24200
- };
24201
26535
  };
24202
- lh: (value: {
26536
+ };
26537
+ lh: (value: {
26538
+ readonly [$$PropertyValue]: "lineHeight";
26539
+ }) => {
26540
+ lineHeight: {
24203
26541
  readonly [$$PropertyValue]: "lineHeight";
24204
- }) => {
24205
- lineHeight: {
24206
- readonly [$$PropertyValue]: "lineHeight";
24207
- };
24208
26542
  };
24209
- ox: (value: {
26543
+ };
26544
+ ox: (value: {
26545
+ readonly [$$PropertyValue]: "overflowX";
26546
+ }) => {
26547
+ overflowX: {
24210
26548
  readonly [$$PropertyValue]: "overflowX";
24211
- }) => {
24212
- overflowX: {
24213
- readonly [$$PropertyValue]: "overflowX";
24214
- };
24215
26549
  };
24216
- oy: (value: {
24217
- readonly [$$PropertyValue]: "overflowY";
24218
- }) => {
24219
- overflowY: {
24220
- readonly [$$PropertyValue]: "overflowY";
24221
- };
26550
+ };
26551
+ oy: (value: {
26552
+ readonly [$$PropertyValue]: "overflowY";
26553
+ }) => {
26554
+ overflowY: {
26555
+ readonly [$$PropertyValue]: "overflowY";
24222
26556
  };
24223
- pe: (value: {
26557
+ };
26558
+ pe: (value: {
26559
+ readonly [$$PropertyValue]: "pointerEvents";
26560
+ }) => {
26561
+ pointerEvents: {
24224
26562
  readonly [$$PropertyValue]: "pointerEvents";
24225
- }) => {
24226
- pointerEvents: {
24227
- readonly [$$PropertyValue]: "pointerEvents";
24228
- };
24229
26563
  };
24230
- us: (value: {
26564
+ };
26565
+ us: (value: {
26566
+ readonly [$$PropertyValue]: "userSelect";
26567
+ }) => {
26568
+ WebkitUserSelect: {
24231
26569
  readonly [$$PropertyValue]: "userSelect";
24232
- }) => {
24233
- WebkitUserSelect: {
24234
- readonly [$$PropertyValue]: "userSelect";
24235
- };
24236
- userSelect: {
24237
- readonly [$$PropertyValue]: "userSelect";
24238
- };
24239
26570
  };
24240
- userSelect: (value: {
26571
+ userSelect: {
24241
26572
  readonly [$$PropertyValue]: "userSelect";
24242
- }) => {
24243
- WebkitUserSelect: {
24244
- readonly [$$PropertyValue]: "userSelect";
24245
- };
24246
- userSelect: {
24247
- readonly [$$PropertyValue]: "userSelect";
24248
- };
24249
26573
  };
24250
- size: (value: {
26574
+ };
26575
+ userSelect: (value: {
26576
+ readonly [$$PropertyValue]: "userSelect";
26577
+ }) => {
26578
+ WebkitUserSelect: {
26579
+ readonly [$$PropertyValue]: "userSelect";
26580
+ };
26581
+ userSelect: {
26582
+ readonly [$$PropertyValue]: "userSelect";
26583
+ };
26584
+ };
26585
+ size: (value: {
26586
+ readonly [$$PropertyValue]: "width";
26587
+ }) => {
26588
+ width: {
24251
26589
  readonly [$$PropertyValue]: "width";
24252
- }) => {
24253
- width: {
24254
- readonly [$$PropertyValue]: "width";
24255
- };
24256
- height: {
24257
- readonly [$$PropertyValue]: "width";
24258
- };
24259
26590
  };
24260
- appearance: (value: {
26591
+ height: {
26592
+ readonly [$$PropertyValue]: "width";
26593
+ };
26594
+ };
26595
+ appearance: (value: {
26596
+ readonly [$$PropertyValue]: "appearance";
26597
+ }) => {
26598
+ WebkitAppearance: {
24261
26599
  readonly [$$PropertyValue]: "appearance";
24262
- }) => {
24263
- WebkitAppearance: {
24264
- readonly [$$PropertyValue]: "appearance";
24265
- };
24266
- appearance: {
24267
- readonly [$$PropertyValue]: "appearance";
24268
- };
24269
26600
  };
24270
- backgroundClip: (value: {
26601
+ appearance: {
26602
+ readonly [$$PropertyValue]: "appearance";
26603
+ };
26604
+ };
26605
+ backgroundClip: (value: {
26606
+ readonly [$$PropertyValue]: "backgroundClip";
26607
+ }) => {
26608
+ WebkitBackgroundClip: {
24271
26609
  readonly [$$PropertyValue]: "backgroundClip";
24272
- }) => {
24273
- WebkitBackgroundClip: {
24274
- readonly [$$PropertyValue]: "backgroundClip";
24275
- };
24276
- backgroundClip: {
24277
- readonly [$$PropertyValue]: "backgroundClip";
24278
- };
24279
26610
  };
24280
- }>;
24281
- }, "key" | keyof React$1.HTMLAttributes<HTMLDivElement> | "css"> & React$1.RefAttributes<HTMLDivElement>>;
26611
+ backgroundClip: {
26612
+ readonly [$$PropertyValue]: "backgroundClip";
26613
+ };
26614
+ };
26615
+ }>>;
24282
26616
 
24283
- declare const Grid: _stitches_react_types_styled_component.StyledComponent<"div", _stitches_react_types_styled_component.StyledComponentProps<[{
26617
+ declare const DEFAULT_TAG$1 = "h1";
26618
+ declare type HeadingSizeVariants = '1' | '2' | '3' | '4';
26619
+ declare type HeadingVariants = {
26620
+ size?: HeadingSizeVariants;
26621
+ } & Omit<VariantProps<typeof Text>, 'size'>;
26622
+ declare type HeadingProps = React$1.ComponentProps<typeof DEFAULT_TAG$1> & HeadingVariants & {
26623
+ css?: CSS;
26624
+ as?: any;
26625
+ };
26626
+
26627
+ declare const Heading: React$1.ForwardRefExoticComponent<Pick<HeadingProps, "size" | "as" | "key" | "css" | keyof React$1.HTMLAttributes<HTMLHeadingElement> | "variant" | "gradient"> & React$1.RefAttributes<HTMLHeadingElement>>;
26628
+
26629
+ declare const IconButton: _stitches_react_types_styled_component.StyledComponent<"button", _stitches_react_types_styled_component.StyledComponentProps<[{
26630
+ alignItems: string;
26631
+ appearance: string;
26632
+ borderWidth: string;
24284
26633
  boxSizing: string;
24285
26634
  display: string;
24286
- variants: {
24287
- align: {
24288
- start: {
24289
- alignItems: string;
24290
- };
24291
- center: {
24292
- alignItems: string;
24293
- };
24294
- end: {
24295
- alignItems: string;
24296
- };
24297
- stretch: {
24298
- alignItems: string;
24299
- };
24300
- baseline: {
24301
- alignItems: string;
24302
- };
24303
- };
24304
- justify: {
24305
- start: {
24306
- justifyContent: string;
24307
- };
24308
- center: {
24309
- justifyContent: string;
24310
- };
24311
- end: {
24312
- justifyContent: string;
24313
- };
24314
- between: {
24315
- justifyContent: string;
24316
- };
24317
- };
24318
- flow: {
24319
- row: {
24320
- gridAutoFlow: string;
24321
- };
24322
- column: {
24323
- gridAutoFlow: string;
24324
- };
24325
- dense: {
24326
- gridAutoFlow: string;
24327
- };
24328
- rowDense: {
24329
- gridAutoFlow: string;
24330
- };
24331
- columnDense: {
24332
- gridAutoFlow: string;
24333
- };
24334
- };
24335
- columns: {
24336
- 1: {
24337
- gridTemplateColumns: string;
24338
- };
24339
- 2: {
24340
- gridTemplateColumns: string;
24341
- };
24342
- 3: {
24343
- gridTemplateColumns: string;
24344
- };
24345
- 4: {
24346
- gridTemplateColumns: string;
24347
- };
24348
- 5: {
24349
- gridTemplateColumns: string;
24350
- };
24351
- 6: {
24352
- gridTemplateColumns: string;
24353
- };
26635
+ flexShrink: number;
26636
+ fontFamily: string;
26637
+ fontSize: string;
26638
+ justifyContent: string;
26639
+ lineHeight: string;
26640
+ outline: string;
26641
+ padding: string;
26642
+ textDecoration: string;
26643
+ userSelect: string;
26644
+ WebkitTapHighlightColor: string;
26645
+ color: string;
26646
+ '&::before': {
26647
+ boxSizing: string;
26648
+ };
26649
+ '&::after': {
26650
+ boxSizing: string;
26651
+ };
26652
+ backgroundColor: string;
26653
+ border: string;
26654
+ '@hover': {
26655
+ '&:hover': {
26656
+ borderColor: string;
24354
26657
  };
24355
- gap: {
24356
- 1: {
24357
- gap: string;
24358
- };
24359
- 2: {
24360
- gap: string;
24361
- };
24362
- 3: {
24363
- gap: string;
24364
- };
24365
- 4: {
24366
- gap: string;
24367
- };
24368
- 5: {
24369
- gap: string;
24370
- };
24371
- 6: {
24372
- gap: string;
26658
+ };
26659
+ '&:active': {
26660
+ backgroundColor: string;
26661
+ };
26662
+ '&:focus': {
26663
+ borderColor: string;
26664
+ boxShadow: string;
26665
+ };
26666
+ '&:disabled': {
26667
+ pointerEvents: string;
26668
+ backgroundColor: string;
26669
+ color: string;
26670
+ };
26671
+ variants: {
26672
+ size: {
26673
+ '1': {
26674
+ borderRadius: string;
26675
+ height: string;
26676
+ width: string;
24373
26677
  };
24374
- 7: {
24375
- gap: string;
26678
+ '2': {
26679
+ borderRadius: string;
26680
+ height: string;
26681
+ width: string;
24376
26682
  };
24377
- 8: {
24378
- gap: string;
26683
+ '3': {
26684
+ borderRadius: string;
26685
+ height: string;
26686
+ width: string;
24379
26687
  };
24380
- 9: {
24381
- gap: string;
26688
+ '4': {
26689
+ borderRadius: string;
26690
+ height: string;
26691
+ width: string;
24382
26692
  };
24383
26693
  };
24384
- gapX: {
24385
- 1: {
24386
- columnGap: string;
24387
- };
24388
- 2: {
24389
- columnGap: string;
24390
- };
24391
- 3: {
24392
- columnGap: string;
24393
- };
24394
- 4: {
24395
- columnGap: string;
24396
- };
24397
- 5: {
24398
- columnGap: string;
24399
- };
24400
- 6: {
24401
- columnGap: string;
24402
- };
24403
- 7: {
24404
- columnGap: string;
24405
- };
24406
- 8: {
24407
- columnGap: string;
26694
+ variant: {
26695
+ ghost: {
26696
+ backgroundColor: string;
26697
+ borderWidth: string;
26698
+ '@hover': {
26699
+ '&:hover': {
26700
+ backgroundColor: string;
26701
+ };
26702
+ };
26703
+ '&:focus': {
26704
+ boxShadow: string;
26705
+ };
26706
+ '&:active': {
26707
+ backgroundColor: string;
26708
+ };
26709
+ '&[data-radix-popover-trigger][data-state="open"], &[data-radix-dropdown-menu-trigger][data-state="open"]': {
26710
+ backgroundColor: string;
26711
+ };
24408
26712
  };
24409
- 9: {
24410
- columnGap: string;
26713
+ raised: {
26714
+ boxShadow: string;
26715
+ '@hover': {
26716
+ '&:hover': {
26717
+ boxShadow: string;
26718
+ };
26719
+ };
26720
+ '&:focus': {
26721
+ borderColor: string;
26722
+ boxShadow: string;
26723
+ };
26724
+ '&:active': {
26725
+ backgroundColor: string;
26726
+ };
24411
26727
  };
24412
26728
  };
24413
- gapY: {
24414
- 1: {
24415
- rowGap: string;
24416
- };
24417
- 2: {
24418
- rowGap: string;
24419
- };
24420
- 3: {
24421
- rowGap: string;
24422
- };
24423
- 4: {
24424
- rowGap: string;
24425
- };
24426
- 5: {
24427
- rowGap: string;
24428
- };
24429
- 6: {
24430
- rowGap: string;
24431
- };
24432
- 7: {
24433
- rowGap: string;
24434
- };
24435
- 8: {
24436
- rowGap: string;
26729
+ state: {
26730
+ active: {
26731
+ backgroundColor: string;
26732
+ boxShadow: string;
26733
+ '@hover': {
26734
+ '&:hover': {
26735
+ boxShadow: string;
26736
+ };
26737
+ };
26738
+ '&:active': {
26739
+ backgroundColor: string;
26740
+ };
24437
26741
  };
24438
- 9: {
24439
- rowGap: string;
26742
+ waiting: {
26743
+ backgroundColor: string;
26744
+ boxShadow: string;
26745
+ '@hover': {
26746
+ '&:hover': {
26747
+ boxShadow: string;
26748
+ };
26749
+ };
26750
+ '&:active': {
26751
+ backgroundColor: string;
26752
+ };
24440
26753
  };
24441
26754
  };
24442
26755
  };
26756
+ defaultVariants: {
26757
+ size: "1";
26758
+ variant: "ghost";
26759
+ };
24443
26760
  }]>, {
24444
26761
  bp1: "(min-width: 520px)";
24445
26762
  bp2: "(min-width: 900px)";
@@ -25527,148 +27844,70 @@ declare const Grid: _stitches_react_types_styled_component.StyledComponent<"div"
25527
27844
  };
25528
27845
  }>>;
25529
27846
 
25530
- declare const DEFAULT_TAG$1 = "h1";
25531
- declare type HeadingSizeVariants = '1' | '2' | '3' | '4';
25532
- declare type HeadingVariants = {
25533
- size?: HeadingSizeVariants;
25534
- } & Omit<VariantProps<typeof Text>, 'size'>;
25535
- declare type HeadingProps = React$1.ComponentProps<typeof DEFAULT_TAG$1> & HeadingVariants & {
25536
- css?: CSS;
25537
- as?: any;
25538
- };
25539
-
25540
- declare const Heading: React$1.ForwardRefExoticComponent<Pick<HeadingProps, "size" | "as" | "key" | "css" | keyof React$1.HTMLAttributes<HTMLHeadingElement> | "variant" | "gradient"> & React$1.RefAttributes<HTMLHeadingElement>>;
25541
-
25542
- declare const IconButton: _stitches_react_types_styled_component.StyledComponent<"button", _stitches_react_types_styled_component.StyledComponentProps<[{
25543
- alignItems: string;
25544
- appearance: string;
25545
- borderWidth: string;
25546
- boxSizing: string;
27847
+ declare const IconLink: _stitches_react_types_styled_component.StyledComponent<"a", _stitches_react_types_styled_component.StyledComponentProps<[{
25547
27848
  display: string;
25548
- flexShrink: number;
25549
- fontFamily: string;
25550
- fontSize: string;
25551
- justifyContent: string;
25552
- lineHeight: string;
25553
- outline: string;
25554
- padding: string;
25555
- textDecoration: string;
25556
- userSelect: string;
25557
- WebkitTapHighlightColor: string;
27849
+ alignItems: string;
27850
+ textDecorationLine: string;
27851
+ textUnderlineOffset: string;
27852
+ textDecorationColor: string;
25558
27853
  color: string;
25559
- '&::before': {
25560
- boxSizing: string;
27854
+ transition: string;
27855
+ '@media (prefers-reduced-motion)': {
27856
+ transition: string;
25561
27857
  };
25562
- '&::after': {
25563
- boxSizing: string;
27858
+ borderRadius: string;
27859
+ outline: number;
27860
+ padding: string;
27861
+ margin: string;
27862
+ '& + &': {
27863
+ marginTop: string;
25564
27864
  };
25565
- backgroundColor: string;
25566
- border: string;
25567
27865
  '@hover': {
25568
27866
  '&:hover': {
25569
- borderColor: string;
27867
+ textDecorationLine: string;
25570
27868
  };
25571
27869
  };
25572
- '&:active': {
25573
- backgroundColor: string;
25574
- };
25575
27870
  '&:focus': {
25576
- borderColor: string;
25577
27871
  boxShadow: string;
27872
+ textDecoration: string;
25578
27873
  };
25579
- '&:disabled': {
25580
- pointerEvents: string;
25581
- backgroundColor: string;
25582
- color: string;
27874
+ '&:focus:not(:focus-visible)': {
27875
+ boxShadow: string;
27876
+ textDecorationLine: string;
25583
27877
  };
25584
27878
  variants: {
25585
- size: {
25586
- '1': {
25587
- borderRadius: string;
25588
- height: string;
25589
- width: string;
25590
- };
25591
- '2': {
25592
- borderRadius: string;
25593
- height: string;
25594
- width: string;
25595
- };
25596
- '3': {
25597
- borderRadius: string;
25598
- height: string;
25599
- width: string;
25600
- };
25601
- '4': {
25602
- borderRadius: string;
25603
- height: string;
25604
- width: string;
25605
- };
25606
- };
25607
27879
  variant: {
25608
- ghost: {
25609
- backgroundColor: string;
25610
- borderWidth: string;
25611
- '@hover': {
25612
- '&:hover': {
25613
- backgroundColor: string;
25614
- };
25615
- };
27880
+ blue: {
27881
+ color: string;
27882
+ textDecorationColor: string;
25616
27883
  '&:focus': {
25617
- boxShadow: string;
25618
- };
25619
- '&:active': {
25620
- backgroundColor: string;
25621
- };
25622
- '&[data-radix-popover-trigger][data-state="open"], &[data-radix-dropdown-menu-trigger][data-state="open"]': {
25623
- backgroundColor: string;
27884
+ outlineColor: string;
25624
27885
  };
25625
27886
  };
25626
- raised: {
25627
- boxShadow: string;
25628
- '@hover': {
25629
- '&:hover': {
25630
- boxShadow: string;
25631
- };
25632
- };
27887
+ subtle: {
27888
+ color: string;
27889
+ textDecorationColor: string;
25633
27890
  '&:focus': {
25634
- borderColor: string;
25635
- boxShadow: string;
25636
- };
25637
- '&:active': {
25638
- backgroundColor: string;
25639
- };
25640
- };
25641
- };
25642
- state: {
25643
- active: {
25644
- backgroundColor: string;
25645
- boxShadow: string;
25646
- '@hover': {
25647
- '&:hover': {
25648
- boxShadow: string;
25649
- };
25650
- };
25651
- '&:active': {
25652
- backgroundColor: string;
27891
+ outlineColor: string;
25653
27892
  };
25654
27893
  };
25655
- waiting: {
25656
- backgroundColor: string;
25657
- boxShadow: string;
27894
+ contrast: {
27895
+ color: string;
27896
+ textDecoration: string;
27897
+ textDecorationColor: string;
25658
27898
  '@hover': {
25659
27899
  '&:hover': {
25660
- boxShadow: string;
27900
+ textDecorationColor: string;
25661
27901
  };
25662
27902
  };
25663
- '&:active': {
25664
- backgroundColor: string;
27903
+ '&:focus': {
27904
+ outlineColor: string;
25665
27905
  };
25666
27906
  };
25667
27907
  };
25668
27908
  };
25669
27909
  defaultVariants: {
25670
- size: "1";
25671
- variant: "ghost";
27910
+ variant: "contrast";
25672
27911
  };
25673
27912
  }]>, {
25674
27913
  bp1: "(min-width: 520px)";
@@ -62551,4 +64790,4 @@ declare type TooltipProps = React$1.ComponentProps<typeof TooltipPrimitive.Root>
62551
64790
 
62552
64791
  declare function Tooltip({ children, content, open, defaultOpen, onOpenChange, multiline, ...props }: TooltipProps): JSX.Element;
62553
64792
 
62554
- export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDemo, AlertDialogDescription, AlertDialogTitle, AlertDialogTrigger, Announce, Avatar, Badge, Banner, Box, BoxGrab, BoxLink, Button, ButtonDemo, ButtonIcon, ButtonMarketing, Caption, Card, CardOuter, CardSpotify, Carousel, CarouselArrowButton, CarouselNext, CarouselPrevious, CarouselSlide, CarouselSlideList, Checkbox, Code, Container, Dialog, DialogClose, DialogDescription, DialogTitle, DialogTrigger, Emoji, EmojiParser, Flex, FocusArea, Grid, Heading, IconButton, ImageBlur, Label, Link, Note, Overlay, PageHeading, Panel, Paragraph, Popover, PopoverContent, PopoverTrigger, ProgressBar, Radio, RadioCard, RadioCardGroup, RadioGroup, ScrollArea, Section, Separator, Skeleton, SkeletonDescription, SkeletonHeading, SkeletonTitle, Spacer, Status, Sub, Sup, Switch, TabLink, Table, TableCaption, Tabs, TabsContent, TabsList, TabsTrigger, Tbody, Td, Text, TextArea, Tfoot, Th, Thead, Toast, ToastCenter, ToastCenterItem, ToastData, ToastDismiss, ToastProvider, ToastType, ToastWarmer, ToastWarmerItem, Tooltip, Tr, overlayStyles, panelStyles, useToastDispatchers };
64793
+ export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDemo, AlertDialogDescription, AlertDialogTitle, AlertDialogTrigger, Announce, Avatar, Badge, Banner, Box, BoxGrab, BoxLink, Breakout, Button, ButtonDemo, ButtonIcon, ButtonMarketing, Caption, Card, CardOuter, CardSpotify, Carousel, CarouselArrowButton, CarouselNext, CarouselPrevious, CarouselSlide, CarouselSlideList, Checkbox, Code, Container, Dialog, DialogClose, DialogDescription, DialogTitle, DialogTrigger, Emoji, EmojiParser, Flex, FocusArea, Grid, Heading, IconButton, IconLink, ImageBlur, Label, Link, Note, Overlay, PageHeading, Panel, Paragraph, Popover, PopoverContent, PopoverTrigger, ProgressBar, Radio, RadioCard, RadioCardGroup, RadioGroup, ScrollArea, Section, Separator, Skeleton, SkeletonDescription, SkeletonHeading, SkeletonTitle, Spacer, Status, Sub, Sup, Switch, TabLink, Table, TableCaption, Tabs, TabsContent, TabsList, TabsTrigger, Tbody, Td, Text, TextArea, Tfoot, Th, Thead, Toast, ToastCenter, ToastCenterItem, ToastData, ToastDismiss, ToastProvider, ToastType, ToastWarmer, ToastWarmerItem, Tooltip, Tr, overlayStyles, panelStyles, useToastDispatchers };