Commit Graph

6 Commits

Author SHA1 Message Date
Segun Adebayo c3c2553e90 perf: improve token cloning 2025-10-24 14:23:19 +01:00
Segun Adebayo 8ad3f6b8bb feat(charts): init chart package 2025-03-25 14:24:41 +00:00
Ivica Batinić 6dde022877 (v3) chore: remove utils package (#8829)
* chore: remove utils package

* chore: additional changes
2024-09-14 20:38:44 +01:00
Ivica Batinić 806be96aa3 (v3) chore: remove hooks package (#8815)
* chore: remove hooks lib

* chore: add changeset

* chore: fix npm install

* chore: fix old website

* chore: add missing libs

* chore: fix build
2024-09-14 11:25:45 +01:00
Segun Adebayo 7967a7e96a refactor: mv composition to workspace 2024-06-22 21:38:51 +01:00
Segun Adebayo 623e558ac2 feat(v3): Let there be ark (#8393)
* chore: init

* feat: implement file upload component from ark

* perf: replace split props

* fix: split props

* fix: tsconfig + eslint parser

* chore: prefer empty slot styles

* refactor: tokens and text styles

* refactor: replace popover, tooltip and add hovercard

* chore: add use client

* chore: export styles

* test: prefer tests from ark

* refactor: file upload to recipe

* refactor: use ark anatomy

* docs: add changeset

* chore: rm framer-motion example

* refactor: env

* refactor: dialog and drawer to use ark

* fix(v3): update Button migration guide (#8397)

Update Button migration guiide

- change isDisabled to disabled
- change colorScheme to colorPalette

* chore: update box components

* refactor: slider and range-slider -> ark

* refactor: tsconfig and files

* fix(deps): update dependency framer-motion to v11.0.25 (#8401)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* refactor: accordion

* refactor: menu component

* refactor: use pandacss valid prop

* ci: update actions

* refactor: test utils

* refactor: vitest -> vite

* refactor: as child + ark

* fix: examples and website

* feat: rm framer-motion

* chore: pin ark versions

* chore: update popover z-index

* chore(deps): update react monorepo (#8472)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update commitlint monorepo (#8441)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: update menu stories

* chore: update slider example

---------

Co-authored-by: Ivica Batinić <ivicabatinic123@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-10 13:21:00 +01:00