@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.cjs +41 -41
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +41 -41
- package/dist/index.js.map +1 -1
- package/dist/styles.css +13498 -13638
- package/package.json +1 -1
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-
|
|
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-
|
|
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
|
|