@genesislcap/foundation-ui 14.354.5 → 14.354.6

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.
@@ -1263,37 +1263,6 @@
1263
1263
  }
1264
1264
  ]
1265
1265
  },
1266
- {
1267
- "kind": "javascript-module",
1268
- "path": "src/_config/index.ts",
1269
- "declarations": [],
1270
- "exports": [
1271
- {
1272
- "kind": "js",
1273
- "name": "*",
1274
- "declaration": {
1275
- "name": "*",
1276
- "package": "./styles"
1277
- }
1278
- },
1279
- {
1280
- "kind": "js",
1281
- "name": "*",
1282
- "declaration": {
1283
- "name": "*",
1284
- "package": "./tokens"
1285
- }
1286
- },
1287
- {
1288
- "kind": "js",
1289
- "name": "*",
1290
- "declaration": {
1291
- "name": "*",
1292
- "package": "./values"
1293
- }
1294
- }
1295
- ]
1296
- },
1297
1266
  {
1298
1267
  "kind": "javascript-module",
1299
1268
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -2247,6 +2216,37 @@
2247
2216
  }
2248
2217
  ]
2249
2218
  },
2219
+ {
2220
+ "kind": "javascript-module",
2221
+ "path": "src/_config/index.ts",
2222
+ "declarations": [],
2223
+ "exports": [
2224
+ {
2225
+ "kind": "js",
2226
+ "name": "*",
2227
+ "declaration": {
2228
+ "name": "*",
2229
+ "package": "./styles"
2230
+ }
2231
+ },
2232
+ {
2233
+ "kind": "js",
2234
+ "name": "*",
2235
+ "declaration": {
2236
+ "name": "*",
2237
+ "package": "./tokens"
2238
+ }
2239
+ },
2240
+ {
2241
+ "kind": "js",
2242
+ "name": "*",
2243
+ "declaration": {
2244
+ "name": "*",
2245
+ "package": "./values"
2246
+ }
2247
+ }
2248
+ ]
2249
+ },
2250
2250
  {
2251
2251
  "kind": "javascript-module",
2252
2252
  "path": "src/accordion/accordion.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.354.5",
4
+ "version": "14.354.6",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -83,13 +83,13 @@
83
83
  }
84
84
  },
85
85
  "devDependencies": {
86
- "@genesislcap/foundation-testing": "14.354.5",
87
- "@genesislcap/genx": "14.354.5",
88
- "@genesislcap/rollup-builder": "14.354.5",
89
- "@genesislcap/ts-builder": "14.354.5",
90
- "@genesislcap/uvu-playwright-builder": "14.354.5",
91
- "@genesislcap/vite-builder": "14.354.5",
92
- "@genesislcap/webpack-builder": "14.354.5",
86
+ "@genesislcap/foundation-testing": "14.354.6",
87
+ "@genesislcap/genx": "14.354.6",
88
+ "@genesislcap/rollup-builder": "14.354.6",
89
+ "@genesislcap/ts-builder": "14.354.6",
90
+ "@genesislcap/uvu-playwright-builder": "14.354.6",
91
+ "@genesislcap/vite-builder": "14.354.6",
92
+ "@genesislcap/webpack-builder": "14.354.6",
93
93
  "copyfiles": "^2.4.1"
94
94
  },
95
95
  "dependencies": {
@@ -98,15 +98,15 @@
98
98
  "@fortawesome/free-regular-svg-icons": "^6.2.1",
99
99
  "@fortawesome/free-solid-svg-icons": "^6.2.1",
100
100
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
101
- "@genesislcap/expression-builder": "14.354.5",
102
- "@genesislcap/foundation-comms": "14.354.5",
103
- "@genesislcap/foundation-criteria": "14.354.5",
104
- "@genesislcap/foundation-errors": "14.354.5",
105
- "@genesislcap/foundation-events": "14.354.5",
106
- "@genesislcap/foundation-logger": "14.354.5",
107
- "@genesislcap/foundation-notifications": "14.354.5",
108
- "@genesislcap/foundation-user": "14.354.5",
109
- "@genesislcap/foundation-utils": "14.354.5",
101
+ "@genesislcap/expression-builder": "14.354.6",
102
+ "@genesislcap/foundation-comms": "14.354.6",
103
+ "@genesislcap/foundation-criteria": "14.354.6",
104
+ "@genesislcap/foundation-errors": "14.354.6",
105
+ "@genesislcap/foundation-events": "14.354.6",
106
+ "@genesislcap/foundation-logger": "14.354.6",
107
+ "@genesislcap/foundation-notifications": "14.354.6",
108
+ "@genesislcap/foundation-user": "14.354.6",
109
+ "@genesislcap/foundation-utils": "14.354.6",
110
110
  "@microsoft/fast-colors": "5.3.1",
111
111
  "@microsoft/fast-components": "2.30.6",
112
112
  "@microsoft/fast-element": "1.14.0",
@@ -128,5 +128,5 @@
128
128
  "access": "public"
129
129
  },
130
130
  "customElements": "dist/custom-elements.json",
131
- "gitHead": "4bb6cbe72fd31709d75f857fac011d24f9c68683"
131
+ "gitHead": "fa8ca4d1ae0351d86a7e3561124c246a6fd2063f"
132
132
  }