@carbon-labs/react-animated-header 0.22.0 → 0.24.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 +198 -332
- package/es/__stories__/data/index.d.ts +21 -0
- package/es/components/AnimatedHeader/AnimatedHeader.d.ts +9 -0
- package/es/components/AnimatedHeader/AnimatedHeader.js +30 -22
- package/es/components/HeaderTitle/HeaderTitle.d.ts +18 -0
- package/es/components/HeaderTitle/HeaderTitle.js +53 -0
- package/es/components/TasksController/TasksController.d.ts +1 -0
- package/es/components/TasksController/TasksController.js +2 -1
- package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +1 -0
- package/es/components/Tiles/AIPromptTile/AIPromptTile.js +4 -1
- package/es/components/Tiles/BaseTile/BaseTile.d.ts +1 -0
- package/es/components/Tiles/GlassTile/GlassTile.d.ts +1 -0
- package/es/components/Tiles/GlassTile/GlassTile.js +9 -2
- package/es/components/WorkspaceSelector/WorkspaceSelector.d.ts +1 -0
- package/es/components/WorkspaceSelector/WorkspaceSelector.js +1 -0
- package/es/index.d.ts +3 -2
- package/es/index.js +1 -0
- package/lib/__stories__/AnimatedHeader.stories.d.ts +198 -332
- package/lib/__stories__/data/index.d.ts +21 -0
- package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +9 -0
- package/lib/components/AnimatedHeader/AnimatedHeader.js +29 -21
- package/lib/components/HeaderTitle/HeaderTitle.d.ts +18 -0
- package/lib/components/HeaderTitle/HeaderTitle.js +57 -0
- package/lib/components/TasksController/TasksController.d.ts +1 -0
- package/lib/components/TasksController/TasksController.js +2 -1
- package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +1 -0
- package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +4 -1
- package/lib/components/Tiles/BaseTile/BaseTile.d.ts +1 -0
- package/lib/components/Tiles/GlassTile/GlassTile.d.ts +1 -0
- package/lib/components/Tiles/GlassTile/GlassTile.js +9 -2
- package/lib/components/WorkspaceSelector/WorkspaceSelector.d.ts +1 -0
- package/lib/components/WorkspaceSelector/WorkspaceSelector.js +1 -0
- package/lib/index.d.ts +3 -2
- package/lib/index.js +2 -0
- package/package.json +2 -2
- package/scss/AnimatedHeader/animated-header.scss +20 -113
- package/scss/HeaderTitle/header-title.scss +60 -0
- package/scss/animated-header.scss +1 -0
|
@@ -8247,8 +8247,6 @@ export declare const ThemeG10: {
|
|
|
8247
8247
|
5: string;
|
|
8248
8248
|
6: string;
|
|
8249
8249
|
7: string;
|
|
8250
|
-
8: string;
|
|
8251
|
-
9: string;
|
|
8252
8250
|
};
|
|
8253
8251
|
};
|
|
8254
8252
|
options: number[];
|
|
@@ -8262,6 +8260,7 @@ export declare const ThemeG10: {
|
|
|
8262
8260
|
href: string;
|
|
8263
8261
|
title: string;
|
|
8264
8262
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8263
|
+
ariaLabel: string;
|
|
8265
8264
|
subtitle?: undefined;
|
|
8266
8265
|
} | {
|
|
8267
8266
|
id: string;
|
|
@@ -8269,6 +8268,7 @@ export declare const ThemeG10: {
|
|
|
8269
8268
|
title: string;
|
|
8270
8269
|
subtitle: string;
|
|
8271
8270
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8271
|
+
ariaLabel: string;
|
|
8272
8272
|
})[];
|
|
8273
8273
|
} | {
|
|
8274
8274
|
id: number;
|
|
@@ -8279,6 +8279,7 @@ export declare const ThemeG10: {
|
|
|
8279
8279
|
title: string;
|
|
8280
8280
|
subtitle: string;
|
|
8281
8281
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8282
|
+
ariaLabel: string;
|
|
8282
8283
|
secondaryIcon?: undefined;
|
|
8283
8284
|
} | {
|
|
8284
8285
|
id: string;
|
|
@@ -8286,6 +8287,7 @@ export declare const ThemeG10: {
|
|
|
8286
8287
|
title: string;
|
|
8287
8288
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8288
8289
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8290
|
+
ariaLabel: string;
|
|
8289
8291
|
subtitle?: undefined;
|
|
8290
8292
|
})[];
|
|
8291
8293
|
} | {
|
|
@@ -8298,6 +8300,7 @@ export declare const ThemeG10: {
|
|
|
8298
8300
|
subtitle: string;
|
|
8299
8301
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8300
8302
|
isLoading: boolean;
|
|
8303
|
+
ariaLabel: string;
|
|
8301
8304
|
isDisabled?: undefined;
|
|
8302
8305
|
secondaryIcon?: undefined;
|
|
8303
8306
|
} | {
|
|
@@ -8305,6 +8308,7 @@ export declare const ThemeG10: {
|
|
|
8305
8308
|
title: string;
|
|
8306
8309
|
subtitle: string;
|
|
8307
8310
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8311
|
+
ariaLabel: string;
|
|
8308
8312
|
href?: undefined;
|
|
8309
8313
|
isLoading?: undefined;
|
|
8310
8314
|
isDisabled?: undefined;
|
|
@@ -8316,6 +8320,7 @@ export declare const ThemeG10: {
|
|
|
8316
8320
|
subtitle: string;
|
|
8317
8321
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8318
8322
|
isDisabled: boolean;
|
|
8323
|
+
ariaLabel: string;
|
|
8319
8324
|
isLoading?: undefined;
|
|
8320
8325
|
secondaryIcon?: undefined;
|
|
8321
8326
|
} | {
|
|
@@ -8324,6 +8329,7 @@ export declare const ThemeG10: {
|
|
|
8324
8329
|
title: string;
|
|
8325
8330
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8326
8331
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8332
|
+
ariaLabel: string;
|
|
8327
8333
|
subtitle?: undefined;
|
|
8328
8334
|
isLoading?: undefined;
|
|
8329
8335
|
isDisabled?: undefined;
|
|
@@ -8334,6 +8340,7 @@ export declare const ThemeG10: {
|
|
|
8334
8340
|
tiles: {
|
|
8335
8341
|
id: string;
|
|
8336
8342
|
customContent: import("react/jsx-runtime").JSX.Element;
|
|
8343
|
+
ariaLabel: string;
|
|
8337
8344
|
}[];
|
|
8338
8345
|
};
|
|
8339
8346
|
2: {
|
|
@@ -8344,6 +8351,7 @@ export declare const ThemeG10: {
|
|
|
8344
8351
|
href: string;
|
|
8345
8352
|
title: string;
|
|
8346
8353
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8354
|
+
ariaLabel: string;
|
|
8347
8355
|
subtitle?: undefined;
|
|
8348
8356
|
} | {
|
|
8349
8357
|
id: string;
|
|
@@ -8351,6 +8359,7 @@ export declare const ThemeG10: {
|
|
|
8351
8359
|
title: string;
|
|
8352
8360
|
subtitle: string;
|
|
8353
8361
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8362
|
+
ariaLabel: string;
|
|
8354
8363
|
})[];
|
|
8355
8364
|
} | {
|
|
8356
8365
|
id: number;
|
|
@@ -8361,6 +8370,7 @@ export declare const ThemeG10: {
|
|
|
8361
8370
|
title: string;
|
|
8362
8371
|
subtitle: string;
|
|
8363
8372
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8373
|
+
ariaLabel: string;
|
|
8364
8374
|
secondaryIcon?: undefined;
|
|
8365
8375
|
} | {
|
|
8366
8376
|
id: string;
|
|
@@ -8368,6 +8378,7 @@ export declare const ThemeG10: {
|
|
|
8368
8378
|
title: string;
|
|
8369
8379
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8370
8380
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8381
|
+
ariaLabel: string;
|
|
8371
8382
|
subtitle?: undefined;
|
|
8372
8383
|
})[];
|
|
8373
8384
|
} | {
|
|
@@ -8380,6 +8391,7 @@ export declare const ThemeG10: {
|
|
|
8380
8391
|
subtitle: string;
|
|
8381
8392
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8382
8393
|
isLoading: boolean;
|
|
8394
|
+
ariaLabel: string;
|
|
8383
8395
|
isDisabled?: undefined;
|
|
8384
8396
|
secondaryIcon?: undefined;
|
|
8385
8397
|
} | {
|
|
@@ -8387,6 +8399,7 @@ export declare const ThemeG10: {
|
|
|
8387
8399
|
title: string;
|
|
8388
8400
|
subtitle: string;
|
|
8389
8401
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8402
|
+
ariaLabel: string;
|
|
8390
8403
|
href?: undefined;
|
|
8391
8404
|
isLoading?: undefined;
|
|
8392
8405
|
isDisabled?: undefined;
|
|
@@ -8398,6 +8411,7 @@ export declare const ThemeG10: {
|
|
|
8398
8411
|
subtitle: string;
|
|
8399
8412
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8400
8413
|
isDisabled: boolean;
|
|
8414
|
+
ariaLabel: string;
|
|
8401
8415
|
isLoading?: undefined;
|
|
8402
8416
|
secondaryIcon?: undefined;
|
|
8403
8417
|
} | {
|
|
@@ -8406,6 +8420,7 @@ export declare const ThemeG10: {
|
|
|
8406
8420
|
title: string;
|
|
8407
8421
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8408
8422
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8423
|
+
ariaLabel: string;
|
|
8409
8424
|
subtitle?: undefined;
|
|
8410
8425
|
isLoading?: undefined;
|
|
8411
8426
|
isDisabled?: undefined;
|
|
@@ -8416,6 +8431,7 @@ export declare const ThemeG10: {
|
|
|
8416
8431
|
tiles: {
|
|
8417
8432
|
id: string;
|
|
8418
8433
|
customContent: import("react/jsx-runtime").JSX.Element;
|
|
8434
|
+
ariaLabel: string;
|
|
8419
8435
|
}[];
|
|
8420
8436
|
};
|
|
8421
8437
|
3: {
|
|
@@ -8426,6 +8442,7 @@ export declare const ThemeG10: {
|
|
|
8426
8442
|
href: string;
|
|
8427
8443
|
title: string;
|
|
8428
8444
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8445
|
+
ariaLabel: string;
|
|
8429
8446
|
subtitle?: undefined;
|
|
8430
8447
|
} | {
|
|
8431
8448
|
id: string;
|
|
@@ -8433,6 +8450,7 @@ export declare const ThemeG10: {
|
|
|
8433
8450
|
title: string;
|
|
8434
8451
|
subtitle: string;
|
|
8435
8452
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8453
|
+
ariaLabel: string;
|
|
8436
8454
|
})[];
|
|
8437
8455
|
} | {
|
|
8438
8456
|
id: number;
|
|
@@ -8443,6 +8461,7 @@ export declare const ThemeG10: {
|
|
|
8443
8461
|
title: string;
|
|
8444
8462
|
subtitle: string;
|
|
8445
8463
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8464
|
+
ariaLabel: string;
|
|
8446
8465
|
secondaryIcon?: undefined;
|
|
8447
8466
|
} | {
|
|
8448
8467
|
id: string;
|
|
@@ -8450,6 +8469,7 @@ export declare const ThemeG10: {
|
|
|
8450
8469
|
title: string;
|
|
8451
8470
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8452
8471
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8472
|
+
ariaLabel: string;
|
|
8453
8473
|
subtitle?: undefined;
|
|
8454
8474
|
})[];
|
|
8455
8475
|
} | {
|
|
@@ -8462,6 +8482,7 @@ export declare const ThemeG10: {
|
|
|
8462
8482
|
subtitle: string;
|
|
8463
8483
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8464
8484
|
isLoading: boolean;
|
|
8485
|
+
ariaLabel: string;
|
|
8465
8486
|
isDisabled?: undefined;
|
|
8466
8487
|
secondaryIcon?: undefined;
|
|
8467
8488
|
} | {
|
|
@@ -8469,6 +8490,7 @@ export declare const ThemeG10: {
|
|
|
8469
8490
|
title: string;
|
|
8470
8491
|
subtitle: string;
|
|
8471
8492
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8493
|
+
ariaLabel: string;
|
|
8472
8494
|
href?: undefined;
|
|
8473
8495
|
isLoading?: undefined;
|
|
8474
8496
|
isDisabled?: undefined;
|
|
@@ -8480,6 +8502,7 @@ export declare const ThemeG10: {
|
|
|
8480
8502
|
subtitle: string;
|
|
8481
8503
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8482
8504
|
isDisabled: boolean;
|
|
8505
|
+
ariaLabel: string;
|
|
8483
8506
|
isLoading?: undefined;
|
|
8484
8507
|
secondaryIcon?: undefined;
|
|
8485
8508
|
} | {
|
|
@@ -8488,6 +8511,7 @@ export declare const ThemeG10: {
|
|
|
8488
8511
|
title: string;
|
|
8489
8512
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8490
8513
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8514
|
+
ariaLabel: string;
|
|
8491
8515
|
subtitle?: undefined;
|
|
8492
8516
|
isLoading?: undefined;
|
|
8493
8517
|
isDisabled?: undefined;
|
|
@@ -8498,6 +8522,7 @@ export declare const ThemeG10: {
|
|
|
8498
8522
|
tiles: {
|
|
8499
8523
|
id: string;
|
|
8500
8524
|
customContent: import("react/jsx-runtime").JSX.Element;
|
|
8525
|
+
ariaLabel: string;
|
|
8501
8526
|
}[];
|
|
8502
8527
|
};
|
|
8503
8528
|
4: {
|
|
@@ -8508,6 +8533,7 @@ export declare const ThemeG10: {
|
|
|
8508
8533
|
href: string;
|
|
8509
8534
|
title: string;
|
|
8510
8535
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8536
|
+
ariaLabel: string;
|
|
8511
8537
|
subtitle?: undefined;
|
|
8512
8538
|
} | {
|
|
8513
8539
|
id: string;
|
|
@@ -8515,6 +8541,7 @@ export declare const ThemeG10: {
|
|
|
8515
8541
|
title: string;
|
|
8516
8542
|
subtitle: string;
|
|
8517
8543
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8544
|
+
ariaLabel: string;
|
|
8518
8545
|
})[];
|
|
8519
8546
|
} | {
|
|
8520
8547
|
id: number;
|
|
@@ -8525,6 +8552,7 @@ export declare const ThemeG10: {
|
|
|
8525
8552
|
title: string;
|
|
8526
8553
|
subtitle: string;
|
|
8527
8554
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8555
|
+
ariaLabel: string;
|
|
8528
8556
|
secondaryIcon?: undefined;
|
|
8529
8557
|
} | {
|
|
8530
8558
|
id: string;
|
|
@@ -8532,6 +8560,7 @@ export declare const ThemeG10: {
|
|
|
8532
8560
|
title: string;
|
|
8533
8561
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8534
8562
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8563
|
+
ariaLabel: string;
|
|
8535
8564
|
subtitle?: undefined;
|
|
8536
8565
|
})[];
|
|
8537
8566
|
} | {
|
|
@@ -8544,6 +8573,7 @@ export declare const ThemeG10: {
|
|
|
8544
8573
|
subtitle: string;
|
|
8545
8574
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8546
8575
|
isLoading: boolean;
|
|
8576
|
+
ariaLabel: string;
|
|
8547
8577
|
isDisabled?: undefined;
|
|
8548
8578
|
secondaryIcon?: undefined;
|
|
8549
8579
|
} | {
|
|
@@ -8551,6 +8581,7 @@ export declare const ThemeG10: {
|
|
|
8551
8581
|
title: string;
|
|
8552
8582
|
subtitle: string;
|
|
8553
8583
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8584
|
+
ariaLabel: string;
|
|
8554
8585
|
href?: undefined;
|
|
8555
8586
|
isLoading?: undefined;
|
|
8556
8587
|
isDisabled?: undefined;
|
|
@@ -8562,6 +8593,7 @@ export declare const ThemeG10: {
|
|
|
8562
8593
|
subtitle: string;
|
|
8563
8594
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8564
8595
|
isDisabled: boolean;
|
|
8596
|
+
ariaLabel: string;
|
|
8565
8597
|
isLoading?: undefined;
|
|
8566
8598
|
secondaryIcon?: undefined;
|
|
8567
8599
|
} | {
|
|
@@ -8570,6 +8602,7 @@ export declare const ThemeG10: {
|
|
|
8570
8602
|
title: string;
|
|
8571
8603
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8572
8604
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8605
|
+
ariaLabel: string;
|
|
8573
8606
|
subtitle?: undefined;
|
|
8574
8607
|
isLoading?: undefined;
|
|
8575
8608
|
isDisabled?: undefined;
|
|
@@ -8580,6 +8613,7 @@ export declare const ThemeG10: {
|
|
|
8580
8613
|
tiles: {
|
|
8581
8614
|
id: string;
|
|
8582
8615
|
customContent: import("react/jsx-runtime").JSX.Element;
|
|
8616
|
+
ariaLabel: string;
|
|
8583
8617
|
}[];
|
|
8584
8618
|
};
|
|
8585
8619
|
5: {
|
|
@@ -8590,6 +8624,7 @@ export declare const ThemeG10: {
|
|
|
8590
8624
|
href: string;
|
|
8591
8625
|
title: string;
|
|
8592
8626
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8627
|
+
ariaLabel: string;
|
|
8593
8628
|
subtitle?: undefined;
|
|
8594
8629
|
} | {
|
|
8595
8630
|
id: string;
|
|
@@ -8597,6 +8632,7 @@ export declare const ThemeG10: {
|
|
|
8597
8632
|
title: string;
|
|
8598
8633
|
subtitle: string;
|
|
8599
8634
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8635
|
+
ariaLabel: string;
|
|
8600
8636
|
})[];
|
|
8601
8637
|
} | {
|
|
8602
8638
|
id: number;
|
|
@@ -8607,6 +8643,7 @@ export declare const ThemeG10: {
|
|
|
8607
8643
|
title: string;
|
|
8608
8644
|
subtitle: string;
|
|
8609
8645
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8646
|
+
ariaLabel: string;
|
|
8610
8647
|
secondaryIcon?: undefined;
|
|
8611
8648
|
} | {
|
|
8612
8649
|
id: string;
|
|
@@ -8614,6 +8651,7 @@ export declare const ThemeG10: {
|
|
|
8614
8651
|
title: string;
|
|
8615
8652
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8616
8653
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8654
|
+
ariaLabel: string;
|
|
8617
8655
|
subtitle?: undefined;
|
|
8618
8656
|
})[];
|
|
8619
8657
|
} | {
|
|
@@ -8626,6 +8664,7 @@ export declare const ThemeG10: {
|
|
|
8626
8664
|
subtitle: string;
|
|
8627
8665
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8628
8666
|
isLoading: boolean;
|
|
8667
|
+
ariaLabel: string;
|
|
8629
8668
|
isDisabled?: undefined;
|
|
8630
8669
|
secondaryIcon?: undefined;
|
|
8631
8670
|
} | {
|
|
@@ -8633,6 +8672,7 @@ export declare const ThemeG10: {
|
|
|
8633
8672
|
title: string;
|
|
8634
8673
|
subtitle: string;
|
|
8635
8674
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8675
|
+
ariaLabel: string;
|
|
8636
8676
|
href?: undefined;
|
|
8637
8677
|
isLoading?: undefined;
|
|
8638
8678
|
isDisabled?: undefined;
|
|
@@ -8644,6 +8684,7 @@ export declare const ThemeG10: {
|
|
|
8644
8684
|
subtitle: string;
|
|
8645
8685
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8646
8686
|
isDisabled: boolean;
|
|
8687
|
+
ariaLabel: string;
|
|
8647
8688
|
isLoading?: undefined;
|
|
8648
8689
|
secondaryIcon?: undefined;
|
|
8649
8690
|
} | {
|
|
@@ -8652,6 +8693,7 @@ export declare const ThemeG10: {
|
|
|
8652
8693
|
title: string;
|
|
8653
8694
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8654
8695
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8696
|
+
ariaLabel: string;
|
|
8655
8697
|
subtitle?: undefined;
|
|
8656
8698
|
isLoading?: undefined;
|
|
8657
8699
|
isDisabled?: undefined;
|
|
@@ -8662,6 +8704,7 @@ export declare const ThemeG10: {
|
|
|
8662
8704
|
tiles: {
|
|
8663
8705
|
id: string;
|
|
8664
8706
|
customContent: import("react/jsx-runtime").JSX.Element;
|
|
8707
|
+
ariaLabel: string;
|
|
8665
8708
|
}[];
|
|
8666
8709
|
};
|
|
8667
8710
|
6: {
|
|
@@ -8672,6 +8715,7 @@ export declare const ThemeG10: {
|
|
|
8672
8715
|
href: string;
|
|
8673
8716
|
title: string;
|
|
8674
8717
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8718
|
+
ariaLabel: string;
|
|
8675
8719
|
subtitle?: undefined;
|
|
8676
8720
|
} | {
|
|
8677
8721
|
id: string;
|
|
@@ -8679,6 +8723,7 @@ export declare const ThemeG10: {
|
|
|
8679
8723
|
title: string;
|
|
8680
8724
|
subtitle: string;
|
|
8681
8725
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8726
|
+
ariaLabel: string;
|
|
8682
8727
|
})[];
|
|
8683
8728
|
} | {
|
|
8684
8729
|
id: number;
|
|
@@ -8689,6 +8734,7 @@ export declare const ThemeG10: {
|
|
|
8689
8734
|
title: string;
|
|
8690
8735
|
subtitle: string;
|
|
8691
8736
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8737
|
+
ariaLabel: string;
|
|
8692
8738
|
secondaryIcon?: undefined;
|
|
8693
8739
|
} | {
|
|
8694
8740
|
id: string;
|
|
@@ -8696,6 +8742,7 @@ export declare const ThemeG10: {
|
|
|
8696
8742
|
title: string;
|
|
8697
8743
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8698
8744
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8745
|
+
ariaLabel: string;
|
|
8699
8746
|
subtitle?: undefined;
|
|
8700
8747
|
})[];
|
|
8701
8748
|
} | {
|
|
@@ -8708,6 +8755,7 @@ export declare const ThemeG10: {
|
|
|
8708
8755
|
subtitle: string;
|
|
8709
8756
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8710
8757
|
isLoading: boolean;
|
|
8758
|
+
ariaLabel: string;
|
|
8711
8759
|
isDisabled?: undefined;
|
|
8712
8760
|
secondaryIcon?: undefined;
|
|
8713
8761
|
} | {
|
|
@@ -8715,6 +8763,7 @@ export declare const ThemeG10: {
|
|
|
8715
8763
|
title: string;
|
|
8716
8764
|
subtitle: string;
|
|
8717
8765
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8766
|
+
ariaLabel: string;
|
|
8718
8767
|
href?: undefined;
|
|
8719
8768
|
isLoading?: undefined;
|
|
8720
8769
|
isDisabled?: undefined;
|
|
@@ -8726,6 +8775,7 @@ export declare const ThemeG10: {
|
|
|
8726
8775
|
subtitle: string;
|
|
8727
8776
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8728
8777
|
isDisabled: boolean;
|
|
8778
|
+
ariaLabel: string;
|
|
8729
8779
|
isLoading?: undefined;
|
|
8730
8780
|
secondaryIcon?: undefined;
|
|
8731
8781
|
} | {
|
|
@@ -8734,6 +8784,7 @@ export declare const ThemeG10: {
|
|
|
8734
8784
|
title: string;
|
|
8735
8785
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8736
8786
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8787
|
+
ariaLabel: string;
|
|
8737
8788
|
subtitle?: undefined;
|
|
8738
8789
|
isLoading?: undefined;
|
|
8739
8790
|
isDisabled?: undefined;
|
|
@@ -8744,6 +8795,7 @@ export declare const ThemeG10: {
|
|
|
8744
8795
|
tiles: {
|
|
8745
8796
|
id: string;
|
|
8746
8797
|
customContent: import("react/jsx-runtime").JSX.Element;
|
|
8798
|
+
ariaLabel: string;
|
|
8747
8799
|
}[];
|
|
8748
8800
|
};
|
|
8749
8801
|
7: {
|
|
@@ -8754,6 +8806,7 @@ export declare const ThemeG10: {
|
|
|
8754
8806
|
href: string;
|
|
8755
8807
|
title: string;
|
|
8756
8808
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8809
|
+
ariaLabel: string;
|
|
8757
8810
|
subtitle?: undefined;
|
|
8758
8811
|
} | {
|
|
8759
8812
|
id: string;
|
|
@@ -8761,6 +8814,7 @@ export declare const ThemeG10: {
|
|
|
8761
8814
|
title: string;
|
|
8762
8815
|
subtitle: string;
|
|
8763
8816
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8817
|
+
ariaLabel: string;
|
|
8764
8818
|
})[];
|
|
8765
8819
|
} | {
|
|
8766
8820
|
id: number;
|
|
@@ -8771,6 +8825,7 @@ export declare const ThemeG10: {
|
|
|
8771
8825
|
title: string;
|
|
8772
8826
|
subtitle: string;
|
|
8773
8827
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8828
|
+
ariaLabel: string;
|
|
8774
8829
|
secondaryIcon?: undefined;
|
|
8775
8830
|
} | {
|
|
8776
8831
|
id: string;
|
|
@@ -8778,6 +8833,7 @@ export declare const ThemeG10: {
|
|
|
8778
8833
|
title: string;
|
|
8779
8834
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8780
8835
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8836
|
+
ariaLabel: string;
|
|
8781
8837
|
subtitle?: undefined;
|
|
8782
8838
|
})[];
|
|
8783
8839
|
} | {
|
|
@@ -8790,6 +8846,7 @@ export declare const ThemeG10: {
|
|
|
8790
8846
|
subtitle: string;
|
|
8791
8847
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8792
8848
|
isLoading: boolean;
|
|
8849
|
+
ariaLabel: string;
|
|
8793
8850
|
isDisabled?: undefined;
|
|
8794
8851
|
secondaryIcon?: undefined;
|
|
8795
8852
|
} | {
|
|
@@ -8797,6 +8854,7 @@ export declare const ThemeG10: {
|
|
|
8797
8854
|
title: string;
|
|
8798
8855
|
subtitle: string;
|
|
8799
8856
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8857
|
+
ariaLabel: string;
|
|
8800
8858
|
href?: undefined;
|
|
8801
8859
|
isLoading?: undefined;
|
|
8802
8860
|
isDisabled?: undefined;
|
|
@@ -8808,6 +8866,7 @@ export declare const ThemeG10: {
|
|
|
8808
8866
|
subtitle: string;
|
|
8809
8867
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8810
8868
|
isDisabled: boolean;
|
|
8869
|
+
ariaLabel: string;
|
|
8811
8870
|
isLoading?: undefined;
|
|
8812
8871
|
secondaryIcon?: undefined;
|
|
8813
8872
|
} | {
|
|
@@ -8816,6 +8875,7 @@ export declare const ThemeG10: {
|
|
|
8816
8875
|
title: string;
|
|
8817
8876
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8818
8877
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8878
|
+
ariaLabel: string;
|
|
8819
8879
|
subtitle?: undefined;
|
|
8820
8880
|
isLoading?: undefined;
|
|
8821
8881
|
isDisabled?: undefined;
|
|
@@ -8826,170 +8886,7 @@ export declare const ThemeG10: {
|
|
|
8826
8886
|
tiles: {
|
|
8827
8887
|
id: string;
|
|
8828
8888
|
customContent: import("react/jsx-runtime").JSX.Element;
|
|
8829
|
-
|
|
8830
|
-
};
|
|
8831
|
-
8: {
|
|
8832
|
-
id: number;
|
|
8833
|
-
label: string;
|
|
8834
|
-
tiles: ({
|
|
8835
|
-
id: string;
|
|
8836
|
-
href: string;
|
|
8837
|
-
title: string;
|
|
8838
|
-
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8839
|
-
subtitle?: undefined;
|
|
8840
|
-
} | {
|
|
8841
|
-
id: string;
|
|
8842
|
-
href: string;
|
|
8843
|
-
title: string;
|
|
8844
|
-
subtitle: string;
|
|
8845
|
-
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8846
|
-
})[];
|
|
8847
|
-
} | {
|
|
8848
|
-
id: number;
|
|
8849
|
-
label: string;
|
|
8850
|
-
tiles: ({
|
|
8851
|
-
id: string;
|
|
8852
|
-
href: string;
|
|
8853
|
-
title: string;
|
|
8854
|
-
subtitle: string;
|
|
8855
|
-
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8856
|
-
secondaryIcon?: undefined;
|
|
8857
|
-
} | {
|
|
8858
|
-
id: string;
|
|
8859
|
-
href: string;
|
|
8860
|
-
title: string;
|
|
8861
|
-
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8862
|
-
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8863
|
-
subtitle?: undefined;
|
|
8864
|
-
})[];
|
|
8865
|
-
} | {
|
|
8866
|
-
id: number;
|
|
8867
|
-
label: string;
|
|
8868
|
-
tiles: ({
|
|
8869
|
-
id: string;
|
|
8870
|
-
href: string;
|
|
8871
|
-
title: string;
|
|
8872
|
-
subtitle: string;
|
|
8873
|
-
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8874
|
-
isLoading: boolean;
|
|
8875
|
-
isDisabled?: undefined;
|
|
8876
|
-
secondaryIcon?: undefined;
|
|
8877
|
-
} | {
|
|
8878
|
-
id: string;
|
|
8879
|
-
title: string;
|
|
8880
|
-
subtitle: string;
|
|
8881
|
-
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8882
|
-
href?: undefined;
|
|
8883
|
-
isLoading?: undefined;
|
|
8884
|
-
isDisabled?: undefined;
|
|
8885
|
-
secondaryIcon?: undefined;
|
|
8886
|
-
} | {
|
|
8887
|
-
id: string;
|
|
8888
|
-
href: string;
|
|
8889
|
-
title: string;
|
|
8890
|
-
subtitle: string;
|
|
8891
|
-
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8892
|
-
isDisabled: boolean;
|
|
8893
|
-
isLoading?: undefined;
|
|
8894
|
-
secondaryIcon?: undefined;
|
|
8895
|
-
} | {
|
|
8896
|
-
id: string;
|
|
8897
|
-
href: string;
|
|
8898
|
-
title: string;
|
|
8899
|
-
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8900
|
-
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8901
|
-
subtitle?: undefined;
|
|
8902
|
-
isLoading?: undefined;
|
|
8903
|
-
isDisabled?: undefined;
|
|
8904
|
-
})[];
|
|
8905
|
-
} | {
|
|
8906
|
-
id: number;
|
|
8907
|
-
label: string;
|
|
8908
|
-
tiles: {
|
|
8909
|
-
id: string;
|
|
8910
|
-
customContent: import("react/jsx-runtime").JSX.Element;
|
|
8911
|
-
}[];
|
|
8912
|
-
};
|
|
8913
|
-
9: {
|
|
8914
|
-
id: number;
|
|
8915
|
-
label: string;
|
|
8916
|
-
tiles: ({
|
|
8917
|
-
id: string;
|
|
8918
|
-
href: string;
|
|
8919
|
-
title: string;
|
|
8920
|
-
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8921
|
-
subtitle?: undefined;
|
|
8922
|
-
} | {
|
|
8923
|
-
id: string;
|
|
8924
|
-
href: string;
|
|
8925
|
-
title: string;
|
|
8926
|
-
subtitle: string;
|
|
8927
|
-
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8928
|
-
})[];
|
|
8929
|
-
} | {
|
|
8930
|
-
id: number;
|
|
8931
|
-
label: string;
|
|
8932
|
-
tiles: ({
|
|
8933
|
-
id: string;
|
|
8934
|
-
href: string;
|
|
8935
|
-
title: string;
|
|
8936
|
-
subtitle: string;
|
|
8937
|
-
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8938
|
-
secondaryIcon?: undefined;
|
|
8939
|
-
} | {
|
|
8940
|
-
id: string;
|
|
8941
|
-
href: string;
|
|
8942
|
-
title: string;
|
|
8943
|
-
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8944
|
-
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8945
|
-
subtitle?: undefined;
|
|
8946
|
-
})[];
|
|
8947
|
-
} | {
|
|
8948
|
-
id: number;
|
|
8949
|
-
label: string;
|
|
8950
|
-
tiles: ({
|
|
8951
|
-
id: string;
|
|
8952
|
-
href: string;
|
|
8953
|
-
title: string;
|
|
8954
|
-
subtitle: string;
|
|
8955
|
-
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8956
|
-
isLoading: boolean;
|
|
8957
|
-
isDisabled?: undefined;
|
|
8958
|
-
secondaryIcon?: undefined;
|
|
8959
|
-
} | {
|
|
8960
|
-
id: string;
|
|
8961
|
-
title: string;
|
|
8962
|
-
subtitle: string;
|
|
8963
|
-
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8964
|
-
href?: undefined;
|
|
8965
|
-
isLoading?: undefined;
|
|
8966
|
-
isDisabled?: undefined;
|
|
8967
|
-
secondaryIcon?: undefined;
|
|
8968
|
-
} | {
|
|
8969
|
-
id: string;
|
|
8970
|
-
href: string;
|
|
8971
|
-
title: string;
|
|
8972
|
-
subtitle: string;
|
|
8973
|
-
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8974
|
-
isDisabled: boolean;
|
|
8975
|
-
isLoading?: undefined;
|
|
8976
|
-
secondaryIcon?: undefined;
|
|
8977
|
-
} | {
|
|
8978
|
-
id: string;
|
|
8979
|
-
href: string;
|
|
8980
|
-
title: string;
|
|
8981
|
-
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8982
|
-
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8983
|
-
subtitle?: undefined;
|
|
8984
|
-
isLoading?: undefined;
|
|
8985
|
-
isDisabled?: undefined;
|
|
8986
|
-
})[];
|
|
8987
|
-
} | {
|
|
8988
|
-
id: number;
|
|
8989
|
-
label: string;
|
|
8990
|
-
tiles: {
|
|
8991
|
-
id: string;
|
|
8992
|
-
customContent: import("react/jsx-runtime").JSX.Element;
|
|
8889
|
+
ariaLabel: string;
|
|
8993
8890
|
}[];
|
|
8994
8891
|
};
|
|
8995
8892
|
};
|
|
@@ -9029,6 +8926,7 @@ export declare const ThemeG10: {
|
|
|
9029
8926
|
href: string;
|
|
9030
8927
|
title: string;
|
|
9031
8928
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8929
|
+
ariaLabel: string;
|
|
9032
8930
|
subtitle?: undefined;
|
|
9033
8931
|
} | {
|
|
9034
8932
|
id: string;
|
|
@@ -9036,6 +8934,7 @@ export declare const ThemeG10: {
|
|
|
9036
8934
|
title: string;
|
|
9037
8935
|
subtitle: string;
|
|
9038
8936
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8937
|
+
ariaLabel: string;
|
|
9039
8938
|
})[];
|
|
9040
8939
|
} | {
|
|
9041
8940
|
id: number;
|
|
@@ -9046,6 +8945,7 @@ export declare const ThemeG10: {
|
|
|
9046
8945
|
title: string;
|
|
9047
8946
|
subtitle: string;
|
|
9048
8947
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8948
|
+
ariaLabel: string;
|
|
9049
8949
|
secondaryIcon?: undefined;
|
|
9050
8950
|
} | {
|
|
9051
8951
|
id: string;
|
|
@@ -9053,6 +8953,7 @@ export declare const ThemeG10: {
|
|
|
9053
8953
|
title: string;
|
|
9054
8954
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
9055
8955
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8956
|
+
ariaLabel: string;
|
|
9056
8957
|
subtitle?: undefined;
|
|
9057
8958
|
})[];
|
|
9058
8959
|
} | {
|
|
@@ -9065,6 +8966,7 @@ export declare const ThemeG10: {
|
|
|
9065
8966
|
subtitle: string;
|
|
9066
8967
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
9067
8968
|
isLoading: boolean;
|
|
8969
|
+
ariaLabel: string;
|
|
9068
8970
|
isDisabled?: undefined;
|
|
9069
8971
|
secondaryIcon?: undefined;
|
|
9070
8972
|
} | {
|
|
@@ -9072,6 +8974,7 @@ export declare const ThemeG10: {
|
|
|
9072
8974
|
title: string;
|
|
9073
8975
|
subtitle: string;
|
|
9074
8976
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8977
|
+
ariaLabel: string;
|
|
9075
8978
|
href?: undefined;
|
|
9076
8979
|
isLoading?: undefined;
|
|
9077
8980
|
isDisabled?: undefined;
|
|
@@ -9083,6 +8986,7 @@ export declare const ThemeG10: {
|
|
|
9083
8986
|
subtitle: string;
|
|
9084
8987
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
9085
8988
|
isDisabled: boolean;
|
|
8989
|
+
ariaLabel: string;
|
|
9086
8990
|
isLoading?: undefined;
|
|
9087
8991
|
secondaryIcon?: undefined;
|
|
9088
8992
|
} | {
|
|
@@ -9091,6 +8995,7 @@ export declare const ThemeG10: {
|
|
|
9091
8995
|
title: string;
|
|
9092
8996
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
9093
8997
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
8998
|
+
ariaLabel: string;
|
|
9094
8999
|
subtitle?: undefined;
|
|
9095
9000
|
isLoading?: undefined;
|
|
9096
9001
|
isDisabled?: undefined;
|
|
@@ -9101,6 +9006,7 @@ export declare const ThemeG10: {
|
|
|
9101
9006
|
tiles: {
|
|
9102
9007
|
id: string;
|
|
9103
9008
|
customContent: import("react/jsx-runtime").JSX.Element;
|
|
9009
|
+
ariaLabel: string;
|
|
9104
9010
|
}[];
|
|
9105
9011
|
})[];
|
|
9106
9012
|
selectedTileGroup: {
|
|
@@ -9111,6 +9017,7 @@ export declare const ThemeG10: {
|
|
|
9111
9017
|
href: string;
|
|
9112
9018
|
title: string;
|
|
9113
9019
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
9020
|
+
ariaLabel: string;
|
|
9114
9021
|
subtitle?: undefined;
|
|
9115
9022
|
} | {
|
|
9116
9023
|
id: string;
|
|
@@ -9118,6 +9025,7 @@ export declare const ThemeG10: {
|
|
|
9118
9025
|
title: string;
|
|
9119
9026
|
subtitle: string;
|
|
9120
9027
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
9028
|
+
ariaLabel: string;
|
|
9121
9029
|
})[];
|
|
9122
9030
|
} | {
|
|
9123
9031
|
id: number;
|
|
@@ -9128,6 +9036,7 @@ export declare const ThemeG10: {
|
|
|
9128
9036
|
title: string;
|
|
9129
9037
|
subtitle: string;
|
|
9130
9038
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
9039
|
+
ariaLabel: string;
|
|
9131
9040
|
secondaryIcon?: undefined;
|
|
9132
9041
|
} | {
|
|
9133
9042
|
id: string;
|
|
@@ -9135,6 +9044,7 @@ export declare const ThemeG10: {
|
|
|
9135
9044
|
title: string;
|
|
9136
9045
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
9137
9046
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
9047
|
+
ariaLabel: string;
|
|
9138
9048
|
subtitle?: undefined;
|
|
9139
9049
|
})[];
|
|
9140
9050
|
} | {
|
|
@@ -9147,6 +9057,7 @@ export declare const ThemeG10: {
|
|
|
9147
9057
|
subtitle: string;
|
|
9148
9058
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
9149
9059
|
isLoading: boolean;
|
|
9060
|
+
ariaLabel: string;
|
|
9150
9061
|
isDisabled?: undefined;
|
|
9151
9062
|
secondaryIcon?: undefined;
|
|
9152
9063
|
} | {
|
|
@@ -9154,6 +9065,7 @@ export declare const ThemeG10: {
|
|
|
9154
9065
|
title: string;
|
|
9155
9066
|
subtitle: string;
|
|
9156
9067
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
9068
|
+
ariaLabel: string;
|
|
9157
9069
|
href?: undefined;
|
|
9158
9070
|
isLoading?: undefined;
|
|
9159
9071
|
isDisabled?: undefined;
|
|
@@ -9165,6 +9077,7 @@ export declare const ThemeG10: {
|
|
|
9165
9077
|
subtitle: string;
|
|
9166
9078
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
9167
9079
|
isDisabled: boolean;
|
|
9080
|
+
ariaLabel: string;
|
|
9168
9081
|
isLoading?: undefined;
|
|
9169
9082
|
secondaryIcon?: undefined;
|
|
9170
9083
|
} | {
|
|
@@ -9173,6 +9086,7 @@ export declare const ThemeG10: {
|
|
|
9173
9086
|
title: string;
|
|
9174
9087
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
9175
9088
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
9089
|
+
ariaLabel: string;
|
|
9176
9090
|
subtitle?: undefined;
|
|
9177
9091
|
isLoading?: undefined;
|
|
9178
9092
|
isDisabled?: undefined;
|
|
@@ -9183,9 +9097,11 @@ export declare const ThemeG10: {
|
|
|
9183
9097
|
tiles: {
|
|
9184
9098
|
id: string;
|
|
9185
9099
|
customContent: import("react/jsx-runtime").JSX.Element;
|
|
9100
|
+
ariaLabel: string;
|
|
9186
9101
|
}[];
|
|
9187
9102
|
};
|
|
9188
9103
|
setSelectedTileGroup: () => void;
|
|
9104
|
+
ariaLabel: string;
|
|
9189
9105
|
};
|
|
9190
9106
|
};
|
|
9191
9107
|
3: {
|
|
@@ -9217,6 +9133,7 @@ export declare const ThemeG10: {
|
|
|
9217
9133
|
label: string;
|
|
9218
9134
|
renderSelectedItem: (item: any) => string;
|
|
9219
9135
|
};
|
|
9136
|
+
ariaLabel: string;
|
|
9220
9137
|
};
|
|
9221
9138
|
2: {
|
|
9222
9139
|
allWorkspaces: {
|
|
@@ -9255,6 +9172,7 @@ export declare const ThemeG10: {
|
|
|
9255
9172
|
href: string;
|
|
9256
9173
|
title: string;
|
|
9257
9174
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
9175
|
+
ariaLabel: string;
|
|
9258
9176
|
subtitle?: undefined;
|
|
9259
9177
|
} | {
|
|
9260
9178
|
id: string;
|
|
@@ -9262,6 +9180,7 @@ export declare const ThemeG10: {
|
|
|
9262
9180
|
title: string;
|
|
9263
9181
|
subtitle: string;
|
|
9264
9182
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
9183
|
+
ariaLabel: string;
|
|
9265
9184
|
})[];
|
|
9266
9185
|
} | {
|
|
9267
9186
|
id: number;
|
|
@@ -9272,6 +9191,7 @@ export declare const ThemeG10: {
|
|
|
9272
9191
|
title: string;
|
|
9273
9192
|
subtitle: string;
|
|
9274
9193
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
9194
|
+
ariaLabel: string;
|
|
9275
9195
|
secondaryIcon?: undefined;
|
|
9276
9196
|
} | {
|
|
9277
9197
|
id: string;
|
|
@@ -9279,6 +9199,7 @@ export declare const ThemeG10: {
|
|
|
9279
9199
|
title: string;
|
|
9280
9200
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
9281
9201
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
9202
|
+
ariaLabel: string;
|
|
9282
9203
|
subtitle?: undefined;
|
|
9283
9204
|
})[];
|
|
9284
9205
|
} | {
|
|
@@ -9291,6 +9212,7 @@ export declare const ThemeG10: {
|
|
|
9291
9212
|
subtitle: string;
|
|
9292
9213
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
9293
9214
|
isLoading: boolean;
|
|
9215
|
+
ariaLabel: string;
|
|
9294
9216
|
isDisabled?: undefined;
|
|
9295
9217
|
secondaryIcon?: undefined;
|
|
9296
9218
|
} | {
|
|
@@ -9298,6 +9220,7 @@ export declare const ThemeG10: {
|
|
|
9298
9220
|
title: string;
|
|
9299
9221
|
subtitle: string;
|
|
9300
9222
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
9223
|
+
ariaLabel: string;
|
|
9301
9224
|
href?: undefined;
|
|
9302
9225
|
isLoading?: undefined;
|
|
9303
9226
|
isDisabled?: undefined;
|
|
@@ -9309,6 +9232,7 @@ export declare const ThemeG10: {
|
|
|
9309
9232
|
subtitle: string;
|
|
9310
9233
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
9311
9234
|
isDisabled: boolean;
|
|
9235
|
+
ariaLabel: string;
|
|
9312
9236
|
isLoading?: undefined;
|
|
9313
9237
|
secondaryIcon?: undefined;
|
|
9314
9238
|
} | {
|
|
@@ -9317,6 +9241,7 @@ export declare const ThemeG10: {
|
|
|
9317
9241
|
title: string;
|
|
9318
9242
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
9319
9243
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
9244
|
+
ariaLabel: string;
|
|
9320
9245
|
subtitle?: undefined;
|
|
9321
9246
|
isLoading?: undefined;
|
|
9322
9247
|
isDisabled?: undefined;
|
|
@@ -9327,6 +9252,7 @@ export declare const ThemeG10: {
|
|
|
9327
9252
|
tiles: {
|
|
9328
9253
|
id: string;
|
|
9329
9254
|
customContent: import("react/jsx-runtime").JSX.Element;
|
|
9255
|
+
ariaLabel: string;
|
|
9330
9256
|
}[];
|
|
9331
9257
|
})[];
|
|
9332
9258
|
tasksControllerConfig: number;
|
|
@@ -9341,6 +9267,13 @@ export declare const ThemeG10: {
|
|
|
9341
9267
|
disabledTaskLabel: string;
|
|
9342
9268
|
expandButtonLabel: string;
|
|
9343
9269
|
collapseButtonLabel: string;
|
|
9270
|
+
ariaLabels: {
|
|
9271
|
+
welcome: string;
|
|
9272
|
+
description: string;
|
|
9273
|
+
collapseButton: string;
|
|
9274
|
+
expandButton: string;
|
|
9275
|
+
tilesContainer: string;
|
|
9276
|
+
};
|
|
9344
9277
|
headerAnimation: number;
|
|
9345
9278
|
};
|
|
9346
9279
|
};
|
|
@@ -17588,8 +17521,6 @@ export declare const ThemeG100: {
|
|
|
17588
17521
|
5: string;
|
|
17589
17522
|
6: string;
|
|
17590
17523
|
7: string;
|
|
17591
|
-
8: string;
|
|
17592
|
-
9: string;
|
|
17593
17524
|
};
|
|
17594
17525
|
};
|
|
17595
17526
|
options: number[];
|
|
@@ -17603,6 +17534,7 @@ export declare const ThemeG100: {
|
|
|
17603
17534
|
href: string;
|
|
17604
17535
|
title: string;
|
|
17605
17536
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17537
|
+
ariaLabel: string;
|
|
17606
17538
|
subtitle?: undefined;
|
|
17607
17539
|
} | {
|
|
17608
17540
|
id: string;
|
|
@@ -17610,6 +17542,7 @@ export declare const ThemeG100: {
|
|
|
17610
17542
|
title: string;
|
|
17611
17543
|
subtitle: string;
|
|
17612
17544
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17545
|
+
ariaLabel: string;
|
|
17613
17546
|
})[];
|
|
17614
17547
|
} | {
|
|
17615
17548
|
id: number;
|
|
@@ -17620,6 +17553,7 @@ export declare const ThemeG100: {
|
|
|
17620
17553
|
title: string;
|
|
17621
17554
|
subtitle: string;
|
|
17622
17555
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17556
|
+
ariaLabel: string;
|
|
17623
17557
|
secondaryIcon?: undefined;
|
|
17624
17558
|
} | {
|
|
17625
17559
|
id: string;
|
|
@@ -17627,6 +17561,7 @@ export declare const ThemeG100: {
|
|
|
17627
17561
|
title: string;
|
|
17628
17562
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17629
17563
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17564
|
+
ariaLabel: string;
|
|
17630
17565
|
subtitle?: undefined;
|
|
17631
17566
|
})[];
|
|
17632
17567
|
} | {
|
|
@@ -17639,6 +17574,7 @@ export declare const ThemeG100: {
|
|
|
17639
17574
|
subtitle: string;
|
|
17640
17575
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17641
17576
|
isLoading: boolean;
|
|
17577
|
+
ariaLabel: string;
|
|
17642
17578
|
isDisabled?: undefined;
|
|
17643
17579
|
secondaryIcon?: undefined;
|
|
17644
17580
|
} | {
|
|
@@ -17646,6 +17582,7 @@ export declare const ThemeG100: {
|
|
|
17646
17582
|
title: string;
|
|
17647
17583
|
subtitle: string;
|
|
17648
17584
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17585
|
+
ariaLabel: string;
|
|
17649
17586
|
href?: undefined;
|
|
17650
17587
|
isLoading?: undefined;
|
|
17651
17588
|
isDisabled?: undefined;
|
|
@@ -17657,6 +17594,7 @@ export declare const ThemeG100: {
|
|
|
17657
17594
|
subtitle: string;
|
|
17658
17595
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17659
17596
|
isDisabled: boolean;
|
|
17597
|
+
ariaLabel: string;
|
|
17660
17598
|
isLoading?: undefined;
|
|
17661
17599
|
secondaryIcon?: undefined;
|
|
17662
17600
|
} | {
|
|
@@ -17665,6 +17603,7 @@ export declare const ThemeG100: {
|
|
|
17665
17603
|
title: string;
|
|
17666
17604
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17667
17605
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17606
|
+
ariaLabel: string;
|
|
17668
17607
|
subtitle?: undefined;
|
|
17669
17608
|
isLoading?: undefined;
|
|
17670
17609
|
isDisabled?: undefined;
|
|
@@ -17675,6 +17614,7 @@ export declare const ThemeG100: {
|
|
|
17675
17614
|
tiles: {
|
|
17676
17615
|
id: string;
|
|
17677
17616
|
customContent: import("react/jsx-runtime").JSX.Element;
|
|
17617
|
+
ariaLabel: string;
|
|
17678
17618
|
}[];
|
|
17679
17619
|
};
|
|
17680
17620
|
2: {
|
|
@@ -17685,6 +17625,7 @@ export declare const ThemeG100: {
|
|
|
17685
17625
|
href: string;
|
|
17686
17626
|
title: string;
|
|
17687
17627
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17628
|
+
ariaLabel: string;
|
|
17688
17629
|
subtitle?: undefined;
|
|
17689
17630
|
} | {
|
|
17690
17631
|
id: string;
|
|
@@ -17692,6 +17633,7 @@ export declare const ThemeG100: {
|
|
|
17692
17633
|
title: string;
|
|
17693
17634
|
subtitle: string;
|
|
17694
17635
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17636
|
+
ariaLabel: string;
|
|
17695
17637
|
})[];
|
|
17696
17638
|
} | {
|
|
17697
17639
|
id: number;
|
|
@@ -17702,6 +17644,7 @@ export declare const ThemeG100: {
|
|
|
17702
17644
|
title: string;
|
|
17703
17645
|
subtitle: string;
|
|
17704
17646
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17647
|
+
ariaLabel: string;
|
|
17705
17648
|
secondaryIcon?: undefined;
|
|
17706
17649
|
} | {
|
|
17707
17650
|
id: string;
|
|
@@ -17709,6 +17652,7 @@ export declare const ThemeG100: {
|
|
|
17709
17652
|
title: string;
|
|
17710
17653
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17711
17654
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17655
|
+
ariaLabel: string;
|
|
17712
17656
|
subtitle?: undefined;
|
|
17713
17657
|
})[];
|
|
17714
17658
|
} | {
|
|
@@ -17721,6 +17665,7 @@ export declare const ThemeG100: {
|
|
|
17721
17665
|
subtitle: string;
|
|
17722
17666
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17723
17667
|
isLoading: boolean;
|
|
17668
|
+
ariaLabel: string;
|
|
17724
17669
|
isDisabled?: undefined;
|
|
17725
17670
|
secondaryIcon?: undefined;
|
|
17726
17671
|
} | {
|
|
@@ -17728,6 +17673,7 @@ export declare const ThemeG100: {
|
|
|
17728
17673
|
title: string;
|
|
17729
17674
|
subtitle: string;
|
|
17730
17675
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17676
|
+
ariaLabel: string;
|
|
17731
17677
|
href?: undefined;
|
|
17732
17678
|
isLoading?: undefined;
|
|
17733
17679
|
isDisabled?: undefined;
|
|
@@ -17739,6 +17685,7 @@ export declare const ThemeG100: {
|
|
|
17739
17685
|
subtitle: string;
|
|
17740
17686
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17741
17687
|
isDisabled: boolean;
|
|
17688
|
+
ariaLabel: string;
|
|
17742
17689
|
isLoading?: undefined;
|
|
17743
17690
|
secondaryIcon?: undefined;
|
|
17744
17691
|
} | {
|
|
@@ -17747,6 +17694,7 @@ export declare const ThemeG100: {
|
|
|
17747
17694
|
title: string;
|
|
17748
17695
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17749
17696
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17697
|
+
ariaLabel: string;
|
|
17750
17698
|
subtitle?: undefined;
|
|
17751
17699
|
isLoading?: undefined;
|
|
17752
17700
|
isDisabled?: undefined;
|
|
@@ -17757,6 +17705,7 @@ export declare const ThemeG100: {
|
|
|
17757
17705
|
tiles: {
|
|
17758
17706
|
id: string;
|
|
17759
17707
|
customContent: import("react/jsx-runtime").JSX.Element;
|
|
17708
|
+
ariaLabel: string;
|
|
17760
17709
|
}[];
|
|
17761
17710
|
};
|
|
17762
17711
|
3: {
|
|
@@ -17767,6 +17716,7 @@ export declare const ThemeG100: {
|
|
|
17767
17716
|
href: string;
|
|
17768
17717
|
title: string;
|
|
17769
17718
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17719
|
+
ariaLabel: string;
|
|
17770
17720
|
subtitle?: undefined;
|
|
17771
17721
|
} | {
|
|
17772
17722
|
id: string;
|
|
@@ -17774,6 +17724,7 @@ export declare const ThemeG100: {
|
|
|
17774
17724
|
title: string;
|
|
17775
17725
|
subtitle: string;
|
|
17776
17726
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17727
|
+
ariaLabel: string;
|
|
17777
17728
|
})[];
|
|
17778
17729
|
} | {
|
|
17779
17730
|
id: number;
|
|
@@ -17784,6 +17735,7 @@ export declare const ThemeG100: {
|
|
|
17784
17735
|
title: string;
|
|
17785
17736
|
subtitle: string;
|
|
17786
17737
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17738
|
+
ariaLabel: string;
|
|
17787
17739
|
secondaryIcon?: undefined;
|
|
17788
17740
|
} | {
|
|
17789
17741
|
id: string;
|
|
@@ -17791,6 +17743,7 @@ export declare const ThemeG100: {
|
|
|
17791
17743
|
title: string;
|
|
17792
17744
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17793
17745
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17746
|
+
ariaLabel: string;
|
|
17794
17747
|
subtitle?: undefined;
|
|
17795
17748
|
})[];
|
|
17796
17749
|
} | {
|
|
@@ -17803,6 +17756,7 @@ export declare const ThemeG100: {
|
|
|
17803
17756
|
subtitle: string;
|
|
17804
17757
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17805
17758
|
isLoading: boolean;
|
|
17759
|
+
ariaLabel: string;
|
|
17806
17760
|
isDisabled?: undefined;
|
|
17807
17761
|
secondaryIcon?: undefined;
|
|
17808
17762
|
} | {
|
|
@@ -17810,6 +17764,7 @@ export declare const ThemeG100: {
|
|
|
17810
17764
|
title: string;
|
|
17811
17765
|
subtitle: string;
|
|
17812
17766
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17767
|
+
ariaLabel: string;
|
|
17813
17768
|
href?: undefined;
|
|
17814
17769
|
isLoading?: undefined;
|
|
17815
17770
|
isDisabled?: undefined;
|
|
@@ -17821,6 +17776,7 @@ export declare const ThemeG100: {
|
|
|
17821
17776
|
subtitle: string;
|
|
17822
17777
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17823
17778
|
isDisabled: boolean;
|
|
17779
|
+
ariaLabel: string;
|
|
17824
17780
|
isLoading?: undefined;
|
|
17825
17781
|
secondaryIcon?: undefined;
|
|
17826
17782
|
} | {
|
|
@@ -17829,6 +17785,7 @@ export declare const ThemeG100: {
|
|
|
17829
17785
|
title: string;
|
|
17830
17786
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17831
17787
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17788
|
+
ariaLabel: string;
|
|
17832
17789
|
subtitle?: undefined;
|
|
17833
17790
|
isLoading?: undefined;
|
|
17834
17791
|
isDisabled?: undefined;
|
|
@@ -17839,6 +17796,7 @@ export declare const ThemeG100: {
|
|
|
17839
17796
|
tiles: {
|
|
17840
17797
|
id: string;
|
|
17841
17798
|
customContent: import("react/jsx-runtime").JSX.Element;
|
|
17799
|
+
ariaLabel: string;
|
|
17842
17800
|
}[];
|
|
17843
17801
|
};
|
|
17844
17802
|
4: {
|
|
@@ -17849,6 +17807,7 @@ export declare const ThemeG100: {
|
|
|
17849
17807
|
href: string;
|
|
17850
17808
|
title: string;
|
|
17851
17809
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17810
|
+
ariaLabel: string;
|
|
17852
17811
|
subtitle?: undefined;
|
|
17853
17812
|
} | {
|
|
17854
17813
|
id: string;
|
|
@@ -17856,6 +17815,7 @@ export declare const ThemeG100: {
|
|
|
17856
17815
|
title: string;
|
|
17857
17816
|
subtitle: string;
|
|
17858
17817
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17818
|
+
ariaLabel: string;
|
|
17859
17819
|
})[];
|
|
17860
17820
|
} | {
|
|
17861
17821
|
id: number;
|
|
@@ -17866,6 +17826,7 @@ export declare const ThemeG100: {
|
|
|
17866
17826
|
title: string;
|
|
17867
17827
|
subtitle: string;
|
|
17868
17828
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17829
|
+
ariaLabel: string;
|
|
17869
17830
|
secondaryIcon?: undefined;
|
|
17870
17831
|
} | {
|
|
17871
17832
|
id: string;
|
|
@@ -17873,6 +17834,7 @@ export declare const ThemeG100: {
|
|
|
17873
17834
|
title: string;
|
|
17874
17835
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17875
17836
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17837
|
+
ariaLabel: string;
|
|
17876
17838
|
subtitle?: undefined;
|
|
17877
17839
|
})[];
|
|
17878
17840
|
} | {
|
|
@@ -17885,6 +17847,7 @@ export declare const ThemeG100: {
|
|
|
17885
17847
|
subtitle: string;
|
|
17886
17848
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17887
17849
|
isLoading: boolean;
|
|
17850
|
+
ariaLabel: string;
|
|
17888
17851
|
isDisabled?: undefined;
|
|
17889
17852
|
secondaryIcon?: undefined;
|
|
17890
17853
|
} | {
|
|
@@ -17892,6 +17855,7 @@ export declare const ThemeG100: {
|
|
|
17892
17855
|
title: string;
|
|
17893
17856
|
subtitle: string;
|
|
17894
17857
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17858
|
+
ariaLabel: string;
|
|
17895
17859
|
href?: undefined;
|
|
17896
17860
|
isLoading?: undefined;
|
|
17897
17861
|
isDisabled?: undefined;
|
|
@@ -17903,6 +17867,7 @@ export declare const ThemeG100: {
|
|
|
17903
17867
|
subtitle: string;
|
|
17904
17868
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17905
17869
|
isDisabled: boolean;
|
|
17870
|
+
ariaLabel: string;
|
|
17906
17871
|
isLoading?: undefined;
|
|
17907
17872
|
secondaryIcon?: undefined;
|
|
17908
17873
|
} | {
|
|
@@ -17911,6 +17876,7 @@ export declare const ThemeG100: {
|
|
|
17911
17876
|
title: string;
|
|
17912
17877
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17913
17878
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17879
|
+
ariaLabel: string;
|
|
17914
17880
|
subtitle?: undefined;
|
|
17915
17881
|
isLoading?: undefined;
|
|
17916
17882
|
isDisabled?: undefined;
|
|
@@ -17921,6 +17887,7 @@ export declare const ThemeG100: {
|
|
|
17921
17887
|
tiles: {
|
|
17922
17888
|
id: string;
|
|
17923
17889
|
customContent: import("react/jsx-runtime").JSX.Element;
|
|
17890
|
+
ariaLabel: string;
|
|
17924
17891
|
}[];
|
|
17925
17892
|
};
|
|
17926
17893
|
5: {
|
|
@@ -17931,6 +17898,7 @@ export declare const ThemeG100: {
|
|
|
17931
17898
|
href: string;
|
|
17932
17899
|
title: string;
|
|
17933
17900
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17901
|
+
ariaLabel: string;
|
|
17934
17902
|
subtitle?: undefined;
|
|
17935
17903
|
} | {
|
|
17936
17904
|
id: string;
|
|
@@ -17938,6 +17906,7 @@ export declare const ThemeG100: {
|
|
|
17938
17906
|
title: string;
|
|
17939
17907
|
subtitle: string;
|
|
17940
17908
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17909
|
+
ariaLabel: string;
|
|
17941
17910
|
})[];
|
|
17942
17911
|
} | {
|
|
17943
17912
|
id: number;
|
|
@@ -17948,6 +17917,7 @@ export declare const ThemeG100: {
|
|
|
17948
17917
|
title: string;
|
|
17949
17918
|
subtitle: string;
|
|
17950
17919
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17920
|
+
ariaLabel: string;
|
|
17951
17921
|
secondaryIcon?: undefined;
|
|
17952
17922
|
} | {
|
|
17953
17923
|
id: string;
|
|
@@ -17955,6 +17925,7 @@ export declare const ThemeG100: {
|
|
|
17955
17925
|
title: string;
|
|
17956
17926
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17957
17927
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17928
|
+
ariaLabel: string;
|
|
17958
17929
|
subtitle?: undefined;
|
|
17959
17930
|
})[];
|
|
17960
17931
|
} | {
|
|
@@ -17967,6 +17938,7 @@ export declare const ThemeG100: {
|
|
|
17967
17938
|
subtitle: string;
|
|
17968
17939
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17969
17940
|
isLoading: boolean;
|
|
17941
|
+
ariaLabel: string;
|
|
17970
17942
|
isDisabled?: undefined;
|
|
17971
17943
|
secondaryIcon?: undefined;
|
|
17972
17944
|
} | {
|
|
@@ -17974,6 +17946,7 @@ export declare const ThemeG100: {
|
|
|
17974
17946
|
title: string;
|
|
17975
17947
|
subtitle: string;
|
|
17976
17948
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17949
|
+
ariaLabel: string;
|
|
17977
17950
|
href?: undefined;
|
|
17978
17951
|
isLoading?: undefined;
|
|
17979
17952
|
isDisabled?: undefined;
|
|
@@ -17985,6 +17958,7 @@ export declare const ThemeG100: {
|
|
|
17985
17958
|
subtitle: string;
|
|
17986
17959
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17987
17960
|
isDisabled: boolean;
|
|
17961
|
+
ariaLabel: string;
|
|
17988
17962
|
isLoading?: undefined;
|
|
17989
17963
|
secondaryIcon?: undefined;
|
|
17990
17964
|
} | {
|
|
@@ -17993,6 +17967,7 @@ export declare const ThemeG100: {
|
|
|
17993
17967
|
title: string;
|
|
17994
17968
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17995
17969
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17970
|
+
ariaLabel: string;
|
|
17996
17971
|
subtitle?: undefined;
|
|
17997
17972
|
isLoading?: undefined;
|
|
17998
17973
|
isDisabled?: undefined;
|
|
@@ -18003,6 +17978,7 @@ export declare const ThemeG100: {
|
|
|
18003
17978
|
tiles: {
|
|
18004
17979
|
id: string;
|
|
18005
17980
|
customContent: import("react/jsx-runtime").JSX.Element;
|
|
17981
|
+
ariaLabel: string;
|
|
18006
17982
|
}[];
|
|
18007
17983
|
};
|
|
18008
17984
|
6: {
|
|
@@ -18013,6 +17989,7 @@ export declare const ThemeG100: {
|
|
|
18013
17989
|
href: string;
|
|
18014
17990
|
title: string;
|
|
18015
17991
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
17992
|
+
ariaLabel: string;
|
|
18016
17993
|
subtitle?: undefined;
|
|
18017
17994
|
} | {
|
|
18018
17995
|
id: string;
|
|
@@ -18020,6 +17997,7 @@ export declare const ThemeG100: {
|
|
|
18020
17997
|
title: string;
|
|
18021
17998
|
subtitle: string;
|
|
18022
17999
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18000
|
+
ariaLabel: string;
|
|
18023
18001
|
})[];
|
|
18024
18002
|
} | {
|
|
18025
18003
|
id: number;
|
|
@@ -18030,6 +18008,7 @@ export declare const ThemeG100: {
|
|
|
18030
18008
|
title: string;
|
|
18031
18009
|
subtitle: string;
|
|
18032
18010
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18011
|
+
ariaLabel: string;
|
|
18033
18012
|
secondaryIcon?: undefined;
|
|
18034
18013
|
} | {
|
|
18035
18014
|
id: string;
|
|
@@ -18037,6 +18016,7 @@ export declare const ThemeG100: {
|
|
|
18037
18016
|
title: string;
|
|
18038
18017
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18039
18018
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18019
|
+
ariaLabel: string;
|
|
18040
18020
|
subtitle?: undefined;
|
|
18041
18021
|
})[];
|
|
18042
18022
|
} | {
|
|
@@ -18049,6 +18029,7 @@ export declare const ThemeG100: {
|
|
|
18049
18029
|
subtitle: string;
|
|
18050
18030
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18051
18031
|
isLoading: boolean;
|
|
18032
|
+
ariaLabel: string;
|
|
18052
18033
|
isDisabled?: undefined;
|
|
18053
18034
|
secondaryIcon?: undefined;
|
|
18054
18035
|
} | {
|
|
@@ -18056,6 +18037,7 @@ export declare const ThemeG100: {
|
|
|
18056
18037
|
title: string;
|
|
18057
18038
|
subtitle: string;
|
|
18058
18039
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18040
|
+
ariaLabel: string;
|
|
18059
18041
|
href?: undefined;
|
|
18060
18042
|
isLoading?: undefined;
|
|
18061
18043
|
isDisabled?: undefined;
|
|
@@ -18067,6 +18049,7 @@ export declare const ThemeG100: {
|
|
|
18067
18049
|
subtitle: string;
|
|
18068
18050
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18069
18051
|
isDisabled: boolean;
|
|
18052
|
+
ariaLabel: string;
|
|
18070
18053
|
isLoading?: undefined;
|
|
18071
18054
|
secondaryIcon?: undefined;
|
|
18072
18055
|
} | {
|
|
@@ -18075,6 +18058,7 @@ export declare const ThemeG100: {
|
|
|
18075
18058
|
title: string;
|
|
18076
18059
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18077
18060
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18061
|
+
ariaLabel: string;
|
|
18078
18062
|
subtitle?: undefined;
|
|
18079
18063
|
isLoading?: undefined;
|
|
18080
18064
|
isDisabled?: undefined;
|
|
@@ -18085,6 +18069,7 @@ export declare const ThemeG100: {
|
|
|
18085
18069
|
tiles: {
|
|
18086
18070
|
id: string;
|
|
18087
18071
|
customContent: import("react/jsx-runtime").JSX.Element;
|
|
18072
|
+
ariaLabel: string;
|
|
18088
18073
|
}[];
|
|
18089
18074
|
};
|
|
18090
18075
|
7: {
|
|
@@ -18095,6 +18080,7 @@ export declare const ThemeG100: {
|
|
|
18095
18080
|
href: string;
|
|
18096
18081
|
title: string;
|
|
18097
18082
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18083
|
+
ariaLabel: string;
|
|
18098
18084
|
subtitle?: undefined;
|
|
18099
18085
|
} | {
|
|
18100
18086
|
id: string;
|
|
@@ -18102,6 +18088,7 @@ export declare const ThemeG100: {
|
|
|
18102
18088
|
title: string;
|
|
18103
18089
|
subtitle: string;
|
|
18104
18090
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18091
|
+
ariaLabel: string;
|
|
18105
18092
|
})[];
|
|
18106
18093
|
} | {
|
|
18107
18094
|
id: number;
|
|
@@ -18112,6 +18099,7 @@ export declare const ThemeG100: {
|
|
|
18112
18099
|
title: string;
|
|
18113
18100
|
subtitle: string;
|
|
18114
18101
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18102
|
+
ariaLabel: string;
|
|
18115
18103
|
secondaryIcon?: undefined;
|
|
18116
18104
|
} | {
|
|
18117
18105
|
id: string;
|
|
@@ -18119,6 +18107,7 @@ export declare const ThemeG100: {
|
|
|
18119
18107
|
title: string;
|
|
18120
18108
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18121
18109
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18110
|
+
ariaLabel: string;
|
|
18122
18111
|
subtitle?: undefined;
|
|
18123
18112
|
})[];
|
|
18124
18113
|
} | {
|
|
@@ -18131,6 +18120,7 @@ export declare const ThemeG100: {
|
|
|
18131
18120
|
subtitle: string;
|
|
18132
18121
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18133
18122
|
isLoading: boolean;
|
|
18123
|
+
ariaLabel: string;
|
|
18134
18124
|
isDisabled?: undefined;
|
|
18135
18125
|
secondaryIcon?: undefined;
|
|
18136
18126
|
} | {
|
|
@@ -18138,6 +18128,7 @@ export declare const ThemeG100: {
|
|
|
18138
18128
|
title: string;
|
|
18139
18129
|
subtitle: string;
|
|
18140
18130
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18131
|
+
ariaLabel: string;
|
|
18141
18132
|
href?: undefined;
|
|
18142
18133
|
isLoading?: undefined;
|
|
18143
18134
|
isDisabled?: undefined;
|
|
@@ -18149,6 +18140,7 @@ export declare const ThemeG100: {
|
|
|
18149
18140
|
subtitle: string;
|
|
18150
18141
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18151
18142
|
isDisabled: boolean;
|
|
18143
|
+
ariaLabel: string;
|
|
18152
18144
|
isLoading?: undefined;
|
|
18153
18145
|
secondaryIcon?: undefined;
|
|
18154
18146
|
} | {
|
|
@@ -18157,6 +18149,7 @@ export declare const ThemeG100: {
|
|
|
18157
18149
|
title: string;
|
|
18158
18150
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18159
18151
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18152
|
+
ariaLabel: string;
|
|
18160
18153
|
subtitle?: undefined;
|
|
18161
18154
|
isLoading?: undefined;
|
|
18162
18155
|
isDisabled?: undefined;
|
|
@@ -18167,170 +18160,7 @@ export declare const ThemeG100: {
|
|
|
18167
18160
|
tiles: {
|
|
18168
18161
|
id: string;
|
|
18169
18162
|
customContent: import("react/jsx-runtime").JSX.Element;
|
|
18170
|
-
|
|
18171
|
-
};
|
|
18172
|
-
8: {
|
|
18173
|
-
id: number;
|
|
18174
|
-
label: string;
|
|
18175
|
-
tiles: ({
|
|
18176
|
-
id: string;
|
|
18177
|
-
href: string;
|
|
18178
|
-
title: string;
|
|
18179
|
-
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18180
|
-
subtitle?: undefined;
|
|
18181
|
-
} | {
|
|
18182
|
-
id: string;
|
|
18183
|
-
href: string;
|
|
18184
|
-
title: string;
|
|
18185
|
-
subtitle: string;
|
|
18186
|
-
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18187
|
-
})[];
|
|
18188
|
-
} | {
|
|
18189
|
-
id: number;
|
|
18190
|
-
label: string;
|
|
18191
|
-
tiles: ({
|
|
18192
|
-
id: string;
|
|
18193
|
-
href: string;
|
|
18194
|
-
title: string;
|
|
18195
|
-
subtitle: string;
|
|
18196
|
-
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18197
|
-
secondaryIcon?: undefined;
|
|
18198
|
-
} | {
|
|
18199
|
-
id: string;
|
|
18200
|
-
href: string;
|
|
18201
|
-
title: string;
|
|
18202
|
-
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18203
|
-
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18204
|
-
subtitle?: undefined;
|
|
18205
|
-
})[];
|
|
18206
|
-
} | {
|
|
18207
|
-
id: number;
|
|
18208
|
-
label: string;
|
|
18209
|
-
tiles: ({
|
|
18210
|
-
id: string;
|
|
18211
|
-
href: string;
|
|
18212
|
-
title: string;
|
|
18213
|
-
subtitle: string;
|
|
18214
|
-
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18215
|
-
isLoading: boolean;
|
|
18216
|
-
isDisabled?: undefined;
|
|
18217
|
-
secondaryIcon?: undefined;
|
|
18218
|
-
} | {
|
|
18219
|
-
id: string;
|
|
18220
|
-
title: string;
|
|
18221
|
-
subtitle: string;
|
|
18222
|
-
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18223
|
-
href?: undefined;
|
|
18224
|
-
isLoading?: undefined;
|
|
18225
|
-
isDisabled?: undefined;
|
|
18226
|
-
secondaryIcon?: undefined;
|
|
18227
|
-
} | {
|
|
18228
|
-
id: string;
|
|
18229
|
-
href: string;
|
|
18230
|
-
title: string;
|
|
18231
|
-
subtitle: string;
|
|
18232
|
-
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18233
|
-
isDisabled: boolean;
|
|
18234
|
-
isLoading?: undefined;
|
|
18235
|
-
secondaryIcon?: undefined;
|
|
18236
|
-
} | {
|
|
18237
|
-
id: string;
|
|
18238
|
-
href: string;
|
|
18239
|
-
title: string;
|
|
18240
|
-
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18241
|
-
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18242
|
-
subtitle?: undefined;
|
|
18243
|
-
isLoading?: undefined;
|
|
18244
|
-
isDisabled?: undefined;
|
|
18245
|
-
})[];
|
|
18246
|
-
} | {
|
|
18247
|
-
id: number;
|
|
18248
|
-
label: string;
|
|
18249
|
-
tiles: {
|
|
18250
|
-
id: string;
|
|
18251
|
-
customContent: import("react/jsx-runtime").JSX.Element;
|
|
18252
|
-
}[];
|
|
18253
|
-
};
|
|
18254
|
-
9: {
|
|
18255
|
-
id: number;
|
|
18256
|
-
label: string;
|
|
18257
|
-
tiles: ({
|
|
18258
|
-
id: string;
|
|
18259
|
-
href: string;
|
|
18260
|
-
title: string;
|
|
18261
|
-
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18262
|
-
subtitle?: undefined;
|
|
18263
|
-
} | {
|
|
18264
|
-
id: string;
|
|
18265
|
-
href: string;
|
|
18266
|
-
title: string;
|
|
18267
|
-
subtitle: string;
|
|
18268
|
-
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18269
|
-
})[];
|
|
18270
|
-
} | {
|
|
18271
|
-
id: number;
|
|
18272
|
-
label: string;
|
|
18273
|
-
tiles: ({
|
|
18274
|
-
id: string;
|
|
18275
|
-
href: string;
|
|
18276
|
-
title: string;
|
|
18277
|
-
subtitle: string;
|
|
18278
|
-
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18279
|
-
secondaryIcon?: undefined;
|
|
18280
|
-
} | {
|
|
18281
|
-
id: string;
|
|
18282
|
-
href: string;
|
|
18283
|
-
title: string;
|
|
18284
|
-
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18285
|
-
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18286
|
-
subtitle?: undefined;
|
|
18287
|
-
})[];
|
|
18288
|
-
} | {
|
|
18289
|
-
id: number;
|
|
18290
|
-
label: string;
|
|
18291
|
-
tiles: ({
|
|
18292
|
-
id: string;
|
|
18293
|
-
href: string;
|
|
18294
|
-
title: string;
|
|
18295
|
-
subtitle: string;
|
|
18296
|
-
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18297
|
-
isLoading: boolean;
|
|
18298
|
-
isDisabled?: undefined;
|
|
18299
|
-
secondaryIcon?: undefined;
|
|
18300
|
-
} | {
|
|
18301
|
-
id: string;
|
|
18302
|
-
title: string;
|
|
18303
|
-
subtitle: string;
|
|
18304
|
-
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18305
|
-
href?: undefined;
|
|
18306
|
-
isLoading?: undefined;
|
|
18307
|
-
isDisabled?: undefined;
|
|
18308
|
-
secondaryIcon?: undefined;
|
|
18309
|
-
} | {
|
|
18310
|
-
id: string;
|
|
18311
|
-
href: string;
|
|
18312
|
-
title: string;
|
|
18313
|
-
subtitle: string;
|
|
18314
|
-
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18315
|
-
isDisabled: boolean;
|
|
18316
|
-
isLoading?: undefined;
|
|
18317
|
-
secondaryIcon?: undefined;
|
|
18318
|
-
} | {
|
|
18319
|
-
id: string;
|
|
18320
|
-
href: string;
|
|
18321
|
-
title: string;
|
|
18322
|
-
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18323
|
-
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18324
|
-
subtitle?: undefined;
|
|
18325
|
-
isLoading?: undefined;
|
|
18326
|
-
isDisabled?: undefined;
|
|
18327
|
-
})[];
|
|
18328
|
-
} | {
|
|
18329
|
-
id: number;
|
|
18330
|
-
label: string;
|
|
18331
|
-
tiles: {
|
|
18332
|
-
id: string;
|
|
18333
|
-
customContent: import("react/jsx-runtime").JSX.Element;
|
|
18163
|
+
ariaLabel: string;
|
|
18334
18164
|
}[];
|
|
18335
18165
|
};
|
|
18336
18166
|
};
|
|
@@ -18370,6 +18200,7 @@ export declare const ThemeG100: {
|
|
|
18370
18200
|
href: string;
|
|
18371
18201
|
title: string;
|
|
18372
18202
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18203
|
+
ariaLabel: string;
|
|
18373
18204
|
subtitle?: undefined;
|
|
18374
18205
|
} | {
|
|
18375
18206
|
id: string;
|
|
@@ -18377,6 +18208,7 @@ export declare const ThemeG100: {
|
|
|
18377
18208
|
title: string;
|
|
18378
18209
|
subtitle: string;
|
|
18379
18210
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18211
|
+
ariaLabel: string;
|
|
18380
18212
|
})[];
|
|
18381
18213
|
} | {
|
|
18382
18214
|
id: number;
|
|
@@ -18387,6 +18219,7 @@ export declare const ThemeG100: {
|
|
|
18387
18219
|
title: string;
|
|
18388
18220
|
subtitle: string;
|
|
18389
18221
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18222
|
+
ariaLabel: string;
|
|
18390
18223
|
secondaryIcon?: undefined;
|
|
18391
18224
|
} | {
|
|
18392
18225
|
id: string;
|
|
@@ -18394,6 +18227,7 @@ export declare const ThemeG100: {
|
|
|
18394
18227
|
title: string;
|
|
18395
18228
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18396
18229
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18230
|
+
ariaLabel: string;
|
|
18397
18231
|
subtitle?: undefined;
|
|
18398
18232
|
})[];
|
|
18399
18233
|
} | {
|
|
@@ -18406,6 +18240,7 @@ export declare const ThemeG100: {
|
|
|
18406
18240
|
subtitle: string;
|
|
18407
18241
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18408
18242
|
isLoading: boolean;
|
|
18243
|
+
ariaLabel: string;
|
|
18409
18244
|
isDisabled?: undefined;
|
|
18410
18245
|
secondaryIcon?: undefined;
|
|
18411
18246
|
} | {
|
|
@@ -18413,6 +18248,7 @@ export declare const ThemeG100: {
|
|
|
18413
18248
|
title: string;
|
|
18414
18249
|
subtitle: string;
|
|
18415
18250
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18251
|
+
ariaLabel: string;
|
|
18416
18252
|
href?: undefined;
|
|
18417
18253
|
isLoading?: undefined;
|
|
18418
18254
|
isDisabled?: undefined;
|
|
@@ -18424,6 +18260,7 @@ export declare const ThemeG100: {
|
|
|
18424
18260
|
subtitle: string;
|
|
18425
18261
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18426
18262
|
isDisabled: boolean;
|
|
18263
|
+
ariaLabel: string;
|
|
18427
18264
|
isLoading?: undefined;
|
|
18428
18265
|
secondaryIcon?: undefined;
|
|
18429
18266
|
} | {
|
|
@@ -18432,6 +18269,7 @@ export declare const ThemeG100: {
|
|
|
18432
18269
|
title: string;
|
|
18433
18270
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18434
18271
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18272
|
+
ariaLabel: string;
|
|
18435
18273
|
subtitle?: undefined;
|
|
18436
18274
|
isLoading?: undefined;
|
|
18437
18275
|
isDisabled?: undefined;
|
|
@@ -18442,6 +18280,7 @@ export declare const ThemeG100: {
|
|
|
18442
18280
|
tiles: {
|
|
18443
18281
|
id: string;
|
|
18444
18282
|
customContent: import("react/jsx-runtime").JSX.Element;
|
|
18283
|
+
ariaLabel: string;
|
|
18445
18284
|
}[];
|
|
18446
18285
|
})[];
|
|
18447
18286
|
selectedTileGroup: {
|
|
@@ -18452,6 +18291,7 @@ export declare const ThemeG100: {
|
|
|
18452
18291
|
href: string;
|
|
18453
18292
|
title: string;
|
|
18454
18293
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18294
|
+
ariaLabel: string;
|
|
18455
18295
|
subtitle?: undefined;
|
|
18456
18296
|
} | {
|
|
18457
18297
|
id: string;
|
|
@@ -18459,6 +18299,7 @@ export declare const ThemeG100: {
|
|
|
18459
18299
|
title: string;
|
|
18460
18300
|
subtitle: string;
|
|
18461
18301
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18302
|
+
ariaLabel: string;
|
|
18462
18303
|
})[];
|
|
18463
18304
|
} | {
|
|
18464
18305
|
id: number;
|
|
@@ -18469,6 +18310,7 @@ export declare const ThemeG100: {
|
|
|
18469
18310
|
title: string;
|
|
18470
18311
|
subtitle: string;
|
|
18471
18312
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18313
|
+
ariaLabel: string;
|
|
18472
18314
|
secondaryIcon?: undefined;
|
|
18473
18315
|
} | {
|
|
18474
18316
|
id: string;
|
|
@@ -18476,6 +18318,7 @@ export declare const ThemeG100: {
|
|
|
18476
18318
|
title: string;
|
|
18477
18319
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18478
18320
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18321
|
+
ariaLabel: string;
|
|
18479
18322
|
subtitle?: undefined;
|
|
18480
18323
|
})[];
|
|
18481
18324
|
} | {
|
|
@@ -18488,6 +18331,7 @@ export declare const ThemeG100: {
|
|
|
18488
18331
|
subtitle: string;
|
|
18489
18332
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18490
18333
|
isLoading: boolean;
|
|
18334
|
+
ariaLabel: string;
|
|
18491
18335
|
isDisabled?: undefined;
|
|
18492
18336
|
secondaryIcon?: undefined;
|
|
18493
18337
|
} | {
|
|
@@ -18495,6 +18339,7 @@ export declare const ThemeG100: {
|
|
|
18495
18339
|
title: string;
|
|
18496
18340
|
subtitle: string;
|
|
18497
18341
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18342
|
+
ariaLabel: string;
|
|
18498
18343
|
href?: undefined;
|
|
18499
18344
|
isLoading?: undefined;
|
|
18500
18345
|
isDisabled?: undefined;
|
|
@@ -18506,6 +18351,7 @@ export declare const ThemeG100: {
|
|
|
18506
18351
|
subtitle: string;
|
|
18507
18352
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18508
18353
|
isDisabled: boolean;
|
|
18354
|
+
ariaLabel: string;
|
|
18509
18355
|
isLoading?: undefined;
|
|
18510
18356
|
secondaryIcon?: undefined;
|
|
18511
18357
|
} | {
|
|
@@ -18514,6 +18360,7 @@ export declare const ThemeG100: {
|
|
|
18514
18360
|
title: string;
|
|
18515
18361
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18516
18362
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18363
|
+
ariaLabel: string;
|
|
18517
18364
|
subtitle?: undefined;
|
|
18518
18365
|
isLoading?: undefined;
|
|
18519
18366
|
isDisabled?: undefined;
|
|
@@ -18524,9 +18371,11 @@ export declare const ThemeG100: {
|
|
|
18524
18371
|
tiles: {
|
|
18525
18372
|
id: string;
|
|
18526
18373
|
customContent: import("react/jsx-runtime").JSX.Element;
|
|
18374
|
+
ariaLabel: string;
|
|
18527
18375
|
}[];
|
|
18528
18376
|
};
|
|
18529
18377
|
setSelectedTileGroup: () => void;
|
|
18378
|
+
ariaLabel: string;
|
|
18530
18379
|
};
|
|
18531
18380
|
};
|
|
18532
18381
|
3: {
|
|
@@ -18558,6 +18407,7 @@ export declare const ThemeG100: {
|
|
|
18558
18407
|
label: string;
|
|
18559
18408
|
renderSelectedItem: (item: any) => string;
|
|
18560
18409
|
};
|
|
18410
|
+
ariaLabel: string;
|
|
18561
18411
|
};
|
|
18562
18412
|
2: {
|
|
18563
18413
|
allWorkspaces: {
|
|
@@ -18596,6 +18446,7 @@ export declare const ThemeG100: {
|
|
|
18596
18446
|
href: string;
|
|
18597
18447
|
title: string;
|
|
18598
18448
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18449
|
+
ariaLabel: string;
|
|
18599
18450
|
subtitle?: undefined;
|
|
18600
18451
|
} | {
|
|
18601
18452
|
id: string;
|
|
@@ -18603,6 +18454,7 @@ export declare const ThemeG100: {
|
|
|
18603
18454
|
title: string;
|
|
18604
18455
|
subtitle: string;
|
|
18605
18456
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18457
|
+
ariaLabel: string;
|
|
18606
18458
|
})[];
|
|
18607
18459
|
} | {
|
|
18608
18460
|
id: number;
|
|
@@ -18613,6 +18465,7 @@ export declare const ThemeG100: {
|
|
|
18613
18465
|
title: string;
|
|
18614
18466
|
subtitle: string;
|
|
18615
18467
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18468
|
+
ariaLabel: string;
|
|
18616
18469
|
secondaryIcon?: undefined;
|
|
18617
18470
|
} | {
|
|
18618
18471
|
id: string;
|
|
@@ -18620,6 +18473,7 @@ export declare const ThemeG100: {
|
|
|
18620
18473
|
title: string;
|
|
18621
18474
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18622
18475
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18476
|
+
ariaLabel: string;
|
|
18623
18477
|
subtitle?: undefined;
|
|
18624
18478
|
})[];
|
|
18625
18479
|
} | {
|
|
@@ -18632,6 +18486,7 @@ export declare const ThemeG100: {
|
|
|
18632
18486
|
subtitle: string;
|
|
18633
18487
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18634
18488
|
isLoading: boolean;
|
|
18489
|
+
ariaLabel: string;
|
|
18635
18490
|
isDisabled?: undefined;
|
|
18636
18491
|
secondaryIcon?: undefined;
|
|
18637
18492
|
} | {
|
|
@@ -18639,6 +18494,7 @@ export declare const ThemeG100: {
|
|
|
18639
18494
|
title: string;
|
|
18640
18495
|
subtitle: string;
|
|
18641
18496
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18497
|
+
ariaLabel: string;
|
|
18642
18498
|
href?: undefined;
|
|
18643
18499
|
isLoading?: undefined;
|
|
18644
18500
|
isDisabled?: undefined;
|
|
@@ -18650,6 +18506,7 @@ export declare const ThemeG100: {
|
|
|
18650
18506
|
subtitle: string;
|
|
18651
18507
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18652
18508
|
isDisabled: boolean;
|
|
18509
|
+
ariaLabel: string;
|
|
18653
18510
|
isLoading?: undefined;
|
|
18654
18511
|
secondaryIcon?: undefined;
|
|
18655
18512
|
} | {
|
|
@@ -18658,6 +18515,7 @@ export declare const ThemeG100: {
|
|
|
18658
18515
|
title: string;
|
|
18659
18516
|
mainIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18660
18517
|
secondaryIcon: import("@carbon/icons-react").CarbonIconType;
|
|
18518
|
+
ariaLabel: string;
|
|
18661
18519
|
subtitle?: undefined;
|
|
18662
18520
|
isLoading?: undefined;
|
|
18663
18521
|
isDisabled?: undefined;
|
|
@@ -18668,6 +18526,7 @@ export declare const ThemeG100: {
|
|
|
18668
18526
|
tiles: {
|
|
18669
18527
|
id: string;
|
|
18670
18528
|
customContent: import("react/jsx-runtime").JSX.Element;
|
|
18529
|
+
ariaLabel: string;
|
|
18671
18530
|
}[];
|
|
18672
18531
|
})[];
|
|
18673
18532
|
tasksControllerConfig: number;
|
|
@@ -18682,6 +18541,13 @@ export declare const ThemeG100: {
|
|
|
18682
18541
|
disabledTaskLabel: string;
|
|
18683
18542
|
expandButtonLabel: string;
|
|
18684
18543
|
collapseButtonLabel: string;
|
|
18544
|
+
ariaLabels: {
|
|
18545
|
+
welcome: string;
|
|
18546
|
+
description: string;
|
|
18547
|
+
collapseButton: string;
|
|
18548
|
+
expandButton: string;
|
|
18549
|
+
tilesContainer: string;
|
|
18550
|
+
};
|
|
18685
18551
|
headerAnimation: number;
|
|
18686
18552
|
};
|
|
18687
18553
|
globals: {
|