@genesislcap/foundation-utils 14.307.1 → 14.307.3

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.
@@ -306,6 +306,15 @@ export namespace Genesis {
306
306
  // @public
307
307
  export const GENESIS_SOCKET_URL: string;
308
308
 
309
+ // @public
310
+ export function getAllElements(root: Element | Document): Element[];
311
+
312
+ // @public
313
+ export function getCurrentDesignSystem(element: HTMLElement, fallbackPrefix: string): {
314
+ element: HTMLElement | null;
315
+ prefix: string;
316
+ };
317
+
309
318
  // @public
310
319
  export function getCurrentDesignSystemPrefix(element: HTMLElement, fallbackPrefix: string): string;
311
320
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-utils",
3
3
  "description": "Genesis Foundation Utils",
4
- "version": "14.307.1",
4
+ "version": "14.307.3",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,18 +27,18 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.307.1",
31
- "@genesislcap/genx": "14.307.1",
32
- "@genesislcap/rollup-builder": "14.307.1",
33
- "@genesislcap/ts-builder": "14.307.1",
34
- "@genesislcap/uvu-playwright-builder": "14.307.1",
35
- "@genesislcap/vite-builder": "14.307.1",
36
- "@genesislcap/webpack-builder": "14.307.1",
30
+ "@genesislcap/foundation-testing": "14.307.3",
31
+ "@genesislcap/genx": "14.307.3",
32
+ "@genesislcap/rollup-builder": "14.307.3",
33
+ "@genesislcap/ts-builder": "14.307.3",
34
+ "@genesislcap/uvu-playwright-builder": "14.307.3",
35
+ "@genesislcap/vite-builder": "14.307.3",
36
+ "@genesislcap/webpack-builder": "14.307.3",
37
37
  "@types/json-schema": "^7.0.11"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/expression-builder": "14.307.1",
41
- "@genesislcap/foundation-logger": "14.307.1",
40
+ "@genesislcap/expression-builder": "14.307.3",
41
+ "@genesislcap/foundation-logger": "14.307.3",
42
42
  "@microsoft/fast-components": "2.30.6",
43
43
  "@microsoft/fast-element": "1.14.0",
44
44
  "@microsoft/fast-foundation": "2.49.6",
@@ -55,5 +55,5 @@
55
55
  "access": "public"
56
56
  },
57
57
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "3316d0415337b2bcb033eae8fcead5a550920cf9"
58
+ "gitHead": "a6bf424ee6ddd2dee5758ca81d960dc1308b1bb0"
59
59
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"dom.d.ts","sourceRoot":"","sources":["../../../src/styles/dom.ts"],"names":[],"mappings":"AAEA;;;;;;;GAOG;AACH,eAAO,MAAM,qBAAqB,GAAI,SAAS,MAAM,EAAE,gBAAgB,MAAM,KAAG,CAAC,MAAM,IAAI,CAyC1F,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,GAAI,MAAM,MAAM,SAQ9C,CAAC"}