@yogiswara/honcho-editor-ui 1.0.0

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 (91) hide show
  1. package/dist/components/editor/HAccordionAspectRatio.d.ts +14 -0
  2. package/dist/components/editor/HAccordionAspectRatio.js +102 -0
  3. package/dist/components/editor/HAccordionColor.d.ts +12 -0
  4. package/dist/components/editor/HAccordionColor.js +234 -0
  5. package/dist/components/editor/HAccordionColorAdjustment.d.ts +31 -0
  6. package/dist/components/editor/HAccordionColorAdjustment.js +37 -0
  7. package/dist/components/editor/HAccordionDetails.d.ts +8 -0
  8. package/dist/components/editor/HAccordionDetails.js +133 -0
  9. package/dist/components/editor/HAccordionLight.d.ts +16 -0
  10. package/dist/components/editor/HAccordionLight.js +342 -0
  11. package/dist/components/editor/HAccordionPreset.d.ts +23 -0
  12. package/dist/components/editor/HAccordionPreset.js +59 -0
  13. package/dist/components/editor/HAlertBox.d.ts +7 -0
  14. package/dist/components/editor/HAlertBox.js +46 -0
  15. package/dist/components/editor/HAspectRatioMobile.d.ts +0 -0
  16. package/dist/components/editor/HAspectRatioMobile.js +1 -0
  17. package/dist/components/editor/HBulkAccordionColorAdjustment.d.ts +55 -0
  18. package/dist/components/editor/HBulkAccordionColorAdjustment.js +31 -0
  19. package/dist/components/editor/HBulkAccordionColorAdjustmentColors.d.ts +20 -0
  20. package/dist/components/editor/HBulkAccordionColorAdjustmentColors.js +121 -0
  21. package/dist/components/editor/HBulkAccordionColorAdjustmentDetails.d.ts +12 -0
  22. package/dist/components/editor/HBulkAccordionColorAdjustmentDetails.js +65 -0
  23. package/dist/components/editor/HBulkAccordionColorAdjustmentLight.d.ts +28 -0
  24. package/dist/components/editor/HBulkAccordionColorAdjustmentLight.js +177 -0
  25. package/dist/components/editor/HBulkColorAdjustmentMobile.d.ts +53 -0
  26. package/dist/components/editor/HBulkColorAdjustmentMobile.js +16 -0
  27. package/dist/components/editor/HBulkColorMobile.d.ts +20 -0
  28. package/dist/components/editor/HBulkColorMobile.js +121 -0
  29. package/dist/components/editor/HBulkDetailsMobile.d.ts +12 -0
  30. package/dist/components/editor/HBulkDetailsMobile.js +65 -0
  31. package/dist/components/editor/HBulkLightMobile.d.ts +28 -0
  32. package/dist/components/editor/HBulkLightMobile.js +192 -0
  33. package/dist/components/editor/HBulkPreset.d.ts +24 -0
  34. package/dist/components/editor/HBulkPreset.js +33 -0
  35. package/dist/components/editor/HBulkPresetMobile.d.ts +15 -0
  36. package/dist/components/editor/HBulkPresetMobile.js +26 -0
  37. package/dist/components/editor/HDialogBox.d.ts +18 -0
  38. package/dist/components/editor/HDialogBox.js +51 -0
  39. package/dist/components/editor/HDialogCopy.d.ts +40 -0
  40. package/dist/components/editor/HDialogCopy.js +80 -0
  41. package/dist/components/editor/HFooter.d.ts +12 -0
  42. package/dist/components/editor/HFooter.js +24 -0
  43. package/dist/components/editor/HHeaderEditor.d.ts +17 -0
  44. package/dist/components/editor/HHeaderEditor.js +27 -0
  45. package/dist/components/editor/HImageEditorBulkDekstop.d.ts +15 -0
  46. package/dist/components/editor/HImageEditorBulkDekstop.js +26 -0
  47. package/dist/components/editor/HImageEditorBulkMobile.d.ts +72 -0
  48. package/dist/components/editor/HImageEditorBulkMobile.js +81 -0
  49. package/dist/components/editor/HImageEditorDekstop.d.ts +15 -0
  50. package/dist/components/editor/HImageEditorDekstop.js +29 -0
  51. package/dist/components/editor/HImageEditorMobile.d.ts +47 -0
  52. package/dist/components/editor/HImageEditorMobile.js +91 -0
  53. package/dist/components/editor/HImageEditorMobileLayout.d.ts +14 -0
  54. package/dist/components/editor/HImageEditorMobileLayout.js +57 -0
  55. package/dist/components/editor/HImageEditorPage.d.ts +1 -0
  56. package/dist/components/editor/HImageEditorPage.js +187 -0
  57. package/dist/components/editor/HModalEditorDekstop.d.ts +13 -0
  58. package/dist/components/editor/HModalEditorDekstop.js +22 -0
  59. package/dist/components/editor/HModalMobile.d.ts +12 -0
  60. package/dist/components/editor/HModalMobile.js +7 -0
  61. package/dist/components/editor/HPresetOptionMenu.d.ts +11 -0
  62. package/dist/components/editor/HPresetOptionMenu.js +20 -0
  63. package/dist/components/editor/HSliderColorMobile.d.ts +12 -0
  64. package/dist/components/editor/HSliderColorMobile.js +222 -0
  65. package/dist/components/editor/HSliderDetailsMobile.d.ts +8 -0
  66. package/dist/components/editor/HSliderDetailsMobile.js +130 -0
  67. package/dist/components/editor/HSliderLightMobile.d.ts +16 -0
  68. package/dist/components/editor/HSliderLightMobile.js +342 -0
  69. package/dist/components/editor/HTabAspectRatioMobile.d.ts +0 -0
  70. package/dist/components/editor/HTabAspectRatioMobile.js +1 -0
  71. package/dist/components/editor/HTabColorAdjustmentMobile.d.ts +29 -0
  72. package/dist/components/editor/HTabColorAdjustmentMobile.js +16 -0
  73. package/dist/components/editor/HTabPresetMobile.d.ts +14 -0
  74. package/dist/components/editor/HTabPresetMobile.js +10 -0
  75. package/dist/components/editor/HTextField.d.ts +14 -0
  76. package/dist/components/editor/HTextField.js +51 -0
  77. package/dist/components/editor/HWatermarkView.d.ts +6 -0
  78. package/dist/components/editor/HWatermarkView.js +16 -0
  79. package/dist/hooks/editor/useHonchoEditor.d.ts +272 -0
  80. package/dist/hooks/editor/useHonchoEditor.js +1203 -0
  81. package/dist/index.d.ts +23 -0
  82. package/dist/index.js +23 -0
  83. package/dist/lib/editor/honcho-editor.d.ts +324 -0
  84. package/dist/lib/editor/honcho-editor.js +825 -0
  85. package/dist/themes/colors.d.ts +12 -0
  86. package/dist/themes/colors.js +12 -0
  87. package/dist/themes/honchoTheme.d.ts +25 -0
  88. package/dist/themes/honchoTheme.js +94 -0
  89. package/dist/utils/isMobile.d.ts +1 -0
  90. package/dist/utils/isMobile.js +5 -0
  91. package/package.json +41 -0
@@ -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 "@/honchoTheme";
4
+ import useColors from "@/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 "@/honchoTheme";
4
+ import useColors from "@/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 "@/honchoTheme";
4
+ import useColors from "@/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 {};