@harnessio/ui 0.0.1-react18.alpha.17 → 0.0.1-react18.alpha.18

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,13 +1,13 @@
1
1
  export { }
2
2
 
3
3
 
4
- declare namespace Calendar {
5
- var displayName: string;
6
- }
7
-
8
-
9
4
  declare global {
10
5
  interface Window {
11
6
  performance: ExtendedPerformance;
12
7
  }
13
8
  }
9
+
10
+
11
+ declare namespace Calendar {
12
+ var displayName: string;
13
+ }
package/dist/views.d.ts CHANGED
@@ -4297,13 +4297,13 @@ export declare const yamlString2Nodes: (yaml: string, options?: {
4297
4297
  export { }
4298
4298
 
4299
4299
 
4300
- declare namespace Calendar {
4301
- var displayName: string;
4302
- }
4303
-
4304
-
4305
4300
  declare global {
4306
4301
  interface Window {
4307
4302
  performance: ExtendedPerformance;
4308
4303
  }
4309
4304
  }
4305
+
4306
+
4307
+ declare namespace Calendar {
4308
+ var displayName: string;
4309
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@harnessio/ui",
3
3
  "description": "Harness Canary UI component library",
4
- "version": "0.0.1-react18.alpha.17",
4
+ "version": "0.0.1-react18.alpha.18",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "main": "./dist/index.js",