@carbon-labs/react-animated-header 0.19.0 → 0.20.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/es/__stories__/AnimatedHeader.stories.d.ts +24 -120
- package/es/__stories__/data/index.d.ts +2 -10
- package/es/components/AnimatedHeader/AnimatedHeader.d.ts +1 -1
- package/es/components/AnimatedHeader/AnimatedHeader.js +6 -4
- package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +1 -0
- package/es/components/Tiles/AIPromptTile/AIPromptTile.js +6 -2
- package/es/components/Tiles/BaseTile/BaseTile.d.ts +1 -2
- package/es/components/Tiles/GlassTile/GlassTile.d.ts +1 -2
- package/es/components/Tiles/GlassTile/GlassTile.js +4 -3
- package/lib/__stories__/AnimatedHeader.stories.d.ts +24 -120
- package/lib/__stories__/data/index.d.ts +2 -10
- package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +1 -1
- package/lib/components/AnimatedHeader/AnimatedHeader.js +6 -4
- package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +1 -0
- package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +6 -2
- package/lib/components/Tiles/BaseTile/BaseTile.d.ts +1 -2
- package/lib/components/Tiles/GlassTile/GlassTile.d.ts +1 -2
- package/lib/components/Tiles/GlassTile/GlassTile.js +4 -3
- package/package.json +2 -2
|
@@ -8298,16 +8298,14 @@ export declare const ThemeG10: {
|
|
|
8298
8298
|
subtitle: string;
|
|
8299
8299
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8300
8300
|
isLoading: boolean;
|
|
8301
|
-
isInteractive?: undefined;
|
|
8302
8301
|
isDisabled?: undefined;
|
|
8303
8302
|
secondaryIcon?: undefined;
|
|
8304
8303
|
} | {
|
|
8305
8304
|
id: string;
|
|
8306
|
-
href: string;
|
|
8307
8305
|
title: string;
|
|
8308
8306
|
subtitle: string;
|
|
8309
8307
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8310
|
-
|
|
8308
|
+
href?: undefined;
|
|
8311
8309
|
isLoading?: undefined;
|
|
8312
8310
|
isDisabled?: undefined;
|
|
8313
8311
|
secondaryIcon?: undefined;
|
|
@@ -8319,7 +8317,6 @@ export declare const ThemeG10: {
|
|
|
8319
8317
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8320
8318
|
isDisabled: boolean;
|
|
8321
8319
|
isLoading?: undefined;
|
|
8322
|
-
isInteractive?: undefined;
|
|
8323
8320
|
secondaryIcon?: undefined;
|
|
8324
8321
|
} | {
|
|
8325
8322
|
id: string;
|
|
@@ -8329,7 +8326,6 @@ export declare const ThemeG10: {
|
|
|
8329
8326
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8330
8327
|
subtitle?: undefined;
|
|
8331
8328
|
isLoading?: undefined;
|
|
8332
|
-
isInteractive?: undefined;
|
|
8333
8329
|
isDisabled?: undefined;
|
|
8334
8330
|
})[];
|
|
8335
8331
|
} | {
|
|
@@ -8384,16 +8380,14 @@ export declare const ThemeG10: {
|
|
|
8384
8380
|
subtitle: string;
|
|
8385
8381
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8386
8382
|
isLoading: boolean;
|
|
8387
|
-
isInteractive?: undefined;
|
|
8388
8383
|
isDisabled?: undefined;
|
|
8389
8384
|
secondaryIcon?: undefined;
|
|
8390
8385
|
} | {
|
|
8391
8386
|
id: string;
|
|
8392
|
-
href: string;
|
|
8393
8387
|
title: string;
|
|
8394
8388
|
subtitle: string;
|
|
8395
8389
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8396
|
-
|
|
8390
|
+
href?: undefined;
|
|
8397
8391
|
isLoading?: undefined;
|
|
8398
8392
|
isDisabled?: undefined;
|
|
8399
8393
|
secondaryIcon?: undefined;
|
|
@@ -8405,7 +8399,6 @@ export declare const ThemeG10: {
|
|
|
8405
8399
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8406
8400
|
isDisabled: boolean;
|
|
8407
8401
|
isLoading?: undefined;
|
|
8408
|
-
isInteractive?: undefined;
|
|
8409
8402
|
secondaryIcon?: undefined;
|
|
8410
8403
|
} | {
|
|
8411
8404
|
id: string;
|
|
@@ -8415,7 +8408,6 @@ export declare const ThemeG10: {
|
|
|
8415
8408
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8416
8409
|
subtitle?: undefined;
|
|
8417
8410
|
isLoading?: undefined;
|
|
8418
|
-
isInteractive?: undefined;
|
|
8419
8411
|
isDisabled?: undefined;
|
|
8420
8412
|
})[];
|
|
8421
8413
|
} | {
|
|
@@ -8470,16 +8462,14 @@ export declare const ThemeG10: {
|
|
|
8470
8462
|
subtitle: string;
|
|
8471
8463
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8472
8464
|
isLoading: boolean;
|
|
8473
|
-
isInteractive?: undefined;
|
|
8474
8465
|
isDisabled?: undefined;
|
|
8475
8466
|
secondaryIcon?: undefined;
|
|
8476
8467
|
} | {
|
|
8477
8468
|
id: string;
|
|
8478
|
-
href: string;
|
|
8479
8469
|
title: string;
|
|
8480
8470
|
subtitle: string;
|
|
8481
8471
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8482
|
-
|
|
8472
|
+
href?: undefined;
|
|
8483
8473
|
isLoading?: undefined;
|
|
8484
8474
|
isDisabled?: undefined;
|
|
8485
8475
|
secondaryIcon?: undefined;
|
|
@@ -8491,7 +8481,6 @@ export declare const ThemeG10: {
|
|
|
8491
8481
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8492
8482
|
isDisabled: boolean;
|
|
8493
8483
|
isLoading?: undefined;
|
|
8494
|
-
isInteractive?: undefined;
|
|
8495
8484
|
secondaryIcon?: undefined;
|
|
8496
8485
|
} | {
|
|
8497
8486
|
id: string;
|
|
@@ -8501,7 +8490,6 @@ export declare const ThemeG10: {
|
|
|
8501
8490
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8502
8491
|
subtitle?: undefined;
|
|
8503
8492
|
isLoading?: undefined;
|
|
8504
|
-
isInteractive?: undefined;
|
|
8505
8493
|
isDisabled?: undefined;
|
|
8506
8494
|
})[];
|
|
8507
8495
|
} | {
|
|
@@ -8556,16 +8544,14 @@ export declare const ThemeG10: {
|
|
|
8556
8544
|
subtitle: string;
|
|
8557
8545
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8558
8546
|
isLoading: boolean;
|
|
8559
|
-
isInteractive?: undefined;
|
|
8560
8547
|
isDisabled?: undefined;
|
|
8561
8548
|
secondaryIcon?: undefined;
|
|
8562
8549
|
} | {
|
|
8563
8550
|
id: string;
|
|
8564
|
-
href: string;
|
|
8565
8551
|
title: string;
|
|
8566
8552
|
subtitle: string;
|
|
8567
8553
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8568
|
-
|
|
8554
|
+
href?: undefined;
|
|
8569
8555
|
isLoading?: undefined;
|
|
8570
8556
|
isDisabled?: undefined;
|
|
8571
8557
|
secondaryIcon?: undefined;
|
|
@@ -8577,7 +8563,6 @@ export declare const ThemeG10: {
|
|
|
8577
8563
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8578
8564
|
isDisabled: boolean;
|
|
8579
8565
|
isLoading?: undefined;
|
|
8580
|
-
isInteractive?: undefined;
|
|
8581
8566
|
secondaryIcon?: undefined;
|
|
8582
8567
|
} | {
|
|
8583
8568
|
id: string;
|
|
@@ -8587,7 +8572,6 @@ export declare const ThemeG10: {
|
|
|
8587
8572
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8588
8573
|
subtitle?: undefined;
|
|
8589
8574
|
isLoading?: undefined;
|
|
8590
|
-
isInteractive?: undefined;
|
|
8591
8575
|
isDisabled?: undefined;
|
|
8592
8576
|
})[];
|
|
8593
8577
|
} | {
|
|
@@ -8642,16 +8626,14 @@ export declare const ThemeG10: {
|
|
|
8642
8626
|
subtitle: string;
|
|
8643
8627
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8644
8628
|
isLoading: boolean;
|
|
8645
|
-
isInteractive?: undefined;
|
|
8646
8629
|
isDisabled?: undefined;
|
|
8647
8630
|
secondaryIcon?: undefined;
|
|
8648
8631
|
} | {
|
|
8649
8632
|
id: string;
|
|
8650
|
-
href: string;
|
|
8651
8633
|
title: string;
|
|
8652
8634
|
subtitle: string;
|
|
8653
8635
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8654
|
-
|
|
8636
|
+
href?: undefined;
|
|
8655
8637
|
isLoading?: undefined;
|
|
8656
8638
|
isDisabled?: undefined;
|
|
8657
8639
|
secondaryIcon?: undefined;
|
|
@@ -8663,7 +8645,6 @@ export declare const ThemeG10: {
|
|
|
8663
8645
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8664
8646
|
isDisabled: boolean;
|
|
8665
8647
|
isLoading?: undefined;
|
|
8666
|
-
isInteractive?: undefined;
|
|
8667
8648
|
secondaryIcon?: undefined;
|
|
8668
8649
|
} | {
|
|
8669
8650
|
id: string;
|
|
@@ -8673,7 +8654,6 @@ export declare const ThemeG10: {
|
|
|
8673
8654
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8674
8655
|
subtitle?: undefined;
|
|
8675
8656
|
isLoading?: undefined;
|
|
8676
|
-
isInteractive?: undefined;
|
|
8677
8657
|
isDisabled?: undefined;
|
|
8678
8658
|
})[];
|
|
8679
8659
|
} | {
|
|
@@ -8728,16 +8708,14 @@ export declare const ThemeG10: {
|
|
|
8728
8708
|
subtitle: string;
|
|
8729
8709
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8730
8710
|
isLoading: boolean;
|
|
8731
|
-
isInteractive?: undefined;
|
|
8732
8711
|
isDisabled?: undefined;
|
|
8733
8712
|
secondaryIcon?: undefined;
|
|
8734
8713
|
} | {
|
|
8735
8714
|
id: string;
|
|
8736
|
-
href: string;
|
|
8737
8715
|
title: string;
|
|
8738
8716
|
subtitle: string;
|
|
8739
8717
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8740
|
-
|
|
8718
|
+
href?: undefined;
|
|
8741
8719
|
isLoading?: undefined;
|
|
8742
8720
|
isDisabled?: undefined;
|
|
8743
8721
|
secondaryIcon?: undefined;
|
|
@@ -8749,7 +8727,6 @@ export declare const ThemeG10: {
|
|
|
8749
8727
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8750
8728
|
isDisabled: boolean;
|
|
8751
8729
|
isLoading?: undefined;
|
|
8752
|
-
isInteractive?: undefined;
|
|
8753
8730
|
secondaryIcon?: undefined;
|
|
8754
8731
|
} | {
|
|
8755
8732
|
id: string;
|
|
@@ -8759,7 +8736,6 @@ export declare const ThemeG10: {
|
|
|
8759
8736
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8760
8737
|
subtitle?: undefined;
|
|
8761
8738
|
isLoading?: undefined;
|
|
8762
|
-
isInteractive?: undefined;
|
|
8763
8739
|
isDisabled?: undefined;
|
|
8764
8740
|
})[];
|
|
8765
8741
|
} | {
|
|
@@ -8814,16 +8790,14 @@ export declare const ThemeG10: {
|
|
|
8814
8790
|
subtitle: string;
|
|
8815
8791
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8816
8792
|
isLoading: boolean;
|
|
8817
|
-
isInteractive?: undefined;
|
|
8818
8793
|
isDisabled?: undefined;
|
|
8819
8794
|
secondaryIcon?: undefined;
|
|
8820
8795
|
} | {
|
|
8821
8796
|
id: string;
|
|
8822
|
-
href: string;
|
|
8823
8797
|
title: string;
|
|
8824
8798
|
subtitle: string;
|
|
8825
8799
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8826
|
-
|
|
8800
|
+
href?: undefined;
|
|
8827
8801
|
isLoading?: undefined;
|
|
8828
8802
|
isDisabled?: undefined;
|
|
8829
8803
|
secondaryIcon?: undefined;
|
|
@@ -8835,7 +8809,6 @@ export declare const ThemeG10: {
|
|
|
8835
8809
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8836
8810
|
isDisabled: boolean;
|
|
8837
8811
|
isLoading?: undefined;
|
|
8838
|
-
isInteractive?: undefined;
|
|
8839
8812
|
secondaryIcon?: undefined;
|
|
8840
8813
|
} | {
|
|
8841
8814
|
id: string;
|
|
@@ -8845,7 +8818,6 @@ export declare const ThemeG10: {
|
|
|
8845
8818
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8846
8819
|
subtitle?: undefined;
|
|
8847
8820
|
isLoading?: undefined;
|
|
8848
|
-
isInteractive?: undefined;
|
|
8849
8821
|
isDisabled?: undefined;
|
|
8850
8822
|
})[];
|
|
8851
8823
|
} | {
|
|
@@ -8900,16 +8872,14 @@ export declare const ThemeG10: {
|
|
|
8900
8872
|
subtitle: string;
|
|
8901
8873
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8902
8874
|
isLoading: boolean;
|
|
8903
|
-
isInteractive?: undefined;
|
|
8904
8875
|
isDisabled?: undefined;
|
|
8905
8876
|
secondaryIcon?: undefined;
|
|
8906
8877
|
} | {
|
|
8907
8878
|
id: string;
|
|
8908
|
-
href: string;
|
|
8909
8879
|
title: string;
|
|
8910
8880
|
subtitle: string;
|
|
8911
8881
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8912
|
-
|
|
8882
|
+
href?: undefined;
|
|
8913
8883
|
isLoading?: undefined;
|
|
8914
8884
|
isDisabled?: undefined;
|
|
8915
8885
|
secondaryIcon?: undefined;
|
|
@@ -8921,7 +8891,6 @@ export declare const ThemeG10: {
|
|
|
8921
8891
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8922
8892
|
isDisabled: boolean;
|
|
8923
8893
|
isLoading?: undefined;
|
|
8924
|
-
isInteractive?: undefined;
|
|
8925
8894
|
secondaryIcon?: undefined;
|
|
8926
8895
|
} | {
|
|
8927
8896
|
id: string;
|
|
@@ -8931,7 +8900,6 @@ export declare const ThemeG10: {
|
|
|
8931
8900
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8932
8901
|
subtitle?: undefined;
|
|
8933
8902
|
isLoading?: undefined;
|
|
8934
|
-
isInteractive?: undefined;
|
|
8935
8903
|
isDisabled?: undefined;
|
|
8936
8904
|
})[];
|
|
8937
8905
|
} | {
|
|
@@ -8986,16 +8954,14 @@ export declare const ThemeG10: {
|
|
|
8986
8954
|
subtitle: string;
|
|
8987
8955
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8988
8956
|
isLoading: boolean;
|
|
8989
|
-
isInteractive?: undefined;
|
|
8990
8957
|
isDisabled?: undefined;
|
|
8991
8958
|
secondaryIcon?: undefined;
|
|
8992
8959
|
} | {
|
|
8993
8960
|
id: string;
|
|
8994
|
-
href: string;
|
|
8995
8961
|
title: string;
|
|
8996
8962
|
subtitle: string;
|
|
8997
8963
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8998
|
-
|
|
8964
|
+
href?: undefined;
|
|
8999
8965
|
isLoading?: undefined;
|
|
9000
8966
|
isDisabled?: undefined;
|
|
9001
8967
|
secondaryIcon?: undefined;
|
|
@@ -9007,7 +8973,6 @@ export declare const ThemeG10: {
|
|
|
9007
8973
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
9008
8974
|
isDisabled: boolean;
|
|
9009
8975
|
isLoading?: undefined;
|
|
9010
|
-
isInteractive?: undefined;
|
|
9011
8976
|
secondaryIcon?: undefined;
|
|
9012
8977
|
} | {
|
|
9013
8978
|
id: string;
|
|
@@ -9017,7 +8982,6 @@ export declare const ThemeG10: {
|
|
|
9017
8982
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
9018
8983
|
subtitle?: undefined;
|
|
9019
8984
|
isLoading?: undefined;
|
|
9020
|
-
isInteractive?: undefined;
|
|
9021
8985
|
isDisabled?: undefined;
|
|
9022
8986
|
})[];
|
|
9023
8987
|
} | {
|
|
@@ -9101,16 +9065,14 @@ export declare const ThemeG10: {
|
|
|
9101
9065
|
subtitle: string;
|
|
9102
9066
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
9103
9067
|
isLoading: boolean;
|
|
9104
|
-
isInteractive?: undefined;
|
|
9105
9068
|
isDisabled?: undefined;
|
|
9106
9069
|
secondaryIcon?: undefined;
|
|
9107
9070
|
} | {
|
|
9108
9071
|
id: string;
|
|
9109
|
-
href: string;
|
|
9110
9072
|
title: string;
|
|
9111
9073
|
subtitle: string;
|
|
9112
9074
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
9113
|
-
|
|
9075
|
+
href?: undefined;
|
|
9114
9076
|
isLoading?: undefined;
|
|
9115
9077
|
isDisabled?: undefined;
|
|
9116
9078
|
secondaryIcon?: undefined;
|
|
@@ -9122,7 +9084,6 @@ export declare const ThemeG10: {
|
|
|
9122
9084
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
9123
9085
|
isDisabled: boolean;
|
|
9124
9086
|
isLoading?: undefined;
|
|
9125
|
-
isInteractive?: undefined;
|
|
9126
9087
|
secondaryIcon?: undefined;
|
|
9127
9088
|
} | {
|
|
9128
9089
|
id: string;
|
|
@@ -9132,7 +9093,6 @@ export declare const ThemeG10: {
|
|
|
9132
9093
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
9133
9094
|
subtitle?: undefined;
|
|
9134
9095
|
isLoading?: undefined;
|
|
9135
|
-
isInteractive?: undefined;
|
|
9136
9096
|
isDisabled?: undefined;
|
|
9137
9097
|
})[];
|
|
9138
9098
|
} | {
|
|
@@ -9187,16 +9147,14 @@ export declare const ThemeG10: {
|
|
|
9187
9147
|
subtitle: string;
|
|
9188
9148
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
9189
9149
|
isLoading: boolean;
|
|
9190
|
-
isInteractive?: undefined;
|
|
9191
9150
|
isDisabled?: undefined;
|
|
9192
9151
|
secondaryIcon?: undefined;
|
|
9193
9152
|
} | {
|
|
9194
9153
|
id: string;
|
|
9195
|
-
href: string;
|
|
9196
9154
|
title: string;
|
|
9197
9155
|
subtitle: string;
|
|
9198
9156
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
9199
|
-
|
|
9157
|
+
href?: undefined;
|
|
9200
9158
|
isLoading?: undefined;
|
|
9201
9159
|
isDisabled?: undefined;
|
|
9202
9160
|
secondaryIcon?: undefined;
|
|
@@ -9208,7 +9166,6 @@ export declare const ThemeG10: {
|
|
|
9208
9166
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
9209
9167
|
isDisabled: boolean;
|
|
9210
9168
|
isLoading?: undefined;
|
|
9211
|
-
isInteractive?: undefined;
|
|
9212
9169
|
secondaryIcon?: undefined;
|
|
9213
9170
|
} | {
|
|
9214
9171
|
id: string;
|
|
@@ -9218,7 +9175,6 @@ export declare const ThemeG10: {
|
|
|
9218
9175
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
9219
9176
|
subtitle?: undefined;
|
|
9220
9177
|
isLoading?: undefined;
|
|
9221
|
-
isInteractive?: undefined;
|
|
9222
9178
|
isDisabled?: undefined;
|
|
9223
9179
|
})[];
|
|
9224
9180
|
} | {
|
|
@@ -9335,16 +9291,14 @@ export declare const ThemeG10: {
|
|
|
9335
9291
|
subtitle: string;
|
|
9336
9292
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
9337
9293
|
isLoading: boolean;
|
|
9338
|
-
isInteractive?: undefined;
|
|
9339
9294
|
isDisabled?: undefined;
|
|
9340
9295
|
secondaryIcon?: undefined;
|
|
9341
9296
|
} | {
|
|
9342
9297
|
id: string;
|
|
9343
|
-
href: string;
|
|
9344
9298
|
title: string;
|
|
9345
9299
|
subtitle: string;
|
|
9346
9300
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
9347
|
-
|
|
9301
|
+
href?: undefined;
|
|
9348
9302
|
isLoading?: undefined;
|
|
9349
9303
|
isDisabled?: undefined;
|
|
9350
9304
|
secondaryIcon?: undefined;
|
|
@@ -9356,7 +9310,6 @@ export declare const ThemeG10: {
|
|
|
9356
9310
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
9357
9311
|
isDisabled: boolean;
|
|
9358
9312
|
isLoading?: undefined;
|
|
9359
|
-
isInteractive?: undefined;
|
|
9360
9313
|
secondaryIcon?: undefined;
|
|
9361
9314
|
} | {
|
|
9362
9315
|
id: string;
|
|
@@ -9366,7 +9319,6 @@ export declare const ThemeG10: {
|
|
|
9366
9319
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
9367
9320
|
subtitle?: undefined;
|
|
9368
9321
|
isLoading?: undefined;
|
|
9369
|
-
isInteractive?: undefined;
|
|
9370
9322
|
isDisabled?: undefined;
|
|
9371
9323
|
})[];
|
|
9372
9324
|
} | {
|
|
@@ -17687,16 +17639,14 @@ export declare const ThemeG100: {
|
|
|
17687
17639
|
subtitle: string;
|
|
17688
17640
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17689
17641
|
isLoading: boolean;
|
|
17690
|
-
isInteractive?: undefined;
|
|
17691
17642
|
isDisabled?: undefined;
|
|
17692
17643
|
secondaryIcon?: undefined;
|
|
17693
17644
|
} | {
|
|
17694
17645
|
id: string;
|
|
17695
|
-
href: string;
|
|
17696
17646
|
title: string;
|
|
17697
17647
|
subtitle: string;
|
|
17698
17648
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17699
|
-
|
|
17649
|
+
href?: undefined;
|
|
17700
17650
|
isLoading?: undefined;
|
|
17701
17651
|
isDisabled?: undefined;
|
|
17702
17652
|
secondaryIcon?: undefined;
|
|
@@ -17708,7 +17658,6 @@ export declare const ThemeG100: {
|
|
|
17708
17658
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17709
17659
|
isDisabled: boolean;
|
|
17710
17660
|
isLoading?: undefined;
|
|
17711
|
-
isInteractive?: undefined;
|
|
17712
17661
|
secondaryIcon?: undefined;
|
|
17713
17662
|
} | {
|
|
17714
17663
|
id: string;
|
|
@@ -17718,7 +17667,6 @@ export declare const ThemeG100: {
|
|
|
17718
17667
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17719
17668
|
subtitle?: undefined;
|
|
17720
17669
|
isLoading?: undefined;
|
|
17721
|
-
isInteractive?: undefined;
|
|
17722
17670
|
isDisabled?: undefined;
|
|
17723
17671
|
})[];
|
|
17724
17672
|
} | {
|
|
@@ -17773,16 +17721,14 @@ export declare const ThemeG100: {
|
|
|
17773
17721
|
subtitle: string;
|
|
17774
17722
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17775
17723
|
isLoading: boolean;
|
|
17776
|
-
isInteractive?: undefined;
|
|
17777
17724
|
isDisabled?: undefined;
|
|
17778
17725
|
secondaryIcon?: undefined;
|
|
17779
17726
|
} | {
|
|
17780
17727
|
id: string;
|
|
17781
|
-
href: string;
|
|
17782
17728
|
title: string;
|
|
17783
17729
|
subtitle: string;
|
|
17784
17730
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17785
|
-
|
|
17731
|
+
href?: undefined;
|
|
17786
17732
|
isLoading?: undefined;
|
|
17787
17733
|
isDisabled?: undefined;
|
|
17788
17734
|
secondaryIcon?: undefined;
|
|
@@ -17794,7 +17740,6 @@ export declare const ThemeG100: {
|
|
|
17794
17740
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17795
17741
|
isDisabled: boolean;
|
|
17796
17742
|
isLoading?: undefined;
|
|
17797
|
-
isInteractive?: undefined;
|
|
17798
17743
|
secondaryIcon?: undefined;
|
|
17799
17744
|
} | {
|
|
17800
17745
|
id: string;
|
|
@@ -17804,7 +17749,6 @@ export declare const ThemeG100: {
|
|
|
17804
17749
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17805
17750
|
subtitle?: undefined;
|
|
17806
17751
|
isLoading?: undefined;
|
|
17807
|
-
isInteractive?: undefined;
|
|
17808
17752
|
isDisabled?: undefined;
|
|
17809
17753
|
})[];
|
|
17810
17754
|
} | {
|
|
@@ -17859,16 +17803,14 @@ export declare const ThemeG100: {
|
|
|
17859
17803
|
subtitle: string;
|
|
17860
17804
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17861
17805
|
isLoading: boolean;
|
|
17862
|
-
isInteractive?: undefined;
|
|
17863
17806
|
isDisabled?: undefined;
|
|
17864
17807
|
secondaryIcon?: undefined;
|
|
17865
17808
|
} | {
|
|
17866
17809
|
id: string;
|
|
17867
|
-
href: string;
|
|
17868
17810
|
title: string;
|
|
17869
17811
|
subtitle: string;
|
|
17870
17812
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17871
|
-
|
|
17813
|
+
href?: undefined;
|
|
17872
17814
|
isLoading?: undefined;
|
|
17873
17815
|
isDisabled?: undefined;
|
|
17874
17816
|
secondaryIcon?: undefined;
|
|
@@ -17880,7 +17822,6 @@ export declare const ThemeG100: {
|
|
|
17880
17822
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17881
17823
|
isDisabled: boolean;
|
|
17882
17824
|
isLoading?: undefined;
|
|
17883
|
-
isInteractive?: undefined;
|
|
17884
17825
|
secondaryIcon?: undefined;
|
|
17885
17826
|
} | {
|
|
17886
17827
|
id: string;
|
|
@@ -17890,7 +17831,6 @@ export declare const ThemeG100: {
|
|
|
17890
17831
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17891
17832
|
subtitle?: undefined;
|
|
17892
17833
|
isLoading?: undefined;
|
|
17893
|
-
isInteractive?: undefined;
|
|
17894
17834
|
isDisabled?: undefined;
|
|
17895
17835
|
})[];
|
|
17896
17836
|
} | {
|
|
@@ -17945,16 +17885,14 @@ export declare const ThemeG100: {
|
|
|
17945
17885
|
subtitle: string;
|
|
17946
17886
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17947
17887
|
isLoading: boolean;
|
|
17948
|
-
isInteractive?: undefined;
|
|
17949
17888
|
isDisabled?: undefined;
|
|
17950
17889
|
secondaryIcon?: undefined;
|
|
17951
17890
|
} | {
|
|
17952
17891
|
id: string;
|
|
17953
|
-
href: string;
|
|
17954
17892
|
title: string;
|
|
17955
17893
|
subtitle: string;
|
|
17956
17894
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17957
|
-
|
|
17895
|
+
href?: undefined;
|
|
17958
17896
|
isLoading?: undefined;
|
|
17959
17897
|
isDisabled?: undefined;
|
|
17960
17898
|
secondaryIcon?: undefined;
|
|
@@ -17966,7 +17904,6 @@ export declare const ThemeG100: {
|
|
|
17966
17904
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17967
17905
|
isDisabled: boolean;
|
|
17968
17906
|
isLoading?: undefined;
|
|
17969
|
-
isInteractive?: undefined;
|
|
17970
17907
|
secondaryIcon?: undefined;
|
|
17971
17908
|
} | {
|
|
17972
17909
|
id: string;
|
|
@@ -17976,7 +17913,6 @@ export declare const ThemeG100: {
|
|
|
17976
17913
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17977
17914
|
subtitle?: undefined;
|
|
17978
17915
|
isLoading?: undefined;
|
|
17979
|
-
isInteractive?: undefined;
|
|
17980
17916
|
isDisabled?: undefined;
|
|
17981
17917
|
})[];
|
|
17982
17918
|
} | {
|
|
@@ -18031,16 +17967,14 @@ export declare const ThemeG100: {
|
|
|
18031
17967
|
subtitle: string;
|
|
18032
17968
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18033
17969
|
isLoading: boolean;
|
|
18034
|
-
isInteractive?: undefined;
|
|
18035
17970
|
isDisabled?: undefined;
|
|
18036
17971
|
secondaryIcon?: undefined;
|
|
18037
17972
|
} | {
|
|
18038
17973
|
id: string;
|
|
18039
|
-
href: string;
|
|
18040
17974
|
title: string;
|
|
18041
17975
|
subtitle: string;
|
|
18042
17976
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18043
|
-
|
|
17977
|
+
href?: undefined;
|
|
18044
17978
|
isLoading?: undefined;
|
|
18045
17979
|
isDisabled?: undefined;
|
|
18046
17980
|
secondaryIcon?: undefined;
|
|
@@ -18052,7 +17986,6 @@ export declare const ThemeG100: {
|
|
|
18052
17986
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18053
17987
|
isDisabled: boolean;
|
|
18054
17988
|
isLoading?: undefined;
|
|
18055
|
-
isInteractive?: undefined;
|
|
18056
17989
|
secondaryIcon?: undefined;
|
|
18057
17990
|
} | {
|
|
18058
17991
|
id: string;
|
|
@@ -18062,7 +17995,6 @@ export declare const ThemeG100: {
|
|
|
18062
17995
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18063
17996
|
subtitle?: undefined;
|
|
18064
17997
|
isLoading?: undefined;
|
|
18065
|
-
isInteractive?: undefined;
|
|
18066
17998
|
isDisabled?: undefined;
|
|
18067
17999
|
})[];
|
|
18068
18000
|
} | {
|
|
@@ -18117,16 +18049,14 @@ export declare const ThemeG100: {
|
|
|
18117
18049
|
subtitle: string;
|
|
18118
18050
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18119
18051
|
isLoading: boolean;
|
|
18120
|
-
isInteractive?: undefined;
|
|
18121
18052
|
isDisabled?: undefined;
|
|
18122
18053
|
secondaryIcon?: undefined;
|
|
18123
18054
|
} | {
|
|
18124
18055
|
id: string;
|
|
18125
|
-
href: string;
|
|
18126
18056
|
title: string;
|
|
18127
18057
|
subtitle: string;
|
|
18128
18058
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18129
|
-
|
|
18059
|
+
href?: undefined;
|
|
18130
18060
|
isLoading?: undefined;
|
|
18131
18061
|
isDisabled?: undefined;
|
|
18132
18062
|
secondaryIcon?: undefined;
|
|
@@ -18138,7 +18068,6 @@ export declare const ThemeG100: {
|
|
|
18138
18068
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18139
18069
|
isDisabled: boolean;
|
|
18140
18070
|
isLoading?: undefined;
|
|
18141
|
-
isInteractive?: undefined;
|
|
18142
18071
|
secondaryIcon?: undefined;
|
|
18143
18072
|
} | {
|
|
18144
18073
|
id: string;
|
|
@@ -18148,7 +18077,6 @@ export declare const ThemeG100: {
|
|
|
18148
18077
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18149
18078
|
subtitle?: undefined;
|
|
18150
18079
|
isLoading?: undefined;
|
|
18151
|
-
isInteractive?: undefined;
|
|
18152
18080
|
isDisabled?: undefined;
|
|
18153
18081
|
})[];
|
|
18154
18082
|
} | {
|
|
@@ -18203,16 +18131,14 @@ export declare const ThemeG100: {
|
|
|
18203
18131
|
subtitle: string;
|
|
18204
18132
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18205
18133
|
isLoading: boolean;
|
|
18206
|
-
isInteractive?: undefined;
|
|
18207
18134
|
isDisabled?: undefined;
|
|
18208
18135
|
secondaryIcon?: undefined;
|
|
18209
18136
|
} | {
|
|
18210
18137
|
id: string;
|
|
18211
|
-
href: string;
|
|
18212
18138
|
title: string;
|
|
18213
18139
|
subtitle: string;
|
|
18214
18140
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18215
|
-
|
|
18141
|
+
href?: undefined;
|
|
18216
18142
|
isLoading?: undefined;
|
|
18217
18143
|
isDisabled?: undefined;
|
|
18218
18144
|
secondaryIcon?: undefined;
|
|
@@ -18224,7 +18150,6 @@ export declare const ThemeG100: {
|
|
|
18224
18150
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18225
18151
|
isDisabled: boolean;
|
|
18226
18152
|
isLoading?: undefined;
|
|
18227
|
-
isInteractive?: undefined;
|
|
18228
18153
|
secondaryIcon?: undefined;
|
|
18229
18154
|
} | {
|
|
18230
18155
|
id: string;
|
|
@@ -18234,7 +18159,6 @@ export declare const ThemeG100: {
|
|
|
18234
18159
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18235
18160
|
subtitle?: undefined;
|
|
18236
18161
|
isLoading?: undefined;
|
|
18237
|
-
isInteractive?: undefined;
|
|
18238
18162
|
isDisabled?: undefined;
|
|
18239
18163
|
})[];
|
|
18240
18164
|
} | {
|
|
@@ -18289,16 +18213,14 @@ export declare const ThemeG100: {
|
|
|
18289
18213
|
subtitle: string;
|
|
18290
18214
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18291
18215
|
isLoading: boolean;
|
|
18292
|
-
isInteractive?: undefined;
|
|
18293
18216
|
isDisabled?: undefined;
|
|
18294
18217
|
secondaryIcon?: undefined;
|
|
18295
18218
|
} | {
|
|
18296
18219
|
id: string;
|
|
18297
|
-
href: string;
|
|
18298
18220
|
title: string;
|
|
18299
18221
|
subtitle: string;
|
|
18300
18222
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18301
|
-
|
|
18223
|
+
href?: undefined;
|
|
18302
18224
|
isLoading?: undefined;
|
|
18303
18225
|
isDisabled?: undefined;
|
|
18304
18226
|
secondaryIcon?: undefined;
|
|
@@ -18310,7 +18232,6 @@ export declare const ThemeG100: {
|
|
|
18310
18232
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18311
18233
|
isDisabled: boolean;
|
|
18312
18234
|
isLoading?: undefined;
|
|
18313
|
-
isInteractive?: undefined;
|
|
18314
18235
|
secondaryIcon?: undefined;
|
|
18315
18236
|
} | {
|
|
18316
18237
|
id: string;
|
|
@@ -18320,7 +18241,6 @@ export declare const ThemeG100: {
|
|
|
18320
18241
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18321
18242
|
subtitle?: undefined;
|
|
18322
18243
|
isLoading?: undefined;
|
|
18323
|
-
isInteractive?: undefined;
|
|
18324
18244
|
isDisabled?: undefined;
|
|
18325
18245
|
})[];
|
|
18326
18246
|
} | {
|
|
@@ -18375,16 +18295,14 @@ export declare const ThemeG100: {
|
|
|
18375
18295
|
subtitle: string;
|
|
18376
18296
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18377
18297
|
isLoading: boolean;
|
|
18378
|
-
isInteractive?: undefined;
|
|
18379
18298
|
isDisabled?: undefined;
|
|
18380
18299
|
secondaryIcon?: undefined;
|
|
18381
18300
|
} | {
|
|
18382
18301
|
id: string;
|
|
18383
|
-
href: string;
|
|
18384
18302
|
title: string;
|
|
18385
18303
|
subtitle: string;
|
|
18386
18304
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18387
|
-
|
|
18305
|
+
href?: undefined;
|
|
18388
18306
|
isLoading?: undefined;
|
|
18389
18307
|
isDisabled?: undefined;
|
|
18390
18308
|
secondaryIcon?: undefined;
|
|
@@ -18396,7 +18314,6 @@ export declare const ThemeG100: {
|
|
|
18396
18314
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18397
18315
|
isDisabled: boolean;
|
|
18398
18316
|
isLoading?: undefined;
|
|
18399
|
-
isInteractive?: undefined;
|
|
18400
18317
|
secondaryIcon?: undefined;
|
|
18401
18318
|
} | {
|
|
18402
18319
|
id: string;
|
|
@@ -18406,7 +18323,6 @@ export declare const ThemeG100: {
|
|
|
18406
18323
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18407
18324
|
subtitle?: undefined;
|
|
18408
18325
|
isLoading?: undefined;
|
|
18409
|
-
isInteractive?: undefined;
|
|
18410
18326
|
isDisabled?: undefined;
|
|
18411
18327
|
})[];
|
|
18412
18328
|
} | {
|
|
@@ -18490,16 +18406,14 @@ export declare const ThemeG100: {
|
|
|
18490
18406
|
subtitle: string;
|
|
18491
18407
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18492
18408
|
isLoading: boolean;
|
|
18493
|
-
isInteractive?: undefined;
|
|
18494
18409
|
isDisabled?: undefined;
|
|
18495
18410
|
secondaryIcon?: undefined;
|
|
18496
18411
|
} | {
|
|
18497
18412
|
id: string;
|
|
18498
|
-
href: string;
|
|
18499
18413
|
title: string;
|
|
18500
18414
|
subtitle: string;
|
|
18501
18415
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18502
|
-
|
|
18416
|
+
href?: undefined;
|
|
18503
18417
|
isLoading?: undefined;
|
|
18504
18418
|
isDisabled?: undefined;
|
|
18505
18419
|
secondaryIcon?: undefined;
|
|
@@ -18511,7 +18425,6 @@ export declare const ThemeG100: {
|
|
|
18511
18425
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18512
18426
|
isDisabled: boolean;
|
|
18513
18427
|
isLoading?: undefined;
|
|
18514
|
-
isInteractive?: undefined;
|
|
18515
18428
|
secondaryIcon?: undefined;
|
|
18516
18429
|
} | {
|
|
18517
18430
|
id: string;
|
|
@@ -18521,7 +18434,6 @@ export declare const ThemeG100: {
|
|
|
18521
18434
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18522
18435
|
subtitle?: undefined;
|
|
18523
18436
|
isLoading?: undefined;
|
|
18524
|
-
isInteractive?: undefined;
|
|
18525
18437
|
isDisabled?: undefined;
|
|
18526
18438
|
})[];
|
|
18527
18439
|
} | {
|
|
@@ -18576,16 +18488,14 @@ export declare const ThemeG100: {
|
|
|
18576
18488
|
subtitle: string;
|
|
18577
18489
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18578
18490
|
isLoading: boolean;
|
|
18579
|
-
isInteractive?: undefined;
|
|
18580
18491
|
isDisabled?: undefined;
|
|
18581
18492
|
secondaryIcon?: undefined;
|
|
18582
18493
|
} | {
|
|
18583
18494
|
id: string;
|
|
18584
|
-
href: string;
|
|
18585
18495
|
title: string;
|
|
18586
18496
|
subtitle: string;
|
|
18587
18497
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18588
|
-
|
|
18498
|
+
href?: undefined;
|
|
18589
18499
|
isLoading?: undefined;
|
|
18590
18500
|
isDisabled?: undefined;
|
|
18591
18501
|
secondaryIcon?: undefined;
|
|
@@ -18597,7 +18507,6 @@ export declare const ThemeG100: {
|
|
|
18597
18507
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18598
18508
|
isDisabled: boolean;
|
|
18599
18509
|
isLoading?: undefined;
|
|
18600
|
-
isInteractive?: undefined;
|
|
18601
18510
|
secondaryIcon?: undefined;
|
|
18602
18511
|
} | {
|
|
18603
18512
|
id: string;
|
|
@@ -18607,7 +18516,6 @@ export declare const ThemeG100: {
|
|
|
18607
18516
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18608
18517
|
subtitle?: undefined;
|
|
18609
18518
|
isLoading?: undefined;
|
|
18610
|
-
isInteractive?: undefined;
|
|
18611
18519
|
isDisabled?: undefined;
|
|
18612
18520
|
})[];
|
|
18613
18521
|
} | {
|
|
@@ -18724,16 +18632,14 @@ export declare const ThemeG100: {
|
|
|
18724
18632
|
subtitle: string;
|
|
18725
18633
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18726
18634
|
isLoading: boolean;
|
|
18727
|
-
isInteractive?: undefined;
|
|
18728
18635
|
isDisabled?: undefined;
|
|
18729
18636
|
secondaryIcon?: undefined;
|
|
18730
18637
|
} | {
|
|
18731
18638
|
id: string;
|
|
18732
|
-
href: string;
|
|
18733
18639
|
title: string;
|
|
18734
18640
|
subtitle: string;
|
|
18735
18641
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18736
|
-
|
|
18642
|
+
href?: undefined;
|
|
18737
18643
|
isLoading?: undefined;
|
|
18738
18644
|
isDisabled?: undefined;
|
|
18739
18645
|
secondaryIcon?: undefined;
|
|
@@ -18745,7 +18651,6 @@ export declare const ThemeG100: {
|
|
|
18745
18651
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18746
18652
|
isDisabled: boolean;
|
|
18747
18653
|
isLoading?: undefined;
|
|
18748
|
-
isInteractive?: undefined;
|
|
18749
18654
|
secondaryIcon?: undefined;
|
|
18750
18655
|
} | {
|
|
18751
18656
|
id: string;
|
|
@@ -18755,7 +18660,6 @@ export declare const ThemeG100: {
|
|
|
18755
18660
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18756
18661
|
subtitle?: undefined;
|
|
18757
18662
|
isLoading?: undefined;
|
|
18758
|
-
isInteractive?: undefined;
|
|
18759
18663
|
isDisabled?: undefined;
|
|
18760
18664
|
})[];
|
|
18761
18665
|
} | {
|