@libxai/board 0.17.19 → 0.17.21
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 +22 -22
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.js +22 -22
- package/dist/index.js.map +1 -1
- package/dist/styles.css +18 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -1894,6 +1894,12 @@
|
|
|
1894
1894
|
--modal-v2-comment-bg: #2A2B2E;
|
|
1895
1895
|
--modal-v2-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
|
|
1896
1896
|
--modal-v2-backdrop: rgba(0, 0, 0, 0.7);
|
|
1897
|
+
/* v0.17.21: Accent colors for interactive elements */
|
|
1898
|
+
--color-accent-primary: #3B82F6;
|
|
1899
|
+
--color-accent-hover: #2563EB;
|
|
1900
|
+
--color-success: #10B981;
|
|
1901
|
+
--color-warning: #F59E0B;
|
|
1902
|
+
--color-error: #EF4444;
|
|
1897
1903
|
}
|
|
1898
1904
|
|
|
1899
1905
|
|
|
@@ -1912,6 +1918,12 @@
|
|
|
1912
1918
|
--modal-v2-comment-bg: #F7F7F8;
|
|
1913
1919
|
--modal-v2-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
|
|
1914
1920
|
--modal-v2-backdrop: rgba(0, 0, 0, 0.4);
|
|
1921
|
+
/* v0.17.21: Accent colors for interactive elements */
|
|
1922
|
+
--color-accent-primary: #2563EB;
|
|
1923
|
+
--color-accent-hover: #1D4ED8;
|
|
1924
|
+
--color-success: #059669;
|
|
1925
|
+
--color-warning: #D97706;
|
|
1926
|
+
--color-error: #DC2626;
|
|
1915
1927
|
}
|
|
1916
1928
|
|
|
1917
1929
|
|
|
@@ -1930,6 +1942,12 @@
|
|
|
1930
1942
|
--modal-v2-comment-bg: #EBEBEB;
|
|
1931
1943
|
--modal-v2-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
|
|
1932
1944
|
--modal-v2-backdrop: rgba(0, 0, 0, 0.35);
|
|
1945
|
+
/* v0.17.21: Accent colors for interactive elements */
|
|
1946
|
+
--color-accent-primary: #2563EB;
|
|
1947
|
+
--color-accent-hover: #1D4ED8;
|
|
1948
|
+
--color-success: #059669;
|
|
1949
|
+
--color-warning: #D97706;
|
|
1950
|
+
--color-error: #DC2626;
|
|
1933
1951
|
}
|
|
1934
1952
|
|
|
1935
1953
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libxai/board",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.21",
|
|
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>",
|