@genesislcap/foundation-ui 14.192.0 → 14.192.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.
@@ -862,37 +862,6 @@
862
862
  }
863
863
  ]
864
864
  },
865
- {
866
- "kind": "javascript-module",
867
- "path": "src/_config/index.ts",
868
- "declarations": [],
869
- "exports": [
870
- {
871
- "kind": "js",
872
- "name": "*",
873
- "declaration": {
874
- "name": "*",
875
- "package": "./styles"
876
- }
877
- },
878
- {
879
- "kind": "js",
880
- "name": "*",
881
- "declaration": {
882
- "name": "*",
883
- "package": "./tokens"
884
- }
885
- },
886
- {
887
- "kind": "js",
888
- "name": "*",
889
- "declaration": {
890
- "name": "*",
891
- "package": "./values"
892
- }
893
- }
894
- ]
895
- },
896
865
  {
897
866
  "kind": "javascript-module",
898
867
  "path": "src/accordion/accordion.styles.ts",
@@ -1469,6 +1438,37 @@
1469
1438
  }
1470
1439
  ]
1471
1440
  },
1441
+ {
1442
+ "kind": "javascript-module",
1443
+ "path": "src/_config/index.ts",
1444
+ "declarations": [],
1445
+ "exports": [
1446
+ {
1447
+ "kind": "js",
1448
+ "name": "*",
1449
+ "declaration": {
1450
+ "name": "*",
1451
+ "package": "./styles"
1452
+ }
1453
+ },
1454
+ {
1455
+ "kind": "js",
1456
+ "name": "*",
1457
+ "declaration": {
1458
+ "name": "*",
1459
+ "package": "./tokens"
1460
+ }
1461
+ },
1462
+ {
1463
+ "kind": "js",
1464
+ "name": "*",
1465
+ "declaration": {
1466
+ "name": "*",
1467
+ "package": "./values"
1468
+ }
1469
+ }
1470
+ ]
1471
+ },
1472
1472
  {
1473
1473
  "kind": "javascript-module",
1474
1474
  "path": "src/actions-menu/actions-menu.styles.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-ui",
3
3
  "description": "Genesis Foundation UI",
4
- "version": "14.192.0",
4
+ "version": "14.192.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -82,13 +82,13 @@
82
82
  }
83
83
  },
84
84
  "devDependencies": {
85
- "@genesislcap/foundation-testing": "14.192.0",
86
- "@genesislcap/genx": "14.192.0",
87
- "@genesislcap/rollup-builder": "14.192.0",
88
- "@genesislcap/ts-builder": "14.192.0",
89
- "@genesislcap/uvu-playwright-builder": "14.192.0",
90
- "@genesislcap/vite-builder": "14.192.0",
91
- "@genesislcap/webpack-builder": "14.192.0",
85
+ "@genesislcap/foundation-testing": "14.192.2",
86
+ "@genesislcap/genx": "14.192.2",
87
+ "@genesislcap/rollup-builder": "14.192.2",
88
+ "@genesislcap/ts-builder": "14.192.2",
89
+ "@genesislcap/uvu-playwright-builder": "14.192.2",
90
+ "@genesislcap/vite-builder": "14.192.2",
91
+ "@genesislcap/webpack-builder": "14.192.2",
92
92
  "copyfiles": "^2.4.1",
93
93
  "rimraf": "^5.0.0",
94
94
  "rxjs": "^7.5.4"
@@ -99,13 +99,13 @@
99
99
  "@fortawesome/free-regular-svg-icons": "^6.2.1",
100
100
  "@fortawesome/free-solid-svg-icons": "^6.2.1",
101
101
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
102
- "@genesislcap/foundation-comms": "14.192.0",
103
- "@genesislcap/foundation-criteria": "14.192.0",
104
- "@genesislcap/foundation-errors": "14.192.0",
105
- "@genesislcap/foundation-logger": "14.192.0",
106
- "@genesislcap/foundation-notifications": "14.192.0",
107
- "@genesislcap/foundation-user": "14.192.0",
108
- "@genesislcap/foundation-utils": "14.192.0",
102
+ "@genesislcap/foundation-comms": "14.192.2",
103
+ "@genesislcap/foundation-criteria": "14.192.2",
104
+ "@genesislcap/foundation-errors": "14.192.2",
105
+ "@genesislcap/foundation-logger": "14.192.2",
106
+ "@genesislcap/foundation-notifications": "14.192.2",
107
+ "@genesislcap/foundation-user": "14.192.2",
108
+ "@genesislcap/foundation-utils": "14.192.2",
109
109
  "@microsoft/fast-colors": "^5.3.1",
110
110
  "@microsoft/fast-components": "^2.30.6",
111
111
  "@microsoft/fast-element": "^1.12.0",
@@ -127,5 +127,5 @@
127
127
  "access": "public"
128
128
  },
129
129
  "customElements": "dist/custom-elements.json",
130
- "gitHead": "655e23ada5211eb8986f1bead581ea9d0b772732"
130
+ "gitHead": "13ed924325bd278f45f1ec1437d78ea26542d27c"
131
131
  }