@vite-mf-monorepo/ui 0.0.2 → 0.0.3

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.
Files changed (3) hide show
  1. package/LICENSE +21 -0
  2. package/package.json +31 -31
  3. package/CHANGELOG.md +0 -262
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Fubaritico
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vite-mf-monorepo/ui",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Design system components for vite-mf-monorepo",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -30,6 +30,35 @@
30
30
  "files": [
31
31
  "dist"
32
32
  ],
33
+ "peerDependencies": {
34
+ "react": "19.1.0",
35
+ "react-dom": "19.1.0",
36
+ "react-router-dom": "7.5.2"
37
+ },
38
+ "devDependencies": {
39
+ "@tailwindcss/postcss": "4.1.0",
40
+ "@testing-library/jest-dom": "6.6.3",
41
+ "@testing-library/react": "16.3.0",
42
+ "@testing-library/user-event": "14.6.1",
43
+ "@types/react": "19.1.0",
44
+ "@types/react-dom": "19.1.0",
45
+ "@vitejs/plugin-react": "4.7.0",
46
+ "@vitest/coverage-v8": "3.2.4",
47
+ "autoprefixer": "10.4.21",
48
+ "conventional-changelog": "7.2.0",
49
+ "jsdom": "26.0.0",
50
+ "postcss": "8.5.3",
51
+ "react-router-dom": "7.5.2",
52
+ "tailwindcss": "4.1.0",
53
+ "tsup": "8.4.0",
54
+ "typescript": "5.7.2",
55
+ "vitest": "3.2.4"
56
+ },
57
+ "dependencies": {
58
+ "@heroicons/react": "^2.2.0",
59
+ "clsx": "2.1.1",
60
+ "@vite-mf-monorepo/shared": "0.0.2"
61
+ },
33
62
  "scripts": {
34
63
  "build:css": "tailwindcss -i ./src/styles.css -o ./dist/styles.css",
35
64
  "build:js": "tsup",
@@ -45,34 +74,5 @@
45
74
  "release:patch": "pnpm build && ./publish.sh patch",
46
75
  "release:minor": "pnpm build && ./publish.sh minor",
47
76
  "release:major": "pnpm build && ./publish.sh major"
48
- },
49
- "peerDependencies": {
50
- "react": "catalog:",
51
- "react-dom": "catalog:",
52
- "react-router-dom": "catalog:"
53
- },
54
- "devDependencies": {
55
- "@tailwindcss/postcss": "catalog:",
56
- "@testing-library/jest-dom": "catalog:",
57
- "@testing-library/react": "catalog:",
58
- "@testing-library/user-event": "catalog:",
59
- "@types/react": "catalog:",
60
- "@types/react-dom": "catalog:",
61
- "@vitejs/plugin-react": "catalog:",
62
- "@vitest/coverage-v8": "catalog:",
63
- "autoprefixer": "catalog:",
64
- "conventional-changelog": "catalog:",
65
- "jsdom": "catalog:",
66
- "postcss": "catalog:",
67
- "react-router-dom": "catalog:",
68
- "tailwindcss": "catalog:",
69
- "tsup": "catalog:",
70
- "typescript": "catalog:",
71
- "vitest": "catalog:"
72
- },
73
- "dependencies": {
74
- "@heroicons/react": "^2.2.0",
75
- "@vite-mf-monorepo/shared": "workspace:*",
76
- "clsx": "catalog:"
77
77
  }
78
- }
78
+ }
package/CHANGELOG.md DELETED
@@ -1,262 +0,0 @@
1
- ## <small>0.0.2 (2026-03-11)</small>
2
-
3
- * feat: add navigation to movie detail page ([467740b](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/467740b))
4
- * feat: add Netlify deployment configuration ([8a0936a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8a0936a))
5
- * feat: add netlify.toml at root ([60782d7](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/60782d7))
6
- * feat: added close button to photo carrousel ([6ba6e51](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/6ba6e51))
7
- * feat: configure module federation dts and rename package scope ([4b9740a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/4b9740a))
8
- * feat: integrate Tailwind CSS v4 with shared theme configuration ([74b3cd9](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/74b3cd9))
9
- * feat: svg export automation, logot icon, and a11y pass ([88ee2b6](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/88ee2b6))
10
- * feat: sync module federation shared versions with pnpm catalog ([e41e9a4](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/e41e9a4))
11
- * feat(api): add secret api key for tmdb ([90ebe04](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/90ebe04))
12
- * feat(commitlint): add commitlint for conventional commits ([5743844](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/5743844))
13
- * feat(css): fixed styles injected from remote into host ([b5952f4](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/b5952f4))
14
- * feat(detail): add error boundary for invalid movie IDs ([c302152](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/c302152))
15
- * feat(fonts): add Press Start 2P fancy font for FOUC testing ([cbdc72d](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/cbdc72d))
16
- * feat(fonts): add Roboto, Roboto Condensed, and Inter fonts via fontsource ([29c670e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/29c670e))
17
- * feat(home): add CarouselLoading and error handling to TrendingSection ([e81958e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/e81958e))
18
- * feat(home): add FreeToWatchSection component ([1d5e2d8](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/1d5e2d8))
19
- * feat(home): add HeroSection with now playing movies ([e3b4810](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/e3b4810))
20
- * feat(home): add hooks for movie detail page ([117b53e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/117b53e))
21
- * feat(home): add TanStack Query hooks with heyAPI integration ([43e3f8f](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/43e3f8f))
22
- * feat(home): add TrendingSection component with tests and Storybook ([dd971a2](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/dd971a2))
23
- * feat(home): apply Typography component to all sections ([57d9fd2](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/57d9fd2))
24
- * feat(home): refactor layout and CSS architecture with prefixing ([9829937](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/9829937))
25
- * feat(host): add health check for remote modules ([06fddf7](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/06fddf7))
26
- * feat(http-client): add TMDB API client with heyAPI ([5753782](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/5753782))
27
- * feat(husky): add husky for precommit hook ([b9e22fb](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/b9e22fb))
28
- * feat(layouts): add layouts package with core components ([05c58a6](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/05c58a6))
29
- * feat(layouts): integrate RootLayout in host and remotes routing ([aa76519](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/aa76519))
30
- * feat(lint): add eslint 9 and prettier ([92a2bf4](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/92a2bf4))
31
- * feat(list): migrate CSS to Tailwind v4 ([51b78ae](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/51b78ae))
32
- * feat(media): add Cast section with top 10 actors ([a37641c](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a37641c))
33
- * feat(media): add empty state messages to recommendation carousels ([36ff16d](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/36ff16d))
34
- * feat(media): add RecommendedMoviesCarousel and RecommendedTVCarousel with tests ([16d3a16](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/16d3a16))
35
- * feat(media): add RecommendedSection with tabs and media-type-aware default ([91cc3c2](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/91cc3c2))
36
- * feat(media): add SimilarSection with switchable movie/tv carousels ([19815a1](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/19815a1))
37
- * feat(media): add Synopsis component with embedded queries ([e3de327](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/e3de327))
38
- * feat(media): add Trailers & Clips section with YouTube modal player ([f356d21](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/f356d21))
39
- * feat(media): add useTVSeriesRecommendations hook and export recommendations hooks ([e5c3b30](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/e5c3b30))
40
- * feat(media): improve Crew component and add alternating section backgrounds ([2aa78a5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/2aa78a5))
41
- * feat(media): integrate RecommendedSection into Media page ([4f0dbed](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/4f0dbed))
42
- * feat(monorepo): implement micro frontend architecture with module federation ([33c6c7e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/33c6c7e))
43
- * feat(movie): add alternating container backgrounds to sections ([289e064](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/289e064))
44
- * feat(movie): add Movie/TV Series compatibility and unified navigation ([4a55a2a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/4a55a2a))
45
- * feat(movie): add MovieHero component with responsive layout ([c08e684](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/c08e684))
46
- * feat(movie): refactor Movie page with embedded queries pattern ([2ae1a90](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/2ae1a90))
47
- * feat(photos): add Photos component with PhotosModal and PhotosErrorBoundary ([bb45696](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/bb45696))
48
- * feat(photos): add Photos section with ID-based lightbox navigation ([861b4a2](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/861b4a2))
49
- * feat(photos): add useMovieImages hook ([716147a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/716147a))
50
- * feat(photos): init remote app on port 3003 with Photos placeholder ([e023601](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/e023601))
51
- * feat(publish): add changelog generation and npm scope configuration to publish scripts ([a2529b6](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a2529b6))
52
- * feat(publish): add changelog generation and npm scope configuration to shared package ([79ed782](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/79ed782))
53
- * feat(react-query): implementation of react query for micro front end ([288ace6](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/288ace6))
54
- * feat(scripts): add script to stop all running servers ([85fc92d](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/85fc92d))
55
- * feat(servers): add configuration and scripts to launch the app in dev mode ([c642af0](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/c642af0))
56
- * feat(shared): add HMR sync plugin for Module Federation ([995db03](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/995db03))
57
- * feat(shared): add mock data and MSW handlers for movie and tv recommendations ([39a58de](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/39a58de))
58
- * feat(shared): add movieImages mock data and MSW handlers ([026bfc1](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/026bfc1))
59
- * feat(shared): implement font preload injection vite plugin ([0042945](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/0042945))
60
- * feat(storybook): add RecommendedSection stories ([dde15d5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/dde15d5))
61
- * feat(storybook): add Storybook package with Button and Card stories ([6843baa](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/6843baa))
62
- * feat(tailwind): add tailwindRemoteCss plugin to avoid preflight duplication ([02f4df4](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/02f4df4))
63
- * feat(tokens): add Style Dictionary design tokens package ([6fb4fb7](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/6fb4fb7))
64
- * feat(ui): add Avatar 2xl size (96px) and rename former 2xl to 3xl (128px) ([bdd6a95](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/bdd6a95))
65
- * feat(ui): add Badge component with Calendar icon and textClassName prop ([a68c2b6](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a68c2b6))
66
- * feat(ui): add Carousel component with responsive pagination and compound subcomponents ([24438a1](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/24438a1))
67
- * feat(ui): add Carousel lightbox variant with CarouselCounter and initialIndex ([59b86b4](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/59b86b4))
68
- * feat(ui): add design system package with Button and Card components ([9fa9052](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/9fa9052))
69
- * feat(ui): add Icon component with @heroicons/react ([80a73a9](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/80a73a9))
70
- * feat(ui): add IconButton and Avatar components with cursor-pointer ([a3e661a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a3e661a))
71
- * feat(ui): add Modal component ([60c935e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/60c935e))
72
- * feat(ui): add MovieCard component and refactor Card with CVA-style variants ([bcb5545](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/bcb5545))
73
- * feat(ui): add MovieCard navigation with discriminated union types ([49d46bd](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/49d46bd))
74
- * feat(ui): add Rating component with circle and stars variants ([5949f52](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/5949f52))
75
- * feat(ui): add Skeleton component with shimmer animation ([a500648](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a500648))
76
- * feat(ui): add Typography component with 15 variants ([80d1c45](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/80d1c45))
77
- * feat(ui): image component with canvas-based blur placeholder ([bffd225](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/bffd225))
78
- * feat(ui): make Button polymorphic with as='link' | as='button' ([f3f2e11](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/f3f2e11))
79
- * docs: add accessibility (a11y) testing guide to README ([62608c9](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/62608c9))
80
- * docs: add acknowledgment for Nsttt (DTS plugin) ([87ff972](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/87ff972))
81
- * docs: add build:packages and storybook commands to README ([32dd588](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/32dd588))
82
- * docs: add live demo link to README ([8f62301](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8f62301))
83
- * docs: add Project Purpose section to README ([146112e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/146112e))
84
- * docs: add Storybook live URL to README ([7449502](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/7449502))
85
- * docs: removed cascade rules ([40647aa](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/40647aa))
86
- * docs: update README with reset scenario and project structure ([549dd6a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/549dd6a))
87
- * docs: update README with Tailwind CSS v4 and HMR sync ([3b46283](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/3b46283))
88
- * docs(claude): enforce explicit approval requirement for git push and risky actions ([f6d927f](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/f6d927f))
89
- * docs(claude): migrate rules to .claude/ and add slash command skills ([8e45ec3](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8e45ec3))
90
- * docs(claude): remove auto-loaded rules, add model selection and on-demand loading rule ([973cf36](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/973cf36))
91
- * docs(claude): update session notes — Phase 4.8 done, Phase 4.6 next ([7c08fbe](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/7c08fbe))
92
- * docs(http-client): update changelog for version bump ([2dc2864](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/2dc2864))
93
- * docs(http-client): update changelog for version bump ([dfdf0f8](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/dfdf0f8))
94
- * docs(http-client): update changelog for version bump ([4f85338](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/4f85338))
95
- * docs(http-client): update changelog for version bump ([2f2307c](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/2f2307c))
96
- * docs(http-client): update changelog for version bump ([dd5003d](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/dd5003d))
97
- * docs(http-client): update changelog for version bump ([1a7a80e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/1a7a80e))
98
- * docs(license): add MIT license ([d55012a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/d55012a))
99
- * docs(readme): add readme file ([1053ffb](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/1053ffb))
100
- * docs(rules): add comprehensive Windsurf Cascade rules ([5b5b80a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/5b5b80a))
101
- * docs(rules): document officially supported TMDB image sizes ([5c03094](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/5c03094))
102
- * docs(shared): update changelog for version bump ([244ca73](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/244ca73))
103
- * docs(tokens): update changelog for version bump ([58902e0](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/58902e0))
104
- * docs(tokens): update changelog for version bump ([02bc860](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/02bc860))
105
- * docs(ui): add JSDoc comments to Rating subcomponent props ([9234971](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/9234971))
106
- * docs(ui): add JSDoc documentation to Carousel components ([101dc1e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/101dc1e))
107
- * build: add cors headers and spa redirects to root netlify config ([94c5fff](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/94c5fff))
108
- * build: commit generated mf-types for CI compatibility ([57457e1](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/57457e1))
109
- * build: commit remote.css files for CI compatibility ([862932f](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/862932f))
110
- * build: exclude test files from tsc build in all apps ([305f113](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/305f113))
111
- * build: migrate http-client to @fubar-it-co/tmdb-client npm package ([e23e020](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/e23e020))
112
- * build: remove default build command from root netlify config ([fca311e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/fca311e))
113
- * build: skip rebuild when app-specific files are unchanged ([5158da0](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/5158da0))
114
- * build(http-client): configure package for npm publication with verdaccio support ([b19e8b9](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/b19e8b9))
115
- * build(scripts): separate prod and prod:server commands for ci and local dev ([4103406](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/4103406))
116
- * build(scripts): separate prod and prod:server commands for ci and local dev ([0eca34b](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/0eca34b))
117
- * feat(home,ui): add CarouselLoading and fix TMDBError typing ([9f33898](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/9f33898))
118
- * Feat/any feature (#4) ([62e8cf5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/62e8cf5)), closes [#4](https://github.com/fubaritico/vite-mf-monorepo-tmdb/issues/4)
119
- * fix(home,media,photos): revert lazy-loading, configure aggressive esbuild minification ([c4ae10d](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/c4ae10d))
120
- * fix(home,media): add Suspense fallbacks with skeleton placeholders to prevent CLS ([694efc4](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/694efc4))
121
- * fix(home,media): correct Suspense fallback heights to measured values ([dc9f3d5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/dc9f3d5))
122
- * refactor(list, detail): use generated tmdb-client instead of manual API calls ([64e6798](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/64e6798))
123
- * fix: fix on svg export script ([bd8d80a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/bd8d80a))
124
- * fix: ignore all generated api.d.ts files ([a880ef2](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a880ef2))
125
- * fix: paddings and alignments for home hero and media hero sections ([da2bbed](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/da2bbed))
126
- * fix: resolve ESLint errors for pre-commit hook ([009e3f6](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/009e3f6))
127
- * fix: wrong command in build.yml ([909bf8b](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/909bf8b))
128
- * fix: wrong type in useTVSeriesSimilar ([3ed57f4](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/3ed57f4))
129
- * fix(build): use esbuild minifier instead of terser ([99e5260](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/99e5260))
130
- * fix(ci): add GITHUB_TOKEN and pin sonarqube-scan-action version ([a2b1d87](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a2b1d87))
131
- * fix(ci): add pnpm build:packages step to setup action ([5946f1a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/5946f1a))
132
- * fix(ci): correct SonarQube project key ([f5b3050](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/f5b3050))
133
- * fix(ci): implement comprehensive coverage reporting for all packages and apps ([485a6dd](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/485a6dd))
134
- * fix(ci): improve SonarQube configuration... ([1a48613](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/1a48613))
135
- * fix(ci): migrate to official sonarqube-scan-action ([98f8d2f](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/98f8d2f))
136
- * fix(ci): pass branch name to SonarQube scan ([8cc39db](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8cc39db))
137
- * fix(ci): resolve SonarQube workflow issues (v5→v6, reusability, race) ([a7e41e6](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a7e41e6))
138
- * fix(detail): fixed missing id in query key ([f969487](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/f969487))
139
- * fix(fonts): resolve @fontsource path issues in Module Federation ([193357e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/193357e))
140
- * fix(home): apply MovieHero gradient and positioning to HeroSection ([4d31ca0](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/4d31ca0))
141
- * fix(host): add health endpoints to remotes and restore prod health checks ([18f048c](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/18f048c))
142
- * fix(host): use no-cors mode in health check to bypass CORS restrictions ([9244398](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/9244398))
143
- * fix(host): use remoteEntry.js for health checks instead of /health endpoint ([44ccb06](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/44ccb06))
144
- * fix(images): prioritize hero images, defer carousel posters ([77222ca](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/77222ca))
145
- * fix(media): remove unnecessary String() conversion in useTVSeriesSimilar hook ([894cbf7](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/894cbf7))
146
- * fix(media): use correct types for RecommendedSection carousels ([afb5000](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/afb5000))
147
- * fix(mf): upgrade to v1.11.0 and migrate to createInstance API ([ee8092e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/ee8092e))
148
- * fix(netlify): escape regex dots in Image CDN remote_images config ([8411534](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8411534))
149
- * fix(shared): replace recommendations mock data with real TMDB data ([2e55b6e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/2e55b6e))
150
- * fix(shared): route Netlify Image CDN via environment variable ([a36509e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a36509e))
151
- * fix(ui): carousel last pagination button scrolls to absolute end ([0a50d84](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/0a50d84))
152
- * fix(ui): export ImageLoading type from Image component ([1e21766](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/1e21766))
153
- * fix(ui): resolve image opacity bug in carousels ([469c5ea](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/469c5ea))
154
- * fix(ui): use aspect-video for responsive YouTube iframe in TrailerCard (#3) ([8390486](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8390486)), closes [#3](https://github.com/fubaritico/vite-mf-monorepo-tmdb/issues/3)
155
- * ci: add GitHub Actions workflows for linting, testing, and quality gates ([3363e0f](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/3363e0f))
156
- * ci: add SonarQube integration and Netlify deployment automation ([dbe7905](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/dbe7905))
157
- * ci: refactor CI/CD pipeline with unified validate workflow ([a635a49](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a635a49))
158
- * ci: test netlify build hook integration ([2f3a715](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/2f3a715))
159
- * ci: test netlify build hook integration ([8d31959](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8d31959))
160
- * ci(validation): added code lint and type check git worflow ([a676516](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a676516))
161
- * test: add comprehensive test suite reaching 90% coverage ([757a876](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/757a876))
162
- * test: scoped build in netlify ([e0c52c5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/e0c52c5))
163
- * test: scoped build in netlify undo ([92138f9](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/92138f9))
164
- * test(setup): set environment test for the project with vitest and testing library ([1b1287c](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/1b1287c))
165
- * chore: added start session skill to claude ([8618c4d](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8618c4d))
166
- * chore: generated types ([508fc49](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/508fc49))
167
- * chore: improve dev script with watch support for shared and ui ([b5508e8](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/b5508e8))
168
- * chore: update .windsurfrules with current project state ([e879115](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/e879115))
169
- * chore: updated react from 19.0.0 to 19.1.0 ([5ab9f01](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/5ab9f01))
170
- * chore(cleaning): remove typos an consoles ([3935c3a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/3935c3a))
171
- * chore(code): removed dead code and unused imports ([50c9732](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/50c9732))
172
- * chore(deps): centralize fontsource packages in pnpm catalog ([49a7175](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/49a7175))
173
- * chore(deps): remove husky for simplified commit process ([208474d](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/208474d))
174
- * chore(deps): update react-router to fix vulnerabilities ([01fccb2](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/01fccb2))
175
- * chore(http-client): upgrade @hey-api/openapi-ts to v0.92.3 ([d421c97](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/d421c97))
176
- * chore(netlify): enable Image CDN for remote TMDB images ([70710c3](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/70710c3))
177
- * chore(node): configure project to use Node.js LTS version ([a0903ba](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a0903ba))
178
- * chore(node): update to Node.js v22 and verify application startup ([55da4d5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/55da4d5))
179
- * chore(project): made shared deps and remote consistent ([b80ef7b](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/b80ef7b))
180
- * chore(project): setup working project architecture ([635d0c8](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/635d0c8))
181
- * chore(readme): add issues section ([36fde18](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/36fde18))
182
- * chore(rename): rename project before pushing to git ([3df9909](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/3df9909))
183
- * chore(scripts): remove unused scripts ([db9ec20](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/db9ec20))
184
- * refactor: centralize test utilities in shared package ([4058ac6](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/4058ac6))
185
- * refactor: move list and detail from packages/ to apps/ ([0459ce1](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/0459ce1))
186
- * refactor: rename detail remote to movie ([76f18f8](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/76f18f8))
187
- * refactor: rename list remote to home ([8c1cdf5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8c1cdf5))
188
- * refactor: rename list→home, detail→movie + fix vitest hanging ([532eb9e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/532eb9e))
189
- * refactor: rename movie package to media and add TV series support ([c8251f5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/c8251f5))
190
- * refactor: simplify remotes and centralize env config ([40f1d37](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/40f1d37))
191
- * refactor(fonts): remove Press Start 2P dependency, keep preload optimization ([6cbfa7a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/6cbfa7a))
192
- * refactor(home): extract hero image logic to HeroImage component ([aebf608](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/aebf608))
193
- * refactor(media): remove tabs from SimilarSection and add empty state messages ([1c15ccd](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/1c15ccd))
194
- * refactor(media): simplify RecommendedSection to show only context media type ([e5f4520](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/e5f4520))
195
- * refactor(shared): centralize mocks and fix import.meta.env typing ([bbbc45f](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/bbbc45f))
196
- * refactor(shared): move getBlurDataUrl utility from ui to shared package ([985022b](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/985022b))
197
- * refactor(ui): created common component HeroImage for Hero sections ([ddb60ca](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/ddb60ca))
198
- * refactor(ui): transform Tabs to Compound Component pattern ([4ced714](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/4ced714))
199
- * perf(build): enable terser minification across all remotes ([a21ffe3](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a21ffe3))
200
- * perf(home): compress hero images with quality reduction and size optimization ([1f8f23f](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/1f8f23f))
201
- * perf(home): corrected home images size ([448ffaf](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/448ffaf))
202
- * perf(home): corrected home images size and compress ([24a97a5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/24a97a5))
203
- * perf(home): lazy-load below-fold sections with React.lazy + Suspense ([7a8e8ca](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/7a8e8ca))
204
- * perf(home): lazy-load PopularSection, revert TrendingSection to static ([86b6a9b](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/86b6a9b))
205
- * perf(host): include main css in asset preload patterns ([a758870](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a758870))
206
- * perf(host): parallelize critical asset loading with dynamic preload injection ([06e3da0](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/06e3da0))
207
- * perf(images): conditionally route to Netlify Image CDN based on environment ([0844091](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/0844091))
208
- * perf(images): enable lazy loading for carousel posters and hero backdrops ([1a02e2c](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/1a02e2c))
209
- * perf(images): enable netlify image optimization for automatic format conversion ([e257064](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/e257064))
210
- * perf(images): implement responsive backdrops with picture element media queries ([ca8e1c8](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/ca8e1c8))
211
- * perf(images): optimize image loading and sizing for viewport + network performance ([f27ac6e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/f27ac6e))
212
- * perf(images): route TMDB images through Netlify Image CDN for format conversion ([9fd553e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/9fd553e))
213
- * perf(media): lazy-load below-fold sections with React.lazy + Suspense ([2685717](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/2685717))
214
- * perf(media): preload for remoteentry.js files ([d37b940](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/d37b940))
215
- * perf(media): removed lazy completely in media ([4d3ff77](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/4d3ff77))
216
- * perf(media): removed remote health check ([ffb570a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/ffb570a))
217
- * perf(network): add preconnect hints for TMDB origins ([26f5af9](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/26f5af9))
218
- * perf(shared): add width resizing and automatic format negotiation to Netlify Image CDN ([618746d](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/618746d))
219
- * styles: migrated host styles to tailwind ([ce00be2](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/ce00be2))
220
-
221
- ### BREAKING CHANGE
222
-
223
- * Home remote now uses hm: prefix for all Tailwind classes
224
- * New compositional API
225
-
226
- Before: <Tabs items={[...]} activeTab="tab1" onChange={fn} />
227
- After:
228
- <Tabs value="tab1" onValueChange={fn}>
229
- <Tabs.List>
230
- <Tabs.Trigger value="tab1">Tab 1</Tabs.Trigger>
231
- </Tabs.List>
232
- </Tabs>
233
-
234
- - Add Tabs.List and Tabs.Trigger sub-components
235
- - Remove items prop
236
- - Rename activeTab→value, onChange→onValueChange
237
- - Add keyboard navigation skip for disabled tabs
238
- - Fix icon alignment and react-refresh warnings
239
- * Remove explicit return types from
240
- usePopularMovies/usePopularTV
241
-
242
- - Create CarouselLoading component (packages/ui) with props:
243
- count, cardWidth, cardHeight, showTitle, showSubtitle
244
- - Fix TMDBError typing: remove explicit return types from hooks,
245
- add type assertion in components
246
- - Use pattern: if (isLoading) return <CarouselLoading count={6} />
247
- - Fix type narrowing: use 'if (error || instead of
248
- 'typeof error !== undefined'
249
- - Rename usePopular.test.tsx → usePopularMovies.test.tsx
250
- - Update test endpoint: /movie/popular
251
- - Remove type annotations from popularData.ts mocks
252
- - Delete .npmrc (hoisting not needed)
253
- - Move errorMessage check after hooks in Carousel.tsx
254
- - Format code with Prettier
255
-
256
- 1 created, 8 modified, 1 renamed, 1 deleted
257
- * TypeScript type generation/consumption is temporarily disabled.
258
- The integrated DTS in @module-federation/vite 1.11.0+ requires
259
- @module-federation/dts-plugin which has compatibility issues.
260
- This will be addressed in a future commit.
261
-
262
- Fixes the 'Please call init first' error on initial dev load.