@kubex/zinc 1.1.110 → 1.1.111

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.
@@ -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.110",
4
+ "version": "1.1.111",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -2062,6 +2062,68 @@
2062
2062
  ]
2063
2063
  }
2064
2064
  },
2065
+ {
2066
+ "name": "zn-cols",
2067
+ "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.",
2068
+ "doc-url": "",
2069
+ "attributes": [
2070
+ {
2071
+ "name": "layout",
2072
+ "value": { "type": "string", "default": "''" }
2073
+ },
2074
+ {
2075
+ "name": "stack-at",
2076
+ "description": "Container width the columns collapse to a single column below, as one of the named zinc\ncontainer sizes (sm, smp, ph, md, lg, hd, 3k, 4k). Defaults to `lg` when a child declares\n`stack-order` or `stack-split`, otherwise the columns never explicitly stack.",
2077
+ "value": { "type": "string", "default": "''" }
2078
+ },
2079
+ { "name": "mc", "value": { "type": "number", "default": "0" } },
2080
+ {
2081
+ "name": "no-gap",
2082
+ "value": { "type": "boolean", "default": "false" }
2083
+ },
2084
+ {
2085
+ "name": "border",
2086
+ "value": { "type": "boolean", "default": "false" }
2087
+ },
2088
+ { "name": "pad", "value": { "type": "boolean" } },
2089
+ {
2090
+ "name": "divide",
2091
+ "value": { "type": "boolean", "default": "false" }
2092
+ },
2093
+ { "name": "pad-x", "value": { "type": "boolean" } },
2094
+ { "name": "pad-y", "value": { "type": "boolean" } }
2095
+ ],
2096
+ "slots": [
2097
+ { "name": "", "description": "The default slot." },
2098
+ { "name": "example", "description": "An example slot." }
2099
+ ],
2100
+ "events": [
2101
+ { "name": "zn-event-name", "description": "Emitted as an example." }
2102
+ ],
2103
+ "js": {
2104
+ "properties": [
2105
+ { "name": "layout", "type": "string" },
2106
+ {
2107
+ "name": "stackAt",
2108
+ "description": "Container width the columns collapse to a single column below, as one of the named zinc\ncontainer sizes (sm, smp, ph, md, lg, hd, 3k, 4k). Defaults to `lg` when a child declares\n`stack-order` or `stack-split`, otherwise the columns never explicitly stack.",
2109
+ "type": "string"
2110
+ },
2111
+ { "name": "maxColumns", "type": "number" },
2112
+ { "name": "noGap", "type": "boolean" },
2113
+ { "name": "border", "type": "boolean" },
2114
+ { "name": "pad", "type": "boolean" },
2115
+ { "name": "divide", "type": "boolean" },
2116
+ { "name": "padX", "type": "boolean" },
2117
+ { "name": "padY", "type": "boolean" }
2118
+ ],
2119
+ "events": [
2120
+ {
2121
+ "name": "zn-event-name",
2122
+ "description": "Emitted as an example."
2123
+ }
2124
+ ]
2125
+ }
2126
+ },
2065
2127
  {
2066
2128
  "name": "zn-confirm",
2067
2129
  "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.",
@@ -2207,68 +2269,6 @@
2207
2269
  ]
2208
2270
  }
2209
2271
  },
2210
- {
2211
- "name": "zn-cols",
2212
- "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.",
2213
- "doc-url": "",
2214
- "attributes": [
2215
- {
2216
- "name": "layout",
2217
- "value": { "type": "string", "default": "''" }
2218
- },
2219
- {
2220
- "name": "stack-at",
2221
- "description": "Container width the columns collapse to a single column below, as one of the named zinc\ncontainer sizes (sm, smp, ph, md, lg, hd, 3k, 4k). Defaults to `lg` when a child declares\n`stack-order` or `stack-split`, otherwise the columns never explicitly stack.",
2222
- "value": { "type": "string", "default": "''" }
2223
- },
2224
- { "name": "mc", "value": { "type": "number", "default": "0" } },
2225
- {
2226
- "name": "no-gap",
2227
- "value": { "type": "boolean", "default": "false" }
2228
- },
2229
- {
2230
- "name": "border",
2231
- "value": { "type": "boolean", "default": "false" }
2232
- },
2233
- { "name": "pad", "value": { "type": "boolean" } },
2234
- {
2235
- "name": "divide",
2236
- "value": { "type": "boolean", "default": "false" }
2237
- },
2238
- { "name": "pad-x", "value": { "type": "boolean" } },
2239
- { "name": "pad-y", "value": { "type": "boolean" } }
2240
- ],
2241
- "slots": [
2242
- { "name": "", "description": "The default slot." },
2243
- { "name": "example", "description": "An example slot." }
2244
- ],
2245
- "events": [
2246
- { "name": "zn-event-name", "description": "Emitted as an example." }
2247
- ],
2248
- "js": {
2249
- "properties": [
2250
- { "name": "layout", "type": "string" },
2251
- {
2252
- "name": "stackAt",
2253
- "description": "Container width the columns collapse to a single column below, as one of the named zinc\ncontainer sizes (sm, smp, ph, md, lg, hd, 3k, 4k). Defaults to `lg` when a child declares\n`stack-order` or `stack-split`, otherwise the columns never explicitly stack.",
2254
- "type": "string"
2255
- },
2256
- { "name": "maxColumns", "type": "number" },
2257
- { "name": "noGap", "type": "boolean" },
2258
- { "name": "border", "type": "boolean" },
2259
- { "name": "pad", "type": "boolean" },
2260
- { "name": "divide", "type": "boolean" },
2261
- { "name": "padX", "type": "boolean" },
2262
- { "name": "padY", "type": "boolean" }
2263
- ],
2264
- "events": [
2265
- {
2266
- "name": "zn-event-name",
2267
- "description": "Emitted as an example."
2268
- }
2269
- ]
2270
- }
2271
- },
2272
2272
  {
2273
2273
  "name": "zn-content-block",
2274
2274
  "description": "Short summary of the component's intended use.\n---\n\n\n### **Slots:**\n - **attachments** - Attachments displayed at the bottom of the content when the block is expanded. Use `zn-chat-message-attachment`, which auto-assigns itself to this slot.\n\n### **CSS Parts:**\n - **attachments** - The attachments row at the bottom of the content.\n- **header-attachments** - The attachment count indicator in the header.",