@lets-events/react 9.0.0 → 10.0.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.
- package/.turbo/turbo-build.log +8 -8
- package/CHANGELOG.md +6 -0
- package/dist/index.d.mts +3 -1118
- package/dist/index.d.ts +3 -1118
- package/dist/index.js +14 -32
- package/dist/index.mjs +14 -29
- package/package.json +1 -1
- package/src/components/Modal.tsx +18 -33
package/dist/index.d.ts
CHANGED
|
@@ -4267,1127 +4267,12 @@ type BadgeProps = ComponentProps<typeof BadgeStyled> & {
|
|
|
4267
4267
|
};
|
|
4268
4268
|
declare function Badge({ asChild, children, ...props }: BadgeProps): react_jsx_runtime.JSX.Element;
|
|
4269
4269
|
|
|
4270
|
-
declare const ModalStyled: _stitches_react_types_styled_component.StyledComponent<"div", {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
4271
|
-
colors: {
|
|
4272
|
-
brand50: string;
|
|
4273
|
-
brand100: string;
|
|
4274
|
-
brand200: string;
|
|
4275
|
-
brand300: string;
|
|
4276
|
-
brand400: string;
|
|
4277
|
-
brand500: string;
|
|
4278
|
-
brand600: string;
|
|
4279
|
-
brand700: string;
|
|
4280
|
-
brand800: string;
|
|
4281
|
-
brand900: string;
|
|
4282
|
-
brand950: string;
|
|
4283
|
-
blue50: string;
|
|
4284
|
-
blue100: string;
|
|
4285
|
-
blue200: string;
|
|
4286
|
-
blue300: string;
|
|
4287
|
-
blue400: string;
|
|
4288
|
-
blue500: string;
|
|
4289
|
-
blue600: string;
|
|
4290
|
-
blue700: string;
|
|
4291
|
-
blue800: string;
|
|
4292
|
-
blue900: string;
|
|
4293
|
-
blue950: string;
|
|
4294
|
-
red50: string;
|
|
4295
|
-
red100: string;
|
|
4296
|
-
red200: string;
|
|
4297
|
-
red300: string;
|
|
4298
|
-
red400: string;
|
|
4299
|
-
red500: string;
|
|
4300
|
-
red600: string;
|
|
4301
|
-
red700: string;
|
|
4302
|
-
red800: string;
|
|
4303
|
-
red900: string;
|
|
4304
|
-
red950: string;
|
|
4305
|
-
purple50: string;
|
|
4306
|
-
purple100: string;
|
|
4307
|
-
purple200: string;
|
|
4308
|
-
purple300: string;
|
|
4309
|
-
purple400: string;
|
|
4310
|
-
purple500: string;
|
|
4311
|
-
purple600: string;
|
|
4312
|
-
purple700: string;
|
|
4313
|
-
purple800: string;
|
|
4314
|
-
purple900: string;
|
|
4315
|
-
purple950: string;
|
|
4316
|
-
yellow50: string;
|
|
4317
|
-
yellow100: string;
|
|
4318
|
-
yellow200: string;
|
|
4319
|
-
yellow300: string;
|
|
4320
|
-
yellow400: string;
|
|
4321
|
-
yellow500: string;
|
|
4322
|
-
yellow600: string;
|
|
4323
|
-
yellow700: string;
|
|
4324
|
-
yellow800: string;
|
|
4325
|
-
yellow900: string;
|
|
4326
|
-
yellow950: string;
|
|
4327
|
-
dark50: string;
|
|
4328
|
-
dark100: string;
|
|
4329
|
-
dark200: string;
|
|
4330
|
-
dark300: string;
|
|
4331
|
-
dark400: string;
|
|
4332
|
-
dark500: string;
|
|
4333
|
-
dark600: string;
|
|
4334
|
-
dark700: string;
|
|
4335
|
-
dark800: string;
|
|
4336
|
-
dark900: string;
|
|
4337
|
-
dark950: string;
|
|
4338
|
-
neutral50: string;
|
|
4339
|
-
neutral100: string;
|
|
4340
|
-
neutral200: string;
|
|
4341
|
-
neutral300: string;
|
|
4342
|
-
neutral400: string;
|
|
4343
|
-
neutral500: string;
|
|
4344
|
-
neutral600: string;
|
|
4345
|
-
neutral700: string;
|
|
4346
|
-
neutral800: string;
|
|
4347
|
-
neutral900: string;
|
|
4348
|
-
neutral950: string;
|
|
4349
|
-
green50: string;
|
|
4350
|
-
green100: string;
|
|
4351
|
-
green200: string;
|
|
4352
|
-
green300: string;
|
|
4353
|
-
green400: string;
|
|
4354
|
-
green500: string;
|
|
4355
|
-
green600: string;
|
|
4356
|
-
green700: string;
|
|
4357
|
-
green800: string;
|
|
4358
|
-
green900: string;
|
|
4359
|
-
green950: string;
|
|
4360
|
-
grey50: string;
|
|
4361
|
-
grey100: string;
|
|
4362
|
-
grey200: string;
|
|
4363
|
-
grey300: string;
|
|
4364
|
-
grey400: string;
|
|
4365
|
-
grey500: string;
|
|
4366
|
-
grey600: string;
|
|
4367
|
-
grey700: string;
|
|
4368
|
-
grey800: string;
|
|
4369
|
-
grey900: string;
|
|
4370
|
-
grey950: string;
|
|
4371
|
-
error50: string;
|
|
4372
|
-
error100: string;
|
|
4373
|
-
error200: string;
|
|
4374
|
-
error300: string;
|
|
4375
|
-
error400: string;
|
|
4376
|
-
error500: string;
|
|
4377
|
-
error600: string;
|
|
4378
|
-
error700: string;
|
|
4379
|
-
error800: string;
|
|
4380
|
-
error900: string;
|
|
4381
|
-
error950: string;
|
|
4382
|
-
success50: string;
|
|
4383
|
-
success100: string;
|
|
4384
|
-
success200: string;
|
|
4385
|
-
success300: string;
|
|
4386
|
-
success400: string;
|
|
4387
|
-
success500: string;
|
|
4388
|
-
success600: string;
|
|
4389
|
-
success700: string;
|
|
4390
|
-
success800: string;
|
|
4391
|
-
success900: string;
|
|
4392
|
-
success950: string;
|
|
4393
|
-
warning50: string;
|
|
4394
|
-
warning100: string;
|
|
4395
|
-
warning200: string;
|
|
4396
|
-
warning300: string;
|
|
4397
|
-
warning400: string;
|
|
4398
|
-
warning500: string;
|
|
4399
|
-
warning600: string;
|
|
4400
|
-
warning700: string;
|
|
4401
|
-
warning800: string;
|
|
4402
|
-
warning900: string;
|
|
4403
|
-
warning950: string;
|
|
4404
|
-
info50: string;
|
|
4405
|
-
info100: string;
|
|
4406
|
-
info200: string;
|
|
4407
|
-
info300: string;
|
|
4408
|
-
info400: string;
|
|
4409
|
-
info500: string;
|
|
4410
|
-
info600: string;
|
|
4411
|
-
info700: string;
|
|
4412
|
-
info800: string;
|
|
4413
|
-
info900: string;
|
|
4414
|
-
info950: string;
|
|
4415
|
-
};
|
|
4416
|
-
fontSizes: {
|
|
4417
|
-
2: string;
|
|
4418
|
-
4: string;
|
|
4419
|
-
6: string;
|
|
4420
|
-
8: string;
|
|
4421
|
-
10: string;
|
|
4422
|
-
12: string;
|
|
4423
|
-
13: string;
|
|
4424
|
-
14: string;
|
|
4425
|
-
16: string;
|
|
4426
|
-
18: string;
|
|
4427
|
-
20: string;
|
|
4428
|
-
22: string;
|
|
4429
|
-
24: string;
|
|
4430
|
-
32: string;
|
|
4431
|
-
36: string;
|
|
4432
|
-
40: string;
|
|
4433
|
-
48: string;
|
|
4434
|
-
56: string;
|
|
4435
|
-
64: string;
|
|
4436
|
-
72: string;
|
|
4437
|
-
80: string;
|
|
4438
|
-
xs: string;
|
|
4439
|
-
sm: string;
|
|
4440
|
-
md: string;
|
|
4441
|
-
lg: string;
|
|
4442
|
-
'2xl': string;
|
|
4443
|
-
'3xl': string;
|
|
4444
|
-
'4xl': string;
|
|
4445
|
-
full: string;
|
|
4446
|
-
};
|
|
4447
|
-
fonts: {
|
|
4448
|
-
default: string;
|
|
4449
|
-
};
|
|
4450
|
-
fontWeights: {
|
|
4451
|
-
regular: string;
|
|
4452
|
-
medium: string;
|
|
4453
|
-
semibold: string;
|
|
4454
|
-
bold: string;
|
|
4455
|
-
};
|
|
4456
|
-
lineHeights: {
|
|
4457
|
-
smaller: string;
|
|
4458
|
-
shorter: string;
|
|
4459
|
-
short: string;
|
|
4460
|
-
base: string;
|
|
4461
|
-
tall: string;
|
|
4462
|
-
};
|
|
4463
|
-
radii: {
|
|
4464
|
-
'3xs': string;
|
|
4465
|
-
'2xs': string;
|
|
4466
|
-
xs: string;
|
|
4467
|
-
sm: string;
|
|
4468
|
-
md: string;
|
|
4469
|
-
lg: string;
|
|
4470
|
-
xl: string;
|
|
4471
|
-
'2xl': string;
|
|
4472
|
-
'3xl': string;
|
|
4473
|
-
'4xl': string;
|
|
4474
|
-
'5xl': string;
|
|
4475
|
-
'6xl': string;
|
|
4476
|
-
'7xl': string;
|
|
4477
|
-
'8xl': string;
|
|
4478
|
-
'9xl': string;
|
|
4479
|
-
'10xl': string;
|
|
4480
|
-
'11xl': string;
|
|
4481
|
-
'12xl': string;
|
|
4482
|
-
'13xl': string;
|
|
4483
|
-
'14xl': string;
|
|
4484
|
-
full: string;
|
|
4485
|
-
};
|
|
4486
|
-
space: {
|
|
4487
|
-
2: string;
|
|
4488
|
-
4: string;
|
|
4489
|
-
6: string;
|
|
4490
|
-
8: string;
|
|
4491
|
-
10: string;
|
|
4492
|
-
12: string;
|
|
4493
|
-
13: string;
|
|
4494
|
-
14: string;
|
|
4495
|
-
16: string;
|
|
4496
|
-
18: string;
|
|
4497
|
-
20: string;
|
|
4498
|
-
22: string;
|
|
4499
|
-
24: string;
|
|
4500
|
-
32: string;
|
|
4501
|
-
36: string;
|
|
4502
|
-
40: string;
|
|
4503
|
-
48: string;
|
|
4504
|
-
56: string;
|
|
4505
|
-
64: string;
|
|
4506
|
-
72: string;
|
|
4507
|
-
80: string;
|
|
4508
|
-
full: string;
|
|
4509
|
-
};
|
|
4510
|
-
}, {
|
|
4511
|
-
height: "space";
|
|
4512
|
-
width: "space";
|
|
4513
|
-
gap: "space";
|
|
4514
|
-
gridGap: "space";
|
|
4515
|
-
columnGap: "space";
|
|
4516
|
-
gridColumnGap: "space";
|
|
4517
|
-
rowGap: "space";
|
|
4518
|
-
gridRowGap: "space";
|
|
4519
|
-
inset: "space";
|
|
4520
|
-
insetBlock: "space";
|
|
4521
|
-
insetBlockEnd: "space";
|
|
4522
|
-
insetBlockStart: "space";
|
|
4523
|
-
insetInline: "space";
|
|
4524
|
-
insetInlineEnd: "space";
|
|
4525
|
-
insetInlineStart: "space";
|
|
4526
|
-
margin: "space";
|
|
4527
|
-
marginTop: "space";
|
|
4528
|
-
marginRight: "space";
|
|
4529
|
-
marginBottom: "space";
|
|
4530
|
-
marginLeft: "space";
|
|
4531
|
-
marginBlock: "space";
|
|
4532
|
-
marginBlockEnd: "space";
|
|
4533
|
-
marginBlockStart: "space";
|
|
4534
|
-
marginInline: "space";
|
|
4535
|
-
marginInlineEnd: "space";
|
|
4536
|
-
marginInlineStart: "space";
|
|
4537
|
-
padding: "space";
|
|
4538
|
-
paddingTop: "space";
|
|
4539
|
-
paddingRight: "space";
|
|
4540
|
-
paddingBottom: "space";
|
|
4541
|
-
paddingLeft: "space";
|
|
4542
|
-
paddingBlock: "space";
|
|
4543
|
-
paddingBlockEnd: "space";
|
|
4544
|
-
paddingBlockStart: "space";
|
|
4545
|
-
paddingInline: "space";
|
|
4546
|
-
paddingInlineEnd: "space";
|
|
4547
|
-
paddingInlineStart: "space";
|
|
4548
|
-
scrollMargin: "space";
|
|
4549
|
-
scrollMarginTop: "space";
|
|
4550
|
-
scrollMarginRight: "space";
|
|
4551
|
-
scrollMarginBottom: "space";
|
|
4552
|
-
scrollMarginLeft: "space";
|
|
4553
|
-
scrollMarginBlock: "space";
|
|
4554
|
-
scrollMarginBlockEnd: "space";
|
|
4555
|
-
scrollMarginBlockStart: "space";
|
|
4556
|
-
scrollMarginInline: "space";
|
|
4557
|
-
scrollMarginInlineEnd: "space";
|
|
4558
|
-
scrollMarginInlineStart: "space";
|
|
4559
|
-
scrollPadding: "space";
|
|
4560
|
-
scrollPaddingTop: "space";
|
|
4561
|
-
scrollPaddingRight: "space";
|
|
4562
|
-
scrollPaddingBottom: "space";
|
|
4563
|
-
scrollPaddingLeft: "space";
|
|
4564
|
-
scrollPaddingBlock: "space";
|
|
4565
|
-
scrollPaddingBlockEnd: "space";
|
|
4566
|
-
scrollPaddingBlockStart: "space";
|
|
4567
|
-
scrollPaddingInline: "space";
|
|
4568
|
-
scrollPaddingInlineEnd: "space";
|
|
4569
|
-
scrollPaddingInlineStart: "space";
|
|
4570
|
-
top: "space";
|
|
4571
|
-
right: "space";
|
|
4572
|
-
bottom: "space";
|
|
4573
|
-
left: "space";
|
|
4574
|
-
fontSize: "fontSizes";
|
|
4575
|
-
background: "colors";
|
|
4576
|
-
backgroundColor: "colors";
|
|
4577
|
-
backgroundImage: "colors";
|
|
4578
|
-
borderImage: "colors";
|
|
4579
|
-
border: "colors";
|
|
4580
|
-
borderBlock: "colors";
|
|
4581
|
-
borderBlockEnd: "colors";
|
|
4582
|
-
borderBlockStart: "colors";
|
|
4583
|
-
borderBottom: "colors";
|
|
4584
|
-
borderBottomColor: "colors";
|
|
4585
|
-
borderColor: "colors";
|
|
4586
|
-
borderInline: "colors";
|
|
4587
|
-
borderInlineEnd: "colors";
|
|
4588
|
-
borderInlineStart: "colors";
|
|
4589
|
-
borderLeft: "colors";
|
|
4590
|
-
borderLeftColor: "colors";
|
|
4591
|
-
borderRight: "colors";
|
|
4592
|
-
borderRightColor: "colors";
|
|
4593
|
-
borderTop: "colors";
|
|
4594
|
-
borderTopColor: "colors";
|
|
4595
|
-
caretColor: "colors";
|
|
4596
|
-
color: "colors";
|
|
4597
|
-
columnRuleColor: "colors";
|
|
4598
|
-
outline: "colors";
|
|
4599
|
-
outlineColor: "colors";
|
|
4600
|
-
fill: "colors";
|
|
4601
|
-
stroke: "colors";
|
|
4602
|
-
textDecorationColor: "colors";
|
|
4603
|
-
fontFamily: "fonts";
|
|
4604
|
-
fontWeight: "fontWeights";
|
|
4605
|
-
lineHeight: "lineHeights";
|
|
4606
|
-
letterSpacing: "letterSpacings";
|
|
4607
|
-
blockSize: "sizes";
|
|
4608
|
-
minBlockSize: "sizes";
|
|
4609
|
-
maxBlockSize: "sizes";
|
|
4610
|
-
inlineSize: "sizes";
|
|
4611
|
-
minInlineSize: "sizes";
|
|
4612
|
-
maxInlineSize: "sizes";
|
|
4613
|
-
minWidth: "sizes";
|
|
4614
|
-
maxWidth: "sizes";
|
|
4615
|
-
minHeight: "sizes";
|
|
4616
|
-
maxHeight: "sizes";
|
|
4617
|
-
flexBasis: "sizes";
|
|
4618
|
-
gridTemplateColumns: "sizes";
|
|
4619
|
-
gridTemplateRows: "sizes";
|
|
4620
|
-
borderWidth: "borderWidths";
|
|
4621
|
-
borderTopWidth: "borderWidths";
|
|
4622
|
-
borderLeftWidth: "borderWidths";
|
|
4623
|
-
borderRightWidth: "borderWidths";
|
|
4624
|
-
borderBottomWidth: "borderWidths";
|
|
4625
|
-
borderStyle: "borderStyles";
|
|
4626
|
-
borderTopStyle: "borderStyles";
|
|
4627
|
-
borderLeftStyle: "borderStyles";
|
|
4628
|
-
borderRightStyle: "borderStyles";
|
|
4629
|
-
borderBottomStyle: "borderStyles";
|
|
4630
|
-
borderRadius: "radii";
|
|
4631
|
-
borderTopLeftRadius: "radii";
|
|
4632
|
-
borderTopRightRadius: "radii";
|
|
4633
|
-
borderBottomRightRadius: "radii";
|
|
4634
|
-
borderBottomLeftRadius: "radii";
|
|
4635
|
-
boxShadow: "shadows";
|
|
4636
|
-
textShadow: "shadows";
|
|
4637
|
-
transition: "transitions";
|
|
4638
|
-
zIndex: "zIndices";
|
|
4639
|
-
}, {}>>;
|
|
4640
|
-
declare const ModalContentStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<Dialog.DialogContentProps & react.RefAttributes<HTMLDivElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
4641
|
-
colors: {
|
|
4642
|
-
brand50: string;
|
|
4643
|
-
brand100: string;
|
|
4644
|
-
brand200: string;
|
|
4645
|
-
brand300: string;
|
|
4646
|
-
brand400: string;
|
|
4647
|
-
brand500: string;
|
|
4648
|
-
brand600: string;
|
|
4649
|
-
brand700: string;
|
|
4650
|
-
brand800: string;
|
|
4651
|
-
brand900: string;
|
|
4652
|
-
brand950: string;
|
|
4653
|
-
blue50: string;
|
|
4654
|
-
blue100: string;
|
|
4655
|
-
blue200: string;
|
|
4656
|
-
blue300: string;
|
|
4657
|
-
blue400: string;
|
|
4658
|
-
blue500: string;
|
|
4659
|
-
blue600: string;
|
|
4660
|
-
blue700: string;
|
|
4661
|
-
blue800: string;
|
|
4662
|
-
blue900: string;
|
|
4663
|
-
blue950: string;
|
|
4664
|
-
red50: string;
|
|
4665
|
-
red100: string;
|
|
4666
|
-
red200: string;
|
|
4667
|
-
red300: string;
|
|
4668
|
-
red400: string;
|
|
4669
|
-
red500: string;
|
|
4670
|
-
red600: string;
|
|
4671
|
-
red700: string;
|
|
4672
|
-
red800: string;
|
|
4673
|
-
red900: string;
|
|
4674
|
-
red950: string;
|
|
4675
|
-
purple50: string;
|
|
4676
|
-
purple100: string;
|
|
4677
|
-
purple200: string;
|
|
4678
|
-
purple300: string;
|
|
4679
|
-
purple400: string;
|
|
4680
|
-
purple500: string;
|
|
4681
|
-
purple600: string;
|
|
4682
|
-
purple700: string;
|
|
4683
|
-
purple800: string;
|
|
4684
|
-
purple900: string;
|
|
4685
|
-
purple950: string;
|
|
4686
|
-
yellow50: string;
|
|
4687
|
-
yellow100: string;
|
|
4688
|
-
yellow200: string;
|
|
4689
|
-
yellow300: string;
|
|
4690
|
-
yellow400: string;
|
|
4691
|
-
yellow500: string;
|
|
4692
|
-
yellow600: string;
|
|
4693
|
-
yellow700: string;
|
|
4694
|
-
yellow800: string;
|
|
4695
|
-
yellow900: string;
|
|
4696
|
-
yellow950: string;
|
|
4697
|
-
dark50: string;
|
|
4698
|
-
dark100: string;
|
|
4699
|
-
dark200: string;
|
|
4700
|
-
dark300: string;
|
|
4701
|
-
dark400: string;
|
|
4702
|
-
dark500: string;
|
|
4703
|
-
dark600: string;
|
|
4704
|
-
dark700: string;
|
|
4705
|
-
dark800: string;
|
|
4706
|
-
dark900: string;
|
|
4707
|
-
dark950: string;
|
|
4708
|
-
neutral50: string;
|
|
4709
|
-
neutral100: string;
|
|
4710
|
-
neutral200: string;
|
|
4711
|
-
neutral300: string;
|
|
4712
|
-
neutral400: string;
|
|
4713
|
-
neutral500: string;
|
|
4714
|
-
neutral600: string;
|
|
4715
|
-
neutral700: string;
|
|
4716
|
-
neutral800: string;
|
|
4717
|
-
neutral900: string;
|
|
4718
|
-
neutral950: string;
|
|
4719
|
-
green50: string;
|
|
4720
|
-
green100: string;
|
|
4721
|
-
green200: string;
|
|
4722
|
-
green300: string;
|
|
4723
|
-
green400: string;
|
|
4724
|
-
green500: string;
|
|
4725
|
-
green600: string;
|
|
4726
|
-
green700: string;
|
|
4727
|
-
green800: string;
|
|
4728
|
-
green900: string;
|
|
4729
|
-
green950: string;
|
|
4730
|
-
grey50: string;
|
|
4731
|
-
grey100: string;
|
|
4732
|
-
grey200: string;
|
|
4733
|
-
grey300: string;
|
|
4734
|
-
grey400: string;
|
|
4735
|
-
grey500: string;
|
|
4736
|
-
grey600: string;
|
|
4737
|
-
grey700: string;
|
|
4738
|
-
grey800: string;
|
|
4739
|
-
grey900: string;
|
|
4740
|
-
grey950: string;
|
|
4741
|
-
error50: string;
|
|
4742
|
-
error100: string;
|
|
4743
|
-
error200: string;
|
|
4744
|
-
error300: string;
|
|
4745
|
-
error400: string;
|
|
4746
|
-
error500: string;
|
|
4747
|
-
error600: string;
|
|
4748
|
-
error700: string;
|
|
4749
|
-
error800: string;
|
|
4750
|
-
error900: string;
|
|
4751
|
-
error950: string;
|
|
4752
|
-
success50: string;
|
|
4753
|
-
success100: string;
|
|
4754
|
-
success200: string;
|
|
4755
|
-
success300: string;
|
|
4756
|
-
success400: string;
|
|
4757
|
-
success500: string;
|
|
4758
|
-
success600: string;
|
|
4759
|
-
success700: string;
|
|
4760
|
-
success800: string;
|
|
4761
|
-
success900: string;
|
|
4762
|
-
success950: string;
|
|
4763
|
-
warning50: string;
|
|
4764
|
-
warning100: string;
|
|
4765
|
-
warning200: string;
|
|
4766
|
-
warning300: string;
|
|
4767
|
-
warning400: string;
|
|
4768
|
-
warning500: string;
|
|
4769
|
-
warning600: string;
|
|
4770
|
-
warning700: string;
|
|
4771
|
-
warning800: string;
|
|
4772
|
-
warning900: string;
|
|
4773
|
-
warning950: string;
|
|
4774
|
-
info50: string;
|
|
4775
|
-
info100: string;
|
|
4776
|
-
info200: string;
|
|
4777
|
-
info300: string;
|
|
4778
|
-
info400: string;
|
|
4779
|
-
info500: string;
|
|
4780
|
-
info600: string;
|
|
4781
|
-
info700: string;
|
|
4782
|
-
info800: string;
|
|
4783
|
-
info900: string;
|
|
4784
|
-
info950: string;
|
|
4785
|
-
};
|
|
4786
|
-
fontSizes: {
|
|
4787
|
-
2: string;
|
|
4788
|
-
4: string;
|
|
4789
|
-
6: string;
|
|
4790
|
-
8: string;
|
|
4791
|
-
10: string;
|
|
4792
|
-
12: string;
|
|
4793
|
-
13: string;
|
|
4794
|
-
14: string;
|
|
4795
|
-
16: string;
|
|
4796
|
-
18: string;
|
|
4797
|
-
20: string;
|
|
4798
|
-
22: string;
|
|
4799
|
-
24: string;
|
|
4800
|
-
32: string;
|
|
4801
|
-
36: string;
|
|
4802
|
-
40: string;
|
|
4803
|
-
48: string;
|
|
4804
|
-
56: string;
|
|
4805
|
-
64: string;
|
|
4806
|
-
72: string;
|
|
4807
|
-
80: string;
|
|
4808
|
-
xs: string;
|
|
4809
|
-
sm: string;
|
|
4810
|
-
md: string;
|
|
4811
|
-
lg: string;
|
|
4812
|
-
'2xl': string;
|
|
4813
|
-
'3xl': string;
|
|
4814
|
-
'4xl': string;
|
|
4815
|
-
full: string;
|
|
4816
|
-
};
|
|
4817
|
-
fonts: {
|
|
4818
|
-
default: string;
|
|
4819
|
-
};
|
|
4820
|
-
fontWeights: {
|
|
4821
|
-
regular: string;
|
|
4822
|
-
medium: string;
|
|
4823
|
-
semibold: string;
|
|
4824
|
-
bold: string;
|
|
4825
|
-
};
|
|
4826
|
-
lineHeights: {
|
|
4827
|
-
smaller: string;
|
|
4828
|
-
shorter: string;
|
|
4829
|
-
short: string;
|
|
4830
|
-
base: string;
|
|
4831
|
-
tall: string;
|
|
4832
|
-
};
|
|
4833
|
-
radii: {
|
|
4834
|
-
'3xs': string;
|
|
4835
|
-
'2xs': string;
|
|
4836
|
-
xs: string;
|
|
4837
|
-
sm: string;
|
|
4838
|
-
md: string;
|
|
4839
|
-
lg: string;
|
|
4840
|
-
xl: string;
|
|
4841
|
-
'2xl': string;
|
|
4842
|
-
'3xl': string;
|
|
4843
|
-
'4xl': string;
|
|
4844
|
-
'5xl': string;
|
|
4845
|
-
'6xl': string;
|
|
4846
|
-
'7xl': string;
|
|
4847
|
-
'8xl': string;
|
|
4848
|
-
'9xl': string;
|
|
4849
|
-
'10xl': string;
|
|
4850
|
-
'11xl': string;
|
|
4851
|
-
'12xl': string;
|
|
4852
|
-
'13xl': string;
|
|
4853
|
-
'14xl': string;
|
|
4854
|
-
full: string;
|
|
4855
|
-
};
|
|
4856
|
-
space: {
|
|
4857
|
-
2: string;
|
|
4858
|
-
4: string;
|
|
4859
|
-
6: string;
|
|
4860
|
-
8: string;
|
|
4861
|
-
10: string;
|
|
4862
|
-
12: string;
|
|
4863
|
-
13: string;
|
|
4864
|
-
14: string;
|
|
4865
|
-
16: string;
|
|
4866
|
-
18: string;
|
|
4867
|
-
20: string;
|
|
4868
|
-
22: string;
|
|
4869
|
-
24: string;
|
|
4870
|
-
32: string;
|
|
4871
|
-
36: string;
|
|
4872
|
-
40: string;
|
|
4873
|
-
48: string;
|
|
4874
|
-
56: string;
|
|
4875
|
-
64: string;
|
|
4876
|
-
72: string;
|
|
4877
|
-
80: string;
|
|
4878
|
-
full: string;
|
|
4879
|
-
};
|
|
4880
|
-
}, {
|
|
4881
|
-
height: "space";
|
|
4882
|
-
width: "space";
|
|
4883
|
-
gap: "space";
|
|
4884
|
-
gridGap: "space";
|
|
4885
|
-
columnGap: "space";
|
|
4886
|
-
gridColumnGap: "space";
|
|
4887
|
-
rowGap: "space";
|
|
4888
|
-
gridRowGap: "space";
|
|
4889
|
-
inset: "space";
|
|
4890
|
-
insetBlock: "space";
|
|
4891
|
-
insetBlockEnd: "space";
|
|
4892
|
-
insetBlockStart: "space";
|
|
4893
|
-
insetInline: "space";
|
|
4894
|
-
insetInlineEnd: "space";
|
|
4895
|
-
insetInlineStart: "space";
|
|
4896
|
-
margin: "space";
|
|
4897
|
-
marginTop: "space";
|
|
4898
|
-
marginRight: "space";
|
|
4899
|
-
marginBottom: "space";
|
|
4900
|
-
marginLeft: "space";
|
|
4901
|
-
marginBlock: "space";
|
|
4902
|
-
marginBlockEnd: "space";
|
|
4903
|
-
marginBlockStart: "space";
|
|
4904
|
-
marginInline: "space";
|
|
4905
|
-
marginInlineEnd: "space";
|
|
4906
|
-
marginInlineStart: "space";
|
|
4907
|
-
padding: "space";
|
|
4908
|
-
paddingTop: "space";
|
|
4909
|
-
paddingRight: "space";
|
|
4910
|
-
paddingBottom: "space";
|
|
4911
|
-
paddingLeft: "space";
|
|
4912
|
-
paddingBlock: "space";
|
|
4913
|
-
paddingBlockEnd: "space";
|
|
4914
|
-
paddingBlockStart: "space";
|
|
4915
|
-
paddingInline: "space";
|
|
4916
|
-
paddingInlineEnd: "space";
|
|
4917
|
-
paddingInlineStart: "space";
|
|
4918
|
-
scrollMargin: "space";
|
|
4919
|
-
scrollMarginTop: "space";
|
|
4920
|
-
scrollMarginRight: "space";
|
|
4921
|
-
scrollMarginBottom: "space";
|
|
4922
|
-
scrollMarginLeft: "space";
|
|
4923
|
-
scrollMarginBlock: "space";
|
|
4924
|
-
scrollMarginBlockEnd: "space";
|
|
4925
|
-
scrollMarginBlockStart: "space";
|
|
4926
|
-
scrollMarginInline: "space";
|
|
4927
|
-
scrollMarginInlineEnd: "space";
|
|
4928
|
-
scrollMarginInlineStart: "space";
|
|
4929
|
-
scrollPadding: "space";
|
|
4930
|
-
scrollPaddingTop: "space";
|
|
4931
|
-
scrollPaddingRight: "space";
|
|
4932
|
-
scrollPaddingBottom: "space";
|
|
4933
|
-
scrollPaddingLeft: "space";
|
|
4934
|
-
scrollPaddingBlock: "space";
|
|
4935
|
-
scrollPaddingBlockEnd: "space";
|
|
4936
|
-
scrollPaddingBlockStart: "space";
|
|
4937
|
-
scrollPaddingInline: "space";
|
|
4938
|
-
scrollPaddingInlineEnd: "space";
|
|
4939
|
-
scrollPaddingInlineStart: "space";
|
|
4940
|
-
top: "space";
|
|
4941
|
-
right: "space";
|
|
4942
|
-
bottom: "space";
|
|
4943
|
-
left: "space";
|
|
4944
|
-
fontSize: "fontSizes";
|
|
4945
|
-
background: "colors";
|
|
4946
|
-
backgroundColor: "colors";
|
|
4947
|
-
backgroundImage: "colors";
|
|
4948
|
-
borderImage: "colors";
|
|
4949
|
-
border: "colors";
|
|
4950
|
-
borderBlock: "colors";
|
|
4951
|
-
borderBlockEnd: "colors";
|
|
4952
|
-
borderBlockStart: "colors";
|
|
4953
|
-
borderBottom: "colors";
|
|
4954
|
-
borderBottomColor: "colors";
|
|
4955
|
-
borderColor: "colors";
|
|
4956
|
-
borderInline: "colors";
|
|
4957
|
-
borderInlineEnd: "colors";
|
|
4958
|
-
borderInlineStart: "colors";
|
|
4959
|
-
borderLeft: "colors";
|
|
4960
|
-
borderLeftColor: "colors";
|
|
4961
|
-
borderRight: "colors";
|
|
4962
|
-
borderRightColor: "colors";
|
|
4963
|
-
borderTop: "colors";
|
|
4964
|
-
borderTopColor: "colors";
|
|
4965
|
-
caretColor: "colors";
|
|
4966
|
-
color: "colors";
|
|
4967
|
-
columnRuleColor: "colors";
|
|
4968
|
-
outline: "colors";
|
|
4969
|
-
outlineColor: "colors";
|
|
4970
|
-
fill: "colors";
|
|
4971
|
-
stroke: "colors";
|
|
4972
|
-
textDecorationColor: "colors";
|
|
4973
|
-
fontFamily: "fonts";
|
|
4974
|
-
fontWeight: "fontWeights";
|
|
4975
|
-
lineHeight: "lineHeights";
|
|
4976
|
-
letterSpacing: "letterSpacings";
|
|
4977
|
-
blockSize: "sizes";
|
|
4978
|
-
minBlockSize: "sizes";
|
|
4979
|
-
maxBlockSize: "sizes";
|
|
4980
|
-
inlineSize: "sizes";
|
|
4981
|
-
minInlineSize: "sizes";
|
|
4982
|
-
maxInlineSize: "sizes";
|
|
4983
|
-
minWidth: "sizes";
|
|
4984
|
-
maxWidth: "sizes";
|
|
4985
|
-
minHeight: "sizes";
|
|
4986
|
-
maxHeight: "sizes";
|
|
4987
|
-
flexBasis: "sizes";
|
|
4988
|
-
gridTemplateColumns: "sizes";
|
|
4989
|
-
gridTemplateRows: "sizes";
|
|
4990
|
-
borderWidth: "borderWidths";
|
|
4991
|
-
borderTopWidth: "borderWidths";
|
|
4992
|
-
borderLeftWidth: "borderWidths";
|
|
4993
|
-
borderRightWidth: "borderWidths";
|
|
4994
|
-
borderBottomWidth: "borderWidths";
|
|
4995
|
-
borderStyle: "borderStyles";
|
|
4996
|
-
borderTopStyle: "borderStyles";
|
|
4997
|
-
borderLeftStyle: "borderStyles";
|
|
4998
|
-
borderRightStyle: "borderStyles";
|
|
4999
|
-
borderBottomStyle: "borderStyles";
|
|
5000
|
-
borderRadius: "radii";
|
|
5001
|
-
borderTopLeftRadius: "radii";
|
|
5002
|
-
borderTopRightRadius: "radii";
|
|
5003
|
-
borderBottomRightRadius: "radii";
|
|
5004
|
-
borderBottomLeftRadius: "radii";
|
|
5005
|
-
boxShadow: "shadows";
|
|
5006
|
-
textShadow: "shadows";
|
|
5007
|
-
transition: "transitions";
|
|
5008
|
-
zIndex: "zIndices";
|
|
5009
|
-
}, {}>>;
|
|
5010
|
-
declare const ModalTitleStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<Dialog.DialogTitleProps & react.RefAttributes<HTMLHeadingElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
5011
|
-
colors: {
|
|
5012
|
-
brand50: string;
|
|
5013
|
-
brand100: string;
|
|
5014
|
-
brand200: string;
|
|
5015
|
-
brand300: string;
|
|
5016
|
-
brand400: string;
|
|
5017
|
-
brand500: string;
|
|
5018
|
-
brand600: string;
|
|
5019
|
-
brand700: string;
|
|
5020
|
-
brand800: string;
|
|
5021
|
-
brand900: string;
|
|
5022
|
-
brand950: string;
|
|
5023
|
-
blue50: string;
|
|
5024
|
-
blue100: string;
|
|
5025
|
-
blue200: string;
|
|
5026
|
-
blue300: string;
|
|
5027
|
-
blue400: string;
|
|
5028
|
-
blue500: string;
|
|
5029
|
-
blue600: string;
|
|
5030
|
-
blue700: string;
|
|
5031
|
-
blue800: string;
|
|
5032
|
-
blue900: string;
|
|
5033
|
-
blue950: string;
|
|
5034
|
-
red50: string;
|
|
5035
|
-
red100: string;
|
|
5036
|
-
red200: string;
|
|
5037
|
-
red300: string;
|
|
5038
|
-
red400: string;
|
|
5039
|
-
red500: string;
|
|
5040
|
-
red600: string;
|
|
5041
|
-
red700: string;
|
|
5042
|
-
red800: string;
|
|
5043
|
-
red900: string;
|
|
5044
|
-
red950: string;
|
|
5045
|
-
purple50: string;
|
|
5046
|
-
purple100: string;
|
|
5047
|
-
purple200: string;
|
|
5048
|
-
purple300: string;
|
|
5049
|
-
purple400: string;
|
|
5050
|
-
purple500: string;
|
|
5051
|
-
purple600: string;
|
|
5052
|
-
purple700: string;
|
|
5053
|
-
purple800: string;
|
|
5054
|
-
purple900: string;
|
|
5055
|
-
purple950: string;
|
|
5056
|
-
yellow50: string;
|
|
5057
|
-
yellow100: string;
|
|
5058
|
-
yellow200: string;
|
|
5059
|
-
yellow300: string;
|
|
5060
|
-
yellow400: string;
|
|
5061
|
-
yellow500: string;
|
|
5062
|
-
yellow600: string;
|
|
5063
|
-
yellow700: string;
|
|
5064
|
-
yellow800: string;
|
|
5065
|
-
yellow900: string;
|
|
5066
|
-
yellow950: string;
|
|
5067
|
-
dark50: string;
|
|
5068
|
-
dark100: string;
|
|
5069
|
-
dark200: string;
|
|
5070
|
-
dark300: string;
|
|
5071
|
-
dark400: string;
|
|
5072
|
-
dark500: string;
|
|
5073
|
-
dark600: string;
|
|
5074
|
-
dark700: string;
|
|
5075
|
-
dark800: string;
|
|
5076
|
-
dark900: string;
|
|
5077
|
-
dark950: string;
|
|
5078
|
-
neutral50: string;
|
|
5079
|
-
neutral100: string;
|
|
5080
|
-
neutral200: string;
|
|
5081
|
-
neutral300: string;
|
|
5082
|
-
neutral400: string;
|
|
5083
|
-
neutral500: string;
|
|
5084
|
-
neutral600: string;
|
|
5085
|
-
neutral700: string;
|
|
5086
|
-
neutral800: string;
|
|
5087
|
-
neutral900: string;
|
|
5088
|
-
neutral950: string;
|
|
5089
|
-
green50: string;
|
|
5090
|
-
green100: string;
|
|
5091
|
-
green200: string;
|
|
5092
|
-
green300: string;
|
|
5093
|
-
green400: string;
|
|
5094
|
-
green500: string;
|
|
5095
|
-
green600: string;
|
|
5096
|
-
green700: string;
|
|
5097
|
-
green800: string;
|
|
5098
|
-
green900: string;
|
|
5099
|
-
green950: string;
|
|
5100
|
-
grey50: string;
|
|
5101
|
-
grey100: string;
|
|
5102
|
-
grey200: string;
|
|
5103
|
-
grey300: string;
|
|
5104
|
-
grey400: string;
|
|
5105
|
-
grey500: string;
|
|
5106
|
-
grey600: string;
|
|
5107
|
-
grey700: string;
|
|
5108
|
-
grey800: string;
|
|
5109
|
-
grey900: string;
|
|
5110
|
-
grey950: string;
|
|
5111
|
-
error50: string;
|
|
5112
|
-
error100: string;
|
|
5113
|
-
error200: string;
|
|
5114
|
-
error300: string;
|
|
5115
|
-
error400: string;
|
|
5116
|
-
error500: string;
|
|
5117
|
-
error600: string;
|
|
5118
|
-
error700: string;
|
|
5119
|
-
error800: string;
|
|
5120
|
-
error900: string;
|
|
5121
|
-
error950: string;
|
|
5122
|
-
success50: string;
|
|
5123
|
-
success100: string;
|
|
5124
|
-
success200: string;
|
|
5125
|
-
success300: string;
|
|
5126
|
-
success400: string;
|
|
5127
|
-
success500: string;
|
|
5128
|
-
success600: string;
|
|
5129
|
-
success700: string;
|
|
5130
|
-
success800: string;
|
|
5131
|
-
success900: string;
|
|
5132
|
-
success950: string;
|
|
5133
|
-
warning50: string;
|
|
5134
|
-
warning100: string;
|
|
5135
|
-
warning200: string;
|
|
5136
|
-
warning300: string;
|
|
5137
|
-
warning400: string;
|
|
5138
|
-
warning500: string;
|
|
5139
|
-
warning600: string;
|
|
5140
|
-
warning700: string;
|
|
5141
|
-
warning800: string;
|
|
5142
|
-
warning900: string;
|
|
5143
|
-
warning950: string;
|
|
5144
|
-
info50: string;
|
|
5145
|
-
info100: string;
|
|
5146
|
-
info200: string;
|
|
5147
|
-
info300: string;
|
|
5148
|
-
info400: string;
|
|
5149
|
-
info500: string;
|
|
5150
|
-
info600: string;
|
|
5151
|
-
info700: string;
|
|
5152
|
-
info800: string;
|
|
5153
|
-
info900: string;
|
|
5154
|
-
info950: string;
|
|
5155
|
-
};
|
|
5156
|
-
fontSizes: {
|
|
5157
|
-
2: string;
|
|
5158
|
-
4: string;
|
|
5159
|
-
6: string;
|
|
5160
|
-
8: string;
|
|
5161
|
-
10: string;
|
|
5162
|
-
12: string;
|
|
5163
|
-
13: string;
|
|
5164
|
-
14: string;
|
|
5165
|
-
16: string;
|
|
5166
|
-
18: string;
|
|
5167
|
-
20: string;
|
|
5168
|
-
22: string;
|
|
5169
|
-
24: string;
|
|
5170
|
-
32: string;
|
|
5171
|
-
36: string;
|
|
5172
|
-
40: string;
|
|
5173
|
-
48: string;
|
|
5174
|
-
56: string;
|
|
5175
|
-
64: string;
|
|
5176
|
-
72: string;
|
|
5177
|
-
80: string;
|
|
5178
|
-
xs: string;
|
|
5179
|
-
sm: string;
|
|
5180
|
-
md: string;
|
|
5181
|
-
lg: string;
|
|
5182
|
-
'2xl': string;
|
|
5183
|
-
'3xl': string;
|
|
5184
|
-
'4xl': string;
|
|
5185
|
-
full: string;
|
|
5186
|
-
};
|
|
5187
|
-
fonts: {
|
|
5188
|
-
default: string;
|
|
5189
|
-
};
|
|
5190
|
-
fontWeights: {
|
|
5191
|
-
regular: string;
|
|
5192
|
-
medium: string;
|
|
5193
|
-
semibold: string;
|
|
5194
|
-
bold: string;
|
|
5195
|
-
};
|
|
5196
|
-
lineHeights: {
|
|
5197
|
-
smaller: string;
|
|
5198
|
-
shorter: string;
|
|
5199
|
-
short: string;
|
|
5200
|
-
base: string;
|
|
5201
|
-
tall: string;
|
|
5202
|
-
};
|
|
5203
|
-
radii: {
|
|
5204
|
-
'3xs': string;
|
|
5205
|
-
'2xs': string;
|
|
5206
|
-
xs: string;
|
|
5207
|
-
sm: string;
|
|
5208
|
-
md: string;
|
|
5209
|
-
lg: string;
|
|
5210
|
-
xl: string;
|
|
5211
|
-
'2xl': string;
|
|
5212
|
-
'3xl': string;
|
|
5213
|
-
'4xl': string;
|
|
5214
|
-
'5xl': string;
|
|
5215
|
-
'6xl': string;
|
|
5216
|
-
'7xl': string;
|
|
5217
|
-
'8xl': string;
|
|
5218
|
-
'9xl': string;
|
|
5219
|
-
'10xl': string;
|
|
5220
|
-
'11xl': string;
|
|
5221
|
-
'12xl': string;
|
|
5222
|
-
'13xl': string;
|
|
5223
|
-
'14xl': string;
|
|
5224
|
-
full: string;
|
|
5225
|
-
};
|
|
5226
|
-
space: {
|
|
5227
|
-
2: string;
|
|
5228
|
-
4: string;
|
|
5229
|
-
6: string;
|
|
5230
|
-
8: string;
|
|
5231
|
-
10: string;
|
|
5232
|
-
12: string;
|
|
5233
|
-
13: string;
|
|
5234
|
-
14: string;
|
|
5235
|
-
16: string;
|
|
5236
|
-
18: string;
|
|
5237
|
-
20: string;
|
|
5238
|
-
22: string;
|
|
5239
|
-
24: string;
|
|
5240
|
-
32: string;
|
|
5241
|
-
36: string;
|
|
5242
|
-
40: string;
|
|
5243
|
-
48: string;
|
|
5244
|
-
56: string;
|
|
5245
|
-
64: string;
|
|
5246
|
-
72: string;
|
|
5247
|
-
80: string;
|
|
5248
|
-
full: string;
|
|
5249
|
-
};
|
|
5250
|
-
}, {
|
|
5251
|
-
height: "space";
|
|
5252
|
-
width: "space";
|
|
5253
|
-
gap: "space";
|
|
5254
|
-
gridGap: "space";
|
|
5255
|
-
columnGap: "space";
|
|
5256
|
-
gridColumnGap: "space";
|
|
5257
|
-
rowGap: "space";
|
|
5258
|
-
gridRowGap: "space";
|
|
5259
|
-
inset: "space";
|
|
5260
|
-
insetBlock: "space";
|
|
5261
|
-
insetBlockEnd: "space";
|
|
5262
|
-
insetBlockStart: "space";
|
|
5263
|
-
insetInline: "space";
|
|
5264
|
-
insetInlineEnd: "space";
|
|
5265
|
-
insetInlineStart: "space";
|
|
5266
|
-
margin: "space";
|
|
5267
|
-
marginTop: "space";
|
|
5268
|
-
marginRight: "space";
|
|
5269
|
-
marginBottom: "space";
|
|
5270
|
-
marginLeft: "space";
|
|
5271
|
-
marginBlock: "space";
|
|
5272
|
-
marginBlockEnd: "space";
|
|
5273
|
-
marginBlockStart: "space";
|
|
5274
|
-
marginInline: "space";
|
|
5275
|
-
marginInlineEnd: "space";
|
|
5276
|
-
marginInlineStart: "space";
|
|
5277
|
-
padding: "space";
|
|
5278
|
-
paddingTop: "space";
|
|
5279
|
-
paddingRight: "space";
|
|
5280
|
-
paddingBottom: "space";
|
|
5281
|
-
paddingLeft: "space";
|
|
5282
|
-
paddingBlock: "space";
|
|
5283
|
-
paddingBlockEnd: "space";
|
|
5284
|
-
paddingBlockStart: "space";
|
|
5285
|
-
paddingInline: "space";
|
|
5286
|
-
paddingInlineEnd: "space";
|
|
5287
|
-
paddingInlineStart: "space";
|
|
5288
|
-
scrollMargin: "space";
|
|
5289
|
-
scrollMarginTop: "space";
|
|
5290
|
-
scrollMarginRight: "space";
|
|
5291
|
-
scrollMarginBottom: "space";
|
|
5292
|
-
scrollMarginLeft: "space";
|
|
5293
|
-
scrollMarginBlock: "space";
|
|
5294
|
-
scrollMarginBlockEnd: "space";
|
|
5295
|
-
scrollMarginBlockStart: "space";
|
|
5296
|
-
scrollMarginInline: "space";
|
|
5297
|
-
scrollMarginInlineEnd: "space";
|
|
5298
|
-
scrollMarginInlineStart: "space";
|
|
5299
|
-
scrollPadding: "space";
|
|
5300
|
-
scrollPaddingTop: "space";
|
|
5301
|
-
scrollPaddingRight: "space";
|
|
5302
|
-
scrollPaddingBottom: "space";
|
|
5303
|
-
scrollPaddingLeft: "space";
|
|
5304
|
-
scrollPaddingBlock: "space";
|
|
5305
|
-
scrollPaddingBlockEnd: "space";
|
|
5306
|
-
scrollPaddingBlockStart: "space";
|
|
5307
|
-
scrollPaddingInline: "space";
|
|
5308
|
-
scrollPaddingInlineEnd: "space";
|
|
5309
|
-
scrollPaddingInlineStart: "space";
|
|
5310
|
-
top: "space";
|
|
5311
|
-
right: "space";
|
|
5312
|
-
bottom: "space";
|
|
5313
|
-
left: "space";
|
|
5314
|
-
fontSize: "fontSizes";
|
|
5315
|
-
background: "colors";
|
|
5316
|
-
backgroundColor: "colors";
|
|
5317
|
-
backgroundImage: "colors";
|
|
5318
|
-
borderImage: "colors";
|
|
5319
|
-
border: "colors";
|
|
5320
|
-
borderBlock: "colors";
|
|
5321
|
-
borderBlockEnd: "colors";
|
|
5322
|
-
borderBlockStart: "colors";
|
|
5323
|
-
borderBottom: "colors";
|
|
5324
|
-
borderBottomColor: "colors";
|
|
5325
|
-
borderColor: "colors";
|
|
5326
|
-
borderInline: "colors";
|
|
5327
|
-
borderInlineEnd: "colors";
|
|
5328
|
-
borderInlineStart: "colors";
|
|
5329
|
-
borderLeft: "colors";
|
|
5330
|
-
borderLeftColor: "colors";
|
|
5331
|
-
borderRight: "colors";
|
|
5332
|
-
borderRightColor: "colors";
|
|
5333
|
-
borderTop: "colors";
|
|
5334
|
-
borderTopColor: "colors";
|
|
5335
|
-
caretColor: "colors";
|
|
5336
|
-
color: "colors";
|
|
5337
|
-
columnRuleColor: "colors";
|
|
5338
|
-
outline: "colors";
|
|
5339
|
-
outlineColor: "colors";
|
|
5340
|
-
fill: "colors";
|
|
5341
|
-
stroke: "colors";
|
|
5342
|
-
textDecorationColor: "colors";
|
|
5343
|
-
fontFamily: "fonts";
|
|
5344
|
-
fontWeight: "fontWeights";
|
|
5345
|
-
lineHeight: "lineHeights";
|
|
5346
|
-
letterSpacing: "letterSpacings";
|
|
5347
|
-
blockSize: "sizes";
|
|
5348
|
-
minBlockSize: "sizes";
|
|
5349
|
-
maxBlockSize: "sizes";
|
|
5350
|
-
inlineSize: "sizes";
|
|
5351
|
-
minInlineSize: "sizes";
|
|
5352
|
-
maxInlineSize: "sizes";
|
|
5353
|
-
minWidth: "sizes";
|
|
5354
|
-
maxWidth: "sizes";
|
|
5355
|
-
minHeight: "sizes";
|
|
5356
|
-
maxHeight: "sizes";
|
|
5357
|
-
flexBasis: "sizes";
|
|
5358
|
-
gridTemplateColumns: "sizes";
|
|
5359
|
-
gridTemplateRows: "sizes";
|
|
5360
|
-
borderWidth: "borderWidths";
|
|
5361
|
-
borderTopWidth: "borderWidths";
|
|
5362
|
-
borderLeftWidth: "borderWidths";
|
|
5363
|
-
borderRightWidth: "borderWidths";
|
|
5364
|
-
borderBottomWidth: "borderWidths";
|
|
5365
|
-
borderStyle: "borderStyles";
|
|
5366
|
-
borderTopStyle: "borderStyles";
|
|
5367
|
-
borderLeftStyle: "borderStyles";
|
|
5368
|
-
borderRightStyle: "borderStyles";
|
|
5369
|
-
borderBottomStyle: "borderStyles";
|
|
5370
|
-
borderRadius: "radii";
|
|
5371
|
-
borderTopLeftRadius: "radii";
|
|
5372
|
-
borderTopRightRadius: "radii";
|
|
5373
|
-
borderBottomRightRadius: "radii";
|
|
5374
|
-
borderBottomLeftRadius: "radii";
|
|
5375
|
-
boxShadow: "shadows";
|
|
5376
|
-
textShadow: "shadows";
|
|
5377
|
-
transition: "transitions";
|
|
5378
|
-
zIndex: "zIndices";
|
|
5379
|
-
}, {}>>;
|
|
5380
4270
|
type ModalProps = ComponentProps<typeof Dialog.Root> & {
|
|
5381
|
-
trigger
|
|
4271
|
+
trigger?: React.ReactNode;
|
|
5382
4272
|
title?: string;
|
|
5383
4273
|
children: React.ReactNode;
|
|
5384
|
-
cancel?: boolean;
|
|
5385
|
-
cancelText?: string;
|
|
5386
|
-
action?: boolean;
|
|
5387
|
-
actionText?: string;
|
|
5388
|
-
onAction?: () => void;
|
|
5389
4274
|
};
|
|
5390
|
-
declare function Modal({ children, title, trigger,
|
|
4275
|
+
declare function Modal({ children, title, trigger, ...props }: ModalProps): react_jsx_runtime.JSX.Element;
|
|
5391
4276
|
|
|
5392
4277
|
declare const CalendarStyled: _stitches_react_types_styled_component.StyledComponent<"div", {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
5393
4278
|
colors: {
|
|
@@ -13670,4 +12555,4 @@ type SectionProps = ComponentProps<typeof SectionStyled> & {
|
|
|
13670
12555
|
};
|
|
13671
12556
|
declare function Section({ children, ...props }: SectionProps): react_jsx_runtime.JSX.Element;
|
|
13672
12557
|
|
|
13673
|
-
export { Alert, AlertDialogCompleteStyled, AlertDialogDescriptionStyled, AlertDialogRowStyled, AlertDialogSimpleStyled, AlertDialogSubtitleStyled, AlertDialogTitleStyled, AlertDialoghrStyled, type AlertProps, Avatar, type AvatarProps, AvatarStyled, Badge, type BadgeProps, BadgeStyled, Box, Button, ButtonGroup, type ButtonGroupProps, ButtonGroupStyled, ButtonItem, type ButtonItemProps, ButtonItemStyled, type ButtonProps, Calendar, type CalendarProps, Card, CardContainer, type CardProps, CardStyled, CheckboxGroup, type CheckboxGroupProps, CheckboxGroupStyled, CheckboxItem, type CheckboxItemProps, Container, type ContainerProps, ContainerStyled, DropdownMenu, DropdownMenuItem, type DropdownMenuItemProps, type DropdownMenuProps, Filter, FilterItem, type FilterItemProps, type FilterProps, Flex, type FlexProps, FlexStyled, Grid, type GridProps, GridStyled, Icon, InputStyled, Modal,
|
|
12558
|
+
export { Alert, AlertDialogCompleteStyled, AlertDialogDescriptionStyled, AlertDialogRowStyled, AlertDialogSimpleStyled, AlertDialogSubtitleStyled, AlertDialogTitleStyled, AlertDialoghrStyled, type AlertProps, Avatar, type AvatarProps, AvatarStyled, Badge, type BadgeProps, BadgeStyled, Box, Button, ButtonGroup, type ButtonGroupProps, ButtonGroupStyled, ButtonItem, type ButtonItemProps, ButtonItemStyled, type ButtonProps, Calendar, type CalendarProps, Card, CardContainer, type CardProps, CardStyled, CheckboxGroup, type CheckboxGroupProps, CheckboxGroupStyled, CheckboxItem, type CheckboxItemProps, Container, type ContainerProps, ContainerStyled, DropdownMenu, DropdownMenuItem, type DropdownMenuItemProps, type DropdownMenuProps, Filter, FilterItem, type FilterItemProps, type FilterProps, Flex, type FlexProps, FlexStyled, Grid, type GridProps, GridStyled, Icon, InputStyled, Modal, type ModalProps, RadioGroup, type RadioGroupProps, RadioGroupStyled, RadioItem, type RadioItemProps, Section, type SectionProps, SectionStyled, Step, StepContent, StepList, type StepProps, StepStyled, StepTrigger, StepWrapper, Switch, type SwitchProps, SwitchStyled, Text, TextField, type TextFieldProps, TextFieldSlot, type TextFieldSlotProps, TextFieldSlotStyled, TextFieldStyled, type TextProps, TextStyle, TextareaField, type TextareaFieldProps, TextareaFieldStyle, TimePicker, TimePickerDropdownStyled, TimePickerFooterStyled, type TimePickerProps, TimePickerStyled, TimerPickerContentStyled, maskFormat, maskUnformat };
|