@aws505/sheetsite 1.0.4 → 1.0.6

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.
@@ -2466,58 +2466,41 @@ Thank you!`
2466
2466
  "bottom-left": "bottom-4 left-4",
2467
2467
  "bottom-center": "bottom-4 left-1/2 -translate-x-1/2"
2468
2468
  };
2469
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
2469
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
2470
2470
  "div",
2471
2471
  {
2472
2472
  className: `
2473
2473
  fixed z-50 ${positionClasses[position]}
2474
- animate-slide-up
2474
+ transition-all duration-500 ease-out
2475
2475
  ${className}
2476
2476
  `,
2477
- style: {
2478
- animation: "slideUp 0.5s ease-out"
2479
- },
2480
- children: [
2481
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "bg-white rounded-lg shadow-2xl border border-gray-200 p-4 max-w-sm", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { className: "flex items-start gap-3", children: [
2482
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "flex-shrink-0 w-10 h-10 bg-primary-100 rounded-full flex items-center justify-center", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("svg", { className: "w-5 h-5 text-primary-600", fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" }) }) }),
2483
- /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { className: "flex-1 min-w-0", children: [
2484
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("p", { className: "text-sm font-medium text-gray-900", children: message }),
2485
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("p", { className: "text-xs text-gray-500 mt-1", children: "We built this site for you. Claim it today!" }),
2486
- /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
2487
- "button",
2488
- {
2489
- onClick: handleClaim,
2490
- className: "mt-3 w-full inline-flex items-center justify-center px-4 py-2 bg-primary-600 text-white text-sm font-medium rounded-lg hover:bg-primary-700 transition-colors",
2491
- children: [
2492
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("svg", { className: "w-4 h-4 mr-2", fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z" }) }),
2493
- buttonText
2494
- ]
2495
- }
2496
- )
2497
- ] }),
2498
- dismissible && /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
2477
+ children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "bg-white rounded-lg shadow-2xl border border-gray-200 p-4 max-w-sm", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { className: "flex items-start gap-3", children: [
2478
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "flex-shrink-0 w-10 h-10 bg-primary-100 rounded-full flex items-center justify-center", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("svg", { className: "w-5 h-5 text-primary-600", fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" }) }) }),
2479
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { className: "flex-1 min-w-0", children: [
2480
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("p", { className: "text-sm font-medium text-gray-900", children: message }),
2481
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("p", { className: "text-xs text-gray-500 mt-1", children: "We built this site for you. Claim it today!" }),
2482
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
2499
2483
  "button",
2500
2484
  {
2501
- onClick: handleDismiss,
2502
- className: "flex-shrink-0 text-gray-400 hover:text-gray-600 transition-colors",
2503
- "aria-label": "Dismiss",
2504
- children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("svg", { className: "w-5 h-5", fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M6 18L18 6M6 6l12 12" }) })
2485
+ onClick: handleClaim,
2486
+ className: "mt-3 w-full inline-flex items-center justify-center px-4 py-2 bg-primary-600 text-white text-sm font-medium rounded-lg hover:bg-primary-700 transition-colors",
2487
+ children: [
2488
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("svg", { className: "w-4 h-4 mr-2", fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z" }) }),
2489
+ buttonText
2490
+ ]
2505
2491
  }
2506
2492
  )
2507
- ] }) }),
2508
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("style", { jsx: true, children: `
2509
- @keyframes slideUp {
2510
- from {
2511
- opacity: 0;
2512
- transform: translateY(20px);
2513
- }
2514
- to {
2515
- opacity: 1;
2516
- transform: translateY(0);
2493
+ ] }),
2494
+ dismissible && /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
2495
+ "button",
2496
+ {
2497
+ onClick: handleDismiss,
2498
+ className: "flex-shrink-0 text-gray-400 hover:text-gray-600 transition-colors",
2499
+ "aria-label": "Dismiss",
2500
+ children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("svg", { className: "w-5 h-5", fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M6 18L18 6M6 6l12 12" }) })
2517
2501
  }
2518
- }
2519
- ` })
2520
- ]
2502
+ )
2503
+ ] }) })
2521
2504
  }
2522
2505
  );
2523
2506
  }