@genesislcap/foundation-alerts 14.417.1-alpha-83eabbf.0 → 14.418.0

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.
@@ -1,4 +1,3 @@
1
- /// <reference path="./react-jsx-runtime.d.ts" />
2
1
  export * from './config';
3
2
  export * from './main';
4
3
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,3 @@
1
- /// <reference path="./dts/react-jsx-runtime.d.ts" />
2
1
  import { Connect } from '@genesislcap/foundation-comms';
3
2
  import { Datasource } from '@genesislcap/foundation-comms';
4
3
  import { ElementStyles } from '@microsoft/fast-element';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-alerts",
3
3
  "description": "Genesis Foundation Alerts",
4
- "version": "14.417.1-alpha-83eabbf.0",
4
+ "version": "14.418.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-alerts.d.ts",
@@ -71,20 +71,20 @@
71
71
  }
72
72
  },
73
73
  "devDependencies": {
74
- "@genesislcap/foundation-testing": "14.417.1-alpha-83eabbf.0",
75
- "@genesislcap/genx": "14.417.1-alpha-83eabbf.0",
76
- "@genesislcap/rollup-builder": "14.417.1-alpha-83eabbf.0",
77
- "@genesislcap/ts-builder": "14.417.1-alpha-83eabbf.0",
78
- "@genesislcap/uvu-playwright-builder": "14.417.1-alpha-83eabbf.0",
79
- "@genesislcap/vite-builder": "14.417.1-alpha-83eabbf.0",
80
- "@genesislcap/webpack-builder": "14.417.1-alpha-83eabbf.0"
74
+ "@genesislcap/foundation-testing": "14.418.0",
75
+ "@genesislcap/genx": "14.418.0",
76
+ "@genesislcap/rollup-builder": "14.418.0",
77
+ "@genesislcap/ts-builder": "14.418.0",
78
+ "@genesislcap/uvu-playwright-builder": "14.418.0",
79
+ "@genesislcap/vite-builder": "14.418.0",
80
+ "@genesislcap/webpack-builder": "14.418.0"
81
81
  },
82
82
  "dependencies": {
83
- "@genesislcap/foundation-comms": "14.417.1-alpha-83eabbf.0",
84
- "@genesislcap/foundation-logger": "14.417.1-alpha-83eabbf.0",
85
- "@genesislcap/foundation-ui": "14.417.1-alpha-83eabbf.0",
86
- "@genesislcap/foundation-utils": "14.417.1-alpha-83eabbf.0",
87
- "@genesislcap/foundation-zero": "14.417.1-alpha-83eabbf.0",
83
+ "@genesislcap/foundation-comms": "14.418.0",
84
+ "@genesislcap/foundation-logger": "14.418.0",
85
+ "@genesislcap/foundation-ui": "14.418.0",
86
+ "@genesislcap/foundation-utils": "14.418.0",
87
+ "@genesislcap/foundation-zero": "14.418.0",
88
88
  "@microsoft/fast-components": "2.30.6",
89
89
  "@microsoft/fast-element": "1.14.0",
90
90
  "@microsoft/fast-foundation": "2.50.0",
@@ -101,5 +101,5 @@
101
101
  "access": "public"
102
102
  },
103
103
  "customElements": "dist/custom-elements.json",
104
- "gitHead": "eec85009ab3c6ae8d2c3bbcd8edd19f8697a0579"
104
+ "gitHead": "68fd71f55a50ce36c71a9635972e6384e2214f67"
105
105
  }
@@ -1,22 +0,0 @@
1
- /**
2
- * AUTO-GENERATED FILE - DO NOT EDIT.
3
- * Source package: @genesislcap/foundation-alerts
4
- * Generated from custom-elements manifest.
5
- */
6
-
7
- import type { HTMLAttributes } from 'react';
8
-
9
- declare module 'react/jsx-runtime' {
10
- namespace JSX {
11
- interface GenesislcapFoundationAlertsReactElementProps1 extends HTMLAttributes<HTMLElement> {
12
- class?: string;
13
- part?: string;
14
- [key: `data-${string}`]: string | number | boolean | undefined;
15
- }
16
- interface IntrinsicElements {
17
- 'zero-alerts': GenesislcapFoundationAlertsReactElementProps1;
18
- }
19
- }
20
- }
21
-
22
- export {};