@libxai/board 1.8.0 → 1.8.2

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.d.cts CHANGED
@@ -5569,7 +5569,7 @@ declare function useSortedCards(sortBy?: 'title' | 'priority' | 'createdAt' | 'u
5569
5569
  *
5570
5570
  * @example
5571
5571
  * cn('px-2 py-1', 'px-4') // => 'py-1 px-4'
5572
- * cn('text-red-500', condition && 'text-blue-500') // => 'text-blue-500' if condition is true
5572
+ * cn('text-red-500', condition && 'text-[#00E5CC]') // => 'text-[#00E5CC]' if condition is true
5573
5573
  */
5574
5574
  declare function cn(...inputs: ClassValue[]): string;
5575
5575
 
package/dist/index.d.ts CHANGED
@@ -5569,7 +5569,7 @@ declare function useSortedCards(sortBy?: 'title' | 'priority' | 'createdAt' | 'u
5569
5569
  *
5570
5570
  * @example
5571
5571
  * cn('px-2 py-1', 'px-4') // => 'py-1 px-4'
5572
- * cn('text-red-500', condition && 'text-blue-500') // => 'text-blue-500' if condition is true
5572
+ * cn('text-red-500', condition && 'text-[#00E5CC]') // => 'text-[#00E5CC]' if condition is true
5573
5573
  */
5574
5574
  declare function cn(...inputs: ClassValue[]): string;
5575
5575