- 57b15ac: add loading state to buttons
- 4141d60: Added new Checkbox component to the package. The Checkbox component allows rendering checkboxes with labels in a consistent style.
- 1891ce7: release
- Updated dependencies [1891ce7]
- Updated dependencies [c748998]
- @namehash/[email protected]
- @namehash/[email protected]
- d5183f1: Added className and withDelay props to Tooltip component
- 32dc97d: - Created a disabled state for the Button component
- ee8c4db: Add specialized focus / hover state for input fields with an error.
- 34f5b20: release
- Updated dependencies [34f5b20]
- @namehash/[email protected]
- @namehash/[email protected]
-
#342
8564ffb
Thanks @eduramme! - New Style Addition: Updated components/Link.tsx to include a new size class, xsmall (nk-text-xs), to enhance design compatibility and provide more styling options. Folder Structure Update: Introduced two new folders, /client and /. The /client folder exports components that require "use client" at the top of their files, while the / folder exports components that do not require this directive. Style Adjustments: Made minor adjustments to the styles of various components to ensure consistency and alignment with the new design requirements. -
#381
dbaf813
Thanks @FrancoAguzzi! - Migrate TruncatedText and create Storybook examples -
#399
79a6b77
Thanks @FrancoAguzzi! - Update Tooltip component to include TooltipPlacement and export DEFAULT_MAX_TOOLTIP_WIDTH -
#393
b9eb52d
Thanks @eduramme! - - Added a new disabled version for the Input and TextArea components in @namehash/namekit-react.- Introduced an error state for the TextArea component in @namehash/namekit-react.
- Updated SearchInput in @namehash/nameguard-react to use the ENSInput component from @namehash/namekit-react.
-
#394
8b6842a
Thanks @notrab! - Introduce new API for IconButton, Button and Link with asChild -
#393
b9eb52d
Thanks @eduramme! - Updated Input component to support error display for improved validation feedback.
-
#419
3ce420c
Thanks @lightwalker-eth! - Upgrade dependencies -
Updated dependencies [
ba89172
,3ce420c
]:- @namehash/[email protected]
- 4649abb: Add CurrencySymbol component
- 35c9115: Start Tooltip component migration from nameguard-react to namekit-react
- 1e677da: build changes
- 0156515: Update tsconfig.json
- Updated dependencies [d2b8319]
- Updated dependencies [1e677da]
- Updated dependencies [0156515]
- Updated dependencies [ef3837d]
- @namehash/[email protected]
- cb6f36c: Refine package descriptions and homepage
- Updated dependencies [cb6f36c]
- @namehash/[email protected]
- 88131ce: Update package descriptions and licenses
- Updated dependencies [88131ce]
- @namehash/[email protected]
- 6ac5668: Publish changes
- Updated dependencies [6ac5668]
- @namehash/[email protected]
- 6f59606: update license and included files
- Updated dependencies [6f59606]
- @namehash/[email protected]
- 9600f55: Link component
- 288ecd0: Button and IconButton components