@sendoutcards/quantum-design-ui 1.7.64 → 1.7.65
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.es.js +2 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -19810,7 +19810,6 @@ var QuantumColorPicker = function (_a) {
|
|
|
19810
19810
|
css: styles$7.thumbnailContainer,
|
|
19811
19811
|
overflowX: "auto",
|
|
19812
19812
|
width: "100%",
|
|
19813
|
-
height: "95px",
|
|
19814
19813
|
justifyContent: "flex-start",
|
|
19815
19814
|
flexWrap: 'wrap',
|
|
19816
19815
|
alignItems: "center"
|
|
@@ -19824,7 +19823,8 @@ var QuantumColorPicker = function (_a) {
|
|
|
19824
19823
|
handleOnChange(formattedHexValue(value));
|
|
19825
19824
|
},
|
|
19826
19825
|
outset: {
|
|
19827
|
-
horizontal: 'x1'
|
|
19826
|
+
horizontal: 'x1',
|
|
19827
|
+
top: 'x1'
|
|
19828
19828
|
}
|
|
19829
19829
|
});
|
|
19830
19830
|
}))));
|