rivia 0.0.44 → 0.0.45

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
@@ -1063,7 +1063,7 @@ transform: translateY(-20%);
1063
1063
  const startSelect = stepEl.querySelector(".start-select");
1064
1064
  startSelect.style.display = "none";
1065
1065
  stepEl.addEventListener("click", () => {
1066
- if (it.event_name == "" && it.button_name == "") {
1066
+ if (it.event_name == "click" && it.button_name == "") {
1067
1067
  items.forEach((inner) => {
1068
1068
  const el = label.querySelector(`#${inner.id}`);
1069
1069
  if (el) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rivia",
3
- "version": "0.0.44",
3
+ "version": "0.0.45",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",