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

feat(components): Export ThemeProvider #434

Merged
merged 35 commits into from
Jan 13, 2024
Merged

feat(components): Export ThemeProvider #434

merged 35 commits into from
Jan 13, 2024

Commits on Dec 13, 2023

  1. feat(components): Export ThemeProvider

    fix #368
    
    Signed-off-by: Antonette Caldwell <[email protected]>
    nebula-aac committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    4c6864b View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. feat(components): add fonts to assets

    add the rest of the components for theme
    
    Signed-off-by: Antonette Caldwell <[email protected]>
    nebula-aac committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    cf39047 View commit details
    Browse the repository at this point in the history
  2. chore(components): fix linting issue

    Signed-off-by: Antonette Caldwell <[email protected]>
    nebula-aac committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    a318d99 View commit details
    Browse the repository at this point in the history
  3. style(components): format files

    Signed-off-by: Antonette Caldwell <[email protected]>
    nebula-aac committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    7383b52 View commit details
    Browse the repository at this point in the history
  4. chore(components): publish v0.13.0-alpha.0

    Signed-off-by: Antonette Caldwell <[email protected]>
    nebula-aac committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    e46e3a0 View commit details
    Browse the repository at this point in the history
  5. chore(components): verison bump

    Signed-off-by: Antonette Caldwell <[email protected]>
    nebula-aac committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    30ea6e6 View commit details
    Browse the repository at this point in the history
  6. chore: version bump

    Signed-off-by: Antonette Caldwell <[email protected]>
    nebula-aac committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    421f1ea View commit details
    Browse the repository at this point in the history
  7. fix(components): return the theme

    Signed-off-by: Antonette Caldwell <[email protected]>
    nebula-aac committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    13e4229 View commit details
    Browse the repository at this point in the history
  8. chore(components): alpha version bump

    Signed-off-by: Antonette Caldwell <[email protected]>
    nebula-aac committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    74e35fc View commit details
    Browse the repository at this point in the history
  9. chore(componenets): add fonts assets to path

    Signed-off-by: Antonette Caldwell <[email protected]>
    nebula-aac committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    30e1e76 View commit details
    Browse the repository at this point in the history
  10. chore(compoenents): version bump

    Signed-off-by: Antonette Caldwell <[email protected]>
    nebula-aac committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    22596c4 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. feat(components): change path to fonts, and add other colors

    Signed-off-by: Antonette Caldwell <[email protected]>
    nebula-aac committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    b48a889 View commit details
    Browse the repository at this point in the history
  2. style(components): format changelog

    Signed-off-by: Antonette Caldwell <[email protected]>
    nebula-aac committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    0d9919b View commit details
    Browse the repository at this point in the history
  3. chore(components): version bump

    Signed-off-by: Antonette Caldwell <[email protected]>
    nebula-aac committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    2244389 View commit details
    Browse the repository at this point in the history
  4. feat(components): add outlined input component

    Signed-off-by: Antonette Caldwell <[email protected]>
    nebula-aac committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    13da43f View commit details
    Browse the repository at this point in the history
  5. fix(components): fix font path again

    Signed-off-by: Antonette Caldwell <[email protected]>
    nebula-aac committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    f524e6f View commit details
    Browse the repository at this point in the history
  6. feat(components): add placeholder for button style

    Signed-off-by: Antonette Caldwell <[email protected]>
    nebula-aac committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    b3f2568 View commit details
    Browse the repository at this point in the history
  7. refactor(components): rename sistentprovider to SistentThemeProvider

    Signed-off-by: Antonette Caldwell <[email protected]>
    nebula-aac committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    b114360 View commit details
    Browse the repository at this point in the history
  8. style(components): format CHANGELOG.md

    Signed-off-by: Antonette Caldwell <[email protected]>
    nebula-aac committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    6b7852c View commit details
    Browse the repository at this point in the history
  9. chore(components): version bump

    Signed-off-by: Antonette Caldwell <[email protected]>
    nebula-aac committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    e6692bb View commit details
    Browse the repository at this point in the history
  10. feat(components): Move initialMode state into props

    Signed-off-by: Antonette Caldwell <[email protected]>
    nebula-aac committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    a36ddef View commit details
    Browse the repository at this point in the history
  11. chore(components): version bump

    Signed-off-by: Antonette Caldwell <[email protected]>
    nebula-aac committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    e8b3f86 View commit details
    Browse the repository at this point in the history
  12. fix(componenets): Add CssBaseline

    Signed-off-by: Antonette Caldwell <[email protected]>
    nebula-aac committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    f392abb View commit details
    Browse the repository at this point in the history
  13. chore(componenets): version bump

    Signed-off-by: Antonette Caldwell <[email protected]>
    nebula-aac committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    e33761f View commit details
    Browse the repository at this point in the history
  14. fix(components): Fix Drawer's color in theme mode

    Signed-off-by: Antonette Caldwell <[email protected]>
    nebula-aac committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    9d5c28a View commit details
    Browse the repository at this point in the history
  15. chore(components): version bump

    Signed-off-by: Antonette Caldwell <[email protected]>
    nebula-aac committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    cd07a93 View commit details
    Browse the repository at this point in the history
  16. fix(components): add fallback fonts

    Signed-off-by: Antonette Caldwell <[email protected]>
    nebula-aac committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    f937a2f View commit details
    Browse the repository at this point in the history
  17. chore(components): verison bump

    Signed-off-by: Antonette Caldwell <[email protected]>
    nebula-aac committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    6038573 View commit details
    Browse the repository at this point in the history
  18. fix(components): remove font import

    Signed-off-by: Antonette Caldwell <[email protected]>
    nebula-aac committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    762cae2 View commit details
    Browse the repository at this point in the history
  19. chore(components): version bump

    Signed-off-by: Antonette Caldwell <[email protected]>
    nebula-aac committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    2b6be9c View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. chore: update fork

    Signed-off-by: Antonette Caldwell <[email protected]>
    nebula-aac committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    cd77487 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. chore: update fork

    nebula-aac committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    718e1b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. chore: update

    Signed-off-by: Antonette Caldwell <[email protected]>
    nebula-aac committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    e4b1723 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. chore: Merge branch 'master' of https://github.com/layer5io/sistent i…

    …nto 368-themeprovider
    
    Signed-off-by: Antonette Caldwell <[email protected]>
    nebula-aac committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    c8c2adf View commit details
    Browse the repository at this point in the history
  2. style: format

    Signed-off-by: Antonette Caldwell <[email protected]>
    nebula-aac committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    b626ec1 View commit details
    Browse the repository at this point in the history