@warp-ds/elements 1.0.1-next.9 → 1.1.0-next.1

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,15 @@
1
+ export class WarpBadge extends LitElement {
2
+ static properties: {
3
+ variant: {
4
+ type: number;
5
+ };
6
+ position: {
7
+ type: number;
8
+ };
9
+ };
10
+ static styles: import("lit").CSSResult;
11
+ variant: string;
12
+ get _class(): string;
13
+ render(): import("lit").TemplateResult<1>;
14
+ }
15
+ import { LitElement } from 'lit';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@warp-ds/elements",
3
3
  "type": "module",
4
- "version": "1.0.1-next.9",
4
+ "version": "1.1.0-next.1",
5
5
  "description": "Custom elements for Warp",
6
6
  "exports": {
7
7
  ".": "./dist/index.js",
@@ -69,7 +69,7 @@
69
69
  "vite-plugin-html": "3.2.0"
70
70
  },
71
71
  "dependencies": {
72
- "@fabric-ds/icons": "0.6.7",
72
+ "@warp-ds/icons": "1.0.0",
73
73
  "@open-wc/testing": "3.2.0",
74
74
  "@warp-ds/core": "1.0.0",
75
75
  "@warp-ds/uno": "^1.1.0",