Skip to content

Commit

Permalink
cr fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rivka-ungar committed Aug 5, 2024
1 parent 9448f3c commit b72c63c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 10 additions & 0 deletions packages/core/docs/vibe-3-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,16 @@ codemod: `avatar-component-migration`
- `arrowPosition` removed [codemod]
- `TooltipArrowPosition` removed [codemod]

### ColorPicker

- `COLOR_STYLES` removed [codemod]


### ColorPickerContent

- `COLOR_STYLES` removed [codemod]


## Hooks

### useClickableProps
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ export interface ColorPickerContentProps extends VibeComponentProps {
}

const ColorPickerContent: VibeComponent<ColorPickerContentProps, HTMLDivElement> & {
// Backward compatibility for enum naming
COLOR_STYLES?: typeof ColorStyleEnum;
sizes?: typeof BaseSizes;
colorStyles?: typeof ColorStyleEnum;
colorSizes?: typeof BaseSizes;
Expand Down Expand Up @@ -155,8 +153,6 @@ const ColorPickerContent: VibeComponent<ColorPickerContentProps, HTMLDivElement>
);

export default withStaticProps(ColorPickerContent, {
// Backward compatibility for enum naming
COLOR_STYLES: ColorStyleEnum,
sizes: BaseSizes,
colorStyles: ColorStyleEnum,
colorSizes: BaseSizes,
Expand Down

0 comments on commit b72c63c

Please sign in to comment.