@kubex/zinc 1.1.136 → 1.1.137

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,6 +2,17 @@
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": "zn-action-bar",
7
+ "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
8
+ "attributes": [],
9
+ "references": [
10
+ {
11
+ "name": "Documentation",
12
+ "url": "https://zinc.style/components/action-bar"
13
+ }
14
+ ]
15
+ },
5
16
  {
6
17
  "name": "zn-absolute-container",
7
18
  "description": "The absolute container will take the total inner height of the content (positioned absolute), and set that\nas it's min height, Creating enough space to show the content.\n---\n\n\n### **Slots:**\n - _default_ - The default slot",
@@ -53,17 +64,6 @@
53
64
  }
54
65
  ]
55
66
  },
56
- {
57
- "name": "zn-action-bar",
58
- "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
59
- "attributes": [],
60
- "references": [
61
- {
62
- "name": "Documentation",
63
- "url": "https://zinc.style/components/action-bar"
64
- }
65
- ]
66
- },
67
67
  {
68
68
  "name": "zn-animated-button",
69
69
  "description": "\n---\n\n\n### **Methods:**\n - **purchase(): _void_** - Programmatically trigger the purchase flow\n- **setSuccess(): _void_** - Set the button to success state manually\n- **setFailure(message): _void_** - Set the button to failure state manually with optional error message\n- **reset(): _void_** - Reset the button to idle state",
@@ -138,21 +138,6 @@
138
138
  }
139
139
  ]
140
140
  },
141
- {
142
- "name": "zn-bulk-actions",
143
- "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
144
- "attributes": [
145
- { "name": "name", "values": [] },
146
- { "name": "value", "values": [{ "name": "PropertyKey" }] },
147
- { "name": "actions", "values": [{ "name": "BulkActionData" }] }
148
- ],
149
- "references": [
150
- {
151
- "name": "Documentation",
152
- "url": "https://zinc.style/components/bulk-actions"
153
- }
154
- ]
155
- },
156
141
  {
157
142
  "name": "zn-background",
158
143
  "description": "Composes a colour, decorative image, image strength, optional motion and contrast overlay behind slotted content.\n---\n\n\n### **Slots:**\n - _default_ - Content displayed above the background layers.\n\n### **CSS Properties:**\n - **--zn-background-color** - Fallback colour when the `color` attribute is not set. _(default: undefined)_\n- **--zn-background-image-position** - Position of the background image. Defaults to `center`. _(default: undefined)_\n- **--zn-background-overlay-angle** - Direction of the overlay gradient. Defaults to `110deg`. _(default: undefined)_\n- **--zn-background-floating-icon-color** - Colour of the floating icons. Defaults to `currentColor`. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's full-size background canvas.\n- **image** - The decorative background image.\n- **overlay** - The contrast overlay between the image and content.\n- **floating-icons** - The non-interactive layer containing the floating icons.\n- **floating-icon** - Each floating `zn-icon`.\n- **content** - The wrapper around the default slot.",
@@ -205,6 +190,21 @@
205
190
  }
206
191
  ]
207
192
  },
193
+ {
194
+ "name": "zn-bulk-actions",
195
+ "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
196
+ "attributes": [
197
+ { "name": "name", "values": [] },
198
+ { "name": "value", "values": [{ "name": "PropertyKey" }] },
199
+ { "name": "actions", "values": [{ "name": "BulkActionData" }] }
200
+ ],
201
+ "references": [
202
+ {
203
+ "name": "Documentation",
204
+ "url": "https://zinc.style/components/bulk-actions"
205
+ }
206
+ ]
207
+ },
208
208
  {
209
209
  "name": "zn-button",
210
210
  "description": "Buttons represent actions that are available to the user.\n---\n\n\n### **Events:**\n - **zn-blur** - Emitted when the button loses focus.\n- **zn-focus** - Emitted when the button gains focus.\n- **zn-invalid** - Emitted when the form control has been checked for validity and its constraints aren't satisfied.\n\n### **Slots:**\n - _default_ - The button's label.\n- **prefix** - A presentational prefix icon or similar element.\n- **suffix** - A presentational suffix icon or similar element.\n- **cancel** - Slot for custom cancel button/content when autoClick is active.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **prefix** - The container that wraps the prefix.\n- **label** - The button's label.\n- **suffix** - The container that wraps the suffix.\n- **caret** - The button's caret icon, an `<zn-icon>` element.\n- **spinner** - The spinner that shows when the button is in the loading state.",
@@ -1,11 +1,33 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "name": "@kubex/zinc",
4
- "version": "1.1.136",
4
+ "version": "1.1.137",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "elements": [
9
+ {
10
+ "name": "zn-action-bar",
11
+ "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
12
+ "doc-url": "",
13
+ "attributes": [],
14
+ "slots": [
15
+ { "name": "", "description": "The default slot." },
16
+ { "name": "example", "description": "An example slot." }
17
+ ],
18
+ "events": [
19
+ { "name": "zn-event-name", "description": "Emitted as an example." }
20
+ ],
21
+ "js": {
22
+ "properties": [],
23
+ "events": [
24
+ {
25
+ "name": "zn-event-name",
26
+ "description": "Emitted as an example."
27
+ }
28
+ ]
29
+ }
30
+ },
9
31
  {
10
32
  "name": "zn-absolute-container",
11
33
  "description": "The absolute container will take the total inner height of the content (positioned absolute), and set that\nas it's min height, Creating enough space to show the content.\n---\n\n\n### **Slots:**\n - _default_ - The default slot",
@@ -83,28 +105,6 @@
83
105
  ]
84
106
  }
85
107
  },
86
- {
87
- "name": "zn-action-bar",
88
- "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
89
- "doc-url": "",
90
- "attributes": [],
91
- "slots": [
92
- { "name": "", "description": "The default slot." },
93
- { "name": "example", "description": "An example slot." }
94
- ],
95
- "events": [
96
- { "name": "zn-event-name", "description": "Emitted as an example." }
97
- ],
98
- "js": {
99
- "properties": [],
100
- "events": [
101
- {
102
- "name": "zn-event-name",
103
- "description": "Emitted as an example."
104
- }
105
- ]
106
- }
107
- },
108
108
  {
109
109
  "name": "zn-animated-button",
110
110
  "description": "\n---\n\n\n### **Methods:**\n - **purchase(): _void_** - Programmatically trigger the purchase flow\n- **setSuccess(): _void_** - Set the button to success state manually\n- **setFailure(message): _void_** - Set the button to failure state manually with optional error message\n- **reset(): _void_** - Reset the button to idle state",
@@ -250,44 +250,6 @@
250
250
  "events": []
251
251
  }
252
252
  },
253
- {
254
- "name": "zn-bulk-actions",
255
- "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
256
- "doc-url": "",
257
- "attributes": [
258
- { "name": "name", "value": { "type": "string" } },
259
- { "name": "value", "value": { "type": "PropertyKey" } },
260
- {
261
- "name": "actions",
262
- "value": { "type": "BulkActionData", "default": "[]" }
263
- }
264
- ],
265
- "slots": [
266
- { "name": "", "description": "The default slot." },
267
- { "name": "example", "description": "An example slot." }
268
- ],
269
- "events": [
270
- { "name": "zn-event-name", "description": "Emitted as an example." }
271
- ],
272
- "js": {
273
- "properties": [
274
- { "name": "container", "type": "HTMLDivElement" },
275
- { "name": "addRule", "type": "ZnSelect" },
276
- { "name": "input", "type": "HTMLInputElement" },
277
- { "name": "name", "type": "string" },
278
- { "name": "value", "type": "PropertyKey" },
279
- { "name": "actions", "type": "BulkActionData" },
280
- { "name": "validationMessage", "type": "string" },
281
- { "name": "validity", "type": "ValidityState" }
282
- ],
283
- "events": [
284
- {
285
- "name": "zn-event-name",
286
- "description": "Emitted as an example."
287
- }
288
- ]
289
- }
290
- },
291
253
  {
292
254
  "name": "zn-background",
293
255
  "description": "Composes a colour, decorative image, image strength, optional motion and contrast overlay behind slotted content.\n---\n\n\n### **Slots:**\n - _default_ - Content displayed above the background layers.\n\n### **CSS Properties:**\n - **--zn-background-color** - Fallback colour when the `color` attribute is not set. _(default: undefined)_\n- **--zn-background-image-position** - Position of the background image. Defaults to `center`. _(default: undefined)_\n- **--zn-background-overlay-angle** - Direction of the overlay gradient. Defaults to `110deg`. _(default: undefined)_\n- **--zn-background-floating-icon-color** - Colour of the floating icons. Defaults to `currentColor`. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's full-size background canvas.\n- **image** - The decorative background image.\n- **overlay** - The contrast overlay between the image and content.\n- **floating-icons** - The non-interactive layer containing the floating icons.\n- **floating-icon** - Each floating `zn-icon`.\n- **content** - The wrapper around the default slot.",
@@ -390,6 +352,44 @@
390
352
  "events": []
391
353
  }
392
354
  },
355
+ {
356
+ "name": "zn-bulk-actions",
357
+ "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
358
+ "doc-url": "",
359
+ "attributes": [
360
+ { "name": "name", "value": { "type": "string" } },
361
+ { "name": "value", "value": { "type": "PropertyKey" } },
362
+ {
363
+ "name": "actions",
364
+ "value": { "type": "BulkActionData", "default": "[]" }
365
+ }
366
+ ],
367
+ "slots": [
368
+ { "name": "", "description": "The default slot." },
369
+ { "name": "example", "description": "An example slot." }
370
+ ],
371
+ "events": [
372
+ { "name": "zn-event-name", "description": "Emitted as an example." }
373
+ ],
374
+ "js": {
375
+ "properties": [
376
+ { "name": "container", "type": "HTMLDivElement" },
377
+ { "name": "addRule", "type": "ZnSelect" },
378
+ { "name": "input", "type": "HTMLInputElement" },
379
+ { "name": "name", "type": "string" },
380
+ { "name": "value", "type": "PropertyKey" },
381
+ { "name": "actions", "type": "BulkActionData" },
382
+ { "name": "validationMessage", "type": "string" },
383
+ { "name": "validity", "type": "ValidityState" }
384
+ ],
385
+ "events": [
386
+ {
387
+ "name": "zn-event-name",
388
+ "description": "Emitted as an example."
389
+ }
390
+ ]
391
+ }
392
+ },
393
393
  {
394
394
  "name": "zn-button",
395
395
  "description": "Buttons represent actions that are available to the user.\n---\n\n\n### **Events:**\n - **zn-blur** - Emitted when the button loses focus.\n- **zn-focus** - Emitted when the button gains focus.\n- **zn-invalid** - Emitted when the form control has been checked for validity and its constraints aren't satisfied.\n\n### **Slots:**\n - _default_ - The button's label.\n- **prefix** - A presentational prefix icon or similar element.\n- **suffix** - A presentational suffix icon or similar element.\n- **cancel** - Slot for custom cancel button/content when autoClick is active.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **prefix** - The container that wraps the prefix.\n- **label** - The button's label.\n- **suffix** - The container that wraps the suffix.\n- **caret** - The button's caret icon, an `<zn-icon>` element.\n- **spinner** - The spinner that shows when the button is in the loading state.",