@warp-ds/elements 2.0.0 → 2.0.1-next.2

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.
@@ -0,0 +1 @@
1
+ export const messages: any;
@@ -0,0 +1 @@
1
+ export const messages: any;
@@ -0,0 +1 @@
1
+ export const messages: any;
@@ -0,0 +1 @@
1
+ export const messages: any;
@@ -23,7 +23,7 @@ export class ModalHeader extends ModalHeader_base {
23
23
  };
24
24
  };
25
25
  static styles: any[];
26
- titleEl: import("lit/directives/ref.js").Ref<Element>;
26
+ titleEl: import("lit/directives/ref").Ref<Element>;
27
27
  _hasTopContent: boolean;
28
28
  render(): import("lit").TemplateResult<1>;
29
29
  willUpdate(changedProperties: any): Promise<void>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@warp-ds/elements",
3
3
  "type": "module",
4
- "version": "2.0.0",
4
+ "version": "2.0.1-next.2",
5
5
  "description": "Custom elements for Warp",
6
6
  "exports": {
7
7
  ".": "./dist/index.js",