@cntrl-site/sdk 1.22.6 → 1.22.7

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.
package/dist/index.js CHANGED
@@ -1459,6 +1459,7 @@ function ControlSlider({ settings, content, styles: sliderStyles, isEditor }) {
1459
1459
  ref: setSliderRef,
1460
1460
  options: {
1461
1461
  arrows: false,
1462
+ speed: 600,
1462
1463
  autoplay: isEditor ? false : settings.triggers.autoPlay !== null,
1463
1464
  ...settings.triggers.autoPlay !== null && {
1464
1465
  interval: parseInt(settings.triggers.autoPlay) * 1e3
@@ -1635,7 +1636,7 @@ function ControlSlider({ settings, content, styles: sliderStyles, isEditor }) {
1635
1636
  ] });
1636
1637
  }
1637
1638
  function ArrowIcon({ color, className }) {
1638
- return /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 21 51", className, children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "none", stroke: color, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", transform: "matrix(-1 0 0 1 18.6055 1.13037)", d: "M17.472713 0L0 23L17.472713 47", fillRule: "evenodd" }) });
1639
+ return /* @__PURE__ */ jsxRuntime.jsx("svg", { viewBox: "0 0 10 18", className, children: /* @__PURE__ */ jsxRuntime.jsx("g", { id: "Symbols", stroke: "none", strokeWidth: "1", fill: color, fillRule: "evenodd", children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M-3.70710678,4.29289322 C-3.34662282,3.93240926 -2.77939176,3.90467972 -2.38710056,4.20970461 L-2.29289322,4.29289322 L5,11.585 L12.2928932,4.29289322 C12.6533772,3.93240926 13.2206082,3.90467972 13.6128994,4.20970461 L13.7071068,4.29289322 C14.0675907,4.65337718 14.0953203,5.22060824 13.7902954,5.61289944 L13.7071068,5.70710678 L5.70710678,13.7071068 C5.34662282,14.0675907 4.77939176,14.0953203 4.38710056,13.7902954 L4.29289322,13.7071068 L-3.70710678,5.70710678 C-4.09763107,5.31658249 -4.09763107,4.68341751 -3.70710678,4.29289322 Z", id: "Shape-Copy", fill: "#000000", transform: "translate(5, 9) rotate(-90) translate(-5, -9)" }) }) });
1639
1640
  }
1640
1641
  const ControlSliderComponent = {
1641
1642
  element: ControlSlider,
package/dist/index.mjs CHANGED
@@ -1440,6 +1440,7 @@ function ControlSlider({ settings, content, styles: sliderStyles, isEditor }) {
1440
1440
  ref: setSliderRef,
1441
1441
  options: {
1442
1442
  arrows: false,
1443
+ speed: 600,
1443
1444
  autoplay: isEditor ? false : settings.triggers.autoPlay !== null,
1444
1445
  ...settings.triggers.autoPlay !== null && {
1445
1446
  interval: parseInt(settings.triggers.autoPlay) * 1e3
@@ -1616,7 +1617,7 @@ function ControlSlider({ settings, content, styles: sliderStyles, isEditor }) {
1616
1617
  ] });
1617
1618
  }
1618
1619
  function ArrowIcon({ color, className }) {
1619
- return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 21 51", className, children: /* @__PURE__ */ jsx("path", { fill: "none", stroke: color, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", transform: "matrix(-1 0 0 1 18.6055 1.13037)", d: "M17.472713 0L0 23L17.472713 47", fillRule: "evenodd" }) });
1620
+ return /* @__PURE__ */ jsx("svg", { viewBox: "0 0 10 18", className, children: /* @__PURE__ */ jsx("g", { id: "Symbols", stroke: "none", strokeWidth: "1", fill: color, fillRule: "evenodd", children: /* @__PURE__ */ jsx("path", { d: "M-3.70710678,4.29289322 C-3.34662282,3.93240926 -2.77939176,3.90467972 -2.38710056,4.20970461 L-2.29289322,4.29289322 L5,11.585 L12.2928932,4.29289322 C12.6533772,3.93240926 13.2206082,3.90467972 13.6128994,4.20970461 L13.7071068,4.29289322 C14.0675907,4.65337718 14.0953203,5.22060824 13.7902954,5.61289944 L13.7071068,5.70710678 L5.70710678,13.7071068 C5.34662282,14.0675907 4.77939176,14.0953203 4.38710056,13.7902954 L4.29289322,13.7071068 L-3.70710678,5.70710678 C-4.09763107,5.31658249 -4.09763107,4.68341751 -3.70710678,4.29289322 Z", id: "Shape-Copy", fill: "#000000", transform: "translate(5, 9) rotate(-90) translate(-5, -9)" }) }) });
1620
1621
  }
1621
1622
  const ControlSliderComponent = {
1622
1623
  element: ControlSlider,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cntrl-site/sdk",
3
- "version": "1.22.6",
3
+ "version": "1.22.7",
4
4
  "description": "Generic SDK for use in public websites.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",