@schematichq/schematic-components 1.6.1 → 1.6.2

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.
@@ -10591,7 +10591,7 @@ var EmbedProvider = ({
10591
10591
  });
10592
10592
  const customHeaders = (0, import_react12.useMemo)(
10593
10593
  () => ({
10594
- "X-Schematic-Components-Version": "1.6.1",
10594
+ "X-Schematic-Components-Version": "1.6.2",
10595
10595
  "X-Schematic-Session-ID": sessionIdRef.current
10596
10596
  }),
10597
10597
  []
@@ -19188,14 +19188,7 @@ var PricingTable = (0, import_react51.forwardRef)(
19188
19188
  }
19189
19189
  },
19190
19190
  children: [
19191
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
19192
- Text,
19193
- {
19194
- display: props.header.fontStyle,
19195
- $color: settings.theme.card.background,
19196
- children: props.header.isVisible && props.plans.isVisible && plans.length > 0 && t2("Plans")
19197
- }
19198
- ),
19191
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Text, { display: props.header.fontStyle, children: props.header.isVisible && props.plans.isVisible && plans.length > 0 && t2("Plans") }),
19199
19192
  showPeriodToggle && periods.length > 1 && /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
19200
19193
  PeriodToggle,
19201
19194
  {
@@ -19248,14 +19241,7 @@ var PricingTable = (0, import_react51.forwardRef)(
19248
19241
  $justifyContent: "space-between",
19249
19242
  $alignItems: "center",
19250
19243
  $marginBottom: "1rem",
19251
- children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
19252
- Text,
19253
- {
19254
- display: props.header.fontStyle,
19255
- $color: settings.theme.card.background,
19256
- children: t2("Add-ons")
19257
- }
19258
- )
19244
+ children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Text, { display: props.header.fontStyle, children: t2("Add-ons") })
19259
19245
  }
19260
19246
  ),
19261
19247
  /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
@@ -10532,7 +10532,7 @@ var EmbedProvider = ({
10532
10532
  });
10533
10533
  const customHeaders = useMemo3(
10534
10534
  () => ({
10535
- "X-Schematic-Components-Version": "1.6.1",
10535
+ "X-Schematic-Components-Version": "1.6.2",
10536
10536
  "X-Schematic-Session-ID": sessionIdRef.current
10537
10537
  }),
10538
10538
  []
@@ -19150,14 +19150,7 @@ var PricingTable = forwardRef12(
19150
19150
  }
19151
19151
  },
19152
19152
  children: [
19153
- /* @__PURE__ */ jsx47(
19154
- Text,
19155
- {
19156
- display: props.header.fontStyle,
19157
- $color: settings.theme.card.background,
19158
- children: props.header.isVisible && props.plans.isVisible && plans.length > 0 && t2("Plans")
19159
- }
19160
- ),
19153
+ /* @__PURE__ */ jsx47(Text, { display: props.header.fontStyle, children: props.header.isVisible && props.plans.isVisible && plans.length > 0 && t2("Plans") }),
19161
19154
  showPeriodToggle && periods.length > 1 && /* @__PURE__ */ jsx47(
19162
19155
  PeriodToggle,
19163
19156
  {
@@ -19210,14 +19203,7 @@ var PricingTable = forwardRef12(
19210
19203
  $justifyContent: "space-between",
19211
19204
  $alignItems: "center",
19212
19205
  $marginBottom: "1rem",
19213
- children: /* @__PURE__ */ jsx47(
19214
- Text,
19215
- {
19216
- display: props.header.fontStyle,
19217
- $color: settings.theme.card.background,
19218
- children: t2("Add-ons")
19219
- }
19220
- )
19206
+ children: /* @__PURE__ */ jsx47(Text, { display: props.header.fontStyle, children: t2("Add-ons") })
19221
19207
  }
19222
19208
  ),
19223
19209
  /* @__PURE__ */ jsx47(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schematichq/schematic-components",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "main": "dist/schematic-components.cjs.js",
5
5
  "module": "dist/schematic-components.esm.js",
6
6
  "types": "dist/schematic-components.d.ts",