@lets-events/react 7.2.0 → 7.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -7249,6 +7249,376 @@ declare const TimerPickerContentStyled: _stitches_react_types_styled_component.S
7249
7249
  transition: "transitions";
7250
7250
  zIndex: "zIndices";
7251
7251
  }, {}>>;
7252
+ declare const InputStyled: _stitches_react_types_styled_component.StyledComponent<"input", {}, {}, _stitches_react_types_css_util.CSS<{}, {
7253
+ colors: {
7254
+ brand50: string;
7255
+ brand100: string;
7256
+ brand200: string;
7257
+ brand300: string;
7258
+ brand400: string;
7259
+ brand500: string;
7260
+ brand600: string;
7261
+ brand700: string;
7262
+ brand800: string;
7263
+ brand900: string;
7264
+ brand950: string;
7265
+ blue50: string;
7266
+ blue100: string;
7267
+ blue200: string;
7268
+ blue300: string;
7269
+ blue400: string;
7270
+ blue500: string;
7271
+ blue600: string;
7272
+ blue700: string;
7273
+ blue800: string;
7274
+ blue900: string;
7275
+ blue950: string;
7276
+ red50: string;
7277
+ red100: string;
7278
+ red200: string;
7279
+ red300: string;
7280
+ red400: string;
7281
+ red500: string;
7282
+ red600: string;
7283
+ red700: string;
7284
+ red800: string;
7285
+ red900: string;
7286
+ red950: string;
7287
+ purple50: string;
7288
+ purple100: string;
7289
+ purple200: string;
7290
+ purple300: string;
7291
+ purple400: string;
7292
+ purple500: string;
7293
+ purple600: string;
7294
+ purple700: string;
7295
+ purple800: string;
7296
+ purple900: string;
7297
+ purple950: string;
7298
+ yellow50: string;
7299
+ yellow100: string;
7300
+ yellow200: string;
7301
+ yellow300: string;
7302
+ yellow400: string;
7303
+ yellow500: string;
7304
+ yellow600: string;
7305
+ yellow700: string;
7306
+ yellow800: string;
7307
+ yellow900: string;
7308
+ yellow950: string;
7309
+ dark50: string;
7310
+ dark100: string;
7311
+ dark200: string;
7312
+ dark300: string;
7313
+ dark400: string;
7314
+ dark500: string;
7315
+ dark600: string;
7316
+ dark700: string;
7317
+ dark800: string;
7318
+ dark900: string;
7319
+ dark950: string;
7320
+ neutral50: string;
7321
+ neutral100: string;
7322
+ neutral200: string;
7323
+ neutral300: string;
7324
+ neutral400: string;
7325
+ neutral500: string;
7326
+ neutral600: string;
7327
+ neutral700: string;
7328
+ neutral800: string;
7329
+ neutral900: string;
7330
+ neutral950: string;
7331
+ green50: string;
7332
+ green100: string;
7333
+ green200: string;
7334
+ green300: string;
7335
+ green400: string;
7336
+ green500: string;
7337
+ green600: string;
7338
+ green700: string;
7339
+ green800: string;
7340
+ green900: string;
7341
+ green950: string;
7342
+ grey50: string;
7343
+ grey100: string;
7344
+ grey200: string;
7345
+ grey300: string;
7346
+ grey400: string;
7347
+ grey500: string;
7348
+ grey600: string;
7349
+ grey700: string;
7350
+ grey800: string;
7351
+ grey900: string;
7352
+ grey950: string;
7353
+ error50: string;
7354
+ error100: string;
7355
+ error200: string;
7356
+ error300: string;
7357
+ error400: string;
7358
+ error500: string;
7359
+ error600: string;
7360
+ error700: string;
7361
+ error800: string;
7362
+ error900: string;
7363
+ error950: string;
7364
+ success50: string;
7365
+ success100: string;
7366
+ success200: string;
7367
+ success300: string;
7368
+ success400: string;
7369
+ success500: string;
7370
+ success600: string;
7371
+ success700: string;
7372
+ success800: string;
7373
+ success900: string;
7374
+ success950: string;
7375
+ warning50: string;
7376
+ warning100: string;
7377
+ warning200: string;
7378
+ warning300: string;
7379
+ warning400: string;
7380
+ warning500: string;
7381
+ warning600: string;
7382
+ warning700: string;
7383
+ warning800: string;
7384
+ warning900: string;
7385
+ warning950: string;
7386
+ info50: string;
7387
+ info100: string;
7388
+ info200: string;
7389
+ info300: string;
7390
+ info400: string;
7391
+ info500: string;
7392
+ info600: string;
7393
+ info700: string;
7394
+ info800: string;
7395
+ info900: string;
7396
+ info950: string;
7397
+ };
7398
+ fontSizes: {
7399
+ 2: string;
7400
+ 4: string;
7401
+ 6: string;
7402
+ 8: string;
7403
+ 10: string;
7404
+ 12: string;
7405
+ 13: string;
7406
+ 14: string;
7407
+ 16: string;
7408
+ 18: string;
7409
+ 20: string;
7410
+ 22: string;
7411
+ 24: string;
7412
+ 32: string;
7413
+ 36: string;
7414
+ 40: string;
7415
+ 48: string;
7416
+ 56: string;
7417
+ 64: string;
7418
+ 72: string;
7419
+ 80: string;
7420
+ xs: string;
7421
+ sm: string;
7422
+ md: string;
7423
+ lg: string;
7424
+ '2xl': string;
7425
+ '3xl': string;
7426
+ '4xl': string;
7427
+ full: string;
7428
+ };
7429
+ fonts: {
7430
+ default: string;
7431
+ };
7432
+ fontWeights: {
7433
+ regular: string;
7434
+ medium: string;
7435
+ semibold: string;
7436
+ bold: string;
7437
+ };
7438
+ lineHeights: {
7439
+ smaller: string;
7440
+ shorter: string;
7441
+ short: string;
7442
+ base: string;
7443
+ tall: string;
7444
+ };
7445
+ radii: {
7446
+ '3xs': string;
7447
+ '2xs': string;
7448
+ xs: string;
7449
+ sm: string;
7450
+ md: string;
7451
+ lg: string;
7452
+ xl: string;
7453
+ '2xl': string;
7454
+ '3xl': string;
7455
+ '4xl': string;
7456
+ '5xl': string;
7457
+ '6xl': string;
7458
+ '7xl': string;
7459
+ '8xl': string;
7460
+ '9xl': string;
7461
+ '10xl': string;
7462
+ '11xl': string;
7463
+ '12xl': string;
7464
+ '13xl': string;
7465
+ '14xl': string;
7466
+ full: string;
7467
+ };
7468
+ space: {
7469
+ 2: string;
7470
+ 4: string;
7471
+ 6: string;
7472
+ 8: string;
7473
+ 10: string;
7474
+ 12: string;
7475
+ 13: string;
7476
+ 14: string;
7477
+ 16: string;
7478
+ 18: string;
7479
+ 20: string;
7480
+ 22: string;
7481
+ 24: string;
7482
+ 32: string;
7483
+ 36: string;
7484
+ 40: string;
7485
+ 48: string;
7486
+ 56: string;
7487
+ 64: string;
7488
+ 72: string;
7489
+ 80: string;
7490
+ full: string;
7491
+ };
7492
+ }, {
7493
+ height: "space";
7494
+ width: "space";
7495
+ gap: "space";
7496
+ gridGap: "space";
7497
+ columnGap: "space";
7498
+ gridColumnGap: "space";
7499
+ rowGap: "space";
7500
+ gridRowGap: "space";
7501
+ inset: "space";
7502
+ insetBlock: "space";
7503
+ insetBlockEnd: "space";
7504
+ insetBlockStart: "space";
7505
+ insetInline: "space";
7506
+ insetInlineEnd: "space";
7507
+ insetInlineStart: "space";
7508
+ margin: "space";
7509
+ marginTop: "space";
7510
+ marginRight: "space";
7511
+ marginBottom: "space";
7512
+ marginLeft: "space";
7513
+ marginBlock: "space";
7514
+ marginBlockEnd: "space";
7515
+ marginBlockStart: "space";
7516
+ marginInline: "space";
7517
+ marginInlineEnd: "space";
7518
+ marginInlineStart: "space";
7519
+ padding: "space";
7520
+ paddingTop: "space";
7521
+ paddingRight: "space";
7522
+ paddingBottom: "space";
7523
+ paddingLeft: "space";
7524
+ paddingBlock: "space";
7525
+ paddingBlockEnd: "space";
7526
+ paddingBlockStart: "space";
7527
+ paddingInline: "space";
7528
+ paddingInlineEnd: "space";
7529
+ paddingInlineStart: "space";
7530
+ scrollMargin: "space";
7531
+ scrollMarginTop: "space";
7532
+ scrollMarginRight: "space";
7533
+ scrollMarginBottom: "space";
7534
+ scrollMarginLeft: "space";
7535
+ scrollMarginBlock: "space";
7536
+ scrollMarginBlockEnd: "space";
7537
+ scrollMarginBlockStart: "space";
7538
+ scrollMarginInline: "space";
7539
+ scrollMarginInlineEnd: "space";
7540
+ scrollMarginInlineStart: "space";
7541
+ scrollPadding: "space";
7542
+ scrollPaddingTop: "space";
7543
+ scrollPaddingRight: "space";
7544
+ scrollPaddingBottom: "space";
7545
+ scrollPaddingLeft: "space";
7546
+ scrollPaddingBlock: "space";
7547
+ scrollPaddingBlockEnd: "space";
7548
+ scrollPaddingBlockStart: "space";
7549
+ scrollPaddingInline: "space";
7550
+ scrollPaddingInlineEnd: "space";
7551
+ scrollPaddingInlineStart: "space";
7552
+ top: "space";
7553
+ right: "space";
7554
+ bottom: "space";
7555
+ left: "space";
7556
+ fontSize: "fontSizes";
7557
+ background: "colors";
7558
+ backgroundColor: "colors";
7559
+ backgroundImage: "colors";
7560
+ borderImage: "colors";
7561
+ border: "colors";
7562
+ borderBlock: "colors";
7563
+ borderBlockEnd: "colors";
7564
+ borderBlockStart: "colors";
7565
+ borderBottom: "colors";
7566
+ borderBottomColor: "colors";
7567
+ borderColor: "colors";
7568
+ borderInline: "colors";
7569
+ borderInlineEnd: "colors";
7570
+ borderInlineStart: "colors";
7571
+ borderLeft: "colors";
7572
+ borderLeftColor: "colors";
7573
+ borderRight: "colors";
7574
+ borderRightColor: "colors";
7575
+ borderTop: "colors";
7576
+ borderTopColor: "colors";
7577
+ caretColor: "colors";
7578
+ color: "colors";
7579
+ columnRuleColor: "colors";
7580
+ outline: "colors";
7581
+ outlineColor: "colors";
7582
+ fill: "colors";
7583
+ stroke: "colors";
7584
+ textDecorationColor: "colors";
7585
+ fontFamily: "fonts";
7586
+ fontWeight: "fontWeights";
7587
+ lineHeight: "lineHeights";
7588
+ letterSpacing: "letterSpacings";
7589
+ blockSize: "sizes";
7590
+ minBlockSize: "sizes";
7591
+ maxBlockSize: "sizes";
7592
+ inlineSize: "sizes";
7593
+ minInlineSize: "sizes";
7594
+ maxInlineSize: "sizes";
7595
+ minWidth: "sizes";
7596
+ maxWidth: "sizes";
7597
+ minHeight: "sizes";
7598
+ maxHeight: "sizes";
7599
+ flexBasis: "sizes";
7600
+ gridTemplateColumns: "sizes";
7601
+ gridTemplateRows: "sizes";
7602
+ borderWidth: "borderWidths";
7603
+ borderTopWidth: "borderWidths";
7604
+ borderLeftWidth: "borderWidths";
7605
+ borderRightWidth: "borderWidths";
7606
+ borderBottomWidth: "borderWidths";
7607
+ borderStyle: "borderStyles";
7608
+ borderTopStyle: "borderStyles";
7609
+ borderLeftStyle: "borderStyles";
7610
+ borderRightStyle: "borderStyles";
7611
+ borderBottomStyle: "borderStyles";
7612
+ borderRadius: "radii";
7613
+ borderTopLeftRadius: "radii";
7614
+ borderTopRightRadius: "radii";
7615
+ borderBottomRightRadius: "radii";
7616
+ borderBottomLeftRadius: "radii";
7617
+ boxShadow: "shadows";
7618
+ textShadow: "shadows";
7619
+ transition: "transitions";
7620
+ zIndex: "zIndices";
7621
+ }, {}>>;
7252
7622
  type TimePickerProps = {
7253
7623
  selected: string | undefined;
7254
7624
  setSelected: react__default.Dispatch<react__default.SetStateAction<string | undefined>>;
@@ -7628,9 +7998,749 @@ declare const AlertDialogSimpleStyled: _stitches_react_types_styled_component.St
7628
7998
  transition: "transitions";
7629
7999
  zIndex: "zIndices";
7630
8000
  }, {}>>;
7631
- declare const AlertDialogCompleteStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<AlertDialog.ContentProps & react.RefAttributes<HTMLDivElement>>, {
7632
- color?: undefined;
7633
- }, {}, _stitches_react_types_css_util.CSS<{}, {
8001
+ declare const AlertDialogCompleteStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<AlertDialog.ContentProps & react.RefAttributes<HTMLDivElement>>, {
8002
+ color?: undefined;
8003
+ }, {}, _stitches_react_types_css_util.CSS<{}, {
8004
+ colors: {
8005
+ brand50: string;
8006
+ brand100: string;
8007
+ brand200: string;
8008
+ brand300: string;
8009
+ brand400: string;
8010
+ brand500: string;
8011
+ brand600: string;
8012
+ brand700: string;
8013
+ brand800: string;
8014
+ brand900: string;
8015
+ brand950: string;
8016
+ blue50: string;
8017
+ blue100: string;
8018
+ blue200: string;
8019
+ blue300: string;
8020
+ blue400: string;
8021
+ blue500: string;
8022
+ blue600: string;
8023
+ blue700: string;
8024
+ blue800: string;
8025
+ blue900: string;
8026
+ blue950: string;
8027
+ red50: string;
8028
+ red100: string;
8029
+ red200: string;
8030
+ red300: string;
8031
+ red400: string;
8032
+ red500: string;
8033
+ red600: string;
8034
+ red700: string;
8035
+ red800: string;
8036
+ red900: string;
8037
+ red950: string;
8038
+ purple50: string;
8039
+ purple100: string;
8040
+ purple200: string;
8041
+ purple300: string;
8042
+ purple400: string;
8043
+ purple500: string;
8044
+ purple600: string;
8045
+ purple700: string;
8046
+ purple800: string;
8047
+ purple900: string;
8048
+ purple950: string;
8049
+ yellow50: string;
8050
+ yellow100: string;
8051
+ yellow200: string;
8052
+ yellow300: string;
8053
+ yellow400: string;
8054
+ yellow500: string;
8055
+ yellow600: string;
8056
+ yellow700: string;
8057
+ yellow800: string;
8058
+ yellow900: string;
8059
+ yellow950: string;
8060
+ dark50: string;
8061
+ dark100: string;
8062
+ dark200: string;
8063
+ dark300: string;
8064
+ dark400: string;
8065
+ dark500: string;
8066
+ dark600: string;
8067
+ dark700: string;
8068
+ dark800: string;
8069
+ dark900: string;
8070
+ dark950: string;
8071
+ neutral50: string;
8072
+ neutral100: string;
8073
+ neutral200: string;
8074
+ neutral300: string;
8075
+ neutral400: string;
8076
+ neutral500: string;
8077
+ neutral600: string;
8078
+ neutral700: string;
8079
+ neutral800: string;
8080
+ neutral900: string;
8081
+ neutral950: string;
8082
+ green50: string;
8083
+ green100: string;
8084
+ green200: string;
8085
+ green300: string;
8086
+ green400: string;
8087
+ green500: string;
8088
+ green600: string;
8089
+ green700: string;
8090
+ green800: string;
8091
+ green900: string;
8092
+ green950: string;
8093
+ grey50: string;
8094
+ grey100: string;
8095
+ grey200: string;
8096
+ grey300: string;
8097
+ grey400: string;
8098
+ grey500: string;
8099
+ grey600: string;
8100
+ grey700: string;
8101
+ grey800: string;
8102
+ grey900: string;
8103
+ grey950: string;
8104
+ error50: string;
8105
+ error100: string;
8106
+ error200: string;
8107
+ error300: string;
8108
+ error400: string;
8109
+ error500: string;
8110
+ error600: string;
8111
+ error700: string;
8112
+ error800: string;
8113
+ error900: string;
8114
+ error950: string;
8115
+ success50: string;
8116
+ success100: string;
8117
+ success200: string;
8118
+ success300: string;
8119
+ success400: string;
8120
+ success500: string;
8121
+ success600: string;
8122
+ success700: string;
8123
+ success800: string;
8124
+ success900: string;
8125
+ success950: string;
8126
+ warning50: string;
8127
+ warning100: string;
8128
+ warning200: string;
8129
+ warning300: string;
8130
+ warning400: string;
8131
+ warning500: string;
8132
+ warning600: string;
8133
+ warning700: string;
8134
+ warning800: string;
8135
+ warning900: string;
8136
+ warning950: string;
8137
+ info50: string;
8138
+ info100: string;
8139
+ info200: string;
8140
+ info300: string;
8141
+ info400: string;
8142
+ info500: string;
8143
+ info600: string;
8144
+ info700: string;
8145
+ info800: string;
8146
+ info900: string;
8147
+ info950: string;
8148
+ };
8149
+ fontSizes: {
8150
+ 2: string;
8151
+ 4: string;
8152
+ 6: string;
8153
+ 8: string;
8154
+ 10: string;
8155
+ 12: string;
8156
+ 13: string;
8157
+ 14: string;
8158
+ 16: string;
8159
+ 18: string;
8160
+ 20: string;
8161
+ 22: string;
8162
+ 24: string;
8163
+ 32: string;
8164
+ 36: string;
8165
+ 40: string;
8166
+ 48: string;
8167
+ 56: string;
8168
+ 64: string;
8169
+ 72: string;
8170
+ 80: string;
8171
+ xs: string;
8172
+ sm: string;
8173
+ md: string;
8174
+ lg: string;
8175
+ '2xl': string;
8176
+ '3xl': string;
8177
+ '4xl': string;
8178
+ full: string;
8179
+ };
8180
+ fonts: {
8181
+ default: string;
8182
+ };
8183
+ fontWeights: {
8184
+ regular: string;
8185
+ medium: string;
8186
+ semibold: string;
8187
+ bold: string;
8188
+ };
8189
+ lineHeights: {
8190
+ smaller: string;
8191
+ shorter: string;
8192
+ short: string;
8193
+ base: string;
8194
+ tall: string;
8195
+ };
8196
+ radii: {
8197
+ '3xs': string;
8198
+ '2xs': string;
8199
+ xs: string;
8200
+ sm: string;
8201
+ md: string;
8202
+ lg: string;
8203
+ xl: string;
8204
+ '2xl': string;
8205
+ '3xl': string;
8206
+ '4xl': string;
8207
+ '5xl': string;
8208
+ '6xl': string;
8209
+ '7xl': string;
8210
+ '8xl': string;
8211
+ '9xl': string;
8212
+ '10xl': string;
8213
+ '11xl': string;
8214
+ '12xl': string;
8215
+ '13xl': string;
8216
+ '14xl': string;
8217
+ full: string;
8218
+ };
8219
+ space: {
8220
+ 2: string;
8221
+ 4: string;
8222
+ 6: string;
8223
+ 8: string;
8224
+ 10: string;
8225
+ 12: string;
8226
+ 13: string;
8227
+ 14: string;
8228
+ 16: string;
8229
+ 18: string;
8230
+ 20: string;
8231
+ 22: string;
8232
+ 24: string;
8233
+ 32: string;
8234
+ 36: string;
8235
+ 40: string;
8236
+ 48: string;
8237
+ 56: string;
8238
+ 64: string;
8239
+ 72: string;
8240
+ 80: string;
8241
+ full: string;
8242
+ };
8243
+ }, {
8244
+ height: "space";
8245
+ width: "space";
8246
+ gap: "space";
8247
+ gridGap: "space";
8248
+ columnGap: "space";
8249
+ gridColumnGap: "space";
8250
+ rowGap: "space";
8251
+ gridRowGap: "space";
8252
+ inset: "space";
8253
+ insetBlock: "space";
8254
+ insetBlockEnd: "space";
8255
+ insetBlockStart: "space";
8256
+ insetInline: "space";
8257
+ insetInlineEnd: "space";
8258
+ insetInlineStart: "space";
8259
+ margin: "space";
8260
+ marginTop: "space";
8261
+ marginRight: "space";
8262
+ marginBottom: "space";
8263
+ marginLeft: "space";
8264
+ marginBlock: "space";
8265
+ marginBlockEnd: "space";
8266
+ marginBlockStart: "space";
8267
+ marginInline: "space";
8268
+ marginInlineEnd: "space";
8269
+ marginInlineStart: "space";
8270
+ padding: "space";
8271
+ paddingTop: "space";
8272
+ paddingRight: "space";
8273
+ paddingBottom: "space";
8274
+ paddingLeft: "space";
8275
+ paddingBlock: "space";
8276
+ paddingBlockEnd: "space";
8277
+ paddingBlockStart: "space";
8278
+ paddingInline: "space";
8279
+ paddingInlineEnd: "space";
8280
+ paddingInlineStart: "space";
8281
+ scrollMargin: "space";
8282
+ scrollMarginTop: "space";
8283
+ scrollMarginRight: "space";
8284
+ scrollMarginBottom: "space";
8285
+ scrollMarginLeft: "space";
8286
+ scrollMarginBlock: "space";
8287
+ scrollMarginBlockEnd: "space";
8288
+ scrollMarginBlockStart: "space";
8289
+ scrollMarginInline: "space";
8290
+ scrollMarginInlineEnd: "space";
8291
+ scrollMarginInlineStart: "space";
8292
+ scrollPadding: "space";
8293
+ scrollPaddingTop: "space";
8294
+ scrollPaddingRight: "space";
8295
+ scrollPaddingBottom: "space";
8296
+ scrollPaddingLeft: "space";
8297
+ scrollPaddingBlock: "space";
8298
+ scrollPaddingBlockEnd: "space";
8299
+ scrollPaddingBlockStart: "space";
8300
+ scrollPaddingInline: "space";
8301
+ scrollPaddingInlineEnd: "space";
8302
+ scrollPaddingInlineStart: "space";
8303
+ top: "space";
8304
+ right: "space";
8305
+ bottom: "space";
8306
+ left: "space";
8307
+ fontSize: "fontSizes";
8308
+ background: "colors";
8309
+ backgroundColor: "colors";
8310
+ backgroundImage: "colors";
8311
+ borderImage: "colors";
8312
+ border: "colors";
8313
+ borderBlock: "colors";
8314
+ borderBlockEnd: "colors";
8315
+ borderBlockStart: "colors";
8316
+ borderBottom: "colors";
8317
+ borderBottomColor: "colors";
8318
+ borderColor: "colors";
8319
+ borderInline: "colors";
8320
+ borderInlineEnd: "colors";
8321
+ borderInlineStart: "colors";
8322
+ borderLeft: "colors";
8323
+ borderLeftColor: "colors";
8324
+ borderRight: "colors";
8325
+ borderRightColor: "colors";
8326
+ borderTop: "colors";
8327
+ borderTopColor: "colors";
8328
+ caretColor: "colors";
8329
+ color: "colors";
8330
+ columnRuleColor: "colors";
8331
+ outline: "colors";
8332
+ outlineColor: "colors";
8333
+ fill: "colors";
8334
+ stroke: "colors";
8335
+ textDecorationColor: "colors";
8336
+ fontFamily: "fonts";
8337
+ fontWeight: "fontWeights";
8338
+ lineHeight: "lineHeights";
8339
+ letterSpacing: "letterSpacings";
8340
+ blockSize: "sizes";
8341
+ minBlockSize: "sizes";
8342
+ maxBlockSize: "sizes";
8343
+ inlineSize: "sizes";
8344
+ minInlineSize: "sizes";
8345
+ maxInlineSize: "sizes";
8346
+ minWidth: "sizes";
8347
+ maxWidth: "sizes";
8348
+ minHeight: "sizes";
8349
+ maxHeight: "sizes";
8350
+ flexBasis: "sizes";
8351
+ gridTemplateColumns: "sizes";
8352
+ gridTemplateRows: "sizes";
8353
+ borderWidth: "borderWidths";
8354
+ borderTopWidth: "borderWidths";
8355
+ borderLeftWidth: "borderWidths";
8356
+ borderRightWidth: "borderWidths";
8357
+ borderBottomWidth: "borderWidths";
8358
+ borderStyle: "borderStyles";
8359
+ borderTopStyle: "borderStyles";
8360
+ borderLeftStyle: "borderStyles";
8361
+ borderRightStyle: "borderStyles";
8362
+ borderBottomStyle: "borderStyles";
8363
+ borderRadius: "radii";
8364
+ borderTopLeftRadius: "radii";
8365
+ borderTopRightRadius: "radii";
8366
+ borderBottomRightRadius: "radii";
8367
+ borderBottomLeftRadius: "radii";
8368
+ boxShadow: "shadows";
8369
+ textShadow: "shadows";
8370
+ transition: "transitions";
8371
+ zIndex: "zIndices";
8372
+ }, {}>>;
8373
+ declare const AlertDialogDescriptionStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<AlertDialog.DescriptionProps & react.RefAttributes<HTMLParagraphElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
8374
+ colors: {
8375
+ brand50: string;
8376
+ brand100: string;
8377
+ brand200: string;
8378
+ brand300: string;
8379
+ brand400: string;
8380
+ brand500: string;
8381
+ brand600: string;
8382
+ brand700: string;
8383
+ brand800: string;
8384
+ brand900: string;
8385
+ brand950: string;
8386
+ blue50: string;
8387
+ blue100: string;
8388
+ blue200: string;
8389
+ blue300: string;
8390
+ blue400: string;
8391
+ blue500: string;
8392
+ blue600: string;
8393
+ blue700: string;
8394
+ blue800: string;
8395
+ blue900: string;
8396
+ blue950: string;
8397
+ red50: string;
8398
+ red100: string;
8399
+ red200: string;
8400
+ red300: string;
8401
+ red400: string;
8402
+ red500: string;
8403
+ red600: string;
8404
+ red700: string;
8405
+ red800: string;
8406
+ red900: string;
8407
+ red950: string;
8408
+ purple50: string;
8409
+ purple100: string;
8410
+ purple200: string;
8411
+ purple300: string;
8412
+ purple400: string;
8413
+ purple500: string;
8414
+ purple600: string;
8415
+ purple700: string;
8416
+ purple800: string;
8417
+ purple900: string;
8418
+ purple950: string;
8419
+ yellow50: string;
8420
+ yellow100: string;
8421
+ yellow200: string;
8422
+ yellow300: string;
8423
+ yellow400: string;
8424
+ yellow500: string;
8425
+ yellow600: string;
8426
+ yellow700: string;
8427
+ yellow800: string;
8428
+ yellow900: string;
8429
+ yellow950: string;
8430
+ dark50: string;
8431
+ dark100: string;
8432
+ dark200: string;
8433
+ dark300: string;
8434
+ dark400: string;
8435
+ dark500: string;
8436
+ dark600: string;
8437
+ dark700: string;
8438
+ dark800: string;
8439
+ dark900: string;
8440
+ dark950: string;
8441
+ neutral50: string;
8442
+ neutral100: string;
8443
+ neutral200: string;
8444
+ neutral300: string;
8445
+ neutral400: string;
8446
+ neutral500: string;
8447
+ neutral600: string;
8448
+ neutral700: string;
8449
+ neutral800: string;
8450
+ neutral900: string;
8451
+ neutral950: string;
8452
+ green50: string;
8453
+ green100: string;
8454
+ green200: string;
8455
+ green300: string;
8456
+ green400: string;
8457
+ green500: string;
8458
+ green600: string;
8459
+ green700: string;
8460
+ green800: string;
8461
+ green900: string;
8462
+ green950: string;
8463
+ grey50: string;
8464
+ grey100: string;
8465
+ grey200: string;
8466
+ grey300: string;
8467
+ grey400: string;
8468
+ grey500: string;
8469
+ grey600: string;
8470
+ grey700: string;
8471
+ grey800: string;
8472
+ grey900: string;
8473
+ grey950: string;
8474
+ error50: string;
8475
+ error100: string;
8476
+ error200: string;
8477
+ error300: string;
8478
+ error400: string;
8479
+ error500: string;
8480
+ error600: string;
8481
+ error700: string;
8482
+ error800: string;
8483
+ error900: string;
8484
+ error950: string;
8485
+ success50: string;
8486
+ success100: string;
8487
+ success200: string;
8488
+ success300: string;
8489
+ success400: string;
8490
+ success500: string;
8491
+ success600: string;
8492
+ success700: string;
8493
+ success800: string;
8494
+ success900: string;
8495
+ success950: string;
8496
+ warning50: string;
8497
+ warning100: string;
8498
+ warning200: string;
8499
+ warning300: string;
8500
+ warning400: string;
8501
+ warning500: string;
8502
+ warning600: string;
8503
+ warning700: string;
8504
+ warning800: string;
8505
+ warning900: string;
8506
+ warning950: string;
8507
+ info50: string;
8508
+ info100: string;
8509
+ info200: string;
8510
+ info300: string;
8511
+ info400: string;
8512
+ info500: string;
8513
+ info600: string;
8514
+ info700: string;
8515
+ info800: string;
8516
+ info900: string;
8517
+ info950: string;
8518
+ };
8519
+ fontSizes: {
8520
+ 2: string;
8521
+ 4: string;
8522
+ 6: string;
8523
+ 8: string;
8524
+ 10: string;
8525
+ 12: string;
8526
+ 13: string;
8527
+ 14: string;
8528
+ 16: string;
8529
+ 18: string;
8530
+ 20: string;
8531
+ 22: string;
8532
+ 24: string;
8533
+ 32: string;
8534
+ 36: string;
8535
+ 40: string;
8536
+ 48: string;
8537
+ 56: string;
8538
+ 64: string;
8539
+ 72: string;
8540
+ 80: string;
8541
+ xs: string;
8542
+ sm: string;
8543
+ md: string;
8544
+ lg: string;
8545
+ '2xl': string;
8546
+ '3xl': string;
8547
+ '4xl': string;
8548
+ full: string;
8549
+ };
8550
+ fonts: {
8551
+ default: string;
8552
+ };
8553
+ fontWeights: {
8554
+ regular: string;
8555
+ medium: string;
8556
+ semibold: string;
8557
+ bold: string;
8558
+ };
8559
+ lineHeights: {
8560
+ smaller: string;
8561
+ shorter: string;
8562
+ short: string;
8563
+ base: string;
8564
+ tall: string;
8565
+ };
8566
+ radii: {
8567
+ '3xs': string;
8568
+ '2xs': string;
8569
+ xs: string;
8570
+ sm: string;
8571
+ md: string;
8572
+ lg: string;
8573
+ xl: string;
8574
+ '2xl': string;
8575
+ '3xl': string;
8576
+ '4xl': string;
8577
+ '5xl': string;
8578
+ '6xl': string;
8579
+ '7xl': string;
8580
+ '8xl': string;
8581
+ '9xl': string;
8582
+ '10xl': string;
8583
+ '11xl': string;
8584
+ '12xl': string;
8585
+ '13xl': string;
8586
+ '14xl': string;
8587
+ full: string;
8588
+ };
8589
+ space: {
8590
+ 2: string;
8591
+ 4: string;
8592
+ 6: string;
8593
+ 8: string;
8594
+ 10: string;
8595
+ 12: string;
8596
+ 13: string;
8597
+ 14: string;
8598
+ 16: string;
8599
+ 18: string;
8600
+ 20: string;
8601
+ 22: string;
8602
+ 24: string;
8603
+ 32: string;
8604
+ 36: string;
8605
+ 40: string;
8606
+ 48: string;
8607
+ 56: string;
8608
+ 64: string;
8609
+ 72: string;
8610
+ 80: string;
8611
+ full: string;
8612
+ };
8613
+ }, {
8614
+ height: "space";
8615
+ width: "space";
8616
+ gap: "space";
8617
+ gridGap: "space";
8618
+ columnGap: "space";
8619
+ gridColumnGap: "space";
8620
+ rowGap: "space";
8621
+ gridRowGap: "space";
8622
+ inset: "space";
8623
+ insetBlock: "space";
8624
+ insetBlockEnd: "space";
8625
+ insetBlockStart: "space";
8626
+ insetInline: "space";
8627
+ insetInlineEnd: "space";
8628
+ insetInlineStart: "space";
8629
+ margin: "space";
8630
+ marginTop: "space";
8631
+ marginRight: "space";
8632
+ marginBottom: "space";
8633
+ marginLeft: "space";
8634
+ marginBlock: "space";
8635
+ marginBlockEnd: "space";
8636
+ marginBlockStart: "space";
8637
+ marginInline: "space";
8638
+ marginInlineEnd: "space";
8639
+ marginInlineStart: "space";
8640
+ padding: "space";
8641
+ paddingTop: "space";
8642
+ paddingRight: "space";
8643
+ paddingBottom: "space";
8644
+ paddingLeft: "space";
8645
+ paddingBlock: "space";
8646
+ paddingBlockEnd: "space";
8647
+ paddingBlockStart: "space";
8648
+ paddingInline: "space";
8649
+ paddingInlineEnd: "space";
8650
+ paddingInlineStart: "space";
8651
+ scrollMargin: "space";
8652
+ scrollMarginTop: "space";
8653
+ scrollMarginRight: "space";
8654
+ scrollMarginBottom: "space";
8655
+ scrollMarginLeft: "space";
8656
+ scrollMarginBlock: "space";
8657
+ scrollMarginBlockEnd: "space";
8658
+ scrollMarginBlockStart: "space";
8659
+ scrollMarginInline: "space";
8660
+ scrollMarginInlineEnd: "space";
8661
+ scrollMarginInlineStart: "space";
8662
+ scrollPadding: "space";
8663
+ scrollPaddingTop: "space";
8664
+ scrollPaddingRight: "space";
8665
+ scrollPaddingBottom: "space";
8666
+ scrollPaddingLeft: "space";
8667
+ scrollPaddingBlock: "space";
8668
+ scrollPaddingBlockEnd: "space";
8669
+ scrollPaddingBlockStart: "space";
8670
+ scrollPaddingInline: "space";
8671
+ scrollPaddingInlineEnd: "space";
8672
+ scrollPaddingInlineStart: "space";
8673
+ top: "space";
8674
+ right: "space";
8675
+ bottom: "space";
8676
+ left: "space";
8677
+ fontSize: "fontSizes";
8678
+ background: "colors";
8679
+ backgroundColor: "colors";
8680
+ backgroundImage: "colors";
8681
+ borderImage: "colors";
8682
+ border: "colors";
8683
+ borderBlock: "colors";
8684
+ borderBlockEnd: "colors";
8685
+ borderBlockStart: "colors";
8686
+ borderBottom: "colors";
8687
+ borderBottomColor: "colors";
8688
+ borderColor: "colors";
8689
+ borderInline: "colors";
8690
+ borderInlineEnd: "colors";
8691
+ borderInlineStart: "colors";
8692
+ borderLeft: "colors";
8693
+ borderLeftColor: "colors";
8694
+ borderRight: "colors";
8695
+ borderRightColor: "colors";
8696
+ borderTop: "colors";
8697
+ borderTopColor: "colors";
8698
+ caretColor: "colors";
8699
+ color: "colors";
8700
+ columnRuleColor: "colors";
8701
+ outline: "colors";
8702
+ outlineColor: "colors";
8703
+ fill: "colors";
8704
+ stroke: "colors";
8705
+ textDecorationColor: "colors";
8706
+ fontFamily: "fonts";
8707
+ fontWeight: "fontWeights";
8708
+ lineHeight: "lineHeights";
8709
+ letterSpacing: "letterSpacings";
8710
+ blockSize: "sizes";
8711
+ minBlockSize: "sizes";
8712
+ maxBlockSize: "sizes";
8713
+ inlineSize: "sizes";
8714
+ minInlineSize: "sizes";
8715
+ maxInlineSize: "sizes";
8716
+ minWidth: "sizes";
8717
+ maxWidth: "sizes";
8718
+ minHeight: "sizes";
8719
+ maxHeight: "sizes";
8720
+ flexBasis: "sizes";
8721
+ gridTemplateColumns: "sizes";
8722
+ gridTemplateRows: "sizes";
8723
+ borderWidth: "borderWidths";
8724
+ borderTopWidth: "borderWidths";
8725
+ borderLeftWidth: "borderWidths";
8726
+ borderRightWidth: "borderWidths";
8727
+ borderBottomWidth: "borderWidths";
8728
+ borderStyle: "borderStyles";
8729
+ borderTopStyle: "borderStyles";
8730
+ borderLeftStyle: "borderStyles";
8731
+ borderRightStyle: "borderStyles";
8732
+ borderBottomStyle: "borderStyles";
8733
+ borderRadius: "radii";
8734
+ borderTopLeftRadius: "radii";
8735
+ borderTopRightRadius: "radii";
8736
+ borderBottomRightRadius: "radii";
8737
+ borderBottomLeftRadius: "radii";
8738
+ boxShadow: "shadows";
8739
+ textShadow: "shadows";
8740
+ transition: "transitions";
8741
+ zIndex: "zIndices";
8742
+ }, {}>>;
8743
+ declare const AlertDialogTitleStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<AlertDialog.TitleProps & react.RefAttributes<HTMLHeadingElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
7634
8744
  colors: {
7635
8745
  brand50: string;
7636
8746
  brand100: string;
@@ -8000,7 +9110,7 @@ declare const AlertDialogCompleteStyled: _stitches_react_types_styled_component.
8000
9110
  transition: "transitions";
8001
9111
  zIndex: "zIndices";
8002
9112
  }, {}>>;
8003
- declare const AlertDialogDescriptionStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<AlertDialog.DescriptionProps & react.RefAttributes<HTMLParagraphElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
9113
+ declare const AlertDialogSubtitleStyled: _stitches_react_types_styled_component.StyledComponent<typeof Text, {}, {}, _stitches_react_types_css_util.CSS<{}, {
8004
9114
  colors: {
8005
9115
  brand50: string;
8006
9116
  brand100: string;
@@ -8370,7 +9480,7 @@ declare const AlertDialogDescriptionStyled: _stitches_react_types_styled_compone
8370
9480
  transition: "transitions";
8371
9481
  zIndex: "zIndices";
8372
9482
  }, {}>>;
8373
- declare const AlertDialogTitleStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<AlertDialog.TitleProps & react.RefAttributes<HTMLHeadingElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
9483
+ declare const AlertDialogRowStyled: _stitches_react_types_styled_component.StyledComponent<"div", {}, {}, _stitches_react_types_css_util.CSS<{}, {
8374
9484
  colors: {
8375
9485
  brand50: string;
8376
9486
  brand100: string;
@@ -8740,7 +9850,7 @@ declare const AlertDialogTitleStyled: _stitches_react_types_styled_component.Sty
8740
9850
  transition: "transitions";
8741
9851
  zIndex: "zIndices";
8742
9852
  }, {}>>;
8743
- declare const AlertDialogSubtitleStyled: _stitches_react_types_styled_component.StyledComponent<typeof Text, {}, {}, _stitches_react_types_css_util.CSS<{}, {
9853
+ declare const AlertDialoghrStyled: _stitches_react_types_styled_component.StyledComponent<"hr", {}, {}, _stitches_react_types_css_util.CSS<{}, {
8744
9854
  colors: {
8745
9855
  brand50: string;
8746
9856
  brand100: string;
@@ -9110,7 +10220,29 @@ declare const AlertDialogSubtitleStyled: _stitches_react_types_styled_component.
9110
10220
  transition: "transitions";
9111
10221
  zIndex: "zIndices";
9112
10222
  }, {}>>;
9113
- declare const AlertDialogRowStyled: _stitches_react_types_styled_component.StyledComponent<"div", {}, {}, _stitches_react_types_css_util.CSS<{}, {
10223
+ type AlertProps = {
10224
+ trigger: React.ReactNode;
10225
+ color?: "error" | "warning" | "success" | "info";
10226
+ simpleAlert?: {
10227
+ description: string;
10228
+ cancel: boolean;
10229
+ };
10230
+ completAlert?: {
10231
+ title?: string;
10232
+ subtitle?: string;
10233
+ description: string;
10234
+ cancel: boolean;
10235
+ cancelText?: string;
10236
+ actionText?: string;
10237
+ onAction?: () => void;
10238
+ };
10239
+ };
10240
+ declare function Alert({ color, trigger, completAlert, simpleAlert, ...props }: AlertProps): react_jsx_runtime.JSX.Element;
10241
+
10242
+ declare const SwitchStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_themes.SwitchProps & react.RefAttributes<HTMLButtonElement>>, {
10243
+ color?: "brand" | undefined;
10244
+ size?: "sm" | "md" | "lg" | undefined;
10245
+ }, {}, _stitches_react_types_css_util.CSS<{}, {
9114
10246
  colors: {
9115
10247
  brand50: string;
9116
10248
  brand100: string;
@@ -9480,7 +10612,13 @@ declare const AlertDialogRowStyled: _stitches_react_types_styled_component.Style
9480
10612
  transition: "transitions";
9481
10613
  zIndex: "zIndices";
9482
10614
  }, {}>>;
9483
- declare const AlertDialoghrStyled: _stitches_react_types_styled_component.StyledComponent<"hr", {}, {}, _stitches_react_types_css_util.CSS<{}, {
10615
+ type SwitchProps = ComponentProps<typeof Switch$1> & {
10616
+ color?: 'brand';
10617
+ size?: 'sm' | 'md' | 'lg';
10618
+ };
10619
+ declare function Switch(props: SwitchProps): react_jsx_runtime.JSX.Element;
10620
+
10621
+ declare const StepStyled: _stitches_react_types_styled_component.StyledComponent<"div", {}, {}, _stitches_react_types_css_util.CSS<{}, {
9484
10622
  colors: {
9485
10623
  brand50: string;
9486
10624
  brand100: string;
@@ -9850,28 +10988,32 @@ declare const AlertDialoghrStyled: _stitches_react_types_styled_component.Styled
9850
10988
  transition: "transitions";
9851
10989
  zIndex: "zIndices";
9852
10990
  }, {}>>;
9853
- type AlertProps = {
9854
- trigger: React.ReactNode;
9855
- color?: "error" | "warning" | "success" | "info";
9856
- simpleAlert?: {
9857
- description: string;
9858
- cancel: boolean;
9859
- };
9860
- completAlert?: {
9861
- title?: string;
9862
- subtitle?: string;
9863
- description: string;
9864
- cancel: boolean;
9865
- cancelText?: string;
9866
- actionText?: string;
9867
- onAction?: () => void;
9868
- };
10991
+ type StepProps = ComponentProps<typeof StepStyled> & {
10992
+ children: react__default.ReactNode;
10993
+ defaultValue: number;
9869
10994
  };
9870
- declare function Alert({ color, trigger, completAlert, simpleAlert, ...props }: AlertProps): react_jsx_runtime.JSX.Element;
10995
+ declare function Step({ children, defaultValue, ...props }: StepProps): react_jsx_runtime.JSX.Element;
10996
+ declare function StepTrigger({ value, children, currentStep, ...props }: {
10997
+ value: number;
10998
+ children: react__default.ReactNode | string;
10999
+ currentStep?: number;
11000
+ onClick: () => void;
11001
+ }): react_jsx_runtime.JSX.Element;
11002
+ declare function StepContent({ value, children, ...props }: {
11003
+ value: number;
11004
+ children: react__default.ReactNode;
11005
+ }): react_jsx_runtime.JSX.Element;
11006
+ declare function StepList({ children, currentStep, ...props }: {
11007
+ children: react__default.ReactNode;
11008
+ currentStep: number;
11009
+ }): react_jsx_runtime.JSX.Element;
11010
+ declare function StepWrapper({ children, ...props }: {
11011
+ children: react__default.ReactNode;
11012
+ }): react_jsx_runtime.JSX.Element;
9871
11013
 
9872
- declare const SwitchStyled: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_themes.SwitchProps & react.RefAttributes<HTMLButtonElement>>, {
9873
- color?: "brand" | undefined;
9874
- size?: "sm" | "md" | "lg" | undefined;
11014
+ declare const CardStyled: _stitches_react_types_styled_component.StyledComponent<react__default.ForwardRefExoticComponent<_radix_ui_themes.CardProps & react__default.RefAttributes<HTMLDivElement>>, {
11015
+ color?: "error" | "primary" | "disable" | undefined;
11016
+ boxShadow?: boolean | "false" | "true" | undefined;
9875
11017
  }, {}, _stitches_react_types_css_util.CSS<{}, {
9876
11018
  colors: {
9877
11019
  brand50: string;
@@ -10242,13 +11384,7 @@ declare const SwitchStyled: _stitches_react_types_styled_component.StyledCompone
10242
11384
  transition: "transitions";
10243
11385
  zIndex: "zIndices";
10244
11386
  }, {}>>;
10245
- type SwitchProps = ComponentProps<typeof Switch$1> & {
10246
- color?: 'brand';
10247
- size?: 'sm' | 'md' | 'lg';
10248
- };
10249
- declare function Switch(props: SwitchProps): react_jsx_runtime.JSX.Element;
10250
-
10251
- declare const StepStyled: _stitches_react_types_styled_component.StyledComponent<"div", {}, {}, _stitches_react_types_css_util.CSS<{}, {
11387
+ declare const CardContainer: _stitches_react_types_styled_component.StyledComponent<react__default.ForwardRefExoticComponent<_radix_ui_themes.BoxProps & react__default.RefAttributes<HTMLDivElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
10252
11388
  colors: {
10253
11389
  brand50: string;
10254
11390
  brand100: string;
@@ -10618,28 +11754,11 @@ declare const StepStyled: _stitches_react_types_styled_component.StyledComponent
10618
11754
  transition: "transitions";
10619
11755
  zIndex: "zIndices";
10620
11756
  }, {}>>;
10621
- type StepProps = ComponentProps<typeof StepStyled> & {
11757
+ type CardProps = ComponentProps<typeof CardStyled> & {
10622
11758
  children: react__default.ReactNode;
10623
- defaultValue: number;
11759
+ as?: ElementType;
10624
11760
  };
10625
- declare function Step({ children, defaultValue, ...props }: StepProps): react_jsx_runtime.JSX.Element;
10626
- declare function StepTrigger({ value, children, currentStep, ...props }: {
10627
- value: number;
10628
- children: react__default.ReactNode | string;
10629
- currentStep?: number;
10630
- onClick: () => void;
10631
- }): react_jsx_runtime.JSX.Element;
10632
- declare function StepContent({ value, children, ...props }: {
10633
- value: number;
10634
- children: react__default.ReactNode;
10635
- }): react_jsx_runtime.JSX.Element;
10636
- declare function StepList({ children, currentStep, ...props }: {
10637
- children: react__default.ReactNode;
10638
- currentStep: number;
10639
- }): react_jsx_runtime.JSX.Element;
10640
- declare function StepWrapper({ children, ...props }: {
10641
- children: react__default.ReactNode;
10642
- }): react_jsx_runtime.JSX.Element;
11761
+ declare function Card({ asChild, children, ...props }: CardProps): react_jsx_runtime.JSX.Element;
10643
11762
 
10644
11763
  declare const TextareaFieldStyle: _stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_themes.TextAreaProps & react.RefAttributes<HTMLTextAreaElement>>, {
10645
11764
  typography?: "tooltip" | "displayLarge" | "displayMedium" | "displaySmall" | "headline1" | "headline2" | "headline3" | "headline4" | "headline5" | "headline6" | "headline7" | "headline8" | "bodyXL" | "bodyL" | "bodyM" | "bodyS" | "bodyXS" | "bodyXXS" | "badgeLarge" | "badgeMedium" | "badgeSmall" | "badgeExtraSmall" | "popoversRegular" | "captionLarge" | "captionMedium" | "captionSmall" | "buttonLarge" | "buttonMedium" | "buttonSmall" | "buttonExtraSmall" | "labelLarge" | "labelMedium" | "labelSmall" | "labelExtraSmall" | undefined;
@@ -12550,4 +13669,4 @@ type SectionProps = ComponentProps<typeof SectionStyled> & {
12550
13669
  };
12551
13670
  declare function Section({ children, ...props }: SectionProps): react_jsx_runtime.JSX.Element;
12552
13671
 
12553
- 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, 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, Modal, ModalContentStyled, type ModalProps, ModalStyled, ModalTitleStyled, 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 };
13672
+ 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, ModalContentStyled, type ModalProps, ModalStyled, ModalTitleStyled, 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 };