@genesislcap/foundation-zero-grid-pro 14.461.2-GENC-1346.1 → 14.461.2-GENC-1346.2
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.
- package/dist/custom-elements.json +15 -15
- package/package.json +11 -11
|
@@ -5430,6 +5430,21 @@
|
|
|
5430
5430
|
}
|
|
5431
5431
|
]
|
|
5432
5432
|
},
|
|
5433
|
+
{
|
|
5434
|
+
"kind": "javascript-module",
|
|
5435
|
+
"path": "src/themes/index.ts",
|
|
5436
|
+
"declarations": [],
|
|
5437
|
+
"exports": [
|
|
5438
|
+
{
|
|
5439
|
+
"kind": "js",
|
|
5440
|
+
"name": "*",
|
|
5441
|
+
"declaration": {
|
|
5442
|
+
"name": "*",
|
|
5443
|
+
"package": "./genesis-rapid/ag-theme-genesis-rapid"
|
|
5444
|
+
}
|
|
5445
|
+
}
|
|
5446
|
+
]
|
|
5447
|
+
},
|
|
5433
5448
|
{
|
|
5434
5449
|
"kind": "javascript-module",
|
|
5435
5450
|
"path": "src/style/colors.ts",
|
|
@@ -5517,21 +5532,6 @@
|
|
|
5517
5532
|
}
|
|
5518
5533
|
]
|
|
5519
5534
|
},
|
|
5520
|
-
{
|
|
5521
|
-
"kind": "javascript-module",
|
|
5522
|
-
"path": "src/themes/index.ts",
|
|
5523
|
-
"declarations": [],
|
|
5524
|
-
"exports": [
|
|
5525
|
-
{
|
|
5526
|
-
"kind": "js",
|
|
5527
|
-
"name": "*",
|
|
5528
|
-
"declaration": {
|
|
5529
|
-
"name": "*",
|
|
5530
|
-
"package": "./genesis-rapid/ag-theme-genesis-rapid"
|
|
5531
|
-
}
|
|
5532
|
-
}
|
|
5533
|
-
]
|
|
5534
|
-
},
|
|
5535
5535
|
{
|
|
5536
5536
|
"kind": "javascript-module",
|
|
5537
5537
|
"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.461.2-GENC-1346.
|
|
4
|
+
"version": "14.461.2-GENC-1346.2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -37,17 +37,17 @@
|
|
|
37
37
|
}
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@genesislcap/genx": "14.461.2-GENC-1346.
|
|
41
|
-
"@genesislcap/rollup-builder": "14.461.2-GENC-1346.
|
|
42
|
-
"@genesislcap/ts-builder": "14.461.2-GENC-1346.
|
|
43
|
-
"@genesislcap/uvu-playwright-builder": "14.461.2-GENC-1346.
|
|
44
|
-
"@genesislcap/vite-builder": "14.461.2-GENC-1346.
|
|
45
|
-
"@genesislcap/webpack-builder": "14.461.2-GENC-1346.
|
|
40
|
+
"@genesislcap/genx": "14.461.2-GENC-1346.2",
|
|
41
|
+
"@genesislcap/rollup-builder": "14.461.2-GENC-1346.2",
|
|
42
|
+
"@genesislcap/ts-builder": "14.461.2-GENC-1346.2",
|
|
43
|
+
"@genesislcap/uvu-playwright-builder": "14.461.2-GENC-1346.2",
|
|
44
|
+
"@genesislcap/vite-builder": "14.461.2-GENC-1346.2",
|
|
45
|
+
"@genesislcap/webpack-builder": "14.461.2-GENC-1346.2"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@genesislcap/foundation-ui": "14.461.2-GENC-1346.
|
|
49
|
-
"@genesislcap/foundation-zero": "14.461.2-GENC-1346.
|
|
50
|
-
"@genesislcap/grid-pro": "14.461.2-GENC-1346.
|
|
48
|
+
"@genesislcap/foundation-ui": "14.461.2-GENC-1346.2",
|
|
49
|
+
"@genesislcap/foundation-zero": "14.461.2-GENC-1346.2",
|
|
50
|
+
"@genesislcap/grid-pro": "14.461.2-GENC-1346.2",
|
|
51
51
|
"@microsoft/fast-colors": "5.3.1",
|
|
52
52
|
"@microsoft/fast-components": "2.30.6",
|
|
53
53
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"require": "./dist/react.cjs"
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "3ec878a6b7ebccb132dd854250ca5abe8e4a337e"
|
|
82
82
|
}
|