@cntrl-site/sdk 1.22.13 → 1.22.14

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
@@ -1952,7 +1952,7 @@ const ControlSliderComponent = {
1952
1952
  {
1953
1953
  if: {
1954
1954
  name: "direction",
1955
- value: "vertical"
1955
+ value: "vert"
1956
1956
  },
1957
1957
  then: {
1958
1958
  name: "properties.pagination.properties.position.display.direction",
package/dist/index.mjs CHANGED
@@ -1933,7 +1933,7 @@ const ControlSliderComponent = {
1933
1933
  {
1934
1934
  if: {
1935
1935
  name: "direction",
1936
- value: "vertical"
1936
+ value: "vert"
1937
1937
  },
1938
1938
  then: {
1939
1939
  name: "properties.pagination.properties.position.display.direction",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cntrl-site/sdk",
3
- "version": "1.22.13",
3
+ "version": "1.22.14",
4
4
  "description": "Generic SDK for use in public websites.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",