@workday/canvas-kit-docs 15.1.0-0440-next.0 → 15.1.0-0450-next.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.
@@ -1933,6 +1933,710 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
1933
1933
  }
1934
1934
  }
1935
1935
  },
1936
+ {
1937
+ "name": "ACCESSIBILITY_SCENARIOS",
1938
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/mcp/lib/accessibility-enums.ts",
1939
+ "description": "",
1940
+ "declarations": [
1941
+ {
1942
+ "name": "ACCESSIBILITY_SCENARIOS",
1943
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/mcp/lib/accessibility-enums.ts"
1944
+ }
1945
+ ],
1946
+ "tags": {},
1947
+ "type": {
1948
+ "kind": "union",
1949
+ "value": [
1950
+ {
1951
+ "kind": "string",
1952
+ "value": "overview"
1953
+ },
1954
+ {
1955
+ "kind": "string",
1956
+ "value": "page-structure"
1957
+ },
1958
+ {
1959
+ "kind": "string",
1960
+ "value": "tables"
1961
+ },
1962
+ {
1963
+ "kind": "string",
1964
+ "value": "popups"
1965
+ },
1966
+ {
1967
+ "kind": "string",
1968
+ "value": "aria-live"
1969
+ },
1970
+ {
1971
+ "kind": "string",
1972
+ "value": "headers"
1973
+ },
1974
+ {
1975
+ "kind": "string",
1976
+ "value": "side-panel"
1977
+ },
1978
+ {
1979
+ "kind": "string",
1980
+ "value": "windows-high-contrast"
1981
+ },
1982
+ {
1983
+ "kind": "string",
1984
+ "value": "forms"
1985
+ },
1986
+ {
1987
+ "kind": "string",
1988
+ "value": "color-contrast"
1989
+ }
1990
+ ]
1991
+ }
1992
+ },
1993
+ {
1994
+ "name": "AccessibilityScenario",
1995
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/mcp/lib/accessibility-enums.ts",
1996
+ "description": "",
1997
+ "declarations": [
1998
+ {
1999
+ "name": "AccessibilityScenario",
2000
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/mcp/lib/accessibility-enums.ts"
2001
+ }
2002
+ ],
2003
+ "tags": {},
2004
+ "type": {
2005
+ "kind": "type",
2006
+ "typeParameters": [],
2007
+ "value": {
2008
+ "kind": "union",
2009
+ "value": [
2010
+ {
2011
+ "kind": "string",
2012
+ "value": "aria-live"
2013
+ },
2014
+ {
2015
+ "kind": "string",
2016
+ "value": "overview"
2017
+ },
2018
+ {
2019
+ "kind": "string",
2020
+ "value": "page-structure"
2021
+ },
2022
+ {
2023
+ "kind": "string",
2024
+ "value": "tables"
2025
+ },
2026
+ {
2027
+ "kind": "string",
2028
+ "value": "popups"
2029
+ },
2030
+ {
2031
+ "kind": "string",
2032
+ "value": "headers"
2033
+ },
2034
+ {
2035
+ "kind": "string",
2036
+ "value": "side-panel"
2037
+ },
2038
+ {
2039
+ "kind": "string",
2040
+ "value": "windows-high-contrast"
2041
+ },
2042
+ {
2043
+ "kind": "string",
2044
+ "value": "forms"
2045
+ },
2046
+ {
2047
+ "kind": "string",
2048
+ "value": "color-contrast"
2049
+ }
2050
+ ]
2051
+ }
2052
+ }
2053
+ },
2054
+ {
2055
+ "name": "ACCESSIBILITY_COMPONENTS",
2056
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/mcp/lib/accessibility-enums.ts",
2057
+ "description": "",
2058
+ "declarations": [
2059
+ {
2060
+ "name": "ACCESSIBILITY_COMPONENTS",
2061
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/mcp/lib/accessibility-enums.ts"
2062
+ }
2063
+ ],
2064
+ "tags": {},
2065
+ "type": {
2066
+ "kind": "union",
2067
+ "value": [
2068
+ {
2069
+ "kind": "string",
2070
+ "value": "action-bar"
2071
+ },
2072
+ {
2073
+ "kind": "string",
2074
+ "value": "ai-ingress-button-(ai)"
2075
+ },
2076
+ {
2077
+ "kind": "string",
2078
+ "value": "avatar-(promoted)"
2079
+ },
2080
+ {
2081
+ "kind": "string",
2082
+ "value": "banner"
2083
+ },
2084
+ {
2085
+ "kind": "string",
2086
+ "value": "body-text"
2087
+ },
2088
+ {
2089
+ "kind": "string",
2090
+ "value": "box"
2091
+ },
2092
+ {
2093
+ "kind": "string",
2094
+ "value": "breadcrumbs"
2095
+ },
2096
+ {
2097
+ "kind": "string",
2098
+ "value": "buttons"
2099
+ },
2100
+ {
2101
+ "kind": "string",
2102
+ "value": "card"
2103
+ },
2104
+ {
2105
+ "kind": "string",
2106
+ "value": "checkbox"
2107
+ },
2108
+ {
2109
+ "kind": "string",
2110
+ "value": "color-input"
2111
+ },
2112
+ {
2113
+ "kind": "string",
2114
+ "value": "color-picker"
2115
+ },
2116
+ {
2117
+ "kind": "string",
2118
+ "value": "color-preview"
2119
+ },
2120
+ {
2121
+ "kind": "string",
2122
+ "value": "countbadge"
2123
+ },
2124
+ {
2125
+ "kind": "string",
2126
+ "value": "dialog"
2127
+ },
2128
+ {
2129
+ "kind": "string",
2130
+ "value": "divider"
2131
+ },
2132
+ {
2133
+ "kind": "string",
2134
+ "value": "expandable"
2135
+ },
2136
+ {
2137
+ "kind": "string",
2138
+ "value": "flex"
2139
+ },
2140
+ {
2141
+ "kind": "string",
2142
+ "value": "form-field"
2143
+ },
2144
+ {
2145
+ "kind": "string",
2146
+ "value": "grid"
2147
+ },
2148
+ {
2149
+ "kind": "string",
2150
+ "value": "heading"
2151
+ },
2152
+ {
2153
+ "kind": "string",
2154
+ "value": "hyperlink"
2155
+ },
2156
+ {
2157
+ "kind": "string",
2158
+ "value": "information-highlight"
2159
+ },
2160
+ {
2161
+ "kind": "string",
2162
+ "value": "loading-dots"
2163
+ },
2164
+ {
2165
+ "kind": "string",
2166
+ "value": "loading-sparkles-(ai)"
2167
+ },
2168
+ {
2169
+ "kind": "string",
2170
+ "value": "menu"
2171
+ },
2172
+ {
2173
+ "kind": "string",
2174
+ "value": "modal"
2175
+ },
2176
+ {
2177
+ "kind": "string",
2178
+ "value": "multi-select"
2179
+ },
2180
+ {
2181
+ "kind": "string",
2182
+ "value": "pagination"
2183
+ },
2184
+ {
2185
+ "kind": "string",
2186
+ "value": "pill"
2187
+ },
2188
+ {
2189
+ "kind": "string",
2190
+ "value": "popper"
2191
+ },
2192
+ {
2193
+ "kind": "string",
2194
+ "value": "popup"
2195
+ },
2196
+ {
2197
+ "kind": "string",
2198
+ "value": "radio"
2199
+ },
2200
+ {
2201
+ "kind": "string",
2202
+ "value": "radio-(deprecated)"
2203
+ },
2204
+ {
2205
+ "kind": "string",
2206
+ "value": "segmented-control"
2207
+ },
2208
+ {
2209
+ "kind": "string",
2210
+ "value": "select"
2211
+ },
2212
+ {
2213
+ "kind": "string",
2214
+ "value": "side-panel-(deprecated)"
2215
+ },
2216
+ {
2217
+ "kind": "string",
2218
+ "value": "side-panel-(new)"
2219
+ },
2220
+ {
2221
+ "kind": "string",
2222
+ "value": "skeleton"
2223
+ },
2224
+ {
2225
+ "kind": "string",
2226
+ "value": "status-indicator"
2227
+ },
2228
+ {
2229
+ "kind": "string",
2230
+ "value": "status-indicator-(deprecated)"
2231
+ },
2232
+ {
2233
+ "kind": "string",
2234
+ "value": "subtext"
2235
+ },
2236
+ {
2237
+ "kind": "string",
2238
+ "value": "switch-(new)"
2239
+ },
2240
+ {
2241
+ "kind": "string",
2242
+ "value": "switch-(deprecated)"
2243
+ },
2244
+ {
2245
+ "kind": "string",
2246
+ "value": "table"
2247
+ },
2248
+ {
2249
+ "kind": "string",
2250
+ "value": "tabs"
2251
+ },
2252
+ {
2253
+ "kind": "string",
2254
+ "value": "text"
2255
+ },
2256
+ {
2257
+ "kind": "string",
2258
+ "value": "text-area"
2259
+ },
2260
+ {
2261
+ "kind": "string",
2262
+ "value": "text-input"
2263
+ },
2264
+ {
2265
+ "kind": "string",
2266
+ "value": "title"
2267
+ },
2268
+ {
2269
+ "kind": "string",
2270
+ "value": "toast"
2271
+ },
2272
+ {
2273
+ "kind": "string",
2274
+ "value": "toolbar"
2275
+ },
2276
+ {
2277
+ "kind": "string",
2278
+ "value": "tooltip"
2279
+ }
2280
+ ]
2281
+ }
2282
+ },
2283
+ {
2284
+ "name": "AccessibilityComponent",
2285
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/mcp/lib/accessibility-enums.ts",
2286
+ "description": "",
2287
+ "declarations": [
2288
+ {
2289
+ "name": "AccessibilityComponent",
2290
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/mcp/lib/accessibility-enums.ts"
2291
+ }
2292
+ ],
2293
+ "tags": {},
2294
+ "type": {
2295
+ "kind": "type",
2296
+ "typeParameters": [],
2297
+ "value": {
2298
+ "kind": "union",
2299
+ "value": [
2300
+ {
2301
+ "kind": "string",
2302
+ "value": "title"
2303
+ },
2304
+ {
2305
+ "kind": "string",
2306
+ "value": "flex"
2307
+ },
2308
+ {
2309
+ "kind": "string",
2310
+ "value": "grid"
2311
+ },
2312
+ {
2313
+ "kind": "string",
2314
+ "value": "checkbox"
2315
+ },
2316
+ {
2317
+ "kind": "string",
2318
+ "value": "radio"
2319
+ },
2320
+ {
2321
+ "kind": "string",
2322
+ "value": "text"
2323
+ },
2324
+ {
2325
+ "kind": "string",
2326
+ "value": "table"
2327
+ },
2328
+ {
2329
+ "kind": "string",
2330
+ "value": "menu"
2331
+ },
2332
+ {
2333
+ "kind": "string",
2334
+ "value": "toolbar"
2335
+ },
2336
+ {
2337
+ "kind": "string",
2338
+ "value": "tooltip"
2339
+ },
2340
+ {
2341
+ "kind": "string",
2342
+ "value": "banner"
2343
+ },
2344
+ {
2345
+ "kind": "string",
2346
+ "value": "action-bar"
2347
+ },
2348
+ {
2349
+ "kind": "string",
2350
+ "value": "ai-ingress-button-(ai)"
2351
+ },
2352
+ {
2353
+ "kind": "string",
2354
+ "value": "avatar-(promoted)"
2355
+ },
2356
+ {
2357
+ "kind": "string",
2358
+ "value": "body-text"
2359
+ },
2360
+ {
2361
+ "kind": "string",
2362
+ "value": "box"
2363
+ },
2364
+ {
2365
+ "kind": "string",
2366
+ "value": "breadcrumbs"
2367
+ },
2368
+ {
2369
+ "kind": "string",
2370
+ "value": "buttons"
2371
+ },
2372
+ {
2373
+ "kind": "string",
2374
+ "value": "card"
2375
+ },
2376
+ {
2377
+ "kind": "string",
2378
+ "value": "color-input"
2379
+ },
2380
+ {
2381
+ "kind": "string",
2382
+ "value": "color-picker"
2383
+ },
2384
+ {
2385
+ "kind": "string",
2386
+ "value": "color-preview"
2387
+ },
2388
+ {
2389
+ "kind": "string",
2390
+ "value": "countbadge"
2391
+ },
2392
+ {
2393
+ "kind": "string",
2394
+ "value": "dialog"
2395
+ },
2396
+ {
2397
+ "kind": "string",
2398
+ "value": "divider"
2399
+ },
2400
+ {
2401
+ "kind": "string",
2402
+ "value": "expandable"
2403
+ },
2404
+ {
2405
+ "kind": "string",
2406
+ "value": "form-field"
2407
+ },
2408
+ {
2409
+ "kind": "string",
2410
+ "value": "heading"
2411
+ },
2412
+ {
2413
+ "kind": "string",
2414
+ "value": "hyperlink"
2415
+ },
2416
+ {
2417
+ "kind": "string",
2418
+ "value": "information-highlight"
2419
+ },
2420
+ {
2421
+ "kind": "string",
2422
+ "value": "loading-dots"
2423
+ },
2424
+ {
2425
+ "kind": "string",
2426
+ "value": "loading-sparkles-(ai)"
2427
+ },
2428
+ {
2429
+ "kind": "string",
2430
+ "value": "modal"
2431
+ },
2432
+ {
2433
+ "kind": "string",
2434
+ "value": "multi-select"
2435
+ },
2436
+ {
2437
+ "kind": "string",
2438
+ "value": "pagination"
2439
+ },
2440
+ {
2441
+ "kind": "string",
2442
+ "value": "pill"
2443
+ },
2444
+ {
2445
+ "kind": "string",
2446
+ "value": "popper"
2447
+ },
2448
+ {
2449
+ "kind": "string",
2450
+ "value": "popup"
2451
+ },
2452
+ {
2453
+ "kind": "string",
2454
+ "value": "radio-(deprecated)"
2455
+ },
2456
+ {
2457
+ "kind": "string",
2458
+ "value": "segmented-control"
2459
+ },
2460
+ {
2461
+ "kind": "string",
2462
+ "value": "select"
2463
+ },
2464
+ {
2465
+ "kind": "string",
2466
+ "value": "side-panel-(deprecated)"
2467
+ },
2468
+ {
2469
+ "kind": "string",
2470
+ "value": "side-panel-(new)"
2471
+ },
2472
+ {
2473
+ "kind": "string",
2474
+ "value": "skeleton"
2475
+ },
2476
+ {
2477
+ "kind": "string",
2478
+ "value": "status-indicator"
2479
+ },
2480
+ {
2481
+ "kind": "string",
2482
+ "value": "status-indicator-(deprecated)"
2483
+ },
2484
+ {
2485
+ "kind": "string",
2486
+ "value": "subtext"
2487
+ },
2488
+ {
2489
+ "kind": "string",
2490
+ "value": "switch-(new)"
2491
+ },
2492
+ {
2493
+ "kind": "string",
2494
+ "value": "switch-(deprecated)"
2495
+ },
2496
+ {
2497
+ "kind": "string",
2498
+ "value": "tabs"
2499
+ },
2500
+ {
2501
+ "kind": "string",
2502
+ "value": "text-area"
2503
+ },
2504
+ {
2505
+ "kind": "string",
2506
+ "value": "text-input"
2507
+ },
2508
+ {
2509
+ "kind": "string",
2510
+ "value": "toast"
2511
+ }
2512
+ ]
2513
+ }
2514
+ }
2515
+ },
2516
+ {
2517
+ "name": "getAccessibilityScenarioSlugsForComponent",
2518
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/mcp/lib/accessibility-enums.ts",
2519
+ "description": "",
2520
+ "declarations": [
2521
+ {
2522
+ "name": "getAccessibilityScenarioSlugsForComponent",
2523
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/mcp/lib/accessibility-enums.ts"
2524
+ }
2525
+ ],
2526
+ "tags": {},
2527
+ "type": {
2528
+ "kind": "function",
2529
+ "parameters": [
2530
+ {
2531
+ "kind": "parameter",
2532
+ "name": "component",
2533
+ "type": {
2534
+ "kind": "primitive",
2535
+ "value": "string"
2536
+ },
2537
+ "required": true,
2538
+ "rest": false,
2539
+ "description": "",
2540
+ "declarations": [
2541
+ {
2542
+ "name": "component",
2543
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/mcp/lib/accessibility-enums.ts"
2544
+ }
2545
+ ],
2546
+ "tags": {}
2547
+ }
2548
+ ],
2549
+ "members": [],
2550
+ "returnType": {
2551
+ "kind": "array",
2552
+ "value": {
2553
+ "kind": "symbol",
2554
+ "name": "AccessibilityScenario",
2555
+ "value": "\"aria-live\" | \"overview\" | \"page-structure\" | \"tables\" | \"popups\" | \"headers\" | \"side-panel\" | \"windows-high-contrast\" | \"forms\" | \"color-contrast\""
2556
+ }
2557
+ }
2558
+ }
2559
+ },
2560
+ {
2561
+ "name": "resolveAccessibilityScenarioSlugs",
2562
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/mcp/lib/accessibility-enums.ts",
2563
+ "description": "",
2564
+ "declarations": [
2565
+ {
2566
+ "name": "resolveAccessibilityScenarioSlugs",
2567
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/mcp/lib/accessibility-enums.ts"
2568
+ }
2569
+ ],
2570
+ "tags": {},
2571
+ "type": {
2572
+ "kind": "function",
2573
+ "parameters": [
2574
+ {
2575
+ "kind": "parameter",
2576
+ "name": "__0",
2577
+ "type": {
2578
+ "kind": "object",
2579
+ "properties": [
2580
+ {
2581
+ "kind": "property",
2582
+ "name": "component",
2583
+ "required": false,
2584
+ "type": {
2585
+ "kind": "primitive",
2586
+ "value": "string"
2587
+ },
2588
+ "description": "",
2589
+ "declarations": [
2590
+ {
2591
+ "name": "component",
2592
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/mcp/lib/accessibility-enums.ts"
2593
+ }
2594
+ ],
2595
+ "tags": {}
2596
+ },
2597
+ {
2598
+ "kind": "property",
2599
+ "name": "scenario",
2600
+ "required": false,
2601
+ "type": {
2602
+ "kind": "symbol",
2603
+ "name": "AccessibilityScenario",
2604
+ "value": "\"aria-live\" | \"overview\" | \"page-structure\" | \"tables\" | \"popups\" | \"headers\" | \"side-panel\" | \"windows-high-contrast\" | \"forms\" | \"color-contrast\""
2605
+ },
2606
+ "description": "",
2607
+ "declarations": [
2608
+ {
2609
+ "name": "scenario",
2610
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/mcp/lib/accessibility-enums.ts"
2611
+ }
2612
+ ],
2613
+ "tags": {}
2614
+ }
2615
+ ]
2616
+ },
2617
+ "required": true,
2618
+ "rest": false,
2619
+ "description": "",
2620
+ "declarations": [
2621
+ {
2622
+ "name": "__0",
2623
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/mcp/lib/accessibility-enums.ts"
2624
+ }
2625
+ ],
2626
+ "tags": {}
2627
+ }
2628
+ ],
2629
+ "members": [],
2630
+ "returnType": {
2631
+ "kind": "array",
2632
+ "value": {
2633
+ "kind": "symbol",
2634
+ "name": "AccessibilityScenario",
2635
+ "value": "\"aria-live\" | \"overview\" | \"page-structure\" | \"tables\" | \"popups\" | \"headers\" | \"side-panel\" | \"windows-high-contrast\" | \"forms\" | \"color-contrast\""
2636
+ }
2637
+ }
2638
+ }
2639
+ },
1936
2640
  {
1937
2641
  "name": "main",
1938
2642
  "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/mcp/lib/cli.ts",
@@ -64856,39 +65560,39 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
64856
65560
  },
64857
65561
  {
64858
65562
  "kind": "string",
64859
- "value": "body.large"
65563
+ "value": "heading.large"
64860
65564
  },
64861
65565
  {
64862
65566
  "kind": "string",
64863
- "value": "body.medium"
65567
+ "value": "heading.medium"
64864
65568
  },
64865
65569
  {
64866
65570
  "kind": "string",
64867
- "value": "body.small"
65571
+ "value": "heading.small"
64868
65572
  },
64869
65573
  {
64870
65574
  "kind": "string",
64871
- "value": "heading.large"
65575
+ "value": "subtext.large"
64872
65576
  },
64873
65577
  {
64874
65578
  "kind": "string",
64875
- "value": "heading.medium"
65579
+ "value": "subtext.medium"
64876
65580
  },
64877
65581
  {
64878
65582
  "kind": "string",
64879
- "value": "heading.small"
65583
+ "value": "subtext.small"
64880
65584
  },
64881
65585
  {
64882
65586
  "kind": "string",
64883
- "value": "subtext.large"
65587
+ "value": "body.large"
64884
65588
  },
64885
65589
  {
64886
65590
  "kind": "string",
64887
- "value": "subtext.medium"
65591
+ "value": "body.medium"
64888
65592
  },
64889
65593
  {
64890
65594
  "kind": "string",
64891
- "value": "subtext.small"
65595
+ "value": "body.small"
64892
65596
  }
64893
65597
  ]
64894
65598
  },
@@ -90872,39 +91576,39 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
90872
91576
  },
90873
91577
  {
90874
91578
  "kind": "string",
90875
- "value": "body.large"
91579
+ "value": "heading.large"
90876
91580
  },
90877
91581
  {
90878
91582
  "kind": "string",
90879
- "value": "body.medium"
91583
+ "value": "heading.medium"
90880
91584
  },
90881
91585
  {
90882
91586
  "kind": "string",
90883
- "value": "body.small"
91587
+ "value": "heading.small"
90884
91588
  },
90885
91589
  {
90886
91590
  "kind": "string",
90887
- "value": "heading.large"
91591
+ "value": "subtext.large"
90888
91592
  },
90889
91593
  {
90890
91594
  "kind": "string",
90891
- "value": "heading.medium"
91595
+ "value": "subtext.medium"
90892
91596
  },
90893
91597
  {
90894
91598
  "kind": "string",
90895
- "value": "heading.small"
91599
+ "value": "subtext.small"
90896
91600
  },
90897
91601
  {
90898
91602
  "kind": "string",
90899
- "value": "subtext.large"
91603
+ "value": "body.large"
90900
91604
  },
90901
91605
  {
90902
91606
  "kind": "string",
90903
- "value": "subtext.medium"
91607
+ "value": "body.medium"
90904
91608
  },
90905
91609
  {
90906
91610
  "kind": "string",
90907
- "value": "subtext.small"
91611
+ "value": "body.small"
90908
91612
  }
90909
91613
  ]
90910
91614
  },
@@ -217022,39 +217726,39 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
217022
217726
  },
217023
217727
  {
217024
217728
  "kind": "string",
217025
- "value": "body.large"
217729
+ "value": "heading.large"
217026
217730
  },
217027
217731
  {
217028
217732
  "kind": "string",
217029
- "value": "body.medium"
217733
+ "value": "heading.medium"
217030
217734
  },
217031
217735
  {
217032
217736
  "kind": "string",
217033
- "value": "body.small"
217737
+ "value": "heading.small"
217034
217738
  },
217035
217739
  {
217036
217740
  "kind": "string",
217037
- "value": "heading.large"
217741
+ "value": "subtext.large"
217038
217742
  },
217039
217743
  {
217040
217744
  "kind": "string",
217041
- "value": "heading.medium"
217745
+ "value": "subtext.medium"
217042
217746
  },
217043
217747
  {
217044
217748
  "kind": "string",
217045
- "value": "heading.small"
217749
+ "value": "subtext.small"
217046
217750
  },
217047
217751
  {
217048
217752
  "kind": "string",
217049
- "value": "subtext.large"
217753
+ "value": "body.large"
217050
217754
  },
217051
217755
  {
217052
217756
  "kind": "string",
217053
- "value": "subtext.medium"
217757
+ "value": "body.medium"
217054
217758
  },
217055
217759
  {
217056
217760
  "kind": "string",
217057
- "value": "subtext.small"
217761
+ "value": "body.small"
217058
217762
  }
217059
217763
  ]
217060
217764
  },
@@ -218087,39 +218791,39 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
218087
218791
  },
218088
218792
  {
218089
218793
  "kind": "string",
218090
- "value": "body.large"
218794
+ "value": "heading.large"
218091
218795
  },
218092
218796
  {
218093
218797
  "kind": "string",
218094
- "value": "body.medium"
218798
+ "value": "heading.medium"
218095
218799
  },
218096
218800
  {
218097
218801
  "kind": "string",
218098
- "value": "body.small"
218802
+ "value": "heading.small"
218099
218803
  },
218100
218804
  {
218101
218805
  "kind": "string",
218102
- "value": "heading.large"
218806
+ "value": "subtext.large"
218103
218807
  },
218104
218808
  {
218105
218809
  "kind": "string",
218106
- "value": "heading.medium"
218810
+ "value": "subtext.medium"
218107
218811
  },
218108
218812
  {
218109
218813
  "kind": "string",
218110
- "value": "heading.small"
218814
+ "value": "subtext.small"
218111
218815
  },
218112
218816
  {
218113
218817
  "kind": "string",
218114
- "value": "subtext.large"
218818
+ "value": "body.large"
218115
218819
  },
218116
218820
  {
218117
218821
  "kind": "string",
218118
- "value": "subtext.medium"
218822
+ "value": "body.medium"
218119
218823
  },
218120
218824
  {
218121
218825
  "kind": "string",
218122
- "value": "subtext.small"
218826
+ "value": "body.small"
218123
218827
  }
218124
218828
  ]
218125
218829
  },
@@ -219296,39 +220000,39 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
219296
220000
  },
219297
220001
  {
219298
220002
  "kind": "string",
219299
- "value": "body.large"
220003
+ "value": "heading.large"
219300
220004
  },
219301
220005
  {
219302
220006
  "kind": "string",
219303
- "value": "body.medium"
220007
+ "value": "heading.medium"
219304
220008
  },
219305
220009
  {
219306
220010
  "kind": "string",
219307
- "value": "body.small"
220011
+ "value": "heading.small"
219308
220012
  },
219309
220013
  {
219310
220014
  "kind": "string",
219311
- "value": "heading.large"
220015
+ "value": "subtext.large"
219312
220016
  },
219313
220017
  {
219314
220018
  "kind": "string",
219315
- "value": "heading.medium"
220019
+ "value": "subtext.medium"
219316
220020
  },
219317
220021
  {
219318
220022
  "kind": "string",
219319
- "value": "heading.small"
220023
+ "value": "subtext.small"
219320
220024
  },
219321
220025
  {
219322
220026
  "kind": "string",
219323
- "value": "subtext.large"
220027
+ "value": "body.large"
219324
220028
  },
219325
220029
  {
219326
220030
  "kind": "string",
219327
- "value": "subtext.medium"
220031
+ "value": "body.medium"
219328
220032
  },
219329
220033
  {
219330
220034
  "kind": "string",
219331
- "value": "subtext.small"
220035
+ "value": "body.small"
219332
220036
  }
219333
220037
  ]
219334
220038
  },
@@ -230701,39 +231405,39 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
230701
231405
  },
230702
231406
  {
230703
231407
  "kind": "string",
230704
- "value": "body.large"
231408
+ "value": "heading.large"
230705
231409
  },
230706
231410
  {
230707
231411
  "kind": "string",
230708
- "value": "body.medium"
231412
+ "value": "heading.medium"
230709
231413
  },
230710
231414
  {
230711
231415
  "kind": "string",
230712
- "value": "body.small"
231416
+ "value": "heading.small"
230713
231417
  },
230714
231418
  {
230715
231419
  "kind": "string",
230716
- "value": "heading.large"
231420
+ "value": "subtext.large"
230717
231421
  },
230718
231422
  {
230719
231423
  "kind": "string",
230720
- "value": "heading.medium"
231424
+ "value": "subtext.medium"
230721
231425
  },
230722
231426
  {
230723
231427
  "kind": "string",
230724
- "value": "heading.small"
231428
+ "value": "subtext.small"
230725
231429
  },
230726
231430
  {
230727
231431
  "kind": "string",
230728
- "value": "subtext.large"
231432
+ "value": "body.large"
230729
231433
  },
230730
231434
  {
230731
231435
  "kind": "string",
230732
- "value": "subtext.medium"
231436
+ "value": "body.medium"
230733
231437
  },
230734
231438
  {
230735
231439
  "kind": "string",
230736
- "value": "subtext.small"
231440
+ "value": "body.small"
230737
231441
  }
230738
231442
  ]
230739
231443
  },
@@ -404048,39 +404752,39 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
404048
404752
  },
404049
404753
  {
404050
404754
  "kind": "string",
404051
- "value": "body.large"
404755
+ "value": "heading.large"
404052
404756
  },
404053
404757
  {
404054
404758
  "kind": "string",
404055
- "value": "body.medium"
404759
+ "value": "heading.medium"
404056
404760
  },
404057
404761
  {
404058
404762
  "kind": "string",
404059
- "value": "body.small"
404763
+ "value": "heading.small"
404060
404764
  },
404061
404765
  {
404062
404766
  "kind": "string",
404063
- "value": "heading.large"
404767
+ "value": "subtext.large"
404064
404768
  },
404065
404769
  {
404066
404770
  "kind": "string",
404067
- "value": "heading.medium"
404771
+ "value": "subtext.medium"
404068
404772
  },
404069
404773
  {
404070
404774
  "kind": "string",
404071
- "value": "heading.small"
404775
+ "value": "subtext.small"
404072
404776
  },
404073
404777
  {
404074
404778
  "kind": "string",
404075
- "value": "subtext.large"
404779
+ "value": "body.large"
404076
404780
  },
404077
404781
  {
404078
404782
  "kind": "string",
404079
- "value": "subtext.medium"
404783
+ "value": "body.medium"
404080
404784
  },
404081
404785
  {
404082
404786
  "kind": "string",
404083
- "value": "subtext.small"
404787
+ "value": "body.small"
404084
404788
  }
404085
404789
  ]
404086
404790
  },
@@ -408945,39 +409649,39 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
408945
409649
  },
408946
409650
  {
408947
409651
  "kind": "string",
408948
- "value": "body.large"
409652
+ "value": "heading.large"
408949
409653
  },
408950
409654
  {
408951
409655
  "kind": "string",
408952
- "value": "body.medium"
409656
+ "value": "heading.medium"
408953
409657
  },
408954
409658
  {
408955
409659
  "kind": "string",
408956
- "value": "body.small"
409660
+ "value": "heading.small"
408957
409661
  },
408958
409662
  {
408959
409663
  "kind": "string",
408960
- "value": "heading.large"
409664
+ "value": "subtext.large"
408961
409665
  },
408962
409666
  {
408963
409667
  "kind": "string",
408964
- "value": "heading.medium"
409668
+ "value": "subtext.medium"
408965
409669
  },
408966
409670
  {
408967
409671
  "kind": "string",
408968
- "value": "heading.small"
409672
+ "value": "subtext.small"
408969
409673
  },
408970
409674
  {
408971
409675
  "kind": "string",
408972
- "value": "subtext.large"
409676
+ "value": "body.large"
408973
409677
  },
408974
409678
  {
408975
409679
  "kind": "string",
408976
- "value": "subtext.medium"
409680
+ "value": "body.medium"
408977
409681
  },
408978
409682
  {
408979
409683
  "kind": "string",
408980
- "value": "subtext.small"
409684
+ "value": "body.small"
408981
409685
  }
408982
409686
  ]
408983
409687
  },
@@ -409883,39 +410587,39 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
409883
410587
  },
409884
410588
  {
409885
410589
  "kind": "string",
409886
- "value": "body.large"
410590
+ "value": "heading.large"
409887
410591
  },
409888
410592
  {
409889
410593
  "kind": "string",
409890
- "value": "body.medium"
410594
+ "value": "heading.medium"
409891
410595
  },
409892
410596
  {
409893
410597
  "kind": "string",
409894
- "value": "body.small"
410598
+ "value": "heading.small"
409895
410599
  },
409896
410600
  {
409897
410601
  "kind": "string",
409898
- "value": "heading.large"
410602
+ "value": "subtext.large"
409899
410603
  },
409900
410604
  {
409901
410605
  "kind": "string",
409902
- "value": "heading.medium"
410606
+ "value": "subtext.medium"
409903
410607
  },
409904
410608
  {
409905
410609
  "kind": "string",
409906
- "value": "heading.small"
410610
+ "value": "subtext.small"
409907
410611
  },
409908
410612
  {
409909
410613
  "kind": "string",
409910
- "value": "subtext.large"
410614
+ "value": "body.large"
409911
410615
  },
409912
410616
  {
409913
410617
  "kind": "string",
409914
- "value": "subtext.medium"
410618
+ "value": "body.medium"
409915
410619
  },
409916
410620
  {
409917
410621
  "kind": "string",
409918
- "value": "subtext.small"
410622
+ "value": "body.small"
409919
410623
  }
409920
410624
  ]
409921
410625
  },
@@ -18,11 +18,11 @@ export const packageJSONFile = `{
18
18
  "@emotion/react": "11.11.4",
19
19
  "@types/react": "18.2.60",
20
20
  "@types/react-dom": "18.2.19",
21
- "@workday/canvas-kit-labs-react": "15.0.20",
22
- "@workday/canvas-kit-preview-react": "15.0.20",
23
- "@workday/canvas-kit-react": "15.0.20",
24
- "@workday/canvas-kit-react-fonts": "^15.0.20",
25
- "@workday/canvas-kit-styling": "15.0.20",
21
+ "@workday/canvas-kit-labs-react": "15.0.21",
22
+ "@workday/canvas-kit-preview-react": "15.0.21",
23
+ "@workday/canvas-kit-react": "15.0.21",
24
+ "@workday/canvas-kit-react-fonts": "^15.0.21",
25
+ "@workday/canvas-kit-styling": "15.0.21",
26
26
  "@workday/canvas-system-icons-web": "4.0.2",
27
27
  "@workday/canvas-expressive-icons-web": "1.0.1",
28
28
  "@workday/canvas-tokens-web": "4.2.0"
@@ -19,11 +19,11 @@ export const packageJSONFile = `{
19
19
  "@emotion/react": "11.11.4",
20
20
  "@types/react": "18.2.60",
21
21
  "@types/react-dom": "18.2.19",
22
- "@workday/canvas-kit-labs-react": "15.0.20",
23
- "@workday/canvas-kit-preview-react": "15.0.20",
24
- "@workday/canvas-kit-react": "15.0.20",
25
- "@workday/canvas-kit-react-fonts": "^15.0.20",
26
- "@workday/canvas-kit-styling": "15.0.20",
22
+ "@workday/canvas-kit-labs-react": "15.0.21",
23
+ "@workday/canvas-kit-preview-react": "15.0.21",
24
+ "@workday/canvas-kit-react": "15.0.21",
25
+ "@workday/canvas-kit-react-fonts": "^15.0.21",
26
+ "@workday/canvas-kit-styling": "15.0.21",
27
27
  "@workday/canvas-system-icons-web": "4.0.2",
28
28
  "@workday/canvas-expressive-icons-web": "1.0.1",
29
29
  "@workday/canvas-tokens-web": "4.2.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "15.1.0-0440-next.0",
3
+ "version": "15.1.0-0450-next.0",
4
4
  "description": "Documentation components of Canvas Kit components",
5
5
  "author": "Workday, Inc. (https://www.workday.com)",
6
6
  "license": "Apache-2.0",
@@ -47,10 +47,10 @@
47
47
  "@stackblitz/sdk": "^1.11.0",
48
48
  "@storybook/csf": "0.0.1",
49
49
  "@workday/canvas-expressive-icons-web": "1.0.2",
50
- "@workday/canvas-kit-labs-react": "^15.1.0-0440-next.0",
51
- "@workday/canvas-kit-preview-react": "^15.1.0-0440-next.0",
52
- "@workday/canvas-kit-react": "^15.1.0-0440-next.0",
53
- "@workday/canvas-kit-styling": "^15.1.0-0440-next.0",
50
+ "@workday/canvas-kit-labs-react": "^15.1.0-0450-next.0",
51
+ "@workday/canvas-kit-preview-react": "^15.1.0-0450-next.0",
52
+ "@workday/canvas-kit-react": "^15.1.0-0450-next.0",
53
+ "@workday/canvas-kit-styling": "^15.1.0-0450-next.0",
54
54
  "@workday/canvas-system-icons-web": "4.0.4",
55
55
  "@workday/canvas-tokens-web": "4.4.0-beta.0",
56
56
  "markdown-to-jsx": "^7.2.0",
@@ -63,5 +63,5 @@
63
63
  "mkdirp": "^1.0.3",
64
64
  "typescript": "5.0"
65
65
  },
66
- "gitHead": "4ccd09d737fd51e705cc7a948989fec7882514f1"
66
+ "gitHead": "5a5a007a8543d47b2aa9fb1f498ddd128ab4214b"
67
67
  }