calcsuite-react 1.1.1 → 1.1.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
@@ -3,6 +3,11 @@
3
3
  All notable changes to **CalcSuite** are documented here. This project adheres to
4
4
  [Semantic Versioning](https://semver.org/).
5
5
 
6
+ ## [1.1.2] — 2026-09-04
7
+
8
+ ### Fixed
9
+ - **Unstyled UI when embedded.** `<FinCalcProvider>` now renders the design-token root (`data-fincalc-root` + resolved `data-theme` / `data-density` / accent / font) itself, via a layout-neutral `display: contents` wrapper. Previously that root was applied only by the demo app, so consumers of the package rendered the calculators with every `--fc-*` token undefined — transparent surfaces, no borders, no dialog panel. The wrapper is scoped (not on `<html>`), so it never collides with the host app's own `data-theme`.
10
+
6
11
  ## [1.1.1] — 2026-09-04
7
12
 
8
13
  ### Fixed