@ultraviolet/ui 1.2.0 → 1.3.0

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.
@@ -302,6 +302,9 @@ const Button = /*#__PURE__*/forwardRef((_ref10, ref) => {
302
302
  name: name,
303
303
  "aria-label": ariaLabel,
304
304
  "aria-current": ariaCurrent,
305
+ "aria-controls": ariaControls,
306
+ "aria-expanded": ariaExpanded,
307
+ "aria-haspopup": ariaHaspopup,
305
308
  iconOnly: !!icon && !children,
306
309
  tabIndex: tabIndex,
307
310
  children: content
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ultraviolet/ui",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "Ultraviolet UI",
5
5
  "homepage": "https://github.com/scaleway/ultraviolet#readme",
6
6
  "repository": {