@cntrl-site/components 0.1.0-1 → 0.1.0-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.
|
@@ -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",
|
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",
|