agroptima-design-system 0.31.2 → 0.31.3

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.31.2",
3
+ "version": "0.31.3",
4
4
  "scripts": {
5
5
  "dev": "npm run storybook",
6
6
  "storybook": "storybook dev -p 6006 --ci",
@@ -174,7 +174,7 @@
174
174
  }
175
175
  }
176
176
 
177
- &.with-title td:not(.actions):nth-child(2) {
177
+ &.with-title td:not(.actions):has(.cell .badge) {
178
178
  margin-top: config.$space-2x;
179
179
  }
180
180
 
@@ -4,6 +4,10 @@ import { Meta } from "@storybook/blocks";
4
4
 
5
5
  # Changelog
6
6
 
7
+ ## 0.31.3
8
+
9
+ * Add `margin-top` to all cells containing Badges on mobile on CardsTable component.
10
+
7
11
  ## 0.31.2
8
12
 
9
13
  * Manage footer buttons width and position on Card component