@genesislcap/foundation-zero-grid-pro 14.147.1-alpha-e3b7ca7.0 → 14.148.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.
@@ -4006,21 +4006,6 @@
4006
4006
  }
4007
4007
  ]
4008
4008
  },
4009
- {
4010
- "kind": "javascript-module",
4011
- "path": "src/themes/index.ts",
4012
- "declarations": [],
4013
- "exports": [
4014
- {
4015
- "kind": "js",
4016
- "name": "*",
4017
- "declaration": {
4018
- "name": "*",
4019
- "package": "./genesis-rapid/ag-theme-genesis-rapid"
4020
- }
4021
- }
4022
- ]
4023
- },
4024
4009
  {
4025
4010
  "kind": "javascript-module",
4026
4011
  "path": "src/style/colors.ts",
@@ -4108,6 +4093,21 @@
4108
4093
  }
4109
4094
  ]
4110
4095
  },
4096
+ {
4097
+ "kind": "javascript-module",
4098
+ "path": "src/themes/index.ts",
4099
+ "declarations": [],
4100
+ "exports": [
4101
+ {
4102
+ "kind": "js",
4103
+ "name": "*",
4104
+ "declaration": {
4105
+ "name": "*",
4106
+ "package": "./genesis-rapid/ag-theme-genesis-rapid"
4107
+ }
4108
+ }
4109
+ ]
4110
+ },
4111
4111
  {
4112
4112
  "kind": "javascript-module",
4113
4113
  "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.147.1-alpha-e3b7ca7.0",
4
+ "version": "14.148.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,18 +27,18 @@
27
27
  "serve": "genx serve"
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/genx": "14.147.1-alpha-e3b7ca7.0",
31
- "@genesislcap/rollup-builder": "14.147.1-alpha-e3b7ca7.0",
32
- "@genesislcap/ts-builder": "14.147.1-alpha-e3b7ca7.0",
33
- "@genesislcap/uvu-playwright-builder": "14.147.1-alpha-e3b7ca7.0",
34
- "@genesislcap/vite-builder": "14.147.1-alpha-e3b7ca7.0",
35
- "@genesislcap/webpack-builder": "14.147.1-alpha-e3b7ca7.0",
30
+ "@genesislcap/genx": "14.148.0",
31
+ "@genesislcap/rollup-builder": "14.148.0",
32
+ "@genesislcap/ts-builder": "14.148.0",
33
+ "@genesislcap/uvu-playwright-builder": "14.148.0",
34
+ "@genesislcap/vite-builder": "14.148.0",
35
+ "@genesislcap/webpack-builder": "14.148.0",
36
36
  "rimraf": "^3.0.2"
37
37
  },
38
38
  "dependencies": {
39
- "@genesislcap/foundation-ui": "14.147.1-alpha-e3b7ca7.0",
40
- "@genesislcap/foundation-zero": "14.147.1-alpha-e3b7ca7.0",
41
- "@genesislcap/grid-pro": "14.147.1-alpha-e3b7ca7.0",
39
+ "@genesislcap/foundation-ui": "14.148.0",
40
+ "@genesislcap/foundation-zero": "14.148.0",
41
+ "@genesislcap/grid-pro": "14.148.0",
42
42
  "@microsoft/fast-colors": "^5.3.1",
43
43
  "@microsoft/fast-components": "^2.30.6",
44
44
  "@microsoft/fast-element": "^1.12.0",
@@ -59,5 +59,5 @@
59
59
  "access": "public"
60
60
  },
61
61
  "customElements": "dist/custom-elements.json",
62
- "gitHead": "843eb1b1f6b9ab5e1f2725dd4175e1478d9c9c0b"
62
+ "gitHead": "18e7851814a2c8025b486040224ff19b84fca29b"
63
63
  }