@libxai/board 0.17.83 → 0.17.84
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 +47 -47
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +47 -47
- package/dist/index.js.map +1 -1
- package/dist/styles.css +39 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -8253,6 +8253,12 @@ body {
|
|
|
8253
8253
|
}
|
|
8254
8254
|
|
|
8255
8255
|
|
|
8256
|
+
.mx-1 {
|
|
8257
|
+
margin-left: 0.25rem;
|
|
8258
|
+
margin-right: 0.25rem;
|
|
8259
|
+
}
|
|
8260
|
+
|
|
8261
|
+
|
|
8256
8262
|
.mx-2 {
|
|
8257
8263
|
margin-left: 0.5rem;
|
|
8258
8264
|
margin-right: 0.5rem;
|
|
@@ -8317,6 +8323,11 @@ body {
|
|
|
8317
8323
|
}
|
|
8318
8324
|
|
|
8319
8325
|
|
|
8326
|
+
.ml-1 {
|
|
8327
|
+
margin-left: 0.25rem;
|
|
8328
|
+
}
|
|
8329
|
+
|
|
8330
|
+
|
|
8320
8331
|
.ml-2 {
|
|
8321
8332
|
margin-left: 0.5rem;
|
|
8322
8333
|
}
|
|
@@ -9379,6 +9390,17 @@ body {
|
|
|
9379
9390
|
}
|
|
9380
9391
|
|
|
9381
9392
|
|
|
9393
|
+
.bg-\[\#7C3AED\] {
|
|
9394
|
+
--tw-bg-opacity: 1;
|
|
9395
|
+
background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
|
|
9396
|
+
}
|
|
9397
|
+
|
|
9398
|
+
|
|
9399
|
+
.bg-\[\#7C3AED\]\/20 {
|
|
9400
|
+
background-color: rgb(124 58 237 / 0.2);
|
|
9401
|
+
}
|
|
9402
|
+
|
|
9403
|
+
|
|
9382
9404
|
.bg-black\/30 {
|
|
9383
9405
|
background-color: rgb(0 0 0 / 0.3);
|
|
9384
9406
|
}
|
|
@@ -9515,6 +9537,12 @@ body {
|
|
|
9515
9537
|
}
|
|
9516
9538
|
|
|
9517
9539
|
|
|
9540
|
+
.bg-purple-100 {
|
|
9541
|
+
--tw-bg-opacity: 1;
|
|
9542
|
+
background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
|
|
9543
|
+
}
|
|
9544
|
+
|
|
9545
|
+
|
|
9518
9546
|
.bg-purple-500 {
|
|
9519
9547
|
--tw-bg-opacity: 1;
|
|
9520
9548
|
background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
|
|
@@ -10002,6 +10030,12 @@ body {
|
|
|
10002
10030
|
}
|
|
10003
10031
|
|
|
10004
10032
|
|
|
10033
|
+
.text-\[\#4B5563\] {
|
|
10034
|
+
--tw-text-opacity: 1;
|
|
10035
|
+
color: rgb(75 85 99 / var(--tw-text-opacity, 1));
|
|
10036
|
+
}
|
|
10037
|
+
|
|
10038
|
+
|
|
10005
10039
|
.text-\[\#6B7280\] {
|
|
10006
10040
|
--tw-text-opacity: 1;
|
|
10007
10041
|
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
@@ -11177,6 +11211,11 @@ body {
|
|
|
11177
11211
|
}
|
|
11178
11212
|
|
|
11179
11213
|
|
|
11214
|
+
.hover\:opacity-100:hover {
|
|
11215
|
+
opacity: 1;
|
|
11216
|
+
}
|
|
11217
|
+
|
|
11218
|
+
|
|
11180
11219
|
.focus\:border-blue-500\/50:focus {
|
|
11181
11220
|
border-color: rgb(59 130 246 / 0.5);
|
|
11182
11221
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libxai/board",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.84",
|
|
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>",
|