@namehash/namehash-ui 1.5.0 → 1.6.0
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/README.md +1 -1
- package/dist/index.cjs +378 -223
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +88 -116
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +1729 -6
- package/dist/index.d.ts +1729 -6
- package/dist/index.js +378 -223
- package/dist/index.js.map +1 -1
- package/package.json +13 -8
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ Note: `@ensnode/ensnode-react` and `sonner` are package's peer dependencies. The
|
|
|
14
14
|
|
|
15
15
|
## Setup
|
|
16
16
|
|
|
17
|
-
The `namehash-ui` package comes with its own styles exported for some components, as well as global Tailwind styles
|
|
17
|
+
The `namehash-ui` package comes with its own styles exported for some components, as well as global Tailwind styles.
|
|
18
18
|
|
|
19
19
|
Make sure you import the `styles.css` file somewhere in your app:
|
|
20
20
|
|