@schematichq/schematic-components 2.22.1-rc.3 → 2.22.1

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.
@@ -14384,7 +14384,7 @@ var reducer = (state, action) => {
14384
14384
  // src/context/EmbedProvider.tsx
14385
14385
  var import_jsx_runtime3 = require("react/jsx-runtime");
14386
14386
  var getCustomHeaders = (sessionId) => ({
14387
- "X-Schematic-Components-Version": "2.22.1-rc.3",
14387
+ "X-Schematic-Components-Version": "2.22.1",
14388
14388
  "X-Schematic-Session-ID": sessionId
14389
14389
  });
14390
14390
  var normalizeCurrencyFilter = (filter2) => {
@@ -14294,7 +14294,7 @@ var reducer = (state, action) => {
14294
14294
  // src/context/EmbedProvider.tsx
14295
14295
  import { jsx as jsx2, jsxs } from "react/jsx-runtime";
14296
14296
  var getCustomHeaders = (sessionId) => ({
14297
- "X-Schematic-Components-Version": "2.22.1-rc.3",
14297
+ "X-Schematic-Components-Version": "2.22.1",
14298
14298
  "X-Schematic-Session-ID": sessionId
14299
14299
  });
14300
14300
  var normalizeCurrencyFilter = (filter2) => {
@@ -14741,7 +14741,7 @@ var reducer = (state, action) => {
14741
14741
  // src/context/EmbedProvider.tsx
14742
14742
  var import_jsx_runtime3 = require("react/jsx-runtime");
14743
14743
  var getCustomHeaders = (sessionId) => ({
14744
- "X-Schematic-Components-Version": "2.22.1-rc.3",
14744
+ "X-Schematic-Components-Version": "2.22.1",
14745
14745
  "X-Schematic-Session-ID": sessionId
14746
14746
  });
14747
14747
  var normalizeCurrencyFilter = (filter) => {
@@ -14419,7 +14419,7 @@ var reducer = (state, action) => {
14419
14419
  // src/context/EmbedProvider.tsx
14420
14420
  import { jsx as jsx2, jsxs } from "react/jsx-runtime";
14421
14421
  var getCustomHeaders = (sessionId) => ({
14422
- "X-Schematic-Components-Version": "2.22.1-rc.3",
14422
+ "X-Schematic-Components-Version": "2.22.1",
14423
14423
  "X-Schematic-Session-ID": sessionId
14424
14424
  });
14425
14425
  var normalizeCurrencyFilter = (filter2) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schematichq/schematic-components",
3
- "version": "2.22.1-rc.3",
3
+ "version": "2.22.1",
4
4
  "main": "dist/schematic-components.cjs.js",
5
5
  "module": "dist/schematic-components.esm.js",
6
6
  "types": "dist/schematic-components.d.ts",