@warp-ds/elements 1.0.0-alpha.21 → 1.0.0-alpha.23

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.
@@ -15,7 +15,7 @@ export class WarpAffix extends LitElement {
15
15
  type: StringConstructor;
16
16
  };
17
17
  };
18
- get _classBase(): any;
18
+ get _classBase(): typeof suffix;
19
19
  get _classes(): import(".pnpm/lit-html@2.7.2/node_modules/lit-html/directive").DirectiveResult<typeof import(".pnpm/lit-html@2.7.2/node_modules/lit-html/directives/class-map").ClassMapDirective>;
20
20
  get _searchButton(): import("lit").TemplateResult<1>;
21
21
  get _clearButton(): import("lit").TemplateResult<1>;
@@ -24,3 +24,4 @@ export class WarpAffix extends LitElement {
24
24
  render(): import("lit").TemplateResult<1>;
25
25
  }
26
26
  import { LitElement } from ".pnpm/lit-element@3.3.1/node_modules/lit-element/lit-element";
27
+ import { suffix } from "@warp-ds/component-classes";
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.21",
4
+ "version": "1.0.0-alpha.23",
5
5
  "description": "Custom elements for Warp",
6
6
  "exports": {
7
7
  ".": "./dist/index.js",
@@ -43,8 +43,8 @@
43
43
  "@eik/cli": "^2.0.22",
44
44
  "@semantic-release/changelog": "6.0.2",
45
45
  "@semantic-release/git": "10.0.1",
46
- "@warp-ds/uno": "^1.0.0-alpha.36",
47
- "@warp-ds/component-classes": "1.0.0-alpha.93",
46
+ "@warp-ds/uno": "^1.0.0-alpha.45",
47
+ "@warp-ds/component-classes": "1.0.0-alpha.105",
48
48
  "autoprefixer": "10.4.13",
49
49
  "cors": "2.8.5",
50
50
  "cssnano": "5.1.14",