@libxai/board 0.18.25 → 1.0.0
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 +16 -16
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +16 -16
- package/dist/index.js.map +1 -1
- package/dist/styles.css +0 -24
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -10846,24 +10846,12 @@ body {
|
|
|
10846
10846
|
}
|
|
10847
10847
|
|
|
10848
10848
|
|
|
10849
|
-
.text-purple-300 {
|
|
10850
|
-
--tw-text-opacity: 1;
|
|
10851
|
-
color: rgb(216 180 254 / var(--tw-text-opacity, 1));
|
|
10852
|
-
}
|
|
10853
|
-
|
|
10854
|
-
|
|
10855
10849
|
.text-purple-400 {
|
|
10856
10850
|
--tw-text-opacity: 1;
|
|
10857
10851
|
color: rgb(192 132 252 / var(--tw-text-opacity, 1));
|
|
10858
10852
|
}
|
|
10859
10853
|
|
|
10860
10854
|
|
|
10861
|
-
.text-purple-600 {
|
|
10862
|
-
--tw-text-opacity: 1;
|
|
10863
|
-
color: rgb(147 51 234 / var(--tw-text-opacity, 1));
|
|
10864
|
-
}
|
|
10865
|
-
|
|
10866
|
-
|
|
10867
10855
|
.text-purple-700 {
|
|
10868
10856
|
--tw-text-opacity: 1;
|
|
10869
10857
|
color: rgb(126 34 206 / var(--tw-text-opacity, 1));
|
|
@@ -12139,18 +12127,6 @@ body {
|
|
|
12139
12127
|
}
|
|
12140
12128
|
|
|
12141
12129
|
|
|
12142
|
-
.hover\:text-purple-300:hover {
|
|
12143
|
-
--tw-text-opacity: 1;
|
|
12144
|
-
color: rgb(216 180 254 / var(--tw-text-opacity, 1));
|
|
12145
|
-
}
|
|
12146
|
-
|
|
12147
|
-
|
|
12148
|
-
.hover\:text-purple-700:hover {
|
|
12149
|
-
--tw-text-opacity: 1;
|
|
12150
|
-
color: rgb(126 34 206 / var(--tw-text-opacity, 1));
|
|
12151
|
-
}
|
|
12152
|
-
|
|
12153
|
-
|
|
12154
12130
|
.hover\:text-red-400:hover {
|
|
12155
12131
|
--tw-text-opacity: 1;
|
|
12156
12132
|
color: rgb(248 113 113 / var(--tw-text-opacity, 1));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libxai/board",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0",
|
|
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>",
|