@spiffcommerce/core 26.42.1-beta.ee0ff451-4a2f-5a7c-8284-2f0f72791366 → 27.0.0-beta.7123ea0f-ccbb-57f9-919e-cf0e8d93ccc4
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 +6 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +134 -134
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +934 -934
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -14,6 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
14
14
|
- `Fixed` for any bug fixes.
|
|
15
15
|
- `Security` in case of vulnerabilities.
|
|
16
16
|
|
|
17
|
+
## [27.0.0] - 15-07-2025
|
|
18
|
+
|
|
19
|
+
## Changed
|
|
20
|
+
|
|
21
|
+
- Modified the functions for logging in as a customer.
|
|
22
|
+
|
|
17
23
|
## [26.40.0] - 10-07-2025
|
|
18
24
|
|
|
19
25
|
## Added
|
package/dist/index.d.ts
CHANGED
|
@@ -3388,6 +3388,10 @@ interface RenderingConfiguration {
|
|
|
3388
3388
|
* Allow for debug rendering on elements.
|
|
3389
3389
|
*/
|
|
3390
3390
|
debug?: boolean;
|
|
3391
|
+
/**
|
|
3392
|
+
* Contents variables for templating text.
|
|
3393
|
+
*/
|
|
3394
|
+
templatingContext?: any;
|
|
3391
3395
|
}
|
|
3392
3396
|
interface ColorProfileProps {
|
|
3393
3397
|
name: string;
|