@cntrl-site/sdk 1.23.2-0 → 1.23.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.
@@ -71,22 +71,22 @@ export declare const ControlSliderComponent: {
71
71
  };
72
72
  enum: string[];
73
73
  };
74
- duration: {
75
- type: string;
76
- label: string;
74
+ backgroundColor: {
75
+ type: string[];
76
+ name: string;
77
77
  display: {
78
+ visible: boolean;
78
79
  type: string;
80
+ format: string;
79
81
  };
80
- enum: string[];
81
82
  };
82
- backgroundColor: {
83
+ duration: {
83
84
  type: string;
84
- name: string;
85
+ label: string;
85
86
  display: {
86
- visible: boolean;
87
87
  type: string;
88
- format: string;
89
88
  };
89
+ enum: string[];
90
90
  };
91
91
  };
92
92
  };
package/dist/index.js CHANGED
@@ -1752,22 +1752,22 @@ const ControlSliderComponent = {
1752
1752
  },
1753
1753
  enum: ["slide", "fade in"]
1754
1754
  },
1755
- duration: {
1756
- type: "string",
1757
- label: "hourglass-icon",
1758
- display: {
1759
- type: "step-selector"
1760
- },
1761
- enum: ["100ms", "250ms", "500ms", "1000ms", "1500ms", "2000ms"]
1762
- },
1763
1755
  backgroundColor: {
1764
- type: "string",
1756
+ type: ["string", "null"],
1765
1757
  name: "BG Color",
1766
1758
  display: {
1767
1759
  visible: false,
1768
1760
  type: "settings-color-picker",
1769
1761
  format: "single"
1770
1762
  }
1763
+ },
1764
+ duration: {
1765
+ type: "string",
1766
+ label: "hourglass-icon",
1767
+ display: {
1768
+ type: "step-selector"
1769
+ },
1770
+ enum: ["100ms", "250ms", "500ms", "1000ms", "1500ms", "2000ms"]
1771
1771
  }
1772
1772
  }
1773
1773
  },
package/dist/index.mjs CHANGED
@@ -1733,22 +1733,22 @@ const ControlSliderComponent = {
1733
1733
  },
1734
1734
  enum: ["slide", "fade in"]
1735
1735
  },
1736
- duration: {
1737
- type: "string",
1738
- label: "hourglass-icon",
1739
- display: {
1740
- type: "step-selector"
1741
- },
1742
- enum: ["100ms", "250ms", "500ms", "1000ms", "1500ms", "2000ms"]
1743
- },
1744
1736
  backgroundColor: {
1745
- type: "string",
1737
+ type: ["string", "null"],
1746
1738
  name: "BG Color",
1747
1739
  display: {
1748
1740
  visible: false,
1749
1741
  type: "settings-color-picker",
1750
1742
  format: "single"
1751
1743
  }
1744
+ },
1745
+ duration: {
1746
+ type: "string",
1747
+ label: "hourglass-icon",
1748
+ display: {
1749
+ type: "step-selector"
1750
+ },
1751
+ enum: ["100ms", "250ms", "500ms", "1000ms", "1500ms", "2000ms"]
1752
1752
  }
1753
1753
  }
1754
1754
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cntrl-site/sdk",
3
- "version": "1.23.2-0",
3
+ "version": "1.23.2",
4
4
  "description": "Generic SDK for use in public websites.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",