@schematichq/schematic-components 2.6.0 → 2.6.1-rc.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.
|
@@ -13505,7 +13505,7 @@ var reducer = (state, action) => {
|
|
|
13505
13505
|
// src/context/EmbedProvider.tsx
|
|
13506
13506
|
var import_jsx_runtime2 = require("react/jsx-runtime");
|
|
13507
13507
|
var getCustomHeaders = (sessionId) => ({
|
|
13508
|
-
"X-Schematic-Components-Version": "2.6.0",
|
|
13508
|
+
"X-Schematic-Components-Version": "2.6.1-rc.0",
|
|
13509
13509
|
"X-Schematic-Session-ID": sessionId
|
|
13510
13510
|
});
|
|
13511
13511
|
var EmbedProvider = ({
|
|
@@ -13432,7 +13432,7 @@ var reducer = (state, action) => {
|
|
|
13432
13432
|
// src/context/EmbedProvider.tsx
|
|
13433
13433
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
13434
13434
|
var getCustomHeaders = (sessionId) => ({
|
|
13435
|
-
"X-Schematic-Components-Version": "2.6.0",
|
|
13435
|
+
"X-Schematic-Components-Version": "2.6.1-rc.0",
|
|
13436
13436
|
"X-Schematic-Session-ID": sessionId
|
|
13437
13437
|
});
|
|
13438
13438
|
var EmbedProvider = ({
|