rivia 0.0.100 → 0.0.101

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -4834,7 +4834,7 @@ var ProductManagement = /* @__PURE__ */ function() {
4834
4834
  height: 8px;
4835
4835
  background-color: red;
4836
4836
  border-radius: 50%;
4837
- z-index: 10;
4837
+ z-index: 2147483647;
4838
4838
  }
4839
4839
  `;
4840
4840
  document.head.appendChild(style);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rivia",
3
- "version": "0.0.100",
3
+ "version": "0.0.101",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",