@warp-ds/elements 1.0.0-alpha.27 → 1.0.0-alpha.29
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.
- package/dist/elements.min.js +2 -1
- package/dist/index.js +1621 -1527
- package/dist/packages/affix/index.d.ts +2 -2
- package/dist/packages/box/index.d.ts +1 -1
- package/dist/packages/card/index.d.ts +2 -2
- package/dist/packages/textfield/index.d.ts +3 -3
- package/dist/packages/toast/toast.d.ts +2 -2
- package/dist/packages/utils/index.d.ts +1 -2
- package/dist/packages/utils/unstyled-heading.d.ts +1 -1
- package/dist/packages/utils/window-exists.d.ts +1 -0
- package/package.json +7 -7
|
@@ -16,7 +16,7 @@ export class WarpAffix extends LitElement {
|
|
|
16
16
|
};
|
|
17
17
|
};
|
|
18
18
|
get _classBase(): typeof suffix;
|
|
19
|
-
get _classes(): import(".pnpm/lit-html@2.7.
|
|
19
|
+
get _classes(): import(".pnpm/lit-html@2.7.5/node_modules/lit-html/directive").DirectiveResult<typeof import(".pnpm/lit-html@2.7.5/node_modules/lit-html/directives/class-map").ClassMapDirective>;
|
|
20
20
|
get _searchButton(): import("lit").TemplateResult<1>;
|
|
21
21
|
get _clearButton(): import("lit").TemplateResult<1>;
|
|
22
22
|
get _text(): import("lit").TemplateResult<1>;
|
|
@@ -24,4 +24,4 @@ export class WarpAffix extends LitElement {
|
|
|
24
24
|
render(): import("lit").TemplateResult<1>;
|
|
25
25
|
}
|
|
26
26
|
import { LitElement } from 'lit';
|
|
27
|
-
import { suffix } from '@warp-ds/component-classes';
|
|
27
|
+
import { suffix } from '@warp-ds/css/component-classes';
|
|
@@ -14,7 +14,7 @@ export class WarpBox extends LitElement {
|
|
|
14
14
|
};
|
|
15
15
|
};
|
|
16
16
|
static styles: import("lit").CSSResult;
|
|
17
|
-
get _class(): import(".pnpm/lit-html@2.7.
|
|
17
|
+
get _class(): import(".pnpm/lit-html@2.7.5/node_modules/lit-html/directive").DirectiveResult<typeof import(".pnpm/lit-html@2.7.5/node_modules/lit-html/directives/class-map").ClassMapDirective>;
|
|
18
18
|
render(): import("lit").TemplateResult<1>;
|
|
19
19
|
}
|
|
20
20
|
import { LitElement } from 'lit';
|
|
@@ -15,8 +15,8 @@ export class WarpCard extends LitElement {
|
|
|
15
15
|
selected: boolean;
|
|
16
16
|
flat: boolean;
|
|
17
17
|
clickable: boolean;
|
|
18
|
-
get _outerClasses(): import(".pnpm/lit-html@2.7.
|
|
19
|
-
get _innerClasses(): import(".pnpm/lit-html@2.7.
|
|
18
|
+
get _outerClasses(): import(".pnpm/lit-html@2.7.5/node_modules/lit-html/directive").DirectiveResult<typeof import(".pnpm/lit-html@2.7.5/node_modules/lit-html/directives/class-map").ClassMapDirective>;
|
|
19
|
+
get _innerClasses(): import(".pnpm/lit-html@2.7.5/node_modules/lit-html/directive").DirectiveResult<typeof import(".pnpm/lit-html@2.7.5/node_modules/lit-html/directives/class-map").ClassMapDirective>;
|
|
20
20
|
get uuButton(): import("lit").TemplateResult<1>;
|
|
21
21
|
get uuSpan(): import("lit").TemplateResult<1>;
|
|
22
22
|
keypressed(e: any): void;
|
|
@@ -64,9 +64,9 @@ export class WarpTextField extends LitElement {
|
|
|
64
64
|
};
|
|
65
65
|
static styles: import("lit").CSSResult[];
|
|
66
66
|
type: string;
|
|
67
|
-
get _inputStyles(): import(".pnpm/lit-html@2.7.
|
|
68
|
-
get _helpTextStyles(): import(".pnpm/lit-html@2.7.
|
|
69
|
-
get _labelStyles(): import(".pnpm/lit-html@2.7.
|
|
67
|
+
get _inputStyles(): import(".pnpm/lit-html@2.7.5/node_modules/lit-html/directive").DirectiveResult<typeof import(".pnpm/lit-html@2.7.5/node_modules/lit-html/directives/class-map").ClassMapDirective>;
|
|
68
|
+
get _helpTextStyles(): import(".pnpm/lit-html@2.7.5/node_modules/lit-html/directive").DirectiveResult<typeof import(".pnpm/lit-html@2.7.5/node_modules/lit-html/directives/class-map").ClassMapDirective>;
|
|
69
|
+
get _labelStyles(): import(".pnpm/lit-html@2.7.5/node_modules/lit-html/directive").DirectiveResult<typeof import(".pnpm/lit-html@2.7.5/node_modules/lit-html/directives/class-map").ClassMapDirective>;
|
|
70
70
|
get _label(): import("lit").TemplateResult<1>;
|
|
71
71
|
get _helpId(): string;
|
|
72
72
|
get _id(): string;
|
|
@@ -27,8 +27,8 @@ export class WarpToast extends LitElement {
|
|
|
27
27
|
canclose: boolean;
|
|
28
28
|
updated(): void;
|
|
29
29
|
_expanded: boolean;
|
|
30
|
-
get _primaryClasses(): import(".pnpm/lit-html@2.7.
|
|
31
|
-
get _iconClasses(): import(".pnpm/lit-html@2.7.
|
|
30
|
+
get _primaryClasses(): import(".pnpm/lit-html@2.7.5/node_modules/lit-html/directive").DirectiveResult<typeof import(".pnpm/lit-html@2.7.5/node_modules/lit-html/directives/class-map").ClassMapDirective>;
|
|
31
|
+
get _iconClasses(): import(".pnpm/lit-html@2.7.5/node_modules/lit-html/directive").DirectiveResult<typeof import(".pnpm/lit-html@2.7.5/node_modules/lit-html/directives/class-map").ClassMapDirective>;
|
|
32
32
|
get _wrapper(): HTMLElement;
|
|
33
33
|
get _success(): boolean;
|
|
34
34
|
get _warning(): boolean;
|
|
@@ -6,6 +6,5 @@ export function kebabCaseAttributes(constructor: any): {
|
|
|
6
6
|
createProperty(name: any, options: any): void;
|
|
7
7
|
};
|
|
8
8
|
export function classes(defn: any): string;
|
|
9
|
-
export function fclasses(definition: any): import(".pnpm/lit-html@2.7.
|
|
9
|
+
export function fclasses(definition: any): import(".pnpm/lit-html@2.7.5/node_modules/lit-html/directive").DirectiveResult<typeof import(".pnpm/lit-html@2.7.5/node_modules/lit-html/directives/class-map").ClassMapDirective>;
|
|
10
10
|
export function generateRandomId(): string;
|
|
11
|
-
export const windowExists: boolean;
|
|
@@ -6,6 +6,6 @@ export class UnstyledHeading extends LitElement {
|
|
|
6
6
|
};
|
|
7
7
|
static styles: import("lit").CSSResult[];
|
|
8
8
|
get _markup(): string;
|
|
9
|
-
render(): import(".pnpm/lit-html@2.7.
|
|
9
|
+
render(): import(".pnpm/lit-html@2.7.5/node_modules/lit-html/directive.js").DirectiveResult<typeof import("lit/directives/unsafe-html.js").UnsafeHTMLDirective>;
|
|
10
10
|
}
|
|
11
11
|
import { LitElement } from 'lit';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const windowExists: boolean;
|
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.
|
|
4
|
+
"version": "1.0.0-alpha.29",
|
|
5
5
|
"description": "Custom elements for Warp",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": "./dist/index.js",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"@babel/eslint-parser": "7.22.5",
|
|
42
42
|
"@chbphone55/classnames": "2.0.0",
|
|
43
43
|
"@eik/cli": "^2.0.22",
|
|
44
|
-
"@semantic-release/changelog": "6.0.3",
|
|
45
|
-
"@semantic-release/git": "10.0.1",
|
|
44
|
+
"@semantic-release/changelog": "^6.0.3",
|
|
45
|
+
"@semantic-release/git": "^10.0.1",
|
|
46
46
|
"autoprefixer": "10.4.14",
|
|
47
47
|
"cors": "2.8.5",
|
|
48
48
|
"cz-conventional-changelog": "3.3.0",
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"postcss-syntax": "0.36.2",
|
|
61
61
|
"prettier": "2.8.8",
|
|
62
62
|
"rimraf": "5.0.1",
|
|
63
|
-
"semantic-release": "21.0.
|
|
64
|
-
"semantic-release-slack-bot": "4.0.2",
|
|
63
|
+
"semantic-release": "^21.0.7",
|
|
64
|
+
"semantic-release-slack-bot": "^4.0.2",
|
|
65
65
|
"tap": "16.3.6",
|
|
66
66
|
"typescript": "5.1.3",
|
|
67
67
|
"unocss": "^0.53.1",
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"@fabric-ds/icons": "0.6.7",
|
|
73
73
|
"@open-wc/testing": "3.2.0",
|
|
74
74
|
"@warp-ds/core": "1.0.0",
|
|
75
|
-
"@warp-ds/uno": "^1.0.0-alpha.
|
|
76
|
-
"@warp-ds/
|
|
75
|
+
"@warp-ds/uno": "^1.0.0-alpha.60",
|
|
76
|
+
"@warp-ds/css": "1.0.0-alpha.37",
|
|
77
77
|
"glob": "8.1.0",
|
|
78
78
|
"html-format": "1.1.2",
|
|
79
79
|
"lit": "2.7.5"
|