@se-studio/core-ui 1.10.0 → 1.10.1

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/ANALYTICS.md CHANGED
@@ -135,7 +135,7 @@ const composite = new CompositeAnalyticsAdapter([
135
135
  const adapter = new ConsentAwareAdapter(composite, 'analytics', hasConsent);
136
136
  ```
137
137
 
138
- Add `AnalyticsPageTracker` inside the provider for soft-navigation page views (HubSpot SPA Mode B). Load HubSpot's bootstrap script in the root layout with `createHubSpotBootstrapScript(pathname)` from `@se-studio/hubspot`.
138
+ Add `AnalyticsPageTracker` inside the provider for soft-navigation page views (HubSpot SPA Mode B). Load HubSpot's bootstrap script in the root layout with `createHubSpotBootstrapScript()` (no args — uses `window.location.pathname` at script run time) from `@se-studio/hubspot`. Do not use `headers()` in the root layout for pathname; that forces dynamic rendering and breaks on-demand SSG pages in production.
139
139
 
140
140
  A/B test impressions: use `AbTestReporter` from `@se-studio/ab-testing/components` inside `AnalyticsProvider`. It calls `trackEvent('experiment_impression', …)` including `hubspotEvent` when configured in Contentful.
141
141
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @se-studio/core-ui
2
2
 
3
+ ## 1.10.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @se-studio/contentful-rest-api@1.12.0
9
+
3
10
  ## 1.10.0
4
11
 
5
12
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@se-studio/core-ui",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "description": "Shared React UI component library with Tailwind CSS v4 for SE Studio applications",
5
5
  "repository": {
6
6
  "type": "git",
@@ -75,7 +75,7 @@
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.11.0",
78
+ "@se-studio/contentful-rest-api": "1.12.0",
79
79
  "@se-studio/core-data-types": "1.5.1"
80
80
  },
81
81
  "devDependencies": {