Skip to content
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

[Checkbox] Component and Hook #159

Merged
merged 10 commits into from
Apr 2, 2024
Merged

[Checkbox] Component and Hook #159

merged 10 commits into from
Apr 2, 2024

Commits on Apr 2, 2024

  1. [Checkbox] Component and Hook

    Fix test
    
    Fix doc wording
    
    Add tests for indeterminate prop
    
    Fix prop diff
    
    Update based on discussions
    
    Update demos
    
    Add conditional unmounting to CheckboxIndicator
    
    Avoid passing keepMounted prop to element
    
    Update docs/data/base/components/checkbox/UnstyledCheckboxIndeterminate.js
    
    Co-authored-by: Danilo Leal <[email protected]>
    Signed-off-by: atomiks <[email protected]>
    
    Update docs/data/base/components/checkbox/UnstyledCheckboxIndeterminateGroup.js
    
    Co-authored-by: Danilo Leal <[email protected]>
    Signed-off-by: atomiks <[email protected]>
    
    Update docs/data/base/components/checkbox/UnstyledCheckboxIndeterminateGroup.js
    
    Co-authored-by: Danilo Leal <[email protected]>
    Signed-off-by: atomiks <[email protected]>
    
    Update docs/data/base/components/checkbox/UnstyledCheckboxIntroduction/tailwind/index.tsx
    
    Co-authored-by: Danilo Leal <[email protected]>
    Signed-off-by: atomiks <[email protected]>
    
    Update docs/data/base/components/checkbox/UnstyledCheckboxIndeterminateGroup.js
    
    Co-authored-by: Danilo Leal <[email protected]>
    Signed-off-by: atomiks <[email protected]>
    
    Update docs/data/base/components/checkbox/checkbox.md
    
    Co-authored-by: Danilo Leal <[email protected]>
    Signed-off-by: atomiks <[email protected]>
    
    Use 24px size
    
    Fix formatting
    
    Remove planned from Checkbox
    
    Generate API docs and sync with Switch
    
    Simplify types
    
    Use undefined fallback due to defaults
    
    Remove unused file
    
    Remove unused colors
    
    Simplify API
    
    Resolve styling inconsistencies
    
    Remove unused inputRef prop
    
    Revert otherProps spread location
    
    Remove unused colors
    
    i18n
    
    Try deleting tests
    
    Add back CheckboxIndicator tests
    
    Bifurcate Checkbox tests
    
    Bifurcate Checkbox tests
    
    Bifurcate Checkbox tests
    
    Bifurcate Checkbox tests
    
    Bifurcate Checkbox tests
    
    Bifurcate Checkbox tests
    
    Bifurcate Checkbox tests
    
    Bifurcate Checkbox tests
    
    Try deleting Button test
    
    Skip tests
    
    rerun
    
    Reuse variable
    
    Update
    
    Rerun docs generation
    
    Use describeConformance
    
    Update tests
    
    Update docs
    
    ci
    atomiks committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    d9ee56f View commit details
    Browse the repository at this point in the history
  2. run ci

    oliviertassinari authored and atomiks committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    f6cc263 View commit details
    Browse the repository at this point in the history
  3. Address feedback

    atomiks committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    9883900 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc98cff View commit details
    Browse the repository at this point in the history
  5. ci

    atomiks committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    ef6dc01 View commit details
    Browse the repository at this point in the history
  6. Delete index.js

    atomiks committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    644be22 View commit details
    Browse the repository at this point in the history
  7. Use mergeReactProps util

    atomiks committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    50bac84 View commit details
    Browse the repository at this point in the history
  8. Update types

    atomiks committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    27f7f4d View commit details
    Browse the repository at this point in the history
  9. Add id reference example

    atomiks committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    bdca632 View commit details
    Browse the repository at this point in the history
  10. Docs

    atomiks committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    c2c53af View commit details
    Browse the repository at this point in the history