@genesislcap/foundation-zero-grid-pro 14.401.1 → 14.401.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.
@@ -5055,6 +5055,21 @@
5055
5055
  }
5056
5056
  ]
5057
5057
  },
5058
+ {
5059
+ "kind": "javascript-module",
5060
+ "path": "src/themes/index.ts",
5061
+ "declarations": [],
5062
+ "exports": [
5063
+ {
5064
+ "kind": "js",
5065
+ "name": "*",
5066
+ "declaration": {
5067
+ "name": "*",
5068
+ "package": "./genesis-rapid/ag-theme-genesis-rapid"
5069
+ }
5070
+ }
5071
+ ]
5072
+ },
5058
5073
  {
5059
5074
  "kind": "javascript-module",
5060
5075
  "path": "src/style/colors.ts",
@@ -5142,21 +5157,6 @@
5142
5157
  }
5143
5158
  ]
5144
5159
  },
5145
- {
5146
- "kind": "javascript-module",
5147
- "path": "src/themes/index.ts",
5148
- "declarations": [],
5149
- "exports": [
5150
- {
5151
- "kind": "js",
5152
- "name": "*",
5153
- "declaration": {
5154
- "name": "*",
5155
- "package": "./genesis-rapid/ag-theme-genesis-rapid"
5156
- }
5157
- }
5158
- ]
5159
- },
5160
5160
  {
5161
5161
  "kind": "javascript-module",
5162
5162
  "path": "src/themes/genesis-rapid/ag-theme-genesis-rapid-css.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-zero-grid-pro",
3
3
  "description": "Genesis Foundation Zero Grid Pro",
4
- "version": "14.401.1",
4
+ "version": "14.401.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -37,17 +37,17 @@
37
37
  }
38
38
  },
39
39
  "devDependencies": {
40
- "@genesislcap/genx": "14.401.1",
41
- "@genesislcap/rollup-builder": "14.401.1",
42
- "@genesislcap/ts-builder": "14.401.1",
43
- "@genesislcap/uvu-playwright-builder": "14.401.1",
44
- "@genesislcap/vite-builder": "14.401.1",
45
- "@genesislcap/webpack-builder": "14.401.1"
40
+ "@genesislcap/genx": "14.401.2",
41
+ "@genesislcap/rollup-builder": "14.401.2",
42
+ "@genesislcap/ts-builder": "14.401.2",
43
+ "@genesislcap/uvu-playwright-builder": "14.401.2",
44
+ "@genesislcap/vite-builder": "14.401.2",
45
+ "@genesislcap/webpack-builder": "14.401.2"
46
46
  },
47
47
  "dependencies": {
48
- "@genesislcap/foundation-ui": "14.401.1",
49
- "@genesislcap/foundation-zero": "14.401.1",
50
- "@genesislcap/grid-pro": "14.401.1",
48
+ "@genesislcap/foundation-ui": "14.401.2",
49
+ "@genesislcap/foundation-zero": "14.401.2",
50
+ "@genesislcap/grid-pro": "14.401.2",
51
51
  "@microsoft/fast-colors": "5.3.1",
52
52
  "@microsoft/fast-components": "2.30.6",
53
53
  "@microsoft/fast-element": "1.14.0",
@@ -67,5 +67,5 @@
67
67
  "access": "public"
68
68
  },
69
69
  "customElements": "dist/custom-elements.json",
70
- "gitHead": "67e1a22a530940a9656775a0af0062847f407119"
70
+ "gitHead": "962c621bc4517795517825d5d8c932aad5f350fd"
71
71
  }