@yogiswara/honcho-editor-ui 2.1.15 → 2.1.16

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.
@@ -140,16 +140,20 @@ const GalleryImageItem = (props) => {
140
140
  margin,
141
141
  props.isSelected,
142
142
  ]);
143
- return (_jsxs(Box, { id: "Box_image", sx: boxOuterSx, className: "image", children: [!props.isHiddenGallery &&
143
+ return (_jsxs(Box, { id: "Box_image", className: "image", children: [!props.isHiddenGallery &&
144
144
  (hasAdjustments && isSelected ? (_jsx(Box, { color: "primary.dark1", onClick: handleImageSelectedIconClick, sx: {
145
145
  position: "absolute",
146
- width: "19px",
147
- height: "19px",
148
- zIndex: "2",
149
- left: "5px",
150
- top: "5px",
146
+ // width: "19px",
147
+ // height: "19px",
148
+ // zIndex: "2",
149
+ // left: "5px",
150
+ // top: "5px",
151
151
  borderRadius: { xs: "50%", sm: 0 },
152
- }, className: "checkbox", children: _jsx(CustomTickIcon, {}) })) : (_jsx(Box, { color: "neutral.light2", onClick: handleImageSelectedIconClick, sx: {
152
+ }, className: "checkbox", children: _jsx(CustomTickIcon, {}) })) : (_jsx(Box
153
+ // color={"neutral.light2"}
154
+ , {
155
+ // color={"neutral.light2"}
156
+ onClick: handleImageSelectedIconClick, sx: {
153
157
  position: "absolute",
154
158
  width: "19px",
155
159
  height: "19px",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yogiswara/honcho-editor-ui",
3
- "version": "2.1.15",
3
+ "version": "2.1.16",
4
4
  "description": "A complete UI component library for the Honcho photo editor.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",