agroptima-design-system 0.26.7 → 0.26.8

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": "0.26.7",
3
+ "version": "0.26.8",
4
4
  "scripts": {
5
5
  "dev": "npm run storybook",
6
6
  "storybook": "storybook dev -p 6006 --ci",
@@ -34,7 +34,7 @@ export function CheckableTag({
34
34
  <span
35
35
  className={cssClasses}
36
36
  role="checkbox"
37
- aria-checked={false}
37
+ aria-checked={isChecked}
38
38
  tabIndex={0}
39
39
  aria-label={props['aria-label']}
40
40
  onClick={() => onSelect(label)}
@@ -4,6 +4,10 @@ import { Meta } from "@storybook/blocks";
4
4
 
5
5
  # Changelog
6
6
 
7
+ # 0.26.8
8
+
9
+ * Set check value in CheckableTag
10
+
7
11
  # 0.26.7
8
12
 
9
13
  * Fix Collapsible header padding-bottom.