agroptima-design-system 1.0.1 → 1.0.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agroptima-design-system",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "scripts": {
5
5
  "dev": "npm run storybook",
6
6
  "storybook": "storybook dev -p 6006 --ci",
@@ -35,6 +35,7 @@ export function PopoverMenuOption({
35
35
  role="menuitem"
36
36
  className={cssClasses}
37
37
  aria-disabled={disabled}
38
+ disabled={disabled}
38
39
  {...props}
39
40
  >
40
41
  {leftIcon && <Icon name={leftIcon} size="3" />}
@@ -4,6 +4,10 @@ import { Meta } from "@storybook/addon-docs/blocks";
4
4
 
5
5
  # Changelog
6
6
 
7
+ ## 1.0.2
8
+
9
+ * Fix `disabled` not being correctly applied on PopoverMenuOption component
10
+
7
11
  ## 1.0.1
8
12
 
9
13
  * Add Modal mobile specific styles