@genesislcap/foundation-zero 14.79.1 → 14.79.2-alpha-9debc2e.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.
@@ -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",
@@ -2434,6 +2246,194 @@
2434
2246
  }
2435
2247
  ]
2436
2248
  },
2249
+ {
2250
+ "kind": "javascript-module",
2251
+ "path": "src/badge/badge.stories.ts",
2252
+ "declarations": [
2253
+ {
2254
+ "kind": "variable",
2255
+ "name": "meta",
2256
+ "type": {
2257
+ "text": "Meta"
2258
+ },
2259
+ "default": "{\n title: 'Badge',\n component: 'zero-badge',\n}"
2260
+ },
2261
+ {
2262
+ "kind": "variable",
2263
+ "name": "All",
2264
+ "type": {
2265
+ "text": "StoryObj"
2266
+ },
2267
+ "default": "{\n args: {\n fillColors,\n fontColors,\n badgeText: 'Rapid Badge',\n },\n ...StylesMapperTemplate,\n}"
2268
+ }
2269
+ ],
2270
+ "exports": [
2271
+ {
2272
+ "kind": "js",
2273
+ "name": "default",
2274
+ "declaration": {
2275
+ "name": "meta",
2276
+ "module": "src/badge/badge.stories.ts"
2277
+ }
2278
+ },
2279
+ {
2280
+ "kind": "js",
2281
+ "name": "All",
2282
+ "declaration": {
2283
+ "name": "All",
2284
+ "module": "src/badge/badge.stories.ts"
2285
+ }
2286
+ }
2287
+ ]
2288
+ },
2289
+ {
2290
+ "kind": "javascript-module",
2291
+ "path": "src/badge/badge.styles.ts",
2292
+ "declarations": [
2293
+ {
2294
+ "kind": "function",
2295
+ "name": "zeroBadgeStyles",
2296
+ "return": {
2297
+ "type": {
2298
+ "text": "ElementStyles"
2299
+ }
2300
+ },
2301
+ "parameters": [
2302
+ {
2303
+ "name": "context",
2304
+ "type": {
2305
+ "text": "ElementDefinitionContext"
2306
+ }
2307
+ },
2308
+ {
2309
+ "name": "definition",
2310
+ "type": {
2311
+ "text": "FoundationElementDefinition"
2312
+ }
2313
+ }
2314
+ ]
2315
+ }
2316
+ ],
2317
+ "exports": [
2318
+ {
2319
+ "kind": "js",
2320
+ "name": "zeroBadgeStyles",
2321
+ "declaration": {
2322
+ "name": "zeroBadgeStyles",
2323
+ "module": "src/badge/badge.styles.ts"
2324
+ }
2325
+ }
2326
+ ]
2327
+ },
2328
+ {
2329
+ "kind": "javascript-module",
2330
+ "path": "src/badge/badge.template.ts",
2331
+ "declarations": [
2332
+ {
2333
+ "kind": "function",
2334
+ "name": "zeroBadgeTemplate",
2335
+ "return": {
2336
+ "type": {
2337
+ "text": "ViewTemplate<Badge>"
2338
+ }
2339
+ },
2340
+ "parameters": [
2341
+ {
2342
+ "name": "context",
2343
+ "type": {
2344
+ "text": "ElementDefinitionContext"
2345
+ }
2346
+ },
2347
+ {
2348
+ "name": "definition",
2349
+ "type": {
2350
+ "text": "FoundationElementDefinition"
2351
+ }
2352
+ }
2353
+ ]
2354
+ }
2355
+ ],
2356
+ "exports": [
2357
+ {
2358
+ "kind": "js",
2359
+ "name": "zeroBadgeTemplate",
2360
+ "declaration": {
2361
+ "name": "zeroBadgeTemplate",
2362
+ "module": "src/badge/badge.template.ts"
2363
+ }
2364
+ }
2365
+ ]
2366
+ },
2367
+ {
2368
+ "kind": "javascript-module",
2369
+ "path": "src/badge/badge.ts",
2370
+ "declarations": [
2371
+ {
2372
+ "kind": "class",
2373
+ "description": "",
2374
+ "name": "Badge",
2375
+ "superclass": {
2376
+ "name": "FoundationBadge",
2377
+ "package": "@genesislcap/foundation-ui"
2378
+ },
2379
+ "tagName": "%%prefix%%-badge",
2380
+ "customElement": true
2381
+ },
2382
+ {
2383
+ "kind": "variable",
2384
+ "name": "zeroBadge"
2385
+ }
2386
+ ],
2387
+ "exports": [
2388
+ {
2389
+ "kind": "js",
2390
+ "name": "Badge",
2391
+ "declaration": {
2392
+ "name": "Badge",
2393
+ "module": "src/badge/badge.ts"
2394
+ }
2395
+ },
2396
+ {
2397
+ "kind": "js",
2398
+ "name": "zeroBadge",
2399
+ "declaration": {
2400
+ "name": "zeroBadge",
2401
+ "module": "src/badge/badge.ts"
2402
+ }
2403
+ }
2404
+ ]
2405
+ },
2406
+ {
2407
+ "kind": "javascript-module",
2408
+ "path": "src/badge/index.ts",
2409
+ "declarations": [],
2410
+ "exports": [
2411
+ {
2412
+ "kind": "js",
2413
+ "name": "*",
2414
+ "declaration": {
2415
+ "name": "*",
2416
+ "package": "./badge"
2417
+ }
2418
+ },
2419
+ {
2420
+ "kind": "js",
2421
+ "name": "*",
2422
+ "declaration": {
2423
+ "name": "*",
2424
+ "package": "./badge.styles"
2425
+ }
2426
+ },
2427
+ {
2428
+ "kind": "js",
2429
+ "name": "*",
2430
+ "declaration": {
2431
+ "name": "*",
2432
+ "package": "./badge.template"
2433
+ }
2434
+ }
2435
+ ]
2436
+ },
2437
2437
  {
2438
2438
  "kind": "javascript-module",
2439
2439
  "path": "src/breadcrumb/breadcrumb.stories.ts",
@@ -13079,7 +13079,7 @@
13079
13079
  },
13080
13080
  {
13081
13081
  "kind": "javascript-module",
13082
- "path": "src/tab/index.ts",
13082
+ "path": "src/tab-panel/index.ts",
13083
13083
  "declarations": [],
13084
13084
  "exports": [
13085
13085
  {
@@ -13087,7 +13087,7 @@
13087
13087
  "name": "*",
13088
13088
  "declaration": {
13089
13089
  "name": "*",
13090
- "package": "./tab"
13090
+ "package": "./tab-panel"
13091
13091
  }
13092
13092
  },
13093
13093
  {
@@ -13095,7 +13095,7 @@
13095
13095
  "name": "*",
13096
13096
  "declaration": {
13097
13097
  "name": "*",
13098
- "package": "./tab.styles"
13098
+ "package": "./tab-panel.styles"
13099
13099
  }
13100
13100
  },
13101
13101
  {
@@ -13103,18 +13103,18 @@
13103
13103
  "name": "*",
13104
13104
  "declaration": {
13105
13105
  "name": "*",
13106
- "package": "./tab.template"
13106
+ "package": "./tab-panel.template"
13107
13107
  }
13108
13108
  }
13109
13109
  ]
13110
13110
  },
13111
13111
  {
13112
13112
  "kind": "javascript-module",
13113
- "path": "src/tab/tab.styles.ts",
13113
+ "path": "src/tab-panel/tab-panel.styles.ts",
13114
13114
  "declarations": [
13115
13115
  {
13116
13116
  "kind": "function",
13117
- "name": "zeroTabStyles",
13117
+ "name": "zeroTabPanelStyles",
13118
13118
  "return": {
13119
13119
  "type": {
13120
13120
  "text": "ElementStyles"
@@ -13139,24 +13139,24 @@
13139
13139
  "exports": [
13140
13140
  {
13141
13141
  "kind": "js",
13142
- "name": "zeroTabStyles",
13142
+ "name": "zeroTabPanelStyles",
13143
13143
  "declaration": {
13144
- "name": "zeroTabStyles",
13145
- "module": "src/tab/tab.styles.ts"
13144
+ "name": "zeroTabPanelStyles",
13145
+ "module": "src/tab-panel/tab-panel.styles.ts"
13146
13146
  }
13147
13147
  }
13148
13148
  ]
13149
13149
  },
13150
13150
  {
13151
13151
  "kind": "javascript-module",
13152
- "path": "src/tab/tab.template.ts",
13152
+ "path": "src/tab-panel/tab-panel.template.ts",
13153
13153
  "declarations": [
13154
13154
  {
13155
13155
  "kind": "function",
13156
- "name": "zeroTabTemplate",
13156
+ "name": "zeroTabPanelTemplate",
13157
13157
  "return": {
13158
13158
  "type": {
13159
- "text": "ViewTemplate<Tab>"
13159
+ "text": "ViewTemplate<TabPanel>"
13160
13160
  }
13161
13161
  },
13162
13162
  "parameters": [
@@ -13178,56 +13178,56 @@
13178
13178
  "exports": [
13179
13179
  {
13180
13180
  "kind": "js",
13181
- "name": "zeroTabTemplate",
13181
+ "name": "zeroTabPanelTemplate",
13182
13182
  "declaration": {
13183
- "name": "zeroTabTemplate",
13184
- "module": "src/tab/tab.template.ts"
13183
+ "name": "zeroTabPanelTemplate",
13184
+ "module": "src/tab-panel/tab-panel.template.ts"
13185
13185
  }
13186
13186
  }
13187
13187
  ]
13188
13188
  },
13189
13189
  {
13190
13190
  "kind": "javascript-module",
13191
- "path": "src/tab/tab.ts",
13191
+ "path": "src/tab-panel/tab-panel.ts",
13192
13192
  "declarations": [
13193
13193
  {
13194
13194
  "kind": "class",
13195
13195
  "description": "",
13196
- "name": "Tab",
13196
+ "name": "TabPanel",
13197
13197
  "superclass": {
13198
- "name": "FoundationTab",
13198
+ "name": "FoundationTabPanel",
13199
13199
  "package": "@genesislcap/foundation-ui"
13200
13200
  },
13201
- "tagName": "%%prefix%%-tab",
13201
+ "tagName": "%%prefix%%-tab-panel",
13202
13202
  "customElement": true
13203
13203
  },
13204
13204
  {
13205
13205
  "kind": "variable",
13206
- "name": "zeroTab"
13206
+ "name": "zeroTabPanel"
13207
13207
  }
13208
13208
  ],
13209
13209
  "exports": [
13210
13210
  {
13211
13211
  "kind": "js",
13212
- "name": "Tab",
13212
+ "name": "TabPanel",
13213
13213
  "declaration": {
13214
- "name": "Tab",
13215
- "module": "src/tab/tab.ts"
13214
+ "name": "TabPanel",
13215
+ "module": "src/tab-panel/tab-panel.ts"
13216
13216
  }
13217
13217
  },
13218
13218
  {
13219
13219
  "kind": "js",
13220
- "name": "zeroTab",
13220
+ "name": "zeroTabPanel",
13221
13221
  "declaration": {
13222
- "name": "zeroTab",
13223
- "module": "src/tab/tab.ts"
13222
+ "name": "zeroTabPanel",
13223
+ "module": "src/tab-panel/tab-panel.ts"
13224
13224
  }
13225
13225
  }
13226
13226
  ]
13227
13227
  },
13228
13228
  {
13229
13229
  "kind": "javascript-module",
13230
- "path": "src/tab-panel/index.ts",
13230
+ "path": "src/tab/index.ts",
13231
13231
  "declarations": [],
13232
13232
  "exports": [
13233
13233
  {
@@ -13235,7 +13235,7 @@
13235
13235
  "name": "*",
13236
13236
  "declaration": {
13237
13237
  "name": "*",
13238
- "package": "./tab-panel"
13238
+ "package": "./tab"
13239
13239
  }
13240
13240
  },
13241
13241
  {
@@ -13243,7 +13243,7 @@
13243
13243
  "name": "*",
13244
13244
  "declaration": {
13245
13245
  "name": "*",
13246
- "package": "./tab-panel.styles"
13246
+ "package": "./tab.styles"
13247
13247
  }
13248
13248
  },
13249
13249
  {
@@ -13251,18 +13251,18 @@
13251
13251
  "name": "*",
13252
13252
  "declaration": {
13253
13253
  "name": "*",
13254
- "package": "./tab-panel.template"
13254
+ "package": "./tab.template"
13255
13255
  }
13256
13256
  }
13257
13257
  ]
13258
13258
  },
13259
13259
  {
13260
13260
  "kind": "javascript-module",
13261
- "path": "src/tab-panel/tab-panel.styles.ts",
13261
+ "path": "src/tab/tab.styles.ts",
13262
13262
  "declarations": [
13263
13263
  {
13264
13264
  "kind": "function",
13265
- "name": "zeroTabPanelStyles",
13265
+ "name": "zeroTabStyles",
13266
13266
  "return": {
13267
13267
  "type": {
13268
13268
  "text": "ElementStyles"
@@ -13287,24 +13287,24 @@
13287
13287
  "exports": [
13288
13288
  {
13289
13289
  "kind": "js",
13290
- "name": "zeroTabPanelStyles",
13290
+ "name": "zeroTabStyles",
13291
13291
  "declaration": {
13292
- "name": "zeroTabPanelStyles",
13293
- "module": "src/tab-panel/tab-panel.styles.ts"
13292
+ "name": "zeroTabStyles",
13293
+ "module": "src/tab/tab.styles.ts"
13294
13294
  }
13295
13295
  }
13296
13296
  ]
13297
13297
  },
13298
13298
  {
13299
13299
  "kind": "javascript-module",
13300
- "path": "src/tab-panel/tab-panel.template.ts",
13300
+ "path": "src/tab/tab.template.ts",
13301
13301
  "declarations": [
13302
13302
  {
13303
13303
  "kind": "function",
13304
- "name": "zeroTabPanelTemplate",
13304
+ "name": "zeroTabTemplate",
13305
13305
  "return": {
13306
13306
  "type": {
13307
- "text": "ViewTemplate<TabPanel>"
13307
+ "text": "ViewTemplate<Tab>"
13308
13308
  }
13309
13309
  },
13310
13310
  "parameters": [
@@ -13326,49 +13326,49 @@
13326
13326
  "exports": [
13327
13327
  {
13328
13328
  "kind": "js",
13329
- "name": "zeroTabPanelTemplate",
13329
+ "name": "zeroTabTemplate",
13330
13330
  "declaration": {
13331
- "name": "zeroTabPanelTemplate",
13332
- "module": "src/tab-panel/tab-panel.template.ts"
13331
+ "name": "zeroTabTemplate",
13332
+ "module": "src/tab/tab.template.ts"
13333
13333
  }
13334
13334
  }
13335
13335
  ]
13336
13336
  },
13337
13337
  {
13338
13338
  "kind": "javascript-module",
13339
- "path": "src/tab-panel/tab-panel.ts",
13339
+ "path": "src/tab/tab.ts",
13340
13340
  "declarations": [
13341
13341
  {
13342
13342
  "kind": "class",
13343
13343
  "description": "",
13344
- "name": "TabPanel",
13344
+ "name": "Tab",
13345
13345
  "superclass": {
13346
- "name": "FoundationTabPanel",
13346
+ "name": "FoundationTab",
13347
13347
  "package": "@genesislcap/foundation-ui"
13348
13348
  },
13349
- "tagName": "%%prefix%%-tab-panel",
13349
+ "tagName": "%%prefix%%-tab",
13350
13350
  "customElement": true
13351
13351
  },
13352
13352
  {
13353
13353
  "kind": "variable",
13354
- "name": "zeroTabPanel"
13354
+ "name": "zeroTab"
13355
13355
  }
13356
13356
  ],
13357
13357
  "exports": [
13358
13358
  {
13359
13359
  "kind": "js",
13360
- "name": "TabPanel",
13360
+ "name": "Tab",
13361
13361
  "declaration": {
13362
- "name": "TabPanel",
13363
- "module": "src/tab-panel/tab-panel.ts"
13362
+ "name": "Tab",
13363
+ "module": "src/tab/tab.ts"
13364
13364
  }
13365
13365
  },
13366
13366
  {
13367
13367
  "kind": "js",
13368
- "name": "zeroTabPanel",
13368
+ "name": "zeroTab",
13369
13369
  "declaration": {
13370
- "name": "zeroTabPanel",
13371
- "module": "src/tab-panel/tab-panel.ts"
13370
+ "name": "zeroTab",
13371
+ "module": "src/tab/tab.ts"
13372
13372
  }
13373
13373
  }
13374
13374
  ]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-zero",
3
3
  "description": "Genesis Foundation Zero Design System",
4
- "version": "14.79.1",
4
+ "version": "14.79.2-alpha-9debc2e.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -62,7 +62,7 @@
62
62
  "storybook": "storybook dev -p 6006"
63
63
  },
64
64
  "devDependencies": {
65
- "@genesislcap/genx": "14.79.1",
65
+ "@genesislcap/genx": "14.79.2-alpha-9debc2e.0",
66
66
  "@storybook/addon-essentials": "^7.1.0",
67
67
  "@storybook/addon-links": "^7.1.0",
68
68
  "@storybook/addons": "^7.1.0",
@@ -75,9 +75,9 @@
75
75
  "storybook": "^7.1.0"
76
76
  },
77
77
  "dependencies": {
78
- "@genesislcap/foundation-comms": "14.79.1",
79
- "@genesislcap/foundation-ui": "14.79.1",
80
- "@genesislcap/foundation-utils": "14.79.1",
78
+ "@genesislcap/foundation-comms": "14.79.2-alpha-9debc2e.0",
79
+ "@genesislcap/foundation-ui": "14.79.2-alpha-9debc2e.0",
80
+ "@genesislcap/foundation-utils": "14.79.2-alpha-9debc2e.0",
81
81
  "@microsoft/fast-colors": "^5.1.4",
82
82
  "@microsoft/fast-components": "^2.21.3",
83
83
  "@microsoft/fast-element": "^1.7.0",
@@ -94,5 +94,5 @@
94
94
  "access": "public"
95
95
  },
96
96
  "customElements": "dist/custom-elements.json",
97
- "gitHead": "f6631dc2350244ee9f1ea5fe24ef0eaadca32c1a"
97
+ "gitHead": "ec3885e8c184ec6ff0234a716ddece0ee6e066e1"
98
98
  }