We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd992c5 commit 456cb42Copy full SHA for 456cb42
.changeset/fifty-monkeys-jump.md
@@ -0,0 +1,5 @@
1
+---
2
+"@devup-ui/react": patch
3
4
+
5
+Add visiblity
packages/react/src/types/props/color.ts
@@ -10,4 +10,5 @@ export interface DevupUiColorProps {
10
11
color?: ResponsiveValue<Property.Color | keyof DevupThemeColors>
12
opacity?: ResponsiveValue<Property.Opacity>
13
+ visibility?: ResponsiveValue<Property.Visibility>
14
}
0 commit comments