@se-studio/core-ui 1.14.1 → 1.14.2

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
@@ -1,5 +1,12 @@
1
1
  # @se-studio/core-ui
2
2
 
3
+ ## 1.14.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @se-studio/contentful-rest-api@1.16.0
9
+
3
10
  ## 1.14.1
4
11
 
5
12
  ### Patch Changes
@@ -336,9 +336,8 @@ To migrate an existing project:
336
336
  ## Examples
337
337
 
338
338
  See the example apps in this monorepo for complete working implementations:
339
- - `apps/example-se2026` – Articles, people, tags (cms-routes pattern)
340
- - `apps/example-brightline` Brightline configuration
341
- - `apps/example-om1` – Resources, team, topics (alternative slug structure)
339
+ - `apps/example-empty` – Template app in this monorepo (articles, people, tags cms-routes pattern)
340
+ - Customer sites – See `docs/RELATED_PROJECTS.md` (e.g. SE Studio, Brightline, OM1 with alternative slug structures)
342
341
 
343
342
  ## API Reference
344
343
 
package/README.md CHANGED
@@ -619,7 +619,7 @@ See the [CMS Infrastructure Guide](./CMS_INFRASTRUCTURE.md).
619
619
 
620
620
  ## Examples
621
621
 
622
- Check out the [example-se2026](../../apps/example-se2026), [example-brightline](../../apps/example-brightline), or [example-om1](../../apps/example-om1) apps for complete implementations using all core-ui features.
622
+ Check out [example-empty](../../apps/example-empty) in this monorepo, or customer sites listed in [docs/RELATED_PROJECTS.md](../../docs/RELATED_PROJECTS.md), for complete implementations using core-ui features.
623
623
 
624
624
  ## Learn More
625
625
 
@@ -1,5 +1,5 @@
1
1
  export interface CmsTxtHandlerOptions {
2
- /** Display name for this app (e.g. "example-brightline") */
2
+ /** Display name for this app (e.g. "example-empty", "brightline") */
3
3
  appName: string;
4
4
  /** Local dev port (e.g. 3010) */
5
5
  port: number;
@@ -1 +1 @@
1
- {"version":3,"file":"createCmsTxtHandler.d.ts","sourceRoot":"","sources":["../../src/route-handlers/createCmsTxtHandler.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,oBAAoB;IACnC,4DAA4D;IAC5D,OAAO,EAAE,MAAM,CAAC;IAChB,iCAAiC;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,uEAAuE;IACvE,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED;;;;;;;;GAQG;AACH,wBAAgB,mBAAmB,CACjC,OAAO,EAAE,oBAAoB,GAC5B,CAAC,OAAO,CAAC,EAAE,OAAO,KAAK,QAAQ,CAgHjC"}
1
+ {"version":3,"file":"createCmsTxtHandler.d.ts","sourceRoot":"","sources":["../../src/route-handlers/createCmsTxtHandler.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,oBAAoB;IACnC,qEAAqE;IACrE,OAAO,EAAE,MAAM,CAAC;IAChB,iCAAiC;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,uEAAuE;IACvE,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED;;;;;;;;GAQG;AACH,wBAAgB,mBAAmB,CACjC,OAAO,EAAE,oBAAoB,GAC5B,CAAC,OAAO,CAAC,EAAE,OAAO,KAAK,QAAQ,CAgHjC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@se-studio/core-ui",
3
- "version": "1.14.1",
3
+ "version": "1.14.2",
4
4
  "description": "Shared React UI component library with Tailwind CSS v4 for SE Studio applications",
5
5
  "repository": {
6
6
  "type": "git",
@@ -75,16 +75,16 @@
75
75
  "mustache": "4.2.0",
76
76
  "server-only": "0.0.1",
77
77
  "tailwind-merge": "^3.6.0",
78
- "@se-studio/contentful-rest-api": "1.15.1",
78
+ "@se-studio/contentful-rest-api": "1.16.0",
79
79
  "@se-studio/core-data-types": "1.6.1"
80
80
  },
81
81
  "devDependencies": {
82
- "@biomejs/biome": "^2.5.1",
82
+ "@biomejs/biome": "^2.5.2",
83
83
  "@types/node": "^24.13.2",
84
84
  "@types/react": "^19.2.17",
85
85
  "@types/react-dom": "^19.2.3",
86
86
  "jsdom": "^29.1.1",
87
- "next": "^15.5.19",
87
+ "next": "^15.5.20",
88
88
  "typescript": "^6.0.3",
89
89
  "vitest": "^4.1.9"
90
90
  },