@seed-design/react 2.3.0 → 2.4.1

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 (172) hide show
  1. package/lib/components/ActionButton/ActionButton.cjs +5 -2
  2. package/lib/components/ActionButton/ActionButton.d.ts.map +1 -1
  3. package/lib/components/ActionButton/ActionButton.js +5 -2
  4. package/lib/components/AttachmentDisplay/AttachmentDisplayItem.cjs +10 -6
  5. package/lib/components/AttachmentDisplay/AttachmentDisplayItem.d.ts.map +1 -1
  6. package/lib/components/AttachmentDisplay/AttachmentDisplayItem.js +10 -6
  7. package/lib/components/AttachmentDisplay/AttachmentDisplayTrigger.cjs +2 -1
  8. package/lib/components/AttachmentDisplay/AttachmentDisplayTrigger.d.ts.map +1 -1
  9. package/lib/components/AttachmentDisplay/AttachmentDisplayTrigger.js +2 -1
  10. package/lib/components/AttachmentInput/AttachmentInputItem.cjs +10 -6
  11. package/lib/components/AttachmentInput/AttachmentInputItem.d.ts.map +1 -1
  12. package/lib/components/AttachmentInput/AttachmentInputItem.js +10 -6
  13. package/lib/components/AttachmentInput/AttachmentInputTrigger.cjs +2 -1
  14. package/lib/components/AttachmentInput/AttachmentInputTrigger.d.ts.map +1 -1
  15. package/lib/components/AttachmentInput/AttachmentInputTrigger.js +2 -1
  16. package/lib/components/BottomSheet/BottomSheet.cjs +5 -3
  17. package/lib/components/BottomSheet/BottomSheet.d.ts.map +1 -1
  18. package/lib/components/BottomSheet/BottomSheet.js +5 -3
  19. package/lib/components/Callout/Callout.cjs +3 -2
  20. package/lib/components/Callout/Callout.d.ts.map +1 -1
  21. package/lib/components/Callout/Callout.js +3 -2
  22. package/lib/components/Checkbox/Checkbox.cjs +2 -1
  23. package/lib/components/Checkbox/Checkbox.d.ts.map +1 -1
  24. package/lib/components/Checkbox/Checkbox.js +2 -1
  25. package/lib/components/Chip/Chip.cjs +2 -1
  26. package/lib/components/Chip/Chip.d.ts.map +1 -1
  27. package/lib/components/Chip/Chip.js +2 -1
  28. package/lib/components/ChipTabs/ChipTabs.cjs +2 -1
  29. package/lib/components/ChipTabs/ChipTabs.d.ts.map +1 -1
  30. package/lib/components/ChipTabs/ChipTabs.js +2 -1
  31. package/lib/components/ContentDialog/ContentDialog.cjs +5 -3
  32. package/lib/components/ContentDialog/ContentDialog.d.ts.map +1 -1
  33. package/lib/components/ContentDialog/ContentDialog.js +5 -3
  34. package/lib/components/ContextualFloatingButton/ContextualFloatingButton.cjs +5 -2
  35. package/lib/components/ContextualFloatingButton/ContextualFloatingButton.d.ts.map +1 -1
  36. package/lib/components/ContextualFloatingButton/ContextualFloatingButton.js +5 -2
  37. package/lib/components/DatePicker/DatePicker.cjs +2 -2
  38. package/lib/components/DatePicker/DatePicker.d.ts +10 -4
  39. package/lib/components/DatePicker/DatePicker.d.ts.map +1 -1
  40. package/lib/components/DatePicker/DatePicker.js +2 -2
  41. package/lib/components/DatePicker/index.d.ts +1 -1
  42. package/lib/components/DatePicker/index.d.ts.map +1 -1
  43. package/lib/components/FieldButton/FieldButton.cjs +2 -1
  44. package/lib/components/FieldButton/FieldButton.d.ts.map +1 -1
  45. package/lib/components/FieldButton/FieldButton.js +2 -1
  46. package/lib/components/FloatingActionButton/FloatingActionButton.cjs +2 -1
  47. package/lib/components/FloatingActionButton/FloatingActionButton.d.ts.map +1 -1
  48. package/lib/components/FloatingActionButton/FloatingActionButton.js +2 -1
  49. package/lib/components/HelpBubble/HelpBubble.cjs +2 -1
  50. package/lib/components/HelpBubble/HelpBubble.d.ts.map +1 -1
  51. package/lib/components/HelpBubble/HelpBubble.js +2 -1
  52. package/lib/components/ImageFrame/ImageFrame.cjs +5 -2
  53. package/lib/components/ImageFrame/ImageFrame.d.ts.map +1 -1
  54. package/lib/components/ImageFrame/ImageFrame.js +5 -2
  55. package/lib/components/LoadingIndicator/usePendingButton.d.ts +57 -57
  56. package/lib/components/MenuSheet/MenuSheet.cjs +2 -1
  57. package/lib/components/MenuSheet/MenuSheet.d.ts.map +1 -1
  58. package/lib/components/MenuSheet/MenuSheet.js +2 -1
  59. package/lib/components/PageBanner/PageBanner.cjs +3 -2
  60. package/lib/components/PageBanner/PageBanner.d.ts.map +1 -1
  61. package/lib/components/PageBanner/PageBanner.js +3 -2
  62. package/lib/components/QuantityPicker/QuantityPicker.cjs +8 -4
  63. package/lib/components/QuantityPicker/QuantityPicker.d.ts.map +1 -1
  64. package/lib/components/QuantityPicker/QuantityPicker.js +8 -4
  65. package/lib/components/RadioGroup/RadioGroup.cjs +2 -1
  66. package/lib/components/RadioGroup/RadioGroup.d.ts.map +1 -1
  67. package/lib/components/RadioGroup/RadioGroup.js +2 -1
  68. package/lib/components/ReactionButton/ReactionButton.cjs +5 -2
  69. package/lib/components/ReactionButton/ReactionButton.d.ts.map +1 -1
  70. package/lib/components/ReactionButton/ReactionButton.js +5 -2
  71. package/lib/components/ScrollFog/ScrollFog.d.ts +4 -6
  72. package/lib/components/ScrollFog/ScrollFog.d.ts.map +1 -1
  73. package/lib/components/ScrollFog/ScrollFog.test.d.ts +2 -0
  74. package/lib/components/ScrollFog/ScrollFog.test.d.ts.map +1 -0
  75. package/lib/components/SideNavigation/SideNavigation.cjs +1 -1
  76. package/lib/components/SideNavigation/SideNavigation.js +1 -1
  77. package/lib/components/SidePanel/SidePanel.cjs +5 -3
  78. package/lib/components/SidePanel/SidePanel.d.ts.map +1 -1
  79. package/lib/components/SidePanel/SidePanel.js +5 -3
  80. package/lib/components/Slider/Slider.cjs +1 -1
  81. package/lib/components/Slider/Slider.js +1 -1
  82. package/lib/components/Snackbar/Snackbar.cjs +2 -1
  83. package/lib/components/Snackbar/Snackbar.d.ts.map +1 -1
  84. package/lib/components/Snackbar/Snackbar.js +2 -1
  85. package/lib/components/SwipeableMenuSheet/SwipeableMenuSheet.cjs +2 -1
  86. package/lib/components/SwipeableMenuSheet/SwipeableMenuSheet.d.ts.map +1 -1
  87. package/lib/components/SwipeableMenuSheet/SwipeableMenuSheet.js +2 -1
  88. package/lib/components/Switch/Switch.cjs +2 -1
  89. package/lib/components/Switch/Switch.d.ts.map +1 -1
  90. package/lib/components/Switch/Switch.js +2 -1
  91. package/lib/components/Tabs/Tabs.cjs +2 -1
  92. package/lib/components/Tabs/Tabs.d.ts.map +1 -1
  93. package/lib/components/Tabs/Tabs.js +2 -1
  94. package/lib/components/TextField/TextField.cjs +1 -1
  95. package/lib/components/TextField/TextField.js +1 -1
  96. package/lib/components/ToggleButton/ToggleButton.cjs +5 -2
  97. package/lib/components/ToggleButton/ToggleButton.d.ts.map +1 -1
  98. package/lib/components/ToggleButton/ToggleButton.js +5 -2
  99. package/lib/components/WheelPicker/WheelPicker.cjs +94 -0
  100. package/lib/components/WheelPicker/WheelPicker.d.ts +56 -0
  101. package/lib/components/WheelPicker/WheelPicker.d.ts.map +1 -0
  102. package/lib/components/WheelPicker/WheelPicker.js +89 -0
  103. package/lib/components/WheelPicker/WheelPicker.namespace.cjs +15 -0
  104. package/lib/components/WheelPicker/WheelPicker.namespace.d.ts +2 -0
  105. package/lib/components/WheelPicker/WheelPicker.namespace.d.ts.map +1 -0
  106. package/lib/components/WheelPicker/WheelPicker.namespace.js +10 -0
  107. package/lib/components/WheelPicker/WheelPicker.test.d.ts +2 -0
  108. package/lib/components/WheelPicker/WheelPicker.test.d.ts.map +1 -0
  109. package/lib/components/WheelPicker/index.cjs +12 -0
  110. package/lib/components/WheelPicker/index.d.ts +3 -0
  111. package/lib/components/WheelPicker/index.d.ts.map +1 -0
  112. package/lib/components/WheelPicker/index.js +3 -0
  113. package/lib/components/index.cjs +11 -0
  114. package/lib/components/index.d.ts +1 -0
  115. package/lib/components/index.d.ts.map +1 -1
  116. package/lib/components/index.js +3 -1
  117. package/lib/components/private/WheelPicker.cjs +2 -3
  118. package/lib/components/private/WheelPicker.d.ts +3 -3
  119. package/lib/components/private/WheelPicker.d.ts.map +1 -1
  120. package/lib/components/private/WheelPicker.js +3 -3
  121. package/lib/components/private/useDismissible.d.ts +123 -123
  122. package/lib/index.cjs +24 -0
  123. package/lib/index.d.ts +2 -0
  124. package/lib/index.d.ts.map +1 -1
  125. package/lib/index.js +4 -1
  126. package/lib/utils/withScaleFeedback.cjs +25 -0
  127. package/lib/utils/withScaleFeedback.d.ts +8 -0
  128. package/lib/utils/withScaleFeedback.d.ts.map +1 -0
  129. package/lib/utils/withScaleFeedback.js +22 -0
  130. package/package.json +6 -5
  131. package/src/components/ActionButton/ActionButton.tsx +5 -2
  132. package/src/components/AttachmentDisplay/AttachmentDisplayItem.tsx +15 -9
  133. package/src/components/AttachmentDisplay/AttachmentDisplayTrigger.tsx +7 -4
  134. package/src/components/AttachmentInput/AttachmentInputItem.tsx +15 -9
  135. package/src/components/AttachmentInput/AttachmentInputTrigger.tsx +3 -3
  136. package/src/components/BottomSheet/BottomSheet.tsx +5 -3
  137. package/src/components/Callout/Callout.tsx +9 -4
  138. package/src/components/Checkbox/Checkbox.tsx +3 -3
  139. package/src/components/Chip/Chip.tsx +2 -1
  140. package/src/components/ChipTabs/ChipTabs.tsx +3 -3
  141. package/src/components/ContentDialog/ContentDialog.tsx +5 -3
  142. package/src/components/ContextualFloatingButton/ContextualFloatingButton.tsx +5 -2
  143. package/src/components/DatePicker/DatePicker.test.tsx +20 -0
  144. package/src/components/DatePicker/DatePicker.tsx +14 -2
  145. package/src/components/DatePicker/index.ts +2 -0
  146. package/src/components/FieldButton/FieldButton.tsx +6 -3
  147. package/src/components/FloatingActionButton/FloatingActionButton.tsx +4 -4
  148. package/src/components/HelpBubble/HelpBubble.tsx +7 -4
  149. package/src/components/HelpBubbleTooltip/HelpBubbleTooltip.tsx +1 -1
  150. package/src/components/ImageFrame/ImageFrame.tsx +8 -1
  151. package/src/components/MenuSheet/MenuSheet.tsx +6 -3
  152. package/src/components/PageBanner/PageBanner.tsx +5 -6
  153. package/src/components/QuantityPicker/QuantityPicker.tsx +8 -4
  154. package/src/components/RadioGroup/RadioGroup.tsx +7 -4
  155. package/src/components/ReactionButton/ReactionButton.tsx +5 -2
  156. package/src/components/ScrollFog/ScrollFog.test.tsx +13 -0
  157. package/src/components/ScrollFog/ScrollFog.tsx +5 -7
  158. package/src/components/SidePanel/SidePanel.tsx +5 -3
  159. package/src/components/Snackbar/Snackbar.tsx +6 -3
  160. package/src/components/SwipeableMenuSheet/SwipeableMenuSheet.tsx +7 -4
  161. package/src/components/Switch/Switch.tsx +3 -3
  162. package/src/components/Tabs/Tabs.tsx +3 -3
  163. package/src/components/ToggleButton/ToggleButton.tsx +5 -2
  164. package/src/components/WheelPicker/WheelPicker.namespace.ts +9 -0
  165. package/src/components/WheelPicker/WheelPicker.test.tsx +270 -0
  166. package/src/components/WheelPicker/WheelPicker.tsx +210 -0
  167. package/src/components/WheelPicker/index.ts +11 -0
  168. package/src/components/index.ts +1 -0
  169. package/src/components/private/WheelPicker.test.tsx +1 -0
  170. package/src/components/private/WheelPicker.tsx +6 -6
  171. package/src/index.ts +2 -0
  172. package/src/utils/withScaleFeedback.tsx +34 -0
@@ -216,6 +216,26 @@ describe("DatePicker", () => {
216
216
  }
217
217
  });
218
218
 
219
+ it("ContinuousDatePicker는 monthRange에 포함된 월만 노출한다", () => {
220
+ const { getAllByRole, queryByRole } = render(
221
+ <ContinuousDatePicker
222
+ {...commonProps}
223
+ defaultViewDate={{ year: 2026, month: 12, day: 1 }}
224
+ monthRange={{
225
+ start: { year: 2026, month: 12 },
226
+ end: { year: 2027, month: 1 },
227
+ }}
228
+ height="400px"
229
+ />,
230
+ );
231
+
232
+ expect(getAllByRole("grid")).toHaveLength(2);
233
+ expect(queryByRole("grid", { name: "2026년 11월" })).not.toBeInTheDocument();
234
+ expect(queryByRole("grid", { name: "2026년 12월" })).toBeInTheDocument();
235
+ expect(queryByRole("grid", { name: "2027년 1월" })).toBeInTheDocument();
236
+ expect(queryByRole("grid", { name: "2027년 2월" })).not.toBeInTheDocument();
237
+ });
238
+
219
239
  it("navigateToDate는 외부 포커스를 유지하고 오늘을 다음 tab 진입점으로 지정한다", () => {
220
240
  const actionsRef = React.createRef<DatePickerActions>();
221
241
  const { getByRole } = render(
@@ -9,6 +9,7 @@ import {
9
9
  type DatePickerCell,
10
10
  type DatePickerCellState,
11
11
  type DatePickerMonth,
12
+ type DatePickerMonthRange,
12
13
  type DatePickerVisibleRange,
13
14
  type UseDatePickerProps,
14
15
  } from "@seed-design/react-date-picker";
@@ -43,7 +44,7 @@ export interface DatePickerCellContentRenderProps extends DatePickerCellState {}
43
44
 
44
45
  type DatePickerBehaviorProps = UseDatePickerProps extends infer Props
45
46
  ? Props extends UseDatePickerProps
46
- ? Omit<Props, "visibleRange">
47
+ ? Omit<Props, "visibleRange" | "monthRange">
47
48
  : never
48
49
  : never;
49
50
 
@@ -82,10 +83,18 @@ export type WeekDatePickerProps = DatePickerSharedProps;
82
83
  type DatePickerPropsWithoutSize<Props = DatePickerSharedProps> = Props extends DatePickerSharedProps
83
84
  ? Omit<Props, "height" | "minHeight" | "maxHeight">
84
85
  : never;
85
- export type ContinuousDatePickerProps = DatePickerPropsWithoutSize & ContinuousSizeConstraint;
86
+ export type ContinuousDatePickerProps = DatePickerPropsWithoutSize &
87
+ ContinuousSizeConstraint & {
88
+ /**
89
+ * 노출하고 이동할 수 있는 월 범위입니다. 양끝 월을 포함합니다.
90
+ * 생략하면 `yearRange.start`의 1월부터 `yearRange.end`의 12월까지 노출합니다.
91
+ */
92
+ monthRange?: DatePickerMonthRange;
93
+ };
86
94
 
87
95
  type DatePickerImplementationProps = DatePickerSharedProps & {
88
96
  visibleRange: DatePickerVisibleRange;
97
+ monthRange?: DatePickerMonthRange;
89
98
  };
90
99
 
91
100
  type NavigationChevronIconProps = React.SVGProps<SVGSVGElement> & {
@@ -409,6 +418,7 @@ const DatePickerImplementation = React.forwardRef<HTMLDivElement, DatePickerImpl
409
418
  locale: _locale,
410
419
  weekStartsOn: _weekStartsOn,
411
420
  yearRange: _yearRange,
421
+ monthRange: _monthRange,
412
422
  constraints: _constraints,
413
423
  disabled: _disabled,
414
424
  readOnly: _readOnly,
@@ -554,10 +564,12 @@ export type {
554
564
  DatePickerConstraint,
555
565
  DatePickerConstraintContext,
556
566
  DatePickerDate,
567
+ DatePickerMonthRange,
557
568
  DatePickerMultipleProps,
558
569
  DatePickerRangeProps,
559
570
  DatePickerRangeValue,
560
571
  DatePickerSelectionMode,
561
572
  DatePickerSingleProps,
562
573
  DatePickerValue,
574
+ DatePickerYearMonth,
563
575
  } from "@seed-design/react-date-picker";
@@ -10,6 +10,7 @@ export {
10
10
  type DatePickerConstraint,
11
11
  type DatePickerConstraintContext,
12
12
  type DatePickerDate,
13
+ type DatePickerMonthRange,
13
14
  type DatePickerMultipleProps,
14
15
  type DatePickerProps,
15
16
  type DatePickerRangeProps,
@@ -17,6 +18,7 @@ export {
17
18
  type DatePickerSelectionMode,
18
19
  type DatePickerSingleProps,
19
20
  type DatePickerValue,
21
+ type DatePickerYearMonth,
20
22
  type TwoMonthDatePickerProps,
21
23
  type WeekDatePickerProps,
22
24
  } from "./DatePicker";
@@ -4,6 +4,7 @@ import * as React from "react";
4
4
  import { forwardRef } from "react";
5
5
  import { createSlotRecipeContext } from "../../utils/createSlotRecipeContext";
6
6
  import { createWithStateProps } from "../../utils/createWithStateProps";
7
+ import { withScaleFeedback } from "../../utils/withScaleFeedback";
7
8
  import { splitMultipleVariantsProps } from "../../utils/splitMultipleVariantsProps";
8
9
  import { field, type FieldVariantProps } from "@seed-design/css/recipes/field";
9
10
  import { fieldLabel, type FieldLabelVariantProps } from "@seed-design/css/recipes/field-label";
@@ -227,9 +228,11 @@ export const FieldButtonControl = withProvider<HTMLDivElement, FieldButtonContro
227
228
 
228
229
  export interface FieldButtonClearButtonProps extends FieldButton.ClearButtonProps {}
229
230
 
230
- export const FieldButtonClearButton = withContext<HTMLButtonElement, FieldButtonClearButtonProps>(
231
- FieldButton.ClearButton,
232
- "clearButton",
231
+ export const FieldButtonClearButton = withScaleFeedback(
232
+ withContext<HTMLButtonElement, FieldButtonClearButtonProps>(
233
+ FieldButton.ClearButton,
234
+ "clearButton",
235
+ ),
233
236
  );
234
237
 
235
238
  export interface FieldButtonValueProps
@@ -5,6 +5,7 @@ import {
5
5
  import { Primitive, type PrimitiveProps } from "@seed-design/react-primitive";
6
6
  import type * as React from "react";
7
7
  import { createSlotRecipeContext } from "../../utils/createSlotRecipeContext";
8
+ import { withScaleFeedback } from "../../utils/withScaleFeedback";
8
9
  import { InternalIcon, type InternalIconProps } from "../private/Icon";
9
10
 
10
11
  const { withProvider, withContext } = createSlotRecipeContext(floatingActionButton);
@@ -16,10 +17,9 @@ export interface FloatingActionButtonRootProps
16
17
  PrimitiveProps,
17
18
  React.ButtonHTMLAttributes<HTMLButtonElement> {}
18
19
 
19
- export const FloatingActionButtonRoot = withProvider<
20
- HTMLButtonElement,
21
- FloatingActionButtonRootProps
22
- >(Primitive.button, "root");
20
+ export const FloatingActionButtonRoot = withScaleFeedback(
21
+ withProvider<HTMLButtonElement, FloatingActionButtonRootProps>(Primitive.button, "root"),
22
+ );
23
23
 
24
24
  export interface FloatingActionButtonIconProps extends InternalIconProps {}
25
25
 
@@ -3,6 +3,7 @@ import { Primitive, type PrimitiveProps } from "@seed-design/react-primitive";
3
3
  import { helpBubble, type HelpBubbleVariantProps } from "@seed-design/css/recipes/help-bubble";
4
4
  import { forwardRef } from "react";
5
5
  import { createSlotRecipeContext } from "../../utils/createSlotRecipeContext";
6
+ import { withScaleFeedback } from "../../utils/withScaleFeedback";
6
7
  import { createWithStateProps } from "../../utils/createWithStateProps";
7
8
  import { withStyleProps, type StyleProps } from "../../utils/styled";
8
9
  import { getHelpBubbleArrowTipPath } from "../../utils/getHelpBubbleArrowTipPath";
@@ -37,7 +38,7 @@ export const HelpBubbleRoot = withRootProvider<HelpBubbleRootProps>(PopoverPrimi
37
38
  defaultProps: {
38
39
  placement: "top",
39
40
  gutter: 4, // TODO: get value from rootage spec
40
- overflowPadding: 16,
41
+ overflowPadding: 16, // TODO: get value from rootage spec
41
42
  arrowPadding: 14,
42
43
  },
43
44
  });
@@ -137,9 +138,11 @@ HelpBubbleArrowTip.displayName = "HelpBubbleArrowTip";
137
138
 
138
139
  export interface HelpBubbleCloseButtonProps extends PopoverPrimitive.CloseButtonProps {}
139
140
 
140
- export const HelpBubbleCloseButton = withContext<HTMLButtonElement, HelpBubbleCloseButtonProps>(
141
- PopoverPrimitive.CloseButton,
142
- "closeButton",
141
+ export const HelpBubbleCloseButton = withScaleFeedback(
142
+ withContext<HTMLButtonElement, HelpBubbleCloseButtonProps>(
143
+ PopoverPrimitive.CloseButton,
144
+ "closeButton",
145
+ ),
143
146
  );
144
147
 
145
148
  ////////////////////////////////////////////////////////////////////////////////////
@@ -41,7 +41,7 @@ export const HelpBubbleTooltipRoot = withRootProvider<HelpBubbleTooltipRootProps
41
41
  defaultProps: {
42
42
  placement: "top",
43
43
  gutter: 4, // TODO: get value from rootage spec
44
- overflowPadding: 16,
44
+ overflowPadding: 16, // TODO: get value from rootage spec
45
45
  arrowPadding: 14,
46
46
  },
47
47
  },
@@ -14,8 +14,10 @@ import { imageFrameReactionButton } from "@seed-design/css/recipes/image-frame-r
14
14
  import { mergeProps } from "@seed-design/dom-utils";
15
15
  import { Image } from "@seed-design/react-image";
16
16
  import { Toggle as TogglePrimitive, useToggleContext } from "@seed-design/react-toggle";
17
+ import { useComposedRefs } from "@radix-ui/react-compose-refs";
17
18
  import clsx from "clsx";
18
19
  import * as React from "react";
20
+ import { useScaleFeedback } from "@seed-design/react-scale-feedback";
19
21
  import { createSlotRecipeContext } from "../../utils/createSlotRecipeContext";
20
22
  import type { DistributiveOmit } from "../../utils/styled";
21
23
  import { AspectRatio, type AspectRatioProps } from "../AspectRatio/AspectRatio";
@@ -249,10 +251,15 @@ export const ImageFrameReactionButton = React.forwardRef<
249
251
  ImageFrameReactionButtonProps
250
252
  >(({ className, ...rest }, ref) => {
251
253
  const classNames = imageFrameReactionButton();
254
+ const { scaleFeedbackRef, scaleFeedbackClassName } = useScaleFeedback();
252
255
 
253
256
  return (
254
257
  <ImageFrameReactionButtonClassNamesProvider value={classNames}>
255
- <TogglePrimitive.Root ref={ref} className={clsx(classNames.root, className)} {...rest}>
258
+ <TogglePrimitive.Root
259
+ ref={useComposedRefs(scaleFeedbackRef, ref)}
260
+ className={clsx(classNames.root, scaleFeedbackClassName, className)}
261
+ {...rest}
262
+ >
256
263
  <ReactionButtonIcon />
257
264
  </TogglePrimitive.Root>
258
265
  </ImageFrameReactionButtonClassNamesProvider>
@@ -7,6 +7,7 @@ import {
7
7
  } from "@seed-design/css/recipes/menu-sheet-item";
8
8
  import * as React from "react";
9
9
  import { createSlotRecipeContext } from "../../utils/createSlotRecipeContext";
10
+ import { withScaleFeedback } from "../../utils/withScaleFeedback";
10
11
  import { createWithStateProps } from "../../utils/createWithStateProps";
11
12
  import clsx from "clsx";
12
13
 
@@ -319,7 +320,9 @@ export interface MenuSheetCloseButtonProps extends DialogPrimitive.CloseButtonPr
319
320
  /**
320
321
  * @deprecated Use `SwipeableMenuSheet` instead.
321
322
  */
322
- export const MenuSheetCloseButton = withContext<HTMLDivElement, MenuSheetCloseButtonProps>(
323
- DialogPrimitive.CloseButton,
324
- "closeButton",
323
+ export const MenuSheetCloseButton = withScaleFeedback(
324
+ withContext<HTMLDivElement, MenuSheetCloseButtonProps>(
325
+ DialogPrimitive.CloseButton,
326
+ "closeButton",
327
+ ),
325
328
  );
@@ -4,6 +4,7 @@ import { forwardRef } from "react";
4
4
  import { pageBanner, type PageBannerVariantProps } from "@seed-design/css/recipes/page-banner";
5
5
  import { Primitive, type PrimitiveProps } from "@seed-design/react-primitive";
6
6
  import { createSlotRecipeContext } from "../../utils/createSlotRecipeContext";
7
+ import { withScaleFeedback } from "../../utils/withScaleFeedback";
7
8
  import {
8
9
  DismissibleCloseButton,
9
10
  DismissibleRoot,
@@ -93,16 +94,14 @@ export interface PageBannerButtonProps
93
94
  extends PrimitiveProps,
94
95
  React.ButtonHTMLAttributes<HTMLButtonElement> {}
95
96
 
96
- export const PageBannerButton = withContext<HTMLButtonElement, PageBannerButtonProps>(
97
- Primitive.button,
98
- "button",
97
+ export const PageBannerButton = withScaleFeedback(
98
+ withContext<HTMLButtonElement, PageBannerButtonProps>(Primitive.button, "button"),
99
99
  );
100
100
 
101
101
  export interface PageBannerCloseButtonProps
102
102
  extends PrimitiveProps,
103
103
  React.ButtonHTMLAttributes<HTMLButtonElement> {}
104
104
 
105
- export const PageBannerCloseButton = withContext<HTMLButtonElement, PageBannerCloseButtonProps>(
106
- DismissibleCloseButton,
107
- "closeButton",
105
+ export const PageBannerCloseButton = withScaleFeedback(
106
+ withContext<HTMLButtonElement, PageBannerCloseButtonProps>(DismissibleCloseButton, "closeButton"),
108
107
  );
@@ -12,8 +12,10 @@ import {
12
12
  } from "@seed-design/css/recipes/quantity-picker";
13
13
  import clsx from "clsx";
14
14
  import * as React from "react";
15
+ import { useComposedRefs } from "@radix-ui/react-compose-refs";
15
16
  import { createSlotRecipeContext } from "../../utils/createSlotRecipeContext";
16
17
  import { createWithStateProps } from "../../utils/createWithStateProps";
18
+ import { useScaleFeedback } from "@seed-design/react-scale-feedback";
17
19
 
18
20
  const { ClassNamesProvider, useClassNames } = createSlotRecipeContext(quantityPicker);
19
21
  const withStateProps = createWithStateProps([useQuantityPickerContext]);
@@ -154,11 +156,12 @@ export const QuantityPickerDecrementButton = React.forwardRef<
154
156
  ? (removeIcon ?? icon)
155
157
  : icon;
156
158
  const contentIsIcon = content !== null && content !== undefined;
159
+ const { scaleFeedbackRef, scaleFeedbackClassName } = useScaleFeedback();
157
160
 
158
161
  return (
159
162
  <QuantityPickerPrimitive.DecrementButton
160
- ref={ref}
161
- className={clsx(classNames.decrementButton, className)}
163
+ ref={useComposedRefs(scaleFeedbackRef, ref)}
164
+ className={clsx(classNames.decrementButton, scaleFeedbackClassName, className)}
162
165
  {...props}
163
166
  >
164
167
  {renderIcon(content ?? children, classNames.decrementIcon, decrementIconProps, contentIsIcon)}
@@ -208,11 +211,12 @@ export const QuantityPickerIncrementButton = React.forwardRef<
208
211
  const { incrementIconProps, incrementLoading } = useQuantityPickerContext();
209
212
  const content = incrementLoading ? loadingIndicator : icon;
210
213
  const contentIsIcon = content !== null && content !== undefined;
214
+ const { scaleFeedbackRef, scaleFeedbackClassName } = useScaleFeedback();
211
215
 
212
216
  return (
213
217
  <QuantityPickerPrimitive.IncrementButton
214
- ref={ref}
215
- className={clsx(classNames.incrementButton, className)}
218
+ ref={useComposedRefs(scaleFeedbackRef, ref)}
219
+ className={clsx(classNames.incrementButton, scaleFeedbackClassName, className)}
216
220
  {...props}
217
221
  >
218
222
  {renderIcon(content ?? children, classNames.incrementIcon, incrementIconProps, contentIsIcon)}
@@ -11,6 +11,7 @@ import clsx from "clsx";
11
11
  import { forwardRef } from "react";
12
12
  import { createSlotRecipeContext } from "../../utils/createSlotRecipeContext";
13
13
  import { createWithStateProps } from "../../utils/createWithStateProps";
14
+ import { withScaleFeedback } from "../../utils/withScaleFeedback";
14
15
  import { InternalIcon } from "../private/Icon";
15
16
  import { splitMultipleVariantsProps } from "../../utils/splitMultipleVariantsProps";
16
17
  import { createRecipeContext } from "../../utils/createRecipeContext";
@@ -81,10 +82,12 @@ export interface RadioGroupItemControlProps
81
82
  extends RadiomarkVariantProps,
82
83
  RadioGroupPrimitive.ItemControlProps {}
83
84
 
84
- export const RadioGroupItemControl = withRadiomarkProvider<
85
- HTMLDivElement,
86
- RadioGroupItemControlProps
87
- >(RadioGroupPrimitive.ItemControl, "root");
85
+ export const RadioGroupItemControl = withScaleFeedback(
86
+ withRadiomarkProvider<HTMLDivElement, RadioGroupItemControlProps>(
87
+ RadioGroupPrimitive.ItemControl,
88
+ "root",
89
+ ),
90
+ );
88
91
 
89
92
  ////////////////////////////////////////////////////////////////////////////////////
90
93
 
@@ -2,9 +2,11 @@ import {
2
2
  reactionButton,
3
3
  type ReactionButtonVariantProps,
4
4
  } from "@seed-design/css/recipes/reaction-button";
5
+ import { useComposedRefs } from "@radix-ui/react-compose-refs";
5
6
  import { Toggle as TogglePrimitive } from "@seed-design/react-toggle";
6
7
  import clsx from "clsx";
7
8
  import * as React from "react";
9
+ import { useScaleFeedback } from "@seed-design/react-scale-feedback";
8
10
  import {
9
11
  PendingButtonProvider,
10
12
  usePendingButton,
@@ -20,12 +22,13 @@ export const ReactionButton = React.forwardRef<HTMLButtonElement, ReactionButton
20
22
  ({ size = "small", loading = false, className, ...otherProps }, ref) => {
21
23
  const recipeClassName = reactionButton({ size });
22
24
  const api = usePendingButton({ loading, disabled: otherProps.disabled });
25
+ const { scaleFeedbackRef, scaleFeedbackClassName } = useScaleFeedback();
23
26
 
24
27
  return (
25
28
  <PendingButtonProvider value={api}>
26
29
  <TogglePrimitive.Root
27
- ref={ref}
28
- className={clsx(recipeClassName, className)}
30
+ ref={useComposedRefs(scaleFeedbackRef, ref)}
31
+ className={clsx(recipeClassName, scaleFeedbackClassName, className)}
29
32
  {...api.stateProps}
30
33
  {...otherProps}
31
34
  />
@@ -0,0 +1,13 @@
1
+ import { render } from "@testing-library/react";
2
+ import { describe, expect, it } from "bun:test";
3
+ import { ScrollFog } from "./ScrollFog";
4
+
5
+ describe("ScrollFog", () => {
6
+ it("CSS 길이 계산식을 Fog 크기로 전달한다", () => {
7
+ const { container } = render(<ScrollFog size="min(40%, 132px)" />);
8
+ const scrollFog = container.firstElementChild as HTMLElement;
9
+
10
+ expect(scrollFog.style.getPropertyValue("--scroll-fog-size-top")).toBe("min(40%, 132px)");
11
+ expect(scrollFog.style.getPropertyValue("--scroll-fog-size-bottom")).toBe("min(40%, 132px)");
12
+ });
13
+ });
@@ -15,20 +15,18 @@ export interface ScrollFogProps
15
15
  extends ScrollFogVariantProps,
16
16
  React.HTMLAttributes<HTMLDivElement> {
17
17
  /**
18
- * Placement of fog effect
18
+ * Fog 효과를 표시할 방향입니다.
19
19
  * @default ["top", "bottom"]
20
20
  */
21
21
  placement?: ScrollPlacement[];
22
22
 
23
23
  /**
24
- * Size of the fog effect in pixels
24
+ * Fog 효과의 크기입니다. 숫자는 px 단위로 처리하며 CSS 길이 또는 계산식도 사용할 수 있습니다.
25
25
  * @default 20
26
26
  */
27
- size?: number;
27
+ size?: number | string;
28
28
 
29
- /**
30
- * Size of the fog effect for each direction in pixels
31
- */
29
+ /** 방향별 Fog 효과의 크기입니다. */
32
30
  sizes?: SizesConfig;
33
31
  }
34
32
 
@@ -42,7 +40,7 @@ export const ScrollFog = forwardRef<HTMLDivElement, ScrollFogProps>(
42
40
  ...props,
43
41
  });
44
42
  const scrollFogClassName = scrollFog(variantProps);
45
- const sizePx = typeof size === "number" ? `${size}px` : size; // TODO: redundant typeof?
43
+ const sizePx = typeof size === "number" ? `${size}px` : size;
46
44
 
47
45
  const sizeStyle = useMemo(() => {
48
46
  const finalSizes = {
@@ -1,12 +1,13 @@
1
1
  import { sidePanel, type SidePanelVariantProps } from "@seed-design/css/recipes/side-panel";
2
2
  import { Drawer } from "@seed-design/react-drawer";
3
3
  import { Primitive, type PrimitiveProps } from "@seed-design/react-primitive";
4
- import { composeRefs } from "@radix-ui/react-compose-refs";
4
+ import { composeRefs, useComposedRefs } from "@radix-ui/react-compose-refs";
5
5
  import { dataAttr } from "@seed-design/dom-utils";
6
6
  import clsx from "clsx";
7
7
  import * as React from "react";
8
8
  import { createRenderTrackingContext } from "../../utils/createRenderTrackingContext";
9
9
  import { createSlotRecipeContext } from "../../utils/createSlotRecipeContext";
10
+ import { useScaleFeedback } from "@seed-design/react-scale-feedback";
10
11
  import { useStyleProps, withStyleProps, type StyleProps } from "../../utils/styled";
11
12
 
12
13
  const { withContext, useClassNames, ClassNamesProvider } = createSlotRecipeContext(sidePanel);
@@ -202,11 +203,12 @@ export const SidePanelCloseButton = React.forwardRef<HTMLButtonElement, SidePane
202
203
  ({ className, ...props }, ref) => {
203
204
  const classNames = useClassNames();
204
205
  const { trackRef } = closeButtonTracker.useRenderTracking();
206
+ const { scaleFeedbackRef, scaleFeedbackClassName } = useScaleFeedback();
205
207
 
206
208
  return (
207
209
  <Drawer.CloseButton
208
- ref={composeRefs(ref, trackRef)}
209
- className={clsx(classNames.closeButton, className)}
210
+ ref={useComposedRefs(scaleFeedbackRef, ref, trackRef)}
211
+ className={clsx(classNames.closeButton, scaleFeedbackClassName, className)}
210
212
  {...props}
211
213
  />
212
214
  );
@@ -6,6 +6,7 @@ import { Snackbar as SnackbarPrimitive } from "@seed-design/react-snackbar";
6
6
  import { forwardRef } from "react";
7
7
  import { createRecipeContext } from "../../utils/createRecipeContext";
8
8
  import { createSlotRecipeContext } from "../../utils/createSlotRecipeContext";
9
+ import { withScaleFeedback } from "../../utils/withScaleFeedback";
9
10
  import { InternalIcon, type InternalIconProps } from "../private/Icon";
10
11
 
11
12
  const { withContext: withRegionContext } = createRecipeContext(snackbarRegion);
@@ -69,9 +70,11 @@ export const SnackbarPrefixIcon = withContext<HTMLDivElement, SnackbarPrefixIcon
69
70
 
70
71
  export interface SnackbarActionButtonProps extends SnackbarPrimitive.ActionButtonProps {}
71
72
 
72
- export const SnackbarActionButton = withContext<HTMLButtonElement, SnackbarActionButtonProps>(
73
- SnackbarPrimitive.ActionButton,
74
- "actionButton",
73
+ export const SnackbarActionButton = withScaleFeedback(
74
+ withContext<HTMLButtonElement, SnackbarActionButtonProps>(
75
+ SnackbarPrimitive.ActionButton,
76
+ "actionButton",
77
+ ),
75
78
  );
76
79
 
77
80
  ////////////////////////////////////////////////////////////////////////////////////
@@ -9,6 +9,7 @@ import { Primitive, type PrimitiveProps } from "@seed-design/react-primitive";
9
9
  import clsx from "clsx";
10
10
  import * as React from "react";
11
11
  import { createSlotRecipeContext } from "../../utils/createSlotRecipeContext";
12
+ import { withScaleFeedback } from "../../utils/withScaleFeedback";
12
13
 
13
14
  const { withContext, useClassNames, ClassNamesProvider } = createSlotRecipeContext(menuSheet);
14
15
  const {
@@ -263,7 +264,9 @@ export interface SwipeableMenuSheetCloseButtonProps extends Drawer.CloseButtonPr
263
264
  /**
264
265
  * Visible button that closes the swipeable menu sheet.
265
266
  */
266
- export const SwipeableMenuSheetCloseButton = withContext<
267
- HTMLButtonElement,
268
- SwipeableMenuSheetCloseButtonProps
269
- >(Drawer.CloseButton, "closeButton");
267
+ export const SwipeableMenuSheetCloseButton = withScaleFeedback(
268
+ withContext<HTMLButtonElement, SwipeableMenuSheetCloseButtonProps>(
269
+ Drawer.CloseButton,
270
+ "closeButton",
271
+ ),
272
+ );
@@ -4,6 +4,7 @@ import { switchmark, type SwitchmarkVariantProps } from "@seed-design/css/recipe
4
4
  import { createSlotRecipeContext } from "../../utils/createSlotRecipeContext";
5
5
  import { Primitive, type PrimitiveProps } from "@seed-design/react-primitive";
6
6
  import { createWithStateProps } from "../../utils/createWithStateProps";
7
+ import { withScaleFeedback } from "../../utils/withScaleFeedback";
7
8
  import React from "react";
8
9
  import clsx from "clsx";
9
10
  import { splitMultipleVariantsProps } from "../../utils/splitMultipleVariantsProps";
@@ -49,9 +50,8 @@ SwitchRoot.displayName = "SwitchRoot";
49
50
 
50
51
  export interface SwitchControlProps extends SwitchmarkVariantProps, SwitchPrimitive.ControlProps {}
51
52
 
52
- export const SwitchControl = withControlProvider<HTMLDivElement, SwitchControlProps>(
53
- SwitchPrimitive.Control,
54
- "root",
53
+ export const SwitchControl = withScaleFeedback(
54
+ withControlProvider<HTMLDivElement, SwitchControlProps>(SwitchPrimitive.Control, "root"),
55
55
  );
56
56
 
57
57
  ////////////////////////////////////////////////////////////////////////////////////
@@ -1,6 +1,7 @@
1
1
  import { tabs, type TabsVariantProps } from "@seed-design/css/recipes/tabs";
2
2
  import { Tabs as TabsPrimitive } from "@seed-design/react-tabs";
3
3
  import { createSlotRecipeContext } from "../../utils/createSlotRecipeContext";
4
+ import { withScaleFeedback } from "../../utils/withScaleFeedback";
4
5
 
5
6
  const { withProvider, withContext } = createSlotRecipeContext(tabs);
6
7
 
@@ -20,9 +21,8 @@ export const TabsList = withContext<HTMLDivElement, TabsListProps>(TabsPrimitive
20
21
 
21
22
  export interface TabsTriggerProps extends TabsPrimitive.TriggerProps {}
22
23
 
23
- export const TabsTrigger = withContext<HTMLButtonElement, TabsTriggerProps>(
24
- TabsPrimitive.Trigger,
25
- "trigger",
24
+ export const TabsTrigger = withScaleFeedback(
25
+ withContext<HTMLButtonElement, TabsTriggerProps>(TabsPrimitive.Trigger, "trigger"),
26
26
  );
27
27
 
28
28
  ////////////////////////////////////////////////////////////////////////////////////
@@ -2,9 +2,11 @@ import {
2
2
  toggleButton,
3
3
  type ToggleButtonVariantProps,
4
4
  } from "@seed-design/css/recipes/toggle-button";
5
+ import { useComposedRefs } from "@radix-ui/react-compose-refs";
5
6
  import { Toggle as TogglePrimitive } from "@seed-design/react-toggle";
6
7
  import clsx from "clsx";
7
8
  import * as React from "react";
9
+ import { useScaleFeedback } from "@seed-design/react-scale-feedback";
8
10
  import {
9
11
  PendingButtonProvider,
10
12
  usePendingButton,
@@ -20,12 +22,13 @@ export const ToggleButton = React.forwardRef<HTMLButtonElement, ToggleButtonProp
20
22
  ({ variant = "brandSolid", size = "small", loading = false, className, ...otherProps }, ref) => {
21
23
  const recipeClassName = toggleButton({ variant, size });
22
24
  const api = usePendingButton({ loading, disabled: otherProps.disabled });
25
+ const { scaleFeedbackRef, scaleFeedbackClassName } = useScaleFeedback();
23
26
 
24
27
  return (
25
28
  <PendingButtonProvider value={api}>
26
29
  <TogglePrimitive.Root
27
- ref={ref}
28
- className={clsx(recipeClassName, className)}
30
+ ref={useComposedRefs(scaleFeedbackRef, ref)}
31
+ className={clsx(recipeClassName, scaleFeedbackClassName, className)}
29
32
  {...api.stateProps}
30
33
  {...otherProps}
31
34
  />
@@ -0,0 +1,9 @@
1
+ export {
2
+ WheelPickerRoot as Root,
3
+ WheelPickerColumn as Column,
4
+ WheelPickerItemLabel as ItemLabel,
5
+ type WheelPickerRootProps as RootProps,
6
+ type WheelPickerColumnProps as ColumnProps,
7
+ type WheelPickerItemLabelProps as ItemLabelProps,
8
+ type WheelPickerOption as Option,
9
+ } from "./WheelPicker";