{/* ATTENTION */}

{/* When updating this file, please add the newest comments at the top of the file so they are displayed first */}

{/* Changes should include any functional changes made to the component and how that affects the component/function usage */}

{/* or changes made to the Types (and what effect that will have for the component/function) */}

import { Meta } from '@storybook/addon-docs/blocks'

<Meta
  title='ChangeLog/v4/4.6'
  parameters={{
    viewMode: 'docs',
    previewTabs: {
      canvas: { hidden: true },
    },
  }}
/>

{/* Include date, version & the change and it's functional effects */}

**08-SEPTEMBER-2024**

### 4.6.3

Upgrading `toastify` to v10. This will allow us to use the `stacked` prop to stack multiple toasts.

[Toast](/docs/components-toast--docs)

---

**05-SEPTEMBER-2024**

### 4.6.2

- Updating `ColorLookup` to utilize the `Tile` component.
- Updating the `ColorPalette` to utilize the `Tile` component.

[Colors](/docs/general-style-guide-colors-primary--docs)

[Color Lookup](/docs/general-style-guide-colors-search--docs)

### 4.6.1

- Adjusting the UI for the focus state of the `Tile`.
- Removed the `subHeader` prop from the `Tile` when no `body` is present.

[Tile](/docs/components-tile--docs)

[Tiles](/docs/components-tile-tiles--docs)

---

**04-SEPTEMBER-2024**

### 4.6.0

Releasing the `Tile` and `Tiles` components.

[Tile](/docs/components-tile--docs)

[Tiles](/docs/components-tile-tiles--docs)
