@bigbinary/neeto-molecules 3.6.2 → 3.6.3

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.
@@ -2303,7 +2303,7 @@ var getEmailWidgetSnippetFormInitialValues = function getEmailWidgetSnippetFormI
2303
2303
  };
2304
2304
  var getSortedPrefixedWidgets = function getSortedPrefixedWidgets(widgets) {
2305
2305
  var sortedWidgets = widgets.sort().map(function (widget) {
2306
- return "neeto".concat(neetoCist.capitalize(widget));
2306
+ return "Neeto".concat(neetoCist.capitalize(widget));
2307
2307
  });
2308
2308
  return sortedWidgets.length === 1 ? sortedWidgets : i18next.t("neetoMolecules.widget.email.widgetList", {
2309
2309
  widgets: sortedWidgets
@@ -2516,7 +2516,7 @@ var TooltipSwitch = withT__default["default"](function (_ref) {
2516
2516
  disabled: enabledClientApps.includes(widget),
2517
2517
  placement: "right",
2518
2518
  content: t("neetoMolecules.widget.tooltips.productIsDisabled", {
2519
- productName: "neeto".concat(neetoCist.capitalize(widget))
2519
+ productName: "Neeto".concat(neetoCist.capitalize(widget))
2520
2520
  }),
2521
2521
  children: /*#__PURE__*/jsxRuntime.jsx(Switch__default["default"], {
2522
2522
  checked: selectedWidgets.includes(widget),
@@ -2544,7 +2544,7 @@ var SelectionSwitches = function SelectionSwitches(_ref) {
2544
2544
  updateSelectedWidgets: updateSelectedWidgets,
2545
2545
  widget: primaryWidget
2546
2546
  }), /*#__PURE__*/jsxRuntime.jsxs(Label__default["default"], {
2547
- children: ["neeto", neetoCist.capitalize(primaryWidget)]
2547
+ children: ["Neeto", neetoCist.capitalize(primaryWidget)]
2548
2548
  })]
2549
2549
  }), /*#__PURE__*/jsxRuntime.jsx("div", {
2550
2550
  className: "flex flex-wrap items-center gap-6 sm:justify-end",
@@ -2557,7 +2557,7 @@ var SelectionSwitches = function SelectionSwitches(_ref) {
2557
2557
  updateSelectedWidgets: updateSelectedWidgets,
2558
2558
  widget: widget
2559
2559
  }), /*#__PURE__*/jsxRuntime.jsxs(Label__default["default"], {
2560
- children: ["neeto", neetoCist.capitalize(widget)]
2560
+ children: ["Neeto", neetoCist.capitalize(widget)]
2561
2561
  })]
2562
2562
  }, index);
2563
2563
  })