@genesislcap/foundation-zero-grid-pro 14.63.0 → 14.63.1-alpha-e78a361.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.
@@ -499,21 +499,6 @@
499
499
  }
500
500
  ]
501
501
  },
502
- {
503
- "kind": "javascript-module",
504
- "path": "src/themes/index.ts",
505
- "declarations": [],
506
- "exports": [
507
- {
508
- "kind": "js",
509
- "name": "*",
510
- "declaration": {
511
- "name": "*",
512
- "package": "./genesis-rapid/ag-theme-genesis-rapid"
513
- }
514
- }
515
- ]
516
- },
517
502
  {
518
503
  "kind": "javascript-module",
519
504
  "path": "src/style/colors.ts",
@@ -601,6 +586,21 @@
601
586
  }
602
587
  ]
603
588
  },
589
+ {
590
+ "kind": "javascript-module",
591
+ "path": "src/themes/index.ts",
592
+ "declarations": [],
593
+ "exports": [
594
+ {
595
+ "kind": "js",
596
+ "name": "*",
597
+ "declaration": {
598
+ "name": "*",
599
+ "package": "./genesis-rapid/ag-theme-genesis-rapid"
600
+ }
601
+ }
602
+ ]
603
+ },
604
604
  {
605
605
  "kind": "javascript-module",
606
606
  "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.63.0",
4
+ "version": "14.63.1-alpha-e78a361.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -24,15 +24,15 @@
24
24
  "serve": "genx serve"
25
25
  },
26
26
  "devDependencies": {
27
- "@genesislcap/genx": "14.63.0",
27
+ "@genesislcap/genx": "14.63.1-alpha-e78a361.0",
28
28
  "rimraf": "^3.0.2"
29
29
  },
30
30
  "dependencies": {
31
- "@genesislcap/foundation-comms": "14.63.0",
32
- "@genesislcap/foundation-ui": "14.63.0",
33
- "@genesislcap/foundation-utils": "14.63.0",
34
- "@genesislcap/foundation-zero": "14.63.0",
35
- "@genesislcap/grid-pro": "14.63.0",
31
+ "@genesislcap/foundation-comms": "14.63.1-alpha-e78a361.0",
32
+ "@genesislcap/foundation-ui": "14.63.1-alpha-e78a361.0",
33
+ "@genesislcap/foundation-utils": "14.63.1-alpha-e78a361.0",
34
+ "@genesislcap/foundation-zero": "14.63.1-alpha-e78a361.0",
35
+ "@genesislcap/grid-pro": "14.63.1-alpha-e78a361.0",
36
36
  "@microsoft/fast-colors": "^5.1.4",
37
37
  "@microsoft/fast-components": "^2.21.3",
38
38
  "@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": "8f0b586dcf840766f1799edde09d97b4c8c483a1"
57
+ "gitHead": "77fb024ea911346924f2405067b07d7a560ea5d8"
58
58
  }