<!--
Make sure you've read the CONTRIBUTING.md guidelines:
https://github.com/stack-auth/stack-auth/blob/dev/CONTRIBUTING.md
-->
<!-- ELLIPSIS_HIDDEN -->
----
> [!IMPORTANT]
> Update dependencies, add bundle analyzer, and enhance
`ProfileImageEditor` with `react-easy-crop`.
>
> - **Dependencies**:
> - Update `lucide-react` to `^0.508.0` in
`apps/dashboard/package.json`, `packages/stack-emails/package.json`, and
`packages/stack-ui/package.json`.
> - Replace `react-avatar-editor` with `react-easy-crop` in
`packages/react/package.json`, `packages/stack/package.json`, and
`packages/template/package-template.json`.
> - Add `@next/bundle-analyzer` to `examples/demo/package.json`.
> - **Build Configuration**:
> - Add bundle analyzer configuration to `examples/demo/next.config.js`.
> - Add `analyze` script to `examples/demo/package.json`.
> - **Component Changes**:
> - Replace `AvatarEditor` with `Cropper` in `ProfileImageEditor` in
`packages/template/src/components/profile-image-editor.tsx`.
> - Update `Calendar` component styles in
`packages/stack-ui/src/components/ui/calendar.tsx`.
> - **Utility Functions**:
> - Update `isBase32`, `isBase64`, and `isBase64Url` test cases in
`bytes.tsx` to handle specific edge cases.
>
> <sup>This description was created by </sup>[<img alt="Ellipsis"
src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=stack-auth%2Fstack-auth&utm_source=github&utm_medium=referral)<sup>
for ae4574dba0. You can
[customize](https://app.ellipsis.dev/stack-auth/settings/summaries) this
summary. It will automatically update as commits are pushed.</sup>
<!-- ELLIPSIS_HIDDEN -->
---------
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com>
* added stack-ui package
* added ui elements
* fixed react package type bug, added deleted components back
* updated button and typography interface
* added element provider
* moved all elements to element context
* added ui-joy
* moved UIPage component and update Button component
* added StackUIProvider
* added UI framework switch
* changed theme to colormode
* changed StackUIProvider interface
* updated file names
* updated package config
* fixed types and dependencies
* fixed color theme
* added custom button
* converted signin page to stack-ui
* moved oauth button stack-ui
* fixed styling bugs
* changed color/variant interface for button and text
* moved credential sign up to stack-ui
* moved card header and divider to stack-ui
* moved card-frame to stack-ui, fixed bugs
* fixed bugs, added global bg color to dev app
* moved forgot password to stack-ui
* updated styling
* moved form warning text to stack-ui
* added redirect message card to stack-ui
* moved everything to stack-ui, removed daisy and tailwind
* added joy input
* simplified code
* fixed joy button
* restructured UI provider interface
* made joy color mode work
* fixed small ui bugs
* updated demo, changed constant structures in stack-ui
* added select ui to demo
* added joy ui text
* added mui divider
* Used dynamic elements to replace useElements hook
* changed full page behaviour (100vh => 100%)
* added auto detect parent to cardframe
* updated documentation
* updated customization overview
* updated custom color doc
* fixed system color mode bug
* fixed select visual on safari
* changed UI provider interface
* renamed files to lower case
* fixed import bug
* finished custom colors doc
* added docs for custom components
* removed wrong cased files
* updated custom pages docs
* updated custom component docs
* elements -> components
* fixed missing rename
* fixed broken links in docs
* removed tailwind css import in stack
* fixed typos and small problems
* cleaned up package.json files
* updated dependencies
* fixed stack-server bug (webpack xxx not a function and u type error)
* updated setup doc
* added changeset
* fixed the 'use client' bug in stack-ui
* merged stack-ui and stack-ui-joy into stack
* renamed StackUIProvider to StackTheme
* unified imports
* added hook details to custom color doc