agroptima-design-system 0.34.7-beta.2 → 0.34.7-beta.4

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.34.7-beta.2",
3
+ "version": "0.34.7-beta.4",
4
4
  "scripts": {
5
5
  "dev": "npm run storybook",
6
6
  "storybook": "storybook dev -p 6006 --ci",
@@ -5,6 +5,7 @@
5
5
 
6
6
  .popover-container {
7
7
  pointer-events: none;
8
+ z-index: -1;
8
9
  position: relative;
9
10
  > * {
10
11
  pointer-events: auto;
@@ -8,6 +8,7 @@ import { Meta } from "@storybook/blocks";
8
8
 
9
9
  * Add sticky styles to CardsTable component
10
10
  * Add opacity style on IconButton secondary variant
11
+ * Fix Popover component container depth position
11
12
 
12
13
  ## 0.34.5
13
14