-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: convert to PNPM #118
Conversation
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
… enhanced error illustration (#99)
…ormik component (#101) * feat(forms/TextareaField): add new textarea field * chore: fix type errors in text field stories * feat(forms/NewFormikTextareaField): add new formik wrapper component for textarea field
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…omponents (#102) * enhance(Switch): add error and required symbols to Switch component * feat(NewFormikSwitchField): add new formik switch field with enhanced error parsing * chore: simplify classname structure on formik switch field
…onding formik wrapper component (#104)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* feat(forms/Select*): extend all select fields to support groups * chore: aggregate select group type into single definition
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…with unified errors and labelling (#107) * chore: update select components with improved typing * chore: resolve naming conflicts for select fields * feat: add new formik pin field
… unified errors and styling (#109) * enhance(forms/NumberField): update the formik number field to the new styling and labeling * feat(forms/NewFormikNumberField): add new formik number field * chore: refactors
…t styling and error messages (#110)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…ed errors and labelling (#111) * enhance(DateChanger): improve date changer component with errors and standard labels * feat(FormikDateChanger): add formik datechanger component with unified styling and error * chore: remove linting error
…e styling with error and labels (#113) * feat(forms/FormikColorPicker): generalize color picker and standardize styling * enhance: add error message to color picker formik component
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…ield and color picker
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
# Conflicts: # package-lock.json # package.json # packages/design-system/src/forms/NewFormikColorPicker.stories.tsx # packages/design-system/src/forms/NewFormikColorPicker.tsx # packages/design-system/src/forms/NewFormikDateChanger.stories.tsx # packages/design-system/src/forms/NewFormikDateChanger.tsx # packages/design-system/src/forms/NewFormikDateField.stories.tsx # packages/design-system/src/forms/NewFormikDateField.tsx # packages/design-system/src/forms/NewFormikNumberField.stories.tsx # packages/design-system/src/forms/NewFormikNumberField.tsx # packages/design-system/src/forms/NewFormikPinField.stories.tsx # packages/design-system/src/forms/NewFormikPinField.tsx # packages/design-system/src/forms/NewFormikSelectField.stories.tsx # packages/design-system/src/forms/NewFormikSelectField.tsx # packages/design-system/src/forms/NewFormikSwitchField.stories.tsx # packages/design-system/src/forms/NewFormikSwitchField.tsx # packages/design-system/src/forms/NewFormikTextField.stories.tsx # packages/design-system/src/forms/NewFormikTextField.tsx # packages/design-system/src/forms/NewFormikTextareaField.stories.tsx # packages/design-system/src/forms/NewFormikTextareaField.tsx # packages/design-system/src/forms/SelectField.stories.tsx # packages/design-system/src/forms/SelectField.tsx # packages/design-system/src/forms/TextareaField.stories.tsx # packages/design-system/src/forms/TextareaField.tsx
Important Review skippedMore than 25% of the files skipped due to max files limit. The review is being skipped to prevent a low-quality review. 28 files out of 83 files are above the max files limit of 50. Please upgrade to Pro plan to get higher limits. You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
No description provided.