@genesislcap/foundation-zero-grid-pro 14.134.0 → 14.136.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.
@@ -3925,6 +3925,21 @@
3925
3925
  }
3926
3926
  ]
3927
3927
  },
3928
+ {
3929
+ "kind": "javascript-module",
3930
+ "path": "src/themes/index.ts",
3931
+ "declarations": [],
3932
+ "exports": [
3933
+ {
3934
+ "kind": "js",
3935
+ "name": "*",
3936
+ "declaration": {
3937
+ "name": "*",
3938
+ "package": "./genesis-rapid/ag-theme-genesis-rapid"
3939
+ }
3940
+ }
3941
+ ]
3942
+ },
3928
3943
  {
3929
3944
  "kind": "javascript-module",
3930
3945
  "path": "src/style/colors.ts",
@@ -4012,21 +4027,6 @@
4012
4027
  }
4013
4028
  ]
4014
4029
  },
4015
- {
4016
- "kind": "javascript-module",
4017
- "path": "src/themes/index.ts",
4018
- "declarations": [],
4019
- "exports": [
4020
- {
4021
- "kind": "js",
4022
- "name": "*",
4023
- "declaration": {
4024
- "name": "*",
4025
- "package": "./genesis-rapid/ag-theme-genesis-rapid"
4026
- }
4027
- }
4028
- ]
4029
- },
4030
4030
  {
4031
4031
  "kind": "javascript-module",
4032
4032
  "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.134.0",
4
+ "version": "14.136.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,13 +27,13 @@
27
27
  "serve": "genx serve"
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/genx": "14.134.0",
30
+ "@genesislcap/genx": "14.136.0",
31
31
  "rimraf": "^3.0.2"
32
32
  },
33
33
  "dependencies": {
34
- "@genesislcap/foundation-ui": "14.134.0",
35
- "@genesislcap/foundation-zero": "14.134.0",
36
- "@genesislcap/grid-pro": "14.134.0",
34
+ "@genesislcap/foundation-ui": "14.136.0",
35
+ "@genesislcap/foundation-zero": "14.136.0",
36
+ "@genesislcap/grid-pro": "14.136.0",
37
37
  "@microsoft/fast-colors": "^5.3.1",
38
38
  "@microsoft/fast-components": "^2.30.6",
39
39
  "@microsoft/fast-element": "^1.12.0",
@@ -54,5 +54,5 @@
54
54
  "access": "public"
55
55
  },
56
56
  "customElements": "dist/custom-elements.json",
57
- "gitHead": "2e07ccefac615ca60229b55ffed0da7ed23dfeca"
57
+ "gitHead": "0056e1c9602a30db4d30802cdfe48e7489d0abcd"
58
58
  }