@warp-ds/elements 2.2.0-next.26 → 2.2.0-next.27
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/custom-elements.json +105 -105
- package/dist/index.d.ts +31 -31
- package/dist/packages/steps/index.js +7 -7
- package/dist/packages/steps/index.js.map +2 -2
- package/dist/vscode.html-custom-data.json +20 -20
- package/dist/web-types.json +39 -39
- package/package.json +1 -1
|
@@ -21,24 +21,6 @@
|
|
|
21
21
|
],
|
|
22
22
|
"references": []
|
|
23
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
24
|
{
|
|
43
25
|
"name": "w-link",
|
|
44
26
|
"description": "Buttons are used to perform actions, with different visuals for different needs.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/buttons-link--docs)\n\n---\n\n",
|
|
@@ -47,9 +29,9 @@
|
|
|
47
29
|
{
|
|
48
30
|
"name": "variant",
|
|
49
31
|
"values": [
|
|
50
|
-
{ "name": "negative" },
|
|
51
32
|
{ "name": "primary" },
|
|
52
33
|
{ "name": "secondary" },
|
|
34
|
+
{ "name": "negative" },
|
|
53
35
|
{ "name": "negativeQuiet" },
|
|
54
36
|
{ "name": "utility" },
|
|
55
37
|
{ "name": "pill" },
|
|
@@ -86,9 +68,9 @@
|
|
|
86
68
|
{
|
|
87
69
|
"name": "variant",
|
|
88
70
|
"values": [
|
|
89
|
-
{ "name": "negative" },
|
|
90
71
|
{ "name": "primary" },
|
|
91
72
|
{ "name": "secondary" },
|
|
73
|
+
{ "name": "negative" },
|
|
92
74
|
{ "name": "utility" },
|
|
93
75
|
{ "name": "pill" },
|
|
94
76
|
{ "name": "link" }
|
|
@@ -130,6 +112,24 @@
|
|
|
130
112
|
],
|
|
131
113
|
"references": []
|
|
132
114
|
},
|
|
115
|
+
{
|
|
116
|
+
"name": "w-alert",
|
|
117
|
+
"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",
|
|
118
|
+
"attributes": [
|
|
119
|
+
{
|
|
120
|
+
"name": "variant",
|
|
121
|
+
"values": [
|
|
122
|
+
{ "name": "negative" },
|
|
123
|
+
{ "name": "positive" },
|
|
124
|
+
{ "name": "warning" },
|
|
125
|
+
{ "name": "info" }
|
|
126
|
+
]
|
|
127
|
+
},
|
|
128
|
+
{ "name": "show", "values": [] },
|
|
129
|
+
{ "name": "role", "values": [] }
|
|
130
|
+
],
|
|
131
|
+
"references": []
|
|
132
|
+
},
|
|
133
133
|
{
|
|
134
134
|
"name": "w-badge",
|
|
135
135
|
"description": "`w-badge` is used for showing a small amount of non-interactive color-categorized metadata, like a status or count.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/layout-badge--docs)\n\n---\n\n",
|
package/dist/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.
|
|
4
|
+
"version": "2.2.0-next.26",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -43,40 +43,6 @@
|
|
|
43
43
|
"events": []
|
|
44
44
|
}
|
|
45
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
46
|
{
|
|
81
47
|
"name": "w-link",
|
|
82
48
|
"description": "Buttons are used to perform actions, with different visuals for different needs.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/buttons-link--docs)\n---\n",
|
|
@@ -86,7 +52,7 @@
|
|
|
86
52
|
{
|
|
87
53
|
"name": "variant",
|
|
88
54
|
"value": {
|
|
89
|
-
"type": "'
|
|
55
|
+
"type": "'primary' | 'secondary' | 'negative' | 'negativeQuiet' | 'utility' | 'pill' | 'link' | 'quiet' | 'utilityQuiet'",
|
|
90
56
|
"default": "'secondary'"
|
|
91
57
|
}
|
|
92
58
|
},
|
|
@@ -106,7 +72,7 @@
|
|
|
106
72
|
{ "name": "autofocus", "type": "boolean" },
|
|
107
73
|
{
|
|
108
74
|
"name": "variant",
|
|
109
|
-
"type": "'
|
|
75
|
+
"type": "'primary' | 'secondary' | 'negative' | 'negativeQuiet' | 'utility' | 'pill' | 'link' | 'quiet' | 'utilityQuiet'"
|
|
110
76
|
},
|
|
111
77
|
{ "name": "quiet", "type": "boolean" },
|
|
112
78
|
{ "name": "small", "type": "boolean" },
|
|
@@ -138,7 +104,7 @@
|
|
|
138
104
|
{
|
|
139
105
|
"name": "variant",
|
|
140
106
|
"value": {
|
|
141
|
-
"type": "'
|
|
107
|
+
"type": "'primary' | 'secondary' | 'negative' | 'utility' | 'pill' | 'link'",
|
|
142
108
|
"default": "'secondary'"
|
|
143
109
|
}
|
|
144
110
|
},
|
|
@@ -160,7 +126,7 @@
|
|
|
160
126
|
{ "name": "autofocus", "type": "boolean" },
|
|
161
127
|
{
|
|
162
128
|
"name": "variant",
|
|
163
|
-
"type": "'
|
|
129
|
+
"type": "'primary' | 'secondary' | 'negative' | 'utility' | 'pill' | 'link'"
|
|
164
130
|
},
|
|
165
131
|
{ "name": "quiet", "type": "boolean" },
|
|
166
132
|
{ "name": "small", "type": "boolean" },
|
|
@@ -257,6 +223,40 @@
|
|
|
257
223
|
"events": []
|
|
258
224
|
}
|
|
259
225
|
},
|
|
226
|
+
{
|
|
227
|
+
"name": "w-alert",
|
|
228
|
+
"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",
|
|
229
|
+
"doc-url": "",
|
|
230
|
+
"attributes": [
|
|
231
|
+
{
|
|
232
|
+
"name": "variant",
|
|
233
|
+
"value": {
|
|
234
|
+
"type": "'negative' | 'positive' | 'warning' | 'info'",
|
|
235
|
+
"default": "'info'"
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"name": "show",
|
|
240
|
+
"value": { "type": "boolean", "default": "false" }
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"name": "role",
|
|
244
|
+
"value": { "type": "string", "default": "'alert'" }
|
|
245
|
+
}
|
|
246
|
+
],
|
|
247
|
+
"events": [],
|
|
248
|
+
"js": {
|
|
249
|
+
"properties": [
|
|
250
|
+
{
|
|
251
|
+
"name": "variant",
|
|
252
|
+
"type": "'negative' | 'positive' | 'warning' | 'info'"
|
|
253
|
+
},
|
|
254
|
+
{ "name": "show", "type": "boolean" },
|
|
255
|
+
{ "name": "role", "type": "string" }
|
|
256
|
+
],
|
|
257
|
+
"events": []
|
|
258
|
+
}
|
|
259
|
+
},
|
|
260
260
|
{
|
|
261
261
|
"name": "w-badge",
|
|
262
262
|
"description": "`w-badge` is used for showing a small amount of non-interactive color-categorized metadata, like a status or count.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/layout-badge--docs)\n---\n",
|