@work-rjkashyap/unified-ui 0.2.3 → 0.2.4

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 CHANGED
@@ -8,10 +8,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
 
9
9
  ## [Unreleased]
10
10
 
11
- ## [0.3.0] — 2026-03-07
12
-
13
11
  ### 🚀 Features
14
12
 
13
+ - Add Separator component with customizable styles and accessibility features ([a8320ae](https://github.com/imrj05/unified-ui/commit/a8320aea8c105b954b28e5c7d0ab73f22dfea085))
14
+ - Add loading skeleton for themes page and enhance sidebar functionality
15
+ - Implemented a loading skeleton component for the themes page to improve user experience during data fetching.
16
+ - Refactored sidebar components to enhance readability and maintainability, including updates to context management and hover behavior.
17
+ - Updated toast preview component with new variant definitions and improved UI for toast actions.
18
+ - Enhanced MDX components registration to include new previews and maintain consistency across the application. ([8365d81](https://github.com/imrj05/unified-ui/commit/8365d812ea7afcab2917043935669e7bc07f9e07))
19
+ - Add overlays preview component with dialogs, dropdowns, and popovers; implement table preview with sample data and actions ([ea1cd70](https://github.com/imrj05/unified-ui/commit/ea1cd70f5f0456760ba15aebde3702f18e580191))
15
20
  - Update layouts and navigation components for improved UI and new themes
16
21
  - Enhanced the Layout components across various sections (company, docs, legal, resources) to include a transparent navigation mode.
17
22
  - Introduced a new Themes page with a placeholder and updated layout.
@@ -47,6 +52,10 @@ fix: correct site name in route handler for Open Graph image generation ([f92e1f
47
52
 
48
53
  ### 🏗️ Miscellaneous
49
54
 
55
+ - **changelog:** Auto-update unreleased entries [skip ci] ([29ba39b](https://github.com/imrj05/unified-ui/commit/29ba39bfb6657de25e35aec17a2318a8c309a029))
56
+ - **changelog:** Auto-update unreleased entries [skip ci] ([ea0ff88](https://github.com/imrj05/unified-ui/commit/ea0ff88e24c5bfa919db43f313b679b4c69dad1a))
57
+ - **changelog:** Auto-update unreleased entries [skip ci] ([e5002e4](https://github.com/imrj05/unified-ui/commit/e5002e412e06361d1f6e71ace066f354b38ee631))
58
+ - **changelog:** Auto-update unreleased entries [skip ci] ([6bcfc25](https://github.com/imrj05/unified-ui/commit/6bcfc259c33d596ac0324831df95cc29e60f303f))
50
59
  - **changelog:** Auto-update unreleased entries [skip ci] ([1971cd8](https://github.com/imrj05/unified-ui/commit/1971cd81a04d7b6e92e0ed925a3f33783254bf2c))
51
60
  - **changelog:** Auto-update unreleased entries [skip ci] ([c226782](https://github.com/imrj05/unified-ui/commit/c2267822c0705401a6de57a60dbe3227abb76533))
52
61
  - **changelog:** Auto-update unreleased entries [skip ci] ([f216b6e](https://github.com/imrj05/unified-ui/commit/f216b6ebb6d436148256b784898833cea8613a14))
@@ -56,6 +65,45 @@ fix: correct site name in route handler for Open Graph image generation ([f92e1f
56
65
 
57
66
  ### Other
58
67
 
68
+ - Merge pull request #1 from imrj05/vercel/vercel-web-analytics-to-nextjs-g6zfpb
69
+
70
+ Add Vercel Web Analytics to Next.js ([#1](https://github.com/imrj05/unified-ui/issues/1)) ([ce8670a](https://github.com/imrj05/unified-ui/commit/ce8670a5682780d1f6ef58eb880ef5a414edcb68))
71
+ - Add Vercel Web Analytics to Next.js
72
+
73
+ Implemented Vercel Web Analytics for Next.js
74
+
75
+ ## Summary
76
+ Successfully installed and configured Vercel Web Analytics for this Next.js App Router project.
77
+
78
+ ## Changes Made
79
+
80
+ ### 1. Package Installation
81
+ - Installed `@vercel/analytics` package using npm
82
+ - Updated `package.json` to include the new dependency
83
+ - Updated `package-lock.json` with the new dependency tree
84
+
85
+ ### 2. Analytics Integration
86
+ Modified: `src/app/layout.tsx`
87
+ - Imported `Analytics` component from '@vercel/analytics/next'
88
+ - Added `<Analytics />` component inside the `<body>` tag
89
+ - Placed after the `<RootProvider>` closing tag to ensure proper initialization
90
+ - Organized imports using the project's Biome linter configuration
91
+ - Applied consistent formatting with the project's code style
92
+
93
+ ## Implementation Details
94
+ This is an App Router Next.js project, so the Analytics component was added to the root layout file (`src/app/layout.tsx`) as per Vercel's best practices. The component is placed at the end of the body tag to ensure it doesn't block the rendering of the main application content.
95
+
96
+ ## Verification
97
+ - ✅ Build completed successfully with no errors
98
+ - ✅ Linter checks passed for the modified file
99
+ - ✅ Code formatting applied using Biome
100
+ - ✅ All existing functionality preserved
101
+ - ✅ Lock files properly updated
102
+
103
+ ## Notes
104
+ The Analytics component will automatically track page views and web vitals when deployed to Vercel. No additional configuration is required for basic analytics tracking.
105
+
106
+ Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com> ([4d967d5](https://github.com/imrj05/unified-ui/commit/4d967d5473f62f8a9fa6a4f3bf1f3cb54de0616e))
59
107
  - Merge branch 'main' of github.com:imrj05/unified-ui ([1e620eb](https://github.com/imrj05/unified-ui/commit/1e620ebb87a8f04079f9f266e769e3ba9e327293))
60
108
  - Merge branch 'main' of github.com:imrj05/unified-ui ([d85b413](https://github.com/imrj05/unified-ui/commit/d85b413531b6e38eabf397f6347b6cbb740dd961))
61
109
  - Merge branch 'main' of github.com:imrj05/unified-ui ([055de42](https://github.com/imrj05/unified-ui/commit/055de4202aa7a813902e5beeeddfd0ae904c29f0))
package/bin/cli.mjs CHANGED
File without changes