@lazar-ui/kit 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,70 @@
1
+ # Changelog
2
+
3
+ ## [0.2.0] - 2026-05-27
4
+
5
+ ### Features
6
+
7
+ - **ConfigProvider**: add ConfigProvider and palettes ([4a1d0d0](https://github.com/anomalyco/lazar-ui/commit/4a1d0d0))
8
+ - **Badge**: add Badge component ([ce0ffc7](https://github.com/anomalyco/lazar-ui/commit/ce0ffc7))
9
+ - **Popover**: add Popover component ([68a2c06](https://github.com/anomalyco/lazar-ui/commit/68a2c06))
10
+ - **Popover.Content**: add padding prop ([712142b](https://github.com/anomalyco/lazar-ui/commit/712142b))
11
+ - **Tooltip**: add Tooltip component ([d937823](https://github.com/anomalyco/lazar-ui/commit/d937823))
12
+ - **Input**: add Input components ([6bf346a](https://github.com/anomalyco/lazar-ui/commit/6bf346a))
13
+ - **Avatar**: add Avatar component ([76c523f](https://github.com/anomalyco/lazar-ui/commit/76c523f))
14
+ - **Separator**: add Separator component ([8e395f6](https://github.com/anomalyco/lazar-ui/commit/8e395f6))
15
+ - **Card**: add Card component ([bfe36cf](https://github.com/anomalyco/lazar-ui/commit/bfe36cf))
16
+ - **Skeleton**: add Skeleton component ([d1980e0](https://github.com/anomalyco/lazar-ui/commit/d1980e0))
17
+ - **Alert**: add Alert component ([85217f3](https://github.com/anomalyco/lazar-ui/commit/85217f3))
18
+ - **EmptyState**: add EmptyState component ([0c8a81c](https://github.com/anomalyco/lazar-ui/commit/0c8a81c))
19
+ - **FormField**: add FormField component ([c5e87a2](https://github.com/anomalyco/lazar-ui/commit/c5e87a2))
20
+ - **Spinner**: add Spinner component ([9e5bafc](https://github.com/anomalyco/lazar-ui/commit/9e5bafc))
21
+ - **Checkbox**: add Checkbox component ([1272021](https://github.com/anomalyco/lazar-ui/commit/1272021))
22
+ - **Select**: add Select component ([1378e1a](https://github.com/anomalyco/lazar-ui/commit/1378e1a))
23
+ - **Switch**: add Switch component ([a581b19](https://github.com/anomalyco/lazar-ui/commit/a581b19))
24
+ - **Textarea**: add Textarea component ([2cf5daf](https://github.com/anomalyco/lazar-ui/commit/2cf5daf))
25
+ - **Pagination**: add Pagination component ([61212a4](https://github.com/anomalyco/lazar-ui/commit/61212a4))
26
+ - **Menu**: add Menu component ([6ca3761](https://github.com/anomalyco/lazar-ui/commit/6ca3761))
27
+ - **Flex**: add Flex component ([6ec9525](https://github.com/anomalyco/lazar-ui/commit/6ec9525))
28
+ - **ErrorBoundary**: add ErrorBoundary component ([242e48f](https://github.com/anomalyco/lazar-ui/commit/242e48f))
29
+ - **Breadcrumbs**: add Breadcrumbs component ([b9b1875](https://github.com/anomalyco/lazar-ui/commit/b9b1875))
30
+ - **Drawer**: add Drawer component ([e7f2a90](https://github.com/anomalyco/lazar-ui/commit/e7f2a90))
31
+ - **Drawer**: add Actions slot ([7f3d103](https://github.com/anomalyco/lazar-ui/commit/7f3d103))
32
+ - **Dialog**: add Dialog component ([9e3acf3](https://github.com/anomalyco/lazar-ui/commit/9e3acf3))
33
+ - **Table**: add Table component ([8c1b287](https://github.com/anomalyco/lazar-ui/commit/8c1b287))
34
+ - **vitest-config**: add vitest-config package ([1cfb90a](https://github.com/anomalyco/lazar-ui/commit/1cfb90a))
35
+ - **storybook**: setup Storybook and linters ([ef8c246](https://github.com/anomalyco/lazar-ui/commit/ef8c246))
36
+ - **styles**: fix global styles setup ([692fc7c](https://github.com/anomalyco/lazar-ui/commit/692fc7c))
37
+
38
+ ### Bug Fixes
39
+
40
+ - **Badge**: update heights ([53d104b](https://github.com/anomalyco/lazar-ui/commit/53d104b))
41
+ - **Table**: update Table component ([94c0d8c](https://github.com/anomalyco/lazar-ui/commit/94c0d8c))
42
+ - **storybook**: update stories ([b7e6add](https://github.com/anomalyco/lazar-ui/commit/b7e6add))
43
+ - **css**: update tokens ([c80a00b](https://github.com/anomalyco/lazar-ui/commit/c80a00b))
44
+ - **Dialog**: update styles ([21bf726](https://github.com/anomalyco/lazar-ui/commit/21bf726))
45
+ - **EmptyState**: rename slot Action to Actions ([419eb59](https://github.com/anomalyco/lazar-ui/commit/419eb59))
46
+ - **Popover**: fix first render position ([798c1b6](https://github.com/anomalyco/lazar-ui/commit/798c1b6))
47
+ - **Popover/Tooltip**: fix access to overlays inside overlay (html invert attr problem) ([bee4472](https://github.com/anomalyco/lazar-ui/commit/bee4472))
48
+ - **Popover/Tooltip**: fix incorrect first render position ([93e17af](https://github.com/anomalyco/lazar-ui/commit/93e17af))
49
+
50
+ ### Documentation
51
+
52
+ - **Popover/Tooltip**: correct placements ([ab05441](https://github.com/anomalyco/lazar-ui/commit/ab05441))
53
+ - **kit**: add README.md and set version to 0.1.0 ([d00235d](https://github.com/anomalyco/lazar-ui/commit/d00235d))
54
+
55
+ ### Refactor
56
+
57
+ - rename @repo/ui → @lazar-ui/kit and @repo/builder → @lazar-ui/admin ([ff79f0c](https://github.com/anomalyco/lazar-ui/commit/ff79f0c))
58
+
59
+ ### Styles
60
+
61
+ - fix react import paths ([db8ad4b](https://github.com/anomalyco/lazar-ui/commit/db8ad4b))
62
+
63
+ ### Tests
64
+
65
+ - add test coverage page to storybook ([86d1d4d](https://github.com/anomalyco/lazar-ui/commit/86d1d4d))
66
+
67
+ ### Chores
68
+
69
+ - update package.json ([2dfa0b1](https://github.com/anomalyco/lazar-ui/commit/2dfa0b1))
70
+ - fix lint and typecheck errors for release ([81a6b5b](https://github.com/anomalyco/lazar-ui/commit/81a6b5b))