sa2kit 1.6.18 → 1.6.19

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 (37) hide show
  1. package/dist/analytics/index.js +1 -1
  2. package/dist/analytics/index.js.map +1 -1
  3. package/dist/analytics/index.mjs +1 -1
  4. package/dist/analytics/index.mjs.map +1 -1
  5. package/dist/auth/components/index.js +1 -1
  6. package/dist/auth/components/index.js.map +1 -1
  7. package/dist/auth/components/index.mjs +1 -1
  8. package/dist/auth/components/index.mjs.map +1 -1
  9. package/dist/calendar/index.js +10 -10
  10. package/dist/calendar/index.js.map +1 -1
  11. package/dist/calendar/index.mjs +3 -3
  12. package/dist/calendar/index.mjs.map +1 -1
  13. package/dist/{chunk-FDHCX2BY.mjs → chunk-NQ4JDU24.mjs} +3 -3
  14. package/dist/chunk-NQ4JDU24.mjs.map +1 -0
  15. package/dist/{chunk-ASL3QC22.js → chunk-PXVELWYK.js} +3 -3
  16. package/dist/chunk-PXVELWYK.js.map +1 -0
  17. package/dist/index.js +114 -114
  18. package/dist/index.js.map +1 -1
  19. package/dist/index.mjs +7 -7
  20. package/dist/index.mjs.map +1 -1
  21. package/dist/mmd/index.d.mts +8 -11
  22. package/dist/mmd/index.d.ts +8 -11
  23. package/dist/mmd/index.js +562 -464
  24. package/dist/mmd/index.js.map +1 -1
  25. package/dist/mmd/index.mjs +563 -466
  26. package/dist/mmd/index.mjs.map +1 -1
  27. package/dist/universalExport/index.js +4 -4
  28. package/dist/universalExport/index.js.map +1 -1
  29. package/dist/universalExport/index.mjs +4 -4
  30. package/dist/universalExport/index.mjs.map +1 -1
  31. package/dist/universalFile/index.js +2 -2
  32. package/dist/universalFile/index.js.map +1 -1
  33. package/dist/universalFile/index.mjs +2 -2
  34. package/dist/universalFile/index.mjs.map +1 -1
  35. package/package.json +2 -1
  36. package/dist/chunk-ASL3QC22.js.map +0 -1
  37. package/dist/chunk-FDHCX2BY.mjs.map +0 -1
@@ -1,4 +1,4 @@
1
- import { SearchBox, ConfirmModal, Modal } from '../chunk-FDHCX2BY.mjs';
1
+ import { SearchBox, ConfirmModal, Modal } from '../chunk-NQ4JDU24.mjs';
2
2
  import '../chunk-3BGPZN4X.mjs';
3
3
  import '../chunk-KQGP6BTS.mjs';
4
4
  import '../chunk-BJTO5JO5.mjs';
@@ -2127,7 +2127,7 @@ var DraggableEvent = ({
2127
2127
  ${dragSupported ? "cursor-grab active:cursor-grabbing" : "cursor-pointer"}
2128
2128
  transition-all duration-150 ease-in-out text-xs
2129
2129
  ${getEventColorClasses(event.color)}
2130
- ${isDragActive || isDragging ? "opacity-60 shadow-md z-40" : "opacity-100"}
2130
+ ${isDragActive || isDragging ? "opacity-60 shadow-md z-[40]" : "opacity-100"}
2131
2131
  ${className}
2132
2132
  `,
2133
2133
  ...dragSupported ? listeners : {},
@@ -2373,7 +2373,7 @@ var DraggableMonthView = ({
2373
2373
  className: "shadow-lg border border-blue-400 bg-opacity-90"
2374
2374
  }
2375
2375
  )))
2376
- ) : renderCalendarContent(), dragSupported && dragState.isDragging && /* @__PURE__ */ React2.createElement("div", { className: "fixed bottom-4 right-4 bg-blue-600 text-white px-4 py-2 rounded-lg shadow-lg z-50" }, /* @__PURE__ */ React2.createElement("div", { className: "flex items-center space-x-2" }, /* @__PURE__ */ React2.createElement("svg", { className: "w-4 h-4 animate-pulse", fill: "currentColor", viewBox: "0 0 20 20" }, /* @__PURE__ */ React2.createElement("path", { d: "M10 12a2 2 0 100-4 2 2 0 000 4z" }), /* @__PURE__ */ React2.createElement("path", { fillRule: "evenodd", d: "M.458 10C1.732 5.943 5.522 3 10 3s8.268 2.943 9.542 7c-1.274 4.057-5.064 7-9.542 7S1.732 14.057.458 10zM14 10a4 4 0 11-8 0 4 4 0 018 0z", clipRule: "evenodd" })), /* @__PURE__ */ React2.createElement("span", { className: "text-sm" }, '\u62D6\u62FD "', dragState.draggedEvent?.title, '" \u5230\u76EE\u6807\u65E5\u671F'))));
2376
+ ) : renderCalendarContent(), dragSupported && dragState.isDragging && /* @__PURE__ */ React2.createElement("div", { className: "fixed bottom-4 right-4 bg-blue-600 text-white px-4 py-2 rounded-lg shadow-lg z-[50]" }, /* @__PURE__ */ React2.createElement("div", { className: "flex items-center space-x-2" }, /* @__PURE__ */ React2.createElement("svg", { className: "w-4 h-4 animate-pulse", fill: "currentColor", viewBox: "0 0 20 20" }, /* @__PURE__ */ React2.createElement("path", { d: "M10 12a2 2 0 100-4 2 2 0 000 4z" }), /* @__PURE__ */ React2.createElement("path", { fillRule: "evenodd", d: "M.458 10C1.732 5.943 5.522 3 10 3s8.268 2.943 9.542 7c-1.274 4.057-5.064 7-9.542 7S1.732 14.057.458 10zM14 10a4 4 0 11-8 0 4 4 0 018 0z", clipRule: "evenodd" })), /* @__PURE__ */ React2.createElement("span", { className: "text-sm" }, '\u62D6\u62FD "', dragState.draggedEvent?.title, '" \u5230\u76EE\u6807\u65E5\u671F'))));
2377
2377
  };
2378
2378
  var DraggableMonthView_default = DraggableMonthView;
2379
2379
  var COLOR_THEMES = {