rivia 0.0.104 → 0.0.105

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -4828,8 +4828,8 @@ var ProductManagement = /* @__PURE__ */ function() {
4828
4828
  style.innerHTML = `
4829
4829
  .pm-dot {
4830
4830
  position: absolute !important;
4831
- top: 15px !important;
4832
- right: 15px !important;
4831
+ top: 0px !important;
4832
+ right: 0px !important;
4833
4833
  width: 8px !important;
4834
4834
  height: 8px !important;
4835
4835
  background-color: red !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rivia",
3
- "version": "0.0.104",
3
+ "version": "0.0.105",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",