@nextui-org/react 1.0.0-beta.11 → 1.0.0-beta.13

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.
Files changed (39) hide show
  1. package/README.md +1 -1
  2. package/cjs/button/button.styles.js +1 -1
  3. package/cjs/card/card.js +1 -1
  4. package/cjs/checkbox/checkbox.js +1 -1
  5. package/cjs/input/input.js +1 -1
  6. package/cjs/input/input.styles.js +1 -1
  7. package/cjs/popover/popover-trigger.js +1 -1
  8. package/cjs/progress/progress.js +1 -1
  9. package/cjs/progress/progress.styles.js +1 -1
  10. package/cjs/radio/radio.js +1 -1
  11. package/cjs/textarea/textarea.js +1 -1
  12. package/cjs/tooltip/tooltip.js +1 -1
  13. package/cjs/use-pagination/index.js +1 -1
  14. package/esm/button/button.styles.js +1 -1
  15. package/esm/card/card.js +1 -1
  16. package/esm/card/use-card.js +1 -1
  17. package/esm/checkbox/checkbox.js +1 -1
  18. package/esm/input/input.js +1 -1
  19. package/esm/input/input.styles.js +1 -1
  20. package/esm/navbar/navbar-item.js +1 -1
  21. package/esm/popover/popover-trigger.js +1 -1
  22. package/esm/progress/progress.js +1 -1
  23. package/esm/progress/progress.styles.js +1 -1
  24. package/esm/radio/radio.js +1 -1
  25. package/esm/textarea/textarea.js +1 -1
  26. package/esm/tooltip/tooltip.js +1 -1
  27. package/esm/use-pagination/index.js +1 -1
  28. package/package.json +1 -1
  29. package/types/button/button.styles.d.ts +36 -0
  30. package/types/button/index.d.ts +1 -0
  31. package/types/dropdown/dropdown-context.d.ts +2 -2
  32. package/types/dropdown/use-dropdown.d.ts +1 -1
  33. package/types/input/input.styles.d.ts +1076 -0
  34. package/types/modal/modal.d.ts +1 -1
  35. package/types/table/table.d.ts +2 -1
  36. package/types/textarea/utils.d.ts +1 -1
  37. package/types/tooltip/tooltip.d.ts +1 -2
  38. package/umd/nextui.js +9522 -14564
  39. package/umd/nextui.min.js +1 -1
@@ -11872,6 +11872,1082 @@ export declare const StyledInputClearButton: import("@stitches/react/types/style
11872
11872
  };
11873
11873
  };
11874
11874
  }>>;
11875
+ export declare const StyledInputClearButtonIconWrapper: import("@stitches/react/types/styled-component").StyledComponent<"span", {
11876
+ isFocusVisible?: boolean | "true" | "false" | undefined;
11877
+ }, {
11878
+ xs: string;
11879
+ sm: string;
11880
+ md: string;
11881
+ lg: string;
11882
+ xl: string;
11883
+ xsMin: string;
11884
+ smMin: string;
11885
+ mdMin: string;
11886
+ lgMin: string;
11887
+ xlMin: string;
11888
+ xsMax: string;
11889
+ smMax: string;
11890
+ mdMax: string;
11891
+ lgMax: string;
11892
+ xlMax: string;
11893
+ motion: string;
11894
+ safari: string;
11895
+ hover: string;
11896
+ dark: string;
11897
+ light: string;
11898
+ }, import("@stitches/react/types/css-util").CSS<{
11899
+ xs: string;
11900
+ sm: string;
11901
+ md: string;
11902
+ lg: string;
11903
+ xl: string;
11904
+ xsMin: string;
11905
+ smMin: string;
11906
+ mdMin: string;
11907
+ lgMin: string;
11908
+ xlMin: string;
11909
+ xsMax: string;
11910
+ smMax: string;
11911
+ mdMax: string;
11912
+ lgMax: string;
11913
+ xlMax: string;
11914
+ motion: string;
11915
+ safari: string;
11916
+ hover: string;
11917
+ dark: string;
11918
+ light: string;
11919
+ }, {
11920
+ shadows: {
11921
+ xs: string;
11922
+ sm: string;
11923
+ md: string;
11924
+ lg: string;
11925
+ xl: string;
11926
+ };
11927
+ dropShadows: {
11928
+ xs: string;
11929
+ sm: string;
11930
+ md: string;
11931
+ lg: string;
11932
+ xl: string;
11933
+ };
11934
+ colors: {
11935
+ textLight: string;
11936
+ text: string;
11937
+ linkLight: string;
11938
+ link: string;
11939
+ codeLight: string;
11940
+ code: string;
11941
+ selection: string;
11942
+ border: string;
11943
+ gray50: string;
11944
+ gray100: string;
11945
+ gray200: string;
11946
+ gray300: string;
11947
+ gray400: string;
11948
+ gray500: string;
11949
+ gray600: string;
11950
+ gray700: string;
11951
+ gray800: string;
11952
+ gray900: string;
11953
+ pink50: string;
11954
+ pink100: string;
11955
+ pink200: string;
11956
+ pink300: string;
11957
+ pink400: string;
11958
+ pink500: string;
11959
+ pink600: string;
11960
+ pink700: string;
11961
+ pink800: string;
11962
+ pink900: string;
11963
+ cyan50: string;
11964
+ cyan100: string;
11965
+ cyan200: string;
11966
+ cyan300: string;
11967
+ cyan400: string;
11968
+ cyan500: string;
11969
+ cyan600: string;
11970
+ cyan700: string;
11971
+ cyan800: string;
11972
+ cyan900: string;
11973
+ red50: string;
11974
+ red100: string;
11975
+ red200: string;
11976
+ red300: string;
11977
+ red400: string;
11978
+ red500: string;
11979
+ red600: string;
11980
+ red700: string;
11981
+ red800: string;
11982
+ red900: string;
11983
+ yellow50: string;
11984
+ yellow100: string;
11985
+ yellow200: string;
11986
+ yellow300: string;
11987
+ yellow400: string;
11988
+ yellow500: string;
11989
+ yellow600: string;
11990
+ yellow700: string;
11991
+ yellow800: string;
11992
+ yellow900: string;
11993
+ green50: string;
11994
+ green100: string;
11995
+ green200: string;
11996
+ green300: string;
11997
+ green400: string;
11998
+ green500: string;
11999
+ green600: string;
12000
+ green700: string;
12001
+ green800: string;
12002
+ green900: string;
12003
+ purple50: string;
12004
+ purple100: string;
12005
+ purple200: string;
12006
+ purple300: string;
12007
+ purple400: string;
12008
+ purple500: string;
12009
+ purple600: string;
12010
+ purple700: string;
12011
+ purple800: string;
12012
+ purple900: string;
12013
+ blue50: string;
12014
+ blue100: string;
12015
+ blue200: string;
12016
+ blue300: string;
12017
+ blue400: string;
12018
+ blue500: string;
12019
+ blue600: string;
12020
+ blue700: string;
12021
+ blue800: string;
12022
+ blue900: string;
12023
+ background: string;
12024
+ backgroundAlpha: string;
12025
+ foreground: string;
12026
+ backgroundContrast: string;
12027
+ white: string;
12028
+ black: string;
12029
+ primaryLight: string;
12030
+ primaryLightHover: string;
12031
+ primaryLightActive: string;
12032
+ primaryLightContrast: string;
12033
+ primary: string;
12034
+ primaryBorder: string;
12035
+ primaryBorderHover: string;
12036
+ primarySolidHover: string;
12037
+ primarySolidContrast: string;
12038
+ primaryShadow: string;
12039
+ secondaryLight: string;
12040
+ secondaryLightHover: string;
12041
+ secondaryLightActive: string;
12042
+ secondaryLightContrast: string;
12043
+ secondary: string;
12044
+ secondaryBorder: string;
12045
+ secondaryBorderHover: string;
12046
+ secondarySolidHover: string;
12047
+ secondarySolidContrast: string;
12048
+ secondaryShadow: string;
12049
+ successLight: string;
12050
+ successLightHover: string;
12051
+ successLightActive: string;
12052
+ successLightContrast: string;
12053
+ success: string;
12054
+ successBorder: string;
12055
+ successBorderHover: string;
12056
+ successSolidHover: string;
12057
+ successSolidContrast: string;
12058
+ successShadow: string;
12059
+ warningLight: string;
12060
+ warningLightHover: string;
12061
+ warningLightActive: string;
12062
+ warningLightContrast: string;
12063
+ warning: string;
12064
+ warningBorder: string;
12065
+ warningBorderHover: string;
12066
+ warningSolidHover: string;
12067
+ warningSolidContrast: string;
12068
+ warningShadow: string;
12069
+ errorLight: string;
12070
+ errorLightHover: string;
12071
+ errorLightActive: string;
12072
+ errorLightContrast: string;
12073
+ error: string;
12074
+ errorBorder: string;
12075
+ errorBorderHover: string;
12076
+ errorSolidHover: string;
12077
+ errorSolidContrast: string;
12078
+ errorShadow: string;
12079
+ neutralLight: string;
12080
+ neutralLightHover: string;
12081
+ neutralLightActive: string;
12082
+ neutralLightContrast: string;
12083
+ neutral: string;
12084
+ neutralBorder: string;
12085
+ neutralBorderHover: string;
12086
+ neutralSolidHover: string;
12087
+ neutralSolidContrast: string;
12088
+ neutralShadow: string;
12089
+ gradient: string;
12090
+ accents0: string;
12091
+ accents1: string;
12092
+ accents2: string;
12093
+ accents3: string;
12094
+ accents4: string;
12095
+ accents5: string;
12096
+ accents6: string;
12097
+ accents7: string;
12098
+ accents8: string;
12099
+ accents9: string;
12100
+ };
12101
+ fonts: {
12102
+ sans: string;
12103
+ mono: string;
12104
+ };
12105
+ fontSizes: {
12106
+ xs: string;
12107
+ sm: string;
12108
+ base: string;
12109
+ md: string;
12110
+ lg: string;
12111
+ xl: string;
12112
+ "2xl": string;
12113
+ "3xl": string;
12114
+ "4xl": string;
12115
+ "5xl": string;
12116
+ "6xl": string;
12117
+ "7xl": string;
12118
+ "8xl": string;
12119
+ "9xl": string;
12120
+ };
12121
+ fontWeights: {
12122
+ hairline: number;
12123
+ thin: number;
12124
+ light: number;
12125
+ normal: number;
12126
+ medium: number;
12127
+ semibold: number;
12128
+ bold: number;
12129
+ extrabold: number;
12130
+ black: number;
12131
+ };
12132
+ lineHeights: {
12133
+ xs: number;
12134
+ sm: number;
12135
+ base: number;
12136
+ md: number;
12137
+ lg: number;
12138
+ xl: number;
12139
+ "2xl": number;
12140
+ "3xl": number;
12141
+ "4xl": number;
12142
+ "5xl": number;
12143
+ "6xl": number;
12144
+ "7xl": number;
12145
+ "8xl": number;
12146
+ "9xl": number;
12147
+ };
12148
+ letterSpacings: {
12149
+ tighter: string;
12150
+ tight: string;
12151
+ normal: string;
12152
+ wide: string;
12153
+ wider: string;
12154
+ widest: string;
12155
+ };
12156
+ space: {
12157
+ 0: string;
12158
+ xs: string;
12159
+ sm: string;
12160
+ md: string;
12161
+ lg: string;
12162
+ xl: string;
12163
+ "2xl": string;
12164
+ "3xl": string;
12165
+ "4xl": string;
12166
+ "5xl": string;
12167
+ "6xl": string;
12168
+ "7xl": string;
12169
+ "8xl": string;
12170
+ "9xl": string;
12171
+ min: string;
12172
+ max: string;
12173
+ fit: string;
12174
+ screen: string;
12175
+ full: string;
12176
+ px: string;
12177
+ 1: string;
12178
+ 2: string;
12179
+ 3: string;
12180
+ 4: string;
12181
+ 5: string;
12182
+ 6: string;
12183
+ 7: string;
12184
+ 8: string;
12185
+ 9: string;
12186
+ 10: string;
12187
+ 11: string;
12188
+ 12: string;
12189
+ 13: string;
12190
+ 14: string;
12191
+ 15: string;
12192
+ 16: string;
12193
+ 17: string;
12194
+ 18: string;
12195
+ 20: string;
12196
+ 24: string;
12197
+ 28: string;
12198
+ 32: string;
12199
+ 36: string;
12200
+ 40: string;
12201
+ 44: string;
12202
+ 48: string;
12203
+ 52: string;
12204
+ 56: string;
12205
+ 60: string;
12206
+ 64: string;
12207
+ 72: string;
12208
+ 80: string;
12209
+ 96: string;
12210
+ };
12211
+ radii: {
12212
+ xs: string;
12213
+ sm: string;
12214
+ md: string;
12215
+ base: string;
12216
+ lg: string;
12217
+ xl: string;
12218
+ "2xl": string;
12219
+ "3xl": string;
12220
+ squared: string;
12221
+ rounded: string;
12222
+ pill: string;
12223
+ };
12224
+ zIndices: {
12225
+ 1: string;
12226
+ 2: string;
12227
+ 3: string;
12228
+ 4: string;
12229
+ 5: string;
12230
+ 10: string;
12231
+ max: string;
12232
+ };
12233
+ borderWeights: {
12234
+ light: string;
12235
+ normal: string;
12236
+ bold: string;
12237
+ extrabold: string;
12238
+ black: string;
12239
+ };
12240
+ transitions: {
12241
+ default: string;
12242
+ button: string;
12243
+ avatar: string;
12244
+ card: string;
12245
+ dropdownItem: string;
12246
+ };
12247
+ breakpoints: {
12248
+ xs: string;
12249
+ sm: string;
12250
+ md: string;
12251
+ lg: string;
12252
+ xl: string;
12253
+ };
12254
+ }, {
12255
+ width: string;
12256
+ height: string;
12257
+ minWidth: string;
12258
+ maxWidth: string;
12259
+ minHeight: string;
12260
+ maxHeight: string;
12261
+ flexBasis: string;
12262
+ gridTemplateColumns: string;
12263
+ gridTemplateRows: string;
12264
+ blockSize: string;
12265
+ minBlockSize: string;
12266
+ maxBlockSize: string;
12267
+ inlineSize: string;
12268
+ minInlineSize: string;
12269
+ maxInlineSize: string;
12270
+ borderWidth: string;
12271
+ gap: "space";
12272
+ gridGap: "space";
12273
+ columnGap: "space";
12274
+ gridColumnGap: "space";
12275
+ rowGap: "space";
12276
+ gridRowGap: "space";
12277
+ inset: "space";
12278
+ insetBlock: "space";
12279
+ insetBlockEnd: "space";
12280
+ insetBlockStart: "space";
12281
+ insetInline: "space";
12282
+ insetInlineEnd: "space";
12283
+ insetInlineStart: "space";
12284
+ margin: "space";
12285
+ marginTop: "space";
12286
+ marginRight: "space";
12287
+ marginBottom: "space";
12288
+ marginLeft: "space";
12289
+ marginBlock: "space";
12290
+ marginBlockEnd: "space";
12291
+ marginBlockStart: "space";
12292
+ marginInline: "space";
12293
+ marginInlineEnd: "space";
12294
+ marginInlineStart: "space";
12295
+ padding: "space";
12296
+ paddingTop: "space";
12297
+ paddingRight: "space";
12298
+ paddingBottom: "space";
12299
+ paddingLeft: "space";
12300
+ paddingBlock: "space";
12301
+ paddingBlockEnd: "space";
12302
+ paddingBlockStart: "space";
12303
+ paddingInline: "space";
12304
+ paddingInlineEnd: "space";
12305
+ paddingInlineStart: "space";
12306
+ scrollMargin: "space";
12307
+ scrollMarginTop: "space";
12308
+ scrollMarginRight: "space";
12309
+ scrollMarginBottom: "space";
12310
+ scrollMarginLeft: "space";
12311
+ scrollMarginBlock: "space";
12312
+ scrollMarginBlockEnd: "space";
12313
+ scrollMarginBlockStart: "space";
12314
+ scrollMarginInline: "space";
12315
+ scrollMarginInlineEnd: "space";
12316
+ scrollMarginInlineStart: "space";
12317
+ scrollPadding: "space";
12318
+ scrollPaddingTop: "space";
12319
+ scrollPaddingRight: "space";
12320
+ scrollPaddingBottom: "space";
12321
+ scrollPaddingLeft: "space";
12322
+ scrollPaddingBlock: "space";
12323
+ scrollPaddingBlockEnd: "space";
12324
+ scrollPaddingBlockStart: "space";
12325
+ scrollPaddingInline: "space";
12326
+ scrollPaddingInlineEnd: "space";
12327
+ scrollPaddingInlineStart: "space";
12328
+ top: "space";
12329
+ right: "space";
12330
+ bottom: "space";
12331
+ left: "space";
12332
+ fontSize: "fontSizes";
12333
+ background: "colors";
12334
+ backgroundColor: "colors";
12335
+ backgroundImage: "colors";
12336
+ borderImage: "colors";
12337
+ border: "colors";
12338
+ borderBlock: "colors";
12339
+ borderBlockEnd: "colors";
12340
+ borderBlockStart: "colors";
12341
+ borderBottom: "colors";
12342
+ borderBottomColor: "colors";
12343
+ borderColor: "colors";
12344
+ borderInline: "colors";
12345
+ borderInlineEnd: "colors";
12346
+ borderInlineStart: "colors";
12347
+ borderLeft: "colors";
12348
+ borderLeftColor: "colors";
12349
+ borderRight: "colors";
12350
+ borderRightColor: "colors";
12351
+ borderTop: "colors";
12352
+ borderTopColor: "colors";
12353
+ caretColor: "colors";
12354
+ color: "colors";
12355
+ columnRuleColor: "colors";
12356
+ outline: "colors";
12357
+ outlineColor: "colors";
12358
+ fill: "colors";
12359
+ stroke: "colors";
12360
+ textDecorationColor: "colors";
12361
+ fontFamily: "fonts";
12362
+ fontWeight: "fontWeights";
12363
+ lineHeight: "lineHeights";
12364
+ letterSpacing: "letterSpacings";
12365
+ borderTopWidth: "borderWidths";
12366
+ borderLeftWidth: "borderWidths";
12367
+ borderRightWidth: "borderWidths";
12368
+ borderBottomWidth: "borderWidths";
12369
+ borderStyle: "borderStyles";
12370
+ borderTopStyle: "borderStyles";
12371
+ borderLeftStyle: "borderStyles";
12372
+ borderRightStyle: "borderStyles";
12373
+ borderBottomStyle: "borderStyles";
12374
+ borderRadius: "radii";
12375
+ borderTopLeftRadius: "radii";
12376
+ borderTopRightRadius: "radii";
12377
+ borderBottomRightRadius: "radii";
12378
+ borderBottomLeftRadius: "radii";
12379
+ boxShadow: "shadows";
12380
+ textShadow: "shadows";
12381
+ transition: "transitions";
12382
+ zIndex: "zIndices";
12383
+ }, {
12384
+ p: (value: {
12385
+ readonly [$$PropertyValue]: "padding";
12386
+ }) => {
12387
+ padding: {
12388
+ readonly [$$PropertyValue]: "padding";
12389
+ };
12390
+ };
12391
+ pt: (value: {
12392
+ readonly [$$PropertyValue]: "paddingTop";
12393
+ }) => {
12394
+ paddingTop: {
12395
+ readonly [$$PropertyValue]: "paddingTop";
12396
+ };
12397
+ };
12398
+ pr: (value: {
12399
+ readonly [$$PropertyValue]: "paddingRight";
12400
+ }) => {
12401
+ paddingRight: {
12402
+ readonly [$$PropertyValue]: "paddingRight";
12403
+ };
12404
+ };
12405
+ pb: (value: {
12406
+ readonly [$$PropertyValue]: "paddingBottom";
12407
+ }) => {
12408
+ paddingBottom: {
12409
+ readonly [$$PropertyValue]: "paddingBottom";
12410
+ };
12411
+ };
12412
+ pl: (value: {
12413
+ readonly [$$PropertyValue]: "paddingLeft";
12414
+ }) => {
12415
+ paddingLeft: {
12416
+ readonly [$$PropertyValue]: "paddingLeft";
12417
+ };
12418
+ };
12419
+ px: (value: {
12420
+ readonly [$$PropertyValue]: "paddingLeft";
12421
+ }) => {
12422
+ paddingLeft: {
12423
+ readonly [$$PropertyValue]: "paddingLeft";
12424
+ };
12425
+ paddingRight: {
12426
+ readonly [$$PropertyValue]: "paddingLeft";
12427
+ };
12428
+ };
12429
+ py: (value: {
12430
+ readonly [$$PropertyValue]: "paddingTop";
12431
+ }) => {
12432
+ paddingTop: {
12433
+ readonly [$$PropertyValue]: "paddingTop";
12434
+ };
12435
+ paddingBottom: {
12436
+ readonly [$$PropertyValue]: "paddingTop";
12437
+ };
12438
+ };
12439
+ m: (value: {
12440
+ readonly [$$PropertyValue]: "margin";
12441
+ }) => {
12442
+ margin: {
12443
+ readonly [$$PropertyValue]: "margin";
12444
+ };
12445
+ };
12446
+ mt: (value: {
12447
+ readonly [$$PropertyValue]: "marginTop";
12448
+ }) => {
12449
+ marginTop: {
12450
+ readonly [$$PropertyValue]: "marginTop";
12451
+ };
12452
+ };
12453
+ mr: (value: {
12454
+ readonly [$$PropertyValue]: "marginRight";
12455
+ }) => {
12456
+ marginRight: {
12457
+ readonly [$$PropertyValue]: "marginRight";
12458
+ };
12459
+ };
12460
+ mb: (value: {
12461
+ readonly [$$PropertyValue]: "marginBottom";
12462
+ }) => {
12463
+ marginBottom: {
12464
+ readonly [$$PropertyValue]: "marginBottom";
12465
+ };
12466
+ };
12467
+ ml: (value: {
12468
+ readonly [$$PropertyValue]: "marginLeft";
12469
+ }) => {
12470
+ marginLeft: {
12471
+ readonly [$$PropertyValue]: "marginLeft";
12472
+ };
12473
+ };
12474
+ mx: (value: {
12475
+ readonly [$$PropertyValue]: "marginLeft";
12476
+ }) => {
12477
+ marginLeft: {
12478
+ readonly [$$PropertyValue]: "marginLeft";
12479
+ };
12480
+ marginRight: {
12481
+ readonly [$$PropertyValue]: "marginLeft";
12482
+ };
12483
+ };
12484
+ my: (value: {
12485
+ readonly [$$PropertyValue]: "marginTop";
12486
+ }) => {
12487
+ marginTop: {
12488
+ readonly [$$PropertyValue]: "marginTop";
12489
+ };
12490
+ marginBottom: {
12491
+ readonly [$$PropertyValue]: "marginTop";
12492
+ };
12493
+ };
12494
+ ta: (value: {
12495
+ readonly [$$PropertyValue]: "textAlign";
12496
+ }) => {
12497
+ textAlign: {
12498
+ readonly [$$PropertyValue]: "textAlign";
12499
+ };
12500
+ };
12501
+ tt: (value: {
12502
+ readonly [$$PropertyValue]: "textTransform";
12503
+ }) => {
12504
+ textTransform: {
12505
+ readonly [$$PropertyValue]: "textTransform";
12506
+ };
12507
+ };
12508
+ to: (value: {
12509
+ readonly [$$PropertyValue]: "textOverflow";
12510
+ }) => {
12511
+ textOverflow: {
12512
+ readonly [$$PropertyValue]: "textOverflow";
12513
+ };
12514
+ };
12515
+ d: (value: {
12516
+ readonly [$$PropertyValue]: "display";
12517
+ }) => {
12518
+ display: {
12519
+ readonly [$$PropertyValue]: "display";
12520
+ };
12521
+ };
12522
+ dflex: (value: {
12523
+ readonly [$$PropertyValue]: "alignItems";
12524
+ }) => {
12525
+ display: string;
12526
+ alignItems: {
12527
+ readonly [$$PropertyValue]: "alignItems";
12528
+ };
12529
+ justifyContent: {
12530
+ readonly [$$PropertyValue]: "alignItems";
12531
+ };
12532
+ };
12533
+ fd: (value: {
12534
+ readonly [$$PropertyValue]: "flexDirection";
12535
+ }) => {
12536
+ flexDirection: {
12537
+ readonly [$$PropertyValue]: "flexDirection";
12538
+ };
12539
+ };
12540
+ fw: (value: {
12541
+ readonly [$$PropertyValue]: "flexWrap";
12542
+ }) => {
12543
+ flexWrap: {
12544
+ readonly [$$PropertyValue]: "flexWrap";
12545
+ };
12546
+ };
12547
+ ai: (value: {
12548
+ readonly [$$PropertyValue]: "alignItems";
12549
+ }) => {
12550
+ alignItems: {
12551
+ readonly [$$PropertyValue]: "alignItems";
12552
+ };
12553
+ };
12554
+ ac: (value: {
12555
+ readonly [$$PropertyValue]: "alignContent";
12556
+ }) => {
12557
+ alignContent: {
12558
+ readonly [$$PropertyValue]: "alignContent";
12559
+ };
12560
+ };
12561
+ jc: (value: {
12562
+ readonly [$$PropertyValue]: "justifyContent";
12563
+ }) => {
12564
+ justifyContent: {
12565
+ readonly [$$PropertyValue]: "justifyContent";
12566
+ };
12567
+ };
12568
+ as: (value: {
12569
+ readonly [$$PropertyValue]: "alignSelf";
12570
+ }) => {
12571
+ alignSelf: {
12572
+ readonly [$$PropertyValue]: "alignSelf";
12573
+ };
12574
+ };
12575
+ fg: (value: {
12576
+ readonly [$$PropertyValue]: "flexGrow";
12577
+ }) => {
12578
+ flexGrow: {
12579
+ readonly [$$PropertyValue]: "flexGrow";
12580
+ };
12581
+ };
12582
+ fs: (value: {
12583
+ readonly [$$PropertyValue]: "fontSize";
12584
+ }) => {
12585
+ fontSize: {
12586
+ readonly [$$PropertyValue]: "fontSize";
12587
+ };
12588
+ };
12589
+ fb: (value: {
12590
+ readonly [$$PropertyValue]: "flexBasis";
12591
+ }) => {
12592
+ flexBasis: {
12593
+ readonly [$$PropertyValue]: "flexBasis";
12594
+ };
12595
+ };
12596
+ bc: (value: {
12597
+ readonly [$$PropertyValue]: "backgroundColor";
12598
+ }) => {
12599
+ backgroundColor: {
12600
+ readonly [$$PropertyValue]: "backgroundColor";
12601
+ };
12602
+ };
12603
+ bf: (value: {
12604
+ readonly [$$PropertyValue]: "backdropFilter";
12605
+ }) => {
12606
+ backdropFilter: {
12607
+ readonly [$$PropertyValue]: "backdropFilter";
12608
+ };
12609
+ };
12610
+ bg: (value: {
12611
+ readonly [$$PropertyValue]: "backgroundColor";
12612
+ }) => {
12613
+ background: {
12614
+ readonly [$$PropertyValue]: "backgroundColor";
12615
+ };
12616
+ };
12617
+ bgBlur: (value: {
12618
+ readonly [$$PropertyValue]: "backgroundColor";
12619
+ }) => {
12620
+ bf: string;
12621
+ bg: {
12622
+ readonly [$$PropertyValue]: "backgroundColor";
12623
+ };
12624
+ };
12625
+ bgColor: (value: {
12626
+ readonly [$$PropertyValue]: "backgroundColor";
12627
+ }) => {
12628
+ backgroundColor: {
12629
+ readonly [$$PropertyValue]: "backgroundColor";
12630
+ };
12631
+ };
12632
+ backgroundClip: (value: {
12633
+ readonly [$$PropertyValue]: "backgroundClip";
12634
+ }) => {
12635
+ WebkitBackgroundClip: {
12636
+ readonly [$$PropertyValue]: "backgroundClip";
12637
+ };
12638
+ backgroundClip: {
12639
+ readonly [$$PropertyValue]: "backgroundClip";
12640
+ };
12641
+ };
12642
+ bgClip: (value: {
12643
+ readonly [$$PropertyValue]: "backgroundClip";
12644
+ }) => {
12645
+ WebkitBackgroundClip: {
12646
+ readonly [$$PropertyValue]: "backgroundClip";
12647
+ };
12648
+ backgroundClip: {
12649
+ readonly [$$PropertyValue]: "backgroundClip";
12650
+ };
12651
+ };
12652
+ br: (value: {
12653
+ readonly [$$PropertyValue]: "borderRadius";
12654
+ }) => {
12655
+ borderRadius: {
12656
+ readonly [$$PropertyValue]: "borderRadius";
12657
+ };
12658
+ };
12659
+ bw: (value: {
12660
+ readonly [$$PropertyValue]: "borderWidth";
12661
+ }) => {
12662
+ borderWidth: {
12663
+ readonly [$$PropertyValue]: "borderWidth";
12664
+ };
12665
+ };
12666
+ btrr: (value: {
12667
+ readonly [$$PropertyValue]: "borderTopRightRadius";
12668
+ }) => {
12669
+ borderTopRightRadius: {
12670
+ readonly [$$PropertyValue]: "borderTopRightRadius";
12671
+ };
12672
+ };
12673
+ bbrr: (value: {
12674
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
12675
+ }) => {
12676
+ borderBottomRightRadius: {
12677
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
12678
+ };
12679
+ };
12680
+ bblr: (value: {
12681
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
12682
+ }) => {
12683
+ borderBottomLeftRadius: {
12684
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
12685
+ };
12686
+ };
12687
+ btlr: (value: {
12688
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
12689
+ }) => {
12690
+ borderTopLeftRadius: {
12691
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
12692
+ };
12693
+ };
12694
+ bs: (value: {
12695
+ readonly [$$PropertyValue]: "boxShadow";
12696
+ }) => {
12697
+ boxShadow: {
12698
+ readonly [$$PropertyValue]: "boxShadow";
12699
+ };
12700
+ };
12701
+ ds: (value: {
12702
+ readonly [$$PropertyValue]: "boxShadow";
12703
+ }) => {
12704
+ dropShadow: {
12705
+ readonly [$$PropertyValue]: "boxShadow";
12706
+ };
12707
+ };
12708
+ shadow: (value: {
12709
+ readonly [$$PropertyValue]: "boxShadow";
12710
+ }) => {
12711
+ boxShadow: {
12712
+ readonly [$$PropertyValue]: "boxShadow";
12713
+ };
12714
+ };
12715
+ dshadow: (value: {
12716
+ readonly [$$PropertyValue]: "boxShadow";
12717
+ }) => {
12718
+ dropShadow: {
12719
+ readonly [$$PropertyValue]: "boxShadow";
12720
+ };
12721
+ };
12722
+ dropShadow: (value: {
12723
+ readonly [$$PropertyValue]: "boxShadow";
12724
+ }) => {
12725
+ filter: string;
12726
+ };
12727
+ normalShadow: (value: {
12728
+ readonly [$$PropertyValue]: "backgroundColor";
12729
+ }) => {
12730
+ boxShadow: string;
12731
+ };
12732
+ normalShadowVar: (value: {
12733
+ readonly [$$PropertyValue]: "backgroundColor";
12734
+ }) => {
12735
+ boxShadow: string;
12736
+ };
12737
+ lh: (value: {
12738
+ readonly [$$PropertyValue]: "lineHeight";
12739
+ }) => {
12740
+ lineHeight: {
12741
+ readonly [$$PropertyValue]: "lineHeight";
12742
+ };
12743
+ };
12744
+ ov: (value: {
12745
+ readonly [$$PropertyValue]: "overflow";
12746
+ }) => {
12747
+ overflow: {
12748
+ readonly [$$PropertyValue]: "overflow";
12749
+ };
12750
+ };
12751
+ ox: (value: {
12752
+ readonly [$$PropertyValue]: "overflowX";
12753
+ }) => {
12754
+ overflowX: {
12755
+ readonly [$$PropertyValue]: "overflowX";
12756
+ };
12757
+ };
12758
+ oy: (value: {
12759
+ readonly [$$PropertyValue]: "overflowY";
12760
+ }) => {
12761
+ overflowY: {
12762
+ readonly [$$PropertyValue]: "overflowY";
12763
+ };
12764
+ };
12765
+ pe: (value: {
12766
+ readonly [$$PropertyValue]: "pointerEvents";
12767
+ }) => {
12768
+ pointerEvents: {
12769
+ readonly [$$PropertyValue]: "pointerEvents";
12770
+ };
12771
+ };
12772
+ events: (value: {
12773
+ readonly [$$PropertyValue]: "pointerEvents";
12774
+ }) => {
12775
+ pointerEvents: {
12776
+ readonly [$$PropertyValue]: "pointerEvents";
12777
+ };
12778
+ };
12779
+ us: (value: {
12780
+ readonly [$$PropertyValue]: "userSelect";
12781
+ }) => {
12782
+ WebkitUserSelect: {
12783
+ readonly [$$PropertyValue]: "userSelect";
12784
+ };
12785
+ userSelect: {
12786
+ readonly [$$PropertyValue]: "userSelect";
12787
+ };
12788
+ };
12789
+ userSelect: (value: {
12790
+ readonly [$$PropertyValue]: "userSelect";
12791
+ }) => {
12792
+ WebkitUserSelect: {
12793
+ readonly [$$PropertyValue]: "userSelect";
12794
+ };
12795
+ userSelect: {
12796
+ readonly [$$PropertyValue]: "userSelect";
12797
+ };
12798
+ };
12799
+ w: (value: {
12800
+ readonly [$$PropertyValue]: "width";
12801
+ }) => {
12802
+ width: {
12803
+ readonly [$$PropertyValue]: "width";
12804
+ };
12805
+ };
12806
+ h: (value: {
12807
+ readonly [$$PropertyValue]: "height";
12808
+ }) => {
12809
+ height: {
12810
+ readonly [$$PropertyValue]: "height";
12811
+ };
12812
+ };
12813
+ mw: (value: {
12814
+ readonly [$$PropertyValue]: "maxWidth";
12815
+ }) => {
12816
+ maxWidth: {
12817
+ readonly [$$PropertyValue]: "maxWidth";
12818
+ };
12819
+ };
12820
+ maxW: (value: {
12821
+ readonly [$$PropertyValue]: "maxWidth";
12822
+ }) => {
12823
+ maxWidth: {
12824
+ readonly [$$PropertyValue]: "maxWidth";
12825
+ };
12826
+ };
12827
+ mh: (value: {
12828
+ readonly [$$PropertyValue]: "maxHeight";
12829
+ }) => {
12830
+ maxHeight: {
12831
+ readonly [$$PropertyValue]: "maxHeight";
12832
+ };
12833
+ };
12834
+ maxH: (value: {
12835
+ readonly [$$PropertyValue]: "maxHeight";
12836
+ }) => {
12837
+ maxHeight: {
12838
+ readonly [$$PropertyValue]: "maxHeight";
12839
+ };
12840
+ };
12841
+ size: (value: {
12842
+ readonly [$$PropertyValue]: "width";
12843
+ }) => {
12844
+ width: {
12845
+ readonly [$$PropertyValue]: "width";
12846
+ };
12847
+ height: {
12848
+ readonly [$$PropertyValue]: "width";
12849
+ };
12850
+ };
12851
+ minSize: (value: {
12852
+ readonly [$$PropertyValue]: "width";
12853
+ }) => {
12854
+ minWidth: {
12855
+ readonly [$$PropertyValue]: "width";
12856
+ };
12857
+ minHeight: {
12858
+ readonly [$$PropertyValue]: "width";
12859
+ };
12860
+ width: {
12861
+ readonly [$$PropertyValue]: "width";
12862
+ };
12863
+ height: {
12864
+ readonly [$$PropertyValue]: "width";
12865
+ };
12866
+ };
12867
+ sizeMin: (value: {
12868
+ readonly [$$PropertyValue]: "width";
12869
+ }) => {
12870
+ minWidth: {
12871
+ readonly [$$PropertyValue]: "width";
12872
+ };
12873
+ minHeight: {
12874
+ readonly [$$PropertyValue]: "width";
12875
+ };
12876
+ width: {
12877
+ readonly [$$PropertyValue]: "width";
12878
+ };
12879
+ height: {
12880
+ readonly [$$PropertyValue]: "width";
12881
+ };
12882
+ };
12883
+ maxSize: (value: {
12884
+ readonly [$$PropertyValue]: "width";
12885
+ }) => {
12886
+ maxWidth: {
12887
+ readonly [$$PropertyValue]: "width";
12888
+ };
12889
+ maxHeight: {
12890
+ readonly [$$PropertyValue]: "width";
12891
+ };
12892
+ };
12893
+ sizeMax: (value: {
12894
+ readonly [$$PropertyValue]: "width";
12895
+ }) => {
12896
+ maxWidth: {
12897
+ readonly [$$PropertyValue]: "width";
12898
+ };
12899
+ maxHeight: {
12900
+ readonly [$$PropertyValue]: "width";
12901
+ };
12902
+ };
12903
+ appearance: (value: {
12904
+ readonly [$$PropertyValue]: "appearance";
12905
+ }) => {
12906
+ WebkitAppearance: {
12907
+ readonly [$$PropertyValue]: "appearance";
12908
+ };
12909
+ appearance: {
12910
+ readonly [$$PropertyValue]: "appearance";
12911
+ };
12912
+ };
12913
+ scale: (value: {
12914
+ readonly [$$PropertyValue]: "scale";
12915
+ }) => {
12916
+ transform: string;
12917
+ };
12918
+ linearGradient: (value: {
12919
+ readonly [$$PropertyValue]: "backgroundImage";
12920
+ }) => {
12921
+ backgroundImage: string;
12922
+ };
12923
+ tdl: (value: {
12924
+ readonly [$$PropertyValue]: "textDecorationLine";
12925
+ }) => {
12926
+ textDecorationLine: {
12927
+ readonly [$$PropertyValue]: "textDecorationLine";
12928
+ };
12929
+ };
12930
+ truncateText: (value: {
12931
+ readonly [$$PropertyValue]: "width";
12932
+ }) => {
12933
+ maxWidth: {
12934
+ readonly [$$PropertyValue]: "width";
12935
+ };
12936
+ whiteSpace: string;
12937
+ overflow: string;
12938
+ textOverflow: string;
12939
+ };
12940
+ textGradient: (value: {
12941
+ readonly [$$PropertyValue]: "backgroundImage";
12942
+ }) => {
12943
+ backgroundImage: string;
12944
+ WebkitBackgroundClip: string;
12945
+ WebkitTextFillColor: string;
12946
+ "&::selection": {
12947
+ WebkitTextFillColor: string;
12948
+ };
12949
+ };
12950
+ }>>;
11875
12951
  export declare type InputVariantsProps = VariantProps<typeof StyledInput>;
11876
12952
  export declare type InputBlockLabelVariantsProps = VariantProps<typeof StyledInputBlockLabel>;
11877
12953
  export declare type InputLabelVariantsProps = VariantProps<typeof StyledInputLabel>;