create-mercato-app 0.6.1-develop.3102.d6e7e6d57a → 0.6.1-develop.3113.9d12cd20b0

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": "create-mercato-app",
3
- "version": "0.6.1-develop.3102.d6e7e6d57a",
3
+ "version": "0.6.1-develop.3113.9d12cd20b0",
4
4
  "type": "module",
5
5
  "description": "Create a new Open Mercato application",
6
6
  "main": "./dist/index.js",
@@ -116,6 +116,7 @@ TODO: Fix that latter to have reference by the package names
116
116
  --z-index-dropdown: 20;
117
117
  --z-index-overlay: 30;
118
118
  --z-index-modal: 40;
119
+ --z-index-popover: 45;
119
120
  --z-index-toast: 50;
120
121
  --z-index-tooltip: 60;
121
122
  --z-index-banner: 70;