@podoba/react 0.0.11 → 0.0.12
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/package.json +3 -3
- package/src/utils/uic.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@podoba/react",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.12",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "podoba React components — React Aria Components + Tailwind primitives + layout, built with uic.",
|
|
6
6
|
"repository": {
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"typecheck": "tsc --build"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@podoba/tokens": "^0.0.
|
|
29
|
-
"@podoba/tailwind": "^0.0.
|
|
28
|
+
"@podoba/tokens": "^0.0.12",
|
|
29
|
+
"@podoba/tailwind": "^0.0.12",
|
|
30
30
|
"react-aria-components": "1.18.0",
|
|
31
31
|
"class-variance-authority": "0.7.1",
|
|
32
32
|
"clsx": "2.1.1",
|
package/src/utils/uic.ts
CHANGED
|
@@ -41,7 +41,7 @@ import {
|
|
|
41
41
|
} from 'react'
|
|
42
42
|
import { extendTailwindMerge } from 'tailwind-merge'
|
|
43
43
|
|
|
44
|
-
// tailwind-merge configured for OUR theme extensions (
|
|
44
|
+
// tailwind-merge configured for OUR theme extensions (@podoba/tailwind's theme.css).
|
|
45
45
|
// Default tailwind-merge only recognises stock scale keys — without this,
|
|
46
46
|
// `text-compact` (custom fontSize) would be classified as a text COLOR and
|
|
47
47
|
// wrongly deduped against `text-fg-*`, and `px-nav-x` (custom spacing) would
|