@libxai/board 1.5.72 → 1.5.73
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/index.cjs +10 -10
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +10 -10
- package/dist/index.js.map +1 -1
- package/dist/styles.css +15 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -12927,6 +12927,21 @@ body {
|
|
|
12927
12927
|
}
|
|
12928
12928
|
|
|
12929
12929
|
|
|
12930
|
+
/* TaskFormModal description textarea — keep typed text readable, placeholder muted */
|
|
12931
|
+
|
|
12932
|
+
|
|
12933
|
+
.task-form-description::-moz-placeholder {
|
|
12934
|
+
color: var(--placeholder-color, rgba(255, 255, 255, 0.35));
|
|
12935
|
+
opacity: 1;
|
|
12936
|
+
}
|
|
12937
|
+
|
|
12938
|
+
|
|
12939
|
+
.task-form-description::placeholder {
|
|
12940
|
+
color: var(--placeholder-color, rgba(255, 255, 255, 0.35));
|
|
12941
|
+
opacity: 1;
|
|
12942
|
+
}
|
|
12943
|
+
|
|
12944
|
+
|
|
12930
12945
|
.placeholder\:text-\[\#6B7280\]::-moz-placeholder {
|
|
12931
12946
|
--tw-text-opacity: 1;
|
|
12932
12947
|
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libxai/board",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.73",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Professional Gantt Chart + Kanban Board + ListView + CalendarBoard for React - Part of LibXAI Suite - TypeScript - Production-Ready - Zero Config",
|
|
6
6
|
"author": "LibXAI <hello@libxai.com>",
|