@libxai/board 1.5.16 → 1.5.18

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/styles.css CHANGED
@@ -8725,11 +8725,6 @@ body {
8725
8725
  }
8726
8726
 
8727
8727
 
8728
- .me-1 {
8729
- margin-inline-end: 0.25rem;
8730
- }
8731
-
8732
-
8733
8728
  .ml-0\.5 {
8734
8729
  margin-left: 0.125rem;
8735
8730
  }
@@ -10069,6 +10064,11 @@ body {
10069
10064
  }
10070
10065
 
10071
10066
 
10067
+ .border-blue-500\/40 {
10068
+ border-color: rgb(59 130 246 / 0.4);
10069
+ }
10070
+
10071
+
10072
10072
  .border-blue-500\/50 {
10073
10073
  border-color: rgb(59 130 246 / 0.5);
10074
10074
  }
@@ -13113,6 +13113,11 @@ body {
13113
13113
  }
13114
13114
 
13115
13115
 
13116
+ .hover\:bg-white\/\[0\.08\]:hover {
13117
+ background-color: rgb(255 255 255 / 0.08);
13118
+ }
13119
+
13120
+
13116
13121
  .hover\:bg-opacity-10:hover {
13117
13122
  --tw-bg-opacity: 0.1;
13118
13123
  }
@@ -13271,6 +13276,12 @@ body {
13271
13276
  }
13272
13277
 
13273
13278
 
13279
+ .focus\:border-blue-400:focus {
13280
+ --tw-border-opacity: 1;
13281
+ border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
13282
+ }
13283
+
13284
+
13274
13285
  .focus\:border-blue-500:focus {
13275
13286
  --tw-border-opacity: 1;
13276
13287
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libxai/board",
3
- "version": "1.5.16",
3
+ "version": "1.5.18",
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>",