@genesislcap/foundation-zero 14.26.8-alpha-64bb9e2.0 → 14.27.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.
Files changed (1) hide show
  1. package/package.json +41 -6
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.26.8-alpha-64bb9e2.0",
4
+ "version": "14.27.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -10,6 +10,41 @@
10
10
  "PREFIX": "zero",
11
11
  "PORT": 4020
12
12
  },
13
+ "genx": {
14
+ "federation": {
15
+ "remotes": [
16
+ "@genesislcap/foundation-ui"
17
+ ],
18
+ "exposes": {
19
+ "./index": "./src/index.federated.ts",
20
+ "./utils": "./src/utils/index.ts",
21
+ "./Anchor": "./src/anchor/index.ts",
22
+ "./Badge": "./src/badge/index.ts",
23
+ "./Button": "./src/button/index.ts",
24
+ "./Card": "./src/card/index.ts",
25
+ "./Checkbox": "./src/checkbox/index.ts",
26
+ "./DataGrid": "./src/data-grid/index.ts",
27
+ "./DesignSystemProvider": "./src/design-system-provider/index.ts",
28
+ "./Dialog": "./src/dialog/index.ts",
29
+ "./Disclosure": "./src/disclosure/index.ts",
30
+ "./Divider": "./src/divider/index.ts",
31
+ "./Flipper": "./src/flipper/index.ts",
32
+ "./ListboxOption": "./src/listbox-option/index.ts",
33
+ "./Modal": "./src/modal/index.ts",
34
+ "./Radio": "./src/radio/index.ts",
35
+ "./RadioGroup": "./src/radio-group/index.ts",
36
+ "./Select": "./src/select/index.ts",
37
+ "./Skeleton": "./src/skeleton/index.ts",
38
+ "./Tab": "./src/tab/index.ts",
39
+ "./TabPanel": "./src/tab-panel/index.ts",
40
+ "./Tabs": "./src/tabs/index.ts",
41
+ "./TextField": "./src/text-field/index.ts",
42
+ "./Toolbar": "./src/toolbar/index.ts",
43
+ "./Tooltip": "./src/tooltip/index.ts",
44
+ "./ZeroDesignSystem": "./src/index.ts"
45
+ }
46
+ }
47
+ },
13
48
  "scripts": {
14
49
  "build": "genx build",
15
50
  "build-storybook": "genx clean storybook-static && storybook build",
@@ -27,7 +62,7 @@
27
62
  "storybook": "storybook dev -p 6006"
28
63
  },
29
64
  "devDependencies": {
30
- "@genesislcap/genx": "14.26.8-alpha-64bb9e2.0",
65
+ "@genesislcap/genx": "^14.27.0",
31
66
  "@playwright/test": "^1.18.1",
32
67
  "@storybook/addon-essentials": "^7.0.0",
33
68
  "@storybook/addon-links": "^7.0.0",
@@ -49,9 +84,9 @@
49
84
  "watchlist": "^0.3.1"
50
85
  },
51
86
  "dependencies": {
52
- "@genesislcap/foundation-comms": "14.26.8-alpha-64bb9e2.0",
53
- "@genesislcap/foundation-ui": "14.26.8-alpha-64bb9e2.0",
54
- "@genesislcap/foundation-utils": "14.26.8-alpha-64bb9e2.0",
87
+ "@genesislcap/foundation-comms": "^14.27.0",
88
+ "@genesislcap/foundation-ui": "^14.27.0",
89
+ "@genesislcap/foundation-utils": "^14.27.0",
55
90
  "@microsoft/fast-colors": "^5.1.4",
56
91
  "@microsoft/fast-components": "^2.21.3",
57
92
  "@microsoft/fast-element": "^1.7.0",
@@ -68,5 +103,5 @@
68
103
  "access": "public"
69
104
  },
70
105
  "customElements": "dist/custom-elements.json",
71
- "gitHead": "dd3a56be32df4c463d53b61d67e802de7266995e"
106
+ "gitHead": "1a9014d142a55fa36af122935e0a6c111810fe8d"
72
107
  }