@amos.com/react-amos-js 0.3.0 → 0.3.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -95,7 +95,7 @@ Every component accepts an optional `appearance` prop that controls the look of
95
95
  />
96
96
  ```
97
97
 
98
- Only the variables you provide are sent; omitted variables keep their defaults.
98
+ `themeVariables` uses a **replace** model: each update that includes `themeVariables` sets the full override set. Only the variables you list are overridden; unlisted variables revert to iframe defaults. Omit `themeVariables` to leave existing overrides unchanged.
99
99
 
100
100
  ### Available theme variables
101
101
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amos.com/react-amos-js",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "main": "dist/index.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -44,8 +44,8 @@
44
44
  "vite-plugin-dts": "4.5.4"
45
45
  },
46
46
  "dependencies": {
47
- "@amos.com/amos-js": "0.3.0",
48
- "@amos.com/node": "0.1.6",
47
+ "@amos.com/amos-js": "0.3.2",
48
+ "@amos.com/node": "0.1.7",
49
49
  "@types/googlepay": "0.7.10"
50
50
  },
51
51
  "peerDependencies": {