@kubex/zinc 1.1.5 → 1.1.7

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.
@@ -13,6 +13,17 @@
13
13
  }
14
14
  ]
15
15
  },
16
+ {
17
+ "name": "zn-action-bar",
18
+ "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.",
19
+ "attributes": [],
20
+ "references": [
21
+ {
22
+ "name": "Documentation",
23
+ "url": "https://zinc.style/components/action-bar"
24
+ }
25
+ ]
26
+ },
16
27
  {
17
28
  "name": "zn-alert",
18
29
  "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.",
@@ -52,17 +63,6 @@
52
63
  }
53
64
  ]
54
65
  },
55
- {
56
- "name": "zn-action-bar",
57
- "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.",
58
- "attributes": [],
59
- "references": [
60
- {
61
- "name": "Documentation",
62
- "url": "https://zinc.style/components/action-bar"
63
- }
64
- ]
65
- },
66
66
  {
67
67
  "name": "zn-animated-button",
68
68
  "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",
@@ -137,21 +137,6 @@
137
137
  }
138
138
  ]
139
139
  },
140
- {
141
- "name": "zn-bulk-actions",
142
- "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.",
143
- "attributes": [
144
- { "name": "name", "values": [] },
145
- { "name": "value", "values": [{ "name": "PropertyKey" }] },
146
- { "name": "actions", "values": [{ "name": "BulkActionData" }] }
147
- ],
148
- "references": [
149
- {
150
- "name": "Documentation",
151
- "url": "https://zinc.style/components/bulk-actions"
152
- }
153
- ]
154
- },
155
140
  {
156
141
  "name": "zn-button",
157
142
  "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.",
@@ -305,6 +290,21 @@
305
290
  }
306
291
  ]
307
292
  },
293
+ {
294
+ "name": "zn-bulk-actions",
295
+ "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.",
296
+ "attributes": [
297
+ { "name": "name", "values": [] },
298
+ { "name": "value", "values": [{ "name": "PropertyKey" }] },
299
+ { "name": "actions", "values": [{ "name": "BulkActionData" }] }
300
+ ],
301
+ "references": [
302
+ {
303
+ "name": "Documentation",
304
+ "url": "https://zinc.style/components/bulk-actions"
305
+ }
306
+ ]
307
+ },
308
308
  {
309
309
  "name": "zn-button-menu",
310
310
  "description": "Automatically hides buttons in a menu when the screen is too small.\n---\n\n\n### **Slots:**\n - _default_ - The default slot.",
@@ -2329,7 +2329,7 @@
2329
2329
  },
2330
2330
  {
2331
2331
  "name": "zn-page",
2332
- "description": "Combines a page header with tab navigation and tab panels.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - Page content. Use zn-tab for named tabs and header-action/header-actions for header actions.\n- **bottom** - Content rendered below the navbar row (e.g. chips, filters). Forwarded to the navbar's bottom 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.",
2332
+ "description": "Combines a page header with tab navigation and tab panels.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - Page content. Use zn-tab for named tabs and header-action/header-actions for header actions.\n- **description** - Rich subtitle/description content. Falls back to the `summary` attribute when empty.\n- **bottom** - Content rendered below the navbar row (e.g. chips, filters). Forwarded to the navbar's bottom 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.",
2333
2333
  "attributes": [
2334
2334
  { "name": "caption", "values": [] },
2335
2335
  { "name": "entity-id", "values": [] },
@@ -3175,33 +3175,6 @@
3175
3175
  }
3176
3176
  ]
3177
3177
  },
3178
- {
3179
- "name": "zn-slideout",
3180
- "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-show** - Emitted when the slideout is opens.\n- **zn-close** - Emitted when the slideout is closed.\n- **zn-request-close** - Emitted when the user attempts to close the slideout by clicking the close button, clicking the overlay, or pressing escape. Calling `event.preventDefault()` will keep the slideout open. Avoid using this unless closing the slideout will result in destructive behavior such as data loss.\n\n### **Methods:**\n - **show()** - Shows the slideout.\n- **hide()** - Hides the slideout.\n\n### **Slots:**\n - _default_ - The default slot.\n- **label** - The slideout's label. Alternatively you can use the `label` attribute.\n\n### **CSS Properties:**\n - **--width** - The preferred width of the slideout. Note the slideout will shrink to accommodate smaller screens. _(default: undefined)_\n- **--header-spacing** - The amount of padding to use for the header. _(default: undefined)_\n- **--body-spacing** - The amount of padding to use for the body. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **header** - The slideout's header. This element wraps the title and header actions.\n- **close-button** - The slideout's close button.\n- **close-button__base** - The close buttons exported `base` part.\n- **body** - The slideout's body.",
3181
- "attributes": [
3182
- {
3183
- "name": "open",
3184
- "description": "Indicated whether of not the slideout is open. You can toggle this attribute to show and hide the slideout, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the slideout's state.",
3185
- "values": []
3186
- },
3187
- {
3188
- "name": "label",
3189
- "description": "The slideout's label as displayed in the header. You should always include a relevant label even when using\n`no-header`, as it is required for proper accessibility. If you need to display HTML, use the `label` slot instead.",
3190
- "values": []
3191
- },
3192
- {
3193
- "name": "trigger",
3194
- "description": "The slideout's trigger element. This is used to open the slideout when clicked. If you do not provide a trigger, you\nwill need to manually open the slideout using the `show()` method.",
3195
- "values": []
3196
- }
3197
- ],
3198
- "references": [
3199
- {
3200
- "name": "Documentation",
3201
- "url": "https://zinc.style/components/slideout"
3202
- }
3203
- ]
3204
- },
3205
3178
  {
3206
3179
  "name": "zn-sp",
3207
3180
  "description": "A flexible layout container for spacing and arranging child elements in rows or columns with configurable gap, padding, and dividers.\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.",
@@ -3250,23 +3223,6 @@
3250
3223
  { "name": "Documentation", "url": "https://zinc.style/components/sp" }
3251
3224
  ]
3252
3225
  },
3253
- {
3254
- "name": "zn-split-button",
3255
- "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.",
3256
- "attributes": [
3257
- { "name": "caption", "values": [] },
3258
- { "name": "href", "values": [] },
3259
- { "name": "name", "values": [] },
3260
- { "name": "value", "values": [] },
3261
- { "name": "type", "values": [] }
3262
- ],
3263
- "references": [
3264
- {
3265
- "name": "Documentation",
3266
- "url": "https://zinc.style/components/split-button"
3267
- }
3268
- ]
3269
- },
3270
3226
  {
3271
3227
  "name": "zn-split-pane",
3272
3228
  "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-split-pane-focus-change**\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.",
@@ -3305,6 +3261,50 @@
3305
3261
  }
3306
3262
  ]
3307
3263
  },
3264
+ {
3265
+ "name": "zn-slideout",
3266
+ "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-show** - Emitted when the slideout is opens.\n- **zn-close** - Emitted when the slideout is closed.\n- **zn-request-close** - Emitted when the user attempts to close the slideout by clicking the close button, clicking the overlay, or pressing escape. Calling `event.preventDefault()` will keep the slideout open. Avoid using this unless closing the slideout will result in destructive behavior such as data loss.\n\n### **Methods:**\n - **show()** - Shows the slideout.\n- **hide()** - Hides the slideout.\n\n### **Slots:**\n - _default_ - The default slot.\n- **label** - The slideout's label. Alternatively you can use the `label` attribute.\n\n### **CSS Properties:**\n - **--width** - The preferred width of the slideout. Note the slideout will shrink to accommodate smaller screens. _(default: undefined)_\n- **--header-spacing** - The amount of padding to use for the header. _(default: undefined)_\n- **--body-spacing** - The amount of padding to use for the body. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **header** - The slideout's header. This element wraps the title and header actions.\n- **close-button** - The slideout's close button.\n- **close-button__base** - The close buttons exported `base` part.\n- **body** - The slideout's body.",
3267
+ "attributes": [
3268
+ {
3269
+ "name": "open",
3270
+ "description": "Indicated whether of not the slideout is open. You can toggle this attribute to show and hide the slideout, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the slideout's state.",
3271
+ "values": []
3272
+ },
3273
+ {
3274
+ "name": "label",
3275
+ "description": "The slideout's label as displayed in the header. You should always include a relevant label even when using\n`no-header`, as it is required for proper accessibility. If you need to display HTML, use the `label` slot instead.",
3276
+ "values": []
3277
+ },
3278
+ {
3279
+ "name": "trigger",
3280
+ "description": "The slideout's trigger element. This is used to open the slideout when clicked. If you do not provide a trigger, you\nwill need to manually open the slideout using the `show()` method.",
3281
+ "values": []
3282
+ }
3283
+ ],
3284
+ "references": [
3285
+ {
3286
+ "name": "Documentation",
3287
+ "url": "https://zinc.style/components/slideout"
3288
+ }
3289
+ ]
3290
+ },
3291
+ {
3292
+ "name": "zn-split-button",
3293
+ "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.",
3294
+ "attributes": [
3295
+ { "name": "caption", "values": [] },
3296
+ { "name": "href", "values": [] },
3297
+ { "name": "name", "values": [] },
3298
+ { "name": "value", "values": [] },
3299
+ { "name": "type", "values": [] }
3300
+ ],
3301
+ "references": [
3302
+ {
3303
+ "name": "Documentation",
3304
+ "url": "https://zinc.style/components/split-button"
3305
+ }
3306
+ ]
3307
+ },
3308
3308
  {
3309
3309
  "name": "zn-stat",
3310
3310
  "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.",
@@ -1,7 +1,7 @@
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.5",
4
+ "version": "1.1.7",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -15,6 +15,28 @@
15
15
  "events": [],
16
16
  "js": { "properties": [], "events": [] }
17
17
  },
18
+ {
19
+ "name": "zn-action-bar",
20
+ "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.",
21
+ "doc-url": "",
22
+ "attributes": [],
23
+ "slots": [
24
+ { "name": "", "description": "The default slot." },
25
+ { "name": "example", "description": "An example slot." }
26
+ ],
27
+ "events": [
28
+ { "name": "zn-event-name", "description": "Emitted as an example." }
29
+ ],
30
+ "js": {
31
+ "properties": [],
32
+ "events": [
33
+ {
34
+ "name": "zn-event-name",
35
+ "description": "Emitted as an example."
36
+ }
37
+ ]
38
+ }
39
+ },
18
40
  {
19
41
  "name": "zn-alert",
20
42
  "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.",
@@ -78,28 +100,6 @@
78
100
  ]
79
101
  }
80
102
  },
81
- {
82
- "name": "zn-action-bar",
83
- "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.",
84
- "doc-url": "",
85
- "attributes": [],
86
- "slots": [
87
- { "name": "", "description": "The default slot." },
88
- { "name": "example", "description": "An example slot." }
89
- ],
90
- "events": [
91
- { "name": "zn-event-name", "description": "Emitted as an example." }
92
- ],
93
- "js": {
94
- "properties": [],
95
- "events": [
96
- {
97
- "name": "zn-event-name",
98
- "description": "Emitted as an example."
99
- }
100
- ]
101
- }
102
- },
103
103
  {
104
104
  "name": "zn-animated-button",
105
105
  "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",
@@ -245,44 +245,6 @@
245
245
  "events": []
246
246
  }
247
247
  },
248
- {
249
- "name": "zn-bulk-actions",
250
- "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.",
251
- "doc-url": "",
252
- "attributes": [
253
- { "name": "name", "value": { "type": "string" } },
254
- { "name": "value", "value": { "type": "PropertyKey" } },
255
- {
256
- "name": "actions",
257
- "value": { "type": "BulkActionData", "default": "[]" }
258
- }
259
- ],
260
- "slots": [
261
- { "name": "", "description": "The default slot." },
262
- { "name": "example", "description": "An example slot." }
263
- ],
264
- "events": [
265
- { "name": "zn-event-name", "description": "Emitted as an example." }
266
- ],
267
- "js": {
268
- "properties": [
269
- { "name": "container", "type": "HTMLDivElement" },
270
- { "name": "addRule", "type": "ZnSelect" },
271
- { "name": "input", "type": "HTMLInputElement" },
272
- { "name": "name", "type": "string" },
273
- { "name": "value", "type": "PropertyKey" },
274
- { "name": "actions", "type": "BulkActionData" },
275
- { "name": "validationMessage", "type": "string" },
276
- { "name": "validity", "type": "ValidityState" }
277
- ],
278
- "events": [
279
- {
280
- "name": "zn-event-name",
281
- "description": "Emitted as an example."
282
- }
283
- ]
284
- }
285
- },
286
248
  {
287
249
  "name": "zn-button",
288
250
  "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.",
@@ -599,6 +561,44 @@
599
561
  ]
600
562
  }
601
563
  },
564
+ {
565
+ "name": "zn-bulk-actions",
566
+ "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.",
567
+ "doc-url": "",
568
+ "attributes": [
569
+ { "name": "name", "value": { "type": "string" } },
570
+ { "name": "value", "value": { "type": "PropertyKey" } },
571
+ {
572
+ "name": "actions",
573
+ "value": { "type": "BulkActionData", "default": "[]" }
574
+ }
575
+ ],
576
+ "slots": [
577
+ { "name": "", "description": "The default slot." },
578
+ { "name": "example", "description": "An example slot." }
579
+ ],
580
+ "events": [
581
+ { "name": "zn-event-name", "description": "Emitted as an example." }
582
+ ],
583
+ "js": {
584
+ "properties": [
585
+ { "name": "container", "type": "HTMLDivElement" },
586
+ { "name": "addRule", "type": "ZnSelect" },
587
+ { "name": "input", "type": "HTMLInputElement" },
588
+ { "name": "name", "type": "string" },
589
+ { "name": "value", "type": "PropertyKey" },
590
+ { "name": "actions", "type": "BulkActionData" },
591
+ { "name": "validationMessage", "type": "string" },
592
+ { "name": "validity", "type": "ValidityState" }
593
+ ],
594
+ "events": [
595
+ {
596
+ "name": "zn-event-name",
597
+ "description": "Emitted as an example."
598
+ }
599
+ ]
600
+ }
601
+ },
602
602
  {
603
603
  "name": "zn-button-menu",
604
604
  "description": "Automatically hides buttons in a menu when the screen is too small.\n---\n\n\n### **Slots:**\n - _default_ - The default slot.",
@@ -5382,7 +5382,7 @@
5382
5382
  },
5383
5383
  {
5384
5384
  "name": "zn-page",
5385
- "description": "Combines a page header with tab navigation and tab panels.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - Page content. Use zn-tab for named tabs and header-action/header-actions for header actions.\n- **bottom** - Content rendered below the navbar row (e.g. chips, filters). Forwarded to the navbar's bottom 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.",
5385
+ "description": "Combines a page header with tab navigation and tab panels.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - Page content. Use zn-tab for named tabs and header-action/header-actions for header actions.\n- **description** - Rich subtitle/description content. Falls back to the `summary` attribute when empty.\n- **bottom** - Content rendered below the navbar row (e.g. chips, filters). Forwarded to the navbar's bottom 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.",
5386
5386
  "doc-url": "",
5387
5387
  "attributes": [
5388
5388
  { "name": "caption", "value": { "type": "string" } },
@@ -5466,6 +5466,10 @@
5466
5466
  "name": "",
5467
5467
  "description": "Page content. Use zn-tab for named tabs and header-action/header-actions for header actions."
5468
5468
  },
5469
+ {
5470
+ "name": "description",
5471
+ "description": "Rich subtitle/description content. Falls back to the `summary` attribute when empty."
5472
+ },
5469
5473
  {
5470
5474
  "name": "bottom",
5471
5475
  "description": "Content rendered below the navbar row (e.g. chips, filters). Forwarded to the navbar's bottom slot."
@@ -7384,87 +7388,6 @@
7384
7388
  "events": []
7385
7389
  }
7386
7390
  },
7387
- {
7388
- "name": "zn-slideout",
7389
- "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-show** - Emitted when the slideout is opens.\n- **zn-close** - Emitted when the slideout is closed.\n- **zn-request-close** - Emitted when the user attempts to close the slideout by clicking the close button, clicking the overlay, or pressing escape. Calling `event.preventDefault()` will keep the slideout open. Avoid using this unless closing the slideout will result in destructive behavior such as data loss.\n\n### **Methods:**\n - **show()** - Shows the slideout.\n- **hide()** - Hides the slideout.\n\n### **Slots:**\n - _default_ - The default slot.\n- **label** - The slideout's label. Alternatively you can use the `label` attribute.\n\n### **CSS Properties:**\n - **--width** - The preferred width of the slideout. Note the slideout will shrink to accommodate smaller screens. _(default: undefined)_\n- **--header-spacing** - The amount of padding to use for the header. _(default: undefined)_\n- **--body-spacing** - The amount of padding to use for the body. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **header** - The slideout's header. This element wraps the title and header actions.\n- **close-button** - The slideout's close button.\n- **close-button__base** - The close buttons exported `base` part.\n- **body** - The slideout's body.",
7390
- "doc-url": "",
7391
- "attributes": [
7392
- {
7393
- "name": "open",
7394
- "description": "Indicated whether of not the slideout is open. You can toggle this attribute to show and hide the slideout, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the slideout's state.",
7395
- "value": { "type": "boolean", "default": "false" }
7396
- },
7397
- {
7398
- "name": "label",
7399
- "description": "The slideout's label as displayed in the header. You should always include a relevant label even when using\n`no-header`, as it is required for proper accessibility. If you need to display HTML, use the `label` slot instead.",
7400
- "value": { "type": "string" }
7401
- },
7402
- {
7403
- "name": "trigger",
7404
- "description": "The slideout's trigger element. This is used to open the slideout when clicked. If you do not provide a trigger, you\nwill need to manually open the slideout using the `show()` method.",
7405
- "value": { "type": "string" }
7406
- }
7407
- ],
7408
- "slots": [
7409
- { "name": "", "description": "The default slot." },
7410
- {
7411
- "name": "label",
7412
- "description": "The slideout's label. Alternatively you can use the `label` attribute."
7413
- }
7414
- ],
7415
- "events": [
7416
- {
7417
- "name": "zn-show",
7418
- "description": "Emitted when the slideout is opens."
7419
- },
7420
- {
7421
- "name": "zn-close",
7422
- "description": "Emitted when the slideout is closed."
7423
- },
7424
- {
7425
- "name": "zn-request-close",
7426
- "type": "{ source: 'close-button' | 'keyboard' | 'overlay' }",
7427
- "description": "Emitted when the user attempts to close the slideout by clicking the close button, clicking the overlay, or pressing escape. Calling `event.preventDefault()` will keep the slideout open. Avoid using this unless closing the slideout will result in destructive behavior such as data loss."
7428
- }
7429
- ],
7430
- "js": {
7431
- "properties": [
7432
- { "name": "slideout", "type": "HTMLDialogElement" },
7433
- { "name": "panel", "type": "HTMLElement" },
7434
- { "name": "overlay", "type": "HTMLElement" },
7435
- {
7436
- "name": "open",
7437
- "description": "Indicated whether of not the slideout is open. You can toggle this attribute to show and hide the slideout, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the slideout's state.",
7438
- "type": "boolean"
7439
- },
7440
- {
7441
- "name": "label",
7442
- "description": "The slideout's label as displayed in the header. You should always include a relevant label even when using\n`no-header`, as it is required for proper accessibility. If you need to display HTML, use the `label` slot instead.",
7443
- "type": "string"
7444
- },
7445
- {
7446
- "name": "trigger",
7447
- "description": "The slideout's trigger element. This is used to open the slideout when clicked. If you do not provide a trigger, you\nwill need to manually open the slideout using the `show()` method.",
7448
- "type": "string"
7449
- }
7450
- ],
7451
- "events": [
7452
- {
7453
- "name": "zn-show",
7454
- "description": "Emitted when the slideout is opens."
7455
- },
7456
- {
7457
- "name": "zn-close",
7458
- "description": "Emitted when the slideout is closed."
7459
- },
7460
- {
7461
- "name": "zn-request-close",
7462
- "type": "{ source: 'close-button' | 'keyboard' | 'overlay' }",
7463
- "description": "Emitted when the user attempts to close the slideout by clicking the close button, clicking the overlay, or pressing escape. Calling `event.preventDefault()` will keep the slideout open. Avoid using this unless closing the slideout will result in destructive behavior such as data loss."
7464
- }
7465
- ]
7466
- }
7467
- },
7468
7391
  {
7469
7392
  "name": "zn-sp",
7470
7393
  "description": "A flexible layout container for spacing and arranging child elements in rows or columns with configurable gap, padding, and dividers.\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.",
@@ -7596,45 +7519,6 @@
7596
7519
  ]
7597
7520
  }
7598
7521
  },
7599
- {
7600
- "name": "zn-split-button",
7601
- "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.",
7602
- "doc-url": "",
7603
- "attributes": [
7604
- { "name": "caption", "value": { "type": "string" } },
7605
- { "name": "href", "value": { "type": "string" } },
7606
- { "name": "name", "value": { "type": "string" } },
7607
- { "name": "value", "value": { "type": "string" } },
7608
- { "name": "type", "value": { "type": "string" } }
7609
- ],
7610
- "slots": [
7611
- { "name": "", "description": "The default slot." },
7612
- { "name": "example", "description": "An example slot." }
7613
- ],
7614
- "events": [
7615
- { "name": "zn-event-name", "description": "Emitted as an example." }
7616
- ],
7617
- "js": {
7618
- "properties": [
7619
- { "name": "caption", "type": "string" },
7620
- { "name": "href", "type": "string" },
7621
- { "name": "name", "type": "string" },
7622
- { "name": "value", "type": "string" },
7623
- { "name": "defaultValue", "type": "string" },
7624
- { "name": "type", "type": "string" },
7625
- { "name": "dropdown", "type": "ZnDropdown" },
7626
- { "name": "button", "type": "ZnButton" },
7627
- { "name": "validity" },
7628
- { "name": "validationMessage" }
7629
- ],
7630
- "events": [
7631
- {
7632
- "name": "zn-event-name",
7633
- "description": "Emitted as an example."
7634
- }
7635
- ]
7636
- }
7637
- },
7638
7522
  {
7639
7523
  "name": "zn-split-pane",
7640
7524
  "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-split-pane-focus-change**\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.",
@@ -7753,6 +7637,126 @@
7753
7637
  ]
7754
7638
  }
7755
7639
  },
7640
+ {
7641
+ "name": "zn-slideout",
7642
+ "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-show** - Emitted when the slideout is opens.\n- **zn-close** - Emitted when the slideout is closed.\n- **zn-request-close** - Emitted when the user attempts to close the slideout by clicking the close button, clicking the overlay, or pressing escape. Calling `event.preventDefault()` will keep the slideout open. Avoid using this unless closing the slideout will result in destructive behavior such as data loss.\n\n### **Methods:**\n - **show()** - Shows the slideout.\n- **hide()** - Hides the slideout.\n\n### **Slots:**\n - _default_ - The default slot.\n- **label** - The slideout's label. Alternatively you can use the `label` attribute.\n\n### **CSS Properties:**\n - **--width** - The preferred width of the slideout. Note the slideout will shrink to accommodate smaller screens. _(default: undefined)_\n- **--header-spacing** - The amount of padding to use for the header. _(default: undefined)_\n- **--body-spacing** - The amount of padding to use for the body. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **header** - The slideout's header. This element wraps the title and header actions.\n- **close-button** - The slideout's close button.\n- **close-button__base** - The close buttons exported `base` part.\n- **body** - The slideout's body.",
7643
+ "doc-url": "",
7644
+ "attributes": [
7645
+ {
7646
+ "name": "open",
7647
+ "description": "Indicated whether of not the slideout is open. You can toggle this attribute to show and hide the slideout, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the slideout's state.",
7648
+ "value": { "type": "boolean", "default": "false" }
7649
+ },
7650
+ {
7651
+ "name": "label",
7652
+ "description": "The slideout's label as displayed in the header. You should always include a relevant label even when using\n`no-header`, as it is required for proper accessibility. If you need to display HTML, use the `label` slot instead.",
7653
+ "value": { "type": "string" }
7654
+ },
7655
+ {
7656
+ "name": "trigger",
7657
+ "description": "The slideout's trigger element. This is used to open the slideout when clicked. If you do not provide a trigger, you\nwill need to manually open the slideout using the `show()` method.",
7658
+ "value": { "type": "string" }
7659
+ }
7660
+ ],
7661
+ "slots": [
7662
+ { "name": "", "description": "The default slot." },
7663
+ {
7664
+ "name": "label",
7665
+ "description": "The slideout's label. Alternatively you can use the `label` attribute."
7666
+ }
7667
+ ],
7668
+ "events": [
7669
+ {
7670
+ "name": "zn-show",
7671
+ "description": "Emitted when the slideout is opens."
7672
+ },
7673
+ {
7674
+ "name": "zn-close",
7675
+ "description": "Emitted when the slideout is closed."
7676
+ },
7677
+ {
7678
+ "name": "zn-request-close",
7679
+ "type": "{ source: 'close-button' | 'keyboard' | 'overlay' }",
7680
+ "description": "Emitted when the user attempts to close the slideout by clicking the close button, clicking the overlay, or pressing escape. Calling `event.preventDefault()` will keep the slideout open. Avoid using this unless closing the slideout will result in destructive behavior such as data loss."
7681
+ }
7682
+ ],
7683
+ "js": {
7684
+ "properties": [
7685
+ { "name": "slideout", "type": "HTMLDialogElement" },
7686
+ { "name": "panel", "type": "HTMLElement" },
7687
+ { "name": "overlay", "type": "HTMLElement" },
7688
+ {
7689
+ "name": "open",
7690
+ "description": "Indicated whether of not the slideout is open. You can toggle this attribute to show and hide the slideout, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the slideout's state.",
7691
+ "type": "boolean"
7692
+ },
7693
+ {
7694
+ "name": "label",
7695
+ "description": "The slideout's label as displayed in the header. You should always include a relevant label even when using\n`no-header`, as it is required for proper accessibility. If you need to display HTML, use the `label` slot instead.",
7696
+ "type": "string"
7697
+ },
7698
+ {
7699
+ "name": "trigger",
7700
+ "description": "The slideout's trigger element. This is used to open the slideout when clicked. If you do not provide a trigger, you\nwill need to manually open the slideout using the `show()` method.",
7701
+ "type": "string"
7702
+ }
7703
+ ],
7704
+ "events": [
7705
+ {
7706
+ "name": "zn-show",
7707
+ "description": "Emitted when the slideout is opens."
7708
+ },
7709
+ {
7710
+ "name": "zn-close",
7711
+ "description": "Emitted when the slideout is closed."
7712
+ },
7713
+ {
7714
+ "name": "zn-request-close",
7715
+ "type": "{ source: 'close-button' | 'keyboard' | 'overlay' }",
7716
+ "description": "Emitted when the user attempts to close the slideout by clicking the close button, clicking the overlay, or pressing escape. Calling `event.preventDefault()` will keep the slideout open. Avoid using this unless closing the slideout will result in destructive behavior such as data loss."
7717
+ }
7718
+ ]
7719
+ }
7720
+ },
7721
+ {
7722
+ "name": "zn-split-button",
7723
+ "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.",
7724
+ "doc-url": "",
7725
+ "attributes": [
7726
+ { "name": "caption", "value": { "type": "string" } },
7727
+ { "name": "href", "value": { "type": "string" } },
7728
+ { "name": "name", "value": { "type": "string" } },
7729
+ { "name": "value", "value": { "type": "string" } },
7730
+ { "name": "type", "value": { "type": "string" } }
7731
+ ],
7732
+ "slots": [
7733
+ { "name": "", "description": "The default slot." },
7734
+ { "name": "example", "description": "An example slot." }
7735
+ ],
7736
+ "events": [
7737
+ { "name": "zn-event-name", "description": "Emitted as an example." }
7738
+ ],
7739
+ "js": {
7740
+ "properties": [
7741
+ { "name": "caption", "type": "string" },
7742
+ { "name": "href", "type": "string" },
7743
+ { "name": "name", "type": "string" },
7744
+ { "name": "value", "type": "string" },
7745
+ { "name": "defaultValue", "type": "string" },
7746
+ { "name": "type", "type": "string" },
7747
+ { "name": "dropdown", "type": "ZnDropdown" },
7748
+ { "name": "button", "type": "ZnButton" },
7749
+ { "name": "validity" },
7750
+ { "name": "validationMessage" }
7751
+ ],
7752
+ "events": [
7753
+ {
7754
+ "name": "zn-event-name",
7755
+ "description": "Emitted as an example."
7756
+ }
7757
+ ]
7758
+ }
7759
+ },
7756
7760
  {
7757
7761
  "name": "zn-stat",
7758
7762
  "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.",