@rebasepro/app 0.20.0 → 0.20.1-canary.g4d882ca

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.
package/dist/debug.js CHANGED
@@ -1538,7 +1538,7 @@ function CalendarWidget({ loading, tasks, onOpenTask }) {
1538
1538
  onClick: () => setSelectedDay(isSelected ? null : day.dateKey),
1539
1539
  className: cls5(
1540
1540
  "flex flex-col items-center justify-center py-1.5 rounded-md transition-colors duration-100 focus:outline-none",
1541
- day.isCurrentMonth ? "text-text-primary dark:text-text-primary-dark" : "text-surface-300 dark:text-surface-650",
1541
+ day.isCurrentMonth ? "text-text-primary dark:text-text-primary-dark" : "text-surface-300 dark:text-surface-600",
1542
1542
  day.isToday && !isSelected && "ring-1 ring-primary/50",
1543
1543
  isSelected ? "bg-primary/10 dark:bg-primary/15 ring-1 ring-primary/60" : "hover:bg-surface-hover",
1544
1544
  hasTasks && "cursor-pointer"
@@ -2136,7 +2136,7 @@ function CrmDashboardDemo() {
2136
2136
  ] }),
2137
2137
  /* @__PURE__ */ jsxs10("div", { children: [
2138
2138
  /* @__PURE__ */ jsx10(Typography8, { variant: "caption", color: "secondary", className: "uppercase text-[9px] tracking-wider block", children: "Priority" }),
2139
- /* @__PURE__ */ jsx10(Typography8, { variant: "body2", className: "font-medium mt-0.5", children: task.values.priority === "high" ? /* @__PURE__ */ jsx10("span", { className: "text-red-500 font-semibold uppercase text-xs", children: "High" }) : task.values.priority === "medium" ? /* @__PURE__ */ jsx10("span", { className: "text-amber-500 font-semibold uppercase text-xs", children: "Medium" }) : /* @__PURE__ */ jsx10("span", { className: "text-surface-450 dark:text-surface-500 uppercase text-xs", children: "Low" }) })
2139
+ /* @__PURE__ */ jsx10(Typography8, { variant: "body2", className: "font-medium mt-0.5", children: task.values.priority === "high" ? /* @__PURE__ */ jsx10("span", { className: "text-red-500 font-semibold uppercase text-xs", children: "High" }) : task.values.priority === "medium" ? /* @__PURE__ */ jsx10("span", { className: "text-amber-500 font-semibold uppercase text-xs", children: "Medium" }) : /* @__PURE__ */ jsx10("span", { className: "text-surface-500 uppercase text-xs", children: "Low" }) })
2140
2140
  ] })
2141
2141
  ] }),
2142
2142
  clientInfo && /* @__PURE__ */ jsxs10("div", { children: [
package/dist/index.es.js CHANGED
@@ -4806,7 +4806,7 @@ function LoginView({ logo, authController, noUserComponent, disableSignupScreen
4806
4806
  ]
4807
4807
  })]
4808
4808
  }), /* @__PURE__ */ jsxs("div", {
4809
- className: "relative flex flex-col items-center w-[440px] max-w-full p-8 sm:p-10 bg-surface-card/70 backdrop-blur-xl border border-hairline-strong rounded-2xl shadow-2xl z-10 transition-all duration-300 hover:shadow-primary-500/5",
4809
+ className: "relative flex flex-col items-center w-[440px] max-w-full p-8 sm:p-10 bg-surface-card/70 backdrop-blur-xl border border-hairline-strong rounded-2xl shadow-2xl z-10 transition-all duration-300 hover:shadow-primary/5",
4810
4810
  children: [
4811
4811
  /* @__PURE__ */ jsx("div", {
4812
4812
  className: "w-24 h-24 m-2 mb-4 drop-shadow-md",
@@ -4897,7 +4897,7 @@ function LoginView({ logo, authController, noUserComponent, disableSignupScreen
4897
4897
  " ",
4898
4898
  /* @__PURE__ */ jsx("button", {
4899
4899
  type: "button",
4900
- className: "font-semibold hover:underline cursor-pointer text-primary-600 dark:text-primary-400",
4900
+ className: "font-semibold hover:underline cursor-pointer text-primary dark:text-primary-light",
4901
4901
  onClick: () => switchMode("register"),
4902
4902
  children: "Create one"
4903
4903
  })
@@ -5225,7 +5225,7 @@ function LoginForm({ onClose, onForgotPassword, authController, registrationMode
5225
5225
  className: "w-full text-right mb-3",
5226
5226
  children: /* @__PURE__ */ jsx("button", {
5227
5227
  type: "button",
5228
- className: "text-xs font-medium hover:underline cursor-pointer text-primary-600 dark:text-primary-400",
5228
+ className: "text-xs font-medium hover:underline cursor-pointer text-primary dark:text-primary-light",
5229
5229
  onClick: onForgotPassword,
5230
5230
  children: "Forgot password?"
5231
5231
  })
@@ -5263,7 +5263,7 @@ function LoginForm({ onClose, onForgotPassword, authController, registrationMode
5263
5263
  " ",
5264
5264
  /* @__PURE__ */ jsx("button", {
5265
5265
  type: "button",
5266
- className: "font-semibold hover:underline cursor-pointer text-primary-600 dark:text-primary-400",
5266
+ className: "font-semibold hover:underline cursor-pointer text-primary dark:text-primary-light",
5267
5267
  onClick: switchToRegister,
5268
5268
  children: "Create one"
5269
5269
  })
@@ -5280,7 +5280,7 @@ function LoginForm({ onClose, onForgotPassword, authController, registrationMode
5280
5280
  " ",
5281
5281
  /* @__PURE__ */ jsx("button", {
5282
5282
  type: "button",
5283
- className: "font-semibold hover:underline cursor-pointer text-primary-600 dark:text-primary-400",
5283
+ className: "font-semibold hover:underline cursor-pointer text-primary dark:text-primary-light",
5284
5284
  onClick: switchToLogin,
5285
5285
  children: "Sign in"
5286
5286
  })
@@ -6342,8 +6342,6 @@ var en = {
6342
6342
  storage_save_url: "Save URL instead of storage path",
6343
6343
  datetime_automatic_value: "Automatic value",
6344
6344
  markdown_paste_behavior: "Paste behavior",
6345
- markdown_strip_html: "Strip HTML on paste",
6346
- markdown_convert_pasted: "Convert pasted text to markdown",
6347
6345
  entity_saved: "Saved",
6348
6346
  more_actions: "More actions",
6349
6347
  record_history: "History",
@@ -7342,8 +7340,6 @@ var es = {
7342
7340
  storage_save_url: "Guardar URL en lugar de la ruta de almacenamiento",
7343
7341
  datetime_automatic_value: "Valor automático",
7344
7342
  markdown_paste_behavior: "Comportamiento al pegar",
7345
- markdown_strip_html: "Eliminar HTML al pegar",
7346
- markdown_convert_pasted: "Convertir texto pegado a markdown",
7347
7343
  entity_saved: "Guardado",
7348
7344
  more_actions: "Más acciones",
7349
7345
  record_history: "Historial",
@@ -8334,8 +8330,6 @@ var de = {
8334
8330
  storage_save_url: "URL anstelle des Speicherpfads speichern",
8335
8331
  datetime_automatic_value: "Automatischer Wert",
8336
8332
  markdown_paste_behavior: "Einfügeverhalten",
8337
- markdown_strip_html: "HTML beim Einfügen entfernen",
8338
- markdown_convert_pasted: "Eingefügten Text in Markdown umwandeln",
8339
8333
  entity_saved: "Gespeichert",
8340
8334
  more_actions: "Weitere Aktionen",
8341
8335
  record_history: "Verlauf",
@@ -9326,8 +9320,6 @@ var fr = {
9326
9320
  storage_save_url: "Enregistrer l'URL au lieu du chemin de stockage",
9327
9321
  datetime_automatic_value: "Valeur automatique",
9328
9322
  markdown_paste_behavior: "Comportement au collage",
9329
- markdown_strip_html: "Supprimer le HTML au collage",
9330
- markdown_convert_pasted: "Convertir le texte collé en markdown",
9331
9323
  entity_saved: "Enregistré",
9332
9324
  more_actions: "Plus d'actions",
9333
9325
  record_history: "Historique",
@@ -10318,8 +10310,6 @@ var it = {
10318
10310
  storage_save_url: "Salva URL invece del percorso di archiviazione",
10319
10311
  datetime_automatic_value: "Valore automatico",
10320
10312
  markdown_paste_behavior: "Comportamento incolla",
10321
- markdown_strip_html: "Rimuovi HTML all'incolla",
10322
- markdown_convert_pasted: "Converti testo incollato in markdown",
10323
10313
  entity_saved: "Salvato",
10324
10314
  more_actions: "Altre azioni",
10325
10315
  record_history: "Cronologia",
@@ -11310,8 +11300,6 @@ var hi = {
11310
11300
  storage_save_url: "संग्रहण पथ के बजाय URL सहेजें",
11311
11301
  datetime_automatic_value: "स्वचालित मान",
11312
11302
  markdown_paste_behavior: "पेस्ट व्यवहार",
11313
- markdown_strip_html: "पेस्ट करते समय HTML हटाएं",
11314
- markdown_convert_pasted: "पेस्ट किए गए टेक्स्ट को मार्कडाउन में बदलें",
11315
11303
  entity_saved: "सहेजा गया",
11316
11304
  more_actions: "अधिक क्रियाएँ",
11317
11305
  record_history: "इतिहास",
@@ -12307,8 +12295,6 @@ var pt = {
12307
12295
  storage_save_url: "Salvar URL em vez do caminho de armazenamento",
12308
12296
  datetime_automatic_value: "Valor automático",
12309
12297
  markdown_paste_behavior: "Comportamento ao colar",
12310
- markdown_strip_html: "Remover HTML ao colar",
12311
- markdown_convert_pasted: "Converter texto colado para markdown",
12312
12298
  entity_saved: "Guardado",
12313
12299
  more_actions: "Mais ações",
12314
12300
  record_history: "Histórico",