@@ -363,7 +363,7 @@ export default function usePreset({ preset, ...props }: InternalTextFieldProps):
363
363
violet80 ?: boolean | undefined ;
364
364
backgroundDefault ?: boolean | undefined ;
365
365
backgroundNeutralHeavy ?: boolean | undefined ;
366
- backgroundIdle ?: boolean | undefined ;
366
+ backgroundNeutralIdle ?: boolean | undefined ;
367
367
backgroundNeutralMedium ?: boolean | undefined ;
368
368
backgroundNeutral ?: boolean | undefined ;
369
369
backgroundNeutralLight ?: boolean | undefined ;
@@ -387,8 +387,7 @@ export default function usePreset({ preset, ...props }: InternalTextFieldProps):
387
387
textNeutralHeavy ?: boolean | undefined ;
388
388
textNeutral ?: boolean | undefined ;
389
389
textNeutralLight ?: boolean | undefined ;
390
- textWhite ?: boolean | undefined ;
391
- textWhiteDisabled ?: boolean | undefined ;
390
+ textDefaultLight ?: boolean | undefined ;
392
391
textPrimary ?: boolean | undefined ;
393
392
textGeneral ?: boolean | undefined ;
394
393
textSuccess ?: boolean | undefined ;
@@ -397,8 +396,7 @@ export default function usePreset({ preset, ...props }: InternalTextFieldProps):
397
396
textDangerLight ?: boolean | undefined ;
398
397
iconDefault ?: boolean | undefined ;
399
398
iconNeutral ?: boolean | undefined ;
400
- iconWhite ?: boolean | undefined ;
401
- iconWhiteDisabled ?: boolean | undefined ;
399
+ iconDefaultLight ?: boolean | undefined ;
402
400
iconPrimary ?: boolean | undefined ;
403
401
iconPrimaryLight ?: boolean | undefined ;
404
402
iconGeneral ?: boolean | undefined ;
@@ -409,15 +407,16 @@ export default function usePreset({ preset, ...props }: InternalTextFieldProps):
409
407
iconDanger ?: boolean | undefined ;
410
408
iconDangerLight ?: boolean | undefined ;
411
409
iconDisabled ?: boolean | undefined ;
412
- outlineWhite ?: boolean | undefined ;
410
+ outlineLight ?: boolean | undefined ;
413
411
outlineNeutral ?: boolean | undefined ;
412
+ outlineNeutralMedium ?: boolean | undefined ;
414
413
outlineDisabled ?: boolean | undefined ;
414
+ outlineDisabledHeavy ?: boolean | undefined ;
415
415
outlinePrimary ?: boolean | undefined ;
416
416
outlineGeneral ?: boolean | undefined ;
417
417
outlineWarning ?: boolean | undefined ;
418
418
outlineDanger ?: boolean | undefined ;
419
- dividerNeutral ?: boolean | undefined ;
420
- divider ?: boolean | undefined ;
419
+ dividerDefault ?: boolean | undefined ;
421
420
hint ?: string | undefined ;
422
421
color ?: import ( "./types" ) . ColorType | undefined ;
423
422
placeholderTextColor ?: import ( "./types" ) . ColorType | undefined ;
@@ -765,7 +764,7 @@ export default function usePreset({ preset, ...props }: InternalTextFieldProps):
765
764
violet80 ?: boolean | undefined ;
766
765
backgroundDefault ?: boolean | undefined ;
767
766
backgroundNeutralHeavy ?: boolean | undefined ;
768
- backgroundIdle ?: boolean | undefined ;
767
+ backgroundNeutralIdle ?: boolean | undefined ;
769
768
backgroundNeutralMedium ?: boolean | undefined ;
770
769
backgroundNeutral ?: boolean | undefined ;
771
770
backgroundNeutralLight ?: boolean | undefined ;
@@ -789,8 +788,7 @@ export default function usePreset({ preset, ...props }: InternalTextFieldProps):
789
788
textNeutralHeavy ?: boolean | undefined ;
790
789
textNeutral ?: boolean | undefined ;
791
790
textNeutralLight ?: boolean | undefined ;
792
- textWhite ?: boolean | undefined ;
793
- textWhiteDisabled ?: boolean | undefined ;
791
+ textDefaultLight ?: boolean | undefined ;
794
792
textPrimary ?: boolean | undefined ;
795
793
textGeneral ?: boolean | undefined ;
796
794
textSuccess ?: boolean | undefined ;
@@ -799,8 +797,7 @@ export default function usePreset({ preset, ...props }: InternalTextFieldProps):
799
797
textDangerLight ?: boolean | undefined ;
800
798
iconDefault ?: boolean | undefined ;
801
799
iconNeutral ?: boolean | undefined ;
802
- iconWhite ?: boolean | undefined ;
803
- iconWhiteDisabled ?: boolean | undefined ;
800
+ iconDefaultLight ?: boolean | undefined ;
804
801
iconPrimary ?: boolean | undefined ;
805
802
iconPrimaryLight ?: boolean | undefined ;
806
803
iconGeneral ?: boolean | undefined ;
@@ -811,15 +808,16 @@ export default function usePreset({ preset, ...props }: InternalTextFieldProps):
811
808
iconDanger ?: boolean | undefined ;
812
809
iconDangerLight ?: boolean | undefined ;
813
810
iconDisabled ?: boolean | undefined ;
814
- outlineWhite ?: boolean | undefined ;
811
+ outlineLight ?: boolean | undefined ;
815
812
outlineNeutral ?: boolean | undefined ;
813
+ outlineNeutralMedium ?: boolean | undefined ;
816
814
outlineDisabled ?: boolean | undefined ;
815
+ outlineDisabledHeavy ?: boolean | undefined ;
817
816
outlinePrimary ?: boolean | undefined ;
818
817
outlineGeneral ?: boolean | undefined ;
819
818
outlineWarning ?: boolean | undefined ;
820
819
outlineDanger ?: boolean | undefined ;
821
- dividerNeutral ?: boolean | undefined ;
822
- divider ?: boolean | undefined ;
820
+ dividerDefault ?: boolean | undefined ;
823
821
hint ?: string | undefined ;
824
822
color ?: import ( "./types" ) . ColorType | undefined ;
825
823
placeholderTextColor ?: import ( "./types" ) . ColorType | undefined ;
0 commit comments