@schematichq/schematic-components 2.14.0-rc.3 → 2.14.0
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.
|
@@ -13826,7 +13826,7 @@ var reducer = (state, action) => {
|
|
|
13826
13826
|
// src/context/EmbedProvider.tsx
|
|
13827
13827
|
var import_jsx_runtime2 = require("react/jsx-runtime");
|
|
13828
13828
|
var getCustomHeaders = (sessionId) => ({
|
|
13829
|
-
"X-Schematic-Components-Version": "2.14.0
|
|
13829
|
+
"X-Schematic-Components-Version": "2.14.0",
|
|
13830
13830
|
"X-Schematic-Session-ID": sessionId
|
|
13831
13831
|
});
|
|
13832
13832
|
var normalizeCurrencyFilter = (filter2) => {
|
|
@@ -13738,7 +13738,7 @@ var reducer = (state, action) => {
|
|
|
13738
13738
|
// src/context/EmbedProvider.tsx
|
|
13739
13739
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
13740
13740
|
var getCustomHeaders = (sessionId) => ({
|
|
13741
|
-
"X-Schematic-Components-Version": "2.14.0
|
|
13741
|
+
"X-Schematic-Components-Version": "2.14.0",
|
|
13742
13742
|
"X-Schematic-Session-ID": sessionId
|
|
13743
13743
|
});
|
|
13744
13744
|
var normalizeCurrencyFilter = (filter2) => {
|