@genesislcap/foundation-ui 15.3.4 → 15.3.5

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.
@@ -1422,37 +1422,6 @@
1422
1422
  }
1423
1423
  ]
1424
1424
  },
1425
- {
1426
- "kind": "javascript-module",
1427
- "path": "src/_config/index.ts",
1428
- "declarations": [],
1429
- "exports": [
1430
- {
1431
- "kind": "js",
1432
- "name": "*",
1433
- "declaration": {
1434
- "name": "*",
1435
- "package": "./styles"
1436
- }
1437
- },
1438
- {
1439
- "kind": "js",
1440
- "name": "*",
1441
- "declaration": {
1442
- "name": "*",
1443
- "package": "./tokens"
1444
- }
1445
- },
1446
- {
1447
- "kind": "js",
1448
- "name": "*",
1449
- "declaration": {
1450
- "name": "*",
1451
- "package": "./values"
1452
- }
1453
- }
1454
- ]
1455
- },
1456
1425
  {
1457
1426
  "kind": "javascript-module",
1458
1427
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1847,6 +1816,37 @@
1847
1816
  }
1848
1817
  ]
1849
1818
  },
1819
+ {
1820
+ "kind": "javascript-module",
1821
+ "path": "src/_config/index.ts",
1822
+ "declarations": [],
1823
+ "exports": [
1824
+ {
1825
+ "kind": "js",
1826
+ "name": "*",
1827
+ "declaration": {
1828
+ "name": "*",
1829
+ "package": "./styles"
1830
+ }
1831
+ },
1832
+ {
1833
+ "kind": "js",
1834
+ "name": "*",
1835
+ "declaration": {
1836
+ "name": "*",
1837
+ "package": "./tokens"
1838
+ }
1839
+ },
1840
+ {
1841
+ "kind": "js",
1842
+ "name": "*",
1843
+ "declaration": {
1844
+ "name": "*",
1845
+ "package": "./values"
1846
+ }
1847
+ }
1848
+ ]
1849
+ },
1850
1850
  {
1851
1851
  "kind": "javascript-module",
1852
1852
  "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": "15.3.4",
4
+ "version": "15.3.5",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -85,13 +85,13 @@
85
85
  }
86
86
  },
87
87
  "devDependencies": {
88
- "@genesislcap/foundation-testing": "15.3.4",
89
- "@genesislcap/genx": "15.3.4",
90
- "@genesislcap/rollup-builder": "15.3.4",
91
- "@genesislcap/ts-builder": "15.3.4",
92
- "@genesislcap/uvu-playwright-builder": "15.3.4",
93
- "@genesislcap/vite-builder": "15.3.4",
94
- "@genesislcap/webpack-builder": "15.3.4",
88
+ "@genesislcap/foundation-testing": "15.3.5",
89
+ "@genesislcap/genx": "15.3.5",
90
+ "@genesislcap/rollup-builder": "15.3.5",
91
+ "@genesislcap/ts-builder": "15.3.5",
92
+ "@genesislcap/uvu-playwright-builder": "15.3.5",
93
+ "@genesislcap/vite-builder": "15.3.5",
94
+ "@genesislcap/webpack-builder": "15.3.5",
95
95
  "copyfiles": "^2.4.1"
96
96
  },
97
97
  "dependencies": {
@@ -100,16 +100,16 @@
100
100
  "@fortawesome/free-regular-svg-icons": "^6.2.1",
101
101
  "@fortawesome/free-solid-svg-icons": "^6.2.1",
102
102
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
103
- "@genesislcap/expression-builder": "15.3.4",
104
- "@genesislcap/foundation-ai": "15.3.4",
105
- "@genesislcap/foundation-comms": "15.3.4",
106
- "@genesislcap/foundation-criteria": "15.3.4",
107
- "@genesislcap/foundation-errors": "15.3.4",
108
- "@genesislcap/foundation-events": "15.3.4",
109
- "@genesislcap/foundation-logger": "15.3.4",
110
- "@genesislcap/foundation-notifications": "15.3.4",
111
- "@genesislcap/foundation-user": "15.3.4",
112
- "@genesislcap/foundation-utils": "15.3.4",
103
+ "@genesislcap/expression-builder": "15.3.5",
104
+ "@genesislcap/foundation-ai": "15.3.5",
105
+ "@genesislcap/foundation-comms": "15.3.5",
106
+ "@genesislcap/foundation-criteria": "15.3.5",
107
+ "@genesislcap/foundation-errors": "15.3.5",
108
+ "@genesislcap/foundation-events": "15.3.5",
109
+ "@genesislcap/foundation-logger": "15.3.5",
110
+ "@genesislcap/foundation-notifications": "15.3.5",
111
+ "@genesislcap/foundation-user": "15.3.5",
112
+ "@genesislcap/foundation-utils": "15.3.5",
113
113
  "@microsoft/fast-colors": "5.3.1",
114
114
  "@microsoft/fast-components": "2.30.6",
115
115
  "@microsoft/fast-element": "1.14.0",
@@ -142,5 +142,5 @@
142
142
  "require": "./dist/react.cjs"
143
143
  }
144
144
  },
145
- "gitHead": "191a57bd28a112b5cd2b282a9c0dbb8c8b689617"
145
+ "gitHead": "dc772a3a6f1b3d1c249f1ffae27a13d29878609c"
146
146
  }