@cloudscape-design/components 3.0.205 → 3.0.207
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/annotation-context/annotation/styles.css.js +24 -24
- package/annotation-context/annotation/styles.scoped.css +30 -30
- package/annotation-context/annotation/styles.selectors.js +24 -24
- package/app-layout/index.d.ts.map +1 -1
- package/app-layout/index.js +1 -1
- package/app-layout/index.js.map +1 -1
- package/app-layout/notifications/index.d.ts +1 -0
- package/app-layout/notifications/index.d.ts.map +1 -1
- package/app-layout/notifications/index.js +2 -2
- package/app-layout/notifications/index.js.map +1 -1
- package/app-layout/notifications/styles.css.js +3 -2
- package/app-layout/notifications/styles.scoped.css +14 -6
- package/app-layout/notifications/styles.selectors.js +3 -2
- package/app-layout/styles.css.js +26 -26
- package/app-layout/styles.scoped.css +35 -35
- package/app-layout/styles.selectors.js +26 -26
- package/app-layout/visual-refresh/notifications.d.ts.map +1 -1
- package/app-layout/visual-refresh/notifications.js +6 -1
- package/app-layout/visual-refresh/notifications.js.map +1 -1
- package/app-layout/visual-refresh/styles.css.js +60 -60
- package/app-layout/visual-refresh/styles.scoped.css +260 -260
- package/app-layout/visual-refresh/styles.selectors.js +60 -60
- package/collection-preferences/index.d.ts +1 -1
- package/collection-preferences/index.d.ts.map +1 -1
- package/collection-preferences/index.js +6 -4
- package/collection-preferences/index.js.map +1 -1
- package/collection-preferences/interfaces.d.ts +17 -0
- package/collection-preferences/interfaces.d.ts.map +1 -1
- package/collection-preferences/interfaces.js.map +1 -1
- package/collection-preferences/styles.css.js +21 -20
- package/collection-preferences/styles.scoped.css +22 -21
- package/collection-preferences/styles.selectors.js +21 -20
- package/collection-preferences/utils.d.ts +6 -1
- package/collection-preferences/utils.d.ts.map +1 -1
- package/collection-preferences/utils.js +10 -1
- package/collection-preferences/utils.js.map +1 -1
- package/flashbar/collapsible-flashbar.d.ts.map +1 -1
- package/flashbar/collapsible-flashbar.js +4 -4
- package/flashbar/collapsible-flashbar.js.map +1 -1
- package/flashbar/styles.css.js +45 -43
- package/flashbar/styles.scoped.css +289 -176
- package/flashbar/styles.selectors.js +45 -43
- package/internal/base-component/styles.scoped.css +20 -0
- package/internal/components/dropdown/index.d.ts.map +1 -1
- package/internal/components/dropdown/index.js +2 -1
- package/internal/components/dropdown/index.js.map +1 -1
- package/internal/environment.js +1 -1
- package/internal/generated/custom-css-properties/index.d.ts.map +1 -1
- package/internal/generated/custom-css-properties/index.js +29 -28
- package/internal/generated/custom-css-properties/index.js.map +1 -1
- package/internal/generated/theming/index.cjs +358 -0
- package/internal/generated/theming/index.cjs.d.ts +165 -0
- package/internal/generated/theming/index.d.ts +165 -0
- package/internal/generated/theming/index.js +358 -0
- package/internal/manifest.json +1 -1
- package/package.json +1 -1
- package/split-panel/styles.css.js +59 -59
- package/split-panel/styles.scoped.css +83 -83
- package/split-panel/styles.selectors.js +59 -59
- package/table/index.d.ts.map +1 -1
- package/table/index.js +2 -2
- package/table/index.js.map +1 -1
- package/table/interfaces.d.ts +4 -0
- package/table/interfaces.d.ts.map +1 -1
- package/table/interfaces.js.map +1 -1
- package/table/internal.d.ts.map +1 -1
- package/table/internal.js +4 -3
- package/table/internal.js.map +1 -1
- package/table/sticky-header.d.ts +1 -0
- package/table/sticky-header.d.ts.map +1 -1
- package/table/sticky-header.js +3 -2
- package/table/sticky-header.js.map +1 -1
- package/test-utils/dom/collection-preferences/index.d.ts +1 -0
- package/test-utils/dom/collection-preferences/index.js +3 -0
- package/test-utils/dom/collection-preferences/index.js.map +1 -1
- package/test-utils/selectors/collection-preferences/index.d.ts +1 -0
- package/test-utils/selectors/collection-preferences/index.js +3 -0
- package/test-utils/selectors/collection-preferences/index.js.map +1 -1
- package/test-utils/tsconfig.tsbuildinfo +1 -1
|
@@ -2249,6 +2249,364 @@ module.exports.preset = {
|
|
|
2249
2249
|
}
|
|
2250
2250
|
},
|
|
2251
2251
|
"contexts": {
|
|
2252
|
+
"compact-table": {
|
|
2253
|
+
"id": "compact-table",
|
|
2254
|
+
"selector": ".awsui-context-compact-table",
|
|
2255
|
+
"tokens": {
|
|
2256
|
+
"spaceAlertActionLeft": {
|
|
2257
|
+
"comfortable": "{spaceS}",
|
|
2258
|
+
"compact": "{spaceS}"
|
|
2259
|
+
},
|
|
2260
|
+
"spaceAlertHorizontal": {
|
|
2261
|
+
"comfortable": "{spaceFlashbarHorizontal}",
|
|
2262
|
+
"compact": "{spaceFlashbarHorizontal}"
|
|
2263
|
+
},
|
|
2264
|
+
"spaceAlertMessageRight": {
|
|
2265
|
+
"comfortable": "{spaceXxs}",
|
|
2266
|
+
"compact": "{spaceXxs}"
|
|
2267
|
+
},
|
|
2268
|
+
"spaceAlertVertical": {
|
|
2269
|
+
"comfortable": "{spaceScaledXs}",
|
|
2270
|
+
"compact": "{spaceScaledXs}"
|
|
2271
|
+
},
|
|
2272
|
+
"spaceButtonFocusOutlineGutter": {
|
|
2273
|
+
"comfortable": "4px",
|
|
2274
|
+
"compact": "4px"
|
|
2275
|
+
},
|
|
2276
|
+
"spaceButtonIconFocusOutlineGutterVertical": {
|
|
2277
|
+
"comfortable": "0px",
|
|
2278
|
+
"compact": "0px"
|
|
2279
|
+
},
|
|
2280
|
+
"spaceButtonIconOnlyHorizontal": {
|
|
2281
|
+
"comfortable": "7px",
|
|
2282
|
+
"compact": "5px"
|
|
2283
|
+
},
|
|
2284
|
+
"spaceButtonInlineIconFocusOutlineGutter": {
|
|
2285
|
+
"comfortable": "0px",
|
|
2286
|
+
"compact": "0px"
|
|
2287
|
+
},
|
|
2288
|
+
"spaceButtonModalDismissVertical": {
|
|
2289
|
+
"comfortable": "0px",
|
|
2290
|
+
"compact": "0px"
|
|
2291
|
+
},
|
|
2292
|
+
"spaceCalendarGridFocusOutlineGutter": {
|
|
2293
|
+
"comfortable": "-5px",
|
|
2294
|
+
"compact": "-5px"
|
|
2295
|
+
},
|
|
2296
|
+
"spaceCalendarGridSelectedFocusOutlineGutter": {
|
|
2297
|
+
"comfortable": "{spaceCalendarGridFocusOutlineGutter}",
|
|
2298
|
+
"compact": "{spaceCalendarGridFocusOutlineGutter}"
|
|
2299
|
+
},
|
|
2300
|
+
"spaceCardHorizontal": {
|
|
2301
|
+
"comfortable": "{spaceContainerHorizontal}",
|
|
2302
|
+
"compact": "{spaceContainerHorizontal}"
|
|
2303
|
+
},
|
|
2304
|
+
"spaceCodeEditorStatusFocusOutlineGutter": {
|
|
2305
|
+
"comfortable": "-7px",
|
|
2306
|
+
"compact": "-7px"
|
|
2307
|
+
},
|
|
2308
|
+
"spaceContainerContentTop": {
|
|
2309
|
+
"comfortable": "0px",
|
|
2310
|
+
"compact": "0px"
|
|
2311
|
+
},
|
|
2312
|
+
"spaceContainerHeaderVertical": {
|
|
2313
|
+
"comfortable": "{spaceS}",
|
|
2314
|
+
"compact": "{spaceS}"
|
|
2315
|
+
},
|
|
2316
|
+
"spaceContainerHorizontal": {
|
|
2317
|
+
"comfortable": "{spaceL}",
|
|
2318
|
+
"compact": "{spaceL}"
|
|
2319
|
+
},
|
|
2320
|
+
"spaceContentHeaderPaddingBottom": {
|
|
2321
|
+
"comfortable": "{spaceXl}",
|
|
2322
|
+
"compact": "{spaceS}"
|
|
2323
|
+
},
|
|
2324
|
+
"spaceDarkHeaderOverlapDistance": {
|
|
2325
|
+
"comfortable": "36px",
|
|
2326
|
+
"compact": "32px"
|
|
2327
|
+
},
|
|
2328
|
+
"spaceExpandableSectionIconOffsetTop": {
|
|
2329
|
+
"comfortable": "{spaceScaled2xXxs}",
|
|
2330
|
+
"compact": "{spaceScaled2xXxs}"
|
|
2331
|
+
},
|
|
2332
|
+
"spaceFieldHorizontal": {
|
|
2333
|
+
"comfortable": "{spaceS}",
|
|
2334
|
+
"compact": "{spaceS}"
|
|
2335
|
+
},
|
|
2336
|
+
"spaceFieldIconOffset": {
|
|
2337
|
+
"comfortable": "36px",
|
|
2338
|
+
"compact": "36px"
|
|
2339
|
+
},
|
|
2340
|
+
"spaceFilteringTokenDismissButtonFocusOutlineGutter": {
|
|
2341
|
+
"comfortable": "-5px",
|
|
2342
|
+
"compact": "-5px"
|
|
2343
|
+
},
|
|
2344
|
+
"spaceFilteringTokenOperationSelectFocusOutlineGutter": {
|
|
2345
|
+
"comfortable": "-5px",
|
|
2346
|
+
"compact": "-5px"
|
|
2347
|
+
},
|
|
2348
|
+
"spaceFlashbarActionLeft": {
|
|
2349
|
+
"comfortable": "{spaceS}",
|
|
2350
|
+
"compact": "{spaceS}"
|
|
2351
|
+
},
|
|
2352
|
+
"spaceFlashbarDismissRight": {
|
|
2353
|
+
"comfortable": "0px",
|
|
2354
|
+
"compact": "0px"
|
|
2355
|
+
},
|
|
2356
|
+
"spaceFlashbarHorizontal": {
|
|
2357
|
+
"comfortable": "{spaceM}",
|
|
2358
|
+
"compact": "{spaceM}"
|
|
2359
|
+
},
|
|
2360
|
+
"spaceGridGutter": {
|
|
2361
|
+
"comfortable": "{spaceL}",
|
|
2362
|
+
"compact": "{spaceM}"
|
|
2363
|
+
},
|
|
2364
|
+
"spaceLayoutContentBottom": {
|
|
2365
|
+
"comfortable": "{spaceScaled2xXxxl}",
|
|
2366
|
+
"compact": "{spaceScaled2xXxxl}"
|
|
2367
|
+
},
|
|
2368
|
+
"spaceLayoutToggleDiameter": {
|
|
2369
|
+
"comfortable": "40px",
|
|
2370
|
+
"compact": "40px"
|
|
2371
|
+
},
|
|
2372
|
+
"spaceLayoutTogglePadding": {
|
|
2373
|
+
"comfortable": "{spaceScaledL}",
|
|
2374
|
+
"compact": "{spaceScaledL}"
|
|
2375
|
+
},
|
|
2376
|
+
"spaceModalContentBottom": {
|
|
2377
|
+
"comfortable": "{spaceScaled2xM}",
|
|
2378
|
+
"compact": "{spaceScaled2xM}"
|
|
2379
|
+
},
|
|
2380
|
+
"spaceModalHorizontal": {
|
|
2381
|
+
"comfortable": "{spaceContainerHorizontal}",
|
|
2382
|
+
"compact": "{spaceContainerHorizontal}"
|
|
2383
|
+
},
|
|
2384
|
+
"spacePanelNavLeft": {
|
|
2385
|
+
"comfortable": "28px",
|
|
2386
|
+
"compact": "28px"
|
|
2387
|
+
},
|
|
2388
|
+
"spacePanelSideLeft": {
|
|
2389
|
+
"comfortable": "28px",
|
|
2390
|
+
"compact": "28px"
|
|
2391
|
+
},
|
|
2392
|
+
"spacePanelSideRight": {
|
|
2393
|
+
"comfortable": "{spaceScaledXl}",
|
|
2394
|
+
"compact": "{spaceScaledXl}"
|
|
2395
|
+
},
|
|
2396
|
+
"spacePanelSplitTop": {
|
|
2397
|
+
"comfortable": "{spaceScaledL}",
|
|
2398
|
+
"compact": "{spaceScaledL}"
|
|
2399
|
+
},
|
|
2400
|
+
"spaceSegmentedControlFocusOutlineGutter": {
|
|
2401
|
+
"comfortable": "4px",
|
|
2402
|
+
"compact": "4px"
|
|
2403
|
+
},
|
|
2404
|
+
"spaceTableHeaderFocusOutlineGutter": {
|
|
2405
|
+
"comfortable": "0px",
|
|
2406
|
+
"compact": "-1px"
|
|
2407
|
+
},
|
|
2408
|
+
"spaceTabsContentTop": {
|
|
2409
|
+
"comfortable": "{spaceScaledS}",
|
|
2410
|
+
"compact": "{spaceScaledS}"
|
|
2411
|
+
},
|
|
2412
|
+
"spaceTableHorizontal": {
|
|
2413
|
+
"comfortable": "{spaceContainerHorizontal}",
|
|
2414
|
+
"compact": "{spaceContainerHorizontal}"
|
|
2415
|
+
},
|
|
2416
|
+
"spaceTableHeaderHorizontal": {
|
|
2417
|
+
"comfortable": "0px",
|
|
2418
|
+
"compact": "0px"
|
|
2419
|
+
},
|
|
2420
|
+
"spaceTableContentBottom": {
|
|
2421
|
+
"comfortable": "4px",
|
|
2422
|
+
"compact": "4px"
|
|
2423
|
+
},
|
|
2424
|
+
"spaceTableContentTop": {
|
|
2425
|
+
"comfortable": "{spaceScaledS}",
|
|
2426
|
+
"compact": "{spaceScaledS}"
|
|
2427
|
+
},
|
|
2428
|
+
"spaceTableEmbeddedContentBottom": {
|
|
2429
|
+
"comfortable": "0px",
|
|
2430
|
+
"compact": "0px"
|
|
2431
|
+
},
|
|
2432
|
+
"spaceTableEmbeddedHeaderTop": {
|
|
2433
|
+
"comfortable": "0px",
|
|
2434
|
+
"compact": "0px"
|
|
2435
|
+
},
|
|
2436
|
+
"spaceTableFooterHorizontal": {
|
|
2437
|
+
"comfortable": "{spaceTableHeaderHorizontal}",
|
|
2438
|
+
"compact": "{spaceTableHeaderHorizontal}"
|
|
2439
|
+
},
|
|
2440
|
+
"spaceTabsFocusOutlineGutter": {
|
|
2441
|
+
"comfortable": "-8px",
|
|
2442
|
+
"compact": "-8px"
|
|
2443
|
+
},
|
|
2444
|
+
"spaceTextGridVertical": {
|
|
2445
|
+
"comfortable": "{spaceScaledM}",
|
|
2446
|
+
"compact": "{spaceScaledM}"
|
|
2447
|
+
},
|
|
2448
|
+
"spaceScaled2xNone": {
|
|
2449
|
+
"comfortable": "{spaceNone}",
|
|
2450
|
+
"compact": "{spaceNone}"
|
|
2451
|
+
},
|
|
2452
|
+
"spaceScaled2xXxxs": {
|
|
2453
|
+
"comfortable": "{spaceXxxs}",
|
|
2454
|
+
"compact": "{spaceNone}"
|
|
2455
|
+
},
|
|
2456
|
+
"spaceScaled2xXxs": {
|
|
2457
|
+
"comfortable": "{spaceXxs}",
|
|
2458
|
+
"compact": "{spaceNone}"
|
|
2459
|
+
},
|
|
2460
|
+
"spaceScaled2xXs": {
|
|
2461
|
+
"comfortable": "{spaceXs}",
|
|
2462
|
+
"compact": "{spaceNone}"
|
|
2463
|
+
},
|
|
2464
|
+
"spaceScaled2xS": {
|
|
2465
|
+
"comfortable": "{spaceS}",
|
|
2466
|
+
"compact": "{spaceXxs}"
|
|
2467
|
+
},
|
|
2468
|
+
"spaceScaled2xM": {
|
|
2469
|
+
"comfortable": "{spaceM}",
|
|
2470
|
+
"compact": "{spaceXs}"
|
|
2471
|
+
},
|
|
2472
|
+
"spaceScaled2xL": {
|
|
2473
|
+
"comfortable": "{spaceL}",
|
|
2474
|
+
"compact": "{spaceS}"
|
|
2475
|
+
},
|
|
2476
|
+
"spaceScaled2xXl": {
|
|
2477
|
+
"comfortable": "{spaceXl}",
|
|
2478
|
+
"compact": "{spaceM}"
|
|
2479
|
+
},
|
|
2480
|
+
"spaceScaled2xXxl": {
|
|
2481
|
+
"comfortable": "{spaceXxl}",
|
|
2482
|
+
"compact": "{spaceL}"
|
|
2483
|
+
},
|
|
2484
|
+
"spaceScaled2xXxxl": {
|
|
2485
|
+
"comfortable": "{spaceXxxl}",
|
|
2486
|
+
"compact": "{spaceXl}"
|
|
2487
|
+
},
|
|
2488
|
+
"spaceScaledNone": {
|
|
2489
|
+
"comfortable": "{spaceNone}",
|
|
2490
|
+
"compact": "{spaceNone}"
|
|
2491
|
+
},
|
|
2492
|
+
"spaceScaledXxxs": {
|
|
2493
|
+
"comfortable": "{spaceNone}",
|
|
2494
|
+
"compact": "{spaceNone}"
|
|
2495
|
+
},
|
|
2496
|
+
"spaceScaledXxs": {
|
|
2497
|
+
"comfortable": "{spaceXxxs}",
|
|
2498
|
+
"compact": "{spaceXxxs}"
|
|
2499
|
+
},
|
|
2500
|
+
"spaceScaledXs": {
|
|
2501
|
+
"comfortable": "{spaceXxs}",
|
|
2502
|
+
"compact": "{spaceXxs}"
|
|
2503
|
+
},
|
|
2504
|
+
"spaceScaledS": {
|
|
2505
|
+
"comfortable": "{spaceXs}",
|
|
2506
|
+
"compact": "{spaceXs}"
|
|
2507
|
+
},
|
|
2508
|
+
"spaceScaledM": {
|
|
2509
|
+
"comfortable": "{spaceS}",
|
|
2510
|
+
"compact": "{spaceS}"
|
|
2511
|
+
},
|
|
2512
|
+
"spaceScaledL": {
|
|
2513
|
+
"comfortable": "{spaceM}",
|
|
2514
|
+
"compact": "{spaceM}"
|
|
2515
|
+
},
|
|
2516
|
+
"spaceScaledXl": {
|
|
2517
|
+
"comfortable": "{spaceL}",
|
|
2518
|
+
"compact": "{spaceL}"
|
|
2519
|
+
},
|
|
2520
|
+
"spaceScaledXxl": {
|
|
2521
|
+
"comfortable": "{spaceXl}",
|
|
2522
|
+
"compact": "{spaceXl}"
|
|
2523
|
+
},
|
|
2524
|
+
"spaceScaledXxxl": {
|
|
2525
|
+
"comfortable": "{spaceXxl}",
|
|
2526
|
+
"compact": "{spaceXxl}"
|
|
2527
|
+
},
|
|
2528
|
+
"spaceStaticXxxs": {
|
|
2529
|
+
"comfortable": "{spaceXxxs}",
|
|
2530
|
+
"compact": "{spaceXxxs}"
|
|
2531
|
+
},
|
|
2532
|
+
"spaceStaticXxs": {
|
|
2533
|
+
"comfortable": "{spaceXxs}",
|
|
2534
|
+
"compact": "{spaceXxs}"
|
|
2535
|
+
},
|
|
2536
|
+
"spaceStaticXs": {
|
|
2537
|
+
"comfortable": "{spaceXs}",
|
|
2538
|
+
"compact": "{spaceXs}"
|
|
2539
|
+
},
|
|
2540
|
+
"spaceStaticS": {
|
|
2541
|
+
"comfortable": "{spaceS}",
|
|
2542
|
+
"compact": "{spaceS}"
|
|
2543
|
+
},
|
|
2544
|
+
"spaceStaticM": {
|
|
2545
|
+
"comfortable": "{spaceM}",
|
|
2546
|
+
"compact": "{spaceM}"
|
|
2547
|
+
},
|
|
2548
|
+
"spaceStaticL": {
|
|
2549
|
+
"comfortable": "{spaceL}",
|
|
2550
|
+
"compact": "{spaceL}"
|
|
2551
|
+
},
|
|
2552
|
+
"spaceStaticXl": {
|
|
2553
|
+
"comfortable": "{spaceXl}",
|
|
2554
|
+
"compact": "{spaceXl}"
|
|
2555
|
+
},
|
|
2556
|
+
"spaceStaticXxl": {
|
|
2557
|
+
"comfortable": "{spaceXxl}",
|
|
2558
|
+
"compact": "{spaceXxl}"
|
|
2559
|
+
},
|
|
2560
|
+
"spaceStaticXxxl": {
|
|
2561
|
+
"comfortable": "{spaceXxxl}",
|
|
2562
|
+
"compact": "{spaceXxxl}"
|
|
2563
|
+
},
|
|
2564
|
+
"spaceNone": {
|
|
2565
|
+
"comfortable": "0",
|
|
2566
|
+
"compact": "0"
|
|
2567
|
+
},
|
|
2568
|
+
"spaceXxxs": {
|
|
2569
|
+
"comfortable": "2px",
|
|
2570
|
+
"compact": "2px"
|
|
2571
|
+
},
|
|
2572
|
+
"spaceXxs": {
|
|
2573
|
+
"comfortable": "4px",
|
|
2574
|
+
"compact": "4px"
|
|
2575
|
+
},
|
|
2576
|
+
"spaceXs": {
|
|
2577
|
+
"comfortable": "8px",
|
|
2578
|
+
"compact": "8px"
|
|
2579
|
+
},
|
|
2580
|
+
"spaceS": {
|
|
2581
|
+
"comfortable": "12px",
|
|
2582
|
+
"compact": "12px"
|
|
2583
|
+
},
|
|
2584
|
+
"spaceM": {
|
|
2585
|
+
"comfortable": "16px",
|
|
2586
|
+
"compact": "16px"
|
|
2587
|
+
},
|
|
2588
|
+
"spaceL": {
|
|
2589
|
+
"comfortable": "20px",
|
|
2590
|
+
"compact": "20px"
|
|
2591
|
+
},
|
|
2592
|
+
"spaceXl": {
|
|
2593
|
+
"comfortable": "24px",
|
|
2594
|
+
"compact": "24px"
|
|
2595
|
+
},
|
|
2596
|
+
"spaceXxl": {
|
|
2597
|
+
"comfortable": "32px",
|
|
2598
|
+
"compact": "32px"
|
|
2599
|
+
},
|
|
2600
|
+
"spaceXxxl": {
|
|
2601
|
+
"comfortable": "40px",
|
|
2602
|
+
"compact": "40px"
|
|
2603
|
+
},
|
|
2604
|
+
"sizeVerticalInput": {
|
|
2605
|
+
"comfortable": "30px",
|
|
2606
|
+
"compact": "30px"
|
|
2607
|
+
}
|
|
2608
|
+
}
|
|
2609
|
+
},
|
|
2252
2610
|
"top-navigation": {
|
|
2253
2611
|
"id": "top-navigation",
|
|
2254
2612
|
"selector": ".awsui-context-top-navigation",
|
|
@@ -165,6 +165,171 @@ export declare interface TypedOverride {
|
|
|
165
165
|
borderRadiusTutorialPanelItem?: GlobalValue;
|
|
166
166
|
},
|
|
167
167
|
contexts?: {
|
|
168
|
+
'compact-table'?: {
|
|
169
|
+
tokens: {
|
|
170
|
+
colorChartsStatusCritical?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
171
|
+
colorChartsStatusHigh?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
172
|
+
colorChartsStatusMedium?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
173
|
+
colorChartsStatusLow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
174
|
+
colorChartsStatusPositive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
175
|
+
colorChartsStatusInfo?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
176
|
+
colorChartsStatusNeutral?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
177
|
+
colorChartsThresholdNegative?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
178
|
+
colorChartsThresholdPositive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
179
|
+
colorChartsThresholdInfo?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
180
|
+
colorChartsThresholdNeutral?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
181
|
+
colorChartsPaletteCategorical1?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
182
|
+
colorChartsPaletteCategorical2?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
183
|
+
colorChartsPaletteCategorical3?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
184
|
+
colorChartsPaletteCategorical4?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
185
|
+
colorChartsPaletteCategorical5?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
186
|
+
colorChartsPaletteCategorical6?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
187
|
+
colorChartsPaletteCategorical7?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
188
|
+
colorChartsPaletteCategorical8?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
189
|
+
colorChartsPaletteCategorical9?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
190
|
+
colorChartsPaletteCategorical10?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
191
|
+
colorChartsPaletteCategorical11?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
192
|
+
colorChartsPaletteCategorical12?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
193
|
+
colorChartsPaletteCategorical13?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
194
|
+
colorChartsPaletteCategorical14?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
195
|
+
colorChartsPaletteCategorical15?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
196
|
+
colorChartsPaletteCategorical16?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
197
|
+
colorChartsPaletteCategorical17?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
198
|
+
colorChartsPaletteCategorical18?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
199
|
+
colorChartsPaletteCategorical19?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
200
|
+
colorChartsPaletteCategorical20?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
201
|
+
colorChartsPaletteCategorical21?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
202
|
+
colorChartsPaletteCategorical22?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
203
|
+
colorChartsPaletteCategorical23?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
204
|
+
colorChartsPaletteCategorical24?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
205
|
+
colorChartsPaletteCategorical25?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
206
|
+
colorChartsPaletteCategorical26?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
207
|
+
colorChartsPaletteCategorical27?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
208
|
+
colorChartsPaletteCategorical28?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
209
|
+
colorChartsPaletteCategorical29?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
210
|
+
colorChartsPaletteCategorical30?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
211
|
+
colorChartsPaletteCategorical31?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
212
|
+
colorChartsPaletteCategorical32?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
213
|
+
colorChartsPaletteCategorical33?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
214
|
+
colorChartsPaletteCategorical34?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
215
|
+
colorChartsPaletteCategorical35?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
216
|
+
colorChartsPaletteCategorical36?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
217
|
+
colorChartsPaletteCategorical37?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
218
|
+
colorChartsPaletteCategorical38?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
219
|
+
colorChartsPaletteCategorical39?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
220
|
+
colorChartsPaletteCategorical40?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
221
|
+
colorChartsPaletteCategorical41?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
222
|
+
colorChartsPaletteCategorical42?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
223
|
+
colorChartsPaletteCategorical43?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
224
|
+
colorChartsPaletteCategorical44?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
225
|
+
colorChartsPaletteCategorical45?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
226
|
+
colorChartsPaletteCategorical46?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
227
|
+
colorChartsPaletteCategorical47?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
228
|
+
colorChartsPaletteCategorical48?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
229
|
+
colorChartsPaletteCategorical49?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
230
|
+
colorChartsPaletteCategorical50?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
231
|
+
colorBackgroundButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
232
|
+
colorBackgroundButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
233
|
+
colorBackgroundButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
234
|
+
colorBackgroundButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
235
|
+
colorBackgroundCellShaded?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
236
|
+
colorBackgroundContainerContent?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
237
|
+
colorBackgroundContainerHeader?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
238
|
+
colorBackgroundControlChecked?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
239
|
+
colorBackgroundControlDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
240
|
+
colorBackgroundControlDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
241
|
+
colorBackgroundDropdownItemDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
242
|
+
colorBackgroundDropdownItemFilterMatch?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
243
|
+
colorBackgroundDropdownItemHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
244
|
+
colorBackgroundHomeHeader?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
245
|
+
colorBackgroundInputDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
246
|
+
colorBackgroundInputDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
247
|
+
colorBackgroundItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
248
|
+
colorBackgroundLayoutMain?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
249
|
+
colorBackgroundNotificationBlue?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
250
|
+
colorBackgroundNotificationGreen?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
251
|
+
colorBackgroundNotificationRed?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
252
|
+
colorBackgroundStatusError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
253
|
+
colorBackgroundStatusInfo?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
254
|
+
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
255
|
+
colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
256
|
+
colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
257
|
+
colorBorderButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
258
|
+
colorBorderButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
259
|
+
colorBorderButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
260
|
+
colorBorderButtonPrimaryDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
261
|
+
colorBorderContainerTop?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
262
|
+
colorBorderControlDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
263
|
+
colorBorderDividerDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
264
|
+
colorBorderDropdownItemHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
265
|
+
colorBorderInputDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
266
|
+
colorBorderItemFocused?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
267
|
+
colorBorderItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
268
|
+
colorBorderStatusError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
269
|
+
colorBorderStatusInfo?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
270
|
+
colorBorderStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
271
|
+
colorBorderStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
272
|
+
colorForegroundControlDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
273
|
+
colorForegroundControlDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
274
|
+
colorTextAccent?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
275
|
+
colorTextBodyDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
276
|
+
colorTextBodySecondary?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
277
|
+
colorTextButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
278
|
+
colorTextButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
279
|
+
colorTextButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
280
|
+
colorTextLinkButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
281
|
+
colorTextLinkButtonNormalHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
282
|
+
colorTextLinkButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
283
|
+
colorTextButtonPrimaryActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
284
|
+
colorTextButtonPrimaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
285
|
+
colorTextButtonPrimaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
286
|
+
colorTextCounter?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
287
|
+
colorTextDropdownItemFilterMatch?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
288
|
+
colorTextDropdownItemHighlighted?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
289
|
+
colorTextEmpty?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
290
|
+
colorTextFormDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
291
|
+
colorTextFormSecondary?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
292
|
+
colorTextGroupLabel?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
293
|
+
colorTextHeadingDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
294
|
+
colorTextHeadingSecondary?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
295
|
+
colorTextHomeHeaderDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
296
|
+
colorTextHomeHeaderSecondary?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
297
|
+
colorTextInputDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
298
|
+
colorTextInputPlaceholder?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
299
|
+
colorTextInteractiveDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
300
|
+
colorTextInteractiveDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
301
|
+
colorTextInteractiveHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
302
|
+
colorTextInteractiveInvertedDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
303
|
+
colorTextInteractiveInvertedHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
304
|
+
colorTextLabel?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
305
|
+
colorTextLinkDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
306
|
+
colorTextLinkHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
307
|
+
colorTextNotificationDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
308
|
+
colorTextStatusError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
309
|
+
colorTextStatusInactive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
310
|
+
colorTextStatusInfo?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
311
|
+
colorTextStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
312
|
+
colorTextStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
313
|
+
fontFamilyBase?: GlobalValue;
|
|
314
|
+
fontFamilyMonospace?: GlobalValue;
|
|
315
|
+
borderRadiusAlert?: GlobalValue;
|
|
316
|
+
borderRadiusBadge?: GlobalValue;
|
|
317
|
+
borderRadiusButton?: GlobalValue;
|
|
318
|
+
borderRadiusCalendarDayFocusRing?: GlobalValue;
|
|
319
|
+
borderRadiusContainer?: GlobalValue;
|
|
320
|
+
borderRadiusControlCircularFocusRing?: GlobalValue;
|
|
321
|
+
borderRadiusControlDefaultFocusRing?: GlobalValue;
|
|
322
|
+
borderRadiusDropdown?: GlobalValue;
|
|
323
|
+
borderRadiusFlashbar?: GlobalValue;
|
|
324
|
+
borderRadiusItem?: GlobalValue;
|
|
325
|
+
borderRadiusInput?: GlobalValue;
|
|
326
|
+
borderRadiusPopover?: GlobalValue;
|
|
327
|
+
borderRadiusTabsFocusRing?: GlobalValue;
|
|
328
|
+
borderRadiusTiles?: GlobalValue;
|
|
329
|
+
borderRadiusToken?: GlobalValue;
|
|
330
|
+
borderRadiusTutorialPanelItem?: GlobalValue;
|
|
331
|
+
}
|
|
332
|
+
};
|
|
168
333
|
'top-navigation'?: {
|
|
169
334
|
tokens: {
|
|
170
335
|
colorChartsStatusCritical?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|