agroptima-design-system 1.2.15-beta.2 → 1.2.15

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.2.15-beta.2",
3
+ "version": "1.2.15",
4
4
  "scripts": {
5
5
  "dev": "npm run storybook",
6
6
  "storybook": "storybook dev -p 6006 --ci",
@@ -87,7 +87,6 @@ export const BadgeWithTextAndIcon: Story = {
87
87
  variant: 'success-outlined',
88
88
  icon: 'Improvements',
89
89
  text: 'Game over',
90
- accessibilityLabel: 'You have lost the game',
91
90
  },
92
91
  parameters: figmaPrimaryDesign,
93
92
  }
@@ -7,6 +7,7 @@ import { Meta } from "@storybook/addon-docs/blocks";
7
7
  ## 1.2.15
8
8
 
9
9
  * Add ChangeStatus icon
10
+ * Add Icon + Text variant to Badge component
10
11
 
11
12
  ## 1.2.14
12
13