@genesislcap/foundation-ui 14.192.1 → 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.
@@ -1044,37 +1044,6 @@
1044
1044
  }
1045
1045
  ]
1046
1046
  },
1047
- {
1048
- "kind": "javascript-module",
1049
- "path": "src/_config/index.ts",
1050
- "declarations": [],
1051
- "exports": [
1052
- {
1053
- "kind": "js",
1054
- "name": "*",
1055
- "declaration": {
1056
- "name": "*",
1057
- "package": "./styles"
1058
- }
1059
- },
1060
- {
1061
- "kind": "js",
1062
- "name": "*",
1063
- "declaration": {
1064
- "name": "*",
1065
- "package": "./tokens"
1066
- }
1067
- },
1068
- {
1069
- "kind": "js",
1070
- "name": "*",
1071
- "declaration": {
1072
- "name": "*",
1073
- "package": "./values"
1074
- }
1075
- }
1076
- ]
1077
- },
1078
1047
  {
1079
1048
  "kind": "javascript-module",
1080
1049
  "path": "src/accordion-item/accordion-item.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.1",
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.1",
86
- "@genesislcap/genx": "14.192.1",
87
- "@genesislcap/rollup-builder": "14.192.1",
88
- "@genesislcap/ts-builder": "14.192.1",
89
- "@genesislcap/uvu-playwright-builder": "14.192.1",
90
- "@genesislcap/vite-builder": "14.192.1",
91
- "@genesislcap/webpack-builder": "14.192.1",
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.1",
103
- "@genesislcap/foundation-criteria": "14.192.1",
104
- "@genesislcap/foundation-errors": "14.192.1",
105
- "@genesislcap/foundation-logger": "14.192.1",
106
- "@genesislcap/foundation-notifications": "14.192.1",
107
- "@genesislcap/foundation-user": "14.192.1",
108
- "@genesislcap/foundation-utils": "14.192.1",
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": "a29aa171eb4bd0a83c1787bdcfb0351f77ff0cc5"
130
+ "gitHead": "13ed924325bd278f45f1ec1437d78ea26542d27c"
131
131
  }