@genesislcap/foundation-zero 14.71.2 → 14.71.3-alpha-c6ece94.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.
@@ -784,37 +784,6 @@
784
784
  }
785
785
  ]
786
786
  },
787
- {
788
- "kind": "javascript-module",
789
- "path": "src/_config/index.ts",
790
- "declarations": [],
791
- "exports": [
792
- {
793
- "kind": "js",
794
- "name": "*",
795
- "declaration": {
796
- "name": "*",
797
- "package": "./styles"
798
- }
799
- },
800
- {
801
- "kind": "js",
802
- "name": "*",
803
- "declaration": {
804
- "name": "*",
805
- "package": "./tokens"
806
- }
807
- },
808
- {
809
- "kind": "js",
810
- "name": "*",
811
- "declaration": {
812
- "name": "*",
813
- "package": "./values"
814
- }
815
- }
816
- ]
817
- },
818
787
  {
819
788
  "kind": "javascript-module",
820
789
  "path": "src/accordion/accordion.stories.ts",
@@ -1003,6 +972,37 @@
1003
972
  }
1004
973
  ]
1005
974
  },
975
+ {
976
+ "kind": "javascript-module",
977
+ "path": "src/_config/index.ts",
978
+ "declarations": [],
979
+ "exports": [
980
+ {
981
+ "kind": "js",
982
+ "name": "*",
983
+ "declaration": {
984
+ "name": "*",
985
+ "package": "./styles"
986
+ }
987
+ },
988
+ {
989
+ "kind": "js",
990
+ "name": "*",
991
+ "declaration": {
992
+ "name": "*",
993
+ "package": "./tokens"
994
+ }
995
+ },
996
+ {
997
+ "kind": "js",
998
+ "name": "*",
999
+ "declaration": {
1000
+ "name": "*",
1001
+ "package": "./values"
1002
+ }
1003
+ }
1004
+ ]
1005
+ },
1006
1006
  {
1007
1007
  "kind": "javascript-module",
1008
1008
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1987,6 +1987,194 @@
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
+ },
1990
2178
  {
1991
2179
  "kind": "javascript-module",
1992
2180
  "path": "src/banner/banner.stories.ts",
@@ -2248,7 +2436,7 @@
2248
2436
  },
2249
2437
  {
2250
2438
  "kind": "javascript-module",
2251
- "path": "src/badge/badge.stories.ts",
2439
+ "path": "src/breadcrumb/breadcrumb.stories.ts",
2252
2440
  "declarations": [
2253
2441
  {
2254
2442
  "kind": "variable",
@@ -2256,15 +2444,15 @@
2256
2444
  "type": {
2257
2445
  "text": "Meta"
2258
2446
  },
2259
- "default": "{\n title: 'Badge',\n component: 'zero-badge',\n}"
2447
+ "default": "{\n title: 'Breadcrumb',\n component: 'zero-breadcrumb',\n}"
2260
2448
  },
2261
2449
  {
2262
2450
  "kind": "variable",
2263
- "name": "All",
2451
+ "name": "Primary",
2264
2452
  "type": {
2265
2453
  "text": "StoryObj"
2266
2454
  },
2267
- "default": "{\n args: {\n fillColors,\n fontColors,\n badgeText: 'Rapid Badge',\n },\n ...StylesMapperTemplate,\n}"
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}"
2268
2456
  }
2269
2457
  ],
2270
2458
  "exports": [
@@ -2273,26 +2461,26 @@
2273
2461
  "name": "default",
2274
2462
  "declaration": {
2275
2463
  "name": "meta",
2276
- "module": "src/badge/badge.stories.ts"
2464
+ "module": "src/breadcrumb/breadcrumb.stories.ts"
2277
2465
  }
2278
2466
  },
2279
2467
  {
2280
2468
  "kind": "js",
2281
- "name": "All",
2469
+ "name": "Primary",
2282
2470
  "declaration": {
2283
- "name": "All",
2284
- "module": "src/badge/badge.stories.ts"
2471
+ "name": "Primary",
2472
+ "module": "src/breadcrumb/breadcrumb.stories.ts"
2285
2473
  }
2286
2474
  }
2287
2475
  ]
2288
2476
  },
2289
2477
  {
2290
2478
  "kind": "javascript-module",
2291
- "path": "src/badge/badge.styles.ts",
2479
+ "path": "src/breadcrumb/breadcrumb.styles.ts",
2292
2480
  "declarations": [
2293
2481
  {
2294
2482
  "kind": "function",
2295
- "name": "zeroBadgeStyles",
2483
+ "name": "zeroBreadcrumbStyles",
2296
2484
  "return": {
2297
2485
  "type": {
2298
2486
  "text": "ElementStyles"
@@ -2317,24 +2505,24 @@
2317
2505
  "exports": [
2318
2506
  {
2319
2507
  "kind": "js",
2320
- "name": "zeroBadgeStyles",
2508
+ "name": "zeroBreadcrumbStyles",
2321
2509
  "declaration": {
2322
- "name": "zeroBadgeStyles",
2323
- "module": "src/badge/badge.styles.ts"
2510
+ "name": "zeroBreadcrumbStyles",
2511
+ "module": "src/breadcrumb/breadcrumb.styles.ts"
2324
2512
  }
2325
2513
  }
2326
2514
  ]
2327
2515
  },
2328
2516
  {
2329
2517
  "kind": "javascript-module",
2330
- "path": "src/badge/badge.template.ts",
2518
+ "path": "src/breadcrumb/breadcrumb.template.ts",
2331
2519
  "declarations": [
2332
2520
  {
2333
2521
  "kind": "function",
2334
- "name": "zeroBadgeTemplate",
2522
+ "name": "zeroBreadcrumbTemplate",
2335
2523
  "return": {
2336
2524
  "type": {
2337
- "text": "ViewTemplate<Badge>"
2525
+ "text": "ViewTemplate<Breadcrumb>"
2338
2526
  }
2339
2527
  },
2340
2528
  "parameters": [
@@ -2356,56 +2544,90 @@
2356
2544
  "exports": [
2357
2545
  {
2358
2546
  "kind": "js",
2359
- "name": "zeroBadgeTemplate",
2547
+ "name": "zeroBreadcrumbTemplate",
2360
2548
  "declaration": {
2361
- "name": "zeroBadgeTemplate",
2362
- "module": "src/badge/badge.template.ts"
2549
+ "name": "zeroBreadcrumbTemplate",
2550
+ "module": "src/breadcrumb/breadcrumb.template.ts"
2363
2551
  }
2364
2552
  }
2365
2553
  ]
2366
2554
  },
2367
2555
  {
2368
2556
  "kind": "javascript-module",
2369
- "path": "src/badge/badge.ts",
2557
+ "path": "src/breadcrumb/breadcrumb.ts",
2370
2558
  "declarations": [
2371
2559
  {
2372
2560
  "kind": "class",
2373
2561
  "description": "",
2374
- "name": "Badge",
2562
+ "name": "Breadcrumb",
2375
2563
  "superclass": {
2376
- "name": "FoundationBadge",
2564
+ "name": "FoundationBreadcrumb",
2377
2565
  "package": "@genesislcap/foundation-ui"
2378
2566
  },
2379
- "tagName": "%%prefix%%-badge",
2567
+ "tagName": "%%prefix%%-breadcrumb",
2380
2568
  "customElement": true
2381
2569
  },
2382
2570
  {
2383
2571
  "kind": "variable",
2384
- "name": "zeroBadge"
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"
2385
2591
  }
2386
2592
  ],
2387
2593
  "exports": [
2388
2594
  {
2389
2595
  "kind": "js",
2390
- "name": "Badge",
2596
+ "name": "Breadcrumb",
2391
2597
  "declaration": {
2392
- "name": "Badge",
2393
- "module": "src/badge/badge.ts"
2598
+ "name": "Breadcrumb",
2599
+ "module": "src/breadcrumb/breadcrumb.ts"
2394
2600
  }
2395
2601
  },
2396
2602
  {
2397
2603
  "kind": "js",
2398
- "name": "zeroBadge",
2604
+ "name": "zeroBreadcrumbShadowOptions",
2399
2605
  "declaration": {
2400
- "name": "zeroBadge",
2401
- "module": "src/badge/badge.ts"
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"
2616
+ }
2617
+ },
2618
+ {
2619
+ "kind": "js",
2620
+ "name": "zeroBreadcrumb",
2621
+ "declaration": {
2622
+ "name": "zeroBreadcrumb",
2623
+ "module": "src/breadcrumb/breadcrumb.ts"
2402
2624
  }
2403
2625
  }
2404
2626
  ]
2405
2627
  },
2406
2628
  {
2407
2629
  "kind": "javascript-module",
2408
- "path": "src/badge/index.ts",
2630
+ "path": "src/breadcrumb/index.ts",
2409
2631
  "declarations": [],
2410
2632
  "exports": [
2411
2633
  {
@@ -2413,7 +2635,7 @@
2413
2635
  "name": "*",
2414
2636
  "declaration": {
2415
2637
  "name": "*",
2416
- "package": "./badge"
2638
+ "package": "./breadcrumb.template"
2417
2639
  }
2418
2640
  },
2419
2641
  {
@@ -2421,7 +2643,7 @@
2421
2643
  "name": "*",
2422
2644
  "declaration": {
2423
2645
  "name": "*",
2424
- "package": "./badge.styles"
2646
+ "package": "./breadcrumb.styles"
2425
2647
  }
2426
2648
  },
2427
2649
  {
@@ -2429,7 +2651,7 @@
2429
2651
  "name": "*",
2430
2652
  "declaration": {
2431
2653
  "name": "*",
2432
- "package": "./badge.template"
2654
+ "package": "./breadcrumb"
2433
2655
  }
2434
2656
  }
2435
2657
  ]
@@ -2790,7 +3012,7 @@
2790
3012
  },
2791
3013
  {
2792
3014
  "kind": "javascript-module",
2793
- "path": "src/breadcrumb/breadcrumb.stories.ts",
3015
+ "path": "src/calendar/calendar.stories.ts",
2794
3016
  "declarations": [
2795
3017
  {
2796
3018
  "kind": "variable",
@@ -2798,7 +3020,7 @@
2798
3020
  "type": {
2799
3021
  "text": "Meta"
2800
3022
  },
2801
- "default": "{\n title: 'Breadcrumb',\n component: 'zero-breadcrumb',\n}"
3023
+ "default": "{\n title: 'Calendar',\n component: 'zero-calendar',\n}"
2802
3024
  },
2803
3025
  {
2804
3026
  "kind": "variable",
@@ -2806,7 +3028,7 @@
2806
3028
  "type": {
2807
3029
  "text": "StoryObj"
2808
3030
  },
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}"
3031
+ "default": "{\n args: {},\n render: () => html`\n <div style=\"${wrapperStyle}\">\n <zero-calendar\n id=\"zCalendar\"\n month=\"${new Date().getMonth() + 1}\"\n year=\"${new Date().getFullYear()}\"\n month-format=\"short\"\n weekday-format=\"narrow\"\n disabled-dates=\"${new Date().getMonth() + 1}-${new Date().getDate() > 1\n ? new Date().getDate() - 1\n : new Date().getDate() + 2}-${new Date().getFullYear()}\"\n selected-dates=\"${new Date().getMonth() +\n 1}-${new Date().getDate()}-${new Date().getFullYear()}\"\n >\n <div\n slot=\"${new Date().getMonth() + 1}-${new Date().getDate()}-${new Date().getFullYear()}\"\n >\n Test slot\n </div>\n </zero-calendar>\n </div>\n `,\n}"
2810
3032
  }
2811
3033
  ],
2812
3034
  "exports": [
@@ -2815,7 +3037,7 @@
2815
3037
  "name": "default",
2816
3038
  "declaration": {
2817
3039
  "name": "meta",
2818
- "module": "src/breadcrumb/breadcrumb.stories.ts"
3040
+ "module": "src/calendar/calendar.stories.ts"
2819
3041
  }
2820
3042
  },
2821
3043
  {
@@ -2823,60 +3045,46 @@
2823
3045
  "name": "Primary",
2824
3046
  "declaration": {
2825
3047
  "name": "Primary",
2826
- "module": "src/breadcrumb/breadcrumb.stories.ts"
3048
+ "module": "src/calendar/calendar.stories.ts"
2827
3049
  }
2828
3050
  }
2829
3051
  ]
2830
3052
  },
2831
3053
  {
2832
3054
  "kind": "javascript-module",
2833
- "path": "src/breadcrumb/breadcrumb.styles.ts",
3055
+ "path": "src/calendar/calendar.styles.ts",
2834
3056
  "declarations": [
2835
3057
  {
2836
3058
  "kind": "function",
2837
- "name": "zeroBreadcrumbStyles",
3059
+ "name": "zeroCalendarStyles",
2838
3060
  "return": {
2839
3061
  "type": {
2840
3062
  "text": "ElementStyles"
2841
3063
  }
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
- ]
3064
+ }
2857
3065
  }
2858
3066
  ],
2859
3067
  "exports": [
2860
3068
  {
2861
3069
  "kind": "js",
2862
- "name": "zeroBreadcrumbStyles",
3070
+ "name": "zeroCalendarStyles",
2863
3071
  "declaration": {
2864
- "name": "zeroBreadcrumbStyles",
2865
- "module": "src/breadcrumb/breadcrumb.styles.ts"
3072
+ "name": "zeroCalendarStyles",
3073
+ "module": "src/calendar/calendar.styles.ts"
2866
3074
  }
2867
3075
  }
2868
3076
  ]
2869
3077
  },
2870
3078
  {
2871
3079
  "kind": "javascript-module",
2872
- "path": "src/breadcrumb/breadcrumb.template.ts",
3080
+ "path": "src/calendar/calendar.template.ts",
2873
3081
  "declarations": [
2874
3082
  {
2875
3083
  "kind": "function",
2876
- "name": "zeroBreadcrumbTemplate",
3084
+ "name": "zeroCalendarTemplate",
2877
3085
  "return": {
2878
3086
  "type": {
2879
- "text": "ViewTemplate<Breadcrumb>"
3087
+ "text": "ViewTemplate<Calendar>"
2880
3088
  }
2881
3089
  },
2882
3090
  "parameters": [
@@ -2898,90 +3106,56 @@
2898
3106
  "exports": [
2899
3107
  {
2900
3108
  "kind": "js",
2901
- "name": "zeroBreadcrumbTemplate",
3109
+ "name": "zeroCalendarTemplate",
2902
3110
  "declaration": {
2903
- "name": "zeroBreadcrumbTemplate",
2904
- "module": "src/breadcrumb/breadcrumb.template.ts"
3111
+ "name": "zeroCalendarTemplate",
3112
+ "module": "src/calendar/calendar.template.ts"
2905
3113
  }
2906
3114
  }
2907
3115
  ]
2908
3116
  },
2909
3117
  {
2910
3118
  "kind": "javascript-module",
2911
- "path": "src/breadcrumb/breadcrumb.ts",
3119
+ "path": "src/calendar/calendar.ts",
2912
3120
  "declarations": [
2913
3121
  {
2914
3122
  "kind": "class",
2915
3123
  "description": "",
2916
- "name": "Breadcrumb",
3124
+ "name": "Calendar",
2917
3125
  "superclass": {
2918
- "name": "FoundationBreadcrumb",
3126
+ "name": "FoundationCalendar",
2919
3127
  "package": "@genesislcap/foundation-ui"
2920
3128
  },
2921
- "tagName": "%%prefix%%-breadcrumb",
3129
+ "tagName": "%%prefix%%-calendar",
2922
3130
  "customElement": true
2923
3131
  },
2924
3132
  {
2925
3133
  "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"
3134
+ "name": "zeroCalendar"
2945
3135
  }
2946
3136
  ],
2947
3137
  "exports": [
2948
3138
  {
2949
3139
  "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",
3140
+ "name": "Calendar",
2967
3141
  "declaration": {
2968
- "name": "defaultBreadcrumbConfig",
2969
- "module": "src/breadcrumb/breadcrumb.ts"
3142
+ "name": "Calendar",
3143
+ "module": "src/calendar/calendar.ts"
2970
3144
  }
2971
3145
  },
2972
3146
  {
2973
3147
  "kind": "js",
2974
- "name": "zeroBreadcrumb",
3148
+ "name": "zeroCalendar",
2975
3149
  "declaration": {
2976
- "name": "zeroBreadcrumb",
2977
- "module": "src/breadcrumb/breadcrumb.ts"
3150
+ "name": "zeroCalendar",
3151
+ "module": "src/calendar/calendar.ts"
2978
3152
  }
2979
3153
  }
2980
3154
  ]
2981
3155
  },
2982
3156
  {
2983
3157
  "kind": "javascript-module",
2984
- "path": "src/breadcrumb/index.ts",
3158
+ "path": "src/calendar/index.ts",
2985
3159
  "declarations": [],
2986
3160
  "exports": [
2987
3161
  {
@@ -2989,7 +3163,7 @@
2989
3163
  "name": "*",
2990
3164
  "declaration": {
2991
3165
  "name": "*",
2992
- "package": "./breadcrumb.template"
3166
+ "package": "./calendar"
2993
3167
  }
2994
3168
  },
2995
3169
  {
@@ -2997,7 +3171,7 @@
2997
3171
  "name": "*",
2998
3172
  "declaration": {
2999
3173
  "name": "*",
3000
- "package": "./breadcrumb.styles"
3174
+ "package": "./calendar.styles"
3001
3175
  }
3002
3176
  },
3003
3177
  {
@@ -3005,14 +3179,14 @@
3005
3179
  "name": "*",
3006
3180
  "declaration": {
3007
3181
  "name": "*",
3008
- "package": "./breadcrumb"
3182
+ "package": "./calendar.template"
3009
3183
  }
3010
3184
  }
3011
3185
  ]
3012
3186
  },
3013
3187
  {
3014
3188
  "kind": "javascript-module",
3015
- "path": "src/calendar/calendar.stories.ts",
3189
+ "path": "src/card/card.stories.ts",
3016
3190
  "declarations": [
3017
3191
  {
3018
3192
  "kind": "variable",
@@ -3020,7 +3194,7 @@
3020
3194
  "type": {
3021
3195
  "text": "Meta"
3022
3196
  },
3023
- "default": "{\n title: 'Calendar',\n component: 'zero-calendar',\n}"
3197
+ "default": "{\n title: 'Card',\n component: 'zero-card',\n}"
3024
3198
  },
3025
3199
  {
3026
3200
  "kind": "variable",
@@ -3028,7 +3202,7 @@
3028
3202
  "type": {
3029
3203
  "text": "StoryObj"
3030
3204
  },
3031
- "default": "{\n args: {},\n render: () => html`\n <div style=\"${wrapperStyle}\">\n <zero-calendar\n id=\"zCalendar\"\n month=\"${new Date().getMonth() + 1}\"\n year=\"${new Date().getFullYear()}\"\n month-format=\"short\"\n weekday-format=\"narrow\"\n disabled-dates=\"${new Date().getMonth() + 1}-${new Date().getDate() > 1\n ? new Date().getDate() - 1\n : new Date().getDate() + 2}-${new Date().getFullYear()}\"\n selected-dates=\"${new Date().getMonth() +\n 1}-${new Date().getDate()}-${new Date().getFullYear()}\"\n >\n <div\n slot=\"${new Date().getMonth() + 1}-${new Date().getDate()}-${new Date().getFullYear()}\"\n >\n Test slot\n </div>\n </zero-calendar>\n </div>\n `,\n}"
3205
+ "default": "{\n args: {\n cardFillColor: '#2f353a',\n cardHeading: 'Card 1',\n cardText: 'This is a Rapid Card (and the only one with without extra fui elements!)',\n },\n render: ({ cardFillColor, cardHeading, cardText }) => html`\n <div style=\"${wrapperStyle} --zero-card-fill-color:${cardFillColor};\">\n <zero-card style=\"${cardStyle}\">\n <h6>${cardHeading}</h6>\n <span>${cardText}</span>\n </zero-card>\n </div>\n `,\n}"
3032
3206
  }
3033
3207
  ],
3034
3208
  "exports": [
@@ -3037,7 +3211,7 @@
3037
3211
  "name": "default",
3038
3212
  "declaration": {
3039
3213
  "name": "meta",
3040
- "module": "src/calendar/calendar.stories.ts"
3214
+ "module": "src/card/card.stories.ts"
3041
3215
  }
3042
3216
  },
3043
3217
  {
@@ -3045,46 +3219,60 @@
3045
3219
  "name": "Primary",
3046
3220
  "declaration": {
3047
3221
  "name": "Primary",
3048
- "module": "src/calendar/calendar.stories.ts"
3222
+ "module": "src/card/card.stories.ts"
3049
3223
  }
3050
3224
  }
3051
3225
  ]
3052
3226
  },
3053
3227
  {
3054
3228
  "kind": "javascript-module",
3055
- "path": "src/calendar/calendar.styles.ts",
3229
+ "path": "src/card/card.styles.ts",
3056
3230
  "declarations": [
3057
3231
  {
3058
3232
  "kind": "function",
3059
- "name": "zeroCalendarStyles",
3233
+ "name": "zeroCardStyles",
3060
3234
  "return": {
3061
3235
  "type": {
3062
3236
  "text": "ElementStyles"
3063
3237
  }
3064
- }
3238
+ },
3239
+ "parameters": [
3240
+ {
3241
+ "name": "context",
3242
+ "type": {
3243
+ "text": "ElementDefinitionContext"
3244
+ }
3245
+ },
3246
+ {
3247
+ "name": "definition",
3248
+ "type": {
3249
+ "text": "FoundationElementDefinition"
3250
+ }
3251
+ }
3252
+ ]
3065
3253
  }
3066
3254
  ],
3067
3255
  "exports": [
3068
3256
  {
3069
3257
  "kind": "js",
3070
- "name": "zeroCalendarStyles",
3258
+ "name": "zeroCardStyles",
3071
3259
  "declaration": {
3072
- "name": "zeroCalendarStyles",
3073
- "module": "src/calendar/calendar.styles.ts"
3260
+ "name": "zeroCardStyles",
3261
+ "module": "src/card/card.styles.ts"
3074
3262
  }
3075
3263
  }
3076
3264
  ]
3077
3265
  },
3078
3266
  {
3079
3267
  "kind": "javascript-module",
3080
- "path": "src/calendar/calendar.template.ts",
3268
+ "path": "src/card/card.template.ts",
3081
3269
  "declarations": [
3082
3270
  {
3083
3271
  "kind": "function",
3084
- "name": "zeroCalendarTemplate",
3272
+ "name": "zeroCardTemplate",
3085
3273
  "return": {
3086
3274
  "type": {
3087
- "text": "ViewTemplate<Calendar>"
3275
+ "text": "ViewTemplate<Card>"
3088
3276
  }
3089
3277
  },
3090
3278
  "parameters": [
@@ -3106,198 +3294,10 @@
3106
3294
  "exports": [
3107
3295
  {
3108
3296
  "kind": "js",
3109
- "name": "zeroCalendarTemplate",
3297
+ "name": "zeroCardTemplate",
3110
3298
  "declaration": {
3111
- "name": "zeroCalendarTemplate",
3112
- "module": "src/calendar/calendar.template.ts"
3113
- }
3114
- }
3115
- ]
3116
- },
3117
- {
3118
- "kind": "javascript-module",
3119
- "path": "src/calendar/calendar.ts",
3120
- "declarations": [
3121
- {
3122
- "kind": "class",
3123
- "description": "",
3124
- "name": "Calendar",
3125
- "superclass": {
3126
- "name": "FoundationCalendar",
3127
- "package": "@genesislcap/foundation-ui"
3128
- },
3129
- "tagName": "%%prefix%%-calendar",
3130
- "customElement": true
3131
- },
3132
- {
3133
- "kind": "variable",
3134
- "name": "zeroCalendar"
3135
- }
3136
- ],
3137
- "exports": [
3138
- {
3139
- "kind": "js",
3140
- "name": "Calendar",
3141
- "declaration": {
3142
- "name": "Calendar",
3143
- "module": "src/calendar/calendar.ts"
3144
- }
3145
- },
3146
- {
3147
- "kind": "js",
3148
- "name": "zeroCalendar",
3149
- "declaration": {
3150
- "name": "zeroCalendar",
3151
- "module": "src/calendar/calendar.ts"
3152
- }
3153
- }
3154
- ]
3155
- },
3156
- {
3157
- "kind": "javascript-module",
3158
- "path": "src/calendar/index.ts",
3159
- "declarations": [],
3160
- "exports": [
3161
- {
3162
- "kind": "js",
3163
- "name": "*",
3164
- "declaration": {
3165
- "name": "*",
3166
- "package": "./calendar"
3167
- }
3168
- },
3169
- {
3170
- "kind": "js",
3171
- "name": "*",
3172
- "declaration": {
3173
- "name": "*",
3174
- "package": "./calendar.styles"
3175
- }
3176
- },
3177
- {
3178
- "kind": "js",
3179
- "name": "*",
3180
- "declaration": {
3181
- "name": "*",
3182
- "package": "./calendar.template"
3183
- }
3184
- }
3185
- ]
3186
- },
3187
- {
3188
- "kind": "javascript-module",
3189
- "path": "src/card/card.stories.ts",
3190
- "declarations": [
3191
- {
3192
- "kind": "variable",
3193
- "name": "meta",
3194
- "type": {
3195
- "text": "Meta"
3196
- },
3197
- "default": "{\n title: 'Card',\n component: 'zero-card',\n}"
3198
- },
3199
- {
3200
- "kind": "variable",
3201
- "name": "Primary",
3202
- "type": {
3203
- "text": "StoryObj"
3204
- },
3205
- "default": "{\n args: {\n cardFillColor: '#2f353a',\n cardHeading: 'Card 1',\n cardText: 'This is a Rapid Card (and the only one with without extra fui elements!)',\n },\n render: ({ cardFillColor, cardHeading, cardText }) => html`\n <div style=\"${wrapperStyle} --zero-card-fill-color:${cardFillColor};\">\n <zero-card style=\"${cardStyle}\">\n <h6>${cardHeading}</h6>\n <span>${cardText}</span>\n </zero-card>\n </div>\n `,\n}"
3206
- }
3207
- ],
3208
- "exports": [
3209
- {
3210
- "kind": "js",
3211
- "name": "default",
3212
- "declaration": {
3213
- "name": "meta",
3214
- "module": "src/card/card.stories.ts"
3215
- }
3216
- },
3217
- {
3218
- "kind": "js",
3219
- "name": "Primary",
3220
- "declaration": {
3221
- "name": "Primary",
3222
- "module": "src/card/card.stories.ts"
3223
- }
3224
- }
3225
- ]
3226
- },
3227
- {
3228
- "kind": "javascript-module",
3229
- "path": "src/card/card.styles.ts",
3230
- "declarations": [
3231
- {
3232
- "kind": "function",
3233
- "name": "zeroCardStyles",
3234
- "return": {
3235
- "type": {
3236
- "text": "ElementStyles"
3237
- }
3238
- },
3239
- "parameters": [
3240
- {
3241
- "name": "context",
3242
- "type": {
3243
- "text": "ElementDefinitionContext"
3244
- }
3245
- },
3246
- {
3247
- "name": "definition",
3248
- "type": {
3249
- "text": "FoundationElementDefinition"
3250
- }
3251
- }
3252
- ]
3253
- }
3254
- ],
3255
- "exports": [
3256
- {
3257
- "kind": "js",
3258
- "name": "zeroCardStyles",
3259
- "declaration": {
3260
- "name": "zeroCardStyles",
3261
- "module": "src/card/card.styles.ts"
3262
- }
3263
- }
3264
- ]
3265
- },
3266
- {
3267
- "kind": "javascript-module",
3268
- "path": "src/card/card.template.ts",
3269
- "declarations": [
3270
- {
3271
- "kind": "function",
3272
- "name": "zeroCardTemplate",
3273
- "return": {
3274
- "type": {
3275
- "text": "ViewTemplate<Card>"
3276
- }
3277
- },
3278
- "parameters": [
3279
- {
3280
- "name": "context",
3281
- "type": {
3282
- "text": "ElementDefinitionContext"
3283
- }
3284
- },
3285
- {
3286
- "name": "definition",
3287
- "type": {
3288
- "text": "FoundationElementDefinition"
3289
- }
3290
- }
3291
- ]
3292
- }
3293
- ],
3294
- "exports": [
3295
- {
3296
- "kind": "js",
3297
- "name": "zeroCardTemplate",
3298
- "declaration": {
3299
- "name": "zeroCardTemplate",
3300
- "module": "src/card/card.template.ts"
3299
+ "name": "zeroCardTemplate",
3300
+ "module": "src/card/card.template.ts"
3301
3301
  }
3302
3302
  }
3303
3303
  ]
@@ -13379,7 +13379,7 @@
13379
13379
  },
13380
13380
  {
13381
13381
  "kind": "javascript-module",
13382
- "path": "src/text-area/index.ts",
13382
+ "path": "src/tabs/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": "./text-area"
13390
+ "package": "./tabs"
13391
13391
  }
13392
13392
  },
13393
13393
  {
@@ -13395,7 +13395,7 @@
13395
13395
  "name": "*",
13396
13396
  "declaration": {
13397
13397
  "name": "*",
13398
- "package": "./text-area.styles"
13398
+ "package": "./tabs.styles"
13399
13399
  }
13400
13400
  },
13401
13401
  {
@@ -13403,14 +13403,14 @@
13403
13403
  "name": "*",
13404
13404
  "declaration": {
13405
13405
  "name": "*",
13406
- "package": "./text-area.template"
13406
+ "package": "./tabs.template"
13407
13407
  }
13408
13408
  }
13409
13409
  ]
13410
13410
  },
13411
13411
  {
13412
13412
  "kind": "javascript-module",
13413
- "path": "src/text-area/text-area.stories.ts",
13413
+ "path": "src/tabs/tabs.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: 'Text Area',\n component: 'zero-text-area',\n}"
13421
+ "default": "{\n title: 'Tabs',\n component: 'zero-tabs',\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 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}"
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}"
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/text-area/text-area.stories.ts"
13438
+ "module": "src/tabs/tabs.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/text-area/text-area.stories.ts"
13446
+ "module": "src/tabs/tabs.stories.ts"
13447
13447
  }
13448
13448
  }
13449
13449
  ]
13450
13450
  },
13451
13451
  {
13452
13452
  "kind": "javascript-module",
13453
- "path": "src/text-area/text-area.styles.ts",
13453
+ "path": "src/tabs/tabs.styles.ts",
13454
13454
  "declarations": [
13455
13455
  {
13456
13456
  "kind": "function",
13457
- "name": "zeroTextAreaStyles",
13457
+ "name": "zeroTabsStyles",
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": "zeroTextAreaStyles",
13482
+ "name": "zeroTabsStyles",
13483
13483
  "declaration": {
13484
- "name": "zeroTextAreaStyles",
13485
- "module": "src/text-area/text-area.styles.ts"
13484
+ "name": "zeroTabsStyles",
13485
+ "module": "src/tabs/tabs.styles.ts"
13486
13486
  }
13487
13487
  }
13488
13488
  ]
13489
13489
  },
13490
13490
  {
13491
13491
  "kind": "javascript-module",
13492
- "path": "src/text-area/text-area.template.ts",
13492
+ "path": "src/tabs/tabs.template.ts",
13493
13493
  "declarations": [
13494
13494
  {
13495
13495
  "kind": "function",
13496
- "name": "zeroTextAreaTemplate",
13496
+ "name": "zeroTabsTemplate",
13497
13497
  "return": {
13498
13498
  "type": {
13499
- "text": "ViewTemplate<TextArea>"
13499
+ "text": "ViewTemplate<Tabs>"
13500
13500
  }
13501
13501
  },
13502
13502
  "parameters": [
@@ -13518,56 +13518,56 @@
13518
13518
  "exports": [
13519
13519
  {
13520
13520
  "kind": "js",
13521
- "name": "zeroTextAreaTemplate",
13521
+ "name": "zeroTabsTemplate",
13522
13522
  "declaration": {
13523
- "name": "zeroTextAreaTemplate",
13524
- "module": "src/text-area/text-area.template.ts"
13523
+ "name": "zeroTabsTemplate",
13524
+ "module": "src/tabs/tabs.template.ts"
13525
13525
  }
13526
13526
  }
13527
13527
  ]
13528
13528
  },
13529
13529
  {
13530
13530
  "kind": "javascript-module",
13531
- "path": "src/text-area/text-area.ts",
13531
+ "path": "src/tabs/tabs.ts",
13532
13532
  "declarations": [
13533
13533
  {
13534
13534
  "kind": "class",
13535
13535
  "description": "",
13536
- "name": "TextArea",
13536
+ "name": "Tabs",
13537
13537
  "superclass": {
13538
- "name": "FoundationTextArea",
13538
+ "name": "FoundationTabs",
13539
13539
  "package": "@genesislcap/foundation-ui"
13540
13540
  },
13541
- "tagName": "%%prefix%%-text-area",
13541
+ "tagName": "%%prefix%%-tabs",
13542
13542
  "customElement": true
13543
13543
  },
13544
13544
  {
13545
13545
  "kind": "variable",
13546
- "name": "zeroTextArea"
13546
+ "name": "zeroTabs"
13547
13547
  }
13548
13548
  ],
13549
13549
  "exports": [
13550
13550
  {
13551
13551
  "kind": "js",
13552
- "name": "TextArea",
13552
+ "name": "Tabs",
13553
13553
  "declaration": {
13554
- "name": "TextArea",
13555
- "module": "src/text-area/text-area.ts"
13554
+ "name": "Tabs",
13555
+ "module": "src/tabs/tabs.ts"
13556
13556
  }
13557
13557
  },
13558
13558
  {
13559
13559
  "kind": "js",
13560
- "name": "zeroTextArea",
13560
+ "name": "zeroTabs",
13561
13561
  "declaration": {
13562
- "name": "zeroTextArea",
13563
- "module": "src/text-area/text-area.ts"
13562
+ "name": "zeroTabs",
13563
+ "module": "src/tabs/tabs.ts"
13564
13564
  }
13565
13565
  }
13566
13566
  ]
13567
13567
  },
13568
13568
  {
13569
13569
  "kind": "javascript-module",
13570
- "path": "src/tabs/index.ts",
13570
+ "path": "src/text-area/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": "./tabs"
13578
+ "package": "./text-area"
13579
13579
  }
13580
13580
  },
13581
13581
  {
@@ -13583,7 +13583,7 @@
13583
13583
  "name": "*",
13584
13584
  "declaration": {
13585
13585
  "name": "*",
13586
- "package": "./tabs.styles"
13586
+ "package": "./text-area.styles"
13587
13587
  }
13588
13588
  },
13589
13589
  {
@@ -13591,14 +13591,14 @@
13591
13591
  "name": "*",
13592
13592
  "declaration": {
13593
13593
  "name": "*",
13594
- "package": "./tabs.template"
13594
+ "package": "./text-area.template"
13595
13595
  }
13596
13596
  }
13597
13597
  ]
13598
13598
  },
13599
13599
  {
13600
13600
  "kind": "javascript-module",
13601
- "path": "src/tabs/tabs.stories.ts",
13601
+ "path": "src/text-area/text-area.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: 'Tabs',\n component: 'zero-tabs',\n}"
13609
+ "default": "{\n title: 'Text Area',\n component: 'zero-text-area',\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 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}"
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}"
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/tabs/tabs.stories.ts"
13626
+ "module": "src/text-area/text-area.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/tabs/tabs.stories.ts"
13634
+ "module": "src/text-area/text-area.stories.ts"
13635
13635
  }
13636
13636
  }
13637
13637
  ]
13638
13638
  },
13639
13639
  {
13640
13640
  "kind": "javascript-module",
13641
- "path": "src/tabs/tabs.styles.ts",
13641
+ "path": "src/text-area/text-area.styles.ts",
13642
13642
  "declarations": [
13643
13643
  {
13644
13644
  "kind": "function",
13645
- "name": "zeroTabsStyles",
13645
+ "name": "zeroTextAreaStyles",
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": "zeroTabsStyles",
13670
+ "name": "zeroTextAreaStyles",
13671
13671
  "declaration": {
13672
- "name": "zeroTabsStyles",
13673
- "module": "src/tabs/tabs.styles.ts"
13672
+ "name": "zeroTextAreaStyles",
13673
+ "module": "src/text-area/text-area.styles.ts"
13674
13674
  }
13675
13675
  }
13676
13676
  ]
13677
13677
  },
13678
13678
  {
13679
13679
  "kind": "javascript-module",
13680
- "path": "src/tabs/tabs.template.ts",
13680
+ "path": "src/text-area/text-area.template.ts",
13681
13681
  "declarations": [
13682
13682
  {
13683
13683
  "kind": "function",
13684
- "name": "zeroTabsTemplate",
13684
+ "name": "zeroTextAreaTemplate",
13685
13685
  "return": {
13686
13686
  "type": {
13687
- "text": "ViewTemplate<Tabs>"
13687
+ "text": "ViewTemplate<TextArea>"
13688
13688
  }
13689
13689
  },
13690
13690
  "parameters": [
@@ -13706,49 +13706,49 @@
13706
13706
  "exports": [
13707
13707
  {
13708
13708
  "kind": "js",
13709
- "name": "zeroTabsTemplate",
13709
+ "name": "zeroTextAreaTemplate",
13710
13710
  "declaration": {
13711
- "name": "zeroTabsTemplate",
13712
- "module": "src/tabs/tabs.template.ts"
13711
+ "name": "zeroTextAreaTemplate",
13712
+ "module": "src/text-area/text-area.template.ts"
13713
13713
  }
13714
13714
  }
13715
13715
  ]
13716
13716
  },
13717
13717
  {
13718
13718
  "kind": "javascript-module",
13719
- "path": "src/tabs/tabs.ts",
13719
+ "path": "src/text-area/text-area.ts",
13720
13720
  "declarations": [
13721
13721
  {
13722
13722
  "kind": "class",
13723
13723
  "description": "",
13724
- "name": "Tabs",
13724
+ "name": "TextArea",
13725
13725
  "superclass": {
13726
- "name": "FoundationTabs",
13726
+ "name": "FoundationTextArea",
13727
13727
  "package": "@genesislcap/foundation-ui"
13728
13728
  },
13729
- "tagName": "%%prefix%%-tabs",
13729
+ "tagName": "%%prefix%%-text-area",
13730
13730
  "customElement": true
13731
13731
  },
13732
13732
  {
13733
13733
  "kind": "variable",
13734
- "name": "zeroTabs"
13734
+ "name": "zeroTextArea"
13735
13735
  }
13736
13736
  ],
13737
13737
  "exports": [
13738
13738
  {
13739
13739
  "kind": "js",
13740
- "name": "Tabs",
13740
+ "name": "TextArea",
13741
13741
  "declaration": {
13742
- "name": "Tabs",
13743
- "module": "src/tabs/tabs.ts"
13742
+ "name": "TextArea",
13743
+ "module": "src/text-area/text-area.ts"
13744
13744
  }
13745
13745
  },
13746
13746
  {
13747
13747
  "kind": "js",
13748
- "name": "zeroTabs",
13748
+ "name": "zeroTextArea",
13749
13749
  "declaration": {
13750
- "name": "zeroTabs",
13751
- "module": "src/tabs/tabs.ts"
13750
+ "name": "zeroTextArea",
13751
+ "module": "src/text-area/text-area.ts"
13752
13752
  }
13753
13753
  }
13754
13754
  ]
@@ -15239,70 +15239,371 @@
15239
15239
  },
15240
15240
  {
15241
15241
  "kind": "javascript-module",
15242
- "path": "src/_config/tokens/default.ts",
15243
- "declarations": [],
15242
+ "path": "src/_config/styles/colors.ts",
15243
+ "declarations": [
15244
+ {
15245
+ "kind": "function",
15246
+ "name": "whiteWebRGBA",
15247
+ "parameters": [
15248
+ {
15249
+ "name": "alpha",
15250
+ "default": "1.0",
15251
+ "type": {
15252
+ "text": "number"
15253
+ }
15254
+ }
15255
+ ]
15256
+ },
15257
+ {
15258
+ "kind": "function",
15259
+ "name": "blackWebRGBA",
15260
+ "parameters": [
15261
+ {
15262
+ "name": "alpha",
15263
+ "default": "1.0",
15264
+ "type": {
15265
+ "text": "number"
15266
+ }
15267
+ }
15268
+ ]
15269
+ },
15270
+ {
15271
+ "kind": "variable",
15272
+ "name": "rapidDefaultFillColor"
15273
+ },
15274
+ {
15275
+ "kind": "variable",
15276
+ "name": "rapidDefaultCardFillColor"
15277
+ },
15278
+ {
15279
+ "kind": "variable",
15280
+ "name": "rapidDefaultCardPalette"
15281
+ },
15282
+ {
15283
+ "kind": "function",
15284
+ "name": "primaryBlueWebRGBA",
15285
+ "parameters": [
15286
+ {
15287
+ "name": "alpha",
15288
+ "default": "1.0",
15289
+ "type": {
15290
+ "text": "number"
15291
+ }
15292
+ }
15293
+ ]
15294
+ },
15295
+ {
15296
+ "kind": "variable",
15297
+ "name": "accentBlueSwatch"
15298
+ },
15299
+ {
15300
+ "kind": "variable",
15301
+ "name": "accentBluePalette"
15302
+ },
15303
+ {
15304
+ "kind": "function",
15305
+ "name": "primaryPurpleWebRGBA",
15306
+ "parameters": [
15307
+ {
15308
+ "name": "alpha",
15309
+ "default": "1.0",
15310
+ "type": {
15311
+ "text": "number"
15312
+ }
15313
+ }
15314
+ ]
15315
+ },
15316
+ {
15317
+ "kind": "function",
15318
+ "name": "secondaryOrangeWebRGBA",
15319
+ "parameters": [
15320
+ {
15321
+ "name": "alpha",
15322
+ "default": "1.0",
15323
+ "type": {
15324
+ "text": "number"
15325
+ }
15326
+ }
15327
+ ]
15328
+ },
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
+ ],
15244
15395
  "exports": [
15245
15396
  {
15246
15397
  "kind": "js",
15247
- "name": "accentFillActive",
15398
+ "name": "whiteWebRGBA",
15248
15399
  "declaration": {
15249
- "name": "accentFillActive",
15250
- "package": "@microsoft/fast-components"
15400
+ "name": "whiteWebRGBA",
15401
+ "module": "src/_config/styles/colors.ts"
15251
15402
  }
15252
15403
  },
15253
15404
  {
15254
15405
  "kind": "js",
15255
- "name": "accentFillActiveDelta",
15406
+ "name": "blackWebRGBA",
15256
15407
  "declaration": {
15257
- "name": "accentFillActiveDelta",
15258
- "package": "@microsoft/fast-components"
15408
+ "name": "blackWebRGBA",
15409
+ "module": "src/_config/styles/colors.ts"
15259
15410
  }
15260
15411
  },
15261
15412
  {
15262
15413
  "kind": "js",
15263
- "name": "accentFillFocus",
15414
+ "name": "rapidDefaultFillColor",
15264
15415
  "declaration": {
15265
- "name": "accentFillFocus",
15266
- "package": "@microsoft/fast-components"
15416
+ "name": "rapidDefaultFillColor",
15417
+ "module": "src/_config/styles/colors.ts"
15267
15418
  }
15268
15419
  },
15269
15420
  {
15270
15421
  "kind": "js",
15271
- "name": "accentFillFocusDelta",
15422
+ "name": "rapidDefaultCardFillColor",
15272
15423
  "declaration": {
15273
- "name": "accentFillFocusDelta",
15274
- "package": "@microsoft/fast-components"
15424
+ "name": "rapidDefaultCardFillColor",
15425
+ "module": "src/_config/styles/colors.ts"
15275
15426
  }
15276
15427
  },
15277
15428
  {
15278
15429
  "kind": "js",
15279
- "name": "accentFillHover",
15430
+ "name": "rapidDefaultCardPalette",
15280
15431
  "declaration": {
15281
- "name": "accentFillHover",
15282
- "package": "@microsoft/fast-components"
15432
+ "name": "rapidDefaultCardPalette",
15433
+ "module": "src/_config/styles/colors.ts"
15283
15434
  }
15284
15435
  },
15285
15436
  {
15286
15437
  "kind": "js",
15287
- "name": "accentFillHoverDelta",
15438
+ "name": "primaryBlueWebRGBA",
15288
15439
  "declaration": {
15289
- "name": "accentFillHoverDelta",
15290
- "package": "@microsoft/fast-components"
15440
+ "name": "primaryBlueWebRGBA",
15441
+ "module": "src/_config/styles/colors.ts"
15291
15442
  }
15292
15443
  },
15293
15444
  {
15294
15445
  "kind": "js",
15295
- "name": "accentFillRest",
15446
+ "name": "accentBlueSwatch",
15296
15447
  "declaration": {
15297
- "name": "accentFillRest",
15298
- "package": "@microsoft/fast-components"
15448
+ "name": "accentBlueSwatch",
15449
+ "module": "src/_config/styles/colors.ts"
15299
15450
  }
15300
15451
  },
15301
15452
  {
15302
15453
  "kind": "js",
15303
- "name": "accentFillRestDelta",
15454
+ "name": "accentBluePalette",
15304
15455
  "declaration": {
15305
- "name": "accentFillRestDelta",
15456
+ "name": "accentBluePalette",
15457
+ "module": "src/_config/styles/colors.ts"
15458
+ }
15459
+ },
15460
+ {
15461
+ "kind": "js",
15462
+ "name": "primaryPurpleWebRGBA",
15463
+ "declaration": {
15464
+ "name": "primaryPurpleWebRGBA",
15465
+ "module": "src/_config/styles/colors.ts"
15466
+ }
15467
+ },
15468
+ {
15469
+ "kind": "js",
15470
+ "name": "secondaryOrangeWebRGBA",
15471
+ "declaration": {
15472
+ "name": "secondaryOrangeWebRGBA",
15473
+ "module": "src/_config/styles/colors.ts"
15474
+ }
15475
+ },
15476
+ {
15477
+ "kind": "js",
15478
+ "name": "secondaryTealWebRGBA",
15479
+ "declaration": {
15480
+ "name": "secondaryTealWebRGBA",
15481
+ "module": "src/_config/styles/colors.ts"
15482
+ }
15483
+ },
15484
+ {
15485
+ "kind": "js",
15486
+ "name": "longGreenWebRGBA",
15487
+ "declaration": {
15488
+ "name": "longGreenWebRGBA",
15489
+ "module": "src/_config/styles/colors.ts"
15490
+ }
15491
+ },
15492
+ {
15493
+ "kind": "js",
15494
+ "name": "shortPinkWebRGBA",
15495
+ "declaration": {
15496
+ "name": "shortPinkWebRGBA",
15497
+ "module": "src/_config/styles/colors.ts"
15498
+ }
15499
+ },
15500
+ {
15501
+ "kind": "js",
15502
+ "name": "warningYellowWebRGBA",
15503
+ "declaration": {
15504
+ "name": "warningYellowWebRGBA",
15505
+ "module": "src/_config/styles/colors.ts"
15506
+ }
15507
+ },
15508
+ {
15509
+ "kind": "js",
15510
+ "name": "chartPinkWebRGBA",
15511
+ "declaration": {
15512
+ "name": "chartPinkWebRGBA",
15513
+ "module": "src/_config/styles/colors.ts"
15514
+ }
15515
+ }
15516
+ ]
15517
+ },
15518
+ {
15519
+ "kind": "javascript-module",
15520
+ "path": "src/_config/styles/index.ts",
15521
+ "declarations": [],
15522
+ "exports": [
15523
+ {
15524
+ "kind": "js",
15525
+ "name": "*",
15526
+ "declaration": {
15527
+ "name": "*",
15528
+ "package": "./colors"
15529
+ }
15530
+ },
15531
+ {
15532
+ "kind": "js",
15533
+ "name": "*",
15534
+ "declaration": {
15535
+ "name": "*",
15536
+ "package": "./external/roboto-font"
15537
+ }
15538
+ }
15539
+ ]
15540
+ },
15541
+ {
15542
+ "kind": "javascript-module",
15543
+ "path": "src/_config/tokens/default.ts",
15544
+ "declarations": [],
15545
+ "exports": [
15546
+ {
15547
+ "kind": "js",
15548
+ "name": "accentFillActive",
15549
+ "declaration": {
15550
+ "name": "accentFillActive",
15551
+ "package": "@microsoft/fast-components"
15552
+ }
15553
+ },
15554
+ {
15555
+ "kind": "js",
15556
+ "name": "accentFillActiveDelta",
15557
+ "declaration": {
15558
+ "name": "accentFillActiveDelta",
15559
+ "package": "@microsoft/fast-components"
15560
+ }
15561
+ },
15562
+ {
15563
+ "kind": "js",
15564
+ "name": "accentFillFocus",
15565
+ "declaration": {
15566
+ "name": "accentFillFocus",
15567
+ "package": "@microsoft/fast-components"
15568
+ }
15569
+ },
15570
+ {
15571
+ "kind": "js",
15572
+ "name": "accentFillFocusDelta",
15573
+ "declaration": {
15574
+ "name": "accentFillFocusDelta",
15575
+ "package": "@microsoft/fast-components"
15576
+ }
15577
+ },
15578
+ {
15579
+ "kind": "js",
15580
+ "name": "accentFillHover",
15581
+ "declaration": {
15582
+ "name": "accentFillHover",
15583
+ "package": "@microsoft/fast-components"
15584
+ }
15585
+ },
15586
+ {
15587
+ "kind": "js",
15588
+ "name": "accentFillHoverDelta",
15589
+ "declaration": {
15590
+ "name": "accentFillHoverDelta",
15591
+ "package": "@microsoft/fast-components"
15592
+ }
15593
+ },
15594
+ {
15595
+ "kind": "js",
15596
+ "name": "accentFillRest",
15597
+ "declaration": {
15598
+ "name": "accentFillRest",
15599
+ "package": "@microsoft/fast-components"
15600
+ }
15601
+ },
15602
+ {
15603
+ "kind": "js",
15604
+ "name": "accentFillRestDelta",
15605
+ "declaration": {
15606
+ "name": "accentFillRestDelta",
15306
15607
  "package": "@microsoft/fast-components"
15307
15608
  }
15308
15609
  },
@@ -16131,307 +16432,6 @@
16131
16432
  }
16132
16433
  ]
16133
16434
  },
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",