@genesislcap/foundation-zero 14.71.0 → 14.71.2

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.
@@ -1987,194 +1987,6 @@
1987
1987
  }
1988
1988
  ]
1989
1989
  },
1990
- {
1991
- "kind": "javascript-module",
1992
- "path": "src/badge/badge.stories.ts",
1993
- "declarations": [
1994
- {
1995
- "kind": "variable",
1996
- "name": "meta",
1997
- "type": {
1998
- "text": "Meta"
1999
- },
2000
- "default": "{\n title: 'Badge',\n component: 'zero-badge',\n}"
2001
- },
2002
- {
2003
- "kind": "variable",
2004
- "name": "All",
2005
- "type": {
2006
- "text": "StoryObj"
2007
- },
2008
- "default": "{\n args: {\n fillColors,\n fontColors,\n badgeText: 'Rapid Badge',\n },\n ...StylesMapperTemplate,\n}"
2009
- }
2010
- ],
2011
- "exports": [
2012
- {
2013
- "kind": "js",
2014
- "name": "default",
2015
- "declaration": {
2016
- "name": "meta",
2017
- "module": "src/badge/badge.stories.ts"
2018
- }
2019
- },
2020
- {
2021
- "kind": "js",
2022
- "name": "All",
2023
- "declaration": {
2024
- "name": "All",
2025
- "module": "src/badge/badge.stories.ts"
2026
- }
2027
- }
2028
- ]
2029
- },
2030
- {
2031
- "kind": "javascript-module",
2032
- "path": "src/badge/badge.styles.ts",
2033
- "declarations": [
2034
- {
2035
- "kind": "function",
2036
- "name": "zeroBadgeStyles",
2037
- "return": {
2038
- "type": {
2039
- "text": "ElementStyles"
2040
- }
2041
- },
2042
- "parameters": [
2043
- {
2044
- "name": "context",
2045
- "type": {
2046
- "text": "ElementDefinitionContext"
2047
- }
2048
- },
2049
- {
2050
- "name": "definition",
2051
- "type": {
2052
- "text": "FoundationElementDefinition"
2053
- }
2054
- }
2055
- ]
2056
- }
2057
- ],
2058
- "exports": [
2059
- {
2060
- "kind": "js",
2061
- "name": "zeroBadgeStyles",
2062
- "declaration": {
2063
- "name": "zeroBadgeStyles",
2064
- "module": "src/badge/badge.styles.ts"
2065
- }
2066
- }
2067
- ]
2068
- },
2069
- {
2070
- "kind": "javascript-module",
2071
- "path": "src/badge/badge.template.ts",
2072
- "declarations": [
2073
- {
2074
- "kind": "function",
2075
- "name": "zeroBadgeTemplate",
2076
- "return": {
2077
- "type": {
2078
- "text": "ViewTemplate<Badge>"
2079
- }
2080
- },
2081
- "parameters": [
2082
- {
2083
- "name": "context",
2084
- "type": {
2085
- "text": "ElementDefinitionContext"
2086
- }
2087
- },
2088
- {
2089
- "name": "definition",
2090
- "type": {
2091
- "text": "FoundationElementDefinition"
2092
- }
2093
- }
2094
- ]
2095
- }
2096
- ],
2097
- "exports": [
2098
- {
2099
- "kind": "js",
2100
- "name": "zeroBadgeTemplate",
2101
- "declaration": {
2102
- "name": "zeroBadgeTemplate",
2103
- "module": "src/badge/badge.template.ts"
2104
- }
2105
- }
2106
- ]
2107
- },
2108
- {
2109
- "kind": "javascript-module",
2110
- "path": "src/badge/badge.ts",
2111
- "declarations": [
2112
- {
2113
- "kind": "class",
2114
- "description": "",
2115
- "name": "Badge",
2116
- "superclass": {
2117
- "name": "FoundationBadge",
2118
- "package": "@genesislcap/foundation-ui"
2119
- },
2120
- "tagName": "%%prefix%%-badge",
2121
- "customElement": true
2122
- },
2123
- {
2124
- "kind": "variable",
2125
- "name": "zeroBadge"
2126
- }
2127
- ],
2128
- "exports": [
2129
- {
2130
- "kind": "js",
2131
- "name": "Badge",
2132
- "declaration": {
2133
- "name": "Badge",
2134
- "module": "src/badge/badge.ts"
2135
- }
2136
- },
2137
- {
2138
- "kind": "js",
2139
- "name": "zeroBadge",
2140
- "declaration": {
2141
- "name": "zeroBadge",
2142
- "module": "src/badge/badge.ts"
2143
- }
2144
- }
2145
- ]
2146
- },
2147
- {
2148
- "kind": "javascript-module",
2149
- "path": "src/badge/index.ts",
2150
- "declarations": [],
2151
- "exports": [
2152
- {
2153
- "kind": "js",
2154
- "name": "*",
2155
- "declaration": {
2156
- "name": "*",
2157
- "package": "./badge"
2158
- }
2159
- },
2160
- {
2161
- "kind": "js",
2162
- "name": "*",
2163
- "declaration": {
2164
- "name": "*",
2165
- "package": "./badge.styles"
2166
- }
2167
- },
2168
- {
2169
- "kind": "js",
2170
- "name": "*",
2171
- "declaration": {
2172
- "name": "*",
2173
- "package": "./badge.template"
2174
- }
2175
- }
2176
- ]
2177
- },
2178
1990
  {
2179
1991
  "kind": "javascript-module",
2180
1992
  "path": "src/banner/banner.stories.ts",
@@ -2436,7 +2248,7 @@
2436
2248
  },
2437
2249
  {
2438
2250
  "kind": "javascript-module",
2439
- "path": "src/breadcrumb/breadcrumb.stories.ts",
2251
+ "path": "src/badge/badge.stories.ts",
2440
2252
  "declarations": [
2441
2253
  {
2442
2254
  "kind": "variable",
@@ -2444,15 +2256,15 @@
2444
2256
  "type": {
2445
2257
  "text": "Meta"
2446
2258
  },
2447
- "default": "{\n title: 'Breadcrumb',\n component: 'zero-breadcrumb',\n}"
2259
+ "default": "{\n title: 'Badge',\n component: 'zero-badge',\n}"
2448
2260
  },
2449
2261
  {
2450
2262
  "kind": "variable",
2451
- "name": "Primary",
2263
+ "name": "All",
2452
2264
  "type": {
2453
2265
  "text": "StoryObj"
2454
2266
  },
2455
- "default": "{\n args: {\n breadcrumbItemsText: 'Breadcrumb Item',\n breadcrumbCurrentItemText: 'Current Page',\n },\n render: ({ breadcrumbItemsText, breadcrumbCurrentItemText }) => html`\n <zero-breadcrumb>\n <zero-breadcrumb-item href=\"#\">${breadcrumbItemsText} 1</zero-breadcrumb-item>\n <zero-breadcrumb-item href=\"#\">${breadcrumbItemsText} 2</zero-breadcrumb-item>\n <zero-breadcrumb-item>${breadcrumbCurrentItemText}</zero-breadcrumb-item>\n </zero-breadcrumb>\n `,\n}"
2267
+ "default": "{\n args: {\n fillColors,\n fontColors,\n badgeText: 'Rapid Badge',\n },\n ...StylesMapperTemplate,\n}"
2456
2268
  }
2457
2269
  ],
2458
2270
  "exports": [
@@ -2461,26 +2273,26 @@
2461
2273
  "name": "default",
2462
2274
  "declaration": {
2463
2275
  "name": "meta",
2464
- "module": "src/breadcrumb/breadcrumb.stories.ts"
2276
+ "module": "src/badge/badge.stories.ts"
2465
2277
  }
2466
2278
  },
2467
2279
  {
2468
2280
  "kind": "js",
2469
- "name": "Primary",
2281
+ "name": "All",
2470
2282
  "declaration": {
2471
- "name": "Primary",
2472
- "module": "src/breadcrumb/breadcrumb.stories.ts"
2283
+ "name": "All",
2284
+ "module": "src/badge/badge.stories.ts"
2473
2285
  }
2474
2286
  }
2475
2287
  ]
2476
2288
  },
2477
2289
  {
2478
2290
  "kind": "javascript-module",
2479
- "path": "src/breadcrumb/breadcrumb.styles.ts",
2291
+ "path": "src/badge/badge.styles.ts",
2480
2292
  "declarations": [
2481
2293
  {
2482
2294
  "kind": "function",
2483
- "name": "zeroBreadcrumbStyles",
2295
+ "name": "zeroBadgeStyles",
2484
2296
  "return": {
2485
2297
  "type": {
2486
2298
  "text": "ElementStyles"
@@ -2505,24 +2317,24 @@
2505
2317
  "exports": [
2506
2318
  {
2507
2319
  "kind": "js",
2508
- "name": "zeroBreadcrumbStyles",
2320
+ "name": "zeroBadgeStyles",
2509
2321
  "declaration": {
2510
- "name": "zeroBreadcrumbStyles",
2511
- "module": "src/breadcrumb/breadcrumb.styles.ts"
2322
+ "name": "zeroBadgeStyles",
2323
+ "module": "src/badge/badge.styles.ts"
2512
2324
  }
2513
2325
  }
2514
2326
  ]
2515
2327
  },
2516
2328
  {
2517
2329
  "kind": "javascript-module",
2518
- "path": "src/breadcrumb/breadcrumb.template.ts",
2330
+ "path": "src/badge/badge.template.ts",
2519
2331
  "declarations": [
2520
2332
  {
2521
2333
  "kind": "function",
2522
- "name": "zeroBreadcrumbTemplate",
2334
+ "name": "zeroBadgeTemplate",
2523
2335
  "return": {
2524
2336
  "type": {
2525
- "text": "ViewTemplate<Breadcrumb>"
2337
+ "text": "ViewTemplate<Badge>"
2526
2338
  }
2527
2339
  },
2528
2340
  "parameters": [
@@ -2544,90 +2356,56 @@
2544
2356
  "exports": [
2545
2357
  {
2546
2358
  "kind": "js",
2547
- "name": "zeroBreadcrumbTemplate",
2359
+ "name": "zeroBadgeTemplate",
2548
2360
  "declaration": {
2549
- "name": "zeroBreadcrumbTemplate",
2550
- "module": "src/breadcrumb/breadcrumb.template.ts"
2361
+ "name": "zeroBadgeTemplate",
2362
+ "module": "src/badge/badge.template.ts"
2551
2363
  }
2552
2364
  }
2553
2365
  ]
2554
2366
  },
2555
2367
  {
2556
2368
  "kind": "javascript-module",
2557
- "path": "src/breadcrumb/breadcrumb.ts",
2369
+ "path": "src/badge/badge.ts",
2558
2370
  "declarations": [
2559
2371
  {
2560
2372
  "kind": "class",
2561
2373
  "description": "",
2562
- "name": "Breadcrumb",
2374
+ "name": "Badge",
2563
2375
  "superclass": {
2564
- "name": "FoundationBreadcrumb",
2376
+ "name": "FoundationBadge",
2565
2377
  "package": "@genesislcap/foundation-ui"
2566
2378
  },
2567
- "tagName": "%%prefix%%-breadcrumb",
2379
+ "tagName": "%%prefix%%-badge",
2568
2380
  "customElement": true
2569
2381
  },
2570
2382
  {
2571
2383
  "kind": "variable",
2572
- "name": "zeroBreadcrumbShadowOptions",
2573
- "type": {
2574
- "text": "ShadowRootInit"
2575
- },
2576
- "default": "undefined"
2577
- },
2578
- {
2579
- "kind": "variable",
2580
- "name": "defaultBreadcrumbConfig",
2581
- "type": {
2582
- "text": "object"
2583
- },
2584
- "default": "{}"
2585
- },
2586
- {
2587
- "kind": "variable",
2588
- "name": "zeroBreadcrumb",
2589
- "description": "The zero Breadcrumb",
2590
- "privacy": "public"
2384
+ "name": "zeroBadge"
2591
2385
  }
2592
2386
  ],
2593
2387
  "exports": [
2594
2388
  {
2595
2389
  "kind": "js",
2596
- "name": "Breadcrumb",
2390
+ "name": "Badge",
2597
2391
  "declaration": {
2598
- "name": "Breadcrumb",
2599
- "module": "src/breadcrumb/breadcrumb.ts"
2600
- }
2601
- },
2602
- {
2603
- "kind": "js",
2604
- "name": "zeroBreadcrumbShadowOptions",
2605
- "declaration": {
2606
- "name": "zeroBreadcrumbShadowOptions",
2607
- "module": "src/breadcrumb/breadcrumb.ts"
2608
- }
2609
- },
2610
- {
2611
- "kind": "js",
2612
- "name": "defaultBreadcrumbConfig",
2613
- "declaration": {
2614
- "name": "defaultBreadcrumbConfig",
2615
- "module": "src/breadcrumb/breadcrumb.ts"
2392
+ "name": "Badge",
2393
+ "module": "src/badge/badge.ts"
2616
2394
  }
2617
2395
  },
2618
2396
  {
2619
2397
  "kind": "js",
2620
- "name": "zeroBreadcrumb",
2398
+ "name": "zeroBadge",
2621
2399
  "declaration": {
2622
- "name": "zeroBreadcrumb",
2623
- "module": "src/breadcrumb/breadcrumb.ts"
2400
+ "name": "zeroBadge",
2401
+ "module": "src/badge/badge.ts"
2624
2402
  }
2625
2403
  }
2626
2404
  ]
2627
2405
  },
2628
2406
  {
2629
2407
  "kind": "javascript-module",
2630
- "path": "src/breadcrumb/index.ts",
2408
+ "path": "src/badge/index.ts",
2631
2409
  "declarations": [],
2632
2410
  "exports": [
2633
2411
  {
@@ -2635,7 +2413,7 @@
2635
2413
  "name": "*",
2636
2414
  "declaration": {
2637
2415
  "name": "*",
2638
- "package": "./breadcrumb.template"
2416
+ "package": "./badge"
2639
2417
  }
2640
2418
  },
2641
2419
  {
@@ -2643,7 +2421,7 @@
2643
2421
  "name": "*",
2644
2422
  "declaration": {
2645
2423
  "name": "*",
2646
- "package": "./breadcrumb.styles"
2424
+ "package": "./badge.styles"
2647
2425
  }
2648
2426
  },
2649
2427
  {
@@ -2651,7 +2429,7 @@
2651
2429
  "name": "*",
2652
2430
  "declaration": {
2653
2431
  "name": "*",
2654
- "package": "./breadcrumb"
2432
+ "package": "./badge.template"
2655
2433
  }
2656
2434
  }
2657
2435
  ]
@@ -3010,6 +2788,228 @@
3010
2788
  }
3011
2789
  ]
3012
2790
  },
2791
+ {
2792
+ "kind": "javascript-module",
2793
+ "path": "src/breadcrumb/breadcrumb.stories.ts",
2794
+ "declarations": [
2795
+ {
2796
+ "kind": "variable",
2797
+ "name": "meta",
2798
+ "type": {
2799
+ "text": "Meta"
2800
+ },
2801
+ "default": "{\n title: 'Breadcrumb',\n component: 'zero-breadcrumb',\n}"
2802
+ },
2803
+ {
2804
+ "kind": "variable",
2805
+ "name": "Primary",
2806
+ "type": {
2807
+ "text": "StoryObj"
2808
+ },
2809
+ "default": "{\n args: {\n breadcrumbItemsText: 'Breadcrumb Item',\n breadcrumbCurrentItemText: 'Current Page',\n },\n render: ({ breadcrumbItemsText, breadcrumbCurrentItemText }) => html`\n <zero-breadcrumb>\n <zero-breadcrumb-item href=\"#\">${breadcrumbItemsText} 1</zero-breadcrumb-item>\n <zero-breadcrumb-item href=\"#\">${breadcrumbItemsText} 2</zero-breadcrumb-item>\n <zero-breadcrumb-item>${breadcrumbCurrentItemText}</zero-breadcrumb-item>\n </zero-breadcrumb>\n `,\n}"
2810
+ }
2811
+ ],
2812
+ "exports": [
2813
+ {
2814
+ "kind": "js",
2815
+ "name": "default",
2816
+ "declaration": {
2817
+ "name": "meta",
2818
+ "module": "src/breadcrumb/breadcrumb.stories.ts"
2819
+ }
2820
+ },
2821
+ {
2822
+ "kind": "js",
2823
+ "name": "Primary",
2824
+ "declaration": {
2825
+ "name": "Primary",
2826
+ "module": "src/breadcrumb/breadcrumb.stories.ts"
2827
+ }
2828
+ }
2829
+ ]
2830
+ },
2831
+ {
2832
+ "kind": "javascript-module",
2833
+ "path": "src/breadcrumb/breadcrumb.styles.ts",
2834
+ "declarations": [
2835
+ {
2836
+ "kind": "function",
2837
+ "name": "zeroBreadcrumbStyles",
2838
+ "return": {
2839
+ "type": {
2840
+ "text": "ElementStyles"
2841
+ }
2842
+ },
2843
+ "parameters": [
2844
+ {
2845
+ "name": "context",
2846
+ "type": {
2847
+ "text": "ElementDefinitionContext"
2848
+ }
2849
+ },
2850
+ {
2851
+ "name": "definition",
2852
+ "type": {
2853
+ "text": "FoundationElementDefinition"
2854
+ }
2855
+ }
2856
+ ]
2857
+ }
2858
+ ],
2859
+ "exports": [
2860
+ {
2861
+ "kind": "js",
2862
+ "name": "zeroBreadcrumbStyles",
2863
+ "declaration": {
2864
+ "name": "zeroBreadcrumbStyles",
2865
+ "module": "src/breadcrumb/breadcrumb.styles.ts"
2866
+ }
2867
+ }
2868
+ ]
2869
+ },
2870
+ {
2871
+ "kind": "javascript-module",
2872
+ "path": "src/breadcrumb/breadcrumb.template.ts",
2873
+ "declarations": [
2874
+ {
2875
+ "kind": "function",
2876
+ "name": "zeroBreadcrumbTemplate",
2877
+ "return": {
2878
+ "type": {
2879
+ "text": "ViewTemplate<Breadcrumb>"
2880
+ }
2881
+ },
2882
+ "parameters": [
2883
+ {
2884
+ "name": "context",
2885
+ "type": {
2886
+ "text": "ElementDefinitionContext"
2887
+ }
2888
+ },
2889
+ {
2890
+ "name": "definition",
2891
+ "type": {
2892
+ "text": "FoundationElementDefinition"
2893
+ }
2894
+ }
2895
+ ]
2896
+ }
2897
+ ],
2898
+ "exports": [
2899
+ {
2900
+ "kind": "js",
2901
+ "name": "zeroBreadcrumbTemplate",
2902
+ "declaration": {
2903
+ "name": "zeroBreadcrumbTemplate",
2904
+ "module": "src/breadcrumb/breadcrumb.template.ts"
2905
+ }
2906
+ }
2907
+ ]
2908
+ },
2909
+ {
2910
+ "kind": "javascript-module",
2911
+ "path": "src/breadcrumb/breadcrumb.ts",
2912
+ "declarations": [
2913
+ {
2914
+ "kind": "class",
2915
+ "description": "",
2916
+ "name": "Breadcrumb",
2917
+ "superclass": {
2918
+ "name": "FoundationBreadcrumb",
2919
+ "package": "@genesislcap/foundation-ui"
2920
+ },
2921
+ "tagName": "%%prefix%%-breadcrumb",
2922
+ "customElement": true
2923
+ },
2924
+ {
2925
+ "kind": "variable",
2926
+ "name": "zeroBreadcrumbShadowOptions",
2927
+ "type": {
2928
+ "text": "ShadowRootInit"
2929
+ },
2930
+ "default": "undefined"
2931
+ },
2932
+ {
2933
+ "kind": "variable",
2934
+ "name": "defaultBreadcrumbConfig",
2935
+ "type": {
2936
+ "text": "object"
2937
+ },
2938
+ "default": "{}"
2939
+ },
2940
+ {
2941
+ "kind": "variable",
2942
+ "name": "zeroBreadcrumb",
2943
+ "description": "The zero Breadcrumb",
2944
+ "privacy": "public"
2945
+ }
2946
+ ],
2947
+ "exports": [
2948
+ {
2949
+ "kind": "js",
2950
+ "name": "Breadcrumb",
2951
+ "declaration": {
2952
+ "name": "Breadcrumb",
2953
+ "module": "src/breadcrumb/breadcrumb.ts"
2954
+ }
2955
+ },
2956
+ {
2957
+ "kind": "js",
2958
+ "name": "zeroBreadcrumbShadowOptions",
2959
+ "declaration": {
2960
+ "name": "zeroBreadcrumbShadowOptions",
2961
+ "module": "src/breadcrumb/breadcrumb.ts"
2962
+ }
2963
+ },
2964
+ {
2965
+ "kind": "js",
2966
+ "name": "defaultBreadcrumbConfig",
2967
+ "declaration": {
2968
+ "name": "defaultBreadcrumbConfig",
2969
+ "module": "src/breadcrumb/breadcrumb.ts"
2970
+ }
2971
+ },
2972
+ {
2973
+ "kind": "js",
2974
+ "name": "zeroBreadcrumb",
2975
+ "declaration": {
2976
+ "name": "zeroBreadcrumb",
2977
+ "module": "src/breadcrumb/breadcrumb.ts"
2978
+ }
2979
+ }
2980
+ ]
2981
+ },
2982
+ {
2983
+ "kind": "javascript-module",
2984
+ "path": "src/breadcrumb/index.ts",
2985
+ "declarations": [],
2986
+ "exports": [
2987
+ {
2988
+ "kind": "js",
2989
+ "name": "*",
2990
+ "declaration": {
2991
+ "name": "*",
2992
+ "package": "./breadcrumb.template"
2993
+ }
2994
+ },
2995
+ {
2996
+ "kind": "js",
2997
+ "name": "*",
2998
+ "declaration": {
2999
+ "name": "*",
3000
+ "package": "./breadcrumb.styles"
3001
+ }
3002
+ },
3003
+ {
3004
+ "kind": "js",
3005
+ "name": "*",
3006
+ "declaration": {
3007
+ "name": "*",
3008
+ "package": "./breadcrumb"
3009
+ }
3010
+ }
3011
+ ]
3012
+ },
3013
3013
  {
3014
3014
  "kind": "javascript-module",
3015
3015
  "path": "src/calendar/calendar.stories.ts",
@@ -13379,7 +13379,7 @@
13379
13379
  },
13380
13380
  {
13381
13381
  "kind": "javascript-module",
13382
- "path": "src/tabs/index.ts",
13382
+ "path": "src/text-area/index.ts",
13383
13383
  "declarations": [],
13384
13384
  "exports": [
13385
13385
  {
@@ -13387,7 +13387,7 @@
13387
13387
  "name": "*",
13388
13388
  "declaration": {
13389
13389
  "name": "*",
13390
- "package": "./tabs"
13390
+ "package": "./text-area"
13391
13391
  }
13392
13392
  },
13393
13393
  {
@@ -13395,7 +13395,7 @@
13395
13395
  "name": "*",
13396
13396
  "declaration": {
13397
13397
  "name": "*",
13398
- "package": "./tabs.styles"
13398
+ "package": "./text-area.styles"
13399
13399
  }
13400
13400
  },
13401
13401
  {
@@ -13403,14 +13403,14 @@
13403
13403
  "name": "*",
13404
13404
  "declaration": {
13405
13405
  "name": "*",
13406
- "package": "./tabs.template"
13406
+ "package": "./text-area.template"
13407
13407
  }
13408
13408
  }
13409
13409
  ]
13410
13410
  },
13411
13411
  {
13412
13412
  "kind": "javascript-module",
13413
- "path": "src/tabs/tabs.stories.ts",
13413
+ "path": "src/text-area/text-area.stories.ts",
13414
13414
  "declarations": [
13415
13415
  {
13416
13416
  "kind": "variable",
@@ -13418,7 +13418,7 @@
13418
13418
  "type": {
13419
13419
  "text": "Meta"
13420
13420
  },
13421
- "default": "{\n title: 'Tabs',\n component: 'zero-tabs',\n}"
13421
+ "default": "{\n title: 'Text Area',\n component: 'zero-text-area',\n}"
13422
13422
  },
13423
13423
  {
13424
13424
  "kind": "variable",
@@ -13426,7 +13426,7 @@
13426
13426
  "type": {
13427
13427
  "text": "StoryObj"
13428
13428
  },
13429
- "default": "{\n argTypes: {\n appearance: {\n control: 'select',\n options: ['primary', 'secondary'],\n },\n orientation: {\n control: 'select',\n options: ['vertical', 'horizontal'],\n },\n },\n args: {\n appearance: 'primary',\n orientation: 'horizontal',\n },\n render: ({ appearance, orientation }) => html`\n <div style=\"min-height: 300px\">\n <zero-tabs appearance=\"${appearance}\" orientation=\"${orientation}\">\n <span part=\"start\" class=\"start\" slot=\"start\">Blotter Header</span>\n <zero-tab>Rapid Tab 1</zero-tab>\n <zero-tab slot=\"tab\">Rapid Tab 2</zero-tab>\n <zero-tab slot=\"tab\">Rapid Tab 3</zero-tab>\n <zero-tab slot=\"tab\">Rapid Tab 4</zero-tab>\n <zero-tab-panel slot=\"tabpanel\">\n <zero-tabs appearance=\"secondary\">\n <zero-tab appearance=\"secondary\" slot=\"tab\">Rapid Nested Tab 1</zero-tab>\n <zero-tab appearance=\"secondary\" slot=\"tab\">Rapid Nested Tab 2</zero-tab>\n <zero-tab-panel slot=\"tabpanel\">Rapid Nested Tab Panel 1</zero-tab-panel>\n <zero-tab-panel slot=\"tabpanel\">Rapid Nested Tab Panel 2</zero-tab-panel>\n </zero-tabs>\n </zero-tab-panel>\n <zero-tab-panel slot=\"tabpanel\">Rapid Tab Panel 2</zero-tab-panel>\n <zero-tab-panel slot=\"tabpanel\">Rapid Tab Panel 3</zero-tab-panel>\n <zero-tab-panel slot=\"tabpanel\">\n <zero-tabs appearance=\"secondary\">\n <zero-tab appearance=\"secondary\" slot=\"tab\">Rapid Nested Tab 1</zero-tab>\n <zero-tab appearance=\"secondary\" slot=\"tab\">Rapid Nested Tab 2</zero-tab>\n <zero-tab-panel slot=\"tabpanel\">Rapid Nested Tab Panel 1</zero-tab-panel>\n <zero-tab-panel slot=\"tabpanel\">Rapid Nested Tab Panel 2</zero-tab-panel>\n </zero-tabs>\n </zero-tab-panel>\n </zero-tabs>\n </div>\n `,\n}"
13429
+ "default": "{\n render: () => html`\n <div style=\"height: 200px;\">\n <zero-text-area resize=\"both\" placeholder=\"Enter text...\">Text Area</zero-text-area>\n <zero-text-area value=\"some value\">Test label</zero-text-area>\n <zero-text-area value=\"disabled\" disabled>Test label 2</zero-text-area>\n </div>\n `,\n}"
13430
13430
  }
13431
13431
  ],
13432
13432
  "exports": [
@@ -13435,7 +13435,7 @@
13435
13435
  "name": "default",
13436
13436
  "declaration": {
13437
13437
  "name": "meta",
13438
- "module": "src/tabs/tabs.stories.ts"
13438
+ "module": "src/text-area/text-area.stories.ts"
13439
13439
  }
13440
13440
  },
13441
13441
  {
@@ -13443,18 +13443,18 @@
13443
13443
  "name": "Primary",
13444
13444
  "declaration": {
13445
13445
  "name": "Primary",
13446
- "module": "src/tabs/tabs.stories.ts"
13446
+ "module": "src/text-area/text-area.stories.ts"
13447
13447
  }
13448
13448
  }
13449
13449
  ]
13450
13450
  },
13451
13451
  {
13452
13452
  "kind": "javascript-module",
13453
- "path": "src/tabs/tabs.styles.ts",
13453
+ "path": "src/text-area/text-area.styles.ts",
13454
13454
  "declarations": [
13455
13455
  {
13456
13456
  "kind": "function",
13457
- "name": "zeroTabsStyles",
13457
+ "name": "zeroTextAreaStyles",
13458
13458
  "return": {
13459
13459
  "type": {
13460
13460
  "text": "ElementStyles"
@@ -13479,24 +13479,24 @@
13479
13479
  "exports": [
13480
13480
  {
13481
13481
  "kind": "js",
13482
- "name": "zeroTabsStyles",
13482
+ "name": "zeroTextAreaStyles",
13483
13483
  "declaration": {
13484
- "name": "zeroTabsStyles",
13485
- "module": "src/tabs/tabs.styles.ts"
13484
+ "name": "zeroTextAreaStyles",
13485
+ "module": "src/text-area/text-area.styles.ts"
13486
13486
  }
13487
13487
  }
13488
13488
  ]
13489
13489
  },
13490
13490
  {
13491
13491
  "kind": "javascript-module",
13492
- "path": "src/tabs/tabs.template.ts",
13492
+ "path": "src/text-area/text-area.template.ts",
13493
13493
  "declarations": [
13494
13494
  {
13495
13495
  "kind": "function",
13496
- "name": "zeroTabsTemplate",
13496
+ "name": "zeroTextAreaTemplate",
13497
13497
  "return": {
13498
13498
  "type": {
13499
- "text": "ViewTemplate<Tabs>"
13499
+ "text": "ViewTemplate<TextArea>"
13500
13500
  }
13501
13501
  },
13502
13502
  "parameters": [
@@ -13518,56 +13518,56 @@
13518
13518
  "exports": [
13519
13519
  {
13520
13520
  "kind": "js",
13521
- "name": "zeroTabsTemplate",
13521
+ "name": "zeroTextAreaTemplate",
13522
13522
  "declaration": {
13523
- "name": "zeroTabsTemplate",
13524
- "module": "src/tabs/tabs.template.ts"
13523
+ "name": "zeroTextAreaTemplate",
13524
+ "module": "src/text-area/text-area.template.ts"
13525
13525
  }
13526
13526
  }
13527
13527
  ]
13528
13528
  },
13529
13529
  {
13530
13530
  "kind": "javascript-module",
13531
- "path": "src/tabs/tabs.ts",
13531
+ "path": "src/text-area/text-area.ts",
13532
13532
  "declarations": [
13533
13533
  {
13534
13534
  "kind": "class",
13535
13535
  "description": "",
13536
- "name": "Tabs",
13536
+ "name": "TextArea",
13537
13537
  "superclass": {
13538
- "name": "FoundationTabs",
13538
+ "name": "FoundationTextArea",
13539
13539
  "package": "@genesislcap/foundation-ui"
13540
13540
  },
13541
- "tagName": "%%prefix%%-tabs",
13541
+ "tagName": "%%prefix%%-text-area",
13542
13542
  "customElement": true
13543
13543
  },
13544
13544
  {
13545
13545
  "kind": "variable",
13546
- "name": "zeroTabs"
13546
+ "name": "zeroTextArea"
13547
13547
  }
13548
13548
  ],
13549
13549
  "exports": [
13550
13550
  {
13551
13551
  "kind": "js",
13552
- "name": "Tabs",
13552
+ "name": "TextArea",
13553
13553
  "declaration": {
13554
- "name": "Tabs",
13555
- "module": "src/tabs/tabs.ts"
13554
+ "name": "TextArea",
13555
+ "module": "src/text-area/text-area.ts"
13556
13556
  }
13557
13557
  },
13558
13558
  {
13559
13559
  "kind": "js",
13560
- "name": "zeroTabs",
13560
+ "name": "zeroTextArea",
13561
13561
  "declaration": {
13562
- "name": "zeroTabs",
13563
- "module": "src/tabs/tabs.ts"
13562
+ "name": "zeroTextArea",
13563
+ "module": "src/text-area/text-area.ts"
13564
13564
  }
13565
13565
  }
13566
13566
  ]
13567
13567
  },
13568
13568
  {
13569
13569
  "kind": "javascript-module",
13570
- "path": "src/text-area/index.ts",
13570
+ "path": "src/tabs/index.ts",
13571
13571
  "declarations": [],
13572
13572
  "exports": [
13573
13573
  {
@@ -13575,7 +13575,7 @@
13575
13575
  "name": "*",
13576
13576
  "declaration": {
13577
13577
  "name": "*",
13578
- "package": "./text-area"
13578
+ "package": "./tabs"
13579
13579
  }
13580
13580
  },
13581
13581
  {
@@ -13583,7 +13583,7 @@
13583
13583
  "name": "*",
13584
13584
  "declaration": {
13585
13585
  "name": "*",
13586
- "package": "./text-area.styles"
13586
+ "package": "./tabs.styles"
13587
13587
  }
13588
13588
  },
13589
13589
  {
@@ -13591,14 +13591,14 @@
13591
13591
  "name": "*",
13592
13592
  "declaration": {
13593
13593
  "name": "*",
13594
- "package": "./text-area.template"
13594
+ "package": "./tabs.template"
13595
13595
  }
13596
13596
  }
13597
13597
  ]
13598
13598
  },
13599
13599
  {
13600
13600
  "kind": "javascript-module",
13601
- "path": "src/text-area/text-area.stories.ts",
13601
+ "path": "src/tabs/tabs.stories.ts",
13602
13602
  "declarations": [
13603
13603
  {
13604
13604
  "kind": "variable",
@@ -13606,7 +13606,7 @@
13606
13606
  "type": {
13607
13607
  "text": "Meta"
13608
13608
  },
13609
- "default": "{\n title: 'Text Area',\n component: 'zero-text-area',\n}"
13609
+ "default": "{\n title: 'Tabs',\n component: 'zero-tabs',\n}"
13610
13610
  },
13611
13611
  {
13612
13612
  "kind": "variable",
@@ -13614,7 +13614,7 @@
13614
13614
  "type": {
13615
13615
  "text": "StoryObj"
13616
13616
  },
13617
- "default": "{\n render: () => html`\n <div style=\"height: 200px;\">\n <zero-text-area resize=\"both\" placeholder=\"Enter text...\">Text Area</zero-text-area>\n <zero-text-area value=\"some value\">Test label</zero-text-area>\n <zero-text-area value=\"disabled\" disabled>Test label 2</zero-text-area>\n </div>\n `,\n}"
13617
+ "default": "{\n argTypes: {\n appearance: {\n control: 'select',\n options: ['primary', 'secondary'],\n },\n orientation: {\n control: 'select',\n options: ['vertical', 'horizontal'],\n },\n },\n args: {\n appearance: 'primary',\n orientation: 'horizontal',\n },\n render: ({ appearance, orientation }) => html`\n <div style=\"min-height: 300px\">\n <zero-tabs appearance=\"${appearance}\" orientation=\"${orientation}\">\n <span part=\"start\" class=\"start\" slot=\"start\">Blotter Header</span>\n <zero-tab>Rapid Tab 1</zero-tab>\n <zero-tab slot=\"tab\">Rapid Tab 2</zero-tab>\n <zero-tab slot=\"tab\">Rapid Tab 3</zero-tab>\n <zero-tab slot=\"tab\">Rapid Tab 4</zero-tab>\n <zero-tab-panel slot=\"tabpanel\">\n <zero-tabs appearance=\"secondary\">\n <zero-tab appearance=\"secondary\" slot=\"tab\">Rapid Nested Tab 1</zero-tab>\n <zero-tab appearance=\"secondary\" slot=\"tab\">Rapid Nested Tab 2</zero-tab>\n <zero-tab-panel slot=\"tabpanel\">Rapid Nested Tab Panel 1</zero-tab-panel>\n <zero-tab-panel slot=\"tabpanel\">Rapid Nested Tab Panel 2</zero-tab-panel>\n </zero-tabs>\n </zero-tab-panel>\n <zero-tab-panel slot=\"tabpanel\">Rapid Tab Panel 2</zero-tab-panel>\n <zero-tab-panel slot=\"tabpanel\">Rapid Tab Panel 3</zero-tab-panel>\n <zero-tab-panel slot=\"tabpanel\">\n <zero-tabs appearance=\"secondary\">\n <zero-tab appearance=\"secondary\" slot=\"tab\">Rapid Nested Tab 1</zero-tab>\n <zero-tab appearance=\"secondary\" slot=\"tab\">Rapid Nested Tab 2</zero-tab>\n <zero-tab-panel slot=\"tabpanel\">Rapid Nested Tab Panel 1</zero-tab-panel>\n <zero-tab-panel slot=\"tabpanel\">Rapid Nested Tab Panel 2</zero-tab-panel>\n </zero-tabs>\n </zero-tab-panel>\n </zero-tabs>\n </div>\n `,\n}"
13618
13618
  }
13619
13619
  ],
13620
13620
  "exports": [
@@ -13623,7 +13623,7 @@
13623
13623
  "name": "default",
13624
13624
  "declaration": {
13625
13625
  "name": "meta",
13626
- "module": "src/text-area/text-area.stories.ts"
13626
+ "module": "src/tabs/tabs.stories.ts"
13627
13627
  }
13628
13628
  },
13629
13629
  {
@@ -13631,18 +13631,18 @@
13631
13631
  "name": "Primary",
13632
13632
  "declaration": {
13633
13633
  "name": "Primary",
13634
- "module": "src/text-area/text-area.stories.ts"
13634
+ "module": "src/tabs/tabs.stories.ts"
13635
13635
  }
13636
13636
  }
13637
13637
  ]
13638
13638
  },
13639
13639
  {
13640
13640
  "kind": "javascript-module",
13641
- "path": "src/text-area/text-area.styles.ts",
13641
+ "path": "src/tabs/tabs.styles.ts",
13642
13642
  "declarations": [
13643
13643
  {
13644
13644
  "kind": "function",
13645
- "name": "zeroTextAreaStyles",
13645
+ "name": "zeroTabsStyles",
13646
13646
  "return": {
13647
13647
  "type": {
13648
13648
  "text": "ElementStyles"
@@ -13667,24 +13667,24 @@
13667
13667
  "exports": [
13668
13668
  {
13669
13669
  "kind": "js",
13670
- "name": "zeroTextAreaStyles",
13670
+ "name": "zeroTabsStyles",
13671
13671
  "declaration": {
13672
- "name": "zeroTextAreaStyles",
13673
- "module": "src/text-area/text-area.styles.ts"
13672
+ "name": "zeroTabsStyles",
13673
+ "module": "src/tabs/tabs.styles.ts"
13674
13674
  }
13675
13675
  }
13676
13676
  ]
13677
13677
  },
13678
13678
  {
13679
13679
  "kind": "javascript-module",
13680
- "path": "src/text-area/text-area.template.ts",
13680
+ "path": "src/tabs/tabs.template.ts",
13681
13681
  "declarations": [
13682
13682
  {
13683
13683
  "kind": "function",
13684
- "name": "zeroTextAreaTemplate",
13684
+ "name": "zeroTabsTemplate",
13685
13685
  "return": {
13686
13686
  "type": {
13687
- "text": "ViewTemplate<TextArea>"
13687
+ "text": "ViewTemplate<Tabs>"
13688
13688
  }
13689
13689
  },
13690
13690
  "parameters": [
@@ -13706,49 +13706,49 @@
13706
13706
  "exports": [
13707
13707
  {
13708
13708
  "kind": "js",
13709
- "name": "zeroTextAreaTemplate",
13709
+ "name": "zeroTabsTemplate",
13710
13710
  "declaration": {
13711
- "name": "zeroTextAreaTemplate",
13712
- "module": "src/text-area/text-area.template.ts"
13711
+ "name": "zeroTabsTemplate",
13712
+ "module": "src/tabs/tabs.template.ts"
13713
13713
  }
13714
13714
  }
13715
13715
  ]
13716
13716
  },
13717
13717
  {
13718
13718
  "kind": "javascript-module",
13719
- "path": "src/text-area/text-area.ts",
13719
+ "path": "src/tabs/tabs.ts",
13720
13720
  "declarations": [
13721
13721
  {
13722
13722
  "kind": "class",
13723
13723
  "description": "",
13724
- "name": "TextArea",
13724
+ "name": "Tabs",
13725
13725
  "superclass": {
13726
- "name": "FoundationTextArea",
13726
+ "name": "FoundationTabs",
13727
13727
  "package": "@genesislcap/foundation-ui"
13728
13728
  },
13729
- "tagName": "%%prefix%%-text-area",
13729
+ "tagName": "%%prefix%%-tabs",
13730
13730
  "customElement": true
13731
13731
  },
13732
13732
  {
13733
13733
  "kind": "variable",
13734
- "name": "zeroTextArea"
13734
+ "name": "zeroTabs"
13735
13735
  }
13736
13736
  ],
13737
13737
  "exports": [
13738
13738
  {
13739
13739
  "kind": "js",
13740
- "name": "TextArea",
13740
+ "name": "Tabs",
13741
13741
  "declaration": {
13742
- "name": "TextArea",
13743
- "module": "src/text-area/text-area.ts"
13742
+ "name": "Tabs",
13743
+ "module": "src/tabs/tabs.ts"
13744
13744
  }
13745
13745
  },
13746
13746
  {
13747
13747
  "kind": "js",
13748
- "name": "zeroTextArea",
13748
+ "name": "zeroTabs",
13749
13749
  "declaration": {
13750
- "name": "zeroTextArea",
13751
- "module": "src/text-area/text-area.ts"
13750
+ "name": "zeroTabs",
13751
+ "module": "src/tabs/tabs.ts"
13752
13752
  }
13753
13753
  }
13754
13754
  ]
@@ -15239,665 +15239,364 @@
15239
15239
  },
15240
15240
  {
15241
15241
  "kind": "javascript-module",
15242
- "path": "src/_config/styles/colors.ts",
15243
- "declarations": [
15242
+ "path": "src/_config/tokens/default.ts",
15243
+ "declarations": [],
15244
+ "exports": [
15244
15245
  {
15245
- "kind": "function",
15246
- "name": "whiteWebRGBA",
15247
- "parameters": [
15248
- {
15249
- "name": "alpha",
15250
- "default": "1.0",
15251
- "type": {
15252
- "text": "number"
15253
- }
15254
- }
15255
- ]
15246
+ "kind": "js",
15247
+ "name": "accentFillActive",
15248
+ "declaration": {
15249
+ "name": "accentFillActive",
15250
+ "package": "@microsoft/fast-components"
15251
+ }
15256
15252
  },
15257
15253
  {
15258
- "kind": "function",
15259
- "name": "blackWebRGBA",
15260
- "parameters": [
15261
- {
15262
- "name": "alpha",
15263
- "default": "1.0",
15264
- "type": {
15265
- "text": "number"
15266
- }
15267
- }
15268
- ]
15254
+ "kind": "js",
15255
+ "name": "accentFillActiveDelta",
15256
+ "declaration": {
15257
+ "name": "accentFillActiveDelta",
15258
+ "package": "@microsoft/fast-components"
15259
+ }
15269
15260
  },
15270
15261
  {
15271
- "kind": "variable",
15272
- "name": "rapidDefaultFillColor"
15262
+ "kind": "js",
15263
+ "name": "accentFillFocus",
15264
+ "declaration": {
15265
+ "name": "accentFillFocus",
15266
+ "package": "@microsoft/fast-components"
15267
+ }
15273
15268
  },
15274
15269
  {
15275
- "kind": "variable",
15276
- "name": "rapidDefaultCardFillColor"
15270
+ "kind": "js",
15271
+ "name": "accentFillFocusDelta",
15272
+ "declaration": {
15273
+ "name": "accentFillFocusDelta",
15274
+ "package": "@microsoft/fast-components"
15275
+ }
15277
15276
  },
15278
15277
  {
15279
- "kind": "variable",
15280
- "name": "rapidDefaultCardPalette"
15278
+ "kind": "js",
15279
+ "name": "accentFillHover",
15280
+ "declaration": {
15281
+ "name": "accentFillHover",
15282
+ "package": "@microsoft/fast-components"
15283
+ }
15281
15284
  },
15282
15285
  {
15283
- "kind": "function",
15284
- "name": "primaryBlueWebRGBA",
15285
- "parameters": [
15286
- {
15287
- "name": "alpha",
15288
- "default": "1.0",
15289
- "type": {
15290
- "text": "number"
15291
- }
15292
- }
15293
- ]
15286
+ "kind": "js",
15287
+ "name": "accentFillHoverDelta",
15288
+ "declaration": {
15289
+ "name": "accentFillHoverDelta",
15290
+ "package": "@microsoft/fast-components"
15291
+ }
15294
15292
  },
15295
15293
  {
15296
- "kind": "variable",
15297
- "name": "accentBlueSwatch"
15294
+ "kind": "js",
15295
+ "name": "accentFillRest",
15296
+ "declaration": {
15297
+ "name": "accentFillRest",
15298
+ "package": "@microsoft/fast-components"
15299
+ }
15298
15300
  },
15299
15301
  {
15300
- "kind": "variable",
15301
- "name": "accentBluePalette"
15302
+ "kind": "js",
15303
+ "name": "accentFillRestDelta",
15304
+ "declaration": {
15305
+ "name": "accentFillRestDelta",
15306
+ "package": "@microsoft/fast-components"
15307
+ }
15302
15308
  },
15303
15309
  {
15304
- "kind": "function",
15305
- "name": "primaryPurpleWebRGBA",
15306
- "parameters": [
15307
- {
15308
- "name": "alpha",
15309
- "default": "1.0",
15310
- "type": {
15311
- "text": "number"
15312
- }
15313
- }
15314
- ]
15310
+ "kind": "js",
15311
+ "name": "accentForegroundActive",
15312
+ "declaration": {
15313
+ "name": "accentForegroundActive",
15314
+ "package": "@microsoft/fast-components"
15315
+ }
15315
15316
  },
15316
15317
  {
15317
- "kind": "function",
15318
- "name": "secondaryOrangeWebRGBA",
15319
- "parameters": [
15320
- {
15321
- "name": "alpha",
15322
- "default": "1.0",
15323
- "type": {
15324
- "text": "number"
15325
- }
15326
- }
15327
- ]
15318
+ "kind": "js",
15319
+ "name": "accentForegroundActiveDelta",
15320
+ "declaration": {
15321
+ "name": "accentForegroundActiveDelta",
15322
+ "package": "@microsoft/fast-components"
15323
+ }
15328
15324
  },
15329
- {
15330
- "kind": "function",
15331
- "name": "secondaryTealWebRGBA",
15332
- "parameters": [
15333
- {
15334
- "name": "alpha",
15335
- "default": "1.0",
15336
- "type": {
15337
- "text": "number"
15338
- }
15339
- }
15340
- ]
15341
- },
15342
- {
15343
- "kind": "function",
15344
- "name": "longGreenWebRGBA",
15345
- "parameters": [
15346
- {
15347
- "name": "alpha",
15348
- "default": "1.0",
15349
- "type": {
15350
- "text": "number"
15351
- }
15352
- }
15353
- ]
15354
- },
15355
- {
15356
- "kind": "function",
15357
- "name": "shortPinkWebRGBA",
15358
- "parameters": [
15359
- {
15360
- "name": "alpha",
15361
- "default": "1.0",
15362
- "type": {
15363
- "text": "number"
15364
- }
15365
- }
15366
- ]
15367
- },
15368
- {
15369
- "kind": "function",
15370
- "name": "warningYellowWebRGBA",
15371
- "parameters": [
15372
- {
15373
- "name": "alpha",
15374
- "default": "1.0",
15375
- "type": {
15376
- "text": "number"
15377
- }
15378
- }
15379
- ]
15380
- },
15381
- {
15382
- "kind": "function",
15383
- "name": "chartPinkWebRGBA",
15384
- "parameters": [
15385
- {
15386
- "name": "alpha",
15387
- "default": "1.0",
15388
- "type": {
15389
- "text": "number"
15390
- }
15391
- }
15392
- ]
15393
- }
15394
- ],
15395
- "exports": [
15396
15325
  {
15397
15326
  "kind": "js",
15398
- "name": "whiteWebRGBA",
15327
+ "name": "accentForegroundFocus",
15399
15328
  "declaration": {
15400
- "name": "whiteWebRGBA",
15401
- "module": "src/_config/styles/colors.ts"
15329
+ "name": "accentForegroundFocus",
15330
+ "package": "@microsoft/fast-components"
15402
15331
  }
15403
15332
  },
15404
15333
  {
15405
15334
  "kind": "js",
15406
- "name": "blackWebRGBA",
15335
+ "name": "accentForegroundFocusDelta",
15407
15336
  "declaration": {
15408
- "name": "blackWebRGBA",
15409
- "module": "src/_config/styles/colors.ts"
15337
+ "name": "accentForegroundFocusDelta",
15338
+ "package": "@microsoft/fast-components"
15410
15339
  }
15411
15340
  },
15412
15341
  {
15413
15342
  "kind": "js",
15414
- "name": "rapidDefaultFillColor",
15343
+ "name": "accentForegroundHover",
15415
15344
  "declaration": {
15416
- "name": "rapidDefaultFillColor",
15417
- "module": "src/_config/styles/colors.ts"
15345
+ "name": "accentForegroundHover",
15346
+ "package": "@microsoft/fast-components"
15418
15347
  }
15419
15348
  },
15420
15349
  {
15421
15350
  "kind": "js",
15422
- "name": "rapidDefaultCardFillColor",
15351
+ "name": "accentForegroundHoverDelta",
15423
15352
  "declaration": {
15424
- "name": "rapidDefaultCardFillColor",
15425
- "module": "src/_config/styles/colors.ts"
15353
+ "name": "accentForegroundHoverDelta",
15354
+ "package": "@microsoft/fast-components"
15426
15355
  }
15427
15356
  },
15428
15357
  {
15429
15358
  "kind": "js",
15430
- "name": "rapidDefaultCardPalette",
15359
+ "name": "accentForegroundRest",
15431
15360
  "declaration": {
15432
- "name": "rapidDefaultCardPalette",
15433
- "module": "src/_config/styles/colors.ts"
15361
+ "name": "accentForegroundRest",
15362
+ "package": "@microsoft/fast-components"
15434
15363
  }
15435
15364
  },
15436
15365
  {
15437
15366
  "kind": "js",
15438
- "name": "primaryBlueWebRGBA",
15367
+ "name": "accentForegroundRestDelta",
15439
15368
  "declaration": {
15440
- "name": "primaryBlueWebRGBA",
15441
- "module": "src/_config/styles/colors.ts"
15369
+ "name": "accentForegroundRestDelta",
15370
+ "package": "@microsoft/fast-components"
15442
15371
  }
15443
15372
  },
15444
15373
  {
15445
15374
  "kind": "js",
15446
- "name": "accentBlueSwatch",
15375
+ "name": "accentPalette",
15447
15376
  "declaration": {
15448
- "name": "accentBlueSwatch",
15449
- "module": "src/_config/styles/colors.ts"
15377
+ "name": "accentPalette",
15378
+ "package": "@microsoft/fast-components"
15450
15379
  }
15451
15380
  },
15452
15381
  {
15453
15382
  "kind": "js",
15454
- "name": "accentBluePalette",
15383
+ "name": "baseHeightMultiplier",
15455
15384
  "declaration": {
15456
- "name": "accentBluePalette",
15457
- "module": "src/_config/styles/colors.ts"
15385
+ "name": "baseHeightMultiplier",
15386
+ "package": "@microsoft/fast-components"
15458
15387
  }
15459
15388
  },
15460
15389
  {
15461
15390
  "kind": "js",
15462
- "name": "primaryPurpleWebRGBA",
15391
+ "name": "baseLayerLuminance",
15463
15392
  "declaration": {
15464
- "name": "primaryPurpleWebRGBA",
15465
- "module": "src/_config/styles/colors.ts"
15393
+ "name": "baseLayerLuminance",
15394
+ "package": "@microsoft/fast-components"
15466
15395
  }
15467
15396
  },
15468
15397
  {
15469
15398
  "kind": "js",
15470
- "name": "secondaryOrangeWebRGBA",
15399
+ "name": "bodyFont",
15471
15400
  "declaration": {
15472
- "name": "secondaryOrangeWebRGBA",
15473
- "module": "src/_config/styles/colors.ts"
15401
+ "name": "bodyFont",
15402
+ "package": "@microsoft/fast-components"
15474
15403
  }
15475
15404
  },
15476
15405
  {
15477
15406
  "kind": "js",
15478
- "name": "secondaryTealWebRGBA",
15407
+ "name": "controlCornerRadius",
15479
15408
  "declaration": {
15480
- "name": "secondaryTealWebRGBA",
15481
- "module": "src/_config/styles/colors.ts"
15409
+ "name": "controlCornerRadius",
15410
+ "package": "@microsoft/fast-components"
15482
15411
  }
15483
15412
  },
15484
15413
  {
15485
15414
  "kind": "js",
15486
- "name": "longGreenWebRGBA",
15415
+ "name": "density",
15487
15416
  "declaration": {
15488
- "name": "longGreenWebRGBA",
15489
- "module": "src/_config/styles/colors.ts"
15417
+ "name": "density",
15418
+ "package": "@microsoft/fast-components"
15490
15419
  }
15491
15420
  },
15492
15421
  {
15493
15422
  "kind": "js",
15494
- "name": "shortPinkWebRGBA",
15423
+ "name": "designUnit",
15495
15424
  "declaration": {
15496
- "name": "shortPinkWebRGBA",
15497
- "module": "src/_config/styles/colors.ts"
15425
+ "name": "designUnit",
15426
+ "package": "@microsoft/fast-components"
15498
15427
  }
15499
15428
  },
15500
15429
  {
15501
15430
  "kind": "js",
15502
- "name": "warningYellowWebRGBA",
15431
+ "name": "direction",
15503
15432
  "declaration": {
15504
- "name": "warningYellowWebRGBA",
15505
- "module": "src/_config/styles/colors.ts"
15433
+ "name": "direction",
15434
+ "package": "@microsoft/fast-components"
15506
15435
  }
15507
15436
  },
15508
15437
  {
15509
15438
  "kind": "js",
15510
- "name": "chartPinkWebRGBA",
15439
+ "name": "disabledOpacity",
15511
15440
  "declaration": {
15512
- "name": "chartPinkWebRGBA",
15513
- "module": "src/_config/styles/colors.ts"
15441
+ "name": "disabledOpacity",
15442
+ "package": "@microsoft/fast-components"
15514
15443
  }
15515
- }
15516
- ]
15517
- },
15518
- {
15519
- "kind": "javascript-module",
15520
- "path": "src/_config/styles/index.ts",
15521
- "declarations": [],
15522
- "exports": [
15444
+ },
15523
15445
  {
15524
15446
  "kind": "js",
15525
- "name": "*",
15447
+ "name": "fillColor",
15526
15448
  "declaration": {
15527
- "name": "*",
15528
- "package": "./colors"
15449
+ "name": "fillColor",
15450
+ "package": "@microsoft/fast-components"
15529
15451
  }
15530
15452
  },
15531
15453
  {
15532
15454
  "kind": "js",
15533
- "name": "*",
15455
+ "name": "focusStrokeInner",
15534
15456
  "declaration": {
15535
- "name": "*",
15536
- "package": "./external/roboto-font"
15457
+ "name": "focusStrokeInner",
15458
+ "package": "@microsoft/fast-components"
15537
15459
  }
15538
- }
15539
- ]
15540
- },
15541
- {
15542
- "kind": "javascript-module",
15543
- "path": "src/_config/tokens/default.ts",
15544
- "declarations": [],
15545
- "exports": [
15460
+ },
15546
15461
  {
15547
15462
  "kind": "js",
15548
- "name": "accentFillActive",
15463
+ "name": "focusStrokeOuter",
15549
15464
  "declaration": {
15550
- "name": "accentFillActive",
15465
+ "name": "focusStrokeOuter",
15551
15466
  "package": "@microsoft/fast-components"
15552
15467
  }
15553
15468
  },
15554
15469
  {
15555
15470
  "kind": "js",
15556
- "name": "accentFillActiveDelta",
15471
+ "name": "focusStrokeWidth",
15557
15472
  "declaration": {
15558
- "name": "accentFillActiveDelta",
15473
+ "name": "focusStrokeWidth",
15559
15474
  "package": "@microsoft/fast-components"
15560
15475
  }
15561
15476
  },
15562
15477
  {
15563
15478
  "kind": "js",
15564
- "name": "accentFillFocus",
15479
+ "name": "foregroundOnAccentActive",
15565
15480
  "declaration": {
15566
- "name": "accentFillFocus",
15481
+ "name": "foregroundOnAccentActive",
15567
15482
  "package": "@microsoft/fast-components"
15568
15483
  }
15569
15484
  },
15570
15485
  {
15571
15486
  "kind": "js",
15572
- "name": "accentFillFocusDelta",
15487
+ "name": "foregroundOnAccentActiveLarge",
15573
15488
  "declaration": {
15574
- "name": "accentFillFocusDelta",
15489
+ "name": "foregroundOnAccentActiveLarge",
15575
15490
  "package": "@microsoft/fast-components"
15576
15491
  }
15577
15492
  },
15578
15493
  {
15579
15494
  "kind": "js",
15580
- "name": "accentFillHover",
15495
+ "name": "foregroundOnAccentFocus",
15581
15496
  "declaration": {
15582
- "name": "accentFillHover",
15497
+ "name": "foregroundOnAccentFocus",
15583
15498
  "package": "@microsoft/fast-components"
15584
15499
  }
15585
15500
  },
15586
15501
  {
15587
15502
  "kind": "js",
15588
- "name": "accentFillHoverDelta",
15503
+ "name": "foregroundOnAccentFocusLarge",
15589
15504
  "declaration": {
15590
- "name": "accentFillHoverDelta",
15505
+ "name": "foregroundOnAccentFocusLarge",
15591
15506
  "package": "@microsoft/fast-components"
15592
15507
  }
15593
15508
  },
15594
15509
  {
15595
15510
  "kind": "js",
15596
- "name": "accentFillRest",
15511
+ "name": "foregroundOnAccentHover",
15597
15512
  "declaration": {
15598
- "name": "accentFillRest",
15513
+ "name": "foregroundOnAccentHover",
15599
15514
  "package": "@microsoft/fast-components"
15600
15515
  }
15601
15516
  },
15602
15517
  {
15603
15518
  "kind": "js",
15604
- "name": "accentFillRestDelta",
15519
+ "name": "foregroundOnAccentHoverLarge",
15605
15520
  "declaration": {
15606
- "name": "accentFillRestDelta",
15521
+ "name": "foregroundOnAccentHoverLarge",
15607
15522
  "package": "@microsoft/fast-components"
15608
15523
  }
15609
15524
  },
15610
15525
  {
15611
15526
  "kind": "js",
15612
- "name": "accentForegroundActive",
15527
+ "name": "foregroundOnAccentRest",
15613
15528
  "declaration": {
15614
- "name": "accentForegroundActive",
15529
+ "name": "foregroundOnAccentRest",
15615
15530
  "package": "@microsoft/fast-components"
15616
15531
  }
15617
15532
  },
15618
15533
  {
15619
15534
  "kind": "js",
15620
- "name": "accentForegroundActiveDelta",
15535
+ "name": "foregroundOnAccentRestLarge",
15621
15536
  "declaration": {
15622
- "name": "accentForegroundActiveDelta",
15537
+ "name": "foregroundOnAccentRestLarge",
15623
15538
  "package": "@microsoft/fast-components"
15624
15539
  }
15625
15540
  },
15626
15541
  {
15627
15542
  "kind": "js",
15628
- "name": "accentForegroundFocus",
15543
+ "name": "neutralFillActive",
15629
15544
  "declaration": {
15630
- "name": "accentForegroundFocus",
15545
+ "name": "neutralFillActive",
15631
15546
  "package": "@microsoft/fast-components"
15632
15547
  }
15633
15548
  },
15634
15549
  {
15635
15550
  "kind": "js",
15636
- "name": "accentForegroundFocusDelta",
15551
+ "name": "neutralFillActiveDelta",
15637
15552
  "declaration": {
15638
- "name": "accentForegroundFocusDelta",
15553
+ "name": "neutralFillActiveDelta",
15639
15554
  "package": "@microsoft/fast-components"
15640
15555
  }
15641
15556
  },
15642
15557
  {
15643
15558
  "kind": "js",
15644
- "name": "accentForegroundHover",
15559
+ "name": "neutralFillFocus",
15645
15560
  "declaration": {
15646
- "name": "accentForegroundHover",
15561
+ "name": "neutralFillFocus",
15647
15562
  "package": "@microsoft/fast-components"
15648
15563
  }
15649
15564
  },
15650
15565
  {
15651
15566
  "kind": "js",
15652
- "name": "accentForegroundHoverDelta",
15567
+ "name": "neutralFillFocusDelta",
15653
15568
  "declaration": {
15654
- "name": "accentForegroundHoverDelta",
15569
+ "name": "neutralFillFocusDelta",
15655
15570
  "package": "@microsoft/fast-components"
15656
15571
  }
15657
15572
  },
15658
15573
  {
15659
15574
  "kind": "js",
15660
- "name": "accentForegroundRest",
15575
+ "name": "neutralFillHover",
15661
15576
  "declaration": {
15662
- "name": "accentForegroundRest",
15577
+ "name": "neutralFillHover",
15663
15578
  "package": "@microsoft/fast-components"
15664
15579
  }
15665
15580
  },
15666
15581
  {
15667
15582
  "kind": "js",
15668
- "name": "accentForegroundRestDelta",
15583
+ "name": "neutralFillHoverDelta",
15669
15584
  "declaration": {
15670
- "name": "accentForegroundRestDelta",
15585
+ "name": "neutralFillHoverDelta",
15671
15586
  "package": "@microsoft/fast-components"
15672
15587
  }
15673
15588
  },
15674
15589
  {
15675
15590
  "kind": "js",
15676
- "name": "accentPalette",
15591
+ "name": "neutralFillInputActive",
15677
15592
  "declaration": {
15678
- "name": "accentPalette",
15593
+ "name": "neutralFillInputActive",
15679
15594
  "package": "@microsoft/fast-components"
15680
15595
  }
15681
15596
  },
15682
15597
  {
15683
15598
  "kind": "js",
15684
- "name": "baseHeightMultiplier",
15685
- "declaration": {
15686
- "name": "baseHeightMultiplier",
15687
- "package": "@microsoft/fast-components"
15688
- }
15689
- },
15690
- {
15691
- "kind": "js",
15692
- "name": "baseLayerLuminance",
15693
- "declaration": {
15694
- "name": "baseLayerLuminance",
15695
- "package": "@microsoft/fast-components"
15696
- }
15697
- },
15698
- {
15699
- "kind": "js",
15700
- "name": "bodyFont",
15701
- "declaration": {
15702
- "name": "bodyFont",
15703
- "package": "@microsoft/fast-components"
15704
- }
15705
- },
15706
- {
15707
- "kind": "js",
15708
- "name": "controlCornerRadius",
15709
- "declaration": {
15710
- "name": "controlCornerRadius",
15711
- "package": "@microsoft/fast-components"
15712
- }
15713
- },
15714
- {
15715
- "kind": "js",
15716
- "name": "density",
15717
- "declaration": {
15718
- "name": "density",
15719
- "package": "@microsoft/fast-components"
15720
- }
15721
- },
15722
- {
15723
- "kind": "js",
15724
- "name": "designUnit",
15725
- "declaration": {
15726
- "name": "designUnit",
15727
- "package": "@microsoft/fast-components"
15728
- }
15729
- },
15730
- {
15731
- "kind": "js",
15732
- "name": "direction",
15733
- "declaration": {
15734
- "name": "direction",
15735
- "package": "@microsoft/fast-components"
15736
- }
15737
- },
15738
- {
15739
- "kind": "js",
15740
- "name": "disabledOpacity",
15741
- "declaration": {
15742
- "name": "disabledOpacity",
15743
- "package": "@microsoft/fast-components"
15744
- }
15745
- },
15746
- {
15747
- "kind": "js",
15748
- "name": "fillColor",
15749
- "declaration": {
15750
- "name": "fillColor",
15751
- "package": "@microsoft/fast-components"
15752
- }
15753
- },
15754
- {
15755
- "kind": "js",
15756
- "name": "focusStrokeInner",
15757
- "declaration": {
15758
- "name": "focusStrokeInner",
15759
- "package": "@microsoft/fast-components"
15760
- }
15761
- },
15762
- {
15763
- "kind": "js",
15764
- "name": "focusStrokeOuter",
15765
- "declaration": {
15766
- "name": "focusStrokeOuter",
15767
- "package": "@microsoft/fast-components"
15768
- }
15769
- },
15770
- {
15771
- "kind": "js",
15772
- "name": "focusStrokeWidth",
15773
- "declaration": {
15774
- "name": "focusStrokeWidth",
15775
- "package": "@microsoft/fast-components"
15776
- }
15777
- },
15778
- {
15779
- "kind": "js",
15780
- "name": "foregroundOnAccentActive",
15781
- "declaration": {
15782
- "name": "foregroundOnAccentActive",
15783
- "package": "@microsoft/fast-components"
15784
- }
15785
- },
15786
- {
15787
- "kind": "js",
15788
- "name": "foregroundOnAccentActiveLarge",
15789
- "declaration": {
15790
- "name": "foregroundOnAccentActiveLarge",
15791
- "package": "@microsoft/fast-components"
15792
- }
15793
- },
15794
- {
15795
- "kind": "js",
15796
- "name": "foregroundOnAccentFocus",
15797
- "declaration": {
15798
- "name": "foregroundOnAccentFocus",
15799
- "package": "@microsoft/fast-components"
15800
- }
15801
- },
15802
- {
15803
- "kind": "js",
15804
- "name": "foregroundOnAccentFocusLarge",
15805
- "declaration": {
15806
- "name": "foregroundOnAccentFocusLarge",
15807
- "package": "@microsoft/fast-components"
15808
- }
15809
- },
15810
- {
15811
- "kind": "js",
15812
- "name": "foregroundOnAccentHover",
15813
- "declaration": {
15814
- "name": "foregroundOnAccentHover",
15815
- "package": "@microsoft/fast-components"
15816
- }
15817
- },
15818
- {
15819
- "kind": "js",
15820
- "name": "foregroundOnAccentHoverLarge",
15821
- "declaration": {
15822
- "name": "foregroundOnAccentHoverLarge",
15823
- "package": "@microsoft/fast-components"
15824
- }
15825
- },
15826
- {
15827
- "kind": "js",
15828
- "name": "foregroundOnAccentRest",
15829
- "declaration": {
15830
- "name": "foregroundOnAccentRest",
15831
- "package": "@microsoft/fast-components"
15832
- }
15833
- },
15834
- {
15835
- "kind": "js",
15836
- "name": "foregroundOnAccentRestLarge",
15837
- "declaration": {
15838
- "name": "foregroundOnAccentRestLarge",
15839
- "package": "@microsoft/fast-components"
15840
- }
15841
- },
15842
- {
15843
- "kind": "js",
15844
- "name": "neutralFillActive",
15845
- "declaration": {
15846
- "name": "neutralFillActive",
15847
- "package": "@microsoft/fast-components"
15848
- }
15849
- },
15850
- {
15851
- "kind": "js",
15852
- "name": "neutralFillActiveDelta",
15853
- "declaration": {
15854
- "name": "neutralFillActiveDelta",
15855
- "package": "@microsoft/fast-components"
15856
- }
15857
- },
15858
- {
15859
- "kind": "js",
15860
- "name": "neutralFillFocus",
15861
- "declaration": {
15862
- "name": "neutralFillFocus",
15863
- "package": "@microsoft/fast-components"
15864
- }
15865
- },
15866
- {
15867
- "kind": "js",
15868
- "name": "neutralFillFocusDelta",
15869
- "declaration": {
15870
- "name": "neutralFillFocusDelta",
15871
- "package": "@microsoft/fast-components"
15872
- }
15873
- },
15874
- {
15875
- "kind": "js",
15876
- "name": "neutralFillHover",
15877
- "declaration": {
15878
- "name": "neutralFillHover",
15879
- "package": "@microsoft/fast-components"
15880
- }
15881
- },
15882
- {
15883
- "kind": "js",
15884
- "name": "neutralFillHoverDelta",
15885
- "declaration": {
15886
- "name": "neutralFillHoverDelta",
15887
- "package": "@microsoft/fast-components"
15888
- }
15889
- },
15890
- {
15891
- "kind": "js",
15892
- "name": "neutralFillInputActive",
15893
- "declaration": {
15894
- "name": "neutralFillInputActive",
15895
- "package": "@microsoft/fast-components"
15896
- }
15897
- },
15898
- {
15899
- "kind": "js",
15900
- "name": "neutralFillInputActiveDelta",
15599
+ "name": "neutralFillInputActiveDelta",
15901
15600
  "declaration": {
15902
15601
  "name": "neutralFillInputActiveDelta",
15903
15602
  "package": "@microsoft/fast-components"
@@ -16432,6 +16131,307 @@
16432
16131
  }
16433
16132
  ]
16434
16133
  },
16134
+ {
16135
+ "kind": "javascript-module",
16136
+ "path": "src/_config/styles/colors.ts",
16137
+ "declarations": [
16138
+ {
16139
+ "kind": "function",
16140
+ "name": "whiteWebRGBA",
16141
+ "parameters": [
16142
+ {
16143
+ "name": "alpha",
16144
+ "default": "1.0",
16145
+ "type": {
16146
+ "text": "number"
16147
+ }
16148
+ }
16149
+ ]
16150
+ },
16151
+ {
16152
+ "kind": "function",
16153
+ "name": "blackWebRGBA",
16154
+ "parameters": [
16155
+ {
16156
+ "name": "alpha",
16157
+ "default": "1.0",
16158
+ "type": {
16159
+ "text": "number"
16160
+ }
16161
+ }
16162
+ ]
16163
+ },
16164
+ {
16165
+ "kind": "variable",
16166
+ "name": "rapidDefaultFillColor"
16167
+ },
16168
+ {
16169
+ "kind": "variable",
16170
+ "name": "rapidDefaultCardFillColor"
16171
+ },
16172
+ {
16173
+ "kind": "variable",
16174
+ "name": "rapidDefaultCardPalette"
16175
+ },
16176
+ {
16177
+ "kind": "function",
16178
+ "name": "primaryBlueWebRGBA",
16179
+ "parameters": [
16180
+ {
16181
+ "name": "alpha",
16182
+ "default": "1.0",
16183
+ "type": {
16184
+ "text": "number"
16185
+ }
16186
+ }
16187
+ ]
16188
+ },
16189
+ {
16190
+ "kind": "variable",
16191
+ "name": "accentBlueSwatch"
16192
+ },
16193
+ {
16194
+ "kind": "variable",
16195
+ "name": "accentBluePalette"
16196
+ },
16197
+ {
16198
+ "kind": "function",
16199
+ "name": "primaryPurpleWebRGBA",
16200
+ "parameters": [
16201
+ {
16202
+ "name": "alpha",
16203
+ "default": "1.0",
16204
+ "type": {
16205
+ "text": "number"
16206
+ }
16207
+ }
16208
+ ]
16209
+ },
16210
+ {
16211
+ "kind": "function",
16212
+ "name": "secondaryOrangeWebRGBA",
16213
+ "parameters": [
16214
+ {
16215
+ "name": "alpha",
16216
+ "default": "1.0",
16217
+ "type": {
16218
+ "text": "number"
16219
+ }
16220
+ }
16221
+ ]
16222
+ },
16223
+ {
16224
+ "kind": "function",
16225
+ "name": "secondaryTealWebRGBA",
16226
+ "parameters": [
16227
+ {
16228
+ "name": "alpha",
16229
+ "default": "1.0",
16230
+ "type": {
16231
+ "text": "number"
16232
+ }
16233
+ }
16234
+ ]
16235
+ },
16236
+ {
16237
+ "kind": "function",
16238
+ "name": "longGreenWebRGBA",
16239
+ "parameters": [
16240
+ {
16241
+ "name": "alpha",
16242
+ "default": "1.0",
16243
+ "type": {
16244
+ "text": "number"
16245
+ }
16246
+ }
16247
+ ]
16248
+ },
16249
+ {
16250
+ "kind": "function",
16251
+ "name": "shortPinkWebRGBA",
16252
+ "parameters": [
16253
+ {
16254
+ "name": "alpha",
16255
+ "default": "1.0",
16256
+ "type": {
16257
+ "text": "number"
16258
+ }
16259
+ }
16260
+ ]
16261
+ },
16262
+ {
16263
+ "kind": "function",
16264
+ "name": "warningYellowWebRGBA",
16265
+ "parameters": [
16266
+ {
16267
+ "name": "alpha",
16268
+ "default": "1.0",
16269
+ "type": {
16270
+ "text": "number"
16271
+ }
16272
+ }
16273
+ ]
16274
+ },
16275
+ {
16276
+ "kind": "function",
16277
+ "name": "chartPinkWebRGBA",
16278
+ "parameters": [
16279
+ {
16280
+ "name": "alpha",
16281
+ "default": "1.0",
16282
+ "type": {
16283
+ "text": "number"
16284
+ }
16285
+ }
16286
+ ]
16287
+ }
16288
+ ],
16289
+ "exports": [
16290
+ {
16291
+ "kind": "js",
16292
+ "name": "whiteWebRGBA",
16293
+ "declaration": {
16294
+ "name": "whiteWebRGBA",
16295
+ "module": "src/_config/styles/colors.ts"
16296
+ }
16297
+ },
16298
+ {
16299
+ "kind": "js",
16300
+ "name": "blackWebRGBA",
16301
+ "declaration": {
16302
+ "name": "blackWebRGBA",
16303
+ "module": "src/_config/styles/colors.ts"
16304
+ }
16305
+ },
16306
+ {
16307
+ "kind": "js",
16308
+ "name": "rapidDefaultFillColor",
16309
+ "declaration": {
16310
+ "name": "rapidDefaultFillColor",
16311
+ "module": "src/_config/styles/colors.ts"
16312
+ }
16313
+ },
16314
+ {
16315
+ "kind": "js",
16316
+ "name": "rapidDefaultCardFillColor",
16317
+ "declaration": {
16318
+ "name": "rapidDefaultCardFillColor",
16319
+ "module": "src/_config/styles/colors.ts"
16320
+ }
16321
+ },
16322
+ {
16323
+ "kind": "js",
16324
+ "name": "rapidDefaultCardPalette",
16325
+ "declaration": {
16326
+ "name": "rapidDefaultCardPalette",
16327
+ "module": "src/_config/styles/colors.ts"
16328
+ }
16329
+ },
16330
+ {
16331
+ "kind": "js",
16332
+ "name": "primaryBlueWebRGBA",
16333
+ "declaration": {
16334
+ "name": "primaryBlueWebRGBA",
16335
+ "module": "src/_config/styles/colors.ts"
16336
+ }
16337
+ },
16338
+ {
16339
+ "kind": "js",
16340
+ "name": "accentBlueSwatch",
16341
+ "declaration": {
16342
+ "name": "accentBlueSwatch",
16343
+ "module": "src/_config/styles/colors.ts"
16344
+ }
16345
+ },
16346
+ {
16347
+ "kind": "js",
16348
+ "name": "accentBluePalette",
16349
+ "declaration": {
16350
+ "name": "accentBluePalette",
16351
+ "module": "src/_config/styles/colors.ts"
16352
+ }
16353
+ },
16354
+ {
16355
+ "kind": "js",
16356
+ "name": "primaryPurpleWebRGBA",
16357
+ "declaration": {
16358
+ "name": "primaryPurpleWebRGBA",
16359
+ "module": "src/_config/styles/colors.ts"
16360
+ }
16361
+ },
16362
+ {
16363
+ "kind": "js",
16364
+ "name": "secondaryOrangeWebRGBA",
16365
+ "declaration": {
16366
+ "name": "secondaryOrangeWebRGBA",
16367
+ "module": "src/_config/styles/colors.ts"
16368
+ }
16369
+ },
16370
+ {
16371
+ "kind": "js",
16372
+ "name": "secondaryTealWebRGBA",
16373
+ "declaration": {
16374
+ "name": "secondaryTealWebRGBA",
16375
+ "module": "src/_config/styles/colors.ts"
16376
+ }
16377
+ },
16378
+ {
16379
+ "kind": "js",
16380
+ "name": "longGreenWebRGBA",
16381
+ "declaration": {
16382
+ "name": "longGreenWebRGBA",
16383
+ "module": "src/_config/styles/colors.ts"
16384
+ }
16385
+ },
16386
+ {
16387
+ "kind": "js",
16388
+ "name": "shortPinkWebRGBA",
16389
+ "declaration": {
16390
+ "name": "shortPinkWebRGBA",
16391
+ "module": "src/_config/styles/colors.ts"
16392
+ }
16393
+ },
16394
+ {
16395
+ "kind": "js",
16396
+ "name": "warningYellowWebRGBA",
16397
+ "declaration": {
16398
+ "name": "warningYellowWebRGBA",
16399
+ "module": "src/_config/styles/colors.ts"
16400
+ }
16401
+ },
16402
+ {
16403
+ "kind": "js",
16404
+ "name": "chartPinkWebRGBA",
16405
+ "declaration": {
16406
+ "name": "chartPinkWebRGBA",
16407
+ "module": "src/_config/styles/colors.ts"
16408
+ }
16409
+ }
16410
+ ]
16411
+ },
16412
+ {
16413
+ "kind": "javascript-module",
16414
+ "path": "src/_config/styles/index.ts",
16415
+ "declarations": [],
16416
+ "exports": [
16417
+ {
16418
+ "kind": "js",
16419
+ "name": "*",
16420
+ "declaration": {
16421
+ "name": "*",
16422
+ "package": "./colors"
16423
+ }
16424
+ },
16425
+ {
16426
+ "kind": "js",
16427
+ "name": "*",
16428
+ "declaration": {
16429
+ "name": "*",
16430
+ "package": "./external/roboto-font"
16431
+ }
16432
+ }
16433
+ ]
16434
+ },
16435
16435
  {
16436
16436
  "kind": "javascript-module",
16437
16437
  "path": "src/_config/values/color.ts",