@db-ux/wc-core-components 4.5.0 → 4.5.1

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 (203) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/agent/.gitkeep +0 -0
  3. package/dist/cjs/db-accordion-item.cjs.entry.js +3 -3
  4. package/dist/cjs/db-accordion.cjs.entry.js +2 -2
  5. package/dist/cjs/db-badge.cjs.entry.js +2 -2
  6. package/dist/cjs/db-brand.cjs.entry.js +2 -2
  7. package/dist/cjs/db-button.cjs.entry.js +2 -2
  8. package/dist/cjs/db-card.cjs.entry.js +3 -3
  9. package/dist/cjs/db-checkbox.cjs.entry.js +3 -3
  10. package/dist/cjs/db-custom-button.cjs.entry.js +3 -3
  11. package/dist/cjs/db-custom-select-dropdown_5.cjs.entry.js +10 -10
  12. package/dist/cjs/db-custom-select-form-field.cjs.entry.js +3 -3
  13. package/dist/cjs/db-custom-select.cjs.entry.js +13 -9
  14. package/dist/cjs/db-divider.cjs.entry.js +2 -2
  15. package/dist/cjs/db-drawer.cjs.entry.js +4 -4
  16. package/dist/cjs/db-header.cjs.entry.js +5 -5
  17. package/dist/cjs/db-icon.cjs.entry.js +2 -2
  18. package/dist/cjs/db-infotext.cjs.entry.js +2 -2
  19. package/dist/cjs/db-link.cjs.entry.js +2 -2
  20. package/dist/cjs/db-navigation-item.cjs.entry.js +4 -4
  21. package/dist/cjs/db-navigation.cjs.entry.js +3 -3
  22. package/dist/cjs/db-notification.cjs.entry.js +3 -3
  23. package/dist/cjs/db-page.cjs.entry.js +3 -3
  24. package/dist/cjs/db-popover.cjs.entry.js +4 -4
  25. package/dist/cjs/db-radio.cjs.entry.js +2 -2
  26. package/dist/cjs/db-section.cjs.entry.js +3 -3
  27. package/dist/cjs/db-select.cjs.entry.js +3 -3
  28. package/dist/cjs/db-stack.cjs.entry.js +3 -3
  29. package/dist/cjs/db-switch.cjs.entry.js +3 -3
  30. package/dist/cjs/db-tab-item_3.cjs.entry.js +7 -7
  31. package/dist/cjs/db-tabs.cjs.entry.js +3 -3
  32. package/dist/cjs/db-textarea.cjs.entry.js +3 -3
  33. package/dist/cjs/db-tooltip.cjs.entry.js +4 -4
  34. package/dist/cjs/db-ux.cjs.js +2 -2
  35. package/dist/cjs/{floating-components-pYaTeNhp.js → floating-components-DlstoCKH.js} +4 -0
  36. package/dist/cjs/{index-CSMPhlzz.js → index-D_vrmAD6.js} +22 -13
  37. package/dist/cjs/index.cjs.js +2 -2
  38. package/dist/cjs/loader.cjs.js +1 -1
  39. package/dist/cjs/{navigation-BztJmEHf.js → navigation-Bah882nU.js} +1 -1
  40. package/dist/collection/collection-manifest.json +2 -1
  41. package/dist/collection/components/accordion/accordion.js +1 -1
  42. package/dist/collection/components/accordion-item/accordion-item.js +2 -2
  43. package/dist/collection/components/badge/badge.js +1 -1
  44. package/dist/collection/components/brand/brand.js +1 -1
  45. package/dist/collection/components/button/button.js +1 -1
  46. package/dist/collection/components/card/card.js +2 -2
  47. package/dist/collection/components/checkbox/checkbox.js +2 -2
  48. package/dist/collection/components/custom-button/custom-button.js +2 -2
  49. package/dist/collection/components/custom-select/custom-select.js +11 -7
  50. package/dist/collection/components/custom-select-dropdown/custom-select-dropdown.js +2 -2
  51. package/dist/collection/components/custom-select-form-field/custom-select-form-field.js +2 -2
  52. package/dist/collection/components/custom-select-list/custom-select-list.js +2 -2
  53. package/dist/collection/components/custom-select-list-item/custom-select-list-item.js +1 -1
  54. package/dist/collection/components/divider/divider.js +1 -1
  55. package/dist/collection/components/drawer/drawer.js +3 -3
  56. package/dist/collection/components/header/header.js +2 -2
  57. package/dist/collection/components/icon/icon.js +1 -1
  58. package/dist/collection/components/infotext/infotext.js +1 -1
  59. package/dist/collection/components/input/input.js +2 -2
  60. package/dist/collection/components/link/link.js +1 -1
  61. package/dist/collection/components/navigation/navigation.js +2 -2
  62. package/dist/collection/components/navigation-item/navigation-item.js +1 -1
  63. package/dist/collection/components/notification/notification.js +2 -2
  64. package/dist/collection/components/page/page.js +2 -2
  65. package/dist/collection/components/popover/popover.js +2 -2
  66. package/dist/collection/components/radio/radio.js +1 -1
  67. package/dist/collection/components/section/section.js +2 -2
  68. package/dist/collection/components/select/select.js +2 -2
  69. package/dist/collection/components/stack/stack.js +2 -2
  70. package/dist/collection/components/switch/switch.js +2 -2
  71. package/dist/collection/components/tab-item/tab-item.js +2 -2
  72. package/dist/collection/components/tab-list/tab-list.js +2 -2
  73. package/dist/collection/components/tab-panel/tab-panel.js +2 -2
  74. package/dist/collection/components/tabs/tabs.js +2 -2
  75. package/dist/collection/components/tag/tag.js +2 -2
  76. package/dist/collection/components/textarea/textarea.js +2 -2
  77. package/dist/collection/components/tooltip/tooltip.js +2 -2
  78. package/dist/collection/utils/floating-components.js +4 -0
  79. package/dist/custom-elements.json +814 -814
  80. package/dist/db-ux/db-ux.esm.js +1 -1
  81. package/dist/db-ux/index.esm.js +1 -1
  82. package/dist/db-ux/p-043c407c.entry.js +1 -0
  83. package/dist/db-ux/p-0541c3c2.entry.js +1 -0
  84. package/dist/db-ux/p-074e4a43.entry.js +1 -0
  85. package/dist/db-ux/{p-0ff173fb.entry.js → p-11251b99.entry.js} +1 -1
  86. package/dist/db-ux/{p-d2674cff.entry.js → p-1c89f0fc.entry.js} +1 -1
  87. package/dist/db-ux/p-213bfff6.entry.js +1 -0
  88. package/dist/db-ux/{p-4183b8e1.entry.js → p-29442fd9.entry.js} +1 -1
  89. package/dist/db-ux/p-2bce91e1.entry.js +1 -0
  90. package/dist/db-ux/{p-1519dbbb.entry.js → p-32c4a1b5.entry.js} +1 -1
  91. package/dist/db-ux/{p-e19f2640.entry.js → p-3e5be44c.entry.js} +1 -1
  92. package/dist/db-ux/p-4cda36f1.entry.js +1 -0
  93. package/dist/db-ux/p-4cf64cbb.entry.js +1 -0
  94. package/dist/db-ux/{p-cd8557dd.entry.js → p-5028b12e.entry.js} +1 -1
  95. package/dist/db-ux/p-56af9177.entry.js +1 -0
  96. package/dist/db-ux/{p-ea7219af.entry.js → p-587263ad.entry.js} +1 -1
  97. package/dist/db-ux/{p-ad3d2cff.entry.js → p-58f21c03.entry.js} +1 -1
  98. package/dist/db-ux/p-6b073570.entry.js +1 -0
  99. package/dist/db-ux/{p-7a146dee.entry.js → p-745ccfb8.entry.js} +1 -1
  100. package/dist/db-ux/p-836f0fef.entry.js +1 -0
  101. package/dist/db-ux/p-9a19e197.entry.js +1 -0
  102. package/dist/db-ux/{p-766057ea.entry.js → p-9fb146d1.entry.js} +1 -1
  103. package/dist/db-ux/p-BjIPMjCM.js +2 -0
  104. package/dist/db-ux/{p-cNk4ImpW.js → p-BuBrj57D.js} +1 -1
  105. package/dist/db-ux/p-DOPXnIzL.js +1 -0
  106. package/dist/db-ux/{p-c1cf7ea4.entry.js → p-a34d2691.entry.js} +1 -1
  107. package/dist/db-ux/{p-bfe27311.entry.js → p-c6f43506.entry.js} +1 -1
  108. package/dist/db-ux/{p-d4e79c33.entry.js → p-cdfaf027.entry.js} +1 -1
  109. package/dist/db-ux/p-d186aef4.entry.js +1 -0
  110. package/dist/db-ux/p-dceb35a8.entry.js +1 -0
  111. package/dist/db-ux/{p-7e274359.entry.js → p-e199b6f9.entry.js} +1 -1
  112. package/dist/db-ux/{p-e3def528.entry.js → p-e3664354.entry.js} +1 -1
  113. package/dist/db-ux/p-ef034bba.entry.js +1 -0
  114. package/dist/db-ux/p-f0bc176a.entry.js +1 -0
  115. package/dist/db-ux/{p-503d5103.entry.js → p-ff3866f3.entry.js} +1 -1
  116. package/dist/esm/db-accordion-item.entry.js +3 -3
  117. package/dist/esm/db-accordion.entry.js +2 -2
  118. package/dist/esm/db-badge.entry.js +2 -2
  119. package/dist/esm/db-brand.entry.js +2 -2
  120. package/dist/esm/db-button.entry.js +2 -2
  121. package/dist/esm/db-card.entry.js +3 -3
  122. package/dist/esm/db-checkbox.entry.js +3 -3
  123. package/dist/esm/db-custom-button.entry.js +3 -3
  124. package/dist/esm/db-custom-select-dropdown_5.entry.js +10 -10
  125. package/dist/esm/db-custom-select-form-field.entry.js +3 -3
  126. package/dist/esm/db-custom-select.entry.js +13 -9
  127. package/dist/esm/db-divider.entry.js +2 -2
  128. package/dist/esm/db-drawer.entry.js +4 -4
  129. package/dist/esm/db-header.entry.js +5 -5
  130. package/dist/esm/db-icon.entry.js +2 -2
  131. package/dist/esm/db-infotext.entry.js +2 -2
  132. package/dist/esm/db-link.entry.js +2 -2
  133. package/dist/esm/db-navigation-item.entry.js +4 -4
  134. package/dist/esm/db-navigation.entry.js +3 -3
  135. package/dist/esm/db-notification.entry.js +3 -3
  136. package/dist/esm/db-page.entry.js +3 -3
  137. package/dist/esm/db-popover.entry.js +4 -4
  138. package/dist/esm/db-radio.entry.js +2 -2
  139. package/dist/esm/db-section.entry.js +3 -3
  140. package/dist/esm/db-select.entry.js +3 -3
  141. package/dist/esm/db-stack.entry.js +3 -3
  142. package/dist/esm/db-switch.entry.js +3 -3
  143. package/dist/esm/db-tab-item_3.entry.js +7 -7
  144. package/dist/esm/db-tabs.entry.js +3 -3
  145. package/dist/esm/db-textarea.entry.js +3 -3
  146. package/dist/esm/db-tooltip.entry.js +4 -4
  147. package/dist/esm/db-ux.js +3 -3
  148. package/dist/esm/{floating-components-DfYL98sI.js → floating-components-DOPXnIzL.js} +4 -0
  149. package/dist/esm/{index-Bs7RfNRP.js → index-BjIPMjCM.js} +22 -13
  150. package/dist/esm/index.js +2 -2
  151. package/dist/esm/loader.js +2 -2
  152. package/dist/esm/{navigation-DgsMCdfn.js → navigation-Jh6m0eMk.js} +1 -1
  153. package/dist/vscode.html-custom-data.json +75 -75
  154. package/dist/web-types.json +131 -131
  155. package/package.json +4 -4
  156. package/agent/Accordion.md +0 -23
  157. package/agent/AccordionItem.md +0 -29
  158. package/agent/Badge.md +0 -32
  159. package/agent/Brand.md +0 -13
  160. package/agent/Button.md +0 -47
  161. package/agent/Card.md +0 -23
  162. package/agent/Checkbox.md +0 -41
  163. package/agent/CustomSelect.md +0 -54
  164. package/agent/Divider.md +0 -21
  165. package/agent/Drawer.md +0 -71
  166. package/agent/Header.md +0 -29
  167. package/agent/Icon.md +0 -20
  168. package/agent/Infotext.md +0 -25
  169. package/agent/Input.md +0 -48
  170. package/agent/Link.md +0 -52
  171. package/agent/Navigation.md +0 -19
  172. package/agent/NavigationItem.md +0 -29
  173. package/agent/Notification.md +0 -38
  174. package/agent/Page.md +0 -27
  175. package/agent/Popover.md +0 -52
  176. package/agent/Radio.md +0 -28
  177. package/agent/Section.md +0 -21
  178. package/agent/Select.md +0 -62
  179. package/agent/Stack.md +0 -35
  180. package/agent/Switch.md +0 -44
  181. package/agent/TabItem.md +0 -25
  182. package/agent/Tabs.md +0 -61
  183. package/agent/Tag.md +0 -41
  184. package/agent/Textarea.md +0 -44
  185. package/agent/Tooltip.md +0 -37
  186. package/agent/_instructions.md +0 -31
  187. package/dist/db-ux/p-00df7d53.entry.js +0 -1
  188. package/dist/db-ux/p-064ddad6.entry.js +0 -1
  189. package/dist/db-ux/p-16281dcb.entry.js +0 -1
  190. package/dist/db-ux/p-27eb6e88.entry.js +0 -1
  191. package/dist/db-ux/p-2898ebe6.entry.js +0 -1
  192. package/dist/db-ux/p-2e940d2e.entry.js +0 -1
  193. package/dist/db-ux/p-309259be.entry.js +0 -1
  194. package/dist/db-ux/p-4284c37f.entry.js +0 -1
  195. package/dist/db-ux/p-432ceb90.entry.js +0 -1
  196. package/dist/db-ux/p-6794144b.entry.js +0 -1
  197. package/dist/db-ux/p-6cb4232d.entry.js +0 -1
  198. package/dist/db-ux/p-6da70f61.entry.js +0 -1
  199. package/dist/db-ux/p-Bs7RfNRP.js +0 -2
  200. package/dist/db-ux/p-DfYL98sI.js +0 -1
  201. package/dist/db-ux/p-aad9c604.entry.js +0 -1
  202. package/dist/db-ux/p-b218b08b.entry.js +0 -1
  203. package/dist/db-ux/p-e6b17374.entry.js +0 -1
@@ -60,6 +60,8 @@ const handleDataOutside = (el) => {
60
60
  return dataOutsidePair;
61
61
  };
62
62
  const handleFixedDropdown = (element, parent, placement) => {
63
+ if (!element || !parent)
64
+ return;
63
65
  // We skip this if we are in mobile it's already fixed
64
66
  if (getComputedStyle(element).zIndex === '9999')
65
67
  return;
@@ -249,6 +251,8 @@ const getAncestorHasCorrectedPlacement = (element) => {
249
251
  };
250
252
  const handleFixedPopover = (element, parent, placement) => {
251
253
  var _a, _b;
254
+ if (!element || !parent)
255
+ return;
252
256
  const parentComputedStyles = getComputedStyle(parent);
253
257
  const parentHasFloatingPosition = ['absolute', 'fixed'].includes(parentComputedStyles.position);
254
258
  const ancestorWithCorrectedPlacement = getAncestorHasCorrectedPlacement(element);
@@ -2,9 +2,22 @@ const NAMESPACE = 'db-ux';
2
2
  const BUILD = /* db-ux */ { hydratedSelectorName: "hydrated", lazyLoad: true, propChangeCallback: true, shadowDom: false, slotRelocation: true, state: true, updatable: true};
3
3
 
4
4
  /*
5
- Stencil Client Platform v4.43.1 | MIT Licensed | https://stenciljs.com
5
+ Stencil Client Platform v4.43.2 | MIT Licensed | https://stenciljs.com
6
6
  */
7
7
 
8
+
9
+ // src/utils/get-prop-descriptor.ts
10
+ function getPropertyDescriptor(obj, memberName, getOnly) {
11
+ const stopAt = typeof HTMLElement !== "undefined" ? HTMLElement.prototype : null;
12
+ while (obj && obj !== stopAt) {
13
+ const desc = Object.getOwnPropertyDescriptor(obj, memberName);
14
+ if (desc && (!getOnly || desc.get)) return desc;
15
+ obj = Object.getPrototypeOf(obj);
16
+ }
17
+ return void 0;
18
+ }
19
+
20
+ // src/utils/es2022-rewire-class-members.ts
8
21
  var reWireGetterSetter = (instance, hostRef) => {
9
22
  var _a;
10
23
  const cmpMeta = hostRef.$cmpMeta$;
@@ -12,7 +25,7 @@ var reWireGetterSetter = (instance, hostRef) => {
12
25
  members.map(([memberName, [memberFlags]]) => {
13
26
  if ((memberFlags & 31 /* Prop */ || memberFlags & 32 /* State */)) {
14
27
  const ogValue = instance[memberName];
15
- const ogDescriptor = getPropertyDescriptor(Object.getPrototypeOf(instance), memberName) || Object.getOwnPropertyDescriptor(instance, memberName);
28
+ const ogDescriptor = getPropertyDescriptor(Object.getPrototypeOf(instance), memberName, true) || Object.getOwnPropertyDescriptor(instance, memberName);
16
29
  if (ogDescriptor) {
17
30
  Object.defineProperty(instance, memberName, {
18
31
  get() {
@@ -25,18 +38,14 @@ var reWireGetterSetter = (instance, hostRef) => {
25
38
  enumerable: true
26
39
  });
27
40
  }
28
- instance[memberName] = hostRef.$instanceValues$.has(memberName) ? hostRef.$instanceValues$.get(memberName) : ogValue;
41
+ if (hostRef.$instanceValues$.has(memberName)) {
42
+ instance[memberName] = hostRef.$instanceValues$.get(memberName);
43
+ } else if (ogValue !== void 0) {
44
+ instance[memberName] = ogValue;
45
+ }
29
46
  }
30
47
  });
31
48
  };
32
- function getPropertyDescriptor(obj, memberName) {
33
- while (obj) {
34
- const desc = Object.getOwnPropertyDescriptor(obj, memberName);
35
- if (desc == null ? void 0 : desc.get) return desc;
36
- obj = Object.getPrototypeOf(obj);
37
- }
38
- return void 0;
39
- }
40
49
 
41
50
  // src/client/client-host-ref.ts
42
51
  var getHostRef = (ref) => {
@@ -1366,7 +1375,7 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
1366
1375
  const members = Object.entries((_a = cmpMeta.$members$) != null ? _a : {});
1367
1376
  members.map(([memberName, [memberFlags]]) => {
1368
1377
  if ((memberFlags & 31 /* Prop */ || (flags & 2 /* proxyState */) && memberFlags & 32 /* State */)) {
1369
- const { get: origGetter, set: origSetter } = Object.getOwnPropertyDescriptor(prototype, memberName) || {};
1378
+ const { get: origGetter, set: origSetter } = getPropertyDescriptor(prototype, memberName) || {};
1370
1379
  if (origGetter) cmpMeta.$members$[memberName][0] |= 2048 /* Getter */;
1371
1380
  if (origSetter) cmpMeta.$members$[memberName][0] |= 4096 /* Setter */;
1372
1381
  if (flags & 1 /* isElementConstructor */ || !origGetter) {
@@ -1601,7 +1610,7 @@ var connectedCallback = (elm) => {
1601
1610
  }
1602
1611
  if (cmpMeta.$members$) {
1603
1612
  Object.entries(cmpMeta.$members$).map(([memberName, [memberFlags]]) => {
1604
- if (memberFlags & 31 /* Prop */ && memberName in elm && elm[memberName] !== Object.prototype[memberName]) {
1613
+ if (memberFlags & 31 /* Prop */ && Object.prototype.hasOwnProperty.call(elm, memberName)) {
1605
1614
  const value = elm[memberName];
1606
1615
  delete elm[memberName];
1607
1616
  elm[memberName] = value;
package/dist/esm/index.js CHANGED
@@ -2,8 +2,8 @@ export { a as addAttributeToChildren, c as cls, d as delay, e as getBoolean, g a
2
2
  export { x as COLOR, y as COLORS, z as COLORS_SIMPLE, C as COLOR_CONST, w as COLOR_SIMPLE, F as DB_UX_LOCAL_STORAGE_FRAMEWORK, G as DB_UX_LOCAL_STORAGE_MODE, n as DEFAULT_BACK, p as DEFAULT_BURGER_MENU, s as DEFAULT_CLOSE_BUTTON, j as DEFAULT_DATALIST_ID_SUFFIX, q as DEFAULT_ICON, D as DEFAULT_ID, l as DEFAULT_INVALID_MESSAGE, h as DEFAULT_INVALID_MESSAGE_ID_SUFFIX, a as DEFAULT_LABEL, d as DEFAULT_LABEL_ID_SUFFIX, c as DEFAULT_MESSAGE, f as DEFAULT_MESSAGE_ID_SUFFIX, b as DEFAULT_PLACEHOLDER, i as DEFAULT_PLACEHOLDER_ID_SUFFIX, m as DEFAULT_REMOVE, r as DEFAULT_ROWS, o as DEFAULT_SELECTED, e as DEFAULT_SELECT_ID_SUFFIX, k as DEFAULT_VALID_MESSAGE, g as DEFAULT_VALID_MESSAGE_ID_SUFFIX, B as DEFAULT_VIEWPORT, v as DENSITIES, u as DENSITY, t as DENSITY_CONST, E as DESKTOP_VIEWPORT, S as SEMANTIC, A as SEMANTICS, T as TESTING_VIEWPORTS } from './constants-BdL-nI5y.js';
3
3
  export { D as DocumentClickListener } from './document-click-listener-D7W_VE5O.js';
4
4
  export { D as DocumentScrollListener } from './document-scroll-listener-DOBe3Oa9.js';
5
- export { g as getFloatingProps, h as handleDataOutside, a as handleFixedDropdown, b as handleFixedPopover } from './floating-components-DfYL98sI.js';
6
- export { N as NavigationItemSafeTriangle, i as isEventTargetNavigationItem } from './navigation-DgsMCdfn.js';
5
+ export { g as getFloatingProps, h as handleDataOutside, a as handleFixedDropdown, b as handleFixedPopover } from './floating-components-DOPXnIzL.js';
6
+ export { N as NavigationItemSafeTriangle, i as isEventTargetNavigationItem } from './navigation-Jh6m0eMk.js';
7
7
 
8
8
  const AccordionVariantList = ['divider', 'card'];
9
9
  const AccordionBehaviorList = ['multiple', 'single'];
@@ -1,5 +1,5 @@
1
- import { b as bootstrapLazy } from './index-Bs7RfNRP.js';
2
- export { s as setNonce } from './index-Bs7RfNRP.js';
1
+ import { b as bootstrapLazy } from './index-BjIPMjCM.js';
2
+ export { s as setNonce } from './index-BjIPMjCM.js';
3
3
  import { g as globalScripts } from './app-globals-DQuL1Twl.js';
4
4
 
5
5
  const defineCustomElements = async (win, options) => {
@@ -1,4 +1,4 @@
1
- import { h as handleDataOutside } from './floating-components-DfYL98sI.js';
1
+ import { h as handleDataOutside } from './floating-components-DOPXnIzL.js';
2
2
 
3
3
  const isEventTargetNavigationItem = (event) => {
4
4
  var _a, _b;
@@ -2919,6 +2919,24 @@
2919
2919
  ],
2920
2920
  "references": []
2921
2921
  },
2922
+ {
2923
+ "name": "accordion-behavior",
2924
+ "description": "\n---\n",
2925
+ "attributes": [],
2926
+ "references": []
2927
+ },
2928
+ {
2929
+ "name": "accordion-density",
2930
+ "description": "\n---\n",
2931
+ "attributes": [],
2932
+ "references": []
2933
+ },
2934
+ {
2935
+ "name": "accordion-variant",
2936
+ "description": "\n---\n",
2937
+ "attributes": [],
2938
+ "references": []
2939
+ },
2922
2940
  {
2923
2941
  "name": "card-wrapper-showcase",
2924
2942
  "description": "\n---\n",
@@ -2944,24 +2962,6 @@
2944
2962
  "attributes": [{ "name": "example-name", "values": [] }],
2945
2963
  "references": []
2946
2964
  },
2947
- {
2948
- "name": "accordion-behavior",
2949
- "description": "\n---\n",
2950
- "attributes": [],
2951
- "references": []
2952
- },
2953
- {
2954
- "name": "accordion-density",
2955
- "description": "\n---\n",
2956
- "attributes": [],
2957
- "references": []
2958
- },
2959
- {
2960
- "name": "accordion-variant",
2961
- "description": "\n---\n",
2962
- "attributes": [],
2963
- "references": []
2964
- },
2965
2965
  {
2966
2966
  "name": "accordion-showcase",
2967
2967
  "description": "\n---\n",
@@ -3828,23 +3828,6 @@
3828
3828
  ],
3829
3829
  "references": []
3830
3830
  },
3831
- {
3832
- "name": "navigation-density",
3833
- "description": "\n---\n",
3834
- "attributes": [],
3835
- "references": []
3836
- },
3837
- {
3838
- "name": "navigation-showcase",
3839
- "description": "\n---\n",
3840
- "attributes": [
3841
- {
3842
- "name": "is-patternhub",
3843
- "values": [{ "name": "PatternhubProps[\"isPatternhub\"]" }]
3844
- }
3845
- ],
3846
- "references": []
3847
- },
3848
3831
  {
3849
3832
  "name": "navigation-item-active",
3850
3833
  "description": "\n---\n",
@@ -3898,6 +3881,23 @@
3898
3881
  ],
3899
3882
  "references": []
3900
3883
  },
3884
+ {
3885
+ "name": "navigation-density",
3886
+ "description": "\n---\n",
3887
+ "attributes": [],
3888
+ "references": []
3889
+ },
3890
+ {
3891
+ "name": "navigation-showcase",
3892
+ "description": "\n---\n",
3893
+ "attributes": [
3894
+ {
3895
+ "name": "is-patternhub",
3896
+ "values": [{ "name": "PatternhubProps[\"isPatternhub\"]" }]
3897
+ }
3898
+ ],
3899
+ "references": []
3900
+ },
3901
3901
  {
3902
3902
  "name": "notification-closeable",
3903
3903
  "description": "\n---\n",
@@ -4342,17 +4342,6 @@
4342
4342
  "attributes": [],
4343
4343
  "references": []
4344
4344
  },
4345
- {
4346
- "name": "switch-showcase",
4347
- "description": "\n---\n",
4348
- "attributes": [
4349
- {
4350
- "name": "is-patternhub",
4351
- "values": [{ "name": "PatternhubProps[\"isPatternhub\"]" }]
4352
- }
4353
- ],
4354
- "references": []
4355
- },
4356
4345
  {
4357
4346
  "name": "tab-item-behavior",
4358
4347
  "description": "\n---\n",
@@ -4389,6 +4378,17 @@
4389
4378
  "attributes": [],
4390
4379
  "references": []
4391
4380
  },
4381
+ {
4382
+ "name": "switch-showcase",
4383
+ "description": "\n---\n",
4384
+ "attributes": [
4385
+ {
4386
+ "name": "is-patternhub",
4387
+ "values": [{ "name": "PatternhubProps[\"isPatternhub\"]" }]
4388
+ }
4389
+ ],
4390
+ "references": []
4391
+ },
4392
4392
  {
4393
4393
  "name": "tab-item-showcase",
4394
4394
  "description": "\n---\n",
@@ -4525,140 +4525,140 @@
4525
4525
  "references": []
4526
4526
  },
4527
4527
  {
4528
- "name": "textarea-density",
4528
+ "name": "tooltip-animation",
4529
4529
  "description": "\n---\n",
4530
4530
  "attributes": [],
4531
4531
  "references": []
4532
4532
  },
4533
4533
  {
4534
- "name": "textarea-disabled",
4534
+ "name": "tooltip-delay",
4535
4535
  "description": "\n---\n",
4536
4536
  "attributes": [],
4537
4537
  "references": []
4538
4538
  },
4539
4539
  {
4540
- "name": "textarea-examples-floating-label",
4540
+ "name": "tooltip-density",
4541
4541
  "description": "\n---\n",
4542
4542
  "attributes": [],
4543
4543
  "references": []
4544
4544
  },
4545
4545
  {
4546
- "name": "textarea-field-sizing",
4546
+ "name": "tooltip-emphasis",
4547
4547
  "description": "\n---\n",
4548
4548
  "attributes": [],
4549
4549
  "references": []
4550
4550
  },
4551
4551
  {
4552
- "name": "textarea-readonly",
4552
+ "name": "tooltip-placement",
4553
4553
  "description": "\n---\n",
4554
4554
  "attributes": [],
4555
4555
  "references": []
4556
4556
  },
4557
4557
  {
4558
- "name": "textarea-required",
4558
+ "name": "tooltip-show-arrow",
4559
4559
  "description": "\n---\n",
4560
4560
  "attributes": [],
4561
4561
  "references": []
4562
4562
  },
4563
4563
  {
4564
- "name": "textarea-rows",
4564
+ "name": "tooltip-width",
4565
4565
  "description": "\n---\n",
4566
4566
  "attributes": [],
4567
4567
  "references": []
4568
4568
  },
4569
4569
  {
4570
- "name": "textarea-show-label",
4570
+ "name": "textarea-density",
4571
4571
  "description": "\n---\n",
4572
4572
  "attributes": [],
4573
4573
  "references": []
4574
4574
  },
4575
4575
  {
4576
- "name": "textarea-show-message",
4576
+ "name": "textarea-disabled",
4577
4577
  "description": "\n---\n",
4578
4578
  "attributes": [],
4579
4579
  "references": []
4580
4580
  },
4581
4581
  {
4582
- "name": "textarea-show-required-asterisk",
4582
+ "name": "textarea-examples-floating-label",
4583
4583
  "description": "\n---\n",
4584
4584
  "attributes": [],
4585
4585
  "references": []
4586
4586
  },
4587
4587
  {
4588
- "name": "textarea-show-resizer",
4588
+ "name": "textarea-field-sizing",
4589
4589
  "description": "\n---\n",
4590
4590
  "attributes": [],
4591
4591
  "references": []
4592
4592
  },
4593
4593
  {
4594
- "name": "textarea-state",
4594
+ "name": "textarea-readonly",
4595
4595
  "description": "\n---\n",
4596
4596
  "attributes": [],
4597
4597
  "references": []
4598
4598
  },
4599
4599
  {
4600
- "name": "textarea-validation",
4600
+ "name": "textarea-required",
4601
4601
  "description": "\n---\n",
4602
4602
  "attributes": [],
4603
4603
  "references": []
4604
4604
  },
4605
4605
  {
4606
- "name": "textarea-variant",
4606
+ "name": "textarea-rows",
4607
4607
  "description": "\n---\n",
4608
4608
  "attributes": [],
4609
4609
  "references": []
4610
4610
  },
4611
4611
  {
4612
- "name": "textarea-showcase",
4612
+ "name": "textarea-show-label",
4613
4613
  "description": "\n---\n",
4614
- "attributes": [
4615
- {
4616
- "name": "is-patternhub",
4617
- "values": [{ "name": "PatternhubProps[\"isPatternhub\"]" }]
4618
- }
4619
- ],
4614
+ "attributes": [],
4620
4615
  "references": []
4621
4616
  },
4622
4617
  {
4623
- "name": "tooltip-animation",
4618
+ "name": "textarea-show-message",
4624
4619
  "description": "\n---\n",
4625
4620
  "attributes": [],
4626
4621
  "references": []
4627
4622
  },
4628
4623
  {
4629
- "name": "tooltip-delay",
4624
+ "name": "textarea-show-required-asterisk",
4630
4625
  "description": "\n---\n",
4631
4626
  "attributes": [],
4632
4627
  "references": []
4633
4628
  },
4634
4629
  {
4635
- "name": "tooltip-density",
4630
+ "name": "textarea-show-resizer",
4636
4631
  "description": "\n---\n",
4637
4632
  "attributes": [],
4638
4633
  "references": []
4639
4634
  },
4640
4635
  {
4641
- "name": "tooltip-emphasis",
4636
+ "name": "textarea-state",
4642
4637
  "description": "\n---\n",
4643
4638
  "attributes": [],
4644
4639
  "references": []
4645
4640
  },
4646
4641
  {
4647
- "name": "tooltip-placement",
4642
+ "name": "textarea-validation",
4648
4643
  "description": "\n---\n",
4649
4644
  "attributes": [],
4650
4645
  "references": []
4651
4646
  },
4652
4647
  {
4653
- "name": "tooltip-show-arrow",
4648
+ "name": "textarea-variant",
4654
4649
  "description": "\n---\n",
4655
4650
  "attributes": [],
4656
4651
  "references": []
4657
4652
  },
4658
4653
  {
4659
- "name": "tooltip-width",
4654
+ "name": "textarea-showcase",
4660
4655
  "description": "\n---\n",
4661
- "attributes": [],
4656
+ "attributes": [
4657
+ {
4658
+ "name": "is-patternhub",
4659
+ "values": [{ "name": "PatternhubProps[\"isPatternhub\"]" }]
4660
+ }
4661
+ ],
4662
4662
  "references": []
4663
4663
  },
4664
4664
  {