@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-rc.3",
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-rc.3",
13741
+ "X-Schematic-Components-Version": "2.14.0",
13742
13742
  "X-Schematic-Session-ID": sessionId
13743
13743
  });
13744
13744
  var normalizeCurrencyFilter = (filter2) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schematichq/schematic-components",
3
- "version": "2.14.0-rc.3",
3
+ "version": "2.14.0",
4
4
  "main": "dist/schematic-components.cjs.js",
5
5
  "module": "dist/schematic-components.esm.js",
6
6
  "types": "dist/schematic-components.d.ts",