fix: add missing metadata fields to package.json#3
Open
BWM0223 wants to merge 8 commits into
Open
Conversation
Added/moved more generic version of some of @witchcraft/nuxt-auth's components to this repo as they will be getting deprecated.
This is for usage with @witchcraft/nuxt-utils's useAsyncValidation for handling complex validation scenarios (client+server) as in the case of a username.
Moved messages injection to useInjectedI18n instead of the defaultTranslationFunction, that was causing multiple injects on each use and weird things to happen. This required a small change to the defaultTranslationFunction or any custom function. It should now take in a third param, messages.
readFile is deprecated completele, copy has been moved to @alanscodelog/utils and improved (copyToClipboard and readFromClipboard were added).
## [0.5.2](witchcraftjs/ui@v0.5.1...v0.5.2) (2026-06-13) ### ⭐ New Features #### added WAsyncValidatedInput component ([d59166a](witchcraftjs@d59166a)) This is for usage with @witchcraft/nuxt-utils's useAsyncValidation for handling complex validation scenarios (client+server) as in the case of a username. #### added auth components ([2b61958](witchcraftjs@2b61958)) Added/moved more generic version of some of @witchcraft/nuxt-auth's components to this repo as they will be getting deprecated. #### added slider component ([fb38580](witchcraftjs@fb38580)) #### added WMetamorphosisTheme component for controlling metamorphosis themes ([9910b32](witchcraftjs@9910b32)) This is an experimental component, am not completely satisfied with how metamorphosis or the components. Not all types of themes are supported, but the most common will work. There is no save/load mechanism yet. - WRoot now also provides the theme for injection anywhere. Note that it is a shallow ref! The theme library has a small internal reactivity system we hook into. ### 🐛 Fixes #### several minor fixes ([b929a67](witchcraftjs@b929a67)) - added some missing classes - component style / icon tweaks - fixed minor css logic bugs - fixed focus-outline-no-offset util still having offset - fixed WFileInput getting shrunken in compact mode - added missing tailwind util focus-outlin-within-no-offset - fixed missing imports in WNumberInput - fixed some exports #### fixed useInjectedI18n.ts erroring on missing key when it shouldnt ([fc6c3d4](witchcraftjs@fc6c3d4)) Moved messages injection to useInjectedI18n instead of the defaultTranslationFunction, that was causing multiple injects on each use and weird things to happen. This required a small change to the defaultTranslationFunction or any custom function. It should now take in a third param, messages. #### fixed useDelayedLoadingIndicator not reasing initial value ([13e3627](witchcraftjs@13e3627)) ### 📖 Documentation #### re-enabled storybook autodocs ([92e5db0](witchcraftjs@92e5db0)) #### added docs for all the css variables ([b2d04d1](witchcraftjs@b2d04d1)) #### added basic nuxt site for docs ([a5fe295](witchcraftjs@a5fe295)) #### updated to use new github actions ([e3cc953](witchcraftjs@e3cc953)) #### improved test controls ([67978db](witchcraftjs@67978db)) #### added AGENTS.md ([a4f1d04](witchcraftjs@a4f1d04)) #### added storybook embeds to docs ([fb765d5](witchcraftjs@fb765d5))
c8ebe26 to
9b1cb8d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds missing
bugsmetadata topackage.json.Fixes npm tooling unable to resolve package metadata.
Need help on this PR? Tag
/codesmithwith what you need. Autofix is disabled.