# @spark-web/tabs

## 5.2.2

### Patch Changes

- [#810](https://github.com/brighte-labs/spark-web/pull/810)
  [`208bd76`](https://github.com/brighte-labs/spark-web/commit/208bd766d2007c5f7c222b200ffcd7af9b60b6c3)
  Thanks [@tyren-t-brighte](https://github.com/tyren-t-brighte)! -
  AI-readability structure fixes for the machine-readable design system:
  - Single canonical surface registry (internal-admin, vendor-admin, website)
    with audience-based classification; the detail-page pattern is now reachable
    via all routing docs.
  - `node_modules/@spark-web/...` path convention throughout shipped agent docs;
    validation checklists added to the list-page and detail-page patterns.
  - Portal-hub-specific rules extracted into a consumer overlay; shipped docs
    are now consumer-agnostic.
  - CLAUDE.md is now published for action-dropdown, modal-dialog, tabs, and
    text-area; new AI-context docs for alert, heading, icon, multi-select, and
    portal-table.
  - ai-context authoring guides corrected and no longer shipped to npm.
  - New `check:agent-docs` CI guard validates that every agent-doc
    cross-reference resolves and is published.

- Updated dependencies
  [[`208bd76`](https://github.com/brighte-labs/spark-web/commit/208bd766d2007c5f7c222b200ffcd7af9b60b6c3),
  [`208bd76`](https://github.com/brighte-labs/spark-web/commit/208bd766d2007c5f7c222b200ffcd7af9b60b6c3)]:
  - @spark-web/a11y@5.3.1
  - @spark-web/divider@5.1.1

## 5.2.1

### Patch Changes

- [#774](https://github.com/brighte-labs/spark-web/pull/774)
  [`c9f7f14`](https://github.com/brighte-labs/spark-web/commit/c9f7f148a511e96310acf9019690f7bacceb51ea)
  Thanks [@jacobporci-brighte](https://github.com/jacobporci-brighte)! -
  **tabs:** TabList now scrolls horizontally instead of wrapping when tabs
  overflow

## 5.2.0

### Minor Changes

- [#772](https://github.com/brighte-labs/spark-web/pull/772)
  [`fd73a1b`](https://github.com/brighte-labs/spark-web/commit/fd73a1baf5636866faf40bef36cd53da0d79b4e9)
  Thanks [@jacobporci-brighte](https://github.com/jacobporci-brighte)! -
  **tabs:** Update default visual style to match Figma design — labels are now
  uppercase with `xsmall` text size and `0.05em` letter spacing by default.
  Vertical padding (`GAP`) is removed by default; opt back in via the new
  `paddingY` prop on `Tab`. All new defaults are overridable via `TabsToken`
  theme fields (`textTransform`, `letterSpacing`, `textSize`). Focus ring is
  suppressed on mouse click while preserved for keyboard navigation.

  **theme:** Extend `TabsToken` with three new optional fields: `textTransform`,
  `letterSpacing`, and `textSize`.

### Patch Changes

- Updated dependencies
  [[`fd73a1b`](https://github.com/brighte-labs/spark-web/commit/fd73a1baf5636866faf40bef36cd53da0d79b4e9)]:
  - @spark-web/theme@5.13.1

## 5.1.0

### Minor Changes

- [#667](https://github.com/brighte-labs/spark-web/pull/667)
  [`80d9c15`](https://github.com/brighte-labs/spark-web/commit/80d9c156a40bbcd2b1a91a2d0403b3c8e9b47b4e)
  Thanks [@Leo704099](https://github.com/Leo704099)! - Support react 17 to 19

### Patch Changes

- Updated dependencies
  [[`80d9c15`](https://github.com/brighte-labs/spark-web/commit/80d9c156a40bbcd2b1a91a2d0403b3c8e9b47b4e)]:
  - @spark-web/divider@5.1.0
  - @spark-web/button@5.6.0
  - @spark-web/inline@5.1.0
  - @spark-web/stack@5.1.0
  - @spark-web/theme@5.13.0
  - @spark-web/utils@5.1.0
  - @spark-web/a11y@5.3.0
  - @spark-web/text@5.3.0
  - @spark-web/box@6.0.0

## 5.0.3

### Patch Changes

- [#729](https://github.com/brighte-labs/spark-web/pull/729)
  [`6171f8a`](https://github.com/brighte-labs/spark-web/commit/6171f8a49b2814f15164f87f7d54f3861ad92e75)
  Thanks [@mkt-brighte](https://github.com/mkt-brighte)! - Support pantheon
  theme for tabs component

- Updated dependencies
  [[`6171f8a`](https://github.com/brighte-labs/spark-web/commit/6171f8a49b2814f15164f87f7d54f3861ad92e75)]:
  - @spark-web/theme@5.12.9

## 5.0.2

### Patch Changes

- [#698](https://github.com/brighte-labs/spark-web/pull/698)
  [`814b373`](https://github.com/brighte-labs/spark-web/commit/814b373cbe9fcf0757738c78eef6b516624df62c)
  Thanks [@michtntbrighte](https://github.com/michtntbrighte)! - Bump version

- Updated dependencies
  [[`814b373`](https://github.com/brighte-labs/spark-web/commit/814b373cbe9fcf0757738c78eef6b516624df62c)]:
  - @spark-web/box@5.2.2
  - @spark-web/button@5.5.2
  - @spark-web/inline@5.0.2
  - @spark-web/stack@5.0.2
  - @spark-web/text@5.2.3
  - @spark-web/theme@5.12.1

## 5.0.1

### Patch Changes

- Updated dependencies
  [[`1995db7`](https://github.com/brighte-labs/spark-web/commit/1995db7f4342803732c7648ab3ca6d32442cc347)]:
  - @spark-web/theme@5.12.0
  - @spark-web/button@5.5.1
  - @spark-web/inline@5.0.1
  - @spark-web/stack@5.0.1
  - @spark-web/text@5.2.2

## 5.0.0

### Major Changes

- This release of spark-web standardises the version across all packages to be
  **`v5`**, primarily signifying the switch from `@emotion/css` to
  `@emotion/react` as one of the key dependencies of the entire library, in
  order to support server-side rendering / SSR.

  This release also introduces support for theming, to allow for more co-branded
  experiences across our web applications. It also supports component-level
  theming for `<Button />`, `<ButtonLink />`, and `<Checkbox />`, which provides
  the capability to override the global theme available inside an application.

  To use this in an application, you can wrap the affected areas with a
  `ThemeProvider`:

  ```
  <ThemeProvider theme="pantheon">
    <Input type="text" />
    <Button type="submit" />
  </ThemeProvider>
  ```

  Part of the theming capabilities includes a new theme for `spark-web` called
  "pantheon", which should map with our co-branding efforts in the Pantheon
  project. It currently includes a small set of colors and its corresponding
  font family.

### Patch Changes

- [#532](https://github.com/brighte-labs/spark-web/pull/532)
  [`631573c`](https://github.com/brighte-labs/spark-web/commit/631573cb72981d99b9afa4ad559123f44e47b2a9)
  Thanks [@ralcoriza-brighte](https://github.com/ralcoriza-brighte)! - Fix
  type-related issues

- Updated dependencies
  [[`631573c`](https://github.com/brighte-labs/spark-web/commit/631573cb72981d99b9afa4ad559123f44e47b2a9)]:
  - @spark-web/divider@5.0.0
  - @spark-web/button@5.0.0
  - @spark-web/inline@5.0.0
  - @spark-web/stack@5.0.0
  - @spark-web/theme@5.0.0
  - @spark-web/utils@5.0.0
  - @spark-web/a11y@5.0.0
  - @spark-web/text@5.0.0
  - @spark-web/box@5.0.0

## 5.0.0-rc.31

### Patch Changes

- Fix type-related issues

- Updated dependencies []:
  - @spark-web/divider@5.0.0-rc.31
  - @spark-web/button@5.0.0-rc.31
  - @spark-web/inline@5.0.0-rc.31
  - @spark-web/stack@5.0.0-rc.31
  - @spark-web/theme@5.0.0-rc.31
  - @spark-web/utils@5.0.0-rc.31
  - @spark-web/a11y@5.0.0-rc.31
  - @spark-web/text@5.0.0-rc.31
  - @spark-web/box@5.0.0-rc.31

## 5.0.0-rc.30

### Minor Changes

- Adopt latest changes from stable main branch

### Patch Changes

- Updated dependencies []:
  - @spark-web/divider@5.0.0-rc.30
  - @spark-web/button@5.0.0-rc.30
  - @spark-web/inline@5.0.0-rc.30
  - @spark-web/stack@5.0.0-rc.30
  - @spark-web/theme@5.0.0-rc.30
  - @spark-web/utils@5.0.0-rc.30
  - @spark-web/a11y@5.0.0-rc.30
  - @spark-web/text@5.0.0-rc.30
  - @spark-web/box@5.0.0-rc.30

## 5.0.0-rc.29

### Minor Changes

- Revise stylesheet maps to align with theme name change

### Patch Changes

- Updated dependencies []:
  - @spark-web/divider@5.0.0-rc.29
  - @spark-web/button@5.0.0-rc.29
  - @spark-web/inline@5.0.0-rc.29
  - @spark-web/stack@5.0.0-rc.29
  - @spark-web/theme@5.0.0-rc.29
  - @spark-web/utils@5.0.0-rc.29
  - @spark-web/a11y@5.0.0-rc.29
  - @spark-web/text@5.0.0-rc.29
  - @spark-web/box@5.0.0-rc.29

## 5.0.0-rc.28

### Minor Changes

- Move fonts to theme package; Introduce Pantheon font family and stylesheet

### Patch Changes

- Updated dependencies []:
  - @spark-web/divider@5.0.0-rc.28
  - @spark-web/button@5.0.0-rc.28
  - @spark-web/inline@5.0.0-rc.28
  - @spark-web/stack@5.0.0-rc.28
  - @spark-web/theme@5.0.0-rc.28
  - @spark-web/utils@5.0.0-rc.28
  - @spark-web/a11y@5.0.0-rc.28
  - @spark-web/text@5.0.0-rc.28
  - @spark-web/box@5.0.0-rc.28

## 5.0.0-rc.27

### Minor Changes

- Remove theme prop in button link

### Patch Changes

- Updated dependencies []:
  - @spark-web/divider@5.0.0-rc.27
  - @spark-web/button@5.0.0-rc.27
  - @spark-web/inline@5.0.0-rc.27
  - @spark-web/stack@5.0.0-rc.27
  - @spark-web/theme@5.0.0-rc.27
  - @spark-web/utils@5.0.0-rc.27
  - @spark-web/a11y@5.0.0-rc.27
  - @spark-web/text@5.0.0-rc.27
  - @spark-web/box@5.0.0-rc.27

## 5.0.0-rc.26

### Minor Changes

- Roll back on using theme prop for component level theming; prefer using
  ThemeProvider in applications instead

### Patch Changes

- Updated dependencies []:
  - @spark-web/divider@5.0.0-rc.26
  - @spark-web/button@5.0.0-rc.26
  - @spark-web/inline@5.0.0-rc.26
  - @spark-web/stack@5.0.0-rc.26
  - @spark-web/theme@5.0.0-rc.26
  - @spark-web/utils@5.0.0-rc.26
  - @spark-web/a11y@5.0.0-rc.26
  - @spark-web/text@5.0.0-rc.26
  - @spark-web/box@5.0.0-rc.26

## 5.0.0-rc.25

### Minor Changes

- Implement checkbox tokens for test theme

### Patch Changes

- Updated dependencies []:
  - @spark-web/divider@5.0.0-rc.25
  - @spark-web/button@5.0.0-rc.25
  - @spark-web/inline@5.0.0-rc.25
  - @spark-web/stack@5.0.0-rc.25
  - @spark-web/theme@5.0.0-rc.25
  - @spark-web/utils@5.0.0-rc.25
  - @spark-web/a11y@5.0.0-rc.25
  - @spark-web/text@5.0.0-rc.25
  - @spark-web/box@5.0.0-rc.25

## 5.0.0-rc.24

### Minor Changes

- Resolve issues with package build output

### Patch Changes

- Updated dependencies []:
  - @spark-web/divider@5.0.0-rc.24
  - @spark-web/button@5.0.0-rc.24
  - @spark-web/inline@5.0.0-rc.24
  - @spark-web/stack@5.0.0-rc.24
  - @spark-web/theme@5.0.0-rc.24
  - @spark-web/utils@5.0.0-rc.24
  - @spark-web/a11y@5.0.0-rc.24
  - @spark-web/text@5.0.0-rc.24
  - @spark-web/box@5.0.0-rc.24

## 1.0.0-rc.21

### Minor Changes

- Introduce global theming provider to set global default theme

### Patch Changes

- Updated dependencies []:
  - @spark-web/divider@2.0.0-rc.21
  - @spark-web/button@2.0.0-rc.21
  - @spark-web/inline@2.0.0-rc.21
  - @spark-web/stack@2.0.0-rc.21
  - @spark-web/theme@4.0.0-rc.21
  - @spark-web/utils@2.0.0-rc.21
  - @spark-web/a11y@2.0.0-rc.21
  - @spark-web/text@2.0.0-rc.21
  - @spark-web/box@2.0.0-rc.21

## 1.0.0-rc.20

### Minor Changes

- Support for component-level theming; button-level theming

### Patch Changes

- Updated dependencies []:
  - @spark-web/divider@2.0.0-rc.20
  - @spark-web/button@2.0.0-rc.20
  - @spark-web/inline@2.0.0-rc.20
  - @spark-web/stack@2.0.0-rc.20
  - @spark-web/theme@4.0.0-rc.20
  - @spark-web/utils@2.0.0-rc.20
  - @spark-web/a11y@2.0.0-rc.20
  - @spark-web/text@2.0.0-rc.20
  - @spark-web/box@2.0.0-rc.20

## 1.0.0-rc.19

### Major Changes

- test

### Patch Changes

- Updated dependencies []:
  - @spark-web/divider@2.0.0-rc.19
  - @spark-web/button@2.0.0-rc.19
  - @spark-web/inline@2.0.0-rc.19
  - @spark-web/stack@2.0.0-rc.19
  - @spark-web/theme@4.0.0-rc.19
  - @spark-web/utils@2.0.0-rc.19
  - @spark-web/a11y@2.0.0-rc.19
  - @spark-web/text@2.0.0-rc.19
  - @spark-web/box@2.0.0-rc.19

## 1.0.0-rc.18

### Major Changes

- tests

### Patch Changes

- Updated dependencies []:
  - @spark-web/divider@2.0.0-rc.18
  - @spark-web/button@2.0.0-rc.18
  - @spark-web/inline@2.0.0-rc.18
  - @spark-web/stack@2.0.0-rc.18
  - @spark-web/theme@4.0.0-rc.18
  - @spark-web/utils@2.0.0-rc.18
  - @spark-web/a11y@2.0.0-rc.18
  - @spark-web/text@2.0.0-rc.18
  - @spark-web/box@2.0.0-rc.18

## 1.0.0-rc.17

### Major Changes

- test

### Patch Changes

- Updated dependencies []:
  - @spark-web/divider@2.0.0-rc.17
  - @spark-web/button@2.0.0-rc.17
  - @spark-web/inline@2.0.0-rc.17
  - @spark-web/stack@2.0.0-rc.17
  - @spark-web/theme@4.0.0-rc.17
  - @spark-web/utils@2.0.0-rc.17
  - @spark-web/a11y@2.0.0-rc.17
  - @spark-web/text@2.0.0-rc.17
  - @spark-web/box@2.0.0-rc.17

## 1.0.0-rc.16

### Major Changes

- test

### Patch Changes

- Updated dependencies []:
  - @spark-web/divider@2.0.0-rc.16
  - @spark-web/button@2.0.0-rc.16
  - @spark-web/inline@2.0.0-rc.16
  - @spark-web/stack@2.0.0-rc.16
  - @spark-web/theme@4.0.0-rc.16
  - @spark-web/utils@2.0.0-rc.16
  - @spark-web/a11y@2.0.0-rc.16
  - @spark-web/text@2.0.0-rc.16
  - @spark-web/box@2.0.0-rc.16

## 1.0.0-rc.15

### Major Changes

- test

### Patch Changes

- Updated dependencies []:
  - @spark-web/divider@2.0.0-rc.15
  - @spark-web/button@2.0.0-rc.15
  - @spark-web/inline@2.0.0-rc.15
  - @spark-web/stack@2.0.0-rc.15
  - @spark-web/theme@4.0.0-rc.15
  - @spark-web/utils@2.0.0-rc.15
  - @spark-web/a11y@2.0.0-rc.15
  - @spark-web/text@2.0.0-rc.15
  - @spark-web/box@2.0.0-rc.15

## 1.0.0-rc.14

### Major Changes

- test

### Patch Changes

- Updated dependencies []:
  - @spark-web/divider@2.0.0-rc.14
  - @spark-web/button@2.0.0-rc.14
  - @spark-web/inline@2.0.0-rc.14
  - @spark-web/stack@2.0.0-rc.14
  - @spark-web/theme@4.0.0-rc.14
  - @spark-web/utils@2.0.0-rc.14
  - @spark-web/a11y@2.0.0-rc.14
  - @spark-web/text@2.0.0-rc.14
  - @spark-web/box@2.0.0-rc.14

## 1.0.0-rc.13

### Major Changes

- test

### Patch Changes

- Updated dependencies []:
  - @spark-web/divider@2.0.0-rc.13
  - @spark-web/button@2.0.0-rc.13
  - @spark-web/inline@2.0.0-rc.13
  - @spark-web/stack@2.0.0-rc.13
  - @spark-web/theme@4.0.0-rc.13
  - @spark-web/utils@2.0.0-rc.13
  - @spark-web/a11y@2.0.0-rc.13
  - @spark-web/text@2.0.0-rc.13
  - @spark-web/box@2.0.0-rc.13

## 1.0.0-rc.12

### Major Changes

- test

### Patch Changes

- Updated dependencies []:
  - @spark-web/divider@2.0.0-rc.12
  - @spark-web/button@2.0.0-rc.12
  - @spark-web/inline@2.0.0-rc.12
  - @spark-web/stack@2.0.0-rc.12
  - @spark-web/theme@4.0.0-rc.12
  - @spark-web/utils@2.0.0-rc.12
  - @spark-web/a11y@2.0.0-rc.12
  - @spark-web/text@2.0.0-rc.12
  - @spark-web/box@2.0.0-rc.12

## 1.0.0-rc.11

### Major Changes

- test

### Patch Changes

- Updated dependencies []:
  - @spark-web/divider@2.0.0-rc.11
  - @spark-web/button@2.0.0-rc.11
  - @spark-web/inline@2.0.0-rc.11
  - @spark-web/stack@2.0.0-rc.11
  - @spark-web/theme@4.0.0-rc.11
  - @spark-web/utils@2.0.0-rc.11
  - @spark-web/a11y@2.0.0-rc.11
  - @spark-web/text@2.0.0-rc.11
  - @spark-web/box@2.0.0-rc.11

## 1.0.0-rc.10

### Major Changes

- test

### Patch Changes

- Updated dependencies []:
  - @spark-web/divider@2.0.0-rc.10
  - @spark-web/button@2.0.0-rc.10
  - @spark-web/inline@2.0.0-rc.10
  - @spark-web/stack@2.0.0-rc.10
  - @spark-web/theme@4.0.0-rc.10
  - @spark-web/utils@2.0.0-rc.10
  - @spark-web/a11y@2.0.0-rc.10
  - @spark-web/text@2.0.0-rc.10
  - @spark-web/box@2.0.0-rc.10

## 1.0.0-rc.9

### Major Changes

- test

### Patch Changes

- Updated dependencies []:
  - @spark-web/divider@2.0.0-rc.9
  - @spark-web/button@2.0.0-rc.9
  - @spark-web/inline@2.0.0-rc.9
  - @spark-web/stack@2.0.0-rc.9
  - @spark-web/theme@4.0.0-rc.9
  - @spark-web/utils@2.0.0-rc.9
  - @spark-web/a11y@2.0.0-rc.9
  - @spark-web/text@2.0.0-rc.9
  - @spark-web/box@2.0.0-rc.9

## 1.0.0-rc.8

### Major Changes

- test

### Patch Changes

- Updated dependencies []:
  - @spark-web/divider@2.0.0-rc.8
  - @spark-web/button@2.0.0-rc.8
  - @spark-web/inline@2.0.0-rc.8
  - @spark-web/stack@2.0.0-rc.8
  - @spark-web/theme@4.0.0-rc.8
  - @spark-web/utils@2.0.0-rc.8
  - @spark-web/a11y@2.0.0-rc.8
  - @spark-web/text@2.0.0-rc.8
  - @spark-web/box@2.0.0-rc.8

## 1.0.0-rc.7

### Major Changes

- test

### Patch Changes

- Updated dependencies []:
  - @spark-web/divider@2.0.0-rc.7
  - @spark-web/button@2.0.0-rc.7
  - @spark-web/inline@2.0.0-rc.7
  - @spark-web/stack@2.0.0-rc.7
  - @spark-web/theme@4.0.0-rc.7
  - @spark-web/utils@2.0.0-rc.7
  - @spark-web/a11y@2.0.0-rc.7
  - @spark-web/text@2.0.0-rc.7
  - @spark-web/box@2.0.0-rc.7

## 1.0.0-rc.6

### Major Changes

- test

### Patch Changes

- Updated dependencies []:
  - @spark-web/divider@2.0.0-rc.6
  - @spark-web/button@2.0.0-rc.6
  - @spark-web/inline@2.0.0-rc.6
  - @spark-web/stack@2.0.0-rc.6
  - @spark-web/theme@4.0.0-rc.6
  - @spark-web/utils@2.0.0-rc.6
  - @spark-web/a11y@2.0.0-rc.6
  - @spark-web/text@2.0.0-rc.6
  - @spark-web/box@2.0.0-rc.6

## 1.0.0-rc.5

### Major Changes

- test

### Patch Changes

- Updated dependencies []:
  - @spark-web/divider@2.0.0-rc.5
  - @spark-web/button@2.0.0-rc.5
  - @spark-web/inline@2.0.0-rc.5
  - @spark-web/stack@2.0.0-rc.5
  - @spark-web/theme@4.0.0-rc.5
  - @spark-web/utils@2.0.0-rc.5
  - @spark-web/a11y@2.0.0-rc.5
  - @spark-web/text@2.0.0-rc.5
  - @spark-web/box@2.0.0-rc.5

## 1.0.0-rc.4

### Major Changes

- bug

### Patch Changes

- Updated dependencies []:
  - @spark-web/divider@2.0.0-rc.4
  - @spark-web/button@2.0.0-rc.4
  - @spark-web/inline@2.0.0-rc.4
  - @spark-web/stack@2.0.0-rc.4
  - @spark-web/theme@4.0.0-rc.4
  - @spark-web/utils@2.0.0-rc.4
  - @spark-web/a11y@2.0.0-rc.4
  - @spark-web/text@2.0.0-rc.4
  - @spark-web/box@2.0.0-rc.4

## 1.0.0-rc.3

### Major Changes

- upgrade package

### Patch Changes

- Updated dependencies []:
  - @spark-web/divider@2.0.0-rc.3
  - @spark-web/button@2.0.0-rc.3
  - @spark-web/inline@2.0.0-rc.3
  - @spark-web/stack@2.0.0-rc.3
  - @spark-web/theme@4.0.0-rc.3
  - @spark-web/utils@2.0.0-rc.3
  - @spark-web/a11y@2.0.0-rc.3
  - @spark-web/text@2.0.0-rc.3
  - @spark-web/box@2.0.0-rc.3

## 1.0.0-rc.2

### Major Changes

- add parser

### Patch Changes

- Updated dependencies []:
  - @spark-web/divider@2.0.0-rc.2
  - @spark-web/button@2.0.0-rc.2
  - @spark-web/inline@2.0.0-rc.2
  - @spark-web/stack@2.0.0-rc.2
  - @spark-web/theme@4.0.0-rc.2
  - @spark-web/utils@2.0.0-rc.2
  - @spark-web/a11y@2.0.0-rc.2
  - @spark-web/text@2.0.0-rc.2
  - @spark-web/box@2.0.0-rc.2

## 1.0.0-rc.1

### Major Changes

- rc

### Patch Changes

- Updated dependencies []:
  - @spark-web/divider@2.0.0-rc.1
  - @spark-web/button@2.0.0-rc.1
  - @spark-web/inline@2.0.0-rc.1
  - @spark-web/stack@2.0.0-rc.1
  - @spark-web/theme@4.0.0-rc.1
  - @spark-web/utils@2.0.0-rc.1
  - @spark-web/a11y@2.0.0-rc.1
  - @spark-web/text@2.0.0-rc.1
  - @spark-web/box@2.0.0-rc.1

## 1.0.0-rc.0

### Major Changes

- rc versio

### Patch Changes

- Updated dependencies []:
  - @spark-web/divider@2.0.0-rc.0
  - @spark-web/button@2.0.0-rc.0
  - @spark-web/inline@2.0.0-rc.0
  - @spark-web/stack@2.0.0-rc.0
  - @spark-web/theme@4.0.0-rc.0
  - @spark-web/a11y@2.0.0-rc.0
  - @spark-web/text@2.0.0-rc.0
  - @spark-web/box@2.0.0-rc.0
  - @spark-web/utils@2.0.0-rc.0

## 0.2.0

### Minor Changes

- [#382](https://github.com/brighte-labs/spark-web/pull/382)
  [`955bf5d`](https://github.com/brighte-labs/spark-web/commit/955bf5d7698bfdf45e7f317aa3e726c81d3444c0)
  Thanks [@dilipt-brighte](https://github.com/dilipt-brighte)! - Updates React
  version to latest (18.2.0)

### Patch Changes

- Updated dependencies
  [[`955bf5d`](https://github.com/brighte-labs/spark-web/commit/955bf5d7698bfdf45e7f317aa3e726c81d3444c0)]:
  - @spark-web/a11y@1.4.0
  - @spark-web/box@1.2.0
  - @spark-web/button@1.5.0
  - @spark-web/divider@1.1.0
  - @spark-web/inline@1.1.0
  - @spark-web/stack@1.1.0
  - @spark-web/text@1.2.0
  - @spark-web/theme@3.2.0
  - @spark-web/utils@1.3.0

## 0.1.4

### Patch Changes

- [#222](https://github.com/brighte-labs/spark-web/pull/222)
  [`7f93c45`](https://github.com/brighte-labs/spark-web/commit/7f93c45bbae8c765e10df9d0dd7615473797749b)
  Thanks [@lukebennett88](https://github.com/lukebennett88)! - Update
  dependencies

- [#242](https://github.com/brighte-labs/spark-web/pull/242)
  [`6df05f7`](https://github.com/brighte-labs/spark-web/commit/6df05f764e4181c140d6547d6b897d0210468f6a)
  Thanks [@lukebennett88](https://github.com/lukebennett88)! - - Add homepage
  and repository keys to package.json
  - Add CHANGELOG and README to files key in package.json
- Updated dependencies
  [[`adc5e9e`](https://github.com/brighte-labs/spark-web/commit/adc5e9e6c99acd117f3261edcefdb5573132441b),
  [`21c6e08`](https://github.com/brighte-labs/spark-web/commit/21c6e08e821ada32feea7c34f1bf451573b5023d),
  [`de99b9c`](https://github.com/brighte-labs/spark-web/commit/de99b9c7f72373bd1902cf67f5cfec9a1e1db01c),
  [`6fc8d1b`](https://github.com/brighte-labs/spark-web/commit/6fc8d1bc37e25d0cd622bc37f68a1d92eb5961b5),
  [`7f93c45`](https://github.com/brighte-labs/spark-web/commit/7f93c45bbae8c765e10df9d0dd7615473797749b),
  [`62f7de8`](https://github.com/brighte-labs/spark-web/commit/62f7de8a2e1df5ae088c093d3acdaa868d3f61fe),
  [`6df05f7`](https://github.com/brighte-labs/spark-web/commit/6df05f764e4181c140d6547d6b897d0210468f6a)]:
  - @spark-web/box@1.1.0
  - @spark-web/button@1.4.4
  - @spark-web/divider@1.0.10
  - @spark-web/text@1.1.2
  - @spark-web/a11y@1.3.2
  - @spark-web/inline@1.0.10
  - @spark-web/stack@1.0.10
  - @spark-web/theme@3.1.0
  - @spark-web/utils@1.2.3

## 0.1.3

### Patch Changes

- [#208](https://github.com/brighte-labs/spark-web/pull/208)
  [`1ea26ef`](https://github.com/brighte-labs/spark-web/commit/1ea26ef04a3b45875ed0dd2326eeab1fbe1e4bc5)
  Thanks [@lukebennett88](https://github.com/lukebennett88)! - Lower required
  node version

- Updated dependencies
  [[`1ea26ef`](https://github.com/brighte-labs/spark-web/commit/1ea26ef04a3b45875ed0dd2326eeab1fbe1e4bc5)]:
  - @spark-web/a11y@1.3.1
  - @spark-web/box@1.0.9
  - @spark-web/button@1.4.2
  - @spark-web/divider@1.0.9
  - @spark-web/inline@1.0.9
  - @spark-web/stack@1.0.9
  - @spark-web/text@1.1.1
  - @spark-web/theme@3.0.6
  - @spark-web/utils@1.2.2

## 0.1.2

### Patch Changes

- [#197](https://github.com/brighte-labs/spark-web/pull/197)
  [`94016d8`](https://github.com/brighte-labs/spark-web/commit/94016d84e26bbe55833bbcbab847a2cce6041538)
  Thanks [@lukebennett88](https://github.com/lukebennett88)! - Update packages

- Updated dependencies
  [[`51b6c7a`](https://github.com/brighte-labs/spark-web/commit/51b6c7a43f441e02b90403b13af9cfa11e5438ef),
  [`9ff0c4b`](https://github.com/brighte-labs/spark-web/commit/9ff0c4b4cc83e0e1ab609d0bcdb01458b654263e),
  [`94016d8`](https://github.com/brighte-labs/spark-web/commit/94016d84e26bbe55833bbcbab847a2cce6041538)]:
  - @spark-web/a11y@1.3.0
  - @spark-web/text@1.1.0
  - @spark-web/box@1.0.8
  - @spark-web/button@1.4.1
  - @spark-web/divider@1.0.8
  - @spark-web/inline@1.0.8
  - @spark-web/stack@1.0.8
  - @spark-web/theme@3.0.5
  - @spark-web/utils@1.2.1

## 0.1.1

### Patch Changes

- [#188](https://github.com/brighte-labs/spark-web/pull/188)
  [`891f839`](https://github.com/brighte-labs/spark-web/commit/891f839c5a5608d771183189cb12116a60f66209)
  Thanks [@lukebennett88](https://github.com/lukebennett88)! - Update button
  styles

- Updated dependencies
  [[`891f839`](https://github.com/brighte-labs/spark-web/commit/891f839c5a5608d771183189cb12116a60f66209),
  [`7b0cfdf`](https://github.com/brighte-labs/spark-web/commit/7b0cfdf6fb4d32b86e00050d8869ac2b9787cf41),
  [`891f839`](https://github.com/brighte-labs/spark-web/commit/891f839c5a5608d771183189cb12116a60f66209)]:
  - @spark-web/button@1.4.0
  - @spark-web/theme@3.0.4

## 0.1.0

### Minor Changes

- [#176](https://github.com/brighte-labs/spark-web/pull/176)
  [`cdda596`](https://github.com/brighte-labs/spark-web/commit/cdda59645f74950f013981f46cd8867778c16853)
  Thanks [@lukebennett88](https://github.com/lukebennett88)! - Initial release
  of Spark Web Tabs component

### Patch Changes

- [#173](https://github.com/brighte-labs/spark-web/pull/173)
  [`90b7e9c`](https://github.com/brighte-labs/spark-web/commit/90b7e9cf4eb7e864d765c74b22c3dedf3d262e25)
  Thanks [@lukebennett88](https://github.com/lukebennett88)! - Update babel
  dependency

- Updated dependencies
  [[`be99536`](https://github.com/brighte-labs/spark-web/commit/be99536abb56dd26e5c9a1703e6df9c7860b449b),
  [`90b7e9c`](https://github.com/brighte-labs/spark-web/commit/90b7e9cf4eb7e864d765c74b22c3dedf3d262e25),
  [`be99536`](https://github.com/brighte-labs/spark-web/commit/be99536abb56dd26e5c9a1703e6df9c7860b449b),
  [`c3867af`](https://github.com/brighte-labs/spark-web/commit/c3867af7b77dfae3580ab63a5d5c9e8452f2da62),
  [`d935c57`](https://github.com/brighte-labs/spark-web/commit/d935c57c2302700e8a2332b757d38220b9c47f84)]:
  - @spark-web/button@1.3.0
  - @spark-web/a11y@1.2.0
  - @spark-web/box@1.0.7
  - @spark-web/divider@1.0.7
  - @spark-web/inline@1.0.7
  - @spark-web/stack@1.0.7
  - @spark-web/text@1.0.7
  - @spark-web/theme@3.0.3
  - @spark-web/utils@1.2.0
