@libxai/board 1.5.17 → 1.5.19

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
@@ -10064,6 +10064,11 @@ body {
10064
10064
  }
10065
10065
 
10066
10066
 
10067
+ .border-blue-500\/40 {
10068
+ border-color: rgb(59 130 246 / 0.4);
10069
+ }
10070
+
10071
+
10067
10072
  .border-blue-500\/50 {
10068
10073
  border-color: rgb(59 130 246 / 0.5);
10069
10074
  }
@@ -13108,6 +13113,11 @@ body {
13108
13113
  }
13109
13114
 
13110
13115
 
13116
+ .hover\:bg-white\/\[0\.08\]:hover {
13117
+ background-color: rgb(255 255 255 / 0.08);
13118
+ }
13119
+
13120
+
13111
13121
  .hover\:bg-opacity-10:hover {
13112
13122
  --tw-bg-opacity: 0.1;
13113
13123
  }
@@ -13266,6 +13276,12 @@ body {
13266
13276
  }
13267
13277
 
13268
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
+
13269
13285
  .focus\:border-blue-500:focus {
13270
13286
  --tw-border-opacity: 1;
13271
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.17",
3
+ "version": "1.5.19",
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>",