@nysds/components 1.18.0 → 1.18.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.
@@ -153,9 +153,11 @@ export declare class NysTabgroup extends LitElement {
153
153
  *
154
154
  * Iterates over all assigned elements and moves each `<nys-tab>` into
155
155
  * `.nys-tabgroup__tabs` and each `<nys-tabpanel>` into
156
- * `.nys-tabgroup__panels`, preserving relative order. After sorting,
157
- * calls `_applySelection` using the first element that already has a
158
- * `selected` attribute, or index `0` if none is found.
156
+ * `.nys-tabgroup__panels`. If a panel has an `aria-labelledby` attribute,
157
+ * it is explicitly paired with the tab it references; otherwise panels are
158
+ * paired with tabs by index order. After sorting, calls `_applySelection`
159
+ * using the first element that already has a `selected` attribute, or
160
+ * index `0` if none is found.
159
161
  *
160
162
  * @param e - The `Event` fired by the `<slot>` element on slot change.
161
163
  * @returns void
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nysds/components",
3
- "version": "1.18.0",
3
+ "version": "1.18.1",
4
4
  "description": "New York State's design system and code component library.",
5
5
  "type": "module",
6
6
  "workspaces": [