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: storybook theming exploration #425

Merged
merged 29 commits into from
Apr 15, 2024
Merged

feat: storybook theming exploration #425

merged 29 commits into from
Apr 15, 2024

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    7d36d54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd368a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75cfb51 View commit details
    Browse the repository at this point in the history
  4. feat: install storybook test runner and add corresponding github work…

    …flow (#418)
    
    * feat: install storybook test runner and add corresponding github workflow
    
    * chore: remove unnecessary storybook test runner config file
    
    * feat: update readme to include testing instructions
    
    * feat: add vite dependency for ci
    ergusto committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    5e48043 View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump @storybook/blocks from 8.0.5 to 8.0.6 (#419)

    Bumps [@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/ui/blocks) from 8.0.5 to 8.0.6.
    - [Release notes](https://github.com/storybookjs/storybook/releases)
    - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
    - [Commits](https://github.com/storybookjs/storybook/commits/v8.0.6/code/ui/blocks)
    
    ---
    updated-dependencies:
    - dependency-name: "@storybook/blocks"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and ergusto committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    52c0818 View commit details
    Browse the repository at this point in the history
  6. chore(deps-dev): bump typescript from 5.4.2 to 5.4.4 (#420)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.2 to 5.4.4.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
    - [Commits](microsoft/TypeScript@v5.4.2...v5.4.4)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and ergusto committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    40cfce5 View commit details
    Browse the repository at this point in the history
  7. chore(deps-dev): bump @babel/preset-env from 7.24.3 to 7.24.4 (#424)

    Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.24.3 to 7.24.4.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.24.4/packages/babel-preset-env)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/preset-env"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and ergusto committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    81e202d View commit details
    Browse the repository at this point in the history
  8. chore(deps-dev): bump @storybook/react from 8.0.1 to 8.0.6 (#421)

    Bumps [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) from 8.0.1 to 8.0.6.
    - [Release notes](https://github.com/storybookjs/storybook/releases)
    - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
    - [Commits](https://github.com/storybookjs/storybook/commits/v8.0.6/code/renderers/react)
    
    ---
    updated-dependencies:
    - dependency-name: "@storybook/react"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and ergusto committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    746f3e2 View commit details
    Browse the repository at this point in the history
  9. chore(deps-dev): bump @storybook/addon-links from 8.0.1 to 8.0.6 (#422)

    Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) from 8.0.1 to 8.0.6.
    - [Release notes](https://github.com/storybookjs/storybook/releases)
    - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
    - [Commits](https://github.com/storybookjs/storybook/commits/v8.0.6/code/addons/links)
    
    ---
    updated-dependencies:
    - dependency-name: "@storybook/addon-links"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and ergusto committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    a02134a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9035429 View commit details
    Browse the repository at this point in the history
  11. feat: install storybook test runner and add corresponding github work…

    …flow (#418)
    
    * feat: install storybook test runner and add corresponding github workflow
    
    * chore: remove unnecessary storybook test runner config file
    
    * feat: update readme to include testing instructions
    
    * feat: add vite dependency for ci
    ergusto committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    0d02d43 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. chore(deps-dev): bump @storybook/react from 8.0.1 to 8.0.6 (#421)

    Bumps [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) from 8.0.1 to 8.0.6.
    - [Release notes](https://github.com/storybookjs/storybook/releases)
    - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
    - [Commits](https://github.com/storybookjs/storybook/commits/v8.0.6/code/renderers/react)
    
    ---
    updated-dependencies:
    - dependency-name: "@storybook/react"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and ergusto committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    ca0e7d6 View commit details
    Browse the repository at this point in the history
  2. feat: storybook customisation

    ergusto committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    a64845c View commit details
    Browse the repository at this point in the history
  3. feat: install storybook test runner and add corresponding github work…

    …flow (#418)
    
    * feat: install storybook test runner and add corresponding github workflow
    
    * chore: remove unnecessary storybook test runner config file
    
    * feat: update readme to include testing instructions
    
    * feat: add vite dependency for ci
    ergusto committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    64047e7 View commit details
    Browse the repository at this point in the history
  4. feat: storybook customisation

    ergusto committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    cd4c828 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. feat: install storybook test runner and add corresponding github work…

    …flow (#418)
    
    * feat: install storybook test runner and add corresponding github workflow
    
    * chore: remove unnecessary storybook test runner config file
    
    * feat: update readme to include testing instructions
    
    * feat: add vite dependency for ci
    ergusto committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    2943045 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @storybook/blocks from 8.0.5 to 8.0.6 (#419)

    Bumps [@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/ui/blocks) from 8.0.5 to 8.0.6.
    - [Release notes](https://github.com/storybookjs/storybook/releases)
    - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
    - [Commits](https://github.com/storybookjs/storybook/commits/v8.0.6/code/ui/blocks)
    
    ---
    updated-dependencies:
    - dependency-name: "@storybook/blocks"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and ergusto committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    bd3ba1e View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump @storybook/react from 8.0.1 to 8.0.6 (#421)

    Bumps [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) from 8.0.1 to 8.0.6.
    - [Release notes](https://github.com/storybookjs/storybook/releases)
    - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
    - [Commits](https://github.com/storybookjs/storybook/commits/v8.0.6/code/renderers/react)
    
    ---
    updated-dependencies:
    - dependency-name: "@storybook/react"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and ergusto committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    94330e3 View commit details
    Browse the repository at this point in the history
  4. feat: storybook customisation

    ergusto committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    bd8c69c View commit details
    Browse the repository at this point in the history
  5. feat: storybook customisation

    ergusto committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    29ab9b4 View commit details
    Browse the repository at this point in the history
  6. feat: storybook customisation

    ergusto committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    b51c6b5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8e26b2f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    336651a View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. fix: deps

    ergusto committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    4c152c5 View commit details
    Browse the repository at this point in the history
  2. fix: deps

    ergusto committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    4813476 View commit details
    Browse the repository at this point in the history
  3. fix: deps

    ergusto committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    29b505c View commit details
    Browse the repository at this point in the history
  4. fix: linting

    ergusto committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    e018f8d View commit details
    Browse the repository at this point in the history
  5. Revert "fix: linting"

    This reverts commit e018f8d.
    ergusto committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    e98bca3 View commit details
    Browse the repository at this point in the history
  6. fix: linting

    ergusto committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    edab058 View commit details
    Browse the repository at this point in the history