@razorpay/blade 12.49.7 → 12.50.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.
Files changed (26) hide show
  1. package/build/lib/native/components/Box/BaseBox/baseBoxStyles.js +1 -1
  2. package/build/lib/native/components/Box/BaseBox/baseBoxStyles.js.map +1 -1
  3. package/build/lib/native/components/Box/BaseBox/types/propsTypes.js.map +1 -1
  4. package/build/lib/native/components/Box/Box.js +1 -1
  5. package/build/lib/native/components/Box/Box.js.map +1 -1
  6. package/build/lib/web/development/components/Box/BaseBox/baseBoxStyles.js +5 -1
  7. package/build/lib/web/development/components/Box/BaseBox/baseBoxStyles.js.map +1 -1
  8. package/build/lib/web/development/components/Box/BaseBox/types/propsTypes.js.map +1 -1
  9. package/build/lib/web/development/components/Box/Box.js +3 -0
  10. package/build/lib/web/development/components/Box/Box.js.map +1 -1
  11. package/build/lib/web/development/components/Input/BaseInput/AnimatedBaseInputWrapper.web.js +5 -5
  12. package/build/lib/web/development/components/Input/BaseInput/AnimatedBaseInputWrapper.web.js.map +1 -1
  13. package/build/lib/web/development/components/Tag/AnimatedTag.web.js +4 -4
  14. package/build/lib/web/development/components/Tag/AnimatedTag.web.js.map +1 -1
  15. package/build/lib/web/production/components/Box/BaseBox/baseBoxStyles.js +5 -1
  16. package/build/lib/web/production/components/Box/BaseBox/baseBoxStyles.js.map +1 -1
  17. package/build/lib/web/production/components/Box/BaseBox/types/propsTypes.js.map +1 -1
  18. package/build/lib/web/production/components/Box/Box.js +3 -0
  19. package/build/lib/web/production/components/Box/Box.js.map +1 -1
  20. package/build/lib/web/production/components/Input/BaseInput/AnimatedBaseInputWrapper.web.js +5 -5
  21. package/build/lib/web/production/components/Input/BaseInput/AnimatedBaseInputWrapper.web.js.map +1 -1
  22. package/build/lib/web/production/components/Tag/AnimatedTag.web.js +4 -4
  23. package/build/lib/web/production/components/Tag/AnimatedTag.web.js.map +1 -1
  24. package/build/types/components/index.d.ts +545 -1
  25. package/build/types/components/index.native.d.ts +41 -1
  26. package/package.json +1 -1
@@ -1298,7 +1298,7 @@ type CommonBoxVisualProps = MakeObjectResponsive<{
1298
1298
  borderTopRightRadius: keyof Border['radius'];
1299
1299
  borderBottomRightRadius: keyof Border['radius'];
1300
1300
  borderBottomLeftRadius: keyof Border['radius'];
1301
- } & PickCSSByPlatform<'backgroundImage' | 'backgroundSize' | 'backgroundPosition' | 'backgroundOrigin' | 'backgroundRepeat' | 'pointerEvents' | 'opacity' | 'visibility' | 'transform' | 'transformOrigin' | 'clipPath' | 'borderStyle' | 'borderTopStyle' | 'borderBottomStyle' | 'borderLeftStyle' | 'borderRightStyle'> & {
1301
+ } & PickCSSByPlatform<'backgroundImage' | 'backgroundSize' | 'backgroundPosition' | 'backgroundOrigin' | 'backgroundRepeat' | 'pointerEvents' | 'opacity' | 'visibility' | 'transform' | 'transformOrigin' | 'clipPath' | 'borderStyle' | 'borderTopStyle' | 'borderBottomStyle' | 'borderLeftStyle' | 'borderRightStyle' | 'backdropFilter' | 'transition'> & {
1302
1302
  /**
1303
1303
  * Sets the elevation for Box
1304
1304
  *
@@ -1696,6 +1696,14 @@ declare const Box: React__default.ForwardRefExoticComponent<Partial<PaddingProps
1696
1696
  readonly l?: ElevationLevels | undefined;
1697
1697
  readonly xl?: ElevationLevels | undefined;
1698
1698
  } | undefined;
1699
+ backdropFilter?: csstype.Property.BackdropFilter | {
1700
+ readonly base?: csstype.Property.BackdropFilter | undefined;
1701
+ readonly xs?: csstype.Property.BackdropFilter | undefined;
1702
+ readonly s?: csstype.Property.BackdropFilter | undefined;
1703
+ readonly m?: csstype.Property.BackdropFilter | undefined;
1704
+ readonly l?: csstype.Property.BackdropFilter | undefined;
1705
+ readonly xl?: csstype.Property.BackdropFilter | undefined;
1706
+ } | undefined;
1699
1707
  backgroundImage?: csstype.Property.BackgroundImage | {
1700
1708
  readonly base?: csstype.Property.BackgroundImage | undefined;
1701
1709
  readonly xs?: csstype.Property.BackgroundImage | undefined;
@@ -1944,6 +1952,14 @@ declare const Box: React__default.ForwardRefExoticComponent<Partial<PaddingProps
1944
1952
  readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
1945
1953
  readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
1946
1954
  };
1955
+ transition?: csstype.Property.Transition<string & {}> | {
1956
+ readonly base?: csstype.Property.Transition<string & {}> | undefined;
1957
+ readonly xs?: csstype.Property.Transition<string & {}> | undefined;
1958
+ readonly s?: csstype.Property.Transition<string & {}> | undefined;
1959
+ readonly m?: csstype.Property.Transition<string & {}> | undefined;
1960
+ readonly l?: csstype.Property.Transition<string & {}> | undefined;
1961
+ readonly xl?: csstype.Property.Transition<string & {}> | undefined;
1962
+ } | undefined;
1947
1963
  __brand__?: "platform-web" | {
1948
1964
  readonly base?: "platform-web" | undefined;
1949
1965
  readonly xs?: "platform-web" | undefined;
@@ -3218,6 +3234,14 @@ declare const Accordion: React__default.ForwardRefExoticComponent<{
3218
3234
  readonly l?: ElevationLevels | undefined;
3219
3235
  readonly xl?: ElevationLevels | undefined;
3220
3236
  } | undefined;
3237
+ backdropFilter?: csstype.Property.BackdropFilter | {
3238
+ readonly base?: csstype.Property.BackdropFilter | undefined;
3239
+ readonly xs?: csstype.Property.BackdropFilter | undefined;
3240
+ readonly s?: csstype.Property.BackdropFilter | undefined;
3241
+ readonly m?: csstype.Property.BackdropFilter | undefined;
3242
+ readonly l?: csstype.Property.BackdropFilter | undefined;
3243
+ readonly xl?: csstype.Property.BackdropFilter | undefined;
3244
+ } | undefined;
3221
3245
  backgroundImage?: csstype.Property.BackgroundImage | {
3222
3246
  readonly base?: csstype.Property.BackgroundImage | undefined;
3223
3247
  readonly xs?: csstype.Property.BackgroundImage | undefined;
@@ -3466,6 +3490,14 @@ declare const Accordion: React__default.ForwardRefExoticComponent<{
3466
3490
  readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
3467
3491
  readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
3468
3492
  };
3493
+ transition?: csstype.Property.Transition<string & {}> | {
3494
+ readonly base?: csstype.Property.Transition<string & {}> | undefined;
3495
+ readonly xs?: csstype.Property.Transition<string & {}> | undefined;
3496
+ readonly s?: csstype.Property.Transition<string & {}> | undefined;
3497
+ readonly m?: csstype.Property.Transition<string & {}> | undefined;
3498
+ readonly l?: csstype.Property.Transition<string & {}> | undefined;
3499
+ readonly xl?: csstype.Property.Transition<string & {}> | undefined;
3500
+ } | undefined;
3469
3501
  __brand__?: "platform-web" | {
3470
3502
  readonly base?: "platform-web" | undefined;
3471
3503
  readonly xs?: "platform-web" | undefined;
@@ -3847,6 +3879,14 @@ declare const Divider: React__default.ForwardRefExoticComponent<{
3847
3879
  readonly l?: ElevationLevels | undefined;
3848
3880
  readonly xl?: ElevationLevels | undefined;
3849
3881
  } | undefined;
3882
+ backdropFilter?: csstype.Property.BackdropFilter | {
3883
+ readonly base?: csstype.Property.BackdropFilter | undefined;
3884
+ readonly xs?: csstype.Property.BackdropFilter | undefined;
3885
+ readonly s?: csstype.Property.BackdropFilter | undefined;
3886
+ readonly m?: csstype.Property.BackdropFilter | undefined;
3887
+ readonly l?: csstype.Property.BackdropFilter | undefined;
3888
+ readonly xl?: csstype.Property.BackdropFilter | undefined;
3889
+ } | undefined;
3850
3890
  backgroundImage?: csstype.Property.BackgroundImage | {
3851
3891
  readonly base?: csstype.Property.BackgroundImage | undefined;
3852
3892
  readonly xs?: csstype.Property.BackgroundImage | undefined;
@@ -4095,6 +4135,14 @@ declare const Divider: React__default.ForwardRefExoticComponent<{
4095
4135
  readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
4096
4136
  readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
4097
4137
  };
4138
+ transition?: csstype.Property.Transition<string & {}> | {
4139
+ readonly base?: csstype.Property.Transition<string & {}> | undefined;
4140
+ readonly xs?: csstype.Property.Transition<string & {}> | undefined;
4141
+ readonly s?: csstype.Property.Transition<string & {}> | undefined;
4142
+ readonly m?: csstype.Property.Transition<string & {}> | undefined;
4143
+ readonly l?: csstype.Property.Transition<string & {}> | undefined;
4144
+ readonly xl?: csstype.Property.Transition<string & {}> | undefined;
4145
+ } | undefined;
4098
4146
  __brand__?: "platform-web" | {
4099
4147
  readonly base?: "platform-web" | undefined;
4100
4148
  readonly xs?: "platform-web" | undefined;
@@ -4628,6 +4676,14 @@ declare const Badge: React__default.ForwardRefExoticComponent<{
4628
4676
  readonly l?: ElevationLevels | undefined;
4629
4677
  readonly xl?: ElevationLevels | undefined;
4630
4678
  } | undefined;
4679
+ backdropFilter?: csstype.Property.BackdropFilter | {
4680
+ readonly base?: csstype.Property.BackdropFilter | undefined;
4681
+ readonly xs?: csstype.Property.BackdropFilter | undefined;
4682
+ readonly s?: csstype.Property.BackdropFilter | undefined;
4683
+ readonly m?: csstype.Property.BackdropFilter | undefined;
4684
+ readonly l?: csstype.Property.BackdropFilter | undefined;
4685
+ readonly xl?: csstype.Property.BackdropFilter | undefined;
4686
+ } | undefined;
4631
4687
  backgroundImage?: csstype.Property.BackgroundImage | {
4632
4688
  readonly base?: csstype.Property.BackgroundImage | undefined;
4633
4689
  readonly xs?: csstype.Property.BackgroundImage | undefined;
@@ -4876,6 +4932,14 @@ declare const Badge: React__default.ForwardRefExoticComponent<{
4876
4932
  readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
4877
4933
  readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
4878
4934
  };
4935
+ transition?: csstype.Property.Transition<string & {}> | {
4936
+ readonly base?: csstype.Property.Transition<string & {}> | undefined;
4937
+ readonly xs?: csstype.Property.Transition<string & {}> | undefined;
4938
+ readonly s?: csstype.Property.Transition<string & {}> | undefined;
4939
+ readonly m?: csstype.Property.Transition<string & {}> | undefined;
4940
+ readonly l?: csstype.Property.Transition<string & {}> | undefined;
4941
+ readonly xl?: csstype.Property.Transition<string & {}> | undefined;
4942
+ } | undefined;
4879
4943
  __brand__?: "platform-web" | {
4880
4944
  readonly base?: "platform-web" | undefined;
4881
4945
  readonly xs?: "platform-web" | undefined;
@@ -5967,6 +6031,14 @@ declare const Alert: React__default.ForwardRefExoticComponent<{
5967
6031
  readonly l?: ElevationLevels | undefined;
5968
6032
  readonly xl?: ElevationLevels | undefined;
5969
6033
  } | undefined;
6034
+ backdropFilter?: csstype.Property.BackdropFilter | {
6035
+ readonly base?: csstype.Property.BackdropFilter | undefined;
6036
+ readonly xs?: csstype.Property.BackdropFilter | undefined;
6037
+ readonly s?: csstype.Property.BackdropFilter | undefined;
6038
+ readonly m?: csstype.Property.BackdropFilter | undefined;
6039
+ readonly l?: csstype.Property.BackdropFilter | undefined;
6040
+ readonly xl?: csstype.Property.BackdropFilter | undefined;
6041
+ } | undefined;
5970
6042
  backgroundImage?: csstype.Property.BackgroundImage | {
5971
6043
  readonly base?: csstype.Property.BackgroundImage | undefined;
5972
6044
  readonly xs?: csstype.Property.BackgroundImage | undefined;
@@ -6215,6 +6287,14 @@ declare const Alert: React__default.ForwardRefExoticComponent<{
6215
6287
  readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
6216
6288
  readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
6217
6289
  };
6290
+ transition?: csstype.Property.Transition<string & {}> | {
6291
+ readonly base?: csstype.Property.Transition<string & {}> | undefined;
6292
+ readonly xs?: csstype.Property.Transition<string & {}> | undefined;
6293
+ readonly s?: csstype.Property.Transition<string & {}> | undefined;
6294
+ readonly m?: csstype.Property.Transition<string & {}> | undefined;
6295
+ readonly l?: csstype.Property.Transition<string & {}> | undefined;
6296
+ readonly xl?: csstype.Property.Transition<string & {}> | undefined;
6297
+ } | undefined;
6218
6298
  __brand__?: "platform-web" | {
6219
6299
  readonly base?: "platform-web" | undefined;
6220
6300
  readonly xs?: "platform-web" | undefined;
@@ -6828,6 +6908,14 @@ declare const Avatar: React__default.ForwardRefExoticComponent<{
6828
6908
  readonly l?: ElevationLevels | undefined;
6829
6909
  readonly xl?: ElevationLevels | undefined;
6830
6910
  } | undefined;
6911
+ backdropFilter?: csstype.Property.BackdropFilter | {
6912
+ readonly base?: csstype.Property.BackdropFilter | undefined;
6913
+ readonly xs?: csstype.Property.BackdropFilter | undefined;
6914
+ readonly s?: csstype.Property.BackdropFilter | undefined;
6915
+ readonly m?: csstype.Property.BackdropFilter | undefined;
6916
+ readonly l?: csstype.Property.BackdropFilter | undefined;
6917
+ readonly xl?: csstype.Property.BackdropFilter | undefined;
6918
+ } | undefined;
6831
6919
  backgroundImage?: csstype.Property.BackgroundImage | {
6832
6920
  readonly base?: csstype.Property.BackgroundImage | undefined;
6833
6921
  readonly xs?: csstype.Property.BackgroundImage | undefined;
@@ -7076,6 +7164,14 @@ declare const Avatar: React__default.ForwardRefExoticComponent<{
7076
7164
  readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
7077
7165
  readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
7078
7166
  };
7167
+ transition?: csstype.Property.Transition<string & {}> | {
7168
+ readonly base?: csstype.Property.Transition<string & {}> | undefined;
7169
+ readonly xs?: csstype.Property.Transition<string & {}> | undefined;
7170
+ readonly s?: csstype.Property.Transition<string & {}> | undefined;
7171
+ readonly m?: csstype.Property.Transition<string & {}> | undefined;
7172
+ readonly l?: csstype.Property.Transition<string & {}> | undefined;
7173
+ readonly xl?: csstype.Property.Transition<string & {}> | undefined;
7174
+ } | undefined;
7079
7175
  __brand__?: "platform-web" | {
7080
7176
  readonly base?: "platform-web" | undefined;
7081
7177
  readonly xs?: "platform-web" | undefined;
@@ -7644,6 +7740,14 @@ declare const BottomNav: React__default.ForwardRefExoticComponent<{
7644
7740
  readonly l?: ElevationLevels | undefined;
7645
7741
  readonly xl?: ElevationLevels | undefined;
7646
7742
  } | undefined;
7743
+ backdropFilter?: csstype.Property.BackdropFilter | {
7744
+ readonly base?: csstype.Property.BackdropFilter | undefined;
7745
+ readonly xs?: csstype.Property.BackdropFilter | undefined;
7746
+ readonly s?: csstype.Property.BackdropFilter | undefined;
7747
+ readonly m?: csstype.Property.BackdropFilter | undefined;
7748
+ readonly l?: csstype.Property.BackdropFilter | undefined;
7749
+ readonly xl?: csstype.Property.BackdropFilter | undefined;
7750
+ } | undefined;
7647
7751
  backgroundImage?: csstype.Property.BackgroundImage | {
7648
7752
  readonly base?: csstype.Property.BackgroundImage | undefined;
7649
7753
  readonly xs?: csstype.Property.BackgroundImage | undefined;
@@ -7892,6 +7996,14 @@ declare const BottomNav: React__default.ForwardRefExoticComponent<{
7892
7996
  readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
7893
7997
  readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
7894
7998
  };
7999
+ transition?: csstype.Property.Transition<string & {}> | {
8000
+ readonly base?: csstype.Property.Transition<string & {}> | undefined;
8001
+ readonly xs?: csstype.Property.Transition<string & {}> | undefined;
8002
+ readonly s?: csstype.Property.Transition<string & {}> | undefined;
8003
+ readonly m?: csstype.Property.Transition<string & {}> | undefined;
8004
+ readonly l?: csstype.Property.Transition<string & {}> | undefined;
8005
+ readonly xl?: csstype.Property.Transition<string & {}> | undefined;
8006
+ } | undefined;
7895
8007
  __brand__?: "platform-web" | {
7896
8008
  readonly base?: "platform-web" | undefined;
7897
8009
  readonly xs?: "platform-web" | undefined;
@@ -8202,6 +8314,14 @@ declare const Breadcrumb: React__default.ForwardRefExoticComponent<Partial<Omit<
8202
8314
  readonly l?: ElevationLevels | undefined;
8203
8315
  readonly xl?: ElevationLevels | undefined;
8204
8316
  } | undefined;
8317
+ backdropFilter?: csstype.Property.BackdropFilter | {
8318
+ readonly base?: csstype.Property.BackdropFilter | undefined;
8319
+ readonly xs?: csstype.Property.BackdropFilter | undefined;
8320
+ readonly s?: csstype.Property.BackdropFilter | undefined;
8321
+ readonly m?: csstype.Property.BackdropFilter | undefined;
8322
+ readonly l?: csstype.Property.BackdropFilter | undefined;
8323
+ readonly xl?: csstype.Property.BackdropFilter | undefined;
8324
+ } | undefined;
8205
8325
  backgroundImage?: csstype.Property.BackgroundImage | {
8206
8326
  readonly base?: csstype.Property.BackgroundImage | undefined;
8207
8327
  readonly xs?: csstype.Property.BackgroundImage | undefined;
@@ -8450,6 +8570,14 @@ declare const Breadcrumb: React__default.ForwardRefExoticComponent<Partial<Omit<
8450
8570
  readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
8451
8571
  readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
8452
8572
  };
8573
+ transition?: csstype.Property.Transition<string & {}> | {
8574
+ readonly base?: csstype.Property.Transition<string & {}> | undefined;
8575
+ readonly xs?: csstype.Property.Transition<string & {}> | undefined;
8576
+ readonly s?: csstype.Property.Transition<string & {}> | undefined;
8577
+ readonly m?: csstype.Property.Transition<string & {}> | undefined;
8578
+ readonly l?: csstype.Property.Transition<string & {}> | undefined;
8579
+ readonly xl?: csstype.Property.Transition<string & {}> | undefined;
8580
+ } | undefined;
8453
8581
  __brand__?: "platform-web" | {
8454
8582
  readonly base?: "platform-web" | undefined;
8455
8583
  readonly xs?: "platform-web" | undefined;
@@ -8899,6 +9027,14 @@ declare const IconButton: React__default.ForwardRefExoticComponent<{
8899
9027
  readonly l?: ElevationLevels | undefined;
8900
9028
  readonly xl?: ElevationLevels | undefined;
8901
9029
  } | undefined;
9030
+ backdropFilter?: csstype.Property.BackdropFilter | {
9031
+ readonly base?: csstype.Property.BackdropFilter | undefined;
9032
+ readonly xs?: csstype.Property.BackdropFilter | undefined;
9033
+ readonly s?: csstype.Property.BackdropFilter | undefined;
9034
+ readonly m?: csstype.Property.BackdropFilter | undefined;
9035
+ readonly l?: csstype.Property.BackdropFilter | undefined;
9036
+ readonly xl?: csstype.Property.BackdropFilter | undefined;
9037
+ } | undefined;
8902
9038
  backgroundImage?: csstype.Property.BackgroundImage | {
8903
9039
  readonly base?: csstype.Property.BackgroundImage | undefined;
8904
9040
  readonly xs?: csstype.Property.BackgroundImage | undefined;
@@ -9147,6 +9283,14 @@ declare const IconButton: React__default.ForwardRefExoticComponent<{
9147
9283
  readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
9148
9284
  readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
9149
9285
  };
9286
+ transition?: csstype.Property.Transition<string & {}> | {
9287
+ readonly base?: csstype.Property.Transition<string & {}> | undefined;
9288
+ readonly xs?: csstype.Property.Transition<string & {}> | undefined;
9289
+ readonly s?: csstype.Property.Transition<string & {}> | undefined;
9290
+ readonly m?: csstype.Property.Transition<string & {}> | undefined;
9291
+ readonly l?: csstype.Property.Transition<string & {}> | undefined;
9292
+ readonly xl?: csstype.Property.Transition<string & {}> | undefined;
9293
+ } | undefined;
9150
9294
  __brand__?: "platform-web" | {
9151
9295
  readonly base?: "platform-web" | undefined;
9152
9296
  readonly xs?: "platform-web" | undefined;
@@ -9540,6 +9684,14 @@ declare const ButtonGroup: React__default.ForwardRefExoticComponent<{
9540
9684
  readonly l?: ElevationLevels | undefined;
9541
9685
  readonly xl?: ElevationLevels | undefined;
9542
9686
  } | undefined;
9687
+ backdropFilter?: csstype.Property.BackdropFilter | {
9688
+ readonly base?: csstype.Property.BackdropFilter | undefined;
9689
+ readonly xs?: csstype.Property.BackdropFilter | undefined;
9690
+ readonly s?: csstype.Property.BackdropFilter | undefined;
9691
+ readonly m?: csstype.Property.BackdropFilter | undefined;
9692
+ readonly l?: csstype.Property.BackdropFilter | undefined;
9693
+ readonly xl?: csstype.Property.BackdropFilter | undefined;
9694
+ } | undefined;
9543
9695
  backgroundImage?: csstype.Property.BackgroundImage | {
9544
9696
  readonly base?: csstype.Property.BackgroundImage | undefined;
9545
9697
  readonly xs?: csstype.Property.BackgroundImage | undefined;
@@ -9788,6 +9940,14 @@ declare const ButtonGroup: React__default.ForwardRefExoticComponent<{
9788
9940
  readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
9789
9941
  readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
9790
9942
  };
9943
+ transition?: csstype.Property.Transition<string & {}> | {
9944
+ readonly base?: csstype.Property.Transition<string & {}> | undefined;
9945
+ readonly xs?: csstype.Property.Transition<string & {}> | undefined;
9946
+ readonly s?: csstype.Property.Transition<string & {}> | undefined;
9947
+ readonly m?: csstype.Property.Transition<string & {}> | undefined;
9948
+ readonly l?: csstype.Property.Transition<string & {}> | undefined;
9949
+ readonly xl?: csstype.Property.Transition<string & {}> | undefined;
9950
+ } | undefined;
9791
9951
  __brand__?: "platform-web" | {
9792
9952
  readonly base?: "platform-web" | undefined;
9793
9953
  readonly xs?: "platform-web" | undefined;
@@ -10388,6 +10548,14 @@ declare const Card: React__default.ForwardRefExoticComponent<{
10388
10548
  readonly l?: ElevationLevels | undefined;
10389
10549
  readonly xl?: ElevationLevels | undefined;
10390
10550
  } | undefined;
10551
+ backdropFilter?: csstype.Property.BackdropFilter | {
10552
+ readonly base?: csstype.Property.BackdropFilter | undefined;
10553
+ readonly xs?: csstype.Property.BackdropFilter | undefined;
10554
+ readonly s?: csstype.Property.BackdropFilter | undefined;
10555
+ readonly m?: csstype.Property.BackdropFilter | undefined;
10556
+ readonly l?: csstype.Property.BackdropFilter | undefined;
10557
+ readonly xl?: csstype.Property.BackdropFilter | undefined;
10558
+ } | undefined;
10391
10559
  backgroundImage?: csstype.Property.BackgroundImage | {
10392
10560
  readonly base?: csstype.Property.BackgroundImage | undefined;
10393
10561
  readonly xs?: csstype.Property.BackgroundImage | undefined;
@@ -10636,6 +10804,14 @@ declare const Card: React__default.ForwardRefExoticComponent<{
10636
10804
  readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
10637
10805
  readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
10638
10806
  };
10807
+ transition?: csstype.Property.Transition<string & {}> | {
10808
+ readonly base?: csstype.Property.Transition<string & {}> | undefined;
10809
+ readonly xs?: csstype.Property.Transition<string & {}> | undefined;
10810
+ readonly s?: csstype.Property.Transition<string & {}> | undefined;
10811
+ readonly m?: csstype.Property.Transition<string & {}> | undefined;
10812
+ readonly l?: csstype.Property.Transition<string & {}> | undefined;
10813
+ readonly xl?: csstype.Property.Transition<string & {}> | undefined;
10814
+ } | undefined;
10639
10815
  __brand__?: "platform-web" | {
10640
10816
  readonly base?: "platform-web" | undefined;
10641
10817
  readonly xs?: "platform-web" | undefined;
@@ -11004,6 +11180,14 @@ declare const Counter: React__default.ForwardRefExoticComponent<{
11004
11180
  readonly l?: ElevationLevels | undefined;
11005
11181
  readonly xl?: ElevationLevels | undefined;
11006
11182
  } | undefined;
11183
+ backdropFilter?: csstype.Property.BackdropFilter | {
11184
+ readonly base?: csstype.Property.BackdropFilter | undefined;
11185
+ readonly xs?: csstype.Property.BackdropFilter | undefined;
11186
+ readonly s?: csstype.Property.BackdropFilter | undefined;
11187
+ readonly m?: csstype.Property.BackdropFilter | undefined;
11188
+ readonly l?: csstype.Property.BackdropFilter | undefined;
11189
+ readonly xl?: csstype.Property.BackdropFilter | undefined;
11190
+ } | undefined;
11007
11191
  backgroundImage?: csstype.Property.BackgroundImage | {
11008
11192
  readonly base?: csstype.Property.BackgroundImage | undefined;
11009
11193
  readonly xs?: csstype.Property.BackgroundImage | undefined;
@@ -11252,6 +11436,14 @@ declare const Counter: React__default.ForwardRefExoticComponent<{
11252
11436
  readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
11253
11437
  readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
11254
11438
  };
11439
+ transition?: csstype.Property.Transition<string & {}> | {
11440
+ readonly base?: csstype.Property.Transition<string & {}> | undefined;
11441
+ readonly xs?: csstype.Property.Transition<string & {}> | undefined;
11442
+ readonly s?: csstype.Property.Transition<string & {}> | undefined;
11443
+ readonly m?: csstype.Property.Transition<string & {}> | undefined;
11444
+ readonly l?: csstype.Property.Transition<string & {}> | undefined;
11445
+ readonly xl?: csstype.Property.Transition<string & {}> | undefined;
11446
+ } | undefined;
11255
11447
  __brand__?: "platform-web" | {
11256
11448
  readonly base?: "platform-web" | undefined;
11257
11449
  readonly xs?: "platform-web" | undefined;
@@ -11595,6 +11787,14 @@ declare const Heading: React__default.ForwardRefExoticComponent<{
11595
11787
  readonly l?: ElevationLevels | undefined;
11596
11788
  readonly xl?: ElevationLevels | undefined;
11597
11789
  } | undefined;
11790
+ backdropFilter?: csstype.Property.BackdropFilter | {
11791
+ readonly base?: csstype.Property.BackdropFilter | undefined;
11792
+ readonly xs?: csstype.Property.BackdropFilter | undefined;
11793
+ readonly s?: csstype.Property.BackdropFilter | undefined;
11794
+ readonly m?: csstype.Property.BackdropFilter | undefined;
11795
+ readonly l?: csstype.Property.BackdropFilter | undefined;
11796
+ readonly xl?: csstype.Property.BackdropFilter | undefined;
11797
+ } | undefined;
11598
11798
  backgroundImage?: csstype.Property.BackgroundImage | {
11599
11799
  readonly base?: csstype.Property.BackgroundImage | undefined;
11600
11800
  readonly xs?: csstype.Property.BackgroundImage | undefined;
@@ -11843,6 +12043,14 @@ declare const Heading: React__default.ForwardRefExoticComponent<{
11843
12043
  readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
11844
12044
  readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
11845
12045
  };
12046
+ transition?: csstype.Property.Transition<string & {}> | {
12047
+ readonly base?: csstype.Property.Transition<string & {}> | undefined;
12048
+ readonly xs?: csstype.Property.Transition<string & {}> | undefined;
12049
+ readonly s?: csstype.Property.Transition<string & {}> | undefined;
12050
+ readonly m?: csstype.Property.Transition<string & {}> | undefined;
12051
+ readonly l?: csstype.Property.Transition<string & {}> | undefined;
12052
+ readonly xl?: csstype.Property.Transition<string & {}> | undefined;
12053
+ } | undefined;
11846
12054
  __brand__?: "platform-web" | {
11847
12055
  readonly base?: "platform-web" | undefined;
11848
12056
  readonly xs?: "platform-web" | undefined;
@@ -12290,6 +12498,14 @@ declare const Display: React__default.ForwardRefExoticComponent<{
12290
12498
  readonly l?: ElevationLevels | undefined;
12291
12499
  readonly xl?: ElevationLevels | undefined;
12292
12500
  } | undefined;
12501
+ backdropFilter?: csstype.Property.BackdropFilter | {
12502
+ readonly base?: csstype.Property.BackdropFilter | undefined;
12503
+ readonly xs?: csstype.Property.BackdropFilter | undefined;
12504
+ readonly s?: csstype.Property.BackdropFilter | undefined;
12505
+ readonly m?: csstype.Property.BackdropFilter | undefined;
12506
+ readonly l?: csstype.Property.BackdropFilter | undefined;
12507
+ readonly xl?: csstype.Property.BackdropFilter | undefined;
12508
+ } | undefined;
12293
12509
  backgroundImage?: csstype.Property.BackgroundImage | {
12294
12510
  readonly base?: csstype.Property.BackgroundImage | undefined;
12295
12511
  readonly xs?: csstype.Property.BackgroundImage | undefined;
@@ -12538,6 +12754,14 @@ declare const Display: React__default.ForwardRefExoticComponent<{
12538
12754
  readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
12539
12755
  readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
12540
12756
  };
12757
+ transition?: csstype.Property.Transition<string & {}> | {
12758
+ readonly base?: csstype.Property.Transition<string & {}> | undefined;
12759
+ readonly xs?: csstype.Property.Transition<string & {}> | undefined;
12760
+ readonly s?: csstype.Property.Transition<string & {}> | undefined;
12761
+ readonly m?: csstype.Property.Transition<string & {}> | undefined;
12762
+ readonly l?: csstype.Property.Transition<string & {}> | undefined;
12763
+ readonly xl?: csstype.Property.Transition<string & {}> | undefined;
12764
+ } | undefined;
12541
12765
  __brand__?: "platform-web" | {
12542
12766
  readonly base?: "platform-web" | undefined;
12543
12767
  readonly xs?: "platform-web" | undefined;
@@ -12987,6 +13211,14 @@ declare const Carousel: React__default.ForwardRefExoticComponent<{
12987
13211
  readonly l?: ElevationLevels | undefined;
12988
13212
  readonly xl?: ElevationLevels | undefined;
12989
13213
  } | undefined;
13214
+ backdropFilter?: csstype.Property.BackdropFilter | {
13215
+ readonly base?: csstype.Property.BackdropFilter | undefined;
13216
+ readonly xs?: csstype.Property.BackdropFilter | undefined;
13217
+ readonly s?: csstype.Property.BackdropFilter | undefined;
13218
+ readonly m?: csstype.Property.BackdropFilter | undefined;
13219
+ readonly l?: csstype.Property.BackdropFilter | undefined;
13220
+ readonly xl?: csstype.Property.BackdropFilter | undefined;
13221
+ } | undefined;
12990
13222
  backgroundImage?: csstype.Property.BackgroundImage | {
12991
13223
  readonly base?: csstype.Property.BackgroundImage | undefined;
12992
13224
  readonly xs?: csstype.Property.BackgroundImage | undefined;
@@ -13235,6 +13467,14 @@ declare const Carousel: React__default.ForwardRefExoticComponent<{
13235
13467
  readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
13236
13468
  readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
13237
13469
  };
13470
+ transition?: csstype.Property.Transition<string & {}> | {
13471
+ readonly base?: csstype.Property.Transition<string & {}> | undefined;
13472
+ readonly xs?: csstype.Property.Transition<string & {}> | undefined;
13473
+ readonly s?: csstype.Property.Transition<string & {}> | undefined;
13474
+ readonly m?: csstype.Property.Transition<string & {}> | undefined;
13475
+ readonly l?: csstype.Property.Transition<string & {}> | undefined;
13476
+ readonly xl?: csstype.Property.Transition<string & {}> | undefined;
13477
+ } | undefined;
13238
13478
  __brand__?: "platform-web" | {
13239
13479
  readonly base?: "platform-web" | undefined;
13240
13480
  readonly xs?: "platform-web" | undefined;
@@ -13864,6 +14104,14 @@ declare const Checkbox: React__default.ForwardRefExoticComponent<{
13864
14104
  readonly l?: ElevationLevels | undefined;
13865
14105
  readonly xl?: ElevationLevels | undefined;
13866
14106
  } | undefined;
14107
+ backdropFilter?: csstype.Property.BackdropFilter | {
14108
+ readonly base?: csstype.Property.BackdropFilter | undefined;
14109
+ readonly xs?: csstype.Property.BackdropFilter | undefined;
14110
+ readonly s?: csstype.Property.BackdropFilter | undefined;
14111
+ readonly m?: csstype.Property.BackdropFilter | undefined;
14112
+ readonly l?: csstype.Property.BackdropFilter | undefined;
14113
+ readonly xl?: csstype.Property.BackdropFilter | undefined;
14114
+ } | undefined;
13867
14115
  backgroundImage?: csstype.Property.BackgroundImage | {
13868
14116
  readonly base?: csstype.Property.BackgroundImage | undefined;
13869
14117
  readonly xs?: csstype.Property.BackgroundImage | undefined;
@@ -14112,6 +14360,14 @@ declare const Checkbox: React__default.ForwardRefExoticComponent<{
14112
14360
  readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
14113
14361
  readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
14114
14362
  };
14363
+ transition?: csstype.Property.Transition<string & {}> | {
14364
+ readonly base?: csstype.Property.Transition<string & {}> | undefined;
14365
+ readonly xs?: csstype.Property.Transition<string & {}> | undefined;
14366
+ readonly s?: csstype.Property.Transition<string & {}> | undefined;
14367
+ readonly m?: csstype.Property.Transition<string & {}> | undefined;
14368
+ readonly l?: csstype.Property.Transition<string & {}> | undefined;
14369
+ readonly xl?: csstype.Property.Transition<string & {}> | undefined;
14370
+ } | undefined;
14115
14371
  __brand__?: "platform-web" | {
14116
14372
  readonly base?: "platform-web" | undefined;
14117
14373
  readonly xs?: "platform-web" | undefined;
@@ -14832,6 +15088,14 @@ declare const Collapsible: React$1.ForwardRefExoticComponent<{
14832
15088
  readonly l?: ElevationLevels | undefined;
14833
15089
  readonly xl?: ElevationLevels | undefined;
14834
15090
  } | undefined;
15091
+ backdropFilter?: csstype.Property.BackdropFilter | {
15092
+ readonly base?: csstype.Property.BackdropFilter | undefined;
15093
+ readonly xs?: csstype.Property.BackdropFilter | undefined;
15094
+ readonly s?: csstype.Property.BackdropFilter | undefined;
15095
+ readonly m?: csstype.Property.BackdropFilter | undefined;
15096
+ readonly l?: csstype.Property.BackdropFilter | undefined;
15097
+ readonly xl?: csstype.Property.BackdropFilter | undefined;
15098
+ } | undefined;
14835
15099
  backgroundImage?: csstype.Property.BackgroundImage | {
14836
15100
  readonly base?: csstype.Property.BackgroundImage | undefined;
14837
15101
  readonly xs?: csstype.Property.BackgroundImage | undefined;
@@ -15080,6 +15344,14 @@ declare const Collapsible: React$1.ForwardRefExoticComponent<{
15080
15344
  readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
15081
15345
  readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
15082
15346
  };
15347
+ transition?: csstype.Property.Transition<string & {}> | {
15348
+ readonly base?: csstype.Property.Transition<string & {}> | undefined;
15349
+ readonly xs?: csstype.Property.Transition<string & {}> | undefined;
15350
+ readonly s?: csstype.Property.Transition<string & {}> | undefined;
15351
+ readonly m?: csstype.Property.Transition<string & {}> | undefined;
15352
+ readonly l?: csstype.Property.Transition<string & {}> | undefined;
15353
+ readonly xl?: csstype.Property.Transition<string & {}> | undefined;
15354
+ } | undefined;
15083
15355
  __brand__?: "platform-web" | {
15084
15356
  readonly base?: "platform-web" | undefined;
15085
15357
  readonly xs?: "platform-web" | undefined;
@@ -16265,6 +16537,14 @@ declare const Dropdown: React__default.ForwardRefExoticComponent<{
16265
16537
  readonly l?: ElevationLevels | undefined;
16266
16538
  readonly xl?: ElevationLevels | undefined;
16267
16539
  } | undefined;
16540
+ backdropFilter?: csstype.Property.BackdropFilter | {
16541
+ readonly base?: csstype.Property.BackdropFilter | undefined;
16542
+ readonly xs?: csstype.Property.BackdropFilter | undefined;
16543
+ readonly s?: csstype.Property.BackdropFilter | undefined;
16544
+ readonly m?: csstype.Property.BackdropFilter | undefined;
16545
+ readonly l?: csstype.Property.BackdropFilter | undefined;
16546
+ readonly xl?: csstype.Property.BackdropFilter | undefined;
16547
+ } | undefined;
16268
16548
  backgroundImage?: csstype.Property.BackgroundImage | {
16269
16549
  readonly base?: csstype.Property.BackgroundImage | undefined;
16270
16550
  readonly xs?: csstype.Property.BackgroundImage | undefined;
@@ -16513,6 +16793,14 @@ declare const Dropdown: React__default.ForwardRefExoticComponent<{
16513
16793
  readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
16514
16794
  readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
16515
16795
  };
16796
+ transition?: csstype.Property.Transition<string & {}> | {
16797
+ readonly base?: csstype.Property.Transition<string & {}> | undefined;
16798
+ readonly xs?: csstype.Property.Transition<string & {}> | undefined;
16799
+ readonly s?: csstype.Property.Transition<string & {}> | undefined;
16800
+ readonly m?: csstype.Property.Transition<string & {}> | undefined;
16801
+ readonly l?: csstype.Property.Transition<string & {}> | undefined;
16802
+ readonly xl?: csstype.Property.Transition<string & {}> | undefined;
16803
+ } | undefined;
16516
16804
  __brand__?: "platform-web" | {
16517
16805
  readonly base?: "platform-web" | undefined;
16518
16806
  readonly xs?: "platform-web" | undefined;
@@ -17102,6 +17390,14 @@ declare const EmptyState: React__default.ForwardRefExoticComponent<{
17102
17390
  readonly l?: ElevationLevels | undefined;
17103
17391
  readonly xl?: ElevationLevels | undefined;
17104
17392
  } | undefined;
17393
+ backdropFilter?: csstype.Property.BackdropFilter | {
17394
+ readonly base?: csstype.Property.BackdropFilter | undefined;
17395
+ readonly xs?: csstype.Property.BackdropFilter | undefined;
17396
+ readonly s?: csstype.Property.BackdropFilter | undefined;
17397
+ readonly m?: csstype.Property.BackdropFilter | undefined;
17398
+ readonly l?: csstype.Property.BackdropFilter | undefined;
17399
+ readonly xl?: csstype.Property.BackdropFilter | undefined;
17400
+ } | undefined;
17105
17401
  backgroundImage?: csstype.Property.BackgroundImage | {
17106
17402
  readonly base?: csstype.Property.BackgroundImage | undefined;
17107
17403
  readonly xs?: csstype.Property.BackgroundImage | undefined;
@@ -17350,6 +17646,14 @@ declare const EmptyState: React__default.ForwardRefExoticComponent<{
17350
17646
  readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
17351
17647
  readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
17352
17648
  };
17649
+ transition?: csstype.Property.Transition<string & {}> | {
17650
+ readonly base?: csstype.Property.Transition<string & {}> | undefined;
17651
+ readonly xs?: csstype.Property.Transition<string & {}> | undefined;
17652
+ readonly s?: csstype.Property.Transition<string & {}> | undefined;
17653
+ readonly m?: csstype.Property.Transition<string & {}> | undefined;
17654
+ readonly l?: csstype.Property.Transition<string & {}> | undefined;
17655
+ readonly xl?: csstype.Property.Transition<string & {}> | undefined;
17656
+ } | undefined;
17353
17657
  __brand__?: "platform-web" | {
17354
17658
  readonly base?: "platform-web" | undefined;
17355
17659
  readonly xs?: "platform-web" | undefined;
@@ -18138,6 +18442,14 @@ declare const InfoGroup: React__default.ForwardRefExoticComponent<{
18138
18442
  readonly l?: ElevationLevels | undefined;
18139
18443
  readonly xl?: ElevationLevels | undefined;
18140
18444
  } | undefined;
18445
+ backdropFilter?: csstype.Property.BackdropFilter | {
18446
+ readonly base?: csstype.Property.BackdropFilter | undefined;
18447
+ readonly xs?: csstype.Property.BackdropFilter | undefined;
18448
+ readonly s?: csstype.Property.BackdropFilter | undefined;
18449
+ readonly m?: csstype.Property.BackdropFilter | undefined;
18450
+ readonly l?: csstype.Property.BackdropFilter | undefined;
18451
+ readonly xl?: csstype.Property.BackdropFilter | undefined;
18452
+ } | undefined;
18141
18453
  backgroundImage?: csstype.Property.BackgroundImage | {
18142
18454
  readonly base?: csstype.Property.BackgroundImage | undefined;
18143
18455
  readonly xs?: csstype.Property.BackgroundImage | undefined;
@@ -18386,6 +18698,14 @@ declare const InfoGroup: React__default.ForwardRefExoticComponent<{
18386
18698
  readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
18387
18699
  readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
18388
18700
  };
18701
+ transition?: csstype.Property.Transition<string & {}> | {
18702
+ readonly base?: csstype.Property.Transition<string & {}> | undefined;
18703
+ readonly xs?: csstype.Property.Transition<string & {}> | undefined;
18704
+ readonly s?: csstype.Property.Transition<string & {}> | undefined;
18705
+ readonly m?: csstype.Property.Transition<string & {}> | undefined;
18706
+ readonly l?: csstype.Property.Transition<string & {}> | undefined;
18707
+ readonly xl?: csstype.Property.Transition<string & {}> | undefined;
18708
+ } | undefined;
18389
18709
  __brand__?: "platform-web" | {
18390
18710
  readonly base?: "platform-web" | undefined;
18391
18711
  readonly xs?: "platform-web" | undefined;
@@ -18707,6 +19027,14 @@ declare const InfoGroup: React__default.ForwardRefExoticComponent<{
18707
19027
  readonly l?: ElevationLevels | undefined;
18708
19028
  readonly xl?: ElevationLevels | undefined;
18709
19029
  } | undefined;
19030
+ backdropFilter?: csstype.Property.BackdropFilter | {
19031
+ readonly base?: csstype.Property.BackdropFilter | undefined;
19032
+ readonly xs?: csstype.Property.BackdropFilter | undefined;
19033
+ readonly s?: csstype.Property.BackdropFilter | undefined;
19034
+ readonly m?: csstype.Property.BackdropFilter | undefined;
19035
+ readonly l?: csstype.Property.BackdropFilter | undefined;
19036
+ readonly xl?: csstype.Property.BackdropFilter | undefined;
19037
+ } | undefined;
18710
19038
  backgroundImage?: csstype.Property.BackgroundImage | {
18711
19039
  readonly base?: csstype.Property.BackgroundImage | undefined;
18712
19040
  readonly xs?: csstype.Property.BackgroundImage | undefined;
@@ -18955,6 +19283,14 @@ declare const InfoGroup: React__default.ForwardRefExoticComponent<{
18955
19283
  readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
18956
19284
  readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
18957
19285
  };
19286
+ transition?: csstype.Property.Transition<string & {}> | {
19287
+ readonly base?: csstype.Property.Transition<string & {}> | undefined;
19288
+ readonly xs?: csstype.Property.Transition<string & {}> | undefined;
19289
+ readonly s?: csstype.Property.Transition<string & {}> | undefined;
19290
+ readonly m?: csstype.Property.Transition<string & {}> | undefined;
19291
+ readonly l?: csstype.Property.Transition<string & {}> | undefined;
19292
+ readonly xl?: csstype.Property.Transition<string & {}> | undefined;
19293
+ } | undefined;
18958
19294
  __brand__?: "platform-web" | {
18959
19295
  readonly base?: "platform-web" | undefined;
18960
19296
  readonly xs?: "platform-web" | undefined;
@@ -19332,6 +19668,14 @@ declare const Indicator: React__default.ForwardRefExoticComponent<{
19332
19668
  readonly l?: ElevationLevels | undefined;
19333
19669
  readonly xl?: ElevationLevels | undefined;
19334
19670
  } | undefined;
19671
+ backdropFilter?: csstype.Property.BackdropFilter | {
19672
+ readonly base?: csstype.Property.BackdropFilter | undefined;
19673
+ readonly xs?: csstype.Property.BackdropFilter | undefined;
19674
+ readonly s?: csstype.Property.BackdropFilter | undefined;
19675
+ readonly m?: csstype.Property.BackdropFilter | undefined;
19676
+ readonly l?: csstype.Property.BackdropFilter | undefined;
19677
+ readonly xl?: csstype.Property.BackdropFilter | undefined;
19678
+ } | undefined;
19335
19679
  backgroundImage?: csstype.Property.BackgroundImage | {
19336
19680
  readonly base?: csstype.Property.BackgroundImage | undefined;
19337
19681
  readonly xs?: csstype.Property.BackgroundImage | undefined;
@@ -19580,6 +19924,14 @@ declare const Indicator: React__default.ForwardRefExoticComponent<{
19580
19924
  readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
19581
19925
  readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
19582
19926
  };
19927
+ transition?: csstype.Property.Transition<string & {}> | {
19928
+ readonly base?: csstype.Property.Transition<string & {}> | undefined;
19929
+ readonly xs?: csstype.Property.Transition<string & {}> | undefined;
19930
+ readonly s?: csstype.Property.Transition<string & {}> | undefined;
19931
+ readonly m?: csstype.Property.Transition<string & {}> | undefined;
19932
+ readonly l?: csstype.Property.Transition<string & {}> | undefined;
19933
+ readonly xl?: csstype.Property.Transition<string & {}> | undefined;
19934
+ } | undefined;
19583
19935
  __brand__?: "platform-web" | {
19584
19936
  readonly base?: "platform-web" | undefined;
19585
19937
  readonly xs?: "platform-web" | undefined;
@@ -20291,6 +20643,14 @@ declare const PhoneNumberInput: React__default.ForwardRefExoticComponent<Partial
20291
20643
  readonly l?: ElevationLevels | undefined;
20292
20644
  readonly xl?: ElevationLevels | undefined;
20293
20645
  } | undefined;
20646
+ backdropFilter?: csstype.Property.BackdropFilter | {
20647
+ readonly base?: csstype.Property.BackdropFilter | undefined;
20648
+ readonly xs?: csstype.Property.BackdropFilter | undefined;
20649
+ readonly s?: csstype.Property.BackdropFilter | undefined;
20650
+ readonly m?: csstype.Property.BackdropFilter | undefined;
20651
+ readonly l?: csstype.Property.BackdropFilter | undefined;
20652
+ readonly xl?: csstype.Property.BackdropFilter | undefined;
20653
+ } | undefined;
20294
20654
  backgroundImage?: csstype.Property.BackgroundImage | {
20295
20655
  readonly base?: csstype.Property.BackgroundImage | undefined;
20296
20656
  readonly xs?: csstype.Property.BackgroundImage | undefined;
@@ -20539,6 +20899,14 @@ declare const PhoneNumberInput: React__default.ForwardRefExoticComponent<Partial
20539
20899
  readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
20540
20900
  readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
20541
20901
  };
20902
+ transition?: csstype.Property.Transition<string & {}> | {
20903
+ readonly base?: csstype.Property.Transition<string & {}> | undefined;
20904
+ readonly xs?: csstype.Property.Transition<string & {}> | undefined;
20905
+ readonly s?: csstype.Property.Transition<string & {}> | undefined;
20906
+ readonly m?: csstype.Property.Transition<string & {}> | undefined;
20907
+ readonly l?: csstype.Property.Transition<string & {}> | undefined;
20908
+ readonly xl?: csstype.Property.Transition<string & {}> | undefined;
20909
+ } | undefined;
20542
20910
  __brand__?: "platform-web" | {
20543
20911
  readonly base?: "platform-web" | undefined;
20544
20912
  readonly xs?: "platform-web" | undefined;
@@ -20986,6 +21354,14 @@ declare const InputGroup: React__default.ForwardRefExoticComponent<{
20986
21354
  readonly l?: ElevationLevels | undefined;
20987
21355
  readonly xl?: ElevationLevels | undefined;
20988
21356
  } | undefined;
21357
+ backdropFilter?: csstype.Property.BackdropFilter | {
21358
+ readonly base?: csstype.Property.BackdropFilter | undefined;
21359
+ readonly xs?: csstype.Property.BackdropFilter | undefined;
21360
+ readonly s?: csstype.Property.BackdropFilter | undefined;
21361
+ readonly m?: csstype.Property.BackdropFilter | undefined;
21362
+ readonly l?: csstype.Property.BackdropFilter | undefined;
21363
+ readonly xl?: csstype.Property.BackdropFilter | undefined;
21364
+ } | undefined;
20989
21365
  backgroundImage?: csstype.Property.BackgroundImage | {
20990
21366
  readonly base?: csstype.Property.BackgroundImage | undefined;
20991
21367
  readonly xs?: csstype.Property.BackgroundImage | undefined;
@@ -21234,6 +21610,14 @@ declare const InputGroup: React__default.ForwardRefExoticComponent<{
21234
21610
  readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
21235
21611
  readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
21236
21612
  };
21613
+ transition?: csstype.Property.Transition<string & {}> | {
21614
+ readonly base?: csstype.Property.Transition<string & {}> | undefined;
21615
+ readonly xs?: csstype.Property.Transition<string & {}> | undefined;
21616
+ readonly s?: csstype.Property.Transition<string & {}> | undefined;
21617
+ readonly m?: csstype.Property.Transition<string & {}> | undefined;
21618
+ readonly l?: csstype.Property.Transition<string & {}> | undefined;
21619
+ readonly xl?: csstype.Property.Transition<string & {}> | undefined;
21620
+ } | undefined;
21237
21621
  __brand__?: "platform-web" | {
21238
21622
  readonly base?: "platform-web" | undefined;
21239
21623
  readonly xs?: "platform-web" | undefined;
@@ -22277,6 +22661,14 @@ declare const Radio: React__default.ForwardRefExoticComponent<{
22277
22661
  readonly l?: ElevationLevels | undefined;
22278
22662
  readonly xl?: ElevationLevels | undefined;
22279
22663
  } | undefined;
22664
+ backdropFilter?: csstype.Property.BackdropFilter | {
22665
+ readonly base?: csstype.Property.BackdropFilter | undefined;
22666
+ readonly xs?: csstype.Property.BackdropFilter | undefined;
22667
+ readonly s?: csstype.Property.BackdropFilter | undefined;
22668
+ readonly m?: csstype.Property.BackdropFilter | undefined;
22669
+ readonly l?: csstype.Property.BackdropFilter | undefined;
22670
+ readonly xl?: csstype.Property.BackdropFilter | undefined;
22671
+ } | undefined;
22280
22672
  backgroundImage?: csstype.Property.BackgroundImage | {
22281
22673
  readonly base?: csstype.Property.BackgroundImage | undefined;
22282
22674
  readonly xs?: csstype.Property.BackgroundImage | undefined;
@@ -22525,6 +22917,14 @@ declare const Radio: React__default.ForwardRefExoticComponent<{
22525
22917
  readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
22526
22918
  readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
22527
22919
  };
22920
+ transition?: csstype.Property.Transition<string & {}> | {
22921
+ readonly base?: csstype.Property.Transition<string & {}> | undefined;
22922
+ readonly xs?: csstype.Property.Transition<string & {}> | undefined;
22923
+ readonly s?: csstype.Property.Transition<string & {}> | undefined;
22924
+ readonly m?: csstype.Property.Transition<string & {}> | undefined;
22925
+ readonly l?: csstype.Property.Transition<string & {}> | undefined;
22926
+ readonly xl?: csstype.Property.Transition<string & {}> | undefined;
22927
+ } | undefined;
22528
22928
  __brand__?: "platform-web" | {
22529
22929
  readonly base?: "platform-web" | undefined;
22530
22930
  readonly xs?: "platform-web" | undefined;
@@ -22980,6 +23380,14 @@ declare const SideNav: React__default.ForwardRefExoticComponent<{
22980
23380
  readonly l?: ElevationLevels | undefined;
22981
23381
  readonly xl?: ElevationLevels | undefined;
22982
23382
  } | undefined;
23383
+ backdropFilter?: csstype.Property.BackdropFilter | {
23384
+ readonly base?: csstype.Property.BackdropFilter | undefined;
23385
+ readonly xs?: csstype.Property.BackdropFilter | undefined;
23386
+ readonly s?: csstype.Property.BackdropFilter | undefined;
23387
+ readonly m?: csstype.Property.BackdropFilter | undefined;
23388
+ readonly l?: csstype.Property.BackdropFilter | undefined;
23389
+ readonly xl?: csstype.Property.BackdropFilter | undefined;
23390
+ } | undefined;
22983
23391
  backgroundImage?: csstype.Property.BackgroundImage | {
22984
23392
  readonly base?: csstype.Property.BackgroundImage | undefined;
22985
23393
  readonly xs?: csstype.Property.BackgroundImage | undefined;
@@ -23228,6 +23636,14 @@ declare const SideNav: React__default.ForwardRefExoticComponent<{
23228
23636
  readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
23229
23637
  readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
23230
23638
  };
23639
+ transition?: csstype.Property.Transition<string & {}> | {
23640
+ readonly base?: csstype.Property.Transition<string & {}> | undefined;
23641
+ readonly xs?: csstype.Property.Transition<string & {}> | undefined;
23642
+ readonly s?: csstype.Property.Transition<string & {}> | undefined;
23643
+ readonly m?: csstype.Property.Transition<string & {}> | undefined;
23644
+ readonly l?: csstype.Property.Transition<string & {}> | undefined;
23645
+ readonly xl?: csstype.Property.Transition<string & {}> | undefined;
23646
+ } | undefined;
23231
23647
  __brand__?: "platform-web" | {
23232
23648
  readonly base?: "platform-web" | undefined;
23233
23649
  readonly xs?: "platform-web" | undefined;
@@ -23787,6 +24203,14 @@ declare const Skeleton: React__default.ForwardRefExoticComponent<Partial<Omit<Ma
23787
24203
  readonly l?: ElevationLevels | undefined;
23788
24204
  readonly xl?: ElevationLevels | undefined;
23789
24205
  } | undefined;
24206
+ backdropFilter?: csstype.Property.BackdropFilter | {
24207
+ readonly base?: csstype.Property.BackdropFilter | undefined;
24208
+ readonly xs?: csstype.Property.BackdropFilter | undefined;
24209
+ readonly s?: csstype.Property.BackdropFilter | undefined;
24210
+ readonly m?: csstype.Property.BackdropFilter | undefined;
24211
+ readonly l?: csstype.Property.BackdropFilter | undefined;
24212
+ readonly xl?: csstype.Property.BackdropFilter | undefined;
24213
+ } | undefined;
23790
24214
  backgroundImage?: csstype.Property.BackgroundImage | {
23791
24215
  readonly base?: csstype.Property.BackgroundImage | undefined;
23792
24216
  readonly xs?: csstype.Property.BackgroundImage | undefined;
@@ -24035,6 +24459,14 @@ declare const Skeleton: React__default.ForwardRefExoticComponent<Partial<Omit<Ma
24035
24459
  readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
24036
24460
  readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
24037
24461
  };
24462
+ transition?: csstype.Property.Transition<string & {}> | {
24463
+ readonly base?: csstype.Property.Transition<string & {}> | undefined;
24464
+ readonly xs?: csstype.Property.Transition<string & {}> | undefined;
24465
+ readonly s?: csstype.Property.Transition<string & {}> | undefined;
24466
+ readonly m?: csstype.Property.Transition<string & {}> | undefined;
24467
+ readonly l?: csstype.Property.Transition<string & {}> | undefined;
24468
+ readonly xl?: csstype.Property.Transition<string & {}> | undefined;
24469
+ } | undefined;
24038
24470
  __brand__?: "platform-web" | {
24039
24471
  readonly base?: "platform-web" | undefined;
24040
24472
  readonly xs?: "platform-web" | undefined;
@@ -24408,6 +24840,14 @@ declare const Spinner: React__default.ForwardRefExoticComponent<{
24408
24840
  readonly l?: ElevationLevels | undefined;
24409
24841
  readonly xl?: ElevationLevels | undefined;
24410
24842
  } | undefined;
24843
+ backdropFilter?: csstype.Property.BackdropFilter | {
24844
+ readonly base?: csstype.Property.BackdropFilter | undefined;
24845
+ readonly xs?: csstype.Property.BackdropFilter | undefined;
24846
+ readonly s?: csstype.Property.BackdropFilter | undefined;
24847
+ readonly m?: csstype.Property.BackdropFilter | undefined;
24848
+ readonly l?: csstype.Property.BackdropFilter | undefined;
24849
+ readonly xl?: csstype.Property.BackdropFilter | undefined;
24850
+ } | undefined;
24411
24851
  backgroundImage?: csstype.Property.BackgroundImage | {
24412
24852
  readonly base?: csstype.Property.BackgroundImage | undefined;
24413
24853
  readonly xs?: csstype.Property.BackgroundImage | undefined;
@@ -24656,6 +25096,14 @@ declare const Spinner: React__default.ForwardRefExoticComponent<{
24656
25096
  readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
24657
25097
  readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
24658
25098
  };
25099
+ transition?: csstype.Property.Transition<string & {}> | {
25100
+ readonly base?: csstype.Property.Transition<string & {}> | undefined;
25101
+ readonly xs?: csstype.Property.Transition<string & {}> | undefined;
25102
+ readonly s?: csstype.Property.Transition<string & {}> | undefined;
25103
+ readonly m?: csstype.Property.Transition<string & {}> | undefined;
25104
+ readonly l?: csstype.Property.Transition<string & {}> | undefined;
25105
+ readonly xl?: csstype.Property.Transition<string & {}> | undefined;
25106
+ } | undefined;
24659
25107
  __brand__?: "platform-web" | {
24660
25108
  readonly base?: "platform-web" | undefined;
24661
25109
  readonly xs?: "platform-web" | undefined;
@@ -25169,6 +25617,14 @@ declare const StepGroup: React__default.ForwardRefExoticComponent<{
25169
25617
  readonly l?: ElevationLevels | undefined;
25170
25618
  readonly xl?: ElevationLevels | undefined;
25171
25619
  } | undefined;
25620
+ backdropFilter?: csstype.Property.BackdropFilter | {
25621
+ readonly base?: csstype.Property.BackdropFilter | undefined;
25622
+ readonly xs?: csstype.Property.BackdropFilter | undefined;
25623
+ readonly s?: csstype.Property.BackdropFilter | undefined;
25624
+ readonly m?: csstype.Property.BackdropFilter | undefined;
25625
+ readonly l?: csstype.Property.BackdropFilter | undefined;
25626
+ readonly xl?: csstype.Property.BackdropFilter | undefined;
25627
+ } | undefined;
25172
25628
  backgroundImage?: csstype.Property.BackgroundImage | {
25173
25629
  readonly base?: csstype.Property.BackgroundImage | undefined;
25174
25630
  readonly xs?: csstype.Property.BackgroundImage | undefined;
@@ -25417,6 +25873,14 @@ declare const StepGroup: React__default.ForwardRefExoticComponent<{
25417
25873
  readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
25418
25874
  readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
25419
25875
  };
25876
+ transition?: csstype.Property.Transition<string & {}> | {
25877
+ readonly base?: csstype.Property.Transition<string & {}> | undefined;
25878
+ readonly xs?: csstype.Property.Transition<string & {}> | undefined;
25879
+ readonly s?: csstype.Property.Transition<string & {}> | undefined;
25880
+ readonly m?: csstype.Property.Transition<string & {}> | undefined;
25881
+ readonly l?: csstype.Property.Transition<string & {}> | undefined;
25882
+ readonly xl?: csstype.Property.Transition<string & {}> | undefined;
25883
+ } | undefined;
25420
25884
  __brand__?: "platform-web" | {
25421
25885
  readonly base?: "platform-web" | undefined;
25422
25886
  readonly xs?: "platform-web" | undefined;
@@ -26002,6 +26466,14 @@ declare const Switch: React__default.ForwardRefExoticComponent<{
26002
26466
  readonly l?: ElevationLevels | undefined;
26003
26467
  readonly xl?: ElevationLevels | undefined;
26004
26468
  } | undefined;
26469
+ backdropFilter?: csstype.Property.BackdropFilter | {
26470
+ readonly base?: csstype.Property.BackdropFilter | undefined;
26471
+ readonly xs?: csstype.Property.BackdropFilter | undefined;
26472
+ readonly s?: csstype.Property.BackdropFilter | undefined;
26473
+ readonly m?: csstype.Property.BackdropFilter | undefined;
26474
+ readonly l?: csstype.Property.BackdropFilter | undefined;
26475
+ readonly xl?: csstype.Property.BackdropFilter | undefined;
26476
+ } | undefined;
26005
26477
  backgroundImage?: csstype.Property.BackgroundImage | {
26006
26478
  readonly base?: csstype.Property.BackgroundImage | undefined;
26007
26479
  readonly xs?: csstype.Property.BackgroundImage | undefined;
@@ -26250,6 +26722,14 @@ declare const Switch: React__default.ForwardRefExoticComponent<{
26250
26722
  readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
26251
26723
  readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
26252
26724
  };
26725
+ transition?: csstype.Property.Transition<string & {}> | {
26726
+ readonly base?: csstype.Property.Transition<string & {}> | undefined;
26727
+ readonly xs?: csstype.Property.Transition<string & {}> | undefined;
26728
+ readonly s?: csstype.Property.Transition<string & {}> | undefined;
26729
+ readonly m?: csstype.Property.Transition<string & {}> | undefined;
26730
+ readonly l?: csstype.Property.Transition<string & {}> | undefined;
26731
+ readonly xl?: csstype.Property.Transition<string & {}> | undefined;
26732
+ } | undefined;
26253
26733
  __brand__?: "platform-web" | {
26254
26734
  readonly base?: "platform-web" | undefined;
26255
26735
  readonly xs?: "platform-web" | undefined;
@@ -27200,6 +27680,14 @@ declare const TabList: ({ children, ...rest }: {
27200
27680
  readonly l?: ElevationLevels | undefined;
27201
27681
  readonly xl?: ElevationLevels | undefined;
27202
27682
  } | undefined;
27683
+ backdropFilter?: csstype.Property.BackdropFilter | {
27684
+ readonly base?: csstype.Property.BackdropFilter | undefined;
27685
+ readonly xs?: csstype.Property.BackdropFilter | undefined;
27686
+ readonly s?: csstype.Property.BackdropFilter | undefined;
27687
+ readonly m?: csstype.Property.BackdropFilter | undefined;
27688
+ readonly l?: csstype.Property.BackdropFilter | undefined;
27689
+ readonly xl?: csstype.Property.BackdropFilter | undefined;
27690
+ } | undefined;
27203
27691
  backgroundImage?: csstype.Property.BackgroundImage | {
27204
27692
  readonly base?: csstype.Property.BackgroundImage | undefined;
27205
27693
  readonly xs?: csstype.Property.BackgroundImage | undefined;
@@ -27448,6 +27936,14 @@ declare const TabList: ({ children, ...rest }: {
27448
27936
  readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
27449
27937
  readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
27450
27938
  };
27939
+ transition?: csstype.Property.Transition<string & {}> | {
27940
+ readonly base?: csstype.Property.Transition<string & {}> | undefined;
27941
+ readonly xs?: csstype.Property.Transition<string & {}> | undefined;
27942
+ readonly s?: csstype.Property.Transition<string & {}> | undefined;
27943
+ readonly m?: csstype.Property.Transition<string & {}> | undefined;
27944
+ readonly l?: csstype.Property.Transition<string & {}> | undefined;
27945
+ readonly xl?: csstype.Property.Transition<string & {}> | undefined;
27946
+ } | undefined;
27451
27947
  __brand__?: "platform-web" | {
27452
27948
  readonly base?: "platform-web" | undefined;
27453
27949
  readonly xs?: "platform-web" | undefined;
@@ -27795,6 +28291,14 @@ declare const Tag: React__default.ForwardRefExoticComponent<{
27795
28291
  readonly l?: ElevationLevels | undefined;
27796
28292
  readonly xl?: ElevationLevels | undefined;
27797
28293
  } | undefined;
28294
+ backdropFilter?: csstype.Property.BackdropFilter | {
28295
+ readonly base?: csstype.Property.BackdropFilter | undefined;
28296
+ readonly xs?: csstype.Property.BackdropFilter | undefined;
28297
+ readonly s?: csstype.Property.BackdropFilter | undefined;
28298
+ readonly m?: csstype.Property.BackdropFilter | undefined;
28299
+ readonly l?: csstype.Property.BackdropFilter | undefined;
28300
+ readonly xl?: csstype.Property.BackdropFilter | undefined;
28301
+ } | undefined;
27798
28302
  backgroundImage?: csstype.Property.BackgroundImage | {
27799
28303
  readonly base?: csstype.Property.BackgroundImage | undefined;
27800
28304
  readonly xs?: csstype.Property.BackgroundImage | undefined;
@@ -28043,6 +28547,14 @@ declare const Tag: React__default.ForwardRefExoticComponent<{
28043
28547
  readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
28044
28548
  readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
28045
28549
  };
28550
+ transition?: csstype.Property.Transition<string & {}> | {
28551
+ readonly base?: csstype.Property.Transition<string & {}> | undefined;
28552
+ readonly xs?: csstype.Property.Transition<string & {}> | undefined;
28553
+ readonly s?: csstype.Property.Transition<string & {}> | undefined;
28554
+ readonly m?: csstype.Property.Transition<string & {}> | undefined;
28555
+ readonly l?: csstype.Property.Transition<string & {}> | undefined;
28556
+ readonly xl?: csstype.Property.Transition<string & {}> | undefined;
28557
+ } | undefined;
28046
28558
  __brand__?: "platform-web" | {
28047
28559
  readonly base?: "platform-web" | undefined;
28048
28560
  readonly xs?: "platform-web" | undefined;
@@ -28618,6 +29130,14 @@ declare const TopNav: React__default.ForwardRefExoticComponent<{
28618
29130
  readonly l?: ElevationLevels | undefined;
28619
29131
  readonly xl?: ElevationLevels | undefined;
28620
29132
  } | undefined;
29133
+ backdropFilter?: csstype.Property.BackdropFilter | {
29134
+ readonly base?: csstype.Property.BackdropFilter | undefined;
29135
+ readonly xs?: csstype.Property.BackdropFilter | undefined;
29136
+ readonly s?: csstype.Property.BackdropFilter | undefined;
29137
+ readonly m?: csstype.Property.BackdropFilter | undefined;
29138
+ readonly l?: csstype.Property.BackdropFilter | undefined;
29139
+ readonly xl?: csstype.Property.BackdropFilter | undefined;
29140
+ } | undefined;
28621
29141
  backgroundImage?: csstype.Property.BackgroundImage | {
28622
29142
  readonly base?: csstype.Property.BackgroundImage | undefined;
28623
29143
  readonly xs?: csstype.Property.BackgroundImage | undefined;
@@ -28866,6 +29386,14 @@ declare const TopNav: React__default.ForwardRefExoticComponent<{
28866
29386
  readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
28867
29387
  readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
28868
29388
  };
29389
+ transition?: csstype.Property.Transition<string & {}> | {
29390
+ readonly base?: csstype.Property.Transition<string & {}> | undefined;
29391
+ readonly xs?: csstype.Property.Transition<string & {}> | undefined;
29392
+ readonly s?: csstype.Property.Transition<string & {}> | undefined;
29393
+ readonly m?: csstype.Property.Transition<string & {}> | undefined;
29394
+ readonly l?: csstype.Property.Transition<string & {}> | undefined;
29395
+ readonly xl?: csstype.Property.Transition<string & {}> | undefined;
29396
+ } | undefined;
28869
29397
  __brand__?: "platform-web" | {
28870
29398
  readonly base?: "platform-web" | undefined;
28871
29399
  readonly xs?: "platform-web" | undefined;
@@ -29182,6 +29710,14 @@ declare const TopNav: React__default.ForwardRefExoticComponent<{
29182
29710
  readonly l?: ElevationLevels | undefined;
29183
29711
  readonly xl?: ElevationLevels | undefined;
29184
29712
  } | undefined;
29713
+ backdropFilter?: csstype.Property.BackdropFilter | {
29714
+ readonly base?: csstype.Property.BackdropFilter | undefined;
29715
+ readonly xs?: csstype.Property.BackdropFilter | undefined;
29716
+ readonly s?: csstype.Property.BackdropFilter | undefined;
29717
+ readonly m?: csstype.Property.BackdropFilter | undefined;
29718
+ readonly l?: csstype.Property.BackdropFilter | undefined;
29719
+ readonly xl?: csstype.Property.BackdropFilter | undefined;
29720
+ } | undefined;
29185
29721
  backgroundImage?: csstype.Property.BackgroundImage | {
29186
29722
  readonly base?: csstype.Property.BackgroundImage | undefined;
29187
29723
  readonly xs?: csstype.Property.BackgroundImage | undefined;
@@ -29430,6 +29966,14 @@ declare const TopNav: React__default.ForwardRefExoticComponent<{
29430
29966
  readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
29431
29967
  readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
29432
29968
  };
29969
+ transition?: csstype.Property.Transition<string & {}> | {
29970
+ readonly base?: csstype.Property.Transition<string & {}> | undefined;
29971
+ readonly xs?: csstype.Property.Transition<string & {}> | undefined;
29972
+ readonly s?: csstype.Property.Transition<string & {}> | undefined;
29973
+ readonly m?: csstype.Property.Transition<string & {}> | undefined;
29974
+ readonly l?: csstype.Property.Transition<string & {}> | undefined;
29975
+ readonly xl?: csstype.Property.Transition<string & {}> | undefined;
29976
+ } | undefined;
29433
29977
  __brand__?: "platform-web" | {
29434
29978
  readonly base?: "platform-web" | undefined;
29435
29979
  readonly xs?: "platform-web" | undefined;