@yogiswara/honcho-editor-ui 2.0.3 → 2.0.4

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.
@@ -40,7 +40,7 @@ export function useHonchoEditor(controller, initImageId, firebaseUid) {
40
40
  const [headerMenuAnchorEl, setHeaderMenuAnchorEl] = useState(null);
41
41
  const [anchorMenuZoom, setAnchorMenuZoom] = useState(null);
42
42
  // Panel Expansion State
43
- const [colorAdjustmentExpandedPanels, setColorAdjustmentExpandedPanels] = useState(['whiteBalance']);
43
+ const [colorAdjustmentExpandedPanels, setColorAdjustmentExpandedPanels] = useState(['whiteBalance', 'light', 'details']);
44
44
  const [presetExpandedPanels, setPresetExpandedPanels] = useState(['preset']);
45
45
  // Watermark State
46
46
  const [isCreatingWatermark, setIsCreatingWatermark] = useState(false);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yogiswara/honcho-editor-ui",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
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",