# @nordcom/nordstar

## 0.2.0

### Minor Changes

- [#1233](https://github.com/NordcomInc/nordstar/pull/1233) [`97379ab`](https://github.com/NordcomInc/nordstar/commit/97379abdcde989b1862f8148e852ccd03954464d) Thanks [@filiphsps](https://github.com/filiphsps)! - Elevate the Nordstar visual language with a shared depth and motion system,
  then apply it across the components.

  - **New design tokens** shipped from `@nordcom/nordstar`'s CSS contract:
    - Elevation — `shadow-raised`, `shadow-overlay`, `shadow-floating`, a
      three-step shadow scale tuned to read on the near-black default surface.
    - Easing — `ease-out-soft` (hard deceleration for entrances) and `ease-spring`
      (a slight overshoot for toggles and presses).
    - Motion — an `overlay-in` keyframe / `animate-overlay-in` utility used by
      portalled surfaces, plus `accordion-down`/`accordion-up` for disclosure
      height transitions. The existing `prefers-reduced-motion` reset neutralises
      them for users who opt out.
  - **Overlay surfaces** (`Select`, `DropdownMenu`, `Tooltip`) now lift on the new
    `shadow-overlay`, animate in from their transform origin, and round to `md`.
    The `Select` chevron rotates while the listbox is open.
  - **`Button`** gains a resting elevation on the solid variant, a subtle hover
    lift that settles on press, and a consistent keyboard focus ring.
  - **`Card`** solid surfaces read as raised via `shadow-raised`.
  - **`Switch`** thumb slides on the springy easing with a touch of depth.
  - **`Kbd`** picks up a recessed keycap shadow.
  - **`Accordion`** sections now expand and collapse with a measured height
    animation instead of snapping open.
  - Motion timings across `Input`, `Select`, and the dropdown items were aligned
    to the shared duration/easing language.

  No public APIs changed; these are visual and motion refinements within the
  existing design identity.

## 0.1.1

### Patch Changes

- [`f66c077`](https://github.com/NordcomInc/nordstar/commit/f66c077b9fb355ee8dcfdb236113ee19cfc37c8b) Thanks [@filiphsps](https://github.com/filiphsps)! - Fix the umbrella's type rollup leaking external `@nordcom/nordstar-*` imports for
  the seven admin-derived components (Accordion, DropdownMenu, Kbd, Select, Separator,
  Switch, Tooltip). Their workspace path aliases were never added to the root
  `tsconfig.json`, so the dts bundler couldn't resolve them to source and emitted bare
  re-exports instead of inlining the declarations — leaving the package without those
  sub-package dependencies, so consumers' types degraded to `any`. Map the missing
  aliases so the rollup inlines them and the umbrella stays self-contained.

## 0.1.0

### Minor Changes

- [`cbdee37`](https://github.com/NordcomInc/nordstar/commit/cbdee374f8128ecbc3d8d100df53e9383985a334) Thanks [@filiphsps](https://github.com/filiphsps)! - Revamp packaging: umbrella is now self-contained — sub-package code is inlined
  and deduplicated at build time, dropped from runtime dependencies. Removed
  broken `./*` wildcard subpath exports and fixed `.d.ts` path leakage.

  Carry-along cleanup across all sub-packages: removed broken `./*` wildcard
  exports, dropped deprecated `module` field, normalised the exports field to a
  single canonical shape. Public APIs unchanged.

### Patch Changes

- [`45a001b`](https://github.com/NordcomInc/nordstar/commit/45a001ba4a991e910720103fea8ce7f57ad0c2c3) Thanks [@filiphsps](https://github.com/filiphsps)! - Honor `prefers-reduced-motion`. The published CSS contract now neutralizes
  animations, transitions and smooth scrolling when the user's operating system
  requests reduced motion, so Nordstar's hover/focus/disclosure motion respects
  that preference. The reset only applies under the `prefers-reduced-motion: reduce`
  media query, so it has no effect for users who haven't opted out of motion.

- [#1189](https://github.com/NordcomInc/nordstar/pull/1189) [`5199c66`](https://github.com/NordcomInc/nordstar/commit/5199c6601687e89d244bce6652049f1e1d18a051) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency vite to v8.0.13.

- [#1201](https://github.com/NordcomInc/nordstar/pull/1201) [`1ef35d6`](https://github.com/NordcomInc/nordstar/commit/1ef35d6f7c9e55cc56c4bb0afa34d5fe7c739107) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency vite-plugin-dts to v5.0.1.

- [#1204](https://github.com/NordcomInc/nordstar/pull/1204) [`97df330`](https://github.com/NordcomInc/nordstar/commit/97df33095a4625292ab4913a8a64d8f4902eab07) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/react to v19.2.15.

- [`5e0e5a3`](https://github.com/NordcomInc/nordstar/commit/5e0e5a3233403d70beb17ac802ecb53835624bc8) Thanks [@filiphsps](https://github.com/filiphsps)! - Deps: upgrade build/test tooling and docs dependencies to their latest releases
  (biome 2.5.0, vite 8.0.16, vitest 4.1.8, turbo 2.9.18, tailwindcss 4.3.1, sass
  1.101.0, @types/node 25, @types/react 19.2.17, react 19.2.7, next 16.2.9, shiki
  4.2.0 and related). Only devDependencies changed, so there is no runtime impact
  for consumers. The Biome config was migrated to the 2.5.0 schema (`recommended`
  → `preset`) and the CI environment variables were declared in `turbo.json`.
  `inquirer` is intentionally held at 13.x because the component generator relies
  on its legacy prompt API.

## 0.0.75

### Patch Changes

- [#1069](https://github.com/NordcomInc/nordstar/pull/1069) [`67a3f83`](https://github.com/NordcomInc/nordstar/commit/67a3f8350a06568921e306c7d392f5ad9edcbeef) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v24.12.2.

- [#1146](https://github.com/NordcomInc/nordstar/pull/1146) [`b23f199`](https://github.com/NordcomInc/nordstar/commit/b23f199992afac84d767efba49832b024dd3deef) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency class-variance-authority to v0.7.1.

- [#1155](https://github.com/NordcomInc/nordstar/pull/1155) [`385badd`](https://github.com/NordcomInc/nordstar/commit/385badd81b75aa9da7167387d9e64fff45a97f52) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency vite to v8.0.11.

- [#1164](https://github.com/NordcomInc/nordstar/pull/1164) [`54556de`](https://github.com/NordcomInc/nordstar/commit/54556deca480fb29033638b5e124db8c6cca720d) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update react monorepo .

- [#1168](https://github.com/NordcomInc/nordstar/pull/1168) [`06958bb`](https://github.com/NordcomInc/nordstar/commit/06958bbc5090b7c63aafaab067bd08c7baeb552f) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update react monorepo to v19.2.6.

- [#1173](https://github.com/NordcomInc/nordstar/pull/1173) [`c567686`](https://github.com/NordcomInc/nordstar/commit/c567686180d6394af3878986c76533e57f5f5ef2) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v24.12.3.

- [#1176](https://github.com/NordcomInc/nordstar/pull/1176) [`b74c6db`](https://github.com/NordcomInc/nordstar/commit/b74c6db7ffca569ec102b831149b150eb725d5de) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update tailwindcss monorepo to v4.3.0.

- [#1183](https://github.com/NordcomInc/nordstar/pull/1183) [`bf6163c`](https://github.com/NordcomInc/nordstar/commit/bf6163c51e908350109cf1e991f372db5685f5c4) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency vite to v8.0.12.

- [#1186](https://github.com/NordcomInc/nordstar/pull/1186) [`18dc32c`](https://github.com/NordcomInc/nordstar/commit/18dc32c28543d7bf4e060fdf084422119d5f7f01) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v24.12.4.

- [`ed87141`](https://github.com/NordcomInc/nordstar/commit/ed87141cd2809f89d3a48dd18075b2c860849418) Thanks [@filiphsps](https://github.com/filiphsps)! - Improve WebKit experience by disabling things like `text-size-adjust` and `-webkit-touch-callout`.

- Updated dependencies [[`67a3f83`](https://github.com/NordcomInc/nordstar/commit/67a3f8350a06568921e306c7d392f5ad9edcbeef), [`b23f199`](https://github.com/NordcomInc/nordstar/commit/b23f199992afac84d767efba49832b024dd3deef), [`385badd`](https://github.com/NordcomInc/nordstar/commit/385badd81b75aa9da7167387d9e64fff45a97f52), [`54556de`](https://github.com/NordcomInc/nordstar/commit/54556deca480fb29033638b5e124db8c6cca720d), [`06958bb`](https://github.com/NordcomInc/nordstar/commit/06958bbc5090b7c63aafaab067bd08c7baeb552f), [`e25ce8d`](https://github.com/NordcomInc/nordstar/commit/e25ce8d1c221f57cd79041f38ac816f1d03ce08b), [`c567686`](https://github.com/NordcomInc/nordstar/commit/c567686180d6394af3878986c76533e57f5f5ef2), [`2135b0a`](https://github.com/NordcomInc/nordstar/commit/2135b0a8106621f4d33b3af3f36e97d7982b08cb), [`210b4f1`](https://github.com/NordcomInc/nordstar/commit/210b4f1dd175f5ea88f7c33b2817537d94c36ea0), [`bf6163c`](https://github.com/NordcomInc/nordstar/commit/bf6163c51e908350109cf1e991f372db5685f5c4), [`0b8e5a0`](https://github.com/NordcomInc/nordstar/commit/0b8e5a0de70476af3cea1e7436d83353c66d122f), [`18dc32c`](https://github.com/NordcomInc/nordstar/commit/18dc32c28543d7bf4e060fdf084422119d5f7f01), [`535e2e2`](https://github.com/NordcomInc/nordstar/commit/535e2e2dbf7afa6b470aeb65718e114f82e66a6b)]:
  - @nordcom/nordstar-accented@0.0.75
  - @nordcom/nordstar-button@0.0.75
  - @nordcom/nordstar-card@0.0.75
  - @nordcom/nordstar-details@0.0.75
  - @nordcom/nordstar-header@0.0.75
  - @nordcom/nordstar-heading@0.0.75
  - @nordcom/nordstar-input@0.0.75
  - @nordcom/nordstar-label@0.0.75
  - @nordcom/nordstar-view@0.0.75
  - @nordcom/nordstar-system@0.0.75

## 0.0.74

### Patch Changes

- [`8462d28`](https://github.com/NordcomInc/nordstar/commit/8462d2814ba94a98a5f4919105cf2ba53948c54f) Thanks [@filiphsps](https://github.com/filiphsps)! - Fix publishing.

- [#1116](https://github.com/NordcomInc/nordstar/pull/1116) [`4b8f4b5`](https://github.com/NordcomInc/nordstar/commit/4b8f4b5c3df3d3bd0b4a63e1f28dcb2988884f05) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency prettier to v3.8.3.

- [#1127](https://github.com/NordcomInc/nordstar/pull/1127) [`541a54c`](https://github.com/NordcomInc/nordstar/commit/541a54c0fda9525bd08b701e47afdc7d891c127a) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency postcss to v8.5.14.

- [#1141](https://github.com/NordcomInc/nordstar/pull/1141) [`c8308d2`](https://github.com/NordcomInc/nordstar/commit/c8308d2d0d0d64f472e61c6b25b063222848505c) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency vite-plugin-dts to v5.

- [`956120e`](https://github.com/NordcomInc/nordstar/commit/956120e1687551663b9359e3ee639a2f25b0b940) Thanks [@filiphsps](https://github.com/filiphsps)! - Replace ESLint and Prettier with Biome 2.x. Single root `biome.jsonc` covers linting and formatting; turbo no longer orchestrates lint/format; CI now runs `biome ci`. Source files reformatted (trailing commas, sorted Tailwind classes, organized imports). No public API changes.

- [#1161](https://github.com/NordcomInc/nordstar/pull/1161) [`79c8058`](https://github.com/NordcomInc/nordstar/commit/79c80587d8aa8867231b89a756303b10c14d15b5) Thanks [@filiphsps](https://github.com/filiphsps)! - Bump requirement to react 19.

- [`ee84e1a`](https://github.com/NordcomInc/nordstar/commit/ee84e1a9446d90d634b6b55fc649e06136b5c1ce) Thanks [@filiphsps](https://github.com/filiphsps)! - Update homepage.

- [#1156](https://github.com/NordcomInc/nordstar/pull/1156) [`6bae752`](https://github.com/NordcomInc/nordstar/commit/6bae75216fcf66d3144c4d67157cb31615df320d) Thanks [@filiphsps](https://github.com/filiphsps)! - Migrate to Tailwind v4 consumer DX. The lib now ships a `tailwind.css` contract (`@theme` + `@source`) for Tailwind v4 users and a precompiled `styles.css` for non-Tailwind users. Consumers no longer maintain a duplicate `tailwind.config.cjs` — instead, `@import "@nordcom/nordstar"` in their main CSS does it all. Runtime CSS variables move to the `--nordstar-*` namespace; the `<NordstarProvider/>` React API is unchanged.

- Updated dependencies [[`8462d28`](https://github.com/NordcomInc/nordstar/commit/8462d2814ba94a98a5f4919105cf2ba53948c54f), [`4b8f4b5`](https://github.com/NordcomInc/nordstar/commit/4b8f4b5c3df3d3bd0b4a63e1f28dcb2988884f05), [`541a54c`](https://github.com/NordcomInc/nordstar/commit/541a54c0fda9525bd08b701e47afdc7d891c127a), [`c8308d2`](https://github.com/NordcomInc/nordstar/commit/c8308d2d0d0d64f472e61c6b25b063222848505c), [`956120e`](https://github.com/NordcomInc/nordstar/commit/956120e1687551663b9359e3ee639a2f25b0b940), [`79c8058`](https://github.com/NordcomInc/nordstar/commit/79c80587d8aa8867231b89a756303b10c14d15b5), [`ee84e1a`](https://github.com/NordcomInc/nordstar/commit/ee84e1a9446d90d634b6b55fc649e06136b5c1ce), [`6bae752`](https://github.com/NordcomInc/nordstar/commit/6bae75216fcf66d3144c4d67157cb31615df320d)]:
  - @nordcom/nordstar-accented@0.0.74
  - @nordcom/nordstar-button@0.0.74
  - @nordcom/nordstar-card@0.0.74
  - @nordcom/nordstar-details@0.0.74
  - @nordcom/nordstar-header@0.0.74
  - @nordcom/nordstar-heading@0.0.74
  - @nordcom/nordstar-input@0.0.74
  - @nordcom/nordstar-label@0.0.74
  - @nordcom/nordstar-view@0.0.74
  - @nordcom/nordstar-system@0.0.74

## 0.0.73

### Patch Changes

- [`3c4e5cb`](https://github.com/NordcomInc/nordstar/commit/3c4e5cbda856f1c0aacfd16c45df16b4337f6223) Thanks [@filiphsps](https://github.com/filiphsps)! - Upgrade typescript.

- [`3c4e5cb`](https://github.com/NordcomInc/nordstar/commit/3c4e5cbda856f1c0aacfd16c45df16b4337f6223) Thanks [@filiphsps](https://github.com/filiphsps)! - Modernize build.

- Updated dependencies [[`71d7f26`](https://github.com/NordcomInc/nordstar/commit/71d7f267adc2ede56a3ebc7cdef9bea5c186436a), [`3c4e5cb`](https://github.com/NordcomInc/nordstar/commit/3c4e5cbda856f1c0aacfd16c45df16b4337f6223), [`3c4e5cb`](https://github.com/NordcomInc/nordstar/commit/3c4e5cbda856f1c0aacfd16c45df16b4337f6223)]:
  - @nordcom/nordstar-system@0.0.73
  - @nordcom/nordstar-accented@0.0.73
  - @nordcom/nordstar-details@0.0.73
  - @nordcom/nordstar-heading@0.0.73
  - @nordcom/nordstar-button@0.0.73
  - @nordcom/nordstar-header@0.0.73
  - @nordcom/nordstar-input@0.0.73
  - @nordcom/nordstar-label@0.0.73
  - @nordcom/nordstar-card@0.0.73
  - @nordcom/nordstar-view@0.0.73

## 0.0.72

### Patch Changes

- [#928](https://github.com/NordcomInc/nordstar/pull/928) [`648662c`](https://github.com/NordcomInc/nordstar/commit/648662cdbf457bbae0be948446c3109e499a708e) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.16.11.

- [#929](https://github.com/NordcomInc/nordstar/pull/929) [`011e4d7`](https://github.com/NordcomInc/nordstar/commit/011e4d7621cd876c3292369a4a2b95ad62756ff7) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency typescript to v5.6.3.

- [#938](https://github.com/NordcomInc/nordstar/pull/938) [`abe372a`](https://github.com/NordcomInc/nordstar/commit/abe372a1d671bb4b056f5cbe87afdd43012ce848) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency vite to v5.4.9.

- [#942](https://github.com/NordcomInc/nordstar/pull/942) [`2d034ae`](https://github.com/NordcomInc/nordstar/commit/2d034ae189be8c3a0f9ccef81d869e4e6dd3ba55) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency tailwindcss to v3.4.14.

- [#965](https://github.com/NordcomInc/nordstar/pull/965) [`ef074d2`](https://github.com/NordcomInc/nordstar/commit/ef074d22dd02c042288827104cf76532c4227761) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency vite to v5.4.10.

- [`9c20df0`](https://github.com/NordcomInc/nordstar/commit/9c20df0be1ddbc9539ebf5d4209b37a9f8440993) Thanks [@filiphsps](https://github.com/filiphsps)! - Upgrade deps

- Updated dependencies [[`87b25b6`](https://github.com/NordcomInc/nordstar/commit/87b25b63b23848ff6cfaea7f2de57a9be4c6495e), [`648662c`](https://github.com/NordcomInc/nordstar/commit/648662cdbf457bbae0be948446c3109e499a708e), [`011e4d7`](https://github.com/NordcomInc/nordstar/commit/011e4d7621cd876c3292369a4a2b95ad62756ff7), [`bc761f8`](https://github.com/NordcomInc/nordstar/commit/bc761f88b50b1b59e3c4ef0fa110f4b2d11c03cd), [`abe372a`](https://github.com/NordcomInc/nordstar/commit/abe372a1d671bb4b056f5cbe87afdd43012ce848), [`2d034ae`](https://github.com/NordcomInc/nordstar/commit/2d034ae189be8c3a0f9ccef81d869e4e6dd3ba55), [`ef074d2`](https://github.com/NordcomInc/nordstar/commit/ef074d22dd02c042288827104cf76532c4227761), [`9c20df0`](https://github.com/NordcomInc/nordstar/commit/9c20df0be1ddbc9539ebf5d4209b37a9f8440993)]:
  - @nordcom/nordstar-system@0.0.72
  - @nordcom/nordstar-accented@0.0.72
  - @nordcom/nordstar-button@0.0.72
  - @nordcom/nordstar-card@0.0.72
  - @nordcom/nordstar-details@0.0.72
  - @nordcom/nordstar-header@0.0.72
  - @nordcom/nordstar-heading@0.0.72
  - @nordcom/nordstar-input@0.0.72
  - @nordcom/nordstar-label@0.0.72
  - @nordcom/nordstar-view@0.0.72

## 0.0.71

### Patch Changes

- Updated dependencies [[`90402f0`](https://github.com/NordcomInc/nordstar/commit/90402f0b06bf85249906f690ff85922040eb44b6)]:
  - @nordcom/nordstar-input@0.0.71
  - @nordcom/nordstar-accented@0.0.71
  - @nordcom/nordstar-button@0.0.71
  - @nordcom/nordstar-card@0.0.71
  - @nordcom/nordstar-details@0.0.71
  - @nordcom/nordstar-header@0.0.71
  - @nordcom/nordstar-heading@0.0.71
  - @nordcom/nordstar-label@0.0.71
  - @nordcom/nordstar-view@0.0.71
  - @nordcom/nordstar-system@0.0.71

## 0.0.70

### Patch Changes

- [`d44088d`](https://github.com/NordcomInc/nordstar/commit/d44088d4b8d5b3c531b794ae4f64419ef806aa15) Thanks [@filiphsps](https://github.com/filiphsps)! - - Combine components in the primary nordstar package.

- Updated dependencies []:
  - @nordcom/nordstar-accented@0.0.70
  - @nordcom/nordstar-button@0.0.70
  - @nordcom/nordstar-card@0.0.70
  - @nordcom/nordstar-details@0.0.70
  - @nordcom/nordstar-header@0.0.70
  - @nordcom/nordstar-heading@0.0.70
  - @nordcom/nordstar-input@0.0.70
  - @nordcom/nordstar-label@0.0.70
  - @nordcom/nordstar-view@0.0.70
  - @nordcom/nordstar-system@0.0.70

## 0.0.69

### Patch Changes

- Updated dependencies []:
  - @nordcom/nordstar-accented@0.0.69
  - @nordcom/nordstar-button@0.0.69
  - @nordcom/nordstar-card@0.0.69
  - @nordcom/nordstar-details@0.0.69
  - @nordcom/nordstar-header@0.0.69
  - @nordcom/nordstar-heading@0.0.69
  - @nordcom/nordstar-input@0.0.69
  - @nordcom/nordstar-label@0.0.69
  - @nordcom/nordstar-view@0.0.69
  - @nordcom/nordstar-system@0.0.69

## 0.0.68

### Patch Changes

- [#883](https://github.com/NordcomInc/nordstar/pull/883) [`f1276d3`](https://github.com/NordcomInc/nordstar/commit/f1276d3da92689043c8e0facc25ead5323828b73) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.16.7.

- [#885](https://github.com/NordcomInc/nordstar/pull/885) [`ab2834b`](https://github.com/NordcomInc/nordstar/commit/ab2834bdf7f087e4a963e65e971215f1e001cda2) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency vite to v5.4.8.

- [#886](https://github.com/NordcomInc/nordstar/pull/886) [`acc51bf`](https://github.com/NordcomInc/nordstar/commit/acc51bf41e14fad4a3dc790809071cd4ae944a6b) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.16.8.

- [#887](https://github.com/NordcomInc/nordstar/pull/887) [`d8cc5cd`](https://github.com/NordcomInc/nordstar/commit/d8cc5cde27b6deedf9ee49bf43786c40c3daf7b0) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.16.9.

- [#892](https://github.com/NordcomInc/nordstar/pull/892) [`605e0d0`](https://github.com/NordcomInc/nordstar/commit/605e0d0b525f4a327b24f42ab63c054bdad5f2d6) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.16.10.

- [#893](https://github.com/NordcomInc/nordstar/pull/893) [`c27d71c`](https://github.com/NordcomInc/nordstar/commit/c27d71cf2afdc4f6166d9c0317217bd960a9edee) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/react to v18.3.10.

- [`c153ccf`](https://github.com/NordcomInc/nordstar/commit/c153ccf74a8617cbbb5d3c6c2e02aae31940ec3f) Thanks [@filiphsps](https://github.com/filiphsps)! - - Remove postcss-import.

- Updated dependencies [[`f1276d3`](https://github.com/NordcomInc/nordstar/commit/f1276d3da92689043c8e0facc25ead5323828b73), [`ab2834b`](https://github.com/NordcomInc/nordstar/commit/ab2834bdf7f087e4a963e65e971215f1e001cda2), [`acc51bf`](https://github.com/NordcomInc/nordstar/commit/acc51bf41e14fad4a3dc790809071cd4ae944a6b), [`d8cc5cd`](https://github.com/NordcomInc/nordstar/commit/d8cc5cde27b6deedf9ee49bf43786c40c3daf7b0), [`605e0d0`](https://github.com/NordcomInc/nordstar/commit/605e0d0b525f4a327b24f42ab63c054bdad5f2d6), [`c27d71c`](https://github.com/NordcomInc/nordstar/commit/c27d71cf2afdc4f6166d9c0317217bd960a9edee), [`c153ccf`](https://github.com/NordcomInc/nordstar/commit/c153ccf74a8617cbbb5d3c6c2e02aae31940ec3f)]:
  - @nordcom/nordstar-accented@0.0.68
  - @nordcom/nordstar-button@0.0.68
  - @nordcom/nordstar-card@0.0.68
  - @nordcom/nordstar-details@0.0.68
  - @nordcom/nordstar-header@0.0.68
  - @nordcom/nordstar-heading@0.0.68
  - @nordcom/nordstar-input@0.0.68
  - @nordcom/nordstar-label@0.0.68
  - @nordcom/nordstar-view@0.0.68
  - @nordcom/nordstar-system@0.0.68

## 0.0.67

### Patch Changes

- [`78e00ee`](https://github.com/NordcomInc/nordstar/commit/78e00eef7ffd221faa7764f80210ce22ea8d4576) Thanks [@filiphsps](https://github.com/filiphsps)! - - Bogus change to trigger another npm publish (the previous release failed).

- Updated dependencies [[`78e00ee`](https://github.com/NordcomInc/nordstar/commit/78e00eef7ffd221faa7764f80210ce22ea8d4576)]:
  - @nordcom/nordstar-accented@0.0.67
  - @nordcom/nordstar-button@0.0.67
  - @nordcom/nordstar-card@0.0.67
  - @nordcom/nordstar-details@0.0.67
  - @nordcom/nordstar-header@0.0.67
  - @nordcom/nordstar-heading@0.0.67
  - @nordcom/nordstar-input@0.0.67
  - @nordcom/nordstar-label@0.0.67
  - @nordcom/nordstar-view@0.0.67
  - @nordcom/nordstar-system@0.0.67

## 0.0.66

### Patch Changes

- [#878](https://github.com/NordcomInc/nordstar/pull/878) [`d65f264`](https://github.com/NordcomInc/nordstar/commit/d65f26470d11530f4cf1cc5f493571c5d7a33121) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/react to v18.3.9.

- [#881](https://github.com/NordcomInc/nordstar/pull/881) [`16fd8e2`](https://github.com/NordcomInc/nordstar/commit/16fd8e259cd01f6687135ff44c8f7da21cc4a4a3) Thanks [@filiphsps](https://github.com/filiphsps)! - - Don't engage tailwind at the component level.

- Updated dependencies [[`d65f264`](https://github.com/NordcomInc/nordstar/commit/d65f26470d11530f4cf1cc5f493571c5d7a33121), [`16fd8e2`](https://github.com/NordcomInc/nordstar/commit/16fd8e259cd01f6687135ff44c8f7da21cc4a4a3)]:
  - @nordcom/nordstar-accented@0.0.66
  - @nordcom/nordstar-button@0.0.66
  - @nordcom/nordstar-card@0.0.66
  - @nordcom/nordstar-details@0.0.66
  - @nordcom/nordstar-header@0.0.66
  - @nordcom/nordstar-heading@0.0.66
  - @nordcom/nordstar-input@0.0.66
  - @nordcom/nordstar-label@0.0.66
  - @nordcom/nordstar-view@0.0.66
  - @nordcom/nordstar-system@0.0.66

## 0.0.65

### Patch Changes

- [`dd8deb1`](https://github.com/NordcomInc/nordstar/commit/dd8deb14ca8dd89cc7c1850f7ee3108156765af8) Thanks [@filiphsps](https://github.com/filiphsps)! - - Add tailwind prefix.

- Updated dependencies []:
  - @nordcom/nordstar-accented@0.0.65
  - @nordcom/nordstar-button@0.0.65
  - @nordcom/nordstar-card@0.0.65
  - @nordcom/nordstar-details@0.0.65
  - @nordcom/nordstar-header@0.0.65
  - @nordcom/nordstar-heading@0.0.65
  - @nordcom/nordstar-input@0.0.65
  - @nordcom/nordstar-label@0.0.65
  - @nordcom/nordstar-view@0.0.65
  - @nordcom/nordstar-system@0.0.65

## 0.0.64

### Patch Changes

- Updated dependencies [[`7bc47f8`](https://github.com/NordcomInc/nordstar/commit/7bc47f86caeada2845f30479477c4b00688f089e), [`3b006f0`](https://github.com/NordcomInc/nordstar/commit/3b006f0a4df4bde5980b1a6b9de23f0e62af17b8), [`256c135`](https://github.com/NordcomInc/nordstar/commit/256c135376cce133a1d60d1d12016f35d88d870d)]:
  - @nordcom/nordstar-card@0.0.64
  - @nordcom/nordstar-header@0.0.64
  - @nordcom/nordstar-details@0.0.64
  - @nordcom/nordstar-accented@0.0.64
  - @nordcom/nordstar-button@0.0.64
  - @nordcom/nordstar-heading@0.0.64
  - @nordcom/nordstar-input@0.0.64
  - @nordcom/nordstar-label@0.0.64
  - @nordcom/nordstar-view@0.0.64
  - @nordcom/nordstar-system@0.0.64

## 0.0.63

### Patch Changes

- [#809](https://github.com/NordcomInc/nordstar/pull/809) [`b2d7ad0`](https://github.com/NordcomInc/nordstar/commit/b2d7ad0e1b489a1229f7adf5752546b78dfef27d) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.16.6.

- [#871](https://github.com/NordcomInc/nordstar/pull/871) [`8fbb855`](https://github.com/NordcomInc/nordstar/commit/8fbb855a1b85f7e6e2449b142702d95a002fa90a) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency tailwindcss to v3.4.13.

- [`9dfeb3f`](https://github.com/NordcomInc/nordstar/commit/9dfeb3f0a233a67144d415d8d44d95d211807ea6) Thanks [@filiphsps](https://github.com/filiphsps)! - - Refactor components to use tailwind and `cva`.

- [`9dfeb3f`](https://github.com/NordcomInc/nordstar/commit/9dfeb3f0a233a67144d415d8d44d95d211807ea6) Thanks [@filiphsps](https://github.com/filiphsps)! - - Update domain to `https://nordcominc.github.io/nordstar/`

- Updated dependencies [[`b2d7ad0`](https://github.com/NordcomInc/nordstar/commit/b2d7ad0e1b489a1229f7adf5752546b78dfef27d), [`8fbb855`](https://github.com/NordcomInc/nordstar/commit/8fbb855a1b85f7e6e2449b142702d95a002fa90a), [`0cb078a`](https://github.com/NordcomInc/nordstar/commit/0cb078a756ee53bb93606ed9237247d6715cc7ec), [`9dfeb3f`](https://github.com/NordcomInc/nordstar/commit/9dfeb3f0a233a67144d415d8d44d95d211807ea6), [`9dfeb3f`](https://github.com/NordcomInc/nordstar/commit/9dfeb3f0a233a67144d415d8d44d95d211807ea6), [`69a26c5`](https://github.com/NordcomInc/nordstar/commit/69a26c59e4d5492db2f39798ac1d628411fbb7d4), [`e586f33`](https://github.com/NordcomInc/nordstar/commit/e586f337007468d313af9741f9015d1c2a1f0aed)]:
  - @nordcom/nordstar-accented@0.0.63
  - @nordcom/nordstar-button@0.0.63
  - @nordcom/nordstar-card@0.0.63
  - @nordcom/nordstar-details@0.0.63
  - @nordcom/nordstar-header@0.0.63
  - @nordcom/nordstar-heading@0.0.63
  - @nordcom/nordstar-input@0.0.63
  - @nordcom/nordstar-label@0.0.63
  - @nordcom/nordstar-view@0.0.63
  - @nordcom/nordstar-system@0.0.63

## 0.0.62

### Patch Changes

- Updated dependencies [[`fa91ebf`](https://github.com/NordcomInc/nordstar/commit/fa91ebf6a79640df4416ed0557272065478a35c1)]:
  - @nordcom/nordstar-input@0.0.62
  - @nordcom/nordstar-accented@0.0.62
  - @nordcom/nordstar-button@0.0.62
  - @nordcom/nordstar-card@0.0.62
  - @nordcom/nordstar-details@0.0.62
  - @nordcom/nordstar-header@0.0.62
  - @nordcom/nordstar-heading@0.0.62
  - @nordcom/nordstar-label@0.0.62
  - @nordcom/nordstar-view@0.0.62
  - @nordcom/nordstar-system@0.0.62

## 0.0.61

### Patch Changes

- [#801](https://github.com/NordcomInc/nordstar/pull/801) [`1acb17c`](https://github.com/NordcomInc/nordstar/commit/1acb17c033f54e0a727859edb99d7077b1eeaefd) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/react to v18.3.5.

- [#817](https://github.com/NordcomInc/nordstar/pull/817) [`b33edda`](https://github.com/NordcomInc/nordstar/commit/b33eddaa9a843084ca3b7be3db8c6e4fdfb6d7ce) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency vite to v5.4.3.

- [#830](https://github.com/NordcomInc/nordstar/pull/830) [`0fd5c12`](https://github.com/NordcomInc/nordstar/commit/0fd5c1263c40b5fad497ad1d9f5859598fd4c048) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency typescript to v5.6.2.

- [#834](https://github.com/NordcomInc/nordstar/pull/834) [`69e50e1`](https://github.com/NordcomInc/nordstar/commit/69e50e1935bf93cbc2bcc8391dceab8dc165cdc6) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency vite to v5.4.4.

- [#851](https://github.com/NordcomInc/nordstar/pull/851) [`cefb2ed`](https://github.com/NordcomInc/nordstar/commit/cefb2ede635e9f61ea3c0a3c653c326287f710a3) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/react to v18.3.6.

- [#854](https://github.com/NordcomInc/nordstar/pull/854) [`387a46b`](https://github.com/NordcomInc/nordstar/commit/387a46b578832fe64d223e4b452d59142d5cb3cb) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/react to v18.3.7.

- [#855](https://github.com/NordcomInc/nordstar/pull/855) [`0ca65ef`](https://github.com/NordcomInc/nordstar/commit/0ca65efb4042d8f4feccf0e4bb27a6b030992c2c) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency vite to v5.4.6[SECURITY]

- [#860](https://github.com/NordcomInc/nordstar/pull/860) [`1591dc9`](https://github.com/NordcomInc/nordstar/commit/1591dc93b9158dfbeb3a3295919fa264cea1ab31) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/react to v18.3.8.

- [#863](https://github.com/NordcomInc/nordstar/pull/863) [`7ccdbbb`](https://github.com/NordcomInc/nordstar/commit/7ccdbbbccec91d4c6e9629e620dc790dac970cfc) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency vite to v5.4.7.

- Updated dependencies [[`8ea9f43`](https://github.com/NordcomInc/nordstar/commit/8ea9f4328443a3b66c358a6d7b86499f72860cab), [`1acb17c`](https://github.com/NordcomInc/nordstar/commit/1acb17c033f54e0a727859edb99d7077b1eeaefd), [`b33edda`](https://github.com/NordcomInc/nordstar/commit/b33eddaa9a843084ca3b7be3db8c6e4fdfb6d7ce), [`0fd5c12`](https://github.com/NordcomInc/nordstar/commit/0fd5c1263c40b5fad497ad1d9f5859598fd4c048), [`69e50e1`](https://github.com/NordcomInc/nordstar/commit/69e50e1935bf93cbc2bcc8391dceab8dc165cdc6), [`cefb2ed`](https://github.com/NordcomInc/nordstar/commit/cefb2ede635e9f61ea3c0a3c653c326287f710a3), [`387a46b`](https://github.com/NordcomInc/nordstar/commit/387a46b578832fe64d223e4b452d59142d5cb3cb), [`0ca65ef`](https://github.com/NordcomInc/nordstar/commit/0ca65efb4042d8f4feccf0e4bb27a6b030992c2c), [`1591dc9`](https://github.com/NordcomInc/nordstar/commit/1591dc93b9158dfbeb3a3295919fa264cea1ab31), [`7ccdbbb`](https://github.com/NordcomInc/nordstar/commit/7ccdbbbccec91d4c6e9629e620dc790dac970cfc), [`353bad3`](https://github.com/NordcomInc/nordstar/commit/353bad327e3ec6069d058471eac11d045ceaa0f0)]:
  - @nordcom/nordstar-input@0.0.61
  - @nordcom/nordstar-accented@0.0.61
  - @nordcom/nordstar-button@0.0.61
  - @nordcom/nordstar-card@0.0.61
  - @nordcom/nordstar-details@0.0.61
  - @nordcom/nordstar-header@0.0.61
  - @nordcom/nordstar-heading@0.0.61
  - @nordcom/nordstar-label@0.0.61
  - @nordcom/nordstar-view@0.0.61
  - @nordcom/nordstar-system@0.0.61

## 0.0.60

### Patch Changes

- [#791](https://github.com/NordcomInc/nordstar/pull/791) [`15f44fb`](https://github.com/NordcomInc/nordstar/commit/15f44fb32c13314ebe6e00ff60fe7541f9869586) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.16.2.

- [`d17b2e0`](https://github.com/NordcomInc/nordstar/commit/d17b2e064772fd4157c82af59397c0799ed49f23) Thanks [@filiphsps](https://github.com/filiphsps)! - Meta: Change codegen slightly.

- Updated dependencies [[`15f44fb`](https://github.com/NordcomInc/nordstar/commit/15f44fb32c13314ebe6e00ff60fe7541f9869586), [`d17b2e0`](https://github.com/NordcomInc/nordstar/commit/d17b2e064772fd4157c82af59397c0799ed49f23)]:
  - @nordcom/nordstar-accented@0.0.60
  - @nordcom/nordstar-button@0.0.60
  - @nordcom/nordstar-card@0.0.60
  - @nordcom/nordstar-details@0.0.60
  - @nordcom/nordstar-header@0.0.60
  - @nordcom/nordstar-heading@0.0.60
  - @nordcom/nordstar-input@0.0.60
  - @nordcom/nordstar-label@0.0.60
  - @nordcom/nordstar-view@0.0.60
  - @nordcom/nordstar-system@0.0.60

## 0.0.59

### Patch Changes

- [`762574c`](https://github.com/NordcomInc/nordstar/commit/762574caaf33cf998c4fa7defcbd3312df0a4553) Thanks [@filiphsps](https://github.com/filiphsps)! - Fix `css` module inclusions.

- Updated dependencies [[`c53ba82`](https://github.com/NordcomInc/nordstar/commit/c53ba82cb902f93e3c66843fa862b30be6f62f0f), [`762574c`](https://github.com/NordcomInc/nordstar/commit/762574caaf33cf998c4fa7defcbd3312df0a4553)]:
  - @nordcom/nordstar-system@0.0.59
  - @nordcom/nordstar-accented@0.0.59
  - @nordcom/nordstar-details@0.0.59
  - @nordcom/nordstar-heading@0.0.59
  - @nordcom/nordstar-button@0.0.59
  - @nordcom/nordstar-header@0.0.59
  - @nordcom/nordstar-input@0.0.59
  - @nordcom/nordstar-label@0.0.59
  - @nordcom/nordstar-card@0.0.59
  - @nordcom/nordstar-view@0.0.59

## 0.0.58

### Patch Changes

- [`0094d57`](https://github.com/NordcomInc/nordstar/commit/0094d57939d01385273900320f9ae9add4fd8ad9) Thanks [@filiphsps](https://github.com/filiphsps)! - Fix engines field.

- [#758](https://github.com/NordcomInc/nordstar/pull/758) [`405a031`](https://github.com/NordcomInc/nordstar/commit/405a031aeb109fbdda6e986516f55e66fe2eca70) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency vite to v5.4.0.

- [#762](https://github.com/NordcomInc/nordstar/pull/762) [`515e27a`](https://github.com/NordcomInc/nordstar/commit/515e27ac66e9cea6415b02a751076cf48d1044cc) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.14.15.

- [#774](https://github.com/NordcomInc/nordstar/pull/774) [`ff15a5b`](https://github.com/NordcomInc/nordstar/commit/ff15a5bab61c2411245dfe4c089da31c6fe9c6af) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.15.0.

- [#776](https://github.com/NordcomInc/nordstar/pull/776) [`022cd26`](https://github.com/NordcomInc/nordstar/commit/022cd2671a78bff0cff204ca50acd8a3c0c1ae2c) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.16.0.

- [#777](https://github.com/NordcomInc/nordstar/pull/777) [`205f3ce`](https://github.com/NordcomInc/nordstar/commit/205f3ce3bac654743934c16be440d420bc293297) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.16.1.

- [#779](https://github.com/NordcomInc/nordstar/pull/779) [`8606051`](https://github.com/NordcomInc/nordstar/commit/86060510d1e8042b954897cb6c20705e7bd11a02) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/react to v18.3.4.

- Updated dependencies [[`0094d57`](https://github.com/NordcomInc/nordstar/commit/0094d57939d01385273900320f9ae9add4fd8ad9), [`405a031`](https://github.com/NordcomInc/nordstar/commit/405a031aeb109fbdda6e986516f55e66fe2eca70), [`515e27a`](https://github.com/NordcomInc/nordstar/commit/515e27ac66e9cea6415b02a751076cf48d1044cc), [`ff15a5b`](https://github.com/NordcomInc/nordstar/commit/ff15a5bab61c2411245dfe4c089da31c6fe9c6af), [`022cd26`](https://github.com/NordcomInc/nordstar/commit/022cd2671a78bff0cff204ca50acd8a3c0c1ae2c), [`205f3ce`](https://github.com/NordcomInc/nordstar/commit/205f3ce3bac654743934c16be440d420bc293297), [`8606051`](https://github.com/NordcomInc/nordstar/commit/86060510d1e8042b954897cb6c20705e7bd11a02), [`6dc2efe`](https://github.com/NordcomInc/nordstar/commit/6dc2efea402461ec24b0ab60241b37a6775f7cf5)]:
  - @nordcom/nordstar-accented@0.0.58
  - @nordcom/nordstar-button@0.0.58
  - @nordcom/nordstar-card@0.0.58
  - @nordcom/nordstar-details@0.0.58
  - @nordcom/nordstar-header@0.0.58
  - @nordcom/nordstar-heading@0.0.58
  - @nordcom/nordstar-input@0.0.58
  - @nordcom/nordstar-label@0.0.58
  - @nordcom/nordstar-view@0.0.58
  - @nordcom/nordstar-system@0.0.58

## 0.0.57

### Patch Changes

- Updated dependencies [[`818cbaa`](https://github.com/NordcomInc/nordstar/commit/818cbaa53a135f49c9d4236480ba142a89e0e92d)]:
  - @nordcom/nordstar-header@0.0.57
  - @nordcom/nordstar-accented@0.0.57
  - @nordcom/nordstar-button@0.0.57
  - @nordcom/nordstar-card@0.0.57
  - @nordcom/nordstar-details@0.0.57
  - @nordcom/nordstar-heading@0.0.57
  - @nordcom/nordstar-input@0.0.57
  - @nordcom/nordstar-label@0.0.57
  - @nordcom/nordstar-view@0.0.57
  - @nordcom/nordstar-system@0.0.57

## 0.0.56

### Patch Changes

- [#646](https://github.com/NordcomInc/nordstar/pull/646) [`36020f4`](https://github.com/NordcomInc/nordstar/commit/36020f4456cd8f75e3e245e671b9965ef61e3ec2) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.14.3.

- [#648](https://github.com/NordcomInc/nordstar/pull/648) [`2b9f9e1`](https://github.com/NordcomInc/nordstar/commit/2b9f9e17b642e678b5042959abdc05be1eab74ff) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.14.4.

- [#649](https://github.com/NordcomInc/nordstar/pull/649) [`2a539ad`](https://github.com/NordcomInc/nordstar/commit/2a539adf615af8a9e2b3e35e2fb22808d45dc6b5) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.14.5.

- [#653](https://github.com/NordcomInc/nordstar/pull/653) [`364dfdc`](https://github.com/NordcomInc/nordstar/commit/364dfdc689a021c04bd7bfaddbd01a92b8566d59) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.14.6.

- [#657](https://github.com/NordcomInc/nordstar/pull/657) [`910bb16`](https://github.com/NordcomInc/nordstar/commit/910bb16c5360c54af06f676eaee2c9a74ff84579) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency typescript to v5.5.2.

- [#658](https://github.com/NordcomInc/nordstar/pull/658) [`a2a3f8f`](https://github.com/NordcomInc/nordstar/commit/a2a3f8ff6bf2edc35e5c7a0c7205808b50a80e0b) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.14.7.

- [#659](https://github.com/NordcomInc/nordstar/pull/659) [`9209b60`](https://github.com/NordcomInc/nordstar/commit/9209b60920e4ad0567c7fc77ddaa942d59d00b53) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.14.8.

- [#666](https://github.com/NordcomInc/nordstar/pull/666) [`d400b3c`](https://github.com/NordcomInc/nordstar/commit/d400b3c040de3c56c9c9abbe0ec83176e79a166c) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.14.9.

- [#672](https://github.com/NordcomInc/nordstar/pull/672) [`5de8f59`](https://github.com/NordcomInc/nordstar/commit/5de8f591dd2b963f513553972aea0698730170ee) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency vite to v5.3.2.

- [#676](https://github.com/NordcomInc/nordstar/pull/676) [`f769b24`](https://github.com/NordcomInc/nordstar/commit/f769b241309c34b611c59636b203b4bc4ba55f79) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency typescript to v5.5.3.

- [#678](https://github.com/NordcomInc/nordstar/pull/678) [`a378fbe`](https://github.com/NordcomInc/nordstar/commit/a378fbec14831646ff7a1d2099757425871c86c4) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency vite to v5.3.3.

- [#683](https://github.com/NordcomInc/nordstar/pull/683) [`4c6e010`](https://github.com/NordcomInc/nordstar/commit/4c6e010e78229fac11cee649948ba202d5f35d7d) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.14.10.

- [#702](https://github.com/NordcomInc/nordstar/pull/702) [`916781e`](https://github.com/NordcomInc/nordstar/commit/916781e4a44a9577f85b68ff80ca4ceaf2c48c39) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency prettier to v3.3.3.

- [#706](https://github.com/NordcomInc/nordstar/pull/706) [`e7b5099`](https://github.com/NordcomInc/nordstar/commit/e7b509957066c5dc65987cc0fead5082e38193c7) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency vite to v5.3.4.

- [#707](https://github.com/NordcomInc/nordstar/pull/707) [`9c916c9`](https://github.com/NordcomInc/nordstar/commit/9c916c96bff06f7a522f7baec954cad846ba7c8a) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.14.11.

- [#725](https://github.com/NordcomInc/nordstar/pull/725) [`2af6f72`](https://github.com/NordcomInc/nordstar/commit/2af6f720fa521efa63ef61e3d40b7d41951b6370) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency typescript to v5.5.4.

- [#727](https://github.com/NordcomInc/nordstar/pull/727) [`c8a3b77`](https://github.com/NordcomInc/nordstar/commit/c8a3b77634e42249957c03815f8d2c2635354a25) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.14.12.

- [#729](https://github.com/NordcomInc/nordstar/pull/729) [`a1f39ab`](https://github.com/NordcomInc/nordstar/commit/a1f39ab90a0618dc28d862bbfc0beda8cc9644dc) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency vite to v5.3.5.

- [#732](https://github.com/NordcomInc/nordstar/pull/732) [`ac6dd18`](https://github.com/NordcomInc/nordstar/commit/ac6dd18b20866c4033b8d56e01b69ea1a1eaed04) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.14.13.

- [#744](https://github.com/NordcomInc/nordstar/pull/744) [`2eb404f`](https://github.com/NordcomInc/nordstar/commit/2eb404f104baffa2ff3f23bc1e4343155d1d796c) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.14.14.

- [`0c3f4e1`](https://github.com/NordcomInc/nordstar/commit/0c3f4e139ae18cded312865d58b6ebb423241737) Thanks [@filiphsps](https://github.com/filiphsps)! - Upgrade turbo.

- Updated dependencies [[`f3d4e9a`](https://github.com/NordcomInc/nordstar/commit/f3d4e9afe09384b8e6b83b5bcd1daca4350f21aa), [`36020f4`](https://github.com/NordcomInc/nordstar/commit/36020f4456cd8f75e3e245e671b9965ef61e3ec2), [`2b9f9e1`](https://github.com/NordcomInc/nordstar/commit/2b9f9e17b642e678b5042959abdc05be1eab74ff), [`2a539ad`](https://github.com/NordcomInc/nordstar/commit/2a539adf615af8a9e2b3e35e2fb22808d45dc6b5), [`364dfdc`](https://github.com/NordcomInc/nordstar/commit/364dfdc689a021c04bd7bfaddbd01a92b8566d59), [`910bb16`](https://github.com/NordcomInc/nordstar/commit/910bb16c5360c54af06f676eaee2c9a74ff84579), [`a2a3f8f`](https://github.com/NordcomInc/nordstar/commit/a2a3f8ff6bf2edc35e5c7a0c7205808b50a80e0b), [`9209b60`](https://github.com/NordcomInc/nordstar/commit/9209b60920e4ad0567c7fc77ddaa942d59d00b53), [`d400b3c`](https://github.com/NordcomInc/nordstar/commit/d400b3c040de3c56c9c9abbe0ec83176e79a166c), [`5de8f59`](https://github.com/NordcomInc/nordstar/commit/5de8f591dd2b963f513553972aea0698730170ee), [`f769b24`](https://github.com/NordcomInc/nordstar/commit/f769b241309c34b611c59636b203b4bc4ba55f79), [`a378fbe`](https://github.com/NordcomInc/nordstar/commit/a378fbec14831646ff7a1d2099757425871c86c4), [`4c6e010`](https://github.com/NordcomInc/nordstar/commit/4c6e010e78229fac11cee649948ba202d5f35d7d), [`916781e`](https://github.com/NordcomInc/nordstar/commit/916781e4a44a9577f85b68ff80ca4ceaf2c48c39), [`e7b5099`](https://github.com/NordcomInc/nordstar/commit/e7b509957066c5dc65987cc0fead5082e38193c7), [`9c916c9`](https://github.com/NordcomInc/nordstar/commit/9c916c96bff06f7a522f7baec954cad846ba7c8a), [`2af6f72`](https://github.com/NordcomInc/nordstar/commit/2af6f720fa521efa63ef61e3d40b7d41951b6370), [`c8a3b77`](https://github.com/NordcomInc/nordstar/commit/c8a3b77634e42249957c03815f8d2c2635354a25), [`a1f39ab`](https://github.com/NordcomInc/nordstar/commit/a1f39ab90a0618dc28d862bbfc0beda8cc9644dc), [`ac6dd18`](https://github.com/NordcomInc/nordstar/commit/ac6dd18b20866c4033b8d56e01b69ea1a1eaed04), [`2eb404f`](https://github.com/NordcomInc/nordstar/commit/2eb404f104baffa2ff3f23bc1e4343155d1d796c), [`0c3f4e1`](https://github.com/NordcomInc/nordstar/commit/0c3f4e139ae18cded312865d58b6ebb423241737)]:
  - @nordcom/nordstar-header@0.0.56
  - @nordcom/nordstar-accented@0.0.56
  - @nordcom/nordstar-button@0.0.56
  - @nordcom/nordstar-card@0.0.56
  - @nordcom/nordstar-details@0.0.56
  - @nordcom/nordstar-heading@0.0.56
  - @nordcom/nordstar-input@0.0.56
  - @nordcom/nordstar-label@0.0.56
  - @nordcom/nordstar-view@0.0.56
  - @nordcom/nordstar-system@0.0.56

## 0.0.55

### Patch Changes

- [#511](https://github.com/NordcomInc/nordstar/pull/511) [`d05d837`](https://github.com/NordcomInc/nordstar/commit/d05d837c22618a7b610cc1a905ff918ec41dc1ef) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/react to v18.2.79.

- [#513](https://github.com/NordcomInc/nordstar/pull/513) [`5c0c50b`](https://github.com/NordcomInc/nordstar/commit/5c0c50ba69553dafb40d1caf9be58d21fc4e25d1) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency vite to v5.2.9.

- [#522](https://github.com/NordcomInc/nordstar/pull/522) [`ee87d37`](https://github.com/NordcomInc/nordstar/commit/ee87d3700ef993ad75f1128117a4d9172ebabe1b) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency vite to v5.2.10.

- [#532](https://github.com/NordcomInc/nordstar/pull/532) [`e76075e`](https://github.com/NordcomInc/nordstar/commit/e76075e9600bc9dac0df83a9a0acee2dcb09f298) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update react monorepo .

- [#534](https://github.com/NordcomInc/nordstar/pull/534) [`550c34f`](https://github.com/NordcomInc/nordstar/commit/550c34ff1ed8c8c563d48accf91144a5a4a0ff8a) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update react monorepo to v18.3.0.

- [#537](https://github.com/NordcomInc/nordstar/pull/537) [`5c4925d`](https://github.com/NordcomInc/nordstar/commit/5c4925de5378ccbedd3ee3af40b2da1f629f6d94) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update react monorepo .

- [#538](https://github.com/NordcomInc/nordstar/pull/538) [`9751710`](https://github.com/NordcomInc/nordstar/commit/9751710813114cf4ca3dd46f768590b719e077ed) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/react to v18.3.1.

- [#542](https://github.com/NordcomInc/nordstar/pull/542) [`c7a6a87`](https://github.com/NordcomInc/nordstar/commit/c7a6a871ffc6e6927eb0e6a2e3e3387b971cbd9c) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.12.8.

- [#543](https://github.com/NordcomInc/nordstar/pull/543) [`b6f6423`](https://github.com/NordcomInc/nordstar/commit/b6f6423424c5dfb9ba02daa90f084cd54e60091c) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency vite to v5.2.11.

- [#549](https://github.com/NordcomInc/nordstar/pull/549) [`4dbb71b`](https://github.com/NordcomInc/nordstar/commit/4dbb71bc97aa0d8dff56c67efcd4f745d295040f) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.12.9.

- [#551](https://github.com/NordcomInc/nordstar/pull/551) [`758ab11`](https://github.com/NordcomInc/nordstar/commit/758ab11acc9bc17d74eecf55b5ab07bdc77c8a55) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.12.10.

- [#558](https://github.com/NordcomInc/nordstar/pull/558) [`5594b62`](https://github.com/NordcomInc/nordstar/commit/5594b62002f53ba917b7373f3099eb40a32f0df9) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.12.11.

- [#564](https://github.com/NordcomInc/nordstar/pull/564) [`15d6f9a`](https://github.com/NordcomInc/nordstar/commit/15d6f9a36938a90e3a830c77383ef7df35229dba) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/react to v18.3.2.

- [#572](https://github.com/NordcomInc/nordstar/pull/572) [`8fcc6c8`](https://github.com/NordcomInc/nordstar/commit/8fcc6c86f553070d6d783aec17015b1a820d5487) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.12.12.

- [#588](https://github.com/NordcomInc/nordstar/pull/588) [`c161b4c`](https://github.com/NordcomInc/nordstar/commit/c161b4c63ccb50f65a0c02858bc379c01ae8b18f) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/react to v18.3.3.

- [#601](https://github.com/NordcomInc/nordstar/pull/601) [`f6d5141`](https://github.com/NordcomInc/nordstar/commit/f6d514176f2448b1671070ed7c5216a66dc45eae) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency vite to v5.2.12.

- [#606](https://github.com/NordcomInc/nordstar/pull/606) [`2e3a428`](https://github.com/NordcomInc/nordstar/commit/2e3a428050611f6e50a617f07855a5dadeed6b2d) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.12.13.

- [#613](https://github.com/NordcomInc/nordstar/pull/613) [`218f8a1`](https://github.com/NordcomInc/nordstar/commit/218f8a1fe76504509b7038b84dd038b257a0a870) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.13.0.

- [#614](https://github.com/NordcomInc/nordstar/pull/614) [`9b8c730`](https://github.com/NordcomInc/nordstar/commit/9b8c73003569f58369b7ac6692208120ea56f5d6) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency prettier to v3.3.0.

- [#615](https://github.com/NordcomInc/nordstar/pull/615) [`a732c28`](https://github.com/NordcomInc/nordstar/commit/a732c2856df570f7810a188bd874cdde11124818) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.14.0.

- [#617](https://github.com/NordcomInc/nordstar/pull/617) [`7c99a25`](https://github.com/NordcomInc/nordstar/commit/7c99a2503562c57715629a21cd5745d16170e826) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.14.1.

- [#620](https://github.com/NordcomInc/nordstar/pull/620) [`c141456`](https://github.com/NordcomInc/nordstar/commit/c141456334ae17a43913da92f8156ac5c9fbe014) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.14.2.

- [#621](https://github.com/NordcomInc/nordstar/pull/621) [`fd3ca5b`](https://github.com/NordcomInc/nordstar/commit/fd3ca5bebf5385652e0ef19d2393ad4295802d6d) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency prettier to v3.3.1.

- [#625](https://github.com/NordcomInc/nordstar/pull/625) [`5e51497`](https://github.com/NordcomInc/nordstar/commit/5e514972e3b59336c6f27c0a8f6ed1a10fce0e58) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency vite to v5.2.13.

- [#630](https://github.com/NordcomInc/nordstar/pull/630) [`25c4605`](https://github.com/NordcomInc/nordstar/commit/25c460578d0cf0fe89dfefe8db8487baf402076b) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency prettier to v3.3.2.

- [#639](https://github.com/NordcomInc/nordstar/pull/639) [`37cbe29`](https://github.com/NordcomInc/nordstar/commit/37cbe29d8cd406ba93b15bfb34815f6baea2e0de) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency vite to v5.3.0.

- [#643](https://github.com/NordcomInc/nordstar/pull/643) [`1102a78`](https://github.com/NordcomInc/nordstar/commit/1102a7899720153c34130b7326b121621cadb52b) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency vite to v5.3.1.

- Updated dependencies [[`d05d837`](https://github.com/NordcomInc/nordstar/commit/d05d837c22618a7b610cc1a905ff918ec41dc1ef), [`5c0c50b`](https://github.com/NordcomInc/nordstar/commit/5c0c50ba69553dafb40d1caf9be58d21fc4e25d1), [`ee87d37`](https://github.com/NordcomInc/nordstar/commit/ee87d3700ef993ad75f1128117a4d9172ebabe1b), [`e76075e`](https://github.com/NordcomInc/nordstar/commit/e76075e9600bc9dac0df83a9a0acee2dcb09f298), [`550c34f`](https://github.com/NordcomInc/nordstar/commit/550c34ff1ed8c8c563d48accf91144a5a4a0ff8a), [`5c4925d`](https://github.com/NordcomInc/nordstar/commit/5c4925de5378ccbedd3ee3af40b2da1f629f6d94), [`9751710`](https://github.com/NordcomInc/nordstar/commit/9751710813114cf4ca3dd46f768590b719e077ed), [`c7a6a87`](https://github.com/NordcomInc/nordstar/commit/c7a6a871ffc6e6927eb0e6a2e3e3387b971cbd9c), [`b6f6423`](https://github.com/NordcomInc/nordstar/commit/b6f6423424c5dfb9ba02daa90f084cd54e60091c), [`4dbb71b`](https://github.com/NordcomInc/nordstar/commit/4dbb71bc97aa0d8dff56c67efcd4f745d295040f), [`758ab11`](https://github.com/NordcomInc/nordstar/commit/758ab11acc9bc17d74eecf55b5ab07bdc77c8a55), [`5594b62`](https://github.com/NordcomInc/nordstar/commit/5594b62002f53ba917b7373f3099eb40a32f0df9), [`15d6f9a`](https://github.com/NordcomInc/nordstar/commit/15d6f9a36938a90e3a830c77383ef7df35229dba), [`8fcc6c8`](https://github.com/NordcomInc/nordstar/commit/8fcc6c86f553070d6d783aec17015b1a820d5487), [`c161b4c`](https://github.com/NordcomInc/nordstar/commit/c161b4c63ccb50f65a0c02858bc379c01ae8b18f), [`f6d5141`](https://github.com/NordcomInc/nordstar/commit/f6d514176f2448b1671070ed7c5216a66dc45eae), [`2e3a428`](https://github.com/NordcomInc/nordstar/commit/2e3a428050611f6e50a617f07855a5dadeed6b2d), [`218f8a1`](https://github.com/NordcomInc/nordstar/commit/218f8a1fe76504509b7038b84dd038b257a0a870), [`9b8c730`](https://github.com/NordcomInc/nordstar/commit/9b8c73003569f58369b7ac6692208120ea56f5d6), [`a732c28`](https://github.com/NordcomInc/nordstar/commit/a732c2856df570f7810a188bd874cdde11124818), [`7c99a25`](https://github.com/NordcomInc/nordstar/commit/7c99a2503562c57715629a21cd5745d16170e826), [`c141456`](https://github.com/NordcomInc/nordstar/commit/c141456334ae17a43913da92f8156ac5c9fbe014), [`fd3ca5b`](https://github.com/NordcomInc/nordstar/commit/fd3ca5bebf5385652e0ef19d2393ad4295802d6d), [`5e51497`](https://github.com/NordcomInc/nordstar/commit/5e514972e3b59336c6f27c0a8f6ed1a10fce0e58), [`25c4605`](https://github.com/NordcomInc/nordstar/commit/25c460578d0cf0fe89dfefe8db8487baf402076b), [`37cbe29`](https://github.com/NordcomInc/nordstar/commit/37cbe29d8cd406ba93b15bfb34815f6baea2e0de), [`1102a78`](https://github.com/NordcomInc/nordstar/commit/1102a7899720153c34130b7326b121621cadb52b)]:
  - @nordcom/nordstar-accented@0.0.55
  - @nordcom/nordstar-button@0.0.55
  - @nordcom/nordstar-card@0.0.55
  - @nordcom/nordstar-details@0.0.55
  - @nordcom/nordstar-header@0.0.55
  - @nordcom/nordstar-heading@0.0.55
  - @nordcom/nordstar-input@0.0.55
  - @nordcom/nordstar-label@0.0.55
  - @nordcom/nordstar-view@0.0.55
  - @nordcom/nordstar-system@0.0.55

## 0.0.54

### Patch Changes

- Updated dependencies [[`93e2685`](https://github.com/NordcomInc/nordstar/commit/93e2685a6313a5bdb1d69d0e875bfe0aeb19493d)]:
  - @nordcom/nordstar-details@0.0.54
  - @nordcom/nordstar-accented@0.0.54
  - @nordcom/nordstar-button@0.0.54
  - @nordcom/nordstar-card@0.0.54
  - @nordcom/nordstar-header@0.0.54
  - @nordcom/nordstar-heading@0.0.54
  - @nordcom/nordstar-input@0.0.54
  - @nordcom/nordstar-label@0.0.54
  - @nordcom/nordstar-view@0.0.54
  - @nordcom/nordstar-system@0.0.54

## 0.0.53

### Patch Changes

- [#483](https://github.com/NordcomInc/nordstar/pull/483) [`e1922f6`](https://github.com/NordcomInc/nordstar/commit/e1922f6eba5369c93e1ac0410dda6eb501c40ea5) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/react to v18.2.75.

- [#485](https://github.com/NordcomInc/nordstar/pull/485) [`67b4715`](https://github.com/NordcomInc/nordstar/commit/67b47150a7cc9c45c1ac7d99ee7ce87265cd657b) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.12.6.

- [#486](https://github.com/NordcomInc/nordstar/pull/486) [`9d973a0`](https://github.com/NordcomInc/nordstar/commit/9d973a0c744b6e7f2fd6d9ddd3377cb9361ced70) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.12.7.

- [#488](https://github.com/NordcomInc/nordstar/pull/488) [`dc819e1`](https://github.com/NordcomInc/nordstar/commit/dc819e1167a463cae2b1c153ae5510d053afb4bd) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency typescript to v5.4.5.

- [#493](https://github.com/NordcomInc/nordstar/pull/493) [`33b7ea4`](https://github.com/NordcomInc/nordstar/commit/33b7ea4475f7240ee606441f6e9e4dd9a32b379c) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update react monorepo .

- [#495](https://github.com/NordcomInc/nordstar/pull/495) [`d86e557`](https://github.com/NordcomInc/nordstar/commit/d86e557f980106e3556ba75bfc3d3c4f65f0f0a1) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/react to v18.2.77.

- [#502](https://github.com/NordcomInc/nordstar/pull/502) [`a711791`](https://github.com/NordcomInc/nordstar/commit/a7117916cb74d2121b381563f3efb174f99fbdd7) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/react to v18.2.78.

- Updated dependencies [[`f7ba094`](https://github.com/NordcomInc/nordstar/commit/f7ba0949dbd3aaac6041e60c7b123457c9e56702), [`e1922f6`](https://github.com/NordcomInc/nordstar/commit/e1922f6eba5369c93e1ac0410dda6eb501c40ea5), [`67b4715`](https://github.com/NordcomInc/nordstar/commit/67b47150a7cc9c45c1ac7d99ee7ce87265cd657b), [`9d973a0`](https://github.com/NordcomInc/nordstar/commit/9d973a0c744b6e7f2fd6d9ddd3377cb9361ced70), [`dc819e1`](https://github.com/NordcomInc/nordstar/commit/dc819e1167a463cae2b1c153ae5510d053afb4bd), [`33b7ea4`](https://github.com/NordcomInc/nordstar/commit/33b7ea4475f7240ee606441f6e9e4dd9a32b379c), [`d86e557`](https://github.com/NordcomInc/nordstar/commit/d86e557f980106e3556ba75bfc3d3c4f65f0f0a1), [`a711791`](https://github.com/NordcomInc/nordstar/commit/a7117916cb74d2121b381563f3efb174f99fbdd7), [`278877e`](https://github.com/NordcomInc/nordstar/commit/278877e3c238c6c7a042ed13c333cb648dedd20d), [`04b4057`](https://github.com/NordcomInc/nordstar/commit/04b4057b7ae0d6ae62e41c5f15485d9d6aa79119), [`b70476f`](https://github.com/NordcomInc/nordstar/commit/b70476f8ae36b177256dba4b7aeb540841d99ae2), [`e893059`](https://github.com/NordcomInc/nordstar/commit/e8930593500fec28dc2bf2d4d78777c96426bd6c), [`b532348`](https://github.com/NordcomInc/nordstar/commit/b53234851c9a6cc49f43f8e3b64429833b9ce608)]:
  - @nordcom/nordstar-details@0.0.53
  - @nordcom/nordstar-accented@0.0.53
  - @nordcom/nordstar-button@0.0.53
  - @nordcom/nordstar-card@0.0.53
  - @nordcom/nordstar-header@0.0.53
  - @nordcom/nordstar-heading@0.0.53
  - @nordcom/nordstar-input@0.0.53
  - @nordcom/nordstar-label@0.0.53
  - @nordcom/nordstar-view@0.0.53
  - @nordcom/nordstar-system@0.0.53

## 0.0.52

### Patch Changes

- Updated dependencies [[`7abbc2b`](https://github.com/NordcomInc/nordstar/commit/7abbc2bbb1cbb3720d5b6a496b9c6151cdfbf846)]:
  - @nordcom/nordstar-button@0.0.52
  - @nordcom/nordstar-accented@0.0.52
  - @nordcom/nordstar-card@0.0.52
  - @nordcom/nordstar-header@0.0.52
  - @nordcom/nordstar-heading@0.0.52
  - @nordcom/nordstar-input@0.0.52
  - @nordcom/nordstar-label@0.0.52
  - @nordcom/nordstar-view@0.0.52
  - @nordcom/nordstar-system@0.0.52

## 0.0.51

### Patch Changes

- Updated dependencies [[`1c77c7f`](https://github.com/NordcomInc/nordstar/commit/1c77c7f3d8c514794ea9563c0b452b5f325e48ba)]:
  - @nordcom/nordstar-heading@0.0.51
  - @nordcom/nordstar-accented@0.0.51
  - @nordcom/nordstar-button@0.0.51
  - @nordcom/nordstar-card@0.0.51
  - @nordcom/nordstar-header@0.0.51
  - @nordcom/nordstar-input@0.0.51
  - @nordcom/nordstar-label@0.0.51
  - @nordcom/nordstar-view@0.0.51
  - @nordcom/nordstar-system@0.0.51

## 0.0.50

### Patch Changes

- Updated dependencies [[`80fd06e`](https://github.com/NordcomInc/nordstar/commit/80fd06ecfa4687c79e46bab809d6f44a71cb2f70)]:
  - @nordcom/nordstar-system@0.0.50
  - @nordcom/nordstar-accented@0.0.50
  - @nordcom/nordstar-button@0.0.50
  - @nordcom/nordstar-card@0.0.50
  - @nordcom/nordstar-header@0.0.50
  - @nordcom/nordstar-heading@0.0.50
  - @nordcom/nordstar-input@0.0.50
  - @nordcom/nordstar-label@0.0.50
  - @nordcom/nordstar-view@0.0.50

## 0.0.49

### Patch Changes

- [#453](https://github.com/NordcomInc/nordstar/pull/453) [`3d3a435`](https://github.com/NordcomInc/nordstar/commit/3d3a435cf64cc4483ba761e6aeafd1600246f989) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency vite to v5.2.8.

- [#455](https://github.com/NordcomInc/nordstar/pull/455) [`eb4de52`](https://github.com/NordcomInc/nordstar/commit/eb4de52b2558d997622de65e8517ae71af7e5d2d) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/react-dom to v18.2.24.

- [#458](https://github.com/NordcomInc/nordstar/pull/458) [`0631bef`](https://github.com/NordcomInc/nordstar/commit/0631bef7c86a6fb5947c8f0d8e442ff9c7408b61) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.12.4.

- [#463](https://github.com/NordcomInc/nordstar/pull/463) [`ea19e3c`](https://github.com/NordcomInc/nordstar/commit/ea19e3cc54fe70666021acf16f9d5ea32ee89cea) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency typescript to v5.4.4.

- [#469](https://github.com/NordcomInc/nordstar/pull/469) [`7abb469`](https://github.com/NordcomInc/nordstar/commit/7abb469813c7f4a11e1b7038d608fc009f45d3fa) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.12.5.

- Updated dependencies [[`3d3a435`](https://github.com/NordcomInc/nordstar/commit/3d3a435cf64cc4483ba761e6aeafd1600246f989), [`eb4de52`](https://github.com/NordcomInc/nordstar/commit/eb4de52b2558d997622de65e8517ae71af7e5d2d), [`0631bef`](https://github.com/NordcomInc/nordstar/commit/0631bef7c86a6fb5947c8f0d8e442ff9c7408b61), [`ea19e3c`](https://github.com/NordcomInc/nordstar/commit/ea19e3cc54fe70666021acf16f9d5ea32ee89cea), [`7abb469`](https://github.com/NordcomInc/nordstar/commit/7abb469813c7f4a11e1b7038d608fc009f45d3fa), [`3334faa`](https://github.com/NordcomInc/nordstar/commit/3334faae36e857d24f1fe95ab9a607a5e7b0a026)]:
  - @nordcom/nordstar-accented@0.0.49
  - @nordcom/nordstar-button@0.0.49
  - @nordcom/nordstar-card@0.0.49
  - @nordcom/nordstar-header@0.0.49
  - @nordcom/nordstar-heading@0.0.49
  - @nordcom/nordstar-input@0.0.49
  - @nordcom/nordstar-label@0.0.49
  - @nordcom/nordstar-view@0.0.49
  - @nordcom/nordstar-system@0.0.49

## 0.0.48

### Patch Changes

- [#449](https://github.com/NordcomInc/nordstar/pull/449) [`55ea17a`](https://github.com/NordcomInc/nordstar/commit/55ea17ad4e5347902cb1302571adc8b0844812d7) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/react to v18.2.74.

- [#452](https://github.com/NordcomInc/nordstar/pull/452) [`42fada7`](https://github.com/NordcomInc/nordstar/commit/42fada7d7d272921f0c21ab66bc6530b9c245b45) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.12.3.

- Updated dependencies [[`0d69dc7`](https://github.com/NordcomInc/nordstar/commit/0d69dc7082c6d62e837bd77b5a76f6bba211306a), [`55ea17a`](https://github.com/NordcomInc/nordstar/commit/55ea17ad4e5347902cb1302571adc8b0844812d7), [`42fada7`](https://github.com/NordcomInc/nordstar/commit/42fada7d7d272921f0c21ab66bc6530b9c245b45)]:
  - @nordcom/nordstar-button@0.0.48
  - @nordcom/nordstar-accented@0.0.48
  - @nordcom/nordstar-card@0.0.48
  - @nordcom/nordstar-header@0.0.48
  - @nordcom/nordstar-heading@0.0.48
  - @nordcom/nordstar-input@0.0.48
  - @nordcom/nordstar-label@0.0.48
  - @nordcom/nordstar-view@0.0.48
  - @nordcom/nordstar-system@0.0.48

## 0.0.47

### Patch Changes

- [#417](https://github.com/NordcomInc/nordstar/pull/417) [`288111d`](https://github.com/NordcomInc/nordstar/commit/288111d960af8739e9e091e65dbd31c6ec1d626d) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency vite to v5.2.5.

- [#423](https://github.com/NordcomInc/nordstar/pull/423) [`eb597c2`](https://github.com/NordcomInc/nordstar/commit/eb597c29567beca89663621927b9f9c22e136b6d) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency vite to v5.2.6.

- [#424](https://github.com/NordcomInc/nordstar/pull/424) [`b076e58`](https://github.com/NordcomInc/nordstar/commit/b076e5818d9860a3a35cd39d39ea57040951cb6a) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/react to v18.2.70.

- [#429](https://github.com/NordcomInc/nordstar/pull/429) [`a384e07`](https://github.com/NordcomInc/nordstar/commit/a384e079c1ed434877f32523824dbf49f01a7ed0) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/react to v18.2.71.

- [#430](https://github.com/NordcomInc/nordstar/pull/430) [`5176118`](https://github.com/NordcomInc/nordstar/commit/517611839a6b0dd73075db7f000c6c151b3e37a9) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/react to v18.2.72.

- [#434](https://github.com/NordcomInc/nordstar/pull/434) [`dd006cd`](https://github.com/NordcomInc/nordstar/commit/dd006cdc590e50b85a1de7479a7cd79266aaee7a) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/react to v18.2.73.

- [#441](https://github.com/NordcomInc/nordstar/pull/441) [`65d04d4`](https://github.com/NordcomInc/nordstar/commit/65d04d414f286ce09d411e45747a5fd9e1f41b13) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/react-dom to v18.2.23.

- [#442](https://github.com/NordcomInc/nordstar/pull/442) [`0b6154b`](https://github.com/NordcomInc/nordstar/commit/0b6154b1c3969dfebc54da82218a160f3964a7fc) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency vite to v5.2.7.

- [#443](https://github.com/NordcomInc/nordstar/pull/443) [`1c5e437`](https://github.com/NordcomInc/nordstar/commit/1c5e437fc7aaed955451336bda3c9e7f09be7bec) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/node to v20.12.2.

- Updated dependencies [[`288111d`](https://github.com/NordcomInc/nordstar/commit/288111d960af8739e9e091e65dbd31c6ec1d626d), [`eb597c2`](https://github.com/NordcomInc/nordstar/commit/eb597c29567beca89663621927b9f9c22e136b6d), [`b076e58`](https://github.com/NordcomInc/nordstar/commit/b076e5818d9860a3a35cd39d39ea57040951cb6a), [`a384e07`](https://github.com/NordcomInc/nordstar/commit/a384e079c1ed434877f32523824dbf49f01a7ed0), [`5176118`](https://github.com/NordcomInc/nordstar/commit/517611839a6b0dd73075db7f000c6c151b3e37a9), [`dd006cd`](https://github.com/NordcomInc/nordstar/commit/dd006cdc590e50b85a1de7479a7cd79266aaee7a), [`65d04d4`](https://github.com/NordcomInc/nordstar/commit/65d04d414f286ce09d411e45747a5fd9e1f41b13), [`0b6154b`](https://github.com/NordcomInc/nordstar/commit/0b6154b1c3969dfebc54da82218a160f3964a7fc), [`1c5e437`](https://github.com/NordcomInc/nordstar/commit/1c5e437fc7aaed955451336bda3c9e7f09be7bec)]:
  - @nordcom/nordstar-accented@0.0.47
  - @nordcom/nordstar-button@0.0.47
  - @nordcom/nordstar-card@0.0.47
  - @nordcom/nordstar-header@0.0.47
  - @nordcom/nordstar-heading@0.0.47
  - @nordcom/nordstar-input@0.0.47
  - @nordcom/nordstar-label@0.0.47
  - @nordcom/nordstar-view@0.0.47
  - @nordcom/nordstar-system@0.0.47

## 0.0.46

### Patch Changes

- [#405](https://github.com/NordcomInc/nordstar/pull/405) [`be3c203`](https://github.com/NordcomInc/nordstar/commit/be3c20366d661a44f2fab64261754fdbb81e415b) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/react to v18.2.68.

- [#406](https://github.com/NordcomInc/nordstar/pull/406) [`302520a`](https://github.com/NordcomInc/nordstar/commit/302520a45424197841da397ae621e44e00e46268) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/react to v18.2.69.

- [#407](https://github.com/NordcomInc/nordstar/pull/407) [`d98ab55`](https://github.com/NordcomInc/nordstar/commit/d98ab55b5c4b38623aa5e87dbcc18e65ee8cfd76) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency vite to v5.2.4.

- Updated dependencies [[`be3c203`](https://github.com/NordcomInc/nordstar/commit/be3c20366d661a44f2fab64261754fdbb81e415b), [`302520a`](https://github.com/NordcomInc/nordstar/commit/302520a45424197841da397ae621e44e00e46268), [`d98ab55`](https://github.com/NordcomInc/nordstar/commit/d98ab55b5c4b38623aa5e87dbcc18e65ee8cfd76), [`4fac8d3`](https://github.com/NordcomInc/nordstar/commit/4fac8d37e4fa0aa1820de9f85c43d52e47a47bc9), [`61c20e6`](https://github.com/NordcomInc/nordstar/commit/61c20e66c503477a317c40e22368e5d8ca20e3bb), [`078a652`](https://github.com/NordcomInc/nordstar/commit/078a652956bc5ee1a9025127977902ae2d482eb8)]:
  - @nordcom/nordstar-accented@0.0.46
  - @nordcom/nordstar-button@0.0.46
  - @nordcom/nordstar-card@0.0.46
  - @nordcom/nordstar-header@0.0.46
  - @nordcom/nordstar-heading@0.0.46
  - @nordcom/nordstar-input@0.0.46
  - @nordcom/nordstar-label@0.0.46
  - @nordcom/nordstar-view@0.0.46
  - @nordcom/nordstar-system@0.0.46

## 0.0.45

### Patch Changes

- [#404](https://github.com/NordcomInc/nordstar/pull/404) [`e4f7d7f`](https://github.com/NordcomInc/nordstar/commit/e4f7d7fefd2158ddfe7b053e602106e19696b1c3) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency vite to v5.2.3.

- [#401](https://github.com/NordcomInc/nordstar/pull/401) [`156a41b`](https://github.com/NordcomInc/nordstar/commit/156a41b49d49cbb9989f8066c0500cd51f4bb608) Thanks [@filiphsps](https://github.com/filiphsps)! - Fix export.

- Updated dependencies [[`e4f7d7f`](https://github.com/NordcomInc/nordstar/commit/e4f7d7fefd2158ddfe7b053e602106e19696b1c3), [`156a41b`](https://github.com/NordcomInc/nordstar/commit/156a41b49d49cbb9989f8066c0500cd51f4bb608)]:
  - @nordcom/nordstar-accented@0.0.45
  - @nordcom/nordstar-button@0.0.45
  - @nordcom/nordstar-card@0.0.45
  - @nordcom/nordstar-header@0.0.45
  - @nordcom/nordstar-heading@0.0.45
  - @nordcom/nordstar-input@0.0.45
  - @nordcom/nordstar-label@0.0.45
  - @nordcom/nordstar-view@0.0.45
  - @nordcom/nordstar-system@0.0.45

## 0.0.44

### Patch Changes

- [#395](https://github.com/NordcomInc/nordstar/pull/395) [`017d737`](https://github.com/NordcomInc/nordstar/commit/017d7374d54c383a360c6abcaf06685e463035db) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency vite to v5.2.2.

- [#397](https://github.com/NordcomInc/nordstar/pull/397) [`1993898`](https://github.com/NordcomInc/nordstar/commit/19938982af7abd2c4538001223c9e413b4c63961) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency typescript to v5.4.3.

- [#388](https://github.com/NordcomInc/nordstar/pull/388) [`34dc5fb`](https://github.com/NordcomInc/nordstar/commit/34dc5fb8ae5080a72743f88f4c25c431aca3e5f8) Thanks [@filiphsps](https://github.com/filiphsps)! - - Improve testing setup to be more reliable and consistent.
  - Substantially improve both the output from the transpiler/compiler and the built type definitions.
- Updated dependencies [[`017d737`](https://github.com/NordcomInc/nordstar/commit/017d7374d54c383a360c6abcaf06685e463035db), [`1993898`](https://github.com/NordcomInc/nordstar/commit/19938982af7abd2c4538001223c9e413b4c63961), [`34dc5fb`](https://github.com/NordcomInc/nordstar/commit/34dc5fb8ae5080a72743f88f4c25c431aca3e5f8)]:
  - @nordcom/nordstar-accented@0.0.44
  - @nordcom/nordstar-button@0.0.44
  - @nordcom/nordstar-card@0.0.44
  - @nordcom/nordstar-header@0.0.44
  - @nordcom/nordstar-heading@0.0.44
  - @nordcom/nordstar-input@0.0.44
  - @nordcom/nordstar-label@0.0.44
  - @nordcom/nordstar-view@0.0.44
  - @nordcom/nordstar-system@0.0.44

## 0.0.43

### Patch Changes

- [`11e5754`](https://github.com/NordcomInc/nordstar/commit/11e575480178c327aa95f1a13bb832c56c634d2b) Thanks [@filiphsps](https://github.com/filiphsps)! - - Improve exports.

  - Fix types.
  - Improve build output.

- [#374](https://github.com/NordcomInc/nordstar/pull/374) [`0b2ef6d`](https://github.com/NordcomInc/nordstar/commit/0b2ef6d8424b8a617ff560701d4b94499391b10a) Thanks [@filiphsps](https://github.com/filiphsps)! - - Substantially improve testing.

- Updated dependencies [[`11e5754`](https://github.com/NordcomInc/nordstar/commit/11e575480178c327aa95f1a13bb832c56c634d2b), [`0b2ef6d`](https://github.com/NordcomInc/nordstar/commit/0b2ef6d8424b8a617ff560701d4b94499391b10a)]:
  - @nordcom/nordstar-heading@0.0.43
  - @nordcom/nordstar-button@0.0.43
  - @nordcom/nordstar-header@0.0.43
  - @nordcom/nordstar-input@0.0.43
  - @nordcom/nordstar-label@0.0.43
  - @nordcom/nordstar-view@0.0.43
  - @nordcom/nordstar-system@0.0.43
  - @nordcom/nordstar-accented@0.0.43
  - @nordcom/nordstar-card@0.0.43

## 0.0.42

### Patch Changes

- [#369](https://github.com/NordcomInc/nordstar/pull/369) [`85cda90`](https://github.com/NordcomInc/nordstar/commit/85cda9069f19cba8f3da958b02878cea549e48c8) Thanks [@filiphsps](https://github.com/filiphsps)! - - Remove `clean-package` and replace it with `publishConfig` _(this still needs testing)_.

  - Switch from `"jsx": "preserve"` to `"jsx": "react-jsx"`.
  - Substantially improve both the `vite` and `typescript` configurations.
    - Use `references` instead of `extends` in `tsconfig.json`s. This allows for better type checking and faster builds.
    - Properly create `entry` and `rollupOptions`' `input` file lists. This fixes a bunch of issues.
    - Define `__dirname`, we previously tried using `__dirname ` under esm which is not supported, somehow it didn't error or break the build but it's fixed now anyway.
  - Some groundwork done to eventually support [`jsr.io`](https://jsr.io/@nordcom)

- [#367](https://github.com/NordcomInc/nordstar/pull/367) [`bd8b007`](https://github.com/NordcomInc/nordstar/commit/bd8b0079663eeb080e97f623ebec953061bc4e74) Thanks [@filiphsps](https://github.com/filiphsps)! - Meta: Migrate to `bun` from `npm`.

- Updated dependencies [[`85cda90`](https://github.com/NordcomInc/nordstar/commit/85cda9069f19cba8f3da958b02878cea549e48c8), [`bd8b007`](https://github.com/NordcomInc/nordstar/commit/bd8b0079663eeb080e97f623ebec953061bc4e74)]:
  - @nordcom/nordstar-accented@0.0.42
  - @nordcom/nordstar-heading@0.0.42
  - @nordcom/nordstar-button@0.0.42
  - @nordcom/nordstar-header@0.0.42
  - @nordcom/nordstar-input@0.0.42
  - @nordcom/nordstar-label@0.0.42
  - @nordcom/nordstar-card@0.0.42
  - @nordcom/nordstar-view@0.0.42
  - @nordcom/nordstar-system@0.0.42

## 0.0.41

### Patch Changes

- [#357](https://github.com/NordcomInc/nordstar/pull/357) [`52eb64e`](https://github.com/NordcomInc/nordstar/commit/52eb64e0c2b5fde47244ee38cec032e4c914a2b7) Thanks [@filiphsps](https://github.com/filiphsps)! - Various package upgrades.

- Updated dependencies [[`7264690`](https://github.com/NordcomInc/nordstar/commit/7264690b7d71c63cf87b1da192cbd4087fc84731)]:
  - @nordcom/nordstar-button@0.0.41
  - @nordcom/nordstar-card@0.0.41
  - @nordcom/nordstar-input@0.0.41
  - @nordcom/nordstar-header@0.0.41
  - @nordcom/nordstar-accented@0.0.41
  - @nordcom/nordstar-heading@0.0.41
  - @nordcom/nordstar-label@0.0.41
  - @nordcom/nordstar-view@0.0.41
  - @nordcom/nordstar-system@0.0.41

## 0.0.40

### Patch Changes

- [#340](https://github.com/NordcomInc/nordstar/pull/340) [`7189dd3`](https://github.com/NordcomInc/nordstar/commit/7189dd31e996aa6f510392ec06ddd142e2169303) Thanks [@filiphsps](https://github.com/filiphsps)! - Add `packageManager` field and missing component descriptions.

- Updated dependencies [[`7189dd3`](https://github.com/NordcomInc/nordstar/commit/7189dd31e996aa6f510392ec06ddd142e2169303)]:
  - @nordcom/nordstar-accented@0.0.40
  - @nordcom/nordstar-heading@0.0.40
  - @nordcom/nordstar-button@0.0.40
  - @nordcom/nordstar-header@0.0.40
  - @nordcom/nordstar-input@0.0.40
  - @nordcom/nordstar-label@0.0.40
  - @nordcom/nordstar-card@0.0.40
  - @nordcom/nordstar-view@0.0.40
  - @nordcom/nordstar-system@0.0.40

## 0.0.39

### Patch Changes

- [#303](https://github.com/NordcomInc/nordstar/pull/303) [`98552a0`](https://github.com/NordcomInc/nordstar/commit/98552a0ea80eb8b7bd0e4d9afdf305dda472ff82) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency prettier to v3.2.5.

- Updated dependencies [[`98552a0`](https://github.com/NordcomInc/nordstar/commit/98552a0ea80eb8b7bd0e4d9afdf305dda472ff82)]:
  - @nordcom/nordstar-accented@0.0.39
  - @nordcom/nordstar-button@0.0.39
  - @nordcom/nordstar-card@0.0.39
  - @nordcom/nordstar-header@0.0.39
  - @nordcom/nordstar-heading@0.0.39
  - @nordcom/nordstar-input@0.0.39
  - @nordcom/nordstar-label@0.0.39
  - @nordcom/nordstar-view@0.0.39
  - @nordcom/nordstar-system@0.0.39

## 0.0.38

### Patch Changes

- [#268](https://github.com/NordcomInc/nordstar/pull/268) [`dcaf1cc`](https://github.com/NordcomInc/nordstar/commit/dcaf1ccba55435de5860a6cc6138f25a5d17f34c) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency sass to v1.70.0.

- [#272](https://github.com/NordcomInc/nordstar/pull/272) [`c4214b2`](https://github.com/NordcomInc/nordstar/commit/c4214b21dd1cce2e224f7464f703002084eda2cd) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency vite to v5.0.12.

- Updated dependencies []:
  - @nordcom/nordstar-accented@0.0.38
  - @nordcom/nordstar-button@0.0.38
  - @nordcom/nordstar-card@0.0.38
  - @nordcom/nordstar-header@0.0.38
  - @nordcom/nordstar-heading@0.0.38
  - @nordcom/nordstar-input@0.0.38
  - @nordcom/nordstar-label@0.0.38
  - @nordcom/nordstar-view@0.0.38
  - @nordcom/nordstar-system@0.0.38

## 0.0.37

### Patch Changes

- [`9cd76e3`](https://github.com/NordcomInc/nordstar/commit/9cd76e36c50b583df99b19114a6fb609c45b385c) Thanks [@filiphsps](https://github.com/filiphsps)! - Fix missing dependency.

- Updated dependencies []:
  - @nordcom/nordstar-accented@0.0.37
  - @nordcom/nordstar-button@0.0.37
  - @nordcom/nordstar-card@0.0.37
  - @nordcom/nordstar-header@0.0.37
  - @nordcom/nordstar-heading@0.0.37
  - @nordcom/nordstar-input@0.0.37
  - @nordcom/nordstar-label@0.0.37
  - @nordcom/nordstar-view@0.0.37
  - @nordcom/nordstar-system@0.0.37

## 0.0.36

### Patch Changes

- [#263](https://github.com/NordcomInc/nordstar/pull/263) [`5110c02`](https://github.com/NordcomInc/nordstar/commit/5110c02e8c996f2b9042e292e42c4ae5fa22e83c) Thanks [@filiphsps](https://github.com/filiphsps)! - Components: Add (stub) `<Header />` component(s).

  These are currently being backported from https://shops.nordcom.io/
  and https://nordcom.io/ to standardize them.

- Updated dependencies []:
  - @nordcom/nordstar-accented@0.0.36
  - @nordcom/nordstar-button@0.0.36
  - @nordcom/nordstar-card@0.0.36
  - @nordcom/nordstar-heading@0.0.36
  - @nordcom/nordstar-input@0.0.36
  - @nordcom/nordstar-label@0.0.36
  - @nordcom/nordstar-view@0.0.36
  - @nordcom/nordstar-system@0.0.36

## 0.0.35

### Patch Changes

- [#250](https://github.com/NordcomInc/nordstar/pull/250) [`a9cc081`](https://github.com/NordcomInc/nordstar/commit/a9cc0816f18ce8f0d879e989705bb8aa7cb108b5) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency prettier to v3.2.0.

- [#252](https://github.com/NordcomInc/nordstar/pull/252) [`2f836e9`](https://github.com/NordcomInc/nordstar/commit/2f836e92d17941b6d131021c821625f7c41a360b) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency prettier to v3.2.1.

- [#253](https://github.com/NordcomInc/nordstar/pull/253) [`914b186`](https://github.com/NordcomInc/nordstar/commit/914b1862e4e211b423f15205f204a25fcce5b94d) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency prettier to v3.2.2.

- [#261](https://github.com/NordcomInc/nordstar/pull/261) [`5a7645c`](https://github.com/NordcomInc/nordstar/commit/5a7645cdb1074c4e1f0c3938e7e8e3a0da467df1) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency prettier to v3.2.4.

- Updated dependencies [[`a9cc081`](https://github.com/NordcomInc/nordstar/commit/a9cc0816f18ce8f0d879e989705bb8aa7cb108b5), [`2f836e9`](https://github.com/NordcomInc/nordstar/commit/2f836e92d17941b6d131021c821625f7c41a360b), [`914b186`](https://github.com/NordcomInc/nordstar/commit/914b1862e4e211b423f15205f204a25fcce5b94d), [`5a7645c`](https://github.com/NordcomInc/nordstar/commit/5a7645cdb1074c4e1f0c3938e7e8e3a0da467df1)]:
  - @nordcom/nordstar-accented@0.0.35
  - @nordcom/nordstar-button@0.0.35
  - @nordcom/nordstar-card@0.0.35
  - @nordcom/nordstar-heading@0.0.35
  - @nordcom/nordstar-input@0.0.35
  - @nordcom/nordstar-label@0.0.35
  - @nordcom/nordstar-view@0.0.35
  - @nordcom/nordstar-system@0.0.35

## 0.0.34

### Patch Changes

- Updated dependencies [[`8998013`](https://github.com/NordcomInc/nordstar/commit/8998013e260d77d3dfaadd39f09e4bcac5478a62), [`b27b4f0`](https://github.com/NordcomInc/nordstar/commit/b27b4f00506b8ab8abf46d9f5cca6dcad2977f62)]:
  - @nordcom/nordstar-input@0.0.34
  - @nordcom/nordstar-card@0.0.34
  - @nordcom/nordstar-accented@0.0.34
  - @nordcom/nordstar-button@0.0.34
  - @nordcom/nordstar-heading@0.0.34
  - @nordcom/nordstar-label@0.0.34
  - @nordcom/nordstar-view@0.0.34
  - @nordcom/nordstar-system@0.0.34

## 0.0.33

### Patch Changes

- [`347baab`](https://github.com/NordcomInc/nordstar/commit/347baab2c084676779c0ace369e87de67e94faec) Thanks [@filiphsps](https://github.com/filiphsps)! - Design: Fix styling.

- Updated dependencies [[`347baab`](https://github.com/NordcomInc/nordstar/commit/347baab2c084676779c0ace369e87de67e94faec)]:
  - @nordcom/nordstar-accented@0.0.33
  - @nordcom/nordstar-button@0.0.33
  - @nordcom/nordstar-card@0.0.33
  - @nordcom/nordstar-heading@0.0.33
  - @nordcom/nordstar-input@0.0.33
  - @nordcom/nordstar-label@0.0.33
  - @nordcom/nordstar-view@0.0.33
  - @nordcom/nordstar-system@0.0.33

## 0.0.32

### Patch Changes

- [#229](https://github.com/NordcomInc/nordstar/pull/229) [`6af05c0`](https://github.com/NordcomInc/nordstar/commit/6af05c084b4bd7f30d58718e4909190408ed310a) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update storybook monorepo to v7.6.7.

- Updated dependencies []:
  - @nordcom/nordstar-accented@0.0.32
  - @nordcom/nordstar-button@0.0.32
  - @nordcom/nordstar-card@0.0.32
  - @nordcom/nordstar-heading@0.0.32
  - @nordcom/nordstar-input@0.0.32
  - @nordcom/nordstar-label@0.0.32
  - @nordcom/nordstar-view@0.0.32
  - @nordcom/nordstar-system@0.0.32

## 0.0.31

### Patch Changes

- [#232](https://github.com/NordcomInc/nordstar/pull/232) [`d64ad9d`](https://github.com/NordcomInc/nordstar/commit/d64ad9dfce92f8d8ddef30252258df2ec8f34a5b) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency sass to v1.69.7.

- [#235](https://github.com/NordcomInc/nordstar/pull/235) [`b7b2eb5`](https://github.com/NordcomInc/nordstar/commit/b7b2eb552e368643113d7f4d16428a1df2cb41f4) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency postcss to v8.4.33.

- [#237](https://github.com/NordcomInc/nordstar/pull/237) [`29d557a`](https://github.com/NordcomInc/nordstar/commit/29d557a59290ebfc24af0e78ec784ad70eaf6309) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency vite to v5.0.11.

- Updated dependencies [[`6bfddeb`](https://github.com/NordcomInc/nordstar/commit/6bfddebcee2e73889336b2d9c8d094e216ce4e36), [`8a7faae`](https://github.com/NordcomInc/nordstar/commit/8a7faaef11da11dcc8baa6e6044f174d71ccb11f)]:
  - @nordcom/nordstar-input@0.0.31
  - @nordcom/nordstar-accented@0.0.31
  - @nordcom/nordstar-button@0.0.31
  - @nordcom/nordstar-card@0.0.31
  - @nordcom/nordstar-heading@0.0.31
  - @nordcom/nordstar-label@0.0.31
  - @nordcom/nordstar-view@0.0.31
  - @nordcom/nordstar-system@0.0.31

## 0.0.30

### Patch Changes

- Updated dependencies [[`76f9c57`](https://github.com/NordcomInc/nordstar/commit/76f9c577147515d6113b25758521f549cfa300f5), [`f92bbca`](https://github.com/NordcomInc/nordstar/commit/f92bbcaa15e25c146e5217333966fbcf36804f03)]:
  - @nordcom/nordstar-system@0.0.30
  - @nordcom/nordstar-accented@0.0.30
  - @nordcom/nordstar-button@0.0.30
  - @nordcom/nordstar-input@0.0.30
  - @nordcom/nordstar-label@0.0.30
  - @nordcom/nordstar-card@0.0.30
  - @nordcom/nordstar-heading@0.0.30
  - @nordcom/nordstar-view@0.0.30

## 0.0.29

### Patch Changes

- [`678f072`](https://github.com/NordcomInc/nordstar/commit/678f0725ac2d1db9dfbda046ec0ae68d0ee011a3) Thanks [@filiphsps](https://github.com/filiphsps)! - Core: Properly re-export `<Input/>`.

- Updated dependencies []:
  - @nordcom/nordstar-accented@0.0.29
  - @nordcom/nordstar-button@0.0.29
  - @nordcom/nordstar-card@0.0.29
  - @nordcom/nordstar-heading@0.0.29
  - @nordcom/nordstar-input@0.0.29
  - @nordcom/nordstar-label@0.0.29
  - @nordcom/nordstar-view@0.0.29
  - @nordcom/nordstar-system@0.0.29

## 0.0.28

### Patch Changes

- Updated dependencies [[`2dac3e6`](https://github.com/NordcomInc/nordstar/commit/2dac3e68d2e0e9b02446c80a2fd949558626bc1e)]:
  - @nordcom/nordstar-system@0.0.28
  - @nordcom/nordstar-accented@0.0.28
  - @nordcom/nordstar-button@0.0.28
  - @nordcom/nordstar-card@0.0.28
  - @nordcom/nordstar-heading@0.0.28
  - @nordcom/nordstar-label@0.0.28
  - @nordcom/nordstar-view@0.0.28

## 0.0.27

### Patch Changes

- Updated dependencies [[`3e8bd2f`](https://github.com/NordcomInc/nordstar/commit/3e8bd2f70f6e8a87e06adb9777ee75040364f19c)]:
  - @nordcom/nordstar-system@0.0.27
  - @nordcom/nordstar-accented@0.0.27
  - @nordcom/nordstar-button@0.0.27
  - @nordcom/nordstar-card@0.0.27
  - @nordcom/nordstar-heading@0.0.27
  - @nordcom/nordstar-label@0.0.27
  - @nordcom/nordstar-view@0.0.27

## 0.0.26

### Patch Changes

- Updated dependencies [[`3ddfe12`](https://github.com/NordcomInc/nordstar/commit/3ddfe12ac03a9fb7ee26f4766294d5613efbff8e)]:
  - @nordcom/nordstar-accented@0.0.26
  - @nordcom/nordstar-system@0.0.26
  - @nordcom/nordstar-button@0.0.26
  - @nordcom/nordstar-card@0.0.26
  - @nordcom/nordstar-heading@0.0.26
  - @nordcom/nordstar-label@0.0.26
  - @nordcom/nordstar-view@0.0.26

## 0.0.25

### Patch Changes

- [`6f94650`](https://github.com/NordcomInc/nordstar/commit/6f946505daeca3ebbdfa57287d75edf5e8ff129e) Thanks [@filiphsps](https://github.com/filiphsps)! - Deps: Update storybook monorepo to v7.6.5.

- Updated dependencies []:
  - @nordcom/nordstar-accented@0.0.25
  - @nordcom/nordstar-button@0.0.25
  - @nordcom/nordstar-card@0.0.25
  - @nordcom/nordstar-heading@0.0.25
  - @nordcom/nordstar-label@0.0.25
  - @nordcom/nordstar-view@0.0.25
  - @nordcom/nordstar-system@0.0.25

## 0.0.24

### Patch Changes

- Updated dependencies [[`4898fb0`](https://github.com/NordcomInc/nordstar/commit/4898fb022114e8ab2a0136d774b51d21474ddfad)]:
  - @nordcom/nordstar-card@0.0.24
  - @nordcom/nordstar-accented@0.0.24
  - @nordcom/nordstar-button@0.0.24
  - @nordcom/nordstar-heading@0.0.24
  - @nordcom/nordstar-label@0.0.24
  - @nordcom/nordstar-view@0.0.24
  - @nordcom/nordstar-system@0.0.24

## 0.0.23

### Patch Changes

- Updated dependencies [[`70b300d`](https://github.com/NordcomInc/nordstar/commit/70b300d773a89f2244f4a183b0ad0ffce62c3418)]:
  - @nordcom/nordstar-button@0.0.23
  - @nordcom/nordstar-accented@0.0.23
  - @nordcom/nordstar-card@0.0.23
  - @nordcom/nordstar-heading@0.0.23
  - @nordcom/nordstar-label@0.0.23
  - @nordcom/nordstar-view@0.0.23
  - @nordcom/nordstar-system@0.0.23

## 0.0.22

### Patch Changes

- [#138](https://github.com/NordcomInc/nordstar/pull/138) [`877c239`](https://github.com/NordcomInc/nordstar/commit/877c239b201975725585e63a4a6115b47d19e477) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/react to v18.2.43.

- [#139](https://github.com/NordcomInc/nordstar/pull/139) [`739d8e7`](https://github.com/NordcomInc/nordstar/commit/739d8e752c27cd16b878774802cac83e1c3a3cb1) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update vitest monorepo .

- [#140](https://github.com/NordcomInc/nordstar/pull/140) [`dcd6b73`](https://github.com/NordcomInc/nordstar/commit/dcd6b7308875d0cd188ec3470b9ecc822976806f) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency vitest to v1.0.4.

- [#141](https://github.com/NordcomInc/nordstar/pull/141) [`c9c535a`](https://github.com/NordcomInc/nordstar/commit/c9c535a971c62fbf6f4809e5dcbdeb6ac3b3291d) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency prettier to v3.1.1.

- [`77e0506`](https://github.com/NordcomInc/nordstar/commit/77e050682f350aff49572c8ddd108b4aaf811ec3) Thanks [@filiphsps](https://github.com/filiphsps)! - Improve how `tsc` builds the packages/apps, we now use `"moduleResolution": "Bundler"` and `"moduleDetection": "force"`.

- [`db0ae56`](https://github.com/NordcomInc/nordstar/commit/db0ae561b6a878e72115600d662eda21eda346d0) Thanks [@filiphsps](https://github.com/filiphsps)! - Update package description.

- Updated dependencies [[`52451b9`](https://github.com/NordcomInc/nordstar/commit/52451b99481315791fa11bff8aa69bfb46fb7e0e), [`77e0506`](https://github.com/NordcomInc/nordstar/commit/77e050682f350aff49572c8ddd108b4aaf811ec3), [`db0ae56`](https://github.com/NordcomInc/nordstar/commit/db0ae561b6a878e72115600d662eda21eda346d0), [`83a4120`](https://github.com/NordcomInc/nordstar/commit/83a4120cdfaae92bc1cfa3933b9cdc7aedf8ac55), [`9aee8f5`](https://github.com/NordcomInc/nordstar/commit/9aee8f529d25d9726367b7f6445ec528832acb78)]:
  - @nordcom/nordstar-button@0.0.22
  - @nordcom/nordstar-accented@0.0.22
  - @nordcom/nordstar-card@0.0.22
  - @nordcom/nordstar-heading@0.0.22
  - @nordcom/nordstar-label@0.0.22
  - @nordcom/nordstar-view@0.0.22
  - @nordcom/nordstar-system@0.0.22

## 0.0.21

### Patch Changes

- [`254168f`](https://github.com/NordcomInc/nordstar/commit/254168fe9b427ea56eef3c20185eb597df1ebb73) Thanks [@filiphsps](https://github.com/filiphsps)! - Add a modern (the-new-css-reset) style reset to `nordstar-system`.

  See https://github.com/elad2412/the-new-css-reset.

- Updated dependencies [[`254168f`](https://github.com/NordcomInc/nordstar/commit/254168fe9b427ea56eef3c20185eb597df1ebb73), [`961f9af`](https://github.com/NordcomInc/nordstar/commit/961f9af6d41ba187c928598ba17dc59782b5ba30), [`9612e4f`](https://github.com/NordcomInc/nordstar/commit/9612e4ff50a605b0b6c3b51a68e5d6d6990d04d6)]:
  - @nordcom/nordstar-system@0.0.21
  - @nordcom/nordstar-view@0.0.21
  - @nordcom/nordstar-accented@0.0.21
  - @nordcom/nordstar-button@0.0.21
  - @nordcom/nordstar-card@0.0.21
  - @nordcom/nordstar-heading@0.0.21
  - @nordcom/nordstar-label@0.0.21

## 0.0.20

### Patch Changes

- Updated dependencies [[`df751f0`](https://github.com/NordcomInc/nordstar/commit/df751f05c32a3f26e3baecd26f3b24fe306cc935)]:
  - @nordcom/nordstar-view@0.0.20
  - @nordcom/nordstar-accented@0.0.20
  - @nordcom/nordstar-button@0.0.20
  - @nordcom/nordstar-card@0.0.20
  - @nordcom/nordstar-heading@0.0.20
  - @nordcom/nordstar-label@0.0.20
  - @nordcom/nordstar-system@0.0.20

## 0.0.19

### Patch Changes

- [#131](https://github.com/NordcomInc/nordstar/pull/131) [`e2f14a6`](https://github.com/NordcomInc/nordstar/commit/e2f14a6c6ad5cd2589fd9bfa722b5256c3f5154b) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update nextjs monorepo to v14.0.4.

- Updated dependencies []:
  - @nordcom/nordstar-accented@0.0.19
  - @nordcom/nordstar-button@0.0.19
  - @nordcom/nordstar-card@0.0.19
  - @nordcom/nordstar-heading@0.0.19
  - @nordcom/nordstar-label@0.0.19
  - @nordcom/nordstar-view@0.0.19
  - @nordcom/nordstar-system@0.0.19

## 0.0.18

### Patch Changes

- [`618abee`](https://github.com/NordcomInc/nordstar/commit/618abee5fcd951a0a861e7663cd0e45269cc1cad) Thanks [@filiphsps](https://github.com/filiphsps)! - Improve internal tooling.

- [#129](https://github.com/NordcomInc/nordstar/pull/129) [`69a6e39`](https://github.com/NordcomInc/nordstar/commit/69a6e39a0a1d6cbe3d412f887562e244c608d4e0) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency turbo to v1.11.1.

- [`5233770`](https://github.com/NordcomInc/nordstar/commit/5233770af4db8114be467712404502b389ac2a6c) Thanks [@filiphsps](https://github.com/filiphsps)! - Refactor tests to use their own tsconfig; this is to prevent typepollution.

- Updated dependencies [[`69a6e39`](https://github.com/NordcomInc/nordstar/commit/69a6e39a0a1d6cbe3d412f887562e244c608d4e0), [`c5cff63`](https://github.com/NordcomInc/nordstar/commit/c5cff6314804460934bbd200a8c952aa850b84a9), [`b950cd4`](https://github.com/NordcomInc/nordstar/commit/b950cd448243fe0ba5b831e95a6d2ea483846f16), [`3a2967d`](https://github.com/NordcomInc/nordstar/commit/3a2967d167091124c7930d68948451c64c06403a), [`5233770`](https://github.com/NordcomInc/nordstar/commit/5233770af4db8114be467712404502b389ac2a6c), [`e2e55ee`](https://github.com/NordcomInc/nordstar/commit/e2e55eeae39da39be8367b28ecefe93540d2981b)]:
  - @nordcom/nordstar-accented@0.0.18
  - @nordcom/nordstar-heading@0.0.18
  - @nordcom/nordstar-button@0.0.18
  - @nordcom/nordstar-label@0.0.18
  - @nordcom/nordstar-card@0.0.18
  - @nordcom/nordstar-view@0.0.18
  - @nordcom/nordstar-system@0.0.18

## 0.0.17

### Patch Changes

- [#121](https://github.com/NordcomInc/nordstar/pull/121) [`0a3bfad`](https://github.com/NordcomInc/nordstar/commit/0a3bfadcbc7793256217bb58e48fd90337e02977) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency @types/react to v18.2.42.

- [#125](https://github.com/NordcomInc/nordstar/pull/125) [`ba6cd36`](https://github.com/NordcomInc/nordstar/commit/ba6cd369ff471465982b3fdf1544ef969e4cbfdc) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update dependency typescript to v5.3.3.

- [#126](https://github.com/NordcomInc/nordstar/pull/126) [`c42adba`](https://github.com/NordcomInc/nordstar/commit/c42adba32f0132cd6d22bb8ada17342235bd6807) Thanks [@renovate](https://github.com/apps/renovate)! - Deps: Update storybook monorepo to v7.6.4.

- Updated dependencies []:
  - @nordcom/nordstar-accented@0.0.17
  - @nordcom/nordstar-button@0.0.17
  - @nordcom/nordstar-card@0.0.17
  - @nordcom/nordstar-heading@0.0.17
  - @nordcom/nordstar-label@0.0.17
  - @nordcom/nordstar-view@0.0.17
  - @nordcom/nordstar-system@0.0.17

## 0.0.16

### Patch Changes

- [#112](https://github.com/NordcomInc/nordstar/pull/112) [`aaa3a13`](https://github.com/NordcomInc/nordstar/commit/aaa3a135b870ff02fc87b17863386ef5e8a09d73) Thanks [@filiphsps](https://github.com/filiphsps)! - Slight update to how releases are built.

- Updated dependencies []:
  - @nordcom/nordstar-accented@0.0.16
  - @nordcom/nordstar-button@0.0.16
  - @nordcom/nordstar-card@0.0.16
  - @nordcom/nordstar-heading@0.0.16
  - @nordcom/nordstar-label@0.0.16
  - @nordcom/nordstar-view@0.0.16
  - @nordcom/nordstar-system@0.0.16

## 0.0.15

### Patch Changes

- [#108](https://github.com/NordcomInc/nordstar/pull/108) [`2885663`](https://github.com/NordcomInc/nordstar/commit/28856638ececea0f598cf5f418456f8fd2f2114d) Thanks [@filiphsps](https://github.com/filiphsps)! - - Update release tooling, this should hopefully fix the issue with wildcard (`*`) dependencies. I will have to push a new release to verify.

  - Completely refactored how packages are built, exported and reimported. We will have to look into a better way to deal with `clean-package` as we'd eventually like to be able to export the `scss`/`css` modules as well.
    - Fixes code duplication inside of `@nordcom/nordstar`.
    - No longer embeds jsx-runtime into every package.

- [#109](https://github.com/NordcomInc/nordstar/pull/109) [`ee1c4d5`](https://github.com/NordcomInc/nordstar/commit/ee1c4d5915be9bb07ea8bcbcaa342206ab3fa9c1) Thanks [@filiphsps](https://github.com/filiphsps)! - Revert class name minification.

- Updated dependencies [[`2885663`](https://github.com/NordcomInc/nordstar/commit/28856638ececea0f598cf5f418456f8fd2f2114d), [`ee1c4d5`](https://github.com/NordcomInc/nordstar/commit/ee1c4d5915be9bb07ea8bcbcaa342206ab3fa9c1)]:
  - @nordcom/nordstar-accented@0.0.15
  - @nordcom/nordstar-button@0.0.15
  - @nordcom/nordstar-label@0.0.15
  - @nordcom/nordstar-card@0.0.15
  - @nordcom/nordstar-system@0.0.15
  - @nordcom/nordstar-heading@0.0.15
  - @nordcom/nordstar-view@0.0.15

## 0.0.14

### Patch Changes

- [#106](https://github.com/NordcomInc/nordstar/pull/106) [`c2b7661`](https://github.com/NordcomInc/nordstar/commit/c2b7661b0f49beb5e7c0acf411fec3dfa35e5f06) Thanks [@filiphsps](https://github.com/filiphsps)! - Export `css`, you should probably never need nor use this;
  but it is now available for those who might need direct access to the styling.

- [#106](https://github.com/NordcomInc/nordstar/pull/106) [`7576eba`](https://github.com/NordcomInc/nordstar/commit/7576eba51730bde64f955d4e47e9819375755c93) Thanks [@filiphsps](https://github.com/filiphsps)! - Add the `<Label/>` component.

  You no longer have to misuse `<Heading level="h4" as="div"/>` 🥳.

- [#106](https://github.com/NordcomInc/nordstar/pull/106) [`c5540d2`](https://github.com/NordcomInc/nordstar/commit/c5540d23f9d8d9af4a44b56a30739f496b1e4742) Thanks [@filiphsps](https://github.com/filiphsps)! - Add `<Button/>` component for triggering actionable events on an interaction.

- Updated dependencies [[`c2b7661`](https://github.com/NordcomInc/nordstar/commit/c2b7661b0f49beb5e7c0acf411fec3dfa35e5f06), [`7576eba`](https://github.com/NordcomInc/nordstar/commit/7576eba51730bde64f955d4e47e9819375755c93), [`f2786c3`](https://github.com/NordcomInc/nordstar/commit/f2786c3c5dab2828fc6a1e8ee54063e8c6169031), [`c5540d2`](https://github.com/NordcomInc/nordstar/commit/c5540d23f9d8d9af4a44b56a30739f496b1e4742), [`2bf8c2c`](https://github.com/NordcomInc/nordstar/commit/2bf8c2cfc7ffd2a8d4d8149017c0f761f7a7a53b)]:
  - @nordcom/nordstar-accented@0.0.14
  - @nordcom/nordstar-button@0.0.14
  - @nordcom/nordstar-label@0.0.14
  - @nordcom/nordstar-card@0.0.14
  - @nordcom/nordstar-system@0.0.14
  - @nordcom/nordstar-heading@0.0.14
  - @nordcom/nordstar-view@0.0.14

## 0.0.13

### Patch Changes

- Updated dependencies [[`8ecf8f9`](https://github.com/NordcomInc/nordstar/commit/8ecf8f929c5f4b533a6de435b3049af5a3eaa9ca)]:
  - @nordcom/nordstar-heading@0.0.13
  - @nordcom/nordstar-system@0.0.13
  - @nordcom/nordstar-accented@0.0.13
  - @nordcom/nordstar-card@0.0.13
  - @nordcom/nordstar-view@0.0.13

## 0.0.12

### Patch Changes

- Updated dependencies [[`90fbd26`](https://github.com/NordcomInc/nordstar/commit/90fbd2622071b5b992856ac4b08cb4f279fa71c5), [`2865136`](https://github.com/NordcomInc/nordstar/commit/28651364a2fb32d9353733cf32a6dc01c5943bc4)]:
  - @nordcom/nordstar-accented@0.0.12
  - @nordcom/nordstar-heading@0.0.12
  - @nordcom/nordstar-card@0.0.12
  - @nordcom/nordstar-view@0.0.12
  - @nordcom/nordstar-system@0.0.12

## 0.0.11

### Patch Changes

- [#72](https://github.com/NordcomInc/nordstar/pull/72) [`b98011e`](https://github.com/NordcomInc/nordstar/commit/b98011e2b7b3bb992d5db3bfe64abccc9ff72596) Thanks [@filiphsps](https://github.com/filiphsps)! - Use typescript codebase directly during development internally.

  The `exports` get automatically replaced during packaging as a part of running `clean-package` in the `prepack` and `postpack` script(s).

- Updated dependencies [[`b98011e`](https://github.com/NordcomInc/nordstar/commit/b98011e2b7b3bb992d5db3bfe64abccc9ff72596)]:
  - @nordcom/nordstar-heading@0.0.11
  - @nordcom/nordstar-card@0.0.11
  - @nordcom/nordstar-view@0.0.11
  - @nordcom/nordstar-system@0.0.11

## 0.0.10

### Patch Changes

- Updated dependencies [[`fba1544`](https://github.com/NordcomInc/nordstar/commit/fba1544bd929659f2d29c4b09d100b6aa44d650c)]:
  - @nordcom/nordstar-system@0.0.10
  - @nordcom/nordstar-card@0.0.10
  - @nordcom/nordstar-heading@0.0.10
  - @nordcom/nordstar-view@0.0.10

## 0.0.9

### Patch Changes

- Updated dependencies [[`54e7ba4`](https://github.com/NordcomInc/nordstar/commit/54e7ba4b91f90c91bb3faabbdfc51add5cc158c1)]:
  - @nordcom/nordstar-heading@0.0.9
  - @nordcom/nordstar-system@0.0.9
  - @nordcom/nordstar-card@0.0.9
  - @nordcom/nordstar-view@0.0.9

## 0.0.8

### Patch Changes

- [#64](https://github.com/NordcomInc/nordstar/pull/64) [`98d2d1b`](https://github.com/NordcomInc/nordstar/commit/98d2d1b73d8c7f5fea75d20a50d11433760252a4) Thanks [@filiphsps](https://github.com/filiphsps)! - Add a few layout-related css variables.

- Updated dependencies [[`98d2d1b`](https://github.com/NordcomInc/nordstar/commit/98d2d1b73d8c7f5fea75d20a50d11433760252a4), [`98d2d1b`](https://github.com/NordcomInc/nordstar/commit/98d2d1b73d8c7f5fea75d20a50d11433760252a4)]:
  - @nordcom/nordstar-heading@0.0.8
  - @nordcom/nordstar-card@0.0.8
  - @nordcom/nordstar-view@0.0.8
  - @nordcom/nordstar-system@0.0.8

## 0.0.7

### Patch Changes

- [#62](https://github.com/NordcomInc/nordstar/pull/62) [`0fdb9b1`](https://github.com/NordcomInc/nordstar/commit/0fdb9b1b5bc0b9997aaf2f70bdda4d0a032fa22e) Thanks [@filiphsps](https://github.com/filiphsps)! - Meta: Switch to using `esmodule`s.

- Updated dependencies [[`0fdb9b1`](https://github.com/NordcomInc/nordstar/commit/0fdb9b1b5bc0b9997aaf2f70bdda4d0a032fa22e), [`0fdb9b1`](https://github.com/NordcomInc/nordstar/commit/0fdb9b1b5bc0b9997aaf2f70bdda4d0a032fa22e), [`0fdb9b1`](https://github.com/NordcomInc/nordstar/commit/0fdb9b1b5bc0b9997aaf2f70bdda4d0a032fa22e)]:
  - @nordcom/nordstar-heading@0.0.7
  - @nordcom/nordstar-system@0.0.7
  - @nordcom/nordstar-card@0.0.7

## 0.0.6

### Patch Changes

- [#60](https://github.com/NordcomInc/nordstar/pull/60) [`0bb364b`](https://github.com/NordcomInc/nordstar/commit/0bb364b0e5079a14873a9249daa6cde569ad61c1) Thanks [@renovate](https://github.com/apps/renovate)! - Upgrade to `vite` v5.

- [#59](https://github.com/NordcomInc/nordstar/pull/59) [`bf87d75`](https://github.com/NordcomInc/nordstar/commit/bf87d757c738fedbf22e9ed5a0855af9795041ea) Thanks [@filiphsps](https://github.com/filiphsps)! - Migrate to `vite` from `tsup`.

- [#59](https://github.com/NordcomInc/nordstar/pull/59) [`73d05ec`](https://github.com/NordcomInc/nordstar/commit/73d05ec8449ada8065dc95f8bec46b8c2e29aff9) Thanks [@filiphsps](https://github.com/filiphsps)! - Fix style injection when using `vite`.

- Updated dependencies [[`0bb364b`](https://github.com/NordcomInc/nordstar/commit/0bb364b0e5079a14873a9249daa6cde569ad61c1), [`bf87d75`](https://github.com/NordcomInc/nordstar/commit/bf87d757c738fedbf22e9ed5a0855af9795041ea), [`73d05ec`](https://github.com/NordcomInc/nordstar/commit/73d05ec8449ada8065dc95f8bec46b8c2e29aff9)]:
  - @nordcom/nordstar-card@0.0.6
  - @nordcom/nordstar-heading@0.0.6
  - @nordcom/nordstar-system@0.0.6

## 0.0.5

### Patch Changes

- [#58](https://github.com/NordcomInc/nordstar/pull/58) [`99f6c4c`](https://github.com/NordcomInc/nordstar/commit/99f6c4ca1bff0db7a0650be5abe1d5a65c51cf8d) Thanks [@filiphsps](https://github.com/filiphsps)! - Move `<NordstarProvider/>` into a separate package.
  This is done to avoid circular dependencies between `@nordcom/nordstar` and `@nordcom/nordstar-*` as the meta package were importing and then exporting all sub packages.

- [#56](https://github.com/NordcomInc/nordstar/pull/56) [`394fd8b`](https://github.com/NordcomInc/nordstar/commit/394fd8b9c9216644267e55e05ac5f6f5e6ca05a0) Thanks [@filiphsps](https://github.com/filiphsps)! - Attempt to properly exporting the typings.

- Updated dependencies [[`99f6c4c`](https://github.com/NordcomInc/nordstar/commit/99f6c4ca1bff0db7a0650be5abe1d5a65c51cf8d), [`394fd8b`](https://github.com/NordcomInc/nordstar/commit/394fd8b9c9216644267e55e05ac5f6f5e6ca05a0)]:
  - @nordcom/nordstar-system@0.0.5
  - @nordcom/nordstar-heading@0.0.5
  - @nordcom/nordstar-card@0.0.5

## 0.0.4

### Patch Changes

- [#53](https://github.com/NordcomInc/nordstar/pull/53) [`7f132eb`](https://github.com/NordcomInc/nordstar/commit/7f132eb2dea663f0855fb731bf5952b2c72e8aa2) Thanks [@filiphsps](https://github.com/filiphsps)! - Use `scss` and css variables to handle component styling.

## 0.0.3

### Patch Changes

- [`3c6334e`](https://github.com/NordcomInc/nordstar/commit/3c6334e1fcc33c358a2f25c53a476633d58b064c) Thanks [@filiphsps](https://github.com/filiphsps)! - Improve and update the release infrastructure.

- [#34](https://github.com/NordcomInc/nordstar/pull/34) [`c65ef98`](https://github.com/NordcomInc/nordstar/commit/c65ef98b6a3764ec2b0451d4f77402f3f720697a) Thanks [@filiphsps](https://github.com/filiphsps)! - Update `release` workflow to support automatic `unstable` releases.

## 0.0.2

### Patch Changes

- [#29](https://github.com/NordcomInc/nordstar/pull/29) [`f2705e7`](https://github.com/NordcomInc/nordstar/commit/f2705e7da345bb82bf81f0db51495b064d1f1846) Thanks [@filiphsps](https://github.com/filiphsps)! - Added an initial `<NordstarProvider/>` component.

  This will in the future be used to deal with things like overlays,
  modals, and other components that need to be rendered outside of the
  normal flow of the application. It will most likely also deal with the
  theming of the components (instead of using a dedicated
  `<ThemeProvider/>`) and the `i18n` support. (d8afab94).
