@kubex/zinc 1.0.11 → 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 (45) hide show
  1. package/dist/custom-elements.json +343 -1
  2. package/dist/vscode.html-custom-data.json +33 -3
  3. package/dist/web-types.json +90 -3
  4. package/dist/zn.d.ts +127 -16
  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/popup/popup.component.ts +8 -1
  31. package/src/components/progress-bar/progress-bar.component.ts +1 -1
  32. package/src/components/progress-tile/progress-tile.component.ts +2 -2
  33. package/src/components/reveal/index.ts +12 -0
  34. package/src/components/reveal/reveal.component.ts +92 -0
  35. package/src/components/reveal/reveal.scss +18 -0
  36. package/src/components/reveal/reveal.test.ts +10 -0
  37. package/src/components/select/select.component.ts +76 -11
  38. package/src/components/sp/sp.component.ts +2 -0
  39. package/src/components/split-pane/split-pane.component.ts +2 -1
  40. package/src/components/toggle/toggle.component.ts +33 -23
  41. package/src/components/tooltip/tooltip.component.ts +10 -5
  42. package/src/internal/form.ts +5 -0
  43. package/src/utilities/top-layer-manager.ts +32 -0
  44. package/src/wc.scss +9 -5
  45. package/src/zinc.ts +3 -1
@@ -1071,6 +1071,24 @@
1071
1071
  "name": "validationMessage",
1072
1072
  "readonly": true
1073
1073
  },
1074
+ {
1075
+ "kind": "method",
1076
+ "name": "handleAutoClickChange",
1077
+ "parameters": [
1078
+ {
1079
+ "name": "_old",
1080
+ "type": {
1081
+ "text": "boolean"
1082
+ }
1083
+ },
1084
+ {
1085
+ "name": "value",
1086
+ "type": {
1087
+ "text": "boolean"
1088
+ }
1089
+ }
1090
+ ]
1091
+ },
1074
1092
  {
1075
1093
  "kind": "method",
1076
1094
  "name": "checkValidity"
@@ -4862,6 +4880,15 @@
4862
4880
  "attribute": "icon-only",
4863
4881
  "reflects": true
4864
4882
  },
4883
+ {
4884
+ "kind": "field",
4885
+ "name": "multiple",
4886
+ "type": {
4887
+ "text": "boolean"
4888
+ },
4889
+ "default": "false",
4890
+ "attribute": "multiple"
4891
+ },
4865
4892
  {
4866
4893
  "kind": "field",
4867
4894
  "name": "formControlController",
@@ -5117,6 +5144,14 @@
5117
5144
  },
5118
5145
  "default": "false",
5119
5146
  "fieldName": "iconOnly"
5147
+ },
5148
+ {
5149
+ "name": "multiple",
5150
+ "type": {
5151
+ "text": "boolean"
5152
+ },
5153
+ "default": "false",
5154
+ "fieldName": "multiple"
5120
5155
  }
5121
5156
  ],
5122
5157
  "superclass": {
@@ -9785,6 +9820,104 @@
9785
9820
  }
9786
9821
  ]
9787
9822
  },
9823
+ {
9824
+ "kind": "javascript-module",
9825
+ "path": "components/filter-container/filter-container.js",
9826
+ "declarations": [
9827
+ {
9828
+ "kind": "class",
9829
+ "description": "",
9830
+ "name": "ZnFilterContainer",
9831
+ "cssProperties": [
9832
+ {
9833
+ "description": "An example CSS custom property.",
9834
+ "name": "--example"
9835
+ }
9836
+ ],
9837
+ "cssParts": [
9838
+ {
9839
+ "description": "The component's base wrapper.",
9840
+ "name": "base"
9841
+ }
9842
+ ],
9843
+ "slots": [
9844
+ {
9845
+ "description": "The default slot.",
9846
+ "name": ""
9847
+ },
9848
+ {
9849
+ "description": "An example slot.",
9850
+ "name": "example"
9851
+ }
9852
+ ],
9853
+ "members": [
9854
+ {
9855
+ "kind": "field",
9856
+ "name": "attr",
9857
+ "type": {
9858
+ "text": "string"
9859
+ },
9860
+ "default": "'filter'",
9861
+ "attribute": "attr"
9862
+ },
9863
+ {
9864
+ "kind": "method",
9865
+ "name": "handleSearchChange",
9866
+ "privacy": "public",
9867
+ "parameters": [
9868
+ {
9869
+ "name": "event",
9870
+ "type": {
9871
+ "text": "Event"
9872
+ }
9873
+ }
9874
+ ]
9875
+ }
9876
+ ],
9877
+ "events": [
9878
+ {
9879
+ "description": "Emitted as an example.",
9880
+ "name": "zn-event-name"
9881
+ }
9882
+ ],
9883
+ "attributes": [
9884
+ {
9885
+ "name": "attr",
9886
+ "type": {
9887
+ "text": "string"
9888
+ },
9889
+ "default": "'filter'",
9890
+ "fieldName": "attr"
9891
+ }
9892
+ ],
9893
+ "superclass": {
9894
+ "name": "ZincElement",
9895
+ "module": "/src/internal/zinc-element"
9896
+ },
9897
+ "summary": "Short summary of the component's intended use.",
9898
+ "tagNameWithoutPrefix": "filter-container",
9899
+ "tagName": "zn-filter-container",
9900
+ "customElement": true,
9901
+ "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/filter-container\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
9902
+ "documentation": "https://zinc.style/components/filter-container",
9903
+ "status": "experimental",
9904
+ "since": "1.0",
9905
+ "dependencies": [
9906
+ "zn-example"
9907
+ ]
9908
+ }
9909
+ ],
9910
+ "exports": [
9911
+ {
9912
+ "kind": "js",
9913
+ "name": "default",
9914
+ "declaration": {
9915
+ "name": "ZnFilterContainer",
9916
+ "module": "components/filter-container/filter-container.js"
9917
+ }
9918
+ }
9919
+ ]
9920
+ },
9788
9921
  {
9789
9922
  "kind": "javascript-module",
9790
9923
  "path": "components/filter-wrapper/filter-wrapper.js",
@@ -16325,6 +16458,11 @@
16325
16458
  "name": "handleAnchorChange",
16326
16459
  "privacy": "private"
16327
16460
  },
16461
+ {
16462
+ "kind": "field",
16463
+ "name": "handleAnchorHover",
16464
+ "privacy": "public"
16465
+ },
16328
16466
  {
16329
16467
  "kind": "method",
16330
16468
  "name": "start",
@@ -18967,6 +19105,158 @@
18967
19105
  }
18968
19106
  ]
18969
19107
  },
19108
+ {
19109
+ "kind": "javascript-module",
19110
+ "path": "components/reveal/reveal.js",
19111
+ "declarations": [
19112
+ {
19113
+ "kind": "class",
19114
+ "description": "",
19115
+ "name": "ZnReveal",
19116
+ "cssProperties": [
19117
+ {
19118
+ "description": "An example CSS custom property.",
19119
+ "name": "--example"
19120
+ }
19121
+ ],
19122
+ "cssParts": [
19123
+ {
19124
+ "description": "The component's base wrapper.",
19125
+ "name": "base"
19126
+ }
19127
+ ],
19128
+ "slots": [
19129
+ {
19130
+ "description": "The default slot.",
19131
+ "name": ""
19132
+ },
19133
+ {
19134
+ "description": "An example slot.",
19135
+ "name": "example"
19136
+ }
19137
+ ],
19138
+ "members": [
19139
+ {
19140
+ "kind": "field",
19141
+ "name": "duration",
19142
+ "type": {
19143
+ "text": "number"
19144
+ },
19145
+ "default": "2000",
19146
+ "attribute": "duration"
19147
+ },
19148
+ {
19149
+ "kind": "field",
19150
+ "name": "initial",
19151
+ "type": {
19152
+ "text": "string"
19153
+ },
19154
+ "default": "''",
19155
+ "attribute": "initial"
19156
+ },
19157
+ {
19158
+ "kind": "field",
19159
+ "name": "revealed",
19160
+ "type": {
19161
+ "text": "string"
19162
+ },
19163
+ "default": "''",
19164
+ "attribute": "revealed"
19165
+ },
19166
+ {
19167
+ "kind": "field",
19168
+ "name": "_isRevealed",
19169
+ "type": {
19170
+ "text": "boolean"
19171
+ },
19172
+ "privacy": "private",
19173
+ "default": "false"
19174
+ },
19175
+ {
19176
+ "kind": "field",
19177
+ "name": "_isToggled",
19178
+ "type": {
19179
+ "text": "boolean"
19180
+ },
19181
+ "privacy": "private",
19182
+ "default": "false"
19183
+ },
19184
+ {
19185
+ "kind": "method",
19186
+ "name": "handleToggleReveal",
19187
+ "privacy": "protected"
19188
+ },
19189
+ {
19190
+ "kind": "method",
19191
+ "name": "handleMouseEnter",
19192
+ "privacy": "protected"
19193
+ },
19194
+ {
19195
+ "kind": "method",
19196
+ "name": "handleMouseLeave",
19197
+ "privacy": "protected"
19198
+ }
19199
+ ],
19200
+ "events": [
19201
+ {
19202
+ "description": "Emitted as an example.",
19203
+ "name": "zn-event-name"
19204
+ }
19205
+ ],
19206
+ "attributes": [
19207
+ {
19208
+ "name": "duration",
19209
+ "type": {
19210
+ "text": "number"
19211
+ },
19212
+ "default": "2000",
19213
+ "fieldName": "duration"
19214
+ },
19215
+ {
19216
+ "name": "initial",
19217
+ "type": {
19218
+ "text": "string"
19219
+ },
19220
+ "default": "''",
19221
+ "fieldName": "initial"
19222
+ },
19223
+ {
19224
+ "name": "revealed",
19225
+ "type": {
19226
+ "text": "string"
19227
+ },
19228
+ "default": "''",
19229
+ "fieldName": "revealed"
19230
+ }
19231
+ ],
19232
+ "superclass": {
19233
+ "name": "ZincElement",
19234
+ "module": "/src/internal/zinc-element"
19235
+ },
19236
+ "summary": "Short summary of the component's intended use.",
19237
+ "tagNameWithoutPrefix": "reveal",
19238
+ "tagName": "zn-reveal",
19239
+ "customElement": true,
19240
+ "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/reveal\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @usage\n * ```html\n * <zn-reveal duration=\"3000\"\n * initial=\"******@hotmail.com\"\n * revealed=\"john.doe@hotmail.com\" toggle>\n * </zn-reveal>\n * ```\n *\n * @cssproperty --example - An example CSS custom property.\n */",
19241
+ "documentation": "https://zinc.style/components/reveal",
19242
+ "status": "experimental",
19243
+ "since": "1.0",
19244
+ "dependencies": [
19245
+ "zn-example"
19246
+ ]
19247
+ }
19248
+ ],
19249
+ "exports": [
19250
+ {
19251
+ "kind": "js",
19252
+ "name": "default",
19253
+ "declaration": {
19254
+ "name": "ZnReveal",
19255
+ "module": "components/reveal/reveal.js"
19256
+ }
19257
+ }
19258
+ ]
19259
+ },
18970
19260
  {
18971
19261
  "kind": "javascript-module",
18972
19262
  "path": "components/scroll-container/scroll-container.js",
@@ -19550,6 +19840,24 @@
19550
19840
  "description": "A function that customizes the tags to be rendered when multiple=true. The first argument is the option, the second\nis the current tag's index. The function should return either a Lit TemplateResult or a string containing trusted HTML of the symbol to render at\nthe specified value.",
19551
19841
  "attribute": "getTag"
19552
19842
  },
19843
+ {
19844
+ "kind": "field",
19845
+ "name": "distinct",
19846
+ "type": {
19847
+ "text": "string"
19848
+ },
19849
+ "default": "\"\"",
19850
+ "attribute": "distinct"
19851
+ },
19852
+ {
19853
+ "kind": "field",
19854
+ "name": "conditional",
19855
+ "type": {
19856
+ "text": "string"
19857
+ },
19858
+ "default": "\"\"",
19859
+ "attribute": "conditional"
19860
+ },
19553
19861
  {
19554
19862
  "kind": "field",
19555
19863
  "name": "validity",
@@ -20074,6 +20382,22 @@
20074
20382
  },
20075
20383
  "description": "A function that customizes the tags to be rendered when multiple=true. The first argument is the option, the second\nis the current tag's index. The function should return either a Lit TemplateResult or a string containing trusted HTML of the symbol to render at\nthe specified value.",
20076
20384
  "fieldName": "getTag"
20385
+ },
20386
+ {
20387
+ "name": "distinct",
20388
+ "type": {
20389
+ "text": "string"
20390
+ },
20391
+ "default": "\"\"",
20392
+ "fieldName": "distinct"
20393
+ },
20394
+ {
20395
+ "name": "conditional",
20396
+ "type": {
20397
+ "text": "string"
20398
+ },
20399
+ "default": "\"\"",
20400
+ "fieldName": "conditional"
20077
20401
  }
20078
20402
  ],
20079
20403
  "superclass": {
@@ -21115,6 +21439,16 @@
21115
21439
  "default": "false",
21116
21440
  "attribute": "form-container",
21117
21441
  "reflects": true
21442
+ },
21443
+ {
21444
+ "kind": "field",
21445
+ "name": "wideFormContainer",
21446
+ "type": {
21447
+ "text": "boolean"
21448
+ },
21449
+ "default": "false",
21450
+ "attribute": "wide-form-container",
21451
+ "reflects": true
21118
21452
  }
21119
21453
  ],
21120
21454
  "events": [
@@ -21250,6 +21584,14 @@
21250
21584
  },
21251
21585
  "default": "false",
21252
21586
  "fieldName": "formContainer"
21587
+ },
21588
+ {
21589
+ "name": "wide-form-container",
21590
+ "type": {
21591
+ "text": "boolean"
21592
+ },
21593
+ "default": "false",
21594
+ "fieldName": "wideFormContainer"
21253
21595
  }
21254
21596
  ],
21255
21597
  "superclass": {
@@ -25956,7 +26298,7 @@
25956
26298
  "package": {
25957
26299
  "name": "@kubex/zinc",
25958
26300
  "description": "A collection of web components for building web applications based off of @shoelace-style/Shoelace",
25959
- "version": "1.0.11",
26301
+ "version": "1.0.13",
25960
26302
  "author": "",
25961
26303
  "license": "MIT"
25962
26304
  }
@@ -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
  {
@@ -1161,6 +1162,17 @@
1161
1162
  { "name": "Documentation", "url": "https://zinc.style/components/file" }
1162
1163
  ]
1163
1164
  },
1165
+ {
1166
+ "name": "zn-filter-container",
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.",
1168
+ "attributes": [{ "name": "attr", "values": [] }],
1169
+ "references": [
1170
+ {
1171
+ "name": "Documentation",
1172
+ "url": "https://zinc.style/components/filter-container"
1173
+ }
1174
+ ]
1175
+ },
1164
1176
  {
1165
1177
  "name": "zn-filter-wrapper",
1166
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.",
@@ -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" }
@@ -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.0.11",
4
+ "version": "1.0.13",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -1393,6 +1393,10 @@
1393
1393
  {
1394
1394
  "name": "icon-only",
1395
1395
  "value": { "type": "boolean", "default": "false" }
1396
+ },
1397
+ {
1398
+ "name": "multiple",
1399
+ "value": { "type": "boolean", "default": "false" }
1396
1400
  }
1397
1401
  ],
1398
1402
  "slots": [
@@ -1477,6 +1481,7 @@
1477
1481
  "type": "boolean"
1478
1482
  },
1479
1483
  { "name": "iconOnly", "type": "boolean" },
1484
+ { "name": "multiple", "type": "boolean" },
1480
1485
  { "name": "validationMessage" },
1481
1486
  { "name": "validity", "type": "ValidityState" },
1482
1487
  { "name": "closeOnTab" },
@@ -2631,6 +2636,33 @@
2631
2636
  ]
2632
2637
  }
2633
2638
  },
2639
+ {
2640
+ "name": "zn-filter-container",
2641
+ "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.",
2642
+ "doc-url": "",
2643
+ "attributes": [
2644
+ {
2645
+ "name": "attr",
2646
+ "value": { "type": "string", "default": "'filter'" }
2647
+ }
2648
+ ],
2649
+ "slots": [
2650
+ { "name": "", "description": "The default slot." },
2651
+ { "name": "example", "description": "An example slot." }
2652
+ ],
2653
+ "events": [
2654
+ { "name": "zn-event-name", "description": "Emitted as an example." }
2655
+ ],
2656
+ "js": {
2657
+ "properties": [{ "name": "attr", "type": "string" }],
2658
+ "events": [
2659
+ {
2660
+ "name": "zn-event-name",
2661
+ "description": "Emitted as an example."
2662
+ }
2663
+ ]
2664
+ }
2665
+ },
2634
2666
  {
2635
2667
  "name": "zn-filter-wrapper",
2636
2668
  "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.",
@@ -4349,7 +4381,8 @@
4349
4381
  "name": "hoverBridge",
4350
4382
  "description": "When a gap exists between the anchor and the popup element, this option will add a \"hover bridge\" that fills the\ngap using an invisible element. This makes listening for events such as `mouseenter` and `mouseleave` more sane\nbecause the pointer never technically leaves the element. The hover bridge will only be drawn when the popover is\nactive.",
4351
4383
  "type": "boolean"
4352
- }
4384
+ },
4385
+ { "name": "handleAnchorHover" }
4353
4386
  ],
4354
4387
  "events": [
4355
4388
  {
@@ -4876,6 +4909,45 @@
4876
4909
  ]
4877
4910
  }
4878
4911
  },
4912
+ {
4913
+ "name": "zn-reveal",
4914
+ "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.",
4915
+ "doc-url": "",
4916
+ "attributes": [
4917
+ {
4918
+ "name": "duration",
4919
+ "value": { "type": "number", "default": "2000" }
4920
+ },
4921
+ {
4922
+ "name": "initial",
4923
+ "value": { "type": "string", "default": "''" }
4924
+ },
4925
+ {
4926
+ "name": "revealed",
4927
+ "value": { "type": "string", "default": "''" }
4928
+ }
4929
+ ],
4930
+ "slots": [
4931
+ { "name": "", "description": "The default slot." },
4932
+ { "name": "example", "description": "An example slot." }
4933
+ ],
4934
+ "events": [
4935
+ { "name": "zn-event-name", "description": "Emitted as an example." }
4936
+ ],
4937
+ "js": {
4938
+ "properties": [
4939
+ { "name": "duration", "type": "number" },
4940
+ { "name": "initial", "type": "string" },
4941
+ { "name": "revealed", "type": "string" }
4942
+ ],
4943
+ "events": [
4944
+ {
4945
+ "name": "zn-event-name",
4946
+ "description": "Emitted as an example."
4947
+ }
4948
+ ]
4949
+ }
4950
+ },
4879
4951
  {
4880
4952
  "name": "zn-scroll-container",
4881
4953
  "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.",
@@ -5016,6 +5088,14 @@
5016
5088
  "value": {
5017
5089
  "type": "(option: ZnOption, index: number) => TemplateResult | string | HTMLElement"
5018
5090
  }
5091
+ },
5092
+ {
5093
+ "name": "distinct",
5094
+ "value": { "type": "string", "default": "\"\"" }
5095
+ },
5096
+ {
5097
+ "name": "conditional",
5098
+ "value": { "type": "string", "default": "\"\"" }
5019
5099
  }
5020
5100
  ],
5021
5101
  "slots": [
@@ -5209,6 +5289,8 @@
5209
5289
  "description": "A function that customizes the tags to be rendered when multiple=true. The first argument is the option, the second\nis the current tag's index. The function should return either a Lit TemplateResult or a string containing trusted HTML of the symbol to render at\nthe specified value.",
5210
5290
  "type": "(option: ZnOption, index: number) => TemplateResult | string | HTMLElement"
5211
5291
  },
5292
+ { "name": "distinct", "type": "string" },
5293
+ { "name": "conditional", "type": "string" },
5212
5294
  {
5213
5295
  "name": "validity",
5214
5296
  "description": "Gets the validity state object"
@@ -5551,6 +5633,10 @@
5551
5633
  {
5552
5634
  "name": "form-container",
5553
5635
  "value": { "type": "boolean", "default": "false" }
5636
+ },
5637
+ {
5638
+ "name": "wide-form-container",
5639
+ "value": { "type": "boolean", "default": "false" }
5554
5640
  }
5555
5641
  ],
5556
5642
  "slots": [
@@ -5577,7 +5663,8 @@
5577
5663
  { "name": "flushL", "type": "boolean" },
5578
5664
  { "name": "flushR", "type": "boolean" },
5579
5665
  { "name": "widthContainer", "type": "boolean" },
5580
- { "name": "formContainer", "type": "boolean" }
5666
+ { "name": "formContainer", "type": "boolean" },
5667
+ { "name": "wideFormContainer", "type": "boolean" }
5581
5668
  ],
5582
5669
  "events": [
5583
5670
  {