@genesislcap/foundation-zero-grid-pro 14.105.0 → 14.106.1

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.
@@ -663,9 +663,9 @@
663
663
  },
664
664
  {
665
665
  "kind": "field",
666
- "name": "gridProGenesisDatasource",
666
+ "name": "gridProDatasource",
667
667
  "type": {
668
- "text": "GridProGenesisDatasource"
668
+ "text": "GridProBaseDatasource"
669
669
  },
670
670
  "readonly": true,
671
671
  "inheritedFrom": {
@@ -3036,21 +3036,6 @@
3036
3036
  }
3037
3037
  ]
3038
3038
  },
3039
- {
3040
- "kind": "javascript-module",
3041
- "path": "src/themes/index.ts",
3042
- "declarations": [],
3043
- "exports": [
3044
- {
3045
- "kind": "js",
3046
- "name": "*",
3047
- "declaration": {
3048
- "name": "*",
3049
- "package": "./genesis-rapid/ag-theme-genesis-rapid"
3050
- }
3051
- }
3052
- ]
3053
- },
3054
3039
  {
3055
3040
  "kind": "javascript-module",
3056
3041
  "path": "src/style/colors.ts",
@@ -3138,6 +3123,21 @@
3138
3123
  }
3139
3124
  ]
3140
3125
  },
3126
+ {
3127
+ "kind": "javascript-module",
3128
+ "path": "src/themes/index.ts",
3129
+ "declarations": [],
3130
+ "exports": [
3131
+ {
3132
+ "kind": "js",
3133
+ "name": "*",
3134
+ "declaration": {
3135
+ "name": "*",
3136
+ "package": "./genesis-rapid/ag-theme-genesis-rapid"
3137
+ }
3138
+ }
3139
+ ]
3140
+ },
3141
3141
  {
3142
3142
  "kind": "javascript-module",
3143
3143
  "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.105.0",
4
+ "version": "14.106.1",
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.105.0",
30
+ "@genesislcap/genx": "14.106.1",
31
31
  "rimraf": "^3.0.2"
32
32
  },
33
33
  "dependencies": {
34
- "@genesislcap/foundation-ui": "14.105.0",
35
- "@genesislcap/foundation-zero": "14.105.0",
36
- "@genesislcap/grid-pro": "14.105.0",
34
+ "@genesislcap/foundation-ui": "14.106.1",
35
+ "@genesislcap/foundation-zero": "14.106.1",
36
+ "@genesislcap/grid-pro": "14.106.1",
37
37
  "@microsoft/fast-colors": "^5.1.4",
38
38
  "@microsoft/fast-components": "^2.21.3",
39
39
  "@microsoft/fast-element": "^1.7.0",
@@ -54,5 +54,5 @@
54
54
  "access": "public"
55
55
  },
56
56
  "customElements": "dist/custom-elements.json",
57
- "gitHead": "55eb8d2e16c039fc572b575c92fcca51460ba55b"
57
+ "gitHead": "abe6f8e19c3146391711a0cb44d5bb101def1093"
58
58
  }