@gitlab/ui 128.16.0 → 128.16.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.
@@ -320,8 +320,8 @@ var script = {
320
320
  return `${formGroupLabelId} ${this.toggleId}`;
321
321
  }
322
322
 
323
- // Fallback calculated toggleId value
324
- return this.toggleId;
323
+ // Disclosures and buttons self-identify. aria-labelledby is not needed.
324
+ return undefined;
325
325
  }
326
326
  return undefined;
327
327
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "128.16.0",
3
+ "version": "128.16.1",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -143,7 +143,7 @@
143
143
  "jest-circus": "30.2.0",
144
144
  "jest-environment-jsdom": "30.2.0",
145
145
  "jest-image-snapshot": "^6.5.1",
146
- "merge-cobertura": "^1.0.6",
146
+ "merge-cobertura": "^1.0.7",
147
147
  "mockdate": "^3.0.5",
148
148
  "module-alias": "^2.3.4",
149
149
  "pikaday": "^1.8.0",
@@ -166,7 +166,7 @@
166
166
  "start-server-and-test": "^2.1.5",
167
167
  "storybook": "^7.6.20",
168
168
  "storybook-dark-mode": "4.0.2",
169
- "style-dictionary": "^5.3.2",
169
+ "style-dictionary": "^5.3.3",
170
170
  "style-loader": "^4",
171
171
  "tailwindcss": "3.4.19",
172
172
  "vue": "2.7.16",
@@ -354,8 +354,8 @@ export default {
354
354
  return `${formGroupLabelId} ${this.toggleId}`;
355
355
  }
356
356
 
357
- // Fallback calculated toggleId value
358
- return this.toggleId;
357
+ // Disclosures and buttons self-identify. aria-labelledby is not needed.
358
+ return undefined;
359
359
  }
360
360
 
361
361
  return undefined;