@warp-ds/elements 1.0.0-alpha.1 → 1.0.0-alpha.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.
@@ -1,5 +1,5 @@
1
1
  export class WarpAffix extends LitElement {
2
- static styles: import("lit").CSSResult[];
2
+ static styles: import("lit").CSSResult;
3
3
  static properties: {
4
4
  ariaLabel: {
5
5
  type: StringConstructor;
@@ -13,7 +13,7 @@ export class WarpAlert extends LitElement {
13
13
  reflect: boolean;
14
14
  };
15
15
  };
16
- static styles: import("lit").CSSResult[];
16
+ static styles: import("lit").CSSResult;
17
17
  show: boolean;
18
18
  get _style(): any;
19
19
  render(): import("lit").TemplateResult<1>;
@@ -13,7 +13,7 @@ export class WarpBox extends LitElement {
13
13
  type: BooleanConstructor;
14
14
  };
15
15
  };
16
- static styles: import("lit").CSSResult[];
16
+ static styles: import("lit").CSSResult;
17
17
  get _class(): import(".pnpm/lit-html@2.6.1/node_modules/lit-html/directive").DirectiveResult<typeof import(".pnpm/lit-html@2.6.1/node_modules/lit-html/directives/class-map").ClassMapDirective>;
18
18
  render(): import("lit").TemplateResult<1>;
19
19
  }
@@ -1,6 +1,6 @@
1
1
  export class WarpBreadcrumbs extends LitElement {
2
- static styles: import("lit").CSSResult[];
2
+ static styles: import("lit").CSSResult;
3
3
  _children: any[];
4
4
  render(): import("lit").TemplateResult<1>;
5
5
  }
6
- import { LitElement } from ".pnpm/lit-element@3.2.2/node_modules/lit-element/lit-element.js";
6
+ import { LitElement } from ".pnpm/lit-element@3.2.2/node_modules/lit-element/lit-element";
@@ -24,7 +24,7 @@ export class WarpBroadcast extends LitElement {
24
24
  reflect: boolean;
25
25
  };
26
26
  };
27
- static styles: import("lit").CSSResult[];
27
+ static styles: import("lit").CSSResult;
28
28
  _messages: any[];
29
29
  interval: number;
30
30
  _hiddenMessageIds: any[];
@@ -53,7 +53,7 @@ export class WarpButton extends WarpButton_base {
53
53
  reflect: boolean;
54
54
  };
55
55
  };
56
- static styles: import("lit").CSSResult[];
56
+ static styles: import("lit").CSSResult;
57
57
  variant: string;
58
58
  connectedCallback(): void;
59
59
  firstUpdated(): void;
@@ -35,7 +35,7 @@ export class WarpSelect extends WarpSelect_base {
35
35
  state: boolean;
36
36
  };
37
37
  };
38
- static styles: import("lit").CSSResult[];
38
+ static styles: import("lit").CSSResult;
39
39
  _options: any;
40
40
  render(): import("lit").TemplateResult<1>;
41
41
  #private;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@warp-ds/elements",
3
3
  "type": "module",
4
- "version": "1.0.0-alpha.1",
4
+ "version": "1.0.0-alpha.2",
5
5
  "description": "Custom elements for Warp",
6
6
  "exports": {
7
7
  ".": "./dist/index.js",
@@ -46,7 +46,7 @@
46
46
  "@finn-no/browserslist-config": "3.0.0",
47
47
  "@semantic-release/changelog": "6.0.2",
48
48
  "@semantic-release/git": "10.0.1",
49
- "@warp-ds/uno": "^0.0.15",
49
+ "@warp-ds/uno": "^1.0.0-alpha.5",
50
50
  "autoprefixer": "10.4.13",
51
51
  "cors": "2.8.5",
52
52
  "cssnano": "5.1.14",
@@ -76,7 +76,7 @@
76
76
  "dependencies": {
77
77
  "@fabric-ds/icons": "0.6.7",
78
78
  "@open-wc/testing": "3.1.7",
79
- "@warp-ds/component-classes": "1.0.0-alpha.4",
79
+ "@warp-ds/component-classes": "1.0.0-alpha.7",
80
80
  "@warp-ds/core": "1.0.0-alpha.1",
81
81
  "glob": "8.1.0",
82
82
  "html-format": "1.0.2",