@cntrl-site/components 0.1.0-1 → 0.1.0-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.
|
@@ -132,7 +132,7 @@ export declare const ControlSliderComponent: {
|
|
|
132
132
|
};
|
|
133
133
|
};
|
|
134
134
|
color: {
|
|
135
|
-
|
|
135
|
+
title: string;
|
|
136
136
|
type: string;
|
|
137
137
|
display: {
|
|
138
138
|
type: string;
|
|
@@ -140,7 +140,7 @@ export declare const ControlSliderComponent: {
|
|
|
140
140
|
};
|
|
141
141
|
};
|
|
142
142
|
hover: {
|
|
143
|
-
|
|
143
|
+
title: string;
|
|
144
144
|
type: string;
|
|
145
145
|
display: {
|
|
146
146
|
type: string;
|
|
@@ -185,7 +185,7 @@ export declare const ControlSliderComponent: {
|
|
|
185
185
|
};
|
|
186
186
|
scale: {
|
|
187
187
|
type: string;
|
|
188
|
-
|
|
188
|
+
title: string;
|
|
189
189
|
min: number;
|
|
190
190
|
max: number;
|
|
191
191
|
display: {
|
|
@@ -204,7 +204,7 @@ export declare const ControlSliderComponent: {
|
|
|
204
204
|
};
|
|
205
205
|
};
|
|
206
206
|
hover: {
|
|
207
|
-
|
|
207
|
+
title: string;
|
|
208
208
|
type: string;
|
|
209
209
|
display: {
|
|
210
210
|
type: string;
|
package/dist/index.js
CHANGED
|
@@ -584,7 +584,7 @@ const ControlSliderComponent = {
|
|
|
584
584
|
}
|
|
585
585
|
},
|
|
586
586
|
color: {
|
|
587
|
-
|
|
587
|
+
title: "color",
|
|
588
588
|
type: "string",
|
|
589
589
|
display: {
|
|
590
590
|
type: "settings-color-picker",
|
|
@@ -592,7 +592,7 @@ const ControlSliderComponent = {
|
|
|
592
592
|
}
|
|
593
593
|
},
|
|
594
594
|
hover: {
|
|
595
|
-
|
|
595
|
+
title: "hover",
|
|
596
596
|
type: "string",
|
|
597
597
|
display: {
|
|
598
598
|
type: "settings-color-picker",
|
|
@@ -637,7 +637,7 @@ const ControlSliderComponent = {
|
|
|
637
637
|
},
|
|
638
638
|
scale: {
|
|
639
639
|
type: "number",
|
|
640
|
-
|
|
640
|
+
title: "scale",
|
|
641
641
|
min: 10,
|
|
642
642
|
max: 400,
|
|
643
643
|
display: {
|
|
@@ -656,7 +656,7 @@ const ControlSliderComponent = {
|
|
|
656
656
|
}
|
|
657
657
|
},
|
|
658
658
|
hover: {
|
|
659
|
-
|
|
659
|
+
title: "hover",
|
|
660
660
|
type: "string",
|
|
661
661
|
display: {
|
|
662
662
|
type: "settings-color-picker",
|
|
@@ -1794,7 +1794,7 @@ const LightboxComponent = {
|
|
|
1794
1794
|
},
|
|
1795
1795
|
duration: {
|
|
1796
1796
|
type: "string",
|
|
1797
|
-
label: "
|
|
1797
|
+
label: "T",
|
|
1798
1798
|
display: {
|
|
1799
1799
|
type: "step-selector"
|
|
1800
1800
|
},
|
|
@@ -1841,7 +1841,7 @@ const LightboxComponent = {
|
|
|
1841
1841
|
},
|
|
1842
1842
|
duration: {
|
|
1843
1843
|
type: "string",
|
|
1844
|
-
label: "
|
|
1844
|
+
label: "T",
|
|
1845
1845
|
display: {
|
|
1846
1846
|
type: "step-selector"
|
|
1847
1847
|
},
|
|
@@ -2254,7 +2254,7 @@ const LightboxComponent = {
|
|
|
2254
2254
|
blur: 0,
|
|
2255
2255
|
closeIconUrl: null,
|
|
2256
2256
|
closeIconAlign: "top-right",
|
|
2257
|
-
closeIconOffset: { x:
|
|
2257
|
+
closeIconOffset: { x: 0, y: 0 }
|
|
2258
2258
|
},
|
|
2259
2259
|
caption: {
|
|
2260
2260
|
alignment: "middle-center",
|
|
@@ -2288,9 +2288,9 @@ const LightboxComponent = {
|
|
|
2288
2288
|
properties: {
|
|
2289
2289
|
image: {
|
|
2290
2290
|
type: "object",
|
|
2291
|
+
label: "Image",
|
|
2291
2292
|
display: {
|
|
2292
2293
|
type: "media-input",
|
|
2293
|
-
label: "Image",
|
|
2294
2294
|
minWidth: 58,
|
|
2295
2295
|
maxWidth: 108
|
|
2296
2296
|
},
|
|
@@ -2309,10 +2309,10 @@ const LightboxComponent = {
|
|
|
2309
2309
|
required: ["url", "name"]
|
|
2310
2310
|
},
|
|
2311
2311
|
imageCaption: {
|
|
2312
|
+
label: "Description",
|
|
2313
|
+
placeholder: "Add Caption...",
|
|
2312
2314
|
display: {
|
|
2313
2315
|
type: "rich-text",
|
|
2314
|
-
label: "Description",
|
|
2315
|
-
placeholder: "Add Caption...",
|
|
2316
2316
|
minWidth: 300,
|
|
2317
2317
|
maxWidth: 550
|
|
2318
2318
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -582,7 +582,7 @@ const ControlSliderComponent = {
|
|
|
582
582
|
}
|
|
583
583
|
},
|
|
584
584
|
color: {
|
|
585
|
-
|
|
585
|
+
title: "color",
|
|
586
586
|
type: "string",
|
|
587
587
|
display: {
|
|
588
588
|
type: "settings-color-picker",
|
|
@@ -590,7 +590,7 @@ const ControlSliderComponent = {
|
|
|
590
590
|
}
|
|
591
591
|
},
|
|
592
592
|
hover: {
|
|
593
|
-
|
|
593
|
+
title: "hover",
|
|
594
594
|
type: "string",
|
|
595
595
|
display: {
|
|
596
596
|
type: "settings-color-picker",
|
|
@@ -635,7 +635,7 @@ const ControlSliderComponent = {
|
|
|
635
635
|
},
|
|
636
636
|
scale: {
|
|
637
637
|
type: "number",
|
|
638
|
-
|
|
638
|
+
title: "scale",
|
|
639
639
|
min: 10,
|
|
640
640
|
max: 400,
|
|
641
641
|
display: {
|
|
@@ -654,7 +654,7 @@ const ControlSliderComponent = {
|
|
|
654
654
|
}
|
|
655
655
|
},
|
|
656
656
|
hover: {
|
|
657
|
-
|
|
657
|
+
title: "hover",
|
|
658
658
|
type: "string",
|
|
659
659
|
display: {
|
|
660
660
|
type: "settings-color-picker",
|
|
@@ -1792,7 +1792,7 @@ const LightboxComponent = {
|
|
|
1792
1792
|
},
|
|
1793
1793
|
duration: {
|
|
1794
1794
|
type: "string",
|
|
1795
|
-
label: "
|
|
1795
|
+
label: "T",
|
|
1796
1796
|
display: {
|
|
1797
1797
|
type: "step-selector"
|
|
1798
1798
|
},
|
|
@@ -1839,7 +1839,7 @@ const LightboxComponent = {
|
|
|
1839
1839
|
},
|
|
1840
1840
|
duration: {
|
|
1841
1841
|
type: "string",
|
|
1842
|
-
label: "
|
|
1842
|
+
label: "T",
|
|
1843
1843
|
display: {
|
|
1844
1844
|
type: "step-selector"
|
|
1845
1845
|
},
|
|
@@ -2252,7 +2252,7 @@ const LightboxComponent = {
|
|
|
2252
2252
|
blur: 0,
|
|
2253
2253
|
closeIconUrl: null,
|
|
2254
2254
|
closeIconAlign: "top-right",
|
|
2255
|
-
closeIconOffset: { x:
|
|
2255
|
+
closeIconOffset: { x: 0, y: 0 }
|
|
2256
2256
|
},
|
|
2257
2257
|
caption: {
|
|
2258
2258
|
alignment: "middle-center",
|
|
@@ -2286,9 +2286,9 @@ const LightboxComponent = {
|
|
|
2286
2286
|
properties: {
|
|
2287
2287
|
image: {
|
|
2288
2288
|
type: "object",
|
|
2289
|
+
label: "Image",
|
|
2289
2290
|
display: {
|
|
2290
2291
|
type: "media-input",
|
|
2291
|
-
label: "Image",
|
|
2292
2292
|
minWidth: 58,
|
|
2293
2293
|
maxWidth: 108
|
|
2294
2294
|
},
|
|
@@ -2307,10 +2307,10 @@ const LightboxComponent = {
|
|
|
2307
2307
|
required: ["url", "name"]
|
|
2308
2308
|
},
|
|
2309
2309
|
imageCaption: {
|
|
2310
|
+
label: "Description",
|
|
2311
|
+
placeholder: "Add Caption...",
|
|
2310
2312
|
display: {
|
|
2311
2313
|
type: "rich-text",
|
|
2312
|
-
label: "Description",
|
|
2313
|
-
placeholder: "Add Caption...",
|
|
2314
2314
|
minWidth: 300,
|
|
2315
2315
|
maxWidth: 550
|
|
2316
2316
|
}
|