@warp-ds/elements 2.2.0-next.12 → 2.2.0-next.13

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.
@@ -2,24 +2,6 @@
2
2
  "$schema": "https://raw.githubusercontent.com/microsoft/vscode-html-languageservice/main/docs/customData.schema.json",
3
3
  "version": 1.1,
4
4
  "tags": [
5
- {
6
- "name": "w-alert",
7
- "description": "Alert is an inline component used for displaying different types of messages.\n\nFor accessibility reasons, alert should appear close to the element that triggered it.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/feedback-alert--docs)\n\n---\n\n",
8
- "attributes": [
9
- {
10
- "name": "variant",
11
- "values": [
12
- { "name": "negative" },
13
- { "name": "positive" },
14
- { "name": "warning" },
15
- { "name": "info" }
16
- ]
17
- },
18
- { "name": "show", "values": [] },
19
- { "name": "role", "values": [] }
20
- ],
21
- "references": []
22
- },
23
5
  {
24
6
  "name": "w-affix",
25
7
  "description": "This component is usually used in other components like form elements to show a prefix or suffix. See for example `w-textfield`.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/forms-affix--docs)\n\n---\n\n",
@@ -39,6 +21,24 @@
39
21
  ],
40
22
  "references": []
41
23
  },
24
+ {
25
+ "name": "w-alert",
26
+ "description": "Alert is an inline component used for displaying different types of messages.\n\nFor accessibility reasons, alert should appear close to the element that triggered it.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/feedback-alert--docs)\n\n---\n\n",
27
+ "attributes": [
28
+ {
29
+ "name": "variant",
30
+ "values": [
31
+ { "name": "negative" },
32
+ { "name": "positive" },
33
+ { "name": "warning" },
34
+ { "name": "info" }
35
+ ]
36
+ },
37
+ { "name": "show", "values": [] },
38
+ { "name": "role", "values": [] }
39
+ ],
40
+ "references": []
41
+ },
42
42
  {
43
43
  "name": "w-attention",
44
44
  "description": "\n\n---\n\n",
@@ -1,45 +1,11 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "name": "@warp-ds/elements",
4
- "version": "2.2.0-next.11",
4
+ "version": "2.2.0-next.12",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "elements": [
9
- {
10
- "name": "w-alert",
11
- "description": "Alert is an inline component used for displaying different types of messages.\n\nFor accessibility reasons, alert should appear close to the element that triggered it.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/feedback-alert--docs)\n---\n",
12
- "doc-url": "",
13
- "attributes": [
14
- {
15
- "name": "variant",
16
- "value": {
17
- "type": "'negative' | 'positive' | 'warning' | 'info'",
18
- "default": "'info'"
19
- }
20
- },
21
- {
22
- "name": "show",
23
- "value": { "type": "boolean", "default": "false" }
24
- },
25
- {
26
- "name": "role",
27
- "value": { "type": "string", "default": "'alert'" }
28
- }
29
- ],
30
- "events": [],
31
- "js": {
32
- "properties": [
33
- {
34
- "name": "variant",
35
- "type": "'negative' | 'positive' | 'warning' | 'info'"
36
- },
37
- { "name": "show", "type": "boolean" },
38
- { "name": "role", "type": "string" }
39
- ],
40
- "events": []
41
- }
42
- },
43
9
  {
44
10
  "name": "w-affix",
45
11
  "description": "This component is usually used in other components like form elements to show a prefix or suffix. See for example `w-textfield`.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/forms-affix--docs)\n---\n",
@@ -77,6 +43,40 @@
77
43
  "events": []
78
44
  }
79
45
  },
46
+ {
47
+ "name": "w-alert",
48
+ "description": "Alert is an inline component used for displaying different types of messages.\n\nFor accessibility reasons, alert should appear close to the element that triggered it.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/feedback-alert--docs)\n---\n",
49
+ "doc-url": "",
50
+ "attributes": [
51
+ {
52
+ "name": "variant",
53
+ "value": {
54
+ "type": "'negative' | 'positive' | 'warning' | 'info'",
55
+ "default": "'info'"
56
+ }
57
+ },
58
+ {
59
+ "name": "show",
60
+ "value": { "type": "boolean", "default": "false" }
61
+ },
62
+ {
63
+ "name": "role",
64
+ "value": { "type": "string", "default": "'alert'" }
65
+ }
66
+ ],
67
+ "events": [],
68
+ "js": {
69
+ "properties": [
70
+ {
71
+ "name": "variant",
72
+ "type": "'negative' | 'positive' | 'warning' | 'info'"
73
+ },
74
+ { "name": "show", "type": "boolean" },
75
+ { "name": "role", "type": "string" }
76
+ ],
77
+ "events": []
78
+ }
79
+ },
80
80
  {
81
81
  "name": "w-attention",
82
82
  "description": "\n---\n",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@warp-ds/elements",
3
3
  "type": "module",
4
- "version": "2.2.0-next.12",
4
+ "version": "2.2.0-next.13",
5
5
  "packageManager": "pnpm@10.15.1",
6
6
  "description": "Custom elements for Warp",
7
7
  "exports": {