@yogiswara/honcho-editor-ui 2.7.14 → 2.7.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.
Files changed (139) hide show
  1. package/dist/color.d.ts +9 -0
  2. package/dist/color.js +9 -0
  3. package/dist/components/editor/GalleryAlbum/AlbumImageGallery.d.ts +8 -0
  4. package/dist/components/editor/GalleryAlbum/AlbumImageGallery.js +28 -0
  5. package/dist/components/editor/GalleryAlbum/ImageItem.d.ts +10 -0
  6. package/dist/components/editor/GalleryAlbum/ImageItem.js +81 -0
  7. package/dist/components/editor/HAccordionAspectRatio.d.ts +14 -0
  8. package/dist/components/editor/HAccordionAspectRatio.js +102 -0
  9. package/dist/components/editor/HAccordionColor.d.ts +16 -0
  10. package/dist/components/editor/HAccordionColor.js +282 -0
  11. package/dist/components/editor/HAccordionColorAdjustment.d.ts +35 -0
  12. package/dist/components/editor/HAccordionColorAdjustment.js +31 -0
  13. package/dist/components/editor/HAccordionDetails.d.ts +12 -0
  14. package/dist/components/editor/HAccordionDetails.js +157 -0
  15. package/dist/components/editor/HAccordionLight.d.ts +20 -0
  16. package/dist/components/editor/HAccordionLight.js +414 -0
  17. package/dist/components/editor/HAccordionPreset.d.ts +23 -0
  18. package/dist/components/editor/HAccordionPreset.js +52 -0
  19. package/dist/components/editor/HAlertBox.d.ts +8 -0
  20. package/dist/components/editor/HAlertBox.js +55 -0
  21. package/dist/components/editor/HAspectRatioMobile.d.ts +0 -0
  22. package/dist/components/editor/HAspectRatioMobile.js +1 -0
  23. package/dist/components/editor/HBulkAccordionColorAdjustment.d.ts +55 -0
  24. package/dist/components/editor/HBulkAccordionColorAdjustment.js +31 -0
  25. package/dist/components/editor/HBulkAccordionColorAdjustmentColors.d.ts +20 -0
  26. package/dist/components/editor/HBulkAccordionColorAdjustmentColors.js +121 -0
  27. package/dist/components/editor/HBulkAccordionColorAdjustmentDetails.d.ts +12 -0
  28. package/dist/components/editor/HBulkAccordionColorAdjustmentDetails.js +65 -0
  29. package/dist/components/editor/HBulkAccordionColorAdjustmentLight.d.ts +28 -0
  30. package/dist/components/editor/HBulkAccordionColorAdjustmentLight.js +177 -0
  31. package/dist/components/editor/HBulkColorAdjustmentMobile.d.ts +53 -0
  32. package/dist/components/editor/HBulkColorAdjustmentMobile.js +16 -0
  33. package/dist/components/editor/HBulkColorMobile.d.ts +20 -0
  34. package/dist/components/editor/HBulkColorMobile.js +121 -0
  35. package/dist/components/editor/HBulkDetailsMobile.d.ts +12 -0
  36. package/dist/components/editor/HBulkDetailsMobile.js +65 -0
  37. package/dist/components/editor/HBulkLightMobile.d.ts +28 -0
  38. package/dist/components/editor/HBulkLightMobile.js +192 -0
  39. package/dist/components/editor/HBulkPreset.d.ts +24 -0
  40. package/dist/components/editor/HBulkPreset.js +43 -0
  41. package/dist/components/editor/HBulkPresetMobile.d.ts +15 -0
  42. package/dist/components/editor/HBulkPresetMobile.js +26 -0
  43. package/dist/components/editor/HDialogBox.d.ts +18 -0
  44. package/dist/components/editor/HDialogBox.js +51 -0
  45. package/dist/components/editor/HDialogCopy.d.ts +40 -0
  46. package/dist/components/editor/HDialogCopy.js +80 -0
  47. package/dist/components/editor/HFooter.d.ts +12 -0
  48. package/dist/components/editor/HFooter.js +24 -0
  49. package/dist/components/editor/HHeaderEditor.d.ts +19 -0
  50. package/dist/components/editor/HHeaderEditor.js +36 -0
  51. package/dist/components/editor/HImageEditorBulkDekstop.d.ts +15 -0
  52. package/dist/components/editor/HImageEditorBulkDekstop.js +29 -0
  53. package/dist/components/editor/HImageEditorBulkMobile.d.ts +72 -0
  54. package/dist/components/editor/HImageEditorBulkMobile.js +81 -0
  55. package/dist/components/editor/HImageEditorDekstop.d.ts +15 -0
  56. package/dist/components/editor/HImageEditorDekstop.js +29 -0
  57. package/dist/components/editor/HImageEditorMobile.d.ts +51 -0
  58. package/dist/components/editor/HImageEditorMobile.js +92 -0
  59. package/dist/components/editor/HImageEditorMobileLayout.d.ts +14 -0
  60. package/dist/components/editor/HImageEditorMobileLayout.js +58 -0
  61. package/dist/components/editor/HModalEditorDekstop.d.ts +13 -0
  62. package/dist/components/editor/HModalEditorDekstop.js +22 -0
  63. package/dist/components/editor/HModalMobile.d.ts +13 -0
  64. package/dist/components/editor/HModalMobile.js +7 -0
  65. package/dist/components/editor/HPresetDelete.d.ts +7 -0
  66. package/dist/components/editor/HPresetDelete.js +7 -0
  67. package/dist/components/editor/HPresetOptionMenu.d.ts +9 -0
  68. package/dist/components/editor/HPresetOptionMenu.js +20 -0
  69. package/dist/components/editor/HSliderColorMobile.d.ts +16 -0
  70. package/dist/components/editor/HSliderColorMobile.js +270 -0
  71. package/dist/components/editor/HSliderDetailsMobile.d.ts +12 -0
  72. package/dist/components/editor/HSliderDetailsMobile.js +154 -0
  73. package/dist/components/editor/HSliderLightMobile.d.ts +20 -0
  74. package/dist/components/editor/HSliderLightMobile.js +420 -0
  75. package/dist/components/editor/HTabAspectRatioMobile.d.ts +0 -0
  76. package/dist/components/editor/HTabAspectRatioMobile.js +1 -0
  77. package/dist/components/editor/HTabColorAdjustmentMobile.d.ts +33 -0
  78. package/dist/components/editor/HTabColorAdjustmentMobile.js +16 -0
  79. package/dist/components/editor/HTabPresetMobile.d.ts +14 -0
  80. package/dist/components/editor/HTabPresetMobile.js +10 -0
  81. package/dist/components/editor/HTextField.d.ts +14 -0
  82. package/dist/components/editor/HTextField.js +51 -0
  83. package/dist/components/editor/HWatermarkView.d.ts +6 -0
  84. package/dist/components/editor/HWatermarkView.js +16 -0
  85. package/dist/components/editor/svg/Tick.d.ts +2 -0
  86. package/dist/components/editor/svg/Tick.js +6 -0
  87. package/dist/components/modal/HModalDialog.d.ts +12 -0
  88. package/dist/components/modal/HModalDialog.js +18 -0
  89. package/dist/components/modal/HModalRename.d.ts +14 -0
  90. package/dist/components/modal/HModalRename.js +35 -0
  91. package/dist/hooks/demo/HonchoEditorBulkDemo.d.ts +3 -0
  92. package/dist/hooks/demo/HonchoEditorBulkDemo.js +410 -0
  93. package/dist/hooks/demo/HonchoEditorSingleCleanDemo.d.ts +3 -0
  94. package/dist/hooks/demo/HonchoEditorSingleCleanDemo.js +354 -0
  95. package/dist/hooks/demo/index.d.ts +2 -0
  96. package/dist/hooks/demo/index.js +2 -0
  97. package/dist/hooks/editor/type.d.ts +174 -0
  98. package/dist/hooks/editor/type.js +1 -0
  99. package/dist/hooks/editor/useHonchoEditorBulk.d.ts +96 -0
  100. package/dist/hooks/editor/useHonchoEditorBulk.js +427 -0
  101. package/dist/hooks/editor/useHonchoEditorSingle.d.ts +44 -0
  102. package/dist/hooks/editor/useHonchoEditorSingle.js +163 -0
  103. package/dist/hooks/useAdjustmentHistory.d.ts +95 -0
  104. package/dist/hooks/useAdjustmentHistory.js +578 -0
  105. package/dist/hooks/useAdjustmentHistoryBatch.d.ts +177 -0
  106. package/dist/hooks/useAdjustmentHistoryBatch.js +1189 -0
  107. package/dist/hooks/useGallerySwipe.d.ts +36 -0
  108. package/dist/hooks/useGallerySwipe.js +344 -0
  109. package/dist/hooks/usePaging.d.ts +89 -0
  110. package/dist/hooks/usePaging.js +211 -0
  111. package/dist/hooks/usePreset.d.ts +82 -0
  112. package/dist/hooks/usePreset.js +344 -0
  113. package/dist/index.d.ts +41 -0
  114. package/dist/index.js +44 -0
  115. package/dist/lib/context/EditorContext.d.ts +28 -0
  116. package/dist/lib/context/EditorContext.js +60 -0
  117. package/dist/lib/context/EditorProcessingService.d.ts +36 -0
  118. package/dist/lib/context/EditorProcessingService.js +249 -0
  119. package/dist/lib/editor/honcho-editor.d.ts +324 -0
  120. package/dist/lib/editor/honcho-editor.js +825 -0
  121. package/dist/lib/hooks/useEditor.d.ts +22 -0
  122. package/dist/lib/hooks/useEditor.js +35 -0
  123. package/dist/lib/hooks/useEditorHeadless.d.ts +34 -0
  124. package/dist/lib/hooks/useEditorHeadless.js +207 -0
  125. package/dist/lib/hooks/useImageProcessor.d.ts +18 -0
  126. package/dist/lib/hooks/useImageProcessor.js +113 -0
  127. package/dist/setupTests.d.ts +1 -0
  128. package/dist/setupTests.js +1 -0
  129. package/dist/themes/colors.d.ts +12 -0
  130. package/dist/themes/colors.js +12 -0
  131. package/dist/themes/honchoTheme.d.ts +25 -0
  132. package/dist/themes/honchoTheme.js +94 -0
  133. package/dist/utils/adjustment.d.ts +6 -0
  134. package/dist/utils/adjustment.js +48 -0
  135. package/dist/utils/imageLoader.d.ts +11 -0
  136. package/dist/utils/imageLoader.js +48 -0
  137. package/dist/utils/isMobile.d.ts +1 -0
  138. package/dist/utils/isMobile.js +5 -0
  139. package/package.json +1 -1
@@ -0,0 +1,31 @@
1
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
+ import { Accordion, AccordionDetails, AccordionSummary, CardMedia, Stack, Typography } from "@mui/material";
3
+ import useHonchoTypography from "../../themes/honchoTheme";
4
+ import useColors from "../../themes/colors";
5
+ import HBulkAccordionColorAdjustmentColors from "./HBulkAccordionColorAdjustmentColors";
6
+ import HBulkAccordionColorAdjustmentLight from "./HBulkAccordionColorAdjustmentLight";
7
+ import HBulkAccordionColorAdjustmentDetails from "./HBulkAccordionColorAdjustmentDetails";
8
+ export default function HBulkAccordionColorAdjustment(props) {
9
+ const typography = useHonchoTypography();
10
+ const colors = useColors();
11
+ const accordionStyle = {
12
+ backgroundColor: colors.onBackground,
13
+ color: colors.surface,
14
+ '& .MuiAccordionSummary-root': {
15
+ backgroundColor: colors.onBackground,
16
+ color: colors.surface,
17
+ },
18
+ '& .MuiAccordionDetails-root': {
19
+ backgroundColor: colors.onBackground,
20
+ color: colors.surface,
21
+ },
22
+ '& .MuiTypography-root': {
23
+ color: colors.surface,
24
+ },
25
+ '& .MuiSvgIcon-root': {
26
+ color: colors.surface,
27
+ }
28
+ };
29
+ const isPanelExpanded = (panelName) => props.expandedPanels.includes(panelName);
30
+ return (_jsx(_Fragment, { children: _jsxs(Stack, { direction: "column", sx: { accordionStyle }, children: [_jsxs(Accordion, { sx: accordionStyle, expanded: isPanelExpanded('whiteBalance'), onChange: props.onPanelChange('whiteBalance'), disableGutters: true, children: [_jsx(AccordionSummary, { sx: { pr: 0 }, children: _jsxs(Stack, { direction: "row", justifyContent: "space-between", alignItems: "center", sx: { width: '100%' }, children: [_jsx(Typography, { sx: { ...typography.titleMedium }, children: "Color" }), _jsx(CardMedia, { component: "img", image: isPanelExpanded('whiteBalance') ? "/v1/svg/expanded-editor.svg" : "/v1/svg/expand-editor.svg", sx: { width: "11.67px", height: "5.83px" } })] }) }), _jsx(AccordionDetails, { sx: { pr: "4px" }, children: _jsx(HBulkAccordionColorAdjustmentColors, { onTempDecreaseMax: props.onTempDecreaseMax, onTempDecrease: props.onTempDecrease, onTempIncrease: props.onTempIncrease, onTempIncreaseMax: props.onTempIncreaseMax, onTintDecreaseMax: props.onTintDecreaseMax, onTintDecrease: props.onTintDecrease, onTintIncrease: props.onTintIncrease, onTintIncreaseMax: props.onTintIncreaseMax, onVibranceDecreaseMax: props.onVibranceDecreaseMax, onVibranceDecrease: props.onVibranceDecrease, onVibranceIncrease: props.onVibranceIncrease, onVibranceIncreaseMax: props.onVibranceIncreaseMax, onSaturationDecreaseMax: props.onSaturationDecreaseMax, onSaturationDecrease: props.onSaturationDecrease, onSaturationIncrease: props.onSaturationIncrease, onSaturationIncreaseMax: props.onSaturationIncreaseMax }) })] }), _jsxs(Accordion, { sx: accordionStyle, expanded: isPanelExpanded('light'), onChange: props.onPanelChange('light'), disableGutters: true, children: [_jsx(AccordionSummary, { sx: { pr: 0 }, children: _jsxs(Stack, { direction: "row", justifyContent: "space-between", alignItems: "center", sx: { width: '100%' }, children: [_jsx(Typography, { sx: { ...typography.titleMedium }, children: "Light" }), _jsx(CardMedia, { component: "img", image: isPanelExpanded('light') ? "/v1/svg/expanded-editor.svg" : "/v1/svg/expand-editor.svg", sx: { width: "11.67px", height: "5.83px" } })] }) }), _jsx(AccordionDetails, { sx: { pr: "4px" }, children: _jsx(HBulkAccordionColorAdjustmentLight, { onExposureDecreaseMax: props.onExposureDecreaseMax, onExposureDecrease: props.onExposureDecrease, onExposureIncrease: props.onExposureIncrease, onExposureIncreaseMax: props.onExposureIncreaseMax, onContrastDecreaseMax: props.onContrastDecreaseMax, onContrastDecrease: props.onContrastDecrease, onContrastIncrease: props.onContrastIncrease, onContrastIncreaseMax: props.onContrastIncreaseMax, onHighlightsDecreaseMax: props.onHighlightsDecreaseMax, onHighlightsDecrease: props.onHighlightsDecrease, onHighlightsIncrease: props.onHighlightsIncrease, onHighlightsIncreaseMax: props.onHighlightsIncreaseMax, onShadowsDecreaseMax: props.onShadowsDecreaseMax, onShadowsDecrease: props.onShadowsDecrease, onShadowsIncrease: props.onShadowsIncrease, onShadowsIncreaseMax: props.onShadowsIncreaseMax, onWhitesDecreaseMax: props.onWhitesDecreaseMax, onWhitesDecrease: props.onWhitesDecrease, onWhitesIncrease: props.onWhitesIncrease, onWhitesIncreaseMax: props.onWhitesIncreaseMax, onBlacksDecreaseMax: props.onBlacksDecreaseMax, onBlacksDecrease: props.onBlacksDecrease, onBlacksIncrease: props.onBlacksIncrease, onBlacksIncreaseMax: props.onBlacksIncreaseMax }) })] }), _jsxs(Accordion, { sx: accordionStyle, expanded: isPanelExpanded('details'), onChange: props.onPanelChange('details'), disableGutters: true, children: [_jsx(AccordionSummary, { sx: { pr: 0 }, children: _jsxs(Stack, { direction: "row", justifyContent: "space-between", alignItems: "center", sx: { width: '100%' }, children: [_jsx(Typography, { sx: { ...typography.titleMedium }, children: "Details" }), _jsx(CardMedia, { component: "img", image: isPanelExpanded('details') ? "/v1/svg/expanded-editor.svg" : "/v1/svg/expand-editor.svg", sx: { width: "11.67px", height: "5.83px" } })] }) }), _jsx(AccordionDetails, { sx: { pr: "4px" }, children: _jsx(HBulkAccordionColorAdjustmentDetails, { onClarityDecreaseMax: props.onClarityDecreaseMax, onClarityDecrease: props.onClarityDecrease, onClarityIncrease: props.onClarityIncrease, onClarityIncreaseMax: props.onClarityIncreaseMax, onSharpnessDecreaseMax: props.onSharpnessDecreaseMax, onSharpnessDecrease: props.onSharpnessDecrease, onSharpnessIncrease: props.onSharpnessIncrease, onSharpnessIncreaseMax: props.onSharpnessIncreaseMax }) })] })] }) }));
31
+ }
@@ -0,0 +1,20 @@
1
+ interface Props {
2
+ onTempDecreaseMax: () => void;
3
+ onTempDecrease: () => void;
4
+ onTempIncrease: () => void;
5
+ onTempIncreaseMax: () => void;
6
+ onTintDecreaseMax: () => void;
7
+ onTintDecrease: () => void;
8
+ onTintIncrease: () => void;
9
+ onTintIncreaseMax: () => void;
10
+ onVibranceDecreaseMax: () => void;
11
+ onVibranceDecrease: () => void;
12
+ onVibranceIncrease: () => void;
13
+ onVibranceIncreaseMax: () => void;
14
+ onSaturationDecreaseMax: () => void;
15
+ onSaturationDecrease: () => void;
16
+ onSaturationIncrease: () => void;
17
+ onSaturationIncreaseMax: () => void;
18
+ }
19
+ export default function HBulkAccordionColorAdjustmentColors(props: Props): import("react/jsx-runtime").JSX.Element;
20
+ export {};
@@ -0,0 +1,121 @@
1
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
+ import { Stack, Typography, IconButton, CardMedia } from "@mui/material";
3
+ import useHonchoTypography from "../../themes/honchoTheme";
4
+ import useColors from '../../themes/colors';
5
+ export default function HBulkAccordionColorAdjustmentColors(props) {
6
+ const typography = useHonchoTypography();
7
+ const colors = useColors();
8
+ return (_jsx(_Fragment, { children: _jsxs(Stack, { children: [_jsx(Stack, { direction: "row", justifyContent: "space-between", sx: { pb: "8px" }, children: _jsx(Typography, { sx: { ...typography.bodyMedium }, children: "Temperature" }) }), _jsxs(Stack, { direction: "row", justifyContent: "space-between", sx: { p: "0px", m: "0px", pt: "2px", pb: "2px" }, children: [_jsx(IconButton, { onClick: props.onTempDecreaseMax, sx: {
9
+ width: "38.5px",
10
+ height: "26px",
11
+ py: "2px",
12
+ mr: "12px",
13
+ border: "1px solid white",
14
+ borderRadius: "100px",
15
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-max-button.svg", sx: { mr: "2px" } }) }), _jsx(IconButton, { onClick: props.onTempDecrease, sx: {
16
+ width: "38.5px",
17
+ height: "26px",
18
+ py: "2px",
19
+ mr: "12px",
20
+ border: "1px solid white",
21
+ borderRadius: "20px",
22
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-increment-button.svg", sx: { mr: "3px" } }) }), _jsx(IconButton, { onClick: props.onTempIncrease, sx: {
23
+ width: "38.5px",
24
+ height: "26px",
25
+ py: "2px",
26
+ mr: "12px",
27
+ border: "1px solid white",
28
+ borderRadius: "100px",
29
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-increment-button-right.svg", sx: { ml: "3px" } }) }), _jsx(IconButton, { onClick: props.onTempIncreaseMax, sx: {
30
+ width: "38.5px",
31
+ height: "26px",
32
+ py: "2px",
33
+ mr: "12px",
34
+ border: "1px solid white",
35
+ borderRadius: "100px",
36
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-max-button-right.svg", sx: { ml: "2px" } }) })] }), _jsx(Stack, { direction: "row", justifyContent: "space-between", sx: { pb: "8px", pt: "16px" }, children: _jsx(Typography, { sx: { ...typography.bodyMedium }, children: "Tint" }) }), _jsxs(Stack, { direction: "row", justifyContent: "space-between", sx: { p: "0px", m: "0px", pt: "2px", pb: "2px" }, children: [_jsx(IconButton, { onClick: props.onTintDecreaseMax, sx: {
37
+ width: "38.5px",
38
+ height: "26px",
39
+ py: "2px",
40
+ mr: "12px",
41
+ border: "1px solid white",
42
+ borderRadius: "100px",
43
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-max-button.svg", sx: { mr: "2px" } }) }), _jsx(IconButton, { onClick: props.onTintDecrease, sx: {
44
+ width: "38.5px",
45
+ height: "26px",
46
+ py: "2px",
47
+ mr: "12px",
48
+ border: "1px solid white",
49
+ borderRadius: "100px",
50
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-increment-button.svg", sx: { mr: "3px" } }) }), _jsx(IconButton, { onClick: props.onTintIncrease, sx: {
51
+ width: "38.5px",
52
+ height: "26px",
53
+ py: "2px",
54
+ mr: "12px",
55
+ border: "1px solid white",
56
+ borderRadius: "100px",
57
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-increment-button-right.svg", sx: { ml: "3px" } }) }), _jsx(IconButton, { onClick: props.onTintIncreaseMax, sx: {
58
+ width: "38.5px",
59
+ height: "26px",
60
+ py: "2px",
61
+ mr: "12px",
62
+ border: "1px solid white",
63
+ borderRadius: "100px",
64
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-max-button-right.svg", sx: { ml: "2px" } }) })] }), _jsx(Stack, { direction: "row", justifyContent: "space-between", sx: { pb: "8px", pt: "16px" }, children: _jsx(Typography, { sx: { ...typography.bodyMedium }, children: "Vibrance" }) }), _jsxs(Stack, { direction: "row", justifyContent: "space-between", sx: { p: "0px", m: "0px", pt: "2px", pb: "2px" }, children: [_jsx(IconButton, { onClick: props.onVibranceDecreaseMax, sx: {
65
+ width: "38.5px",
66
+ height: "26px",
67
+ py: "2px",
68
+ mr: "12px",
69
+ border: "1px solid white",
70
+ borderRadius: "100px",
71
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-max-button.svg", sx: { mr: "2px" } }) }), _jsx(IconButton, { onClick: props.onVibranceDecrease, sx: {
72
+ width: "38.5px",
73
+ height: "26px",
74
+ py: "2px",
75
+ mr: "12px",
76
+ border: "1px solid white",
77
+ borderRadius: "100px",
78
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-increment-button.svg", sx: { mr: "3px" } }) }), _jsx(IconButton, { onClick: props.onVibranceIncrease, sx: {
79
+ width: "38.5px",
80
+ height: "26px",
81
+ py: "2px",
82
+ mr: "12px",
83
+ border: "1px solid white",
84
+ borderRadius: "100px",
85
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-increment-button-right.svg", sx: { ml: "3px" } }) }), _jsx(IconButton, { onClick: props.onVibranceIncreaseMax, sx: {
86
+ width: "38.5px",
87
+ height: "26px",
88
+ py: "2px",
89
+ mr: "12px",
90
+ border: "1px solid white",
91
+ borderRadius: "100px",
92
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-max-button-right.svg", sx: { ml: "2px" } }) })] }), _jsx(Stack, { direction: "row", justifyContent: "space-between", sx: { pb: "8px", pt: "16px" }, children: _jsx(Typography, { sx: { ...typography.bodyMedium }, children: "Saturation" }) }), _jsxs(Stack, { direction: "row", justifyContent: "space-between", sx: { p: "0px", m: "0px", pt: "2px", pb: "2px" }, children: [_jsx(IconButton, { onClick: props.onSaturationDecreaseMax, sx: {
93
+ width: "38.5px",
94
+ height: "26px",
95
+ py: "2px",
96
+ mr: "12px",
97
+ border: "1px solid white",
98
+ borderRadius: "100px",
99
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-max-button.svg", sx: { mr: "2px" } }) }), _jsx(IconButton, { onClick: props.onSaturationDecrease, sx: {
100
+ width: "38.5px",
101
+ height: "26px",
102
+ py: "2px",
103
+ mr: "12px",
104
+ border: "1px solid white",
105
+ borderRadius: "100px",
106
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-increment-button.svg", sx: { mr: "3px" } }) }), _jsx(IconButton, { onClick: props.onSaturationIncrease, sx: {
107
+ width: "38.5px",
108
+ height: "26px",
109
+ py: "2px",
110
+ mr: "12px",
111
+ border: "1px solid white",
112
+ borderRadius: "100px",
113
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-increment-button-right.svg", sx: { ml: "3px" } }) }), _jsx(IconButton, { onClick: props.onSaturationIncreaseMax, sx: {
114
+ width: "38.5px",
115
+ height: "26px",
116
+ py: "2px",
117
+ mr: "12px",
118
+ border: "1px solid white",
119
+ borderRadius: "100px",
120
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-max-button-right.svg", sx: { ml: "2px" } }) })] })] }) }));
121
+ }
@@ -0,0 +1,12 @@
1
+ interface Props {
2
+ onClarityDecreaseMax: () => void;
3
+ onClarityDecrease: () => void;
4
+ onClarityIncrease: () => void;
5
+ onClarityIncreaseMax: () => void;
6
+ onSharpnessDecreaseMax: () => void;
7
+ onSharpnessDecrease: () => void;
8
+ onSharpnessIncrease: () => void;
9
+ onSharpnessIncreaseMax: () => void;
10
+ }
11
+ export default function HBulkAccordionColorAdjustmentDetails(props: Props): import("react/jsx-runtime").JSX.Element;
12
+ export {};
@@ -0,0 +1,65 @@
1
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
+ import { Stack, Typography, IconButton, CardMedia } from "@mui/material";
3
+ import useHonchoTypography from "../../themes/honchoTheme";
4
+ import useColors from '../../themes/colors';
5
+ export default function HBulkAccordionColorAdjustmentDetails(props) {
6
+ const typography = useHonchoTypography();
7
+ const colors = useColors();
8
+ return (_jsx(_Fragment, { children: _jsxs(Stack, { children: [_jsx(Stack, { direction: "row", justifyContent: "space-between", sx: { pb: "8px" }, children: _jsx(Typography, { sx: { ...typography.bodyMedium }, children: "Clarity" }) }), _jsxs(Stack, { direction: "row", justifyContent: "space-between", sx: { p: "0px", m: "0px", pt: "2px", pb: "2px" }, children: [_jsx(IconButton, { onClick: props.onClarityDecreaseMax, sx: {
9
+ width: "38.5px",
10
+ height: "24px",
11
+ py: "2px",
12
+ mr: "12px",
13
+ border: "1px solid white",
14
+ borderRadius: "100px",
15
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-max-button.svg", sx: { mr: "2px" } }) }), _jsx(IconButton, { onClick: props.onClarityDecrease, sx: {
16
+ width: "38.5px",
17
+ height: "24px",
18
+ py: "2px",
19
+ mr: "12px",
20
+ border: "1px solid white",
21
+ borderRadius: "100px",
22
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-increment-button.svg", sx: { mr: "3px" } }) }), _jsx(IconButton, { onClick: props.onClarityIncrease, sx: {
23
+ width: "38.5px",
24
+ height: "24px",
25
+ py: "2px",
26
+ mr: "12px",
27
+ border: "1px solid white",
28
+ borderRadius: "100px",
29
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-increment-button-right.svg", sx: { ml: "3px" } }) }), _jsx(IconButton, { onClick: props.onClarityIncreaseMax, sx: {
30
+ width: "38.5px",
31
+ height: "24px",
32
+ py: "2px",
33
+ mr: "12px",
34
+ border: "1px solid white",
35
+ borderRadius: "100px",
36
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-max-button-right.svg", sx: { ml: "2px" } }) })] }), _jsx(Stack, { direction: "row", justifyContent: "space-between", sx: { pb: "8px", pt: "16px" }, children: _jsx(Typography, { sx: { ...typography.bodyMedium }, children: "Sharpness" }) }), _jsxs(Stack, { direction: "row", justifyContent: "space-between", sx: { p: "0px", m: "0px", pt: "2px", pb: "2px" }, children: [_jsx(IconButton, { onClick: props.onSharpnessDecreaseMax, sx: {
37
+ width: "38.5px",
38
+ height: "24px",
39
+ py: "2px",
40
+ mr: "12px",
41
+ border: "1px solid white",
42
+ borderRadius: "100px",
43
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-max-button.svg", sx: { mr: "2px" } }) }), _jsx(IconButton, { onClick: props.onSharpnessDecrease, sx: {
44
+ width: "38.5px",
45
+ height: "24px",
46
+ py: "2px",
47
+ mr: "12px",
48
+ border: "1px solid white",
49
+ borderRadius: "100px",
50
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-increment-button.svg", sx: { mr: "3px" } }) }), _jsx(IconButton, { onClick: props.onSharpnessIncrease, sx: {
51
+ width: "38.5px",
52
+ height: "24px",
53
+ py: "2px",
54
+ mr: "12px",
55
+ border: "1px solid white",
56
+ borderRadius: "100px",
57
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-increment-button-right.svg", sx: { ml: "3px" } }) }), _jsx(IconButton, { onClick: props.onSharpnessIncreaseMax, sx: {
58
+ width: "38.5px",
59
+ height: "24px",
60
+ py: "2px",
61
+ mr: "12px",
62
+ border: "1px solid white",
63
+ borderRadius: "100px",
64
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-max-button-right.svg", sx: { ml: "2px" } }) })] })] }) }));
65
+ }
@@ -0,0 +1,28 @@
1
+ interface Props {
2
+ onExposureDecreaseMax: () => void;
3
+ onExposureDecrease: () => void;
4
+ onExposureIncrease: () => void;
5
+ onExposureIncreaseMax: () => void;
6
+ onContrastDecreaseMax: () => void;
7
+ onContrastDecrease: () => void;
8
+ onContrastIncrease: () => void;
9
+ onContrastIncreaseMax: () => void;
10
+ onHighlightsDecreaseMax: () => void;
11
+ onHighlightsDecrease: () => void;
12
+ onHighlightsIncrease: () => void;
13
+ onHighlightsIncreaseMax: () => void;
14
+ onShadowsDecreaseMax: () => void;
15
+ onShadowsDecrease: () => void;
16
+ onShadowsIncrease: () => void;
17
+ onShadowsIncreaseMax: () => void;
18
+ onWhitesDecreaseMax: () => void;
19
+ onWhitesDecrease: () => void;
20
+ onWhitesIncrease: () => void;
21
+ onWhitesIncreaseMax: () => void;
22
+ onBlacksDecreaseMax: () => void;
23
+ onBlacksDecrease: () => void;
24
+ onBlacksIncrease: () => void;
25
+ onBlacksIncreaseMax: () => void;
26
+ }
27
+ export default function HBulkAccordionColorAdjustmentLight(props: Props): import("react/jsx-runtime").JSX.Element;
28
+ export {};
@@ -0,0 +1,177 @@
1
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
+ import { Stack, Typography, IconButton, CardMedia } from "@mui/material";
3
+ import useHonchoTypography from "../../themes/honchoTheme";
4
+ import useColors from '../../themes/colors';
5
+ export default function HBulkAccordionColorAdjustmentLight(props) {
6
+ const typography = useHonchoTypography();
7
+ const colors = useColors();
8
+ return (_jsx(_Fragment, { children: _jsxs(Stack, { children: [_jsx(Stack, { direction: "row", justifyContent: "space-between", sx: { pb: "8px" }, children: _jsx(Typography, { sx: { ...typography.bodyMedium }, children: "Exposure" }) }), _jsxs(Stack, { direction: "row", justifyContent: "space-between", sx: { p: "0px", m: "0px", pt: "2px", pb: "2px" }, children: [_jsx(IconButton, { onClick: props.onExposureDecreaseMax, sx: {
9
+ width: "38.5px",
10
+ height: "24px",
11
+ py: "2px",
12
+ mr: "12px",
13
+ border: "1px solid white",
14
+ borderRadius: "100px",
15
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-max-button.svg", sx: { mr: "2px" } }) }), _jsx(IconButton, { onClick: props.onExposureDecrease, sx: {
16
+ width: "38.5px",
17
+ height: "24px",
18
+ py: "2px",
19
+ mr: "12px",
20
+ border: "1px solid white",
21
+ borderRadius: "100px",
22
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-increment-button.svg", sx: { mr: "3px" } }) }), _jsx(IconButton, { onClick: props.onExposureIncrease, sx: {
23
+ width: "38.5px",
24
+ height: "24px",
25
+ py: "2px",
26
+ mr: "12px",
27
+ border: "1px solid white",
28
+ borderRadius: "100px",
29
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-increment-button-right.svg", sx: { ml: "3px" } }) }), _jsx(IconButton, { onClick: props.onExposureIncreaseMax, sx: {
30
+ width: "38.5px",
31
+ height: "24px",
32
+ py: "2px",
33
+ mr: "12px",
34
+ border: "1px solid white",
35
+ borderRadius: "100px",
36
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-max-button-right.svg", sx: { ml: "2px" } }) })] }), _jsx(Stack, { direction: "row", justifyContent: "space-between", sx: { pb: "8px", pt: "16px" }, children: _jsx(Typography, { sx: { ...typography.bodyMedium }, children: "Contrast" }) }), _jsxs(Stack, { direction: "row", justifyContent: "space-between", sx: { p: "0px", m: "0px", pt: "2px", pb: "2px" }, children: [_jsx(IconButton, { onClick: props.onContrastDecreaseMax, sx: {
37
+ width: "38.5px",
38
+ height: "24px",
39
+ py: "2px",
40
+ mr: "12px",
41
+ border: "1px solid white",
42
+ borderRadius: "100px",
43
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-max-button.svg", sx: { mr: "2px" } }) }), _jsx(IconButton, { onClick: props.onContrastDecrease, sx: {
44
+ width: "38.5px",
45
+ height: "24px",
46
+ py: "2px",
47
+ mr: "12px",
48
+ border: "1px solid white",
49
+ borderRadius: "100px",
50
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-increment-button.svg", sx: { mr: "3px" } }) }), _jsx(IconButton, { onClick: props.onContrastIncrease, sx: {
51
+ width: "38.5px",
52
+ height: "24px",
53
+ py: "2px",
54
+ mr: "12px",
55
+ border: "1px solid white",
56
+ borderRadius: "100px",
57
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-increment-button-right.svg", sx: { ml: "3px" } }) }), _jsx(IconButton, { onClick: props.onContrastIncreaseMax, sx: {
58
+ width: "38.5px",
59
+ height: "24px",
60
+ py: "2px",
61
+ mr: "12px",
62
+ border: "1px solid white",
63
+ borderRadius: "100px",
64
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-max-button-right.svg", sx: { ml: "2px" } }) })] }), _jsx(Stack, { direction: "row", justifyContent: "space-between", sx: { pb: "8px", pt: "16px" }, children: _jsx(Typography, { sx: { ...typography.bodyMedium }, children: "Highlights" }) }), _jsxs(Stack, { direction: "row", justifyContent: "space-between", sx: { p: "0px", m: "0px", pt: "2px", pb: "2px" }, children: [_jsx(IconButton, { onClick: props.onHighlightsDecreaseMax, sx: {
65
+ width: "38.5px",
66
+ height: "24px",
67
+ py: "2px",
68
+ mr: "12px",
69
+ border: "1px solid white",
70
+ borderRadius: "100px",
71
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-max-button.svg", sx: { mr: "2px" } }) }), _jsx(IconButton, { onClick: props.onHighlightsDecrease, sx: {
72
+ width: "38.5px",
73
+ height: "24px",
74
+ py: "2px",
75
+ mr: "12px",
76
+ border: "1px solid white",
77
+ borderRadius: "100px",
78
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-increment-button.svg", sx: { mr: "3px" } }) }), _jsx(IconButton, { onClick: props.onHighlightsIncrease, sx: {
79
+ width: "38.5px",
80
+ height: "24px",
81
+ py: "2px",
82
+ mr: "12px",
83
+ border: "1px solid white",
84
+ borderRadius: "100px",
85
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-increment-button-right.svg", sx: { ml: "3px" } }) }), _jsx(IconButton, { onClick: props.onHighlightsIncreaseMax, sx: {
86
+ width: "38.5px",
87
+ height: "24px",
88
+ py: "2px",
89
+ mr: "12px",
90
+ border: "1px solid white",
91
+ borderRadius: "100px",
92
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-max-button-right.svg", sx: { ml: "2px" } }) })] }), _jsx(Stack, { direction: "row", justifyContent: "space-between", sx: { py: "8px", pt: "16px" }, children: _jsx(Typography, { sx: { ...typography.bodyMedium }, children: "Shadows" }) }), _jsxs(Stack, { direction: "row", justifyContent: "space-between", sx: { p: "0px", m: "0px", pt: "2px", pb: "2px" }, children: [_jsx(IconButton, { onClick: props.onShadowsDecreaseMax, sx: {
93
+ width: "38.5px",
94
+ height: "24px",
95
+ py: "2px",
96
+ mr: "12px",
97
+ border: "1px solid white",
98
+ borderRadius: "100px",
99
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-max-button.svg", sx: { mr: "2px" } }) }), _jsx(IconButton, { onClick: props.onShadowsDecrease, sx: {
100
+ width: "38.5px",
101
+ height: "24px",
102
+ py: "2px",
103
+ mr: "12px",
104
+ border: "1px solid white",
105
+ borderRadius: "100px",
106
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-increment-button.svg", sx: { mr: "3px" } }) }), _jsx(IconButton, { onClick: props.onShadowsIncrease, sx: {
107
+ width: "38.5px",
108
+ height: "24px",
109
+ py: "2px",
110
+ mr: "12px",
111
+ border: "1px solid white",
112
+ borderRadius: "100px",
113
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-increment-button-right.svg", sx: { ml: "3px" } }) }), _jsx(IconButton, { onClick: props.onShadowsIncreaseMax, sx: {
114
+ width: "38.5px",
115
+ height: "24px",
116
+ py: "2px",
117
+ mr: "12px",
118
+ border: "1px solid white",
119
+ borderRadius: "100px",
120
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-max-button-right.svg", sx: { ml: "2px" } }) })] }), _jsx(Stack, { direction: "row", justifyContent: "space-between", sx: { py: "8px", pt: "16px" }, children: _jsx(Typography, { sx: { ...typography.bodyMedium }, children: "Whites" }) }), _jsxs(Stack, { direction: "row", justifyContent: "space-between", sx: { p: "0px", m: "0px", pt: "2px", pb: "2px" }, children: [_jsx(IconButton, { onClick: props.onWhitesDecreaseMax, sx: {
121
+ width: "38.5px",
122
+ height: "24px",
123
+ py: "2px",
124
+ mr: "12px",
125
+ border: "1px solid white",
126
+ borderRadius: "100px",
127
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-max-button.svg", sx: { mr: "2px" } }) }), _jsx(IconButton, { onClick: props.onWhitesDecrease, sx: {
128
+ width: "38.5px",
129
+ height: "24px",
130
+ py: "2px",
131
+ mr: "12px",
132
+ border: "1px solid white",
133
+ borderRadius: "100px",
134
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-increment-button.svg", sx: { mr: "3px" } }) }), _jsx(IconButton, { onClick: props.onWhitesIncrease, sx: {
135
+ width: "38.5px",
136
+ height: "24px",
137
+ py: "2px",
138
+ mr: "12px",
139
+ border: "1px solid white",
140
+ borderRadius: "100px",
141
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-increment-button-right.svg", sx: { ml: "3px" } }) }), _jsx(IconButton, { onClick: props.onWhitesIncreaseMax, sx: {
142
+ width: "38.5px",
143
+ height: "24px",
144
+ py: "2px",
145
+ mr: "12px",
146
+ border: "1px solid white",
147
+ borderRadius: "100px",
148
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-max-button-right.svg", sx: { ml: "2px" } }) })] }), _jsx(Stack, { direction: "row", justifyContent: "space-between", sx: { py: "8px", pt: "16px" }, children: _jsx(Typography, { sx: { ...typography.bodyMedium }, children: "Blacks" }) }), _jsxs(Stack, { direction: "row", justifyContent: "space-between", sx: { p: "0px", m: "0px", pt: "2px", pb: "2px" }, children: [_jsx(IconButton, { onClick: props.onBlacksDecreaseMax, sx: {
149
+ width: "38.5px",
150
+ height: "24px",
151
+ py: "2px",
152
+ mr: "12px",
153
+ border: "1px solid white",
154
+ borderRadius: "100px",
155
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-max-button.svg", sx: { mr: "2px" } }) }), _jsx(IconButton, { onClick: props.onBlacksDecrease, sx: {
156
+ width: "38.5px",
157
+ height: "24px",
158
+ py: "2px",
159
+ mr: "12px",
160
+ border: "1px solid white",
161
+ borderRadius: "100px",
162
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-increment-button.svg", sx: { mr: "3px" } }) }), _jsx(IconButton, { onClick: props.onBlacksIncrease, sx: {
163
+ width: "38.5px",
164
+ height: "24px",
165
+ py: "2px",
166
+ mr: "12px",
167
+ border: "1px solid white",
168
+ borderRadius: "100px",
169
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-increment-button-right.svg", sx: { ml: "3px" } }) }), _jsx(IconButton, { onClick: props.onBlacksIncreaseMax, sx: {
170
+ width: "38.5px",
171
+ height: "24px",
172
+ py: "2px",
173
+ mr: "12px",
174
+ border: "1px solid white",
175
+ borderRadius: "100px",
176
+ }, children: _jsx(CardMedia, { component: "img", image: "/v1/svg/bulk-editor-max-button-right.svg", sx: { ml: "2px" } }) })] })] }) }));
177
+ }
@@ -0,0 +1,53 @@
1
+ interface Props {
2
+ activeSubPanel: string;
3
+ onTempDecreaseMax: () => void;
4
+ onTempDecrease: () => void;
5
+ onTempIncrease: () => void;
6
+ onTempIncreaseMax: () => void;
7
+ onTintDecreaseMax: () => void;
8
+ onTintDecrease: () => void;
9
+ onTintIncrease: () => void;
10
+ onTintIncreaseMax: () => void;
11
+ onVibranceDecreaseMax: () => void;
12
+ onVibranceDecrease: () => void;
13
+ onVibranceIncrease: () => void;
14
+ onVibranceIncreaseMax: () => void;
15
+ onSaturationDecreaseMax: () => void;
16
+ onSaturationDecrease: () => void;
17
+ onSaturationIncrease: () => void;
18
+ onSaturationIncreaseMax: () => void;
19
+ onExposureDecreaseMax: () => void;
20
+ onExposureDecrease: () => void;
21
+ onExposureIncrease: () => void;
22
+ onExposureIncreaseMax: () => void;
23
+ onContrastDecreaseMax: () => void;
24
+ onContrastDecrease: () => void;
25
+ onContrastIncrease: () => void;
26
+ onContrastIncreaseMax: () => void;
27
+ onHighlightsDecreaseMax: () => void;
28
+ onHighlightsDecrease: () => void;
29
+ onHighlightsIncrease: () => void;
30
+ onHighlightsIncreaseMax: () => void;
31
+ onShadowsDecreaseMax: () => void;
32
+ onShadowsDecrease: () => void;
33
+ onShadowsIncrease: () => void;
34
+ onShadowsIncreaseMax: () => void;
35
+ onWhitesDecreaseMax: () => void;
36
+ onWhitesDecrease: () => void;
37
+ onWhitesIncrease: () => void;
38
+ onWhitesIncreaseMax: () => void;
39
+ onBlacksDecreaseMax: () => void;
40
+ onBlacksDecrease: () => void;
41
+ onBlacksIncrease: () => void;
42
+ onBlacksIncreaseMax: () => void;
43
+ onClarityDecreaseMax: () => void;
44
+ onClarityDecrease: () => void;
45
+ onClarityIncrease: () => void;
46
+ onClarityIncreaseMax: () => void;
47
+ onSharpnessDecreaseMax: () => void;
48
+ onSharpnessDecrease: () => void;
49
+ onSharpnessIncrease: () => void;
50
+ onSharpnessIncreaseMax: () => void;
51
+ }
52
+ export default function HBulkColorAdjustmentMobile(props: Props): import("react/jsx-runtime").JSX.Element | null;
53
+ export {};
@@ -0,0 +1,16 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import HBulkColorMobile from "./HBulkColorMobile";
3
+ import HBulkLightMobile from "./HBulkLightMobile";
4
+ import HBulkDetailsMobile from "./HBulkDetailsMobile";
5
+ export default function HBulkColorAdjustmentMobile(props) {
6
+ switch (props.activeSubPanel) {
7
+ case 'color':
8
+ return (_jsx(HBulkColorMobile, { onTempDecreaseMax: props.onTempDecreaseMax, onTempDecrease: props.onTempDecrease, onTempIncrease: props.onTempIncrease, onTempIncreaseMax: props.onTempIncreaseMax, onTintDecreaseMax: props.onTintDecreaseMax, onTintDecrease: props.onTintDecrease, onTintIncrease: props.onTintIncrease, onTintIncreaseMax: props.onTintIncreaseMax, onVibranceDecreaseMax: props.onVibranceDecreaseMax, onVibranceDecrease: props.onVibranceDecrease, onVibranceIncrease: props.onVibranceIncrease, onVibranceIncreaseMax: props.onVibranceIncreaseMax, onSaturationDecreaseMax: props.onSaturationDecreaseMax, onSaturationDecrease: props.onSaturationDecrease, onSaturationIncrease: props.onSaturationIncrease, onSaturationIncreaseMax: props.onSaturationIncreaseMax }));
9
+ case 'light':
10
+ return (_jsx(HBulkLightMobile, { onExposureDecreaseMax: props.onExposureDecreaseMax, onExposureDecrease: props.onExposureDecrease, onExposureIncrease: props.onExposureIncrease, onExposureIncreaseMax: props.onExposureIncreaseMax, onContrastDecreaseMax: props.onContrastDecreaseMax, onContrastDecrease: props.onContrastDecrease, onContrastIncrease: props.onContrastIncrease, onContrastIncreaseMax: props.onContrastIncreaseMax, onHighlightsDecreaseMax: props.onHighlightsDecreaseMax, onHighlightsDecrease: props.onHighlightsDecrease, onHighlightsIncrease: props.onHighlightsIncrease, onHighlightsIncreaseMax: props.onHighlightsIncreaseMax, onShadowsDecreaseMax: props.onShadowsDecreaseMax, onShadowsDecrease: props.onShadowsDecrease, onShadowsIncrease: props.onShadowsIncrease, onShadowsIncreaseMax: props.onShadowsIncreaseMax, onWhitesDecreaseMax: props.onWhitesDecreaseMax, onWhitesDecrease: props.onWhitesDecrease, onWhitesIncrease: props.onWhitesIncrease, onWhitesIncreaseMax: props.onWhitesIncreaseMax, onBlacksDecreaseMax: props.onBlacksDecreaseMax, onBlacksDecrease: props.onBlacksDecrease, onBlacksIncrease: props.onBlacksIncrease, onBlacksIncreaseMax: props.onBlacksIncreaseMax }));
11
+ case 'details':
12
+ return (_jsx(HBulkDetailsMobile, { onClarityDecreaseMax: props.onClarityDecreaseMax, onClarityDecrease: props.onClarityDecrease, onClarityIncrease: props.onClarityIncrease, onClarityIncreaseMax: props.onClarityIncreaseMax, onSharpnessDecreaseMax: props.onSharpnessDecreaseMax, onSharpnessDecrease: props.onSharpnessDecrease, onSharpnessIncrease: props.onSharpnessIncrease, onSharpnessIncreaseMax: props.onSharpnessIncreaseMax }));
13
+ default:
14
+ return null;
15
+ }
16
+ }
@@ -0,0 +1,20 @@
1
+ interface Props {
2
+ onTempDecreaseMax: () => void;
3
+ onTempDecrease: () => void;
4
+ onTempIncrease: () => void;
5
+ onTempIncreaseMax: () => void;
6
+ onTintDecreaseMax: () => void;
7
+ onTintDecrease: () => void;
8
+ onTintIncrease: () => void;
9
+ onTintIncreaseMax: () => void;
10
+ onVibranceDecreaseMax: () => void;
11
+ onVibranceDecrease: () => void;
12
+ onVibranceIncrease: () => void;
13
+ onVibranceIncreaseMax: () => void;
14
+ onSaturationDecreaseMax: () => void;
15
+ onSaturationDecrease: () => void;
16
+ onSaturationIncrease: () => void;
17
+ onSaturationIncreaseMax: () => void;
18
+ }
19
+ export default function HBulkColorMobile(props: Props): import("react/jsx-runtime").JSX.Element;
20
+ export {};