@warp-ds/elements 1.0.0-alpha.10 → 1.0.0-alpha.11

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.
@@ -64,8 +64,9 @@ export class WarpTextField extends LitElement {
64
64
  };
65
65
  static styles: import("lit").CSSResult[];
66
66
  type: string;
67
- get _outerWrapperStyles(): 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>;
68
- get _innerWrapperStyles(): 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>;
67
+ get _inputStyles(): 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>;
68
+ get _helpTextStyles(): 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>;
69
+ get _labelStyles(): 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>;
69
70
  get _label(): import("lit").TemplateResult<1>;
70
71
  get _helpId(): string;
71
72
  get _id(): string;
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.10",
4
+ "version": "1.0.0-alpha.11",
5
5
  "description": "Custom elements for Warp",
6
6
  "exports": {
7
7
  ".": "./dist/index.js",
@@ -74,7 +74,7 @@
74
74
  "dependencies": {
75
75
  "@fabric-ds/icons": "0.6.7",
76
76
  "@open-wc/testing": "3.1.7",
77
- "@warp-ds/component-classes": "1.0.0-alpha.13",
77
+ "@warp-ds/component-classes": "1.0.0-alpha.35",
78
78
  "@warp-ds/core": "1.0.0-alpha.1",
79
79
  "glob": "8.1.0",
80
80
  "html-format": "1.0.2",