@genesislcap/foundation-zero-grid-pro 14.130.0 → 14.131.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,21 +3925,6 @@
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
- },
3943
3928
  {
3944
3929
  "kind": "javascript-module",
3945
3930
  "path": "src/style/colors.ts",
@@ -4027,6 +4012,21 @@
4027
4012
  }
4028
4013
  ]
4029
4014
  },
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.130.0",
4
+ "version": "14.131.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.130.0",
30
+ "@genesislcap/genx": "14.131.0",
31
31
  "rimraf": "^3.0.2"
32
32
  },
33
33
  "dependencies": {
34
- "@genesislcap/foundation-ui": "14.130.0",
35
- "@genesislcap/foundation-zero": "14.130.0",
36
- "@genesislcap/grid-pro": "14.130.0",
34
+ "@genesislcap/foundation-ui": "14.131.0",
35
+ "@genesislcap/foundation-zero": "14.131.0",
36
+ "@genesislcap/grid-pro": "14.131.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": "71ae81e8e14cdc1564c23459c56db3b53b1f1109"
57
+ "gitHead": "9700c4db04186e6579ff05be972fbab156dd0272"
58
58
  }