@embedreach/components 0.1.73 → 0.1.75

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.
@@ -48347,28 +48347,28 @@ const ViewAutomationHeaderContainer = ({
48347
48347
  /* @__PURE__ */ jsx(DropdownMenuItem, { onClick: handleDuplicateAutomation, children: "Duplicate" })
48348
48348
  ] })
48349
48349
  ] });
48350
- const renderAutomationDetails = () => /* @__PURE__ */ jsx("div", { className: "@container", children: /* @__PURE__ */ jsxs("div", { className: "grid grid-cols-1 @sm:grid-cols-2 gap-6", children: [
48351
- /* @__PURE__ */ jsxs("div", { className: "min-w-[200px]", children: [
48352
- /* @__PURE__ */ jsx("div", { className: "text-sm text-gray-600", children: "Name" }),
48350
+ const renderAutomationDetails = () => /* @__PURE__ */ jsx("div", { className: "@container", children: /* @__PURE__ */ jsxs("div", { className: "grid grid-cols-1 @[750px]:grid-cols-2 gap-6", children: [
48351
+ /* @__PURE__ */ jsxs("div", { className: "", children: [
48352
+ /* @__PURE__ */ jsx("div", { className: "text-sm text-muted-foreground", children: "Name" }),
48353
48353
  /* @__PURE__ */ jsx("div", { className: "font-medium truncate", children: automation.name })
48354
48354
  ] }),
48355
48355
  automation.description && /* @__PURE__ */ jsxs("div", { className: "", children: [
48356
- /* @__PURE__ */ jsx("div", { className: "text-sm text-gray-600", children: "Description" }),
48356
+ /* @__PURE__ */ jsx("div", { className: "text-sm text-muted-foreground", children: "Description" }),
48357
48357
  /* @__PURE__ */ jsx("div", { className: "font-medium whitespace-pre-wrap", children: automation.description })
48358
48358
  ] }),
48359
48359
  /* @__PURE__ */ jsxs("div", { children: [
48360
- /* @__PURE__ */ jsx("div", { className: "text-sm text-gray-600", children: "Date Created" }),
48360
+ /* @__PURE__ */ jsx("div", { className: "text-sm text-muted-foreground", children: "Date Created" }),
48361
48361
  /* @__PURE__ */ jsx("div", { className: "font-medium", children: format$1(new Date(automation.created_at), "h:mma MM/dd/yy") })
48362
48362
  ] }),
48363
48363
  automation.trigger_type === AutomationTriggerType.ONE_TIME && isOneTimeTriggerMetadata(automation.trigger_metadata) && /* @__PURE__ */ jsxs("div", { children: [
48364
- /* @__PURE__ */ jsx("div", { className: "text-sm text-gray-600", children: "Type" }),
48364
+ /* @__PURE__ */ jsx("div", { className: "text-sm text-muted-foreground", children: "Type" }),
48365
48365
  /* @__PURE__ */ jsx("div", { className: "font-medium", children: "One Time" })
48366
48366
  ] }),
48367
48367
  automation.trigger_type === AutomationTriggerType.TRIGGER_BASED && isTriggerBasedTriggerMetadata(automation.trigger_metadata) && /* @__PURE__ */ jsxs("div", { children: [
48368
- /* @__PURE__ */ jsx("div", { className: "text-sm text-gray-600", children: "Type" }),
48368
+ /* @__PURE__ */ jsx("div", { className: "text-sm text-muted-foreground", children: "Type" }),
48369
48369
  /* @__PURE__ */ jsx("div", { className: "font-medium", children: "Trigger Based" })
48370
48370
  ] }),
48371
- /* @__PURE__ */ jsx("div", { className: "col-span-1 @sm:col-span-2", children: /* @__PURE__ */ jsx("div", { className: "border-t border-gray-200" }) }),
48371
+ /* @__PURE__ */ jsx("div", { className: "col-span-1 @[400px]:col-span-2", children: /* @__PURE__ */ jsx("div", { className: "border-t border-gray-200" }) }),
48372
48372
  automation.trigger_type === AutomationTriggerType.ONE_TIME && isOneTimeTriggerMetadata(automation.trigger_metadata) && automation.trigger_metadata.scheduled_at && /* @__PURE__ */ jsxs("div", { children: [
48373
48373
  /* @__PURE__ */ jsx("div", { className: "text-sm text-gray-600", children: "Scheduled For" }),
48374
48374
  /* @__PURE__ */ jsx("div", { className: "font-medium", children: format$1(