@kubex/zinc 1.1.87 → 1.1.89

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,17 +13,6 @@
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
- },
27
16
  {
28
17
  "name": "zn-alert",
29
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.",
@@ -64,6 +53,17 @@
64
53
  }
65
54
  ]
66
55
  },
56
+ {
57
+ "name": "zn-action-bar",
58
+ "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
59
+ "attributes": [],
60
+ "references": [
61
+ {
62
+ "name": "Documentation",
63
+ "url": "https://zinc.style/components/action-bar"
64
+ }
65
+ ]
66
+ },
67
67
  {
68
68
  "name": "zn-animated-button",
69
69
  "description": "\n---\n\n\n### **Methods:**\n - **purchase(): _void_** - Programmatically trigger the purchase flow\n- **setSuccess(): _void_** - Set the button to success state manually\n- **setFailure(message): _void_** - Set the button to failure state manually with optional error message\n- **reset(): _void_** - Reset the button to idle state",
@@ -138,6 +138,21 @@
138
138
  }
139
139
  ]
140
140
  },
141
+ {
142
+ "name": "zn-bulk-actions",
143
+ "description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
144
+ "attributes": [
145
+ { "name": "name", "values": [] },
146
+ { "name": "value", "values": [{ "name": "PropertyKey" }] },
147
+ { "name": "actions", "values": [{ "name": "BulkActionData" }] }
148
+ ],
149
+ "references": [
150
+ {
151
+ "name": "Documentation",
152
+ "url": "https://zinc.style/components/bulk-actions"
153
+ }
154
+ ]
155
+ },
141
156
  {
142
157
  "name": "zn-button",
143
158
  "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.",
@@ -271,21 +286,6 @@
271
286
  }
272
287
  ]
273
288
  },
274
- {
275
- "name": "zn-bulk-actions",
276
- "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.",
277
- "attributes": [
278
- { "name": "name", "values": [] },
279
- { "name": "value", "values": [{ "name": "PropertyKey" }] },
280
- { "name": "actions", "values": [{ "name": "BulkActionData" }] }
281
- ],
282
- "references": [
283
- {
284
- "name": "Documentation",
285
- "url": "https://zinc.style/components/bulk-actions"
286
- }
287
- ]
288
- },
289
289
  {
290
290
  "name": "zn-button-group",
291
291
  "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\n### **CSS Properties:**\n - **--grow** - Use flex-grow to fill available space. _(default: undefined)_\n- **--start** - Justify content at the start of the flex space. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
@@ -1428,6 +1428,52 @@
1428
1428
  }
1429
1429
  ]
1430
1430
  },
1431
+ {
1432
+ "name": "zn-editor",
1433
+ "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.",
1434
+ "attributes": [
1435
+ { "name": "id", "values": [] },
1436
+ { "name": "name", "values": [] },
1437
+ { "name": "value", "values": [] },
1438
+ {
1439
+ "name": "interaction-type",
1440
+ "values": [{ "name": "ticket" }, { "name": "chat" }]
1441
+ },
1442
+ { "name": "attachment-url", "values": [] },
1443
+ { "name": "code-blocks", "values": [] },
1444
+ { "name": "dividers", "values": [] },
1445
+ { "name": "links", "values": [] },
1446
+ { "name": "attachments", "values": [] },
1447
+ { "name": "images", "values": [] },
1448
+ { "name": "videos", "values": [] },
1449
+ { "name": "dates", "values": [] },
1450
+ { "name": "emojis", "values": [] },
1451
+ { "name": "code", "values": [] },
1452
+ { "name": "ai", "values": [] },
1453
+ { "name": "ai-path", "values": [] },
1454
+ {
1455
+ "name": "store-key",
1456
+ "description": "Caches unsent content while typing and restores it when the editor next loads,\nso agent replies in tickets/chats survive reloads and navigation. Use a key\nunique to the conversation (e.g. the ticket ID). The cache is cleared on submit.",
1457
+ "values": []
1458
+ },
1459
+ {
1460
+ "name": "store-ttl",
1461
+ "description": "Cached-content expiry in seconds. Defaults to 1 day.",
1462
+ "values": []
1463
+ },
1464
+ {
1465
+ "name": "local-storage",
1466
+ "description": "Cache to localStorage instead of sessionStorage, persisting across tabs and browser restarts.",
1467
+ "values": []
1468
+ }
1469
+ ],
1470
+ "references": [
1471
+ {
1472
+ "name": "Documentation",
1473
+ "url": "https://zinc.style/components/editor"
1474
+ }
1475
+ ]
1476
+ },
1431
1477
  {
1432
1478
  "name": "zn-dropdown",
1433
1479
  "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.",
@@ -1499,52 +1545,6 @@
1499
1545
  }
1500
1546
  ]
1501
1547
  },
1502
- {
1503
- "name": "zn-editor",
1504
- "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.",
1505
- "attributes": [
1506
- { "name": "id", "values": [] },
1507
- { "name": "name", "values": [] },
1508
- { "name": "value", "values": [] },
1509
- {
1510
- "name": "interaction-type",
1511
- "values": [{ "name": "ticket" }, { "name": "chat" }]
1512
- },
1513
- { "name": "attachment-url", "values": [] },
1514
- { "name": "code-blocks", "values": [] },
1515
- { "name": "dividers", "values": [] },
1516
- { "name": "links", "values": [] },
1517
- { "name": "attachments", "values": [] },
1518
- { "name": "images", "values": [] },
1519
- { "name": "videos", "values": [] },
1520
- { "name": "dates", "values": [] },
1521
- { "name": "emojis", "values": [] },
1522
- { "name": "code", "values": [] },
1523
- { "name": "ai", "values": [] },
1524
- { "name": "ai-path", "values": [] },
1525
- {
1526
- "name": "store-key",
1527
- "description": "Caches unsent content while typing and restores it when the editor next loads,\nso agent replies in tickets/chats survive reloads and navigation. Use a key\nunique to the conversation (e.g. the ticket ID). The cache is cleared on submit.",
1528
- "values": []
1529
- },
1530
- {
1531
- "name": "store-ttl",
1532
- "description": "Cached-content expiry in seconds. Defaults to 1 day.",
1533
- "values": []
1534
- },
1535
- {
1536
- "name": "local-storage",
1537
- "description": "Cache to localStorage instead of sessionStorage, persisting across tabs and browser restarts.",
1538
- "values": []
1539
- }
1540
- ],
1541
- "references": [
1542
- {
1543
- "name": "Documentation",
1544
- "url": "https://zinc.style/components/editor"
1545
- }
1546
- ]
1547
- },
1548
1548
  {
1549
1549
  "name": "zn-empty-state",
1550
1550
  "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.",
@@ -4069,23 +4069,6 @@
4069
4069
  }
4070
4070
  ]
4071
4071
  },
4072
- {
4073
- "name": "zn-tab",
4074
- "description": "Defines a tab panel for use inside zn-page.\n---\n\n\n### **Slots:**\n - _default_ - The tab panel content.",
4075
- "attributes": [
4076
- { "name": "caption", "values": [] },
4077
- { "name": "priority", "values": [] },
4078
- { "name": "uri", "values": [] },
4079
- {
4080
- "name": "selected",
4081
- "description": "When present, zn-page opens this tab on load instead of the first tab.",
4082
- "values": []
4083
- }
4084
- ],
4085
- "references": [
4086
- { "name": "Documentation", "url": "https://zinc.style/components/tab" }
4087
- ]
4088
- },
4089
4072
  {
4090
4073
  "name": "zn-style",
4091
4074
  "description": "\n---\n",
@@ -4117,6 +4100,23 @@
4117
4100
  }
4118
4101
  ]
4119
4102
  },
4103
+ {
4104
+ "name": "zn-tab",
4105
+ "description": "Defines a tab panel for use inside zn-page.\n---\n\n\n### **Slots:**\n - _default_ - The tab panel content.",
4106
+ "attributes": [
4107
+ { "name": "caption", "values": [] },
4108
+ { "name": "priority", "values": [] },
4109
+ { "name": "uri", "values": [] },
4110
+ {
4111
+ "name": "selected",
4112
+ "description": "When present, zn-page opens this tab on load instead of the first tab.",
4113
+ "values": []
4114
+ }
4115
+ ],
4116
+ "references": [
4117
+ { "name": "Documentation", "url": "https://zinc.style/components/tab" }
4118
+ ]
4119
+ },
4120
4120
  {
4121
4121
  "name": "zn-table",
4122
4122
  "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.",