@genesislcap/foundation-zero 14.484.0 → 14.484.2-alpha-92fa356.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.
@@ -898,37 +898,6 @@
898
898
  }
899
899
  ]
900
900
  },
901
- {
902
- "kind": "javascript-module",
903
- "path": "src/_config/index.ts",
904
- "declarations": [],
905
- "exports": [
906
- {
907
- "kind": "js",
908
- "name": "*",
909
- "declaration": {
910
- "name": "*",
911
- "package": "./styles"
912
- }
913
- },
914
- {
915
- "kind": "js",
916
- "name": "*",
917
- "declaration": {
918
- "name": "*",
919
- "package": "./tokens"
920
- }
921
- },
922
- {
923
- "kind": "js",
924
- "name": "*",
925
- "declaration": {
926
- "name": "*",
927
- "package": "./values"
928
- }
929
- }
930
- ]
931
- },
932
901
  {
933
902
  "kind": "javascript-module",
934
903
  "path": "src/accordion/accordion.styles.ts",
@@ -1770,6 +1739,37 @@
1770
1739
  }
1771
1740
  ]
1772
1741
  },
1742
+ {
1743
+ "kind": "javascript-module",
1744
+ "path": "src/_config/index.ts",
1745
+ "declarations": [],
1746
+ "exports": [
1747
+ {
1748
+ "kind": "js",
1749
+ "name": "*",
1750
+ "declaration": {
1751
+ "name": "*",
1752
+ "package": "./styles"
1753
+ }
1754
+ },
1755
+ {
1756
+ "kind": "js",
1757
+ "name": "*",
1758
+ "declaration": {
1759
+ "name": "*",
1760
+ "package": "./tokens"
1761
+ }
1762
+ },
1763
+ {
1764
+ "kind": "js",
1765
+ "name": "*",
1766
+ "declaration": {
1767
+ "name": "*",
1768
+ "package": "./values"
1769
+ }
1770
+ }
1771
+ ]
1772
+ },
1773
1773
  {
1774
1774
  "kind": "javascript-module",
1775
1775
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -27235,7 +27235,7 @@
27235
27235
  "kind": "field",
27236
27236
  "name": "dataSub",
27237
27237
  "type": {
27238
- "text": "Subscription"
27238
+ "text": "Subscription | undefined"
27239
27239
  },
27240
27240
  "privacy": "protected",
27241
27241
  "inheritedFrom": {
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.484.0",
4
+ "version": "14.484.2-alpha-92fa356.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -73,18 +73,18 @@
73
73
  },
74
74
  "devDependencies": {
75
75
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
76
- "@genesislcap/genx": "14.484.0",
77
- "@genesislcap/rollup-builder": "14.484.0",
78
- "@genesislcap/ts-builder": "14.484.0",
79
- "@genesislcap/uvu-playwright-builder": "14.484.0",
80
- "@genesislcap/vite-builder": "14.484.0",
81
- "@genesislcap/webpack-builder": "14.484.0"
76
+ "@genesislcap/genx": "14.484.2-alpha-92fa356.0",
77
+ "@genesislcap/rollup-builder": "14.484.2-alpha-92fa356.0",
78
+ "@genesislcap/ts-builder": "14.484.2-alpha-92fa356.0",
79
+ "@genesislcap/uvu-playwright-builder": "14.484.2-alpha-92fa356.0",
80
+ "@genesislcap/vite-builder": "14.484.2-alpha-92fa356.0",
81
+ "@genesislcap/webpack-builder": "14.484.2-alpha-92fa356.0"
82
82
  },
83
83
  "dependencies": {
84
- "@genesislcap/foundation-comms": "14.484.0",
85
- "@genesislcap/foundation-logger": "14.484.0",
86
- "@genesislcap/foundation-ui": "14.484.0",
87
- "@genesislcap/foundation-utils": "14.484.0",
84
+ "@genesislcap/foundation-comms": "14.484.2-alpha-92fa356.0",
85
+ "@genesislcap/foundation-logger": "14.484.2-alpha-92fa356.0",
86
+ "@genesislcap/foundation-ui": "14.484.2-alpha-92fa356.0",
87
+ "@genesislcap/foundation-utils": "14.484.2-alpha-92fa356.0",
88
88
  "@microsoft/fast-colors": "5.3.1",
89
89
  "@microsoft/fast-components": "2.30.6",
90
90
  "@microsoft/fast-element": "1.14.0",
@@ -111,5 +111,5 @@
111
111
  "require": "./dist/react.cjs"
112
112
  }
113
113
  },
114
- "gitHead": "1ec7b2318e2447c2cd3ad877666b6fd1f3b87c05"
114
+ "gitHead": "efa674fc6417ae0f01c8c0b8a9d267525136c039"
115
115
  }