@kubex/zinc 1.0.12 → 1.0.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.
Files changed (44) hide show
  1. package/dist/custom-elements.json +2493 -2156
  2. package/dist/vscode.html-custom-data.json +185 -155
  3. package/dist/web-types.json +420 -334
  4. package/dist/zn.d.ts +125 -15
  5. package/dist/zn.min.css +1 -1
  6. package/dist/zn.min.js +541 -518
  7. package/docs/pages/components/data-select.md +1 -1
  8. package/docs/pages/components/filter-container.md +72 -0
  9. package/docs/pages/components/filter-wrapper.md +2 -2
  10. package/docs/pages/components/hover-container.md +20 -0
  11. package/docs/pages/components/reveal.md +24 -0
  12. package/docs/pages/components/select.md +39 -1
  13. package/docs/pages/components/toggle.md +6 -3
  14. package/package.json +1 -1
  15. package/scss/_root.scss +4 -4
  16. package/src/components/button/button.component.ts +11 -5
  17. package/src/components/data-select/data-select.component.ts +5 -2
  18. package/src/components/dropdown/dropdown.component.ts +3 -0
  19. package/src/components/filter-container/filter-container.component.ts +112 -0
  20. package/src/components/filter-container/filter-container.scss +5 -0
  21. package/src/components/filter-container/filter-container.test.ts +10 -0
  22. package/src/components/filter-container/index.ts +12 -0
  23. package/src/components/form-group/form-group.component.ts +26 -25
  24. package/src/components/form-group/form-group.scss +1 -0
  25. package/src/components/header/header.scss +7 -0
  26. package/src/components/navbar/navbar.scss +4 -0
  27. package/src/components/note/note.component.ts +1 -0
  28. package/src/components/option/option.component.ts +3 -3
  29. package/src/components/option/option.scss +5 -9
  30. package/src/components/progress-bar/progress-bar.component.ts +1 -1
  31. package/src/components/progress-tile/progress-tile.component.ts +2 -2
  32. package/src/components/reveal/index.ts +12 -0
  33. package/src/components/reveal/reveal.component.ts +92 -0
  34. package/src/components/reveal/reveal.scss +18 -0
  35. package/src/components/reveal/reveal.test.ts +10 -0
  36. package/src/components/select/select.component.ts +63 -7
  37. package/src/components/sp/sp.component.ts +2 -0
  38. package/src/components/split-pane/split-pane.component.ts +2 -1
  39. package/src/components/toggle/toggle.component.ts +33 -23
  40. package/src/components/tooltip/tooltip.component.ts +10 -5
  41. package/src/internal/form.ts +5 -0
  42. package/src/utilities/top-layer-manager.ts +32 -0
  43. package/src/wc.scss +9 -5
  44. package/src/zinc.ts +2 -0
@@ -412,32 +412,6 @@
412
412
  }
413
413
  ]
414
414
  },
415
- {
416
- "name": "zn-collapsible",
417
- "description": "Toggles between showing and hiding content when clicked\n---\n\n\n### **Slots:**\n - **header** - Clicking will toggle the show state of the data",
418
- "attributes": [
419
- { "name": "caption", "values": [] },
420
- { "name": "description", "values": [] },
421
- { "name": "label", "values": [] },
422
- { "name": "show-number", "values": [] },
423
- { "name": "count-element", "values": [] },
424
- { "name": "expanded", "values": [] },
425
- {
426
- "name": "default",
427
- "values": [{ "name": "open" }, { "name": "closed" }]
428
- },
429
- { "name": "local-storage", "values": [] },
430
- { "name": "store-key", "values": [] },
431
- { "name": "store-ttl", "values": [] },
432
- { "name": "flush", "values": [] }
433
- ],
434
- "references": [
435
- {
436
- "name": "Documentation",
437
- "url": "https://zinc.style/components/collapsible"
438
- }
439
- ]
440
- },
441
415
  {
442
416
  "name": "zn-chip",
443
417
  "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.",
@@ -472,6 +446,32 @@
472
446
  { "name": "Documentation", "url": "https://zinc.style/components/chip" }
473
447
  ]
474
448
  },
449
+ {
450
+ "name": "zn-collapsible",
451
+ "description": "Toggles between showing and hiding content when clicked\n---\n\n\n### **Slots:**\n - **header** - Clicking will toggle the show state of the data",
452
+ "attributes": [
453
+ { "name": "caption", "values": [] },
454
+ { "name": "description", "values": [] },
455
+ { "name": "label", "values": [] },
456
+ { "name": "show-number", "values": [] },
457
+ { "name": "count-element", "values": [] },
458
+ { "name": "expanded", "values": [] },
459
+ {
460
+ "name": "default",
461
+ "values": [{ "name": "open" }, { "name": "closed" }]
462
+ },
463
+ { "name": "local-storage", "values": [] },
464
+ { "name": "store-key", "values": [] },
465
+ { "name": "store-ttl", "values": [] },
466
+ { "name": "flush", "values": [] }
467
+ ],
468
+ "references": [
469
+ {
470
+ "name": "Documentation",
471
+ "url": "https://zinc.style/components/collapsible"
472
+ }
473
+ ]
474
+ },
475
475
  {
476
476
  "name": "zn-cols",
477
477
  "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.",
@@ -680,7 +680,8 @@
680
680
  "description": "The selects required attribute.",
681
681
  "values": []
682
682
  },
683
- { "name": "icon-only", "values": [] }
683
+ { "name": "icon-only", "values": [] },
684
+ { "name": "multiple", "values": [] }
684
685
  ],
685
686
  "references": [
686
687
  {
@@ -914,37 +915,6 @@
914
915
  }
915
916
  ]
916
917
  },
917
- {
918
- "name": "zn-editor",
919
- "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.",
920
- "attributes": [
921
- { "name": "id", "values": [] },
922
- { "name": "name", "values": [] },
923
- { "name": "value", "values": [] },
924
- {
925
- "name": "interaction-type",
926
- "values": [{ "name": "ticket" }, { "name": "chat" }]
927
- },
928
- { "name": "attachment-url", "values": [] },
929
- { "name": "code-blocks", "values": [] },
930
- { "name": "dividers", "values": [] },
931
- { "name": "links", "values": [] },
932
- { "name": "attachments", "values": [] },
933
- { "name": "images", "values": [] },
934
- { "name": "videos", "values": [] },
935
- { "name": "dates", "values": [] },
936
- { "name": "emojis", "values": [] },
937
- { "name": "code", "values": [] },
938
- { "name": "ai", "values": [] },
939
- { "name": "ai-path", "values": [] }
940
- ],
941
- "references": [
942
- {
943
- "name": "Documentation",
944
- "url": "https://zinc.style/components/editor"
945
- }
946
- ]
947
- },
948
918
  {
949
919
  "name": "zn-dropdown",
950
920
  "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Methods:**\n - **show()** - Opens the dropdown\n- **hide()** - Closes the dropdown\n- **reposition()** - Instructs the dropdown to reposition itself\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.",
@@ -1016,6 +986,37 @@
1016
986
  }
1017
987
  ]
1018
988
  },
989
+ {
990
+ "name": "zn-editor",
991
+ "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.",
992
+ "attributes": [
993
+ { "name": "id", "values": [] },
994
+ { "name": "name", "values": [] },
995
+ { "name": "value", "values": [] },
996
+ {
997
+ "name": "interaction-type",
998
+ "values": [{ "name": "ticket" }, { "name": "chat" }]
999
+ },
1000
+ { "name": "attachment-url", "values": [] },
1001
+ { "name": "code-blocks", "values": [] },
1002
+ { "name": "dividers", "values": [] },
1003
+ { "name": "links", "values": [] },
1004
+ { "name": "attachments", "values": [] },
1005
+ { "name": "images", "values": [] },
1006
+ { "name": "videos", "values": [] },
1007
+ { "name": "dates", "values": [] },
1008
+ { "name": "emojis", "values": [] },
1009
+ { "name": "code", "values": [] },
1010
+ { "name": "ai", "values": [] },
1011
+ { "name": "ai-path", "values": [] }
1012
+ ],
1013
+ "references": [
1014
+ {
1015
+ "name": "Documentation",
1016
+ "url": "https://zinc.style/components/editor"
1017
+ }
1018
+ ]
1019
+ },
1019
1020
  {
1020
1021
  "name": "zn-empty-state",
1021
1022
  "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.",
@@ -1162,36 +1163,24 @@
1162
1163
  ]
1163
1164
  },
1164
1165
  {
1165
- "name": "zn-filter-wrapper",
1166
+ "name": "zn-filter-container",
1166
1167
  "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.",
1167
- "attributes": [{ "name": "button", "values": [] }],
1168
+ "attributes": [{ "name": "attr", "values": [] }],
1168
1169
  "references": [
1169
1170
  {
1170
1171
  "name": "Documentation",
1171
- "url": "https://zinc.style/components/filter-wrapper"
1172
+ "url": "https://zinc.style/components/filter-container"
1172
1173
  }
1173
1174
  ]
1174
1175
  },
1175
1176
  {
1176
- "name": "zn-header",
1177
+ "name": "zn-filter-wrapper",
1177
1178
  "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.",
1178
- "attributes": [
1179
- { "name": "full-location", "values": [] },
1180
- { "name": "entity-id", "values": [] },
1181
- { "name": "entity-id-show", "values": [] },
1182
- { "name": "transparent", "values": [] },
1183
- { "name": "caption", "values": [] },
1184
- { "name": "icon", "values": [] },
1185
- { "name": "description", "values": [] },
1186
- { "name": "navigation", "values": [{ "name": "array" }] },
1187
- { "name": "full-width", "values": [] },
1188
- { "name": "previous-path", "values": [] },
1189
- { "name": "previous-target", "values": [] }
1190
- ],
1179
+ "attributes": [{ "name": "button", "values": [] }],
1191
1180
  "references": [
1192
1181
  {
1193
1182
  "name": "Documentation",
1194
- "url": "https://zinc.style/components/header"
1183
+ "url": "https://zinc.style/components/filter-wrapper"
1195
1184
  }
1196
1185
  ]
1197
1186
  },
@@ -1222,6 +1211,29 @@
1222
1211
  }
1223
1212
  ]
1224
1213
  },
1214
+ {
1215
+ "name": "zn-header",
1216
+ "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.",
1217
+ "attributes": [
1218
+ { "name": "full-location", "values": [] },
1219
+ { "name": "entity-id", "values": [] },
1220
+ { "name": "entity-id-show", "values": [] },
1221
+ { "name": "transparent", "values": [] },
1222
+ { "name": "caption", "values": [] },
1223
+ { "name": "icon", "values": [] },
1224
+ { "name": "description", "values": [] },
1225
+ { "name": "navigation", "values": [{ "name": "array" }] },
1226
+ { "name": "full-width", "values": [] },
1227
+ { "name": "previous-path", "values": [] },
1228
+ { "name": "previous-target", "values": [] }
1229
+ ],
1230
+ "references": [
1231
+ {
1232
+ "name": "Documentation",
1233
+ "url": "https://zinc.style/components/header"
1234
+ }
1235
+ ]
1236
+ },
1225
1237
  {
1226
1238
  "name": "zn-hover-container",
1227
1239
  "description": "The HoverContainer component is used to display additional information when a user hovers over or clicks\non an element.\n---\n\n\n### **Events:**\n - **zn-show** - Emitted when the hover-container is shown.\n- **zn-after-show** - Emitted after the hover-container is shown.\n- **zn-hide** - Emitted when the hover-container is hidden.\n- **zn-after-hide** - Emitted after the hover-container is hidden.\n\n### **Slots:**\n - _default_ - The content of the hover-container\n- **anchor** - The anchor the hover-container is attached to.",
@@ -1277,6 +1289,58 @@
1277
1289
  { "name": "Documentation", "url": "https://zinc.style/components/icon" }
1278
1290
  ]
1279
1291
  },
1292
+ {
1293
+ "name": "zn-inline-edit",
1294
+ "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.",
1295
+ "attributes": [
1296
+ { "name": "value", "values": [] },
1297
+ { "name": "name", "values": [] },
1298
+ { "name": "placeholder", "values": [] },
1299
+ { "name": "edit-text", "values": [] },
1300
+ { "name": "disabled", "values": [] },
1301
+ { "name": "inline", "values": [] },
1302
+ { "name": "padded", "values": [] },
1303
+ {
1304
+ "name": "size",
1305
+ "values": [
1306
+ { "name": "small" },
1307
+ { "name": "medium" },
1308
+ { "name": "large" }
1309
+ ]
1310
+ },
1311
+ { "name": "required", "values": [] },
1312
+ { "name": "pattern", "values": [] },
1313
+ {
1314
+ "name": "input-type",
1315
+ "values": [
1316
+ { "name": "select" },
1317
+ { "name": "text" },
1318
+ { "name": "data-select" },
1319
+ { "name": "number" }
1320
+ ]
1321
+ },
1322
+ {
1323
+ "name": "options",
1324
+ "values": [{ "name": "{ [key: string]: string }" }]
1325
+ },
1326
+ { "name": "provider", "values": [] },
1327
+ {
1328
+ "name": "icon-position",
1329
+ "values": [{ "name": "start" }, { "name": "end" }, { "name": "none" }]
1330
+ },
1331
+ {
1332
+ "name": "help-text",
1333
+ "description": "The input's help text. If you need to display HTML, use the `help-text` slot instead. *",
1334
+ "values": []
1335
+ }
1336
+ ],
1337
+ "references": [
1338
+ {
1339
+ "name": "Documentation",
1340
+ "url": "https://zinc.style/components/inline-edit"
1341
+ }
1342
+ ]
1343
+ },
1280
1344
  {
1281
1345
  "name": "zn-input",
1282
1346
  "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-blur** - Emitted when the control loses focus.\n- **zn-change** - Emitted when an alteration to the control's value is committed by the user.\n- **zn-clear** - Emitted when the clear button is activated.\n- **zn-focus** - Emitted when the control gains focus.\n- **zn-input** - Emitted when the control receives input.\n- **zn-invalid** - Emitted when the form control has been checked for validity and its constraints aren't satisfied.\n\n### **Methods:**\n - **focus(options: _FocusOptions_)** - Sets focus on the input.\n- **blur()** - Removes focus from the input.\n- **select()** - Selects all the text in the input.\n- **setSelectionRange(selectionStart: _number_, selectionEnd: _number_, selectionDirection: _'forward' | 'backward' | 'none'_)** - Sets the start and end positions of the text selection (0-based).\n- **setRangeText(replacement: _string_, start: _number_, end: _number_, selectMode: _'select' | 'start' | 'end' | 'preserve'_)** - Replaces a range of text with a new string.\n- **showPicker()** - Displays the browser picker for an input element (only works if the browser supports it for the input type).\n- **stepUp()** - Increments the value of a numeric input type by the value of the step attribute.\n- **stepDown()** - Decrements the value of a numeric input type by the value of the step attribute.\n- **checkValidity(): _boolean_** - Checks the validity but does not show a validation message. Returns `true` when valid and `false` when invalid.\n- **getForm(): _HTMLFormElement | null_** - Gets the associated form, if one exists.\n- **reportValidity()** - Checks for validity and shows the browser's validation message if the control is invalid.\n- **setCustomValidity(message: _string_)** - Sets a custom validation message. Pass an empty string to restore validity.\n\n### **Slots:**\n - **label** - The input's label. Alternatively, you can use the `label` attribute.\n- **label-tooltip** - Used to add text that is displayed in a tooltip next to the label. Alternatively, you can use the `label-tooltip` attribute.\n- **context-note** - Used to add contextual text that is displayed above the input, on the right. Alternatively, you can use the `context-note` attribute.\n- **prefix** - Used to prepend a presentational icon or similar element to the input.\n- **suffix** - Used to append a presentational icon or similar element to the input.\n- **clear-icon** - An icon to use in lieu of the default clear icon.\n- **show-password-icon** - An icon to use in lieu of the default show password icon.\n- **hide-password-icon** - An icon to use in lieu of the default hide password icon.\n- **help-text** - Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.\n\n### **CSS Parts:**\n - **form-control** - The form control that wraps the label, input, and help text.\n- **form-control-label** - The label's wrapper.\n- **form-control-input** - The input's wrapper.\n- **form-control-help-text** - The help text's wrapper.\n- **base** - The component's base wrapper.\n- **input** - The internal `<input>` control.\n- **prefix** - The container that wraps the prefix.\n- **clear-button** - The clear button.\n- **password-toggle-button** - The password toggle button.\n- **suffix** - The container that wraps the suffix.",
@@ -1496,58 +1560,6 @@
1496
1560
  }
1497
1561
  ]
1498
1562
  },
1499
- {
1500
- "name": "zn-inline-edit",
1501
- "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.",
1502
- "attributes": [
1503
- { "name": "value", "values": [] },
1504
- { "name": "name", "values": [] },
1505
- { "name": "placeholder", "values": [] },
1506
- { "name": "edit-text", "values": [] },
1507
- { "name": "disabled", "values": [] },
1508
- { "name": "inline", "values": [] },
1509
- { "name": "padded", "values": [] },
1510
- {
1511
- "name": "size",
1512
- "values": [
1513
- { "name": "small" },
1514
- { "name": "medium" },
1515
- { "name": "large" }
1516
- ]
1517
- },
1518
- { "name": "required", "values": [] },
1519
- { "name": "pattern", "values": [] },
1520
- {
1521
- "name": "input-type",
1522
- "values": [
1523
- { "name": "select" },
1524
- { "name": "text" },
1525
- { "name": "data-select" },
1526
- { "name": "number" }
1527
- ]
1528
- },
1529
- {
1530
- "name": "options",
1531
- "values": [{ "name": "{ [key: string]: string }" }]
1532
- },
1533
- { "name": "provider", "values": [] },
1534
- {
1535
- "name": "icon-position",
1536
- "values": [{ "name": "start" }, { "name": "end" }, { "name": "none" }]
1537
- },
1538
- {
1539
- "name": "help-text",
1540
- "description": "The input's help text. If you need to display HTML, use the `help-text` slot instead. *",
1541
- "values": []
1542
- }
1543
- ],
1544
- "references": [
1545
- {
1546
- "name": "Documentation",
1547
- "url": "https://zinc.style/components/inline-edit"
1548
- }
1549
- ]
1550
- },
1551
1563
  {
1552
1564
  "name": "zn-item",
1553
1565
  "description": "Used for listing items in a description list. Caption on the right, content on the left.\n---\n\n\n### **Slots:**\n - _default_ - The default slot. Can either be slotted or use the value attribute\n- **actions** - Used for adding actions to a zn-item.\n\n### **CSS Parts:**\n - **base** - The items base wrapper\n- **caption** - The items caption\n- **icon** - The items icon",
@@ -1790,6 +1802,31 @@
1790
1802
  { "name": "Documentation", "url": "https://zinc.style/components/pane" }
1791
1803
  ]
1792
1804
  },
1805
+ {
1806
+ "name": "zn-panel",
1807
+ "description": "Short summary of the component's intended use.\n---\n\n\n### **Slots:**\n - _default_ - The default slot.\n- **actions** - The actions slot.\n- **footer** - The footer 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.",
1808
+ "attributes": [
1809
+ { "name": "basis-px", "values": [] },
1810
+ { "name": "caption", "values": [] },
1811
+ { "name": "icon", "values": [] },
1812
+ { "name": "description", "values": [] },
1813
+ { "name": "tabbed", "values": [] },
1814
+ { "name": "header-underline", "values": [] },
1815
+ { "name": "cosmic", "values": [] },
1816
+ { "name": "flush", "values": [] },
1817
+ { "name": "flush-x", "values": [] },
1818
+ { "name": "flush-y", "values": [] },
1819
+ { "name": "flush-footer", "values": [] },
1820
+ { "name": "transparent", "values": [] },
1821
+ { "name": "shadow", "values": [] }
1822
+ ],
1823
+ "references": [
1824
+ {
1825
+ "name": "Documentation",
1826
+ "url": "https://zinc.style/components/panel"
1827
+ }
1828
+ ]
1829
+ },
1793
1830
  {
1794
1831
  "name": "zn-popup",
1795
1832
  "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Methods:**\n - **reposition()** - Forces the popup to recalculate and reposition itself.\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.",
@@ -1939,31 +1976,6 @@
1939
1976
  }
1940
1977
  ]
1941
1978
  },
1942
- {
1943
- "name": "zn-panel",
1944
- "description": "Short summary of the component's intended use.\n---\n\n\n### **Slots:**\n - _default_ - The default slot.\n- **actions** - The actions slot.\n- **footer** - The footer 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.",
1945
- "attributes": [
1946
- { "name": "basis-px", "values": [] },
1947
- { "name": "caption", "values": [] },
1948
- { "name": "icon", "values": [] },
1949
- { "name": "description", "values": [] },
1950
- { "name": "tabbed", "values": [] },
1951
- { "name": "header-underline", "values": [] },
1952
- { "name": "cosmic", "values": [] },
1953
- { "name": "flush", "values": [] },
1954
- { "name": "flush-x", "values": [] },
1955
- { "name": "flush-y", "values": [] },
1956
- { "name": "flush-footer", "values": [] },
1957
- { "name": "transparent", "values": [] },
1958
- { "name": "shadow", "values": [] }
1959
- ],
1960
- "references": [
1961
- {
1962
- "name": "Documentation",
1963
- "url": "https://zinc.style/components/panel"
1964
- }
1965
- ]
1966
- },
1967
1979
  {
1968
1980
  "name": "zn-progress-bar",
1969
1981
  "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.",
@@ -2184,6 +2196,21 @@
2184
2196
  }
2185
2197
  ]
2186
2198
  },
2199
+ {
2200
+ "name": "zn-reveal",
2201
+ "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.",
2202
+ "attributes": [
2203
+ { "name": "duration", "values": [] },
2204
+ { "name": "initial", "values": [] },
2205
+ { "name": "revealed", "values": [] }
2206
+ ],
2207
+ "references": [
2208
+ {
2209
+ "name": "Documentation",
2210
+ "url": "https://zinc.style/components/reveal"
2211
+ }
2212
+ ]
2213
+ },
2187
2214
  {
2188
2215
  "name": "zn-scroll-container",
2189
2216
  "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.",
@@ -2306,7 +2333,9 @@
2306
2333
  { "name": "(option: ZnOption, index: number) => TemplateResult" },
2307
2334
  { "name": "HTMLElement" }
2308
2335
  ]
2309
- }
2336
+ },
2337
+ { "name": "distinct", "values": [] },
2338
+ { "name": "conditional", "values": [] }
2310
2339
  ],
2311
2340
  "references": [
2312
2341
  {
@@ -2430,7 +2459,8 @@
2430
2459
  { "name": "flush-l", "values": [] },
2431
2460
  { "name": "flush-r", "values": [] },
2432
2461
  { "name": "width-container", "values": [] },
2433
- { "name": "form-container", "values": [] }
2462
+ { "name": "form-container", "values": [] },
2463
+ { "name": "wide-form-container", "values": [] }
2434
2464
  ],
2435
2465
  "references": [
2436
2466
  { "name": "Documentation", "url": "https://zinc.style/components/sp" }