@se-studio/core-ui 1.14.0 → 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,19 @@
|
|
|
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
|
+
|
|
10
|
+
## 1.14.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
- @se-studio/contentful-rest-api@1.15.1
|
|
16
|
+
|
|
3
17
|
## 1.14.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
package/CMS_INFRASTRUCTURE.md
CHANGED
|
@@ -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-
|
|
340
|
-
- `
|
|
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
|
|
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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createCmsTxtHandler.d.ts","sourceRoot":"","sources":["../../src/route-handlers/createCmsTxtHandler.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,oBAAoB;IACnC,
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
87
|
+
"next": "^15.5.20",
|
|
88
88
|
"typescript": "^6.0.3",
|
|
89
89
|
"vitest": "^4.1.9"
|
|
90
90
|
},
|