@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.
- package/build/lib/native/components/Box/BaseBox/baseBoxStyles.js +1 -1
- package/build/lib/native/components/Box/BaseBox/baseBoxStyles.js.map +1 -1
- package/build/lib/native/components/Box/BaseBox/types/propsTypes.js.map +1 -1
- package/build/lib/native/components/Box/Box.js +1 -1
- package/build/lib/native/components/Box/Box.js.map +1 -1
- package/build/lib/web/development/components/Box/BaseBox/baseBoxStyles.js +5 -1
- package/build/lib/web/development/components/Box/BaseBox/baseBoxStyles.js.map +1 -1
- package/build/lib/web/development/components/Box/BaseBox/types/propsTypes.js.map +1 -1
- package/build/lib/web/development/components/Box/Box.js +3 -0
- package/build/lib/web/development/components/Box/Box.js.map +1 -1
- package/build/lib/web/development/components/Input/BaseInput/AnimatedBaseInputWrapper.web.js +5 -5
- package/build/lib/web/development/components/Input/BaseInput/AnimatedBaseInputWrapper.web.js.map +1 -1
- package/build/lib/web/development/components/Tag/AnimatedTag.web.js +4 -4
- package/build/lib/web/development/components/Tag/AnimatedTag.web.js.map +1 -1
- package/build/lib/web/production/components/Box/BaseBox/baseBoxStyles.js +5 -1
- package/build/lib/web/production/components/Box/BaseBox/baseBoxStyles.js.map +1 -1
- package/build/lib/web/production/components/Box/BaseBox/types/propsTypes.js.map +1 -1
- package/build/lib/web/production/components/Box/Box.js +3 -0
- package/build/lib/web/production/components/Box/Box.js.map +1 -1
- package/build/lib/web/production/components/Input/BaseInput/AnimatedBaseInputWrapper.web.js +5 -5
- package/build/lib/web/production/components/Input/BaseInput/AnimatedBaseInputWrapper.web.js.map +1 -1
- package/build/lib/web/production/components/Tag/AnimatedTag.web.js +4 -4
- package/build/lib/web/production/components/Tag/AnimatedTag.web.js.map +1 -1
- package/build/types/components/index.d.ts +545 -1
- package/build/types/components/index.native.d.ts +41 -1
- package/package.json +1 -1
|
@@ -1299,7 +1299,7 @@ type CommonBoxVisualProps = MakeObjectResponsive<{
|
|
|
1299
1299
|
borderTopRightRadius: keyof Border['radius'];
|
|
1300
1300
|
borderBottomRightRadius: keyof Border['radius'];
|
|
1301
1301
|
borderBottomLeftRadius: keyof Border['radius'];
|
|
1302
|
-
} & PickCSSByPlatform<'backgroundImage' | 'backgroundSize' | 'backgroundPosition' | 'backgroundOrigin' | 'backgroundRepeat' | 'pointerEvents' | 'opacity' | 'visibility' | 'transform' | 'transformOrigin' | 'clipPath' | 'borderStyle' | 'borderTopStyle' | 'borderBottomStyle' | 'borderLeftStyle' | 'borderRightStyle'> & {
|
|
1302
|
+
} & PickCSSByPlatform<'backgroundImage' | 'backgroundSize' | 'backgroundPosition' | 'backgroundOrigin' | 'backgroundRepeat' | 'pointerEvents' | 'opacity' | 'visibility' | 'transform' | 'transformOrigin' | 'clipPath' | 'borderStyle' | 'borderTopStyle' | 'borderBottomStyle' | 'borderLeftStyle' | 'borderRightStyle' | 'backdropFilter' | 'transition'> & {
|
|
1303
1303
|
/**
|
|
1304
1304
|
* Sets the elevation for Box
|
|
1305
1305
|
*
|
|
@@ -1564,6 +1564,7 @@ declare const Box: react__default.ForwardRefExoticComponent<Partial<PaddingProps
|
|
|
1564
1564
|
readonly l?: ElevationLevels | undefined;
|
|
1565
1565
|
readonly xl?: ElevationLevels | undefined;
|
|
1566
1566
|
} | undefined;
|
|
1567
|
+
backdropFilter: never;
|
|
1567
1568
|
backgroundImage: never;
|
|
1568
1569
|
backgroundOrigin: never;
|
|
1569
1570
|
backgroundRepeat: never;
|
|
@@ -1728,6 +1729,7 @@ declare const Box: react__default.ForwardRefExoticComponent<Partial<PaddingProps
|
|
|
1728
1729
|
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
1729
1730
|
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
1730
1731
|
};
|
|
1732
|
+
transition: never;
|
|
1731
1733
|
__brand__?: "platform-native" | {
|
|
1732
1734
|
readonly base?: "platform-native" | undefined;
|
|
1733
1735
|
readonly xs?: "platform-native" | undefined;
|
|
@@ -2869,6 +2871,7 @@ declare const Accordion: react__default.ForwardRefExoticComponent<{
|
|
|
2869
2871
|
readonly l?: ElevationLevels | undefined;
|
|
2870
2872
|
readonly xl?: ElevationLevels | undefined;
|
|
2871
2873
|
} | undefined;
|
|
2874
|
+
backdropFilter: never;
|
|
2872
2875
|
backgroundImage: never;
|
|
2873
2876
|
backgroundOrigin: never;
|
|
2874
2877
|
backgroundRepeat: never;
|
|
@@ -3033,6 +3036,7 @@ declare const Accordion: react__default.ForwardRefExoticComponent<{
|
|
|
3033
3036
|
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
3034
3037
|
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
3035
3038
|
};
|
|
3039
|
+
transition: never;
|
|
3036
3040
|
__brand__?: "platform-native" | {
|
|
3037
3041
|
readonly base?: "platform-native" | undefined;
|
|
3038
3042
|
readonly xs?: "platform-native" | undefined;
|
|
@@ -3281,6 +3285,7 @@ declare const Divider: react__default.ForwardRefExoticComponent<{
|
|
|
3281
3285
|
readonly l?: ElevationLevels | undefined;
|
|
3282
3286
|
readonly xl?: ElevationLevels | undefined;
|
|
3283
3287
|
} | undefined;
|
|
3288
|
+
backdropFilter: never;
|
|
3284
3289
|
backgroundImage: never;
|
|
3285
3290
|
backgroundOrigin: never;
|
|
3286
3291
|
backgroundRepeat: never;
|
|
@@ -3445,6 +3450,7 @@ declare const Divider: react__default.ForwardRefExoticComponent<{
|
|
|
3445
3450
|
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
3446
3451
|
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
3447
3452
|
};
|
|
3453
|
+
transition: never;
|
|
3448
3454
|
__brand__?: "platform-native" | {
|
|
3449
3455
|
readonly base?: "platform-native" | undefined;
|
|
3450
3456
|
readonly xs?: "platform-native" | undefined;
|
|
@@ -3845,6 +3851,7 @@ declare const Badge: react__default.ForwardRefExoticComponent<{
|
|
|
3845
3851
|
readonly l?: ElevationLevels | undefined;
|
|
3846
3852
|
readonly xl?: ElevationLevels | undefined;
|
|
3847
3853
|
} | undefined;
|
|
3854
|
+
backdropFilter: never;
|
|
3848
3855
|
backgroundImage: never;
|
|
3849
3856
|
backgroundOrigin: never;
|
|
3850
3857
|
backgroundRepeat: never;
|
|
@@ -4009,6 +4016,7 @@ declare const Badge: react__default.ForwardRefExoticComponent<{
|
|
|
4009
4016
|
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4010
4017
|
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4011
4018
|
};
|
|
4019
|
+
transition: never;
|
|
4012
4020
|
__brand__?: "platform-native" | {
|
|
4013
4021
|
readonly base?: "platform-native" | undefined;
|
|
4014
4022
|
readonly xs?: "platform-native" | undefined;
|
|
@@ -4969,6 +4977,7 @@ declare const Alert: react__default.ForwardRefExoticComponent<{
|
|
|
4969
4977
|
readonly l?: ElevationLevels | undefined;
|
|
4970
4978
|
readonly xl?: ElevationLevels | undefined;
|
|
4971
4979
|
} | undefined;
|
|
4980
|
+
backdropFilter: never;
|
|
4972
4981
|
backgroundImage: never;
|
|
4973
4982
|
backgroundOrigin: never;
|
|
4974
4983
|
backgroundRepeat: never;
|
|
@@ -5133,6 +5142,7 @@ declare const Alert: react__default.ForwardRefExoticComponent<{
|
|
|
5133
5142
|
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
5134
5143
|
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
5135
5144
|
};
|
|
5145
|
+
transition: never;
|
|
5136
5146
|
__brand__?: "platform-native" | {
|
|
5137
5147
|
readonly base?: "platform-native" | undefined;
|
|
5138
5148
|
readonly xs?: "platform-native" | undefined;
|
|
@@ -5915,6 +5925,7 @@ declare const IconButton: react__default.ForwardRefExoticComponent<{
|
|
|
5915
5925
|
readonly l?: ElevationLevels | undefined;
|
|
5916
5926
|
readonly xl?: ElevationLevels | undefined;
|
|
5917
5927
|
} | undefined;
|
|
5928
|
+
backdropFilter: never;
|
|
5918
5929
|
backgroundImage: never;
|
|
5919
5930
|
backgroundOrigin: never;
|
|
5920
5931
|
backgroundRepeat: never;
|
|
@@ -6079,6 +6090,7 @@ declare const IconButton: react__default.ForwardRefExoticComponent<{
|
|
|
6079
6090
|
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
6080
6091
|
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
6081
6092
|
};
|
|
6093
|
+
transition: never;
|
|
6082
6094
|
__brand__?: "platform-native" | {
|
|
6083
6095
|
readonly base?: "platform-native" | undefined;
|
|
6084
6096
|
readonly xs?: "platform-native" | undefined;
|
|
@@ -6592,6 +6604,7 @@ declare const Card: react__default.ForwardRefExoticComponent<{
|
|
|
6592
6604
|
readonly l?: ElevationLevels | undefined;
|
|
6593
6605
|
readonly xl?: ElevationLevels | undefined;
|
|
6594
6606
|
} | undefined;
|
|
6607
|
+
backdropFilter: never;
|
|
6595
6608
|
backgroundImage: never;
|
|
6596
6609
|
backgroundOrigin: never;
|
|
6597
6610
|
backgroundRepeat: never;
|
|
@@ -6756,6 +6769,7 @@ declare const Card: react__default.ForwardRefExoticComponent<{
|
|
|
6756
6769
|
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
6757
6770
|
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
6758
6771
|
};
|
|
6772
|
+
transition: never;
|
|
6759
6773
|
__brand__?: "platform-native" | {
|
|
6760
6774
|
readonly base?: "platform-native" | undefined;
|
|
6761
6775
|
readonly xs?: "platform-native" | undefined;
|
|
@@ -6991,6 +7005,7 @@ declare const Counter: react__default.ForwardRefExoticComponent<{
|
|
|
6991
7005
|
readonly l?: ElevationLevels | undefined;
|
|
6992
7006
|
readonly xl?: ElevationLevels | undefined;
|
|
6993
7007
|
} | undefined;
|
|
7008
|
+
backdropFilter: never;
|
|
6994
7009
|
backgroundImage: never;
|
|
6995
7010
|
backgroundOrigin: never;
|
|
6996
7011
|
backgroundRepeat: never;
|
|
@@ -7155,6 +7170,7 @@ declare const Counter: react__default.ForwardRefExoticComponent<{
|
|
|
7155
7170
|
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7156
7171
|
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7157
7172
|
};
|
|
7173
|
+
transition: never;
|
|
7158
7174
|
__brand__?: "platform-native" | {
|
|
7159
7175
|
readonly base?: "platform-native" | undefined;
|
|
7160
7176
|
readonly xs?: "platform-native" | undefined;
|
|
@@ -7365,6 +7381,7 @@ declare const Heading: react__default.ForwardRefExoticComponent<{
|
|
|
7365
7381
|
readonly l?: ElevationLevels | undefined;
|
|
7366
7382
|
readonly xl?: ElevationLevels | undefined;
|
|
7367
7383
|
} | undefined;
|
|
7384
|
+
backdropFilter: never;
|
|
7368
7385
|
backgroundImage: never;
|
|
7369
7386
|
backgroundOrigin: never;
|
|
7370
7387
|
backgroundRepeat: never;
|
|
@@ -7529,6 +7546,7 @@ declare const Heading: react__default.ForwardRefExoticComponent<{
|
|
|
7529
7546
|
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7530
7547
|
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7531
7548
|
};
|
|
7549
|
+
transition: never;
|
|
7532
7550
|
__brand__?: "platform-native" | {
|
|
7533
7551
|
readonly base?: "platform-native" | undefined;
|
|
7534
7552
|
readonly xs?: "platform-native" | undefined;
|
|
@@ -7843,6 +7861,7 @@ declare const Display: react__default.ForwardRefExoticComponent<{
|
|
|
7843
7861
|
readonly l?: ElevationLevels | undefined;
|
|
7844
7862
|
readonly xl?: ElevationLevels | undefined;
|
|
7845
7863
|
} | undefined;
|
|
7864
|
+
backdropFilter: never;
|
|
7846
7865
|
backgroundImage: never;
|
|
7847
7866
|
backgroundOrigin: never;
|
|
7848
7867
|
backgroundRepeat: never;
|
|
@@ -8007,6 +8026,7 @@ declare const Display: react__default.ForwardRefExoticComponent<{
|
|
|
8007
8026
|
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
8008
8027
|
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
8009
8028
|
};
|
|
8029
|
+
transition: never;
|
|
8010
8030
|
__brand__?: "platform-native" | {
|
|
8011
8031
|
readonly base?: "platform-native" | undefined;
|
|
8012
8032
|
readonly xs?: "platform-native" | undefined;
|
|
@@ -8323,6 +8343,7 @@ declare const Carousel: react__default.ForwardRefExoticComponent<{
|
|
|
8323
8343
|
readonly l?: ElevationLevels | undefined;
|
|
8324
8344
|
readonly xl?: ElevationLevels | undefined;
|
|
8325
8345
|
} | undefined;
|
|
8346
|
+
backdropFilter: never;
|
|
8326
8347
|
backgroundImage: never;
|
|
8327
8348
|
backgroundOrigin: never;
|
|
8328
8349
|
backgroundRepeat: never;
|
|
@@ -8487,6 +8508,7 @@ declare const Carousel: react__default.ForwardRefExoticComponent<{
|
|
|
8487
8508
|
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
8488
8509
|
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
8489
8510
|
};
|
|
8511
|
+
transition: never;
|
|
8490
8512
|
__brand__?: "platform-native" | {
|
|
8491
8513
|
readonly base?: "platform-native" | undefined;
|
|
8492
8514
|
readonly xs?: "platform-native" | undefined;
|
|
@@ -8977,6 +8999,7 @@ declare const Checkbox: react__default.ForwardRefExoticComponent<{
|
|
|
8977
8999
|
readonly l?: ElevationLevels | undefined;
|
|
8978
9000
|
readonly xl?: ElevationLevels | undefined;
|
|
8979
9001
|
} | undefined;
|
|
9002
|
+
backdropFilter: never;
|
|
8980
9003
|
backgroundImage: never;
|
|
8981
9004
|
backgroundOrigin: never;
|
|
8982
9005
|
backgroundRepeat: never;
|
|
@@ -9141,6 +9164,7 @@ declare const Checkbox: react__default.ForwardRefExoticComponent<{
|
|
|
9141
9164
|
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9142
9165
|
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9143
9166
|
};
|
|
9167
|
+
transition: never;
|
|
9144
9168
|
__brand__?: "platform-native" | {
|
|
9145
9169
|
readonly base?: "platform-native" | undefined;
|
|
9146
9170
|
readonly xs?: "platform-native" | undefined;
|
|
@@ -9728,6 +9752,7 @@ declare const Collapsible: react.ForwardRefExoticComponent<{
|
|
|
9728
9752
|
readonly l?: ElevationLevels | undefined;
|
|
9729
9753
|
readonly xl?: ElevationLevels | undefined;
|
|
9730
9754
|
} | undefined;
|
|
9755
|
+
backdropFilter: never;
|
|
9731
9756
|
backgroundImage: never;
|
|
9732
9757
|
backgroundOrigin: never;
|
|
9733
9758
|
backgroundRepeat: never;
|
|
@@ -9892,6 +9917,7 @@ declare const Collapsible: react.ForwardRefExoticComponent<{
|
|
|
9892
9917
|
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9893
9918
|
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9894
9919
|
};
|
|
9920
|
+
transition: never;
|
|
9895
9921
|
__brand__?: "platform-native" | {
|
|
9896
9922
|
readonly base?: "platform-native" | undefined;
|
|
9897
9923
|
readonly xs?: "platform-native" | undefined;
|
|
@@ -10871,6 +10897,7 @@ declare const Dropdown: react__default.ForwardRefExoticComponent<{
|
|
|
10871
10897
|
readonly l?: ElevationLevels | undefined;
|
|
10872
10898
|
readonly xl?: ElevationLevels | undefined;
|
|
10873
10899
|
} | undefined;
|
|
10900
|
+
backdropFilter: never;
|
|
10874
10901
|
backgroundImage: never;
|
|
10875
10902
|
backgroundOrigin: never;
|
|
10876
10903
|
backgroundRepeat: never;
|
|
@@ -11035,6 +11062,7 @@ declare const Dropdown: react__default.ForwardRefExoticComponent<{
|
|
|
11035
11062
|
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
11036
11063
|
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
11037
11064
|
};
|
|
11065
|
+
transition: never;
|
|
11038
11066
|
__brand__?: "platform-native" | {
|
|
11039
11067
|
readonly base?: "platform-native" | undefined;
|
|
11040
11068
|
readonly xs?: "platform-native" | undefined;
|
|
@@ -11708,6 +11736,7 @@ declare const Indicator: react__default.ForwardRefExoticComponent<{
|
|
|
11708
11736
|
readonly l?: ElevationLevels | undefined;
|
|
11709
11737
|
readonly xl?: ElevationLevels | undefined;
|
|
11710
11738
|
} | undefined;
|
|
11739
|
+
backdropFilter: never;
|
|
11711
11740
|
backgroundImage: never;
|
|
11712
11741
|
backgroundOrigin: never;
|
|
11713
11742
|
backgroundRepeat: never;
|
|
@@ -11872,6 +11901,7 @@ declare const Indicator: react__default.ForwardRefExoticComponent<{
|
|
|
11872
11901
|
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
11873
11902
|
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
11874
11903
|
};
|
|
11904
|
+
transition: never;
|
|
11875
11905
|
__brand__?: "platform-native" | {
|
|
11876
11906
|
readonly base?: "platform-native" | undefined;
|
|
11877
11907
|
readonly xs?: "platform-native" | undefined;
|
|
@@ -13142,6 +13172,7 @@ declare const Radio: react__default.ForwardRefExoticComponent<{
|
|
|
13142
13172
|
readonly l?: ElevationLevels | undefined;
|
|
13143
13173
|
readonly xl?: ElevationLevels | undefined;
|
|
13144
13174
|
} | undefined;
|
|
13175
|
+
backdropFilter: never;
|
|
13145
13176
|
backgroundImage: never;
|
|
13146
13177
|
backgroundOrigin: never;
|
|
13147
13178
|
backgroundRepeat: never;
|
|
@@ -13306,6 +13337,7 @@ declare const Radio: react__default.ForwardRefExoticComponent<{
|
|
|
13306
13337
|
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
13307
13338
|
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
13308
13339
|
};
|
|
13340
|
+
transition: never;
|
|
13309
13341
|
__brand__?: "platform-native" | {
|
|
13310
13342
|
readonly base?: "platform-native" | undefined;
|
|
13311
13343
|
readonly xs?: "platform-native" | undefined;
|
|
@@ -13840,6 +13872,7 @@ declare const Skeleton: react__default.ForwardRefExoticComponent<Partial<Omit<Ma
|
|
|
13840
13872
|
readonly l?: ElevationLevels | undefined;
|
|
13841
13873
|
readonly xl?: ElevationLevels | undefined;
|
|
13842
13874
|
} | undefined;
|
|
13875
|
+
backdropFilter: never;
|
|
13843
13876
|
backgroundImage: never;
|
|
13844
13877
|
backgroundOrigin: never;
|
|
13845
13878
|
backgroundRepeat: never;
|
|
@@ -14004,6 +14037,7 @@ declare const Skeleton: react__default.ForwardRefExoticComponent<Partial<Omit<Ma
|
|
|
14004
14037
|
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
14005
14038
|
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
14006
14039
|
};
|
|
14040
|
+
transition: never;
|
|
14007
14041
|
__brand__?: "platform-native" | {
|
|
14008
14042
|
readonly base?: "platform-native" | undefined;
|
|
14009
14043
|
readonly xs?: "platform-native" | undefined;
|
|
@@ -14235,6 +14269,7 @@ declare const Spinner: react__default.ForwardRefExoticComponent<{
|
|
|
14235
14269
|
readonly l?: ElevationLevels | undefined;
|
|
14236
14270
|
readonly xl?: ElevationLevels | undefined;
|
|
14237
14271
|
} | undefined;
|
|
14272
|
+
backdropFilter: never;
|
|
14238
14273
|
backgroundImage: never;
|
|
14239
14274
|
backgroundOrigin: never;
|
|
14240
14275
|
backgroundRepeat: never;
|
|
@@ -14399,6 +14434,7 @@ declare const Spinner: react__default.ForwardRefExoticComponent<{
|
|
|
14399
14434
|
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
14400
14435
|
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
14401
14436
|
};
|
|
14437
|
+
transition: never;
|
|
14402
14438
|
__brand__?: "platform-native" | {
|
|
14403
14439
|
readonly base?: "platform-native" | undefined;
|
|
14404
14440
|
readonly xs?: "platform-native" | undefined;
|
|
@@ -14919,6 +14955,7 @@ declare const Switch: react__default.ForwardRefExoticComponent<{
|
|
|
14919
14955
|
readonly l?: ElevationLevels | undefined;
|
|
14920
14956
|
readonly xl?: ElevationLevels | undefined;
|
|
14921
14957
|
} | undefined;
|
|
14958
|
+
backdropFilter: never;
|
|
14922
14959
|
backgroundImage: never;
|
|
14923
14960
|
backgroundOrigin: never;
|
|
14924
14961
|
backgroundRepeat: never;
|
|
@@ -15083,6 +15120,7 @@ declare const Switch: react__default.ForwardRefExoticComponent<{
|
|
|
15083
15120
|
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
15084
15121
|
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
15085
15122
|
};
|
|
15123
|
+
transition: never;
|
|
15086
15124
|
__brand__?: "platform-native" | {
|
|
15087
15125
|
readonly base?: "platform-native" | undefined;
|
|
15088
15126
|
readonly xs?: "platform-native" | undefined;
|
|
@@ -15910,6 +15948,7 @@ declare const Tag: react__default.ForwardRefExoticComponent<{
|
|
|
15910
15948
|
readonly l?: ElevationLevels | undefined;
|
|
15911
15949
|
readonly xl?: ElevationLevels | undefined;
|
|
15912
15950
|
} | undefined;
|
|
15951
|
+
backdropFilter: never;
|
|
15913
15952
|
backgroundImage: never;
|
|
15914
15953
|
backgroundOrigin: never;
|
|
15915
15954
|
backgroundRepeat: never;
|
|
@@ -16074,6 +16113,7 @@ declare const Tag: react__default.ForwardRefExoticComponent<{
|
|
|
16074
16113
|
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
16075
16114
|
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
16076
16115
|
};
|
|
16116
|
+
transition: never;
|
|
16077
16117
|
__brand__?: "platform-native" | {
|
|
16078
16118
|
readonly base?: "platform-native" | undefined;
|
|
16079
16119
|
readonly xs?: "platform-native" | undefined;
|