agroptima-design-system 0.26.1 → 0.26.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": "0.26.1",
3
+ "version": "0.26.2",
4
4
  "scripts": {
5
5
  "dev": "npm run storybook",
6
6
  "storybook": "storybook dev -p 6006 --ci",
@@ -1,7 +1,7 @@
1
1
  @use '../settings/color_alias';
2
2
  @use '../settings/typography/form' as typography;
3
3
  @use '../settings/config';
4
- @import './button/Button.scss';
4
+ @use './Button/Button';
5
5
 
6
6
  .input-group {
7
7
  @include typography.input-text;
@@ -4,9 +4,13 @@ import { Meta } from "@storybook/blocks";
4
4
 
5
5
  # Changelog
6
6
 
7
+
8
+ # 0.26.2
9
+
10
+ * Fix import scss button
11
+
7
12
  # 0.26.1
8
13
 
9
- * Fix import button
10
14
  * Fix Mixed Declarations in scss files
11
15
 
12
16
  # 0.26.0