@warp-ds/elements 1.1.0 → 1.1.1-next.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.
|
@@ -17,7 +17,7 @@ export class WarpAlert extends LitElement {
|
|
|
17
17
|
show: boolean;
|
|
18
18
|
get _wrapperClasses(): string;
|
|
19
19
|
get _iconClasses(): string;
|
|
20
|
-
get _icon():
|
|
20
|
+
get _icon(): import("lit").TemplateResult<1> | "";
|
|
21
21
|
render(): import("lit").TemplateResult<1>;
|
|
22
22
|
}
|
|
23
23
|
import { LitElement } from 'lit';
|
|
@@ -30,11 +30,10 @@ export class WarpToast extends LitElement {
|
|
|
30
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
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
|
-
get _success(): boolean;
|
|
34
33
|
get _warning(): boolean;
|
|
35
34
|
get _error(): boolean;
|
|
36
35
|
get _role(): "alert" | "status";
|
|
37
|
-
get _typeLabel(): "
|
|
36
|
+
get _typeLabel(): "Varsel" | "Feil" | "Vellykket";
|
|
38
37
|
get _iconMarkup(): import("lit").TemplateResult<1>;
|
|
39
38
|
collapse(): Promise<any>;
|
|
40
39
|
close(): void;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warp-ds/elements",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.1-next.2",
|
|
5
5
|
"description": "Custom elements for Warp",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": "./dist/index.js",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"postcss-import": "15.1.0",
|
|
65
65
|
"postcss-import-svg": "1.0.5",
|
|
66
66
|
"postcss-syntax": "0.36.2",
|
|
67
|
-
"prettier": "
|
|
67
|
+
"prettier": "3.0.3",
|
|
68
68
|
"rimraf": "5.0.1",
|
|
69
69
|
"semantic-release": "^21.0.7",
|
|
70
70
|
"semantic-release-slack-bot": "^4.0.2",
|
|
@@ -76,10 +76,10 @@
|
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
78
|
"@lingui/core": "^4.5.0",
|
|
79
|
-
"@warp-ds/icons": "1.0.0",
|
|
80
79
|
"@open-wc/testing": "3.2.0",
|
|
81
80
|
"@warp-ds/core": "1.0.0",
|
|
82
|
-
"@warp-ds/css": "^1.1.
|
|
81
|
+
"@warp-ds/css": "^1.1.2",
|
|
82
|
+
"@warp-ds/icons": "1.1.0",
|
|
83
83
|
"@warp-ds/uno": "^1.1.0",
|
|
84
84
|
"glob": "8.1.0",
|
|
85
85
|
"html-format": "1.1.2",
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export function closeSVG(): import("lit").TemplateResult<1>;
|
|
2
|
-
export function failureSVG(options: any): import("lit").TemplateResult<1>;
|
|
3
|
-
export function successSVG(options: any): import("lit").TemplateResult<1>;
|
|
4
|
-
export function warningSVG(options: any): import("lit").TemplateResult<1>;
|