@warp-ds/elements 1.1.1 → 1.1.2-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.
- package/dist/index.js +3651 -3567
- package/dist/packages/attention/index.d.ts +3 -0
- package/dist/packages/attention/locales/en/messages.d.mts +1 -0
- package/dist/packages/attention/locales/fi/messages.d.mts +1 -0
- package/dist/packages/attention/locales/nb/messages.d.mts +1 -0
- package/package.json +3 -3
|
@@ -53,6 +53,9 @@ export class WarpAttention extends WarpAttention_base {
|
|
|
53
53
|
targetEl: any;
|
|
54
54
|
noArrow: boolean;
|
|
55
55
|
};
|
|
56
|
+
pointingAtDirection(): string;
|
|
57
|
+
activeAttentionType(): string;
|
|
58
|
+
defaultAriaLabel(): string;
|
|
56
59
|
setAriaLabels(): void;
|
|
57
60
|
firstUpdated(): void;
|
|
58
61
|
get _attentionEl(): any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const messages: any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const messages: any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const messages: any;
|
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.2-next.2",
|
|
5
5
|
"description": "Custom elements for Warp",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": "./dist/index.js",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"semantic-release": "semantic-release",
|
|
33
33
|
"build:elements": "node build-elements.js",
|
|
34
34
|
"messages:extract": "lingui extract",
|
|
35
|
-
"messages:compile": "lingui compile
|
|
35
|
+
"messages:compile": "lingui compile"
|
|
36
36
|
},
|
|
37
37
|
"repository": {
|
|
38
38
|
"type": "git",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"@lingui/core": "^4.5.0",
|
|
79
79
|
"@open-wc/testing": "3.2.0",
|
|
80
80
|
"@warp-ds/core": "1.0.0",
|
|
81
|
-
"@warp-ds/css": "^1.
|
|
81
|
+
"@warp-ds/css": "^1.2.0",
|
|
82
82
|
"@warp-ds/icons": "1.1.0",
|
|
83
83
|
"@warp-ds/uno": "^1.1.0",
|
|
84
84
|
"glob": "8.1.0",
|