-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add all docs for release in November #528
Conversation
src/screens/Calendar.js
Outdated
|
||
<Property name="calendar.small.range.round"> | ||
<Description> | ||
The amount to round the corner days in range when small. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same question.
src/screens/Calendar.js
Outdated
|
||
<Property name="calendar.small.range.round.end"> | ||
<Description> | ||
The amount to round the corner days in range when small. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same
src/screens/Calendar.js
Outdated
|
||
<Property name="calendar.small.range.round.start"> | ||
<Description> | ||
The amount to round the corner days in range when small. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same
src/screens/Calendar.js
Outdated
|
||
<Property name="calendar.medium.range.round"> | ||
<Description> | ||
The amount to round the corner days in range when medium. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same
src/screens/Calendar.js
Outdated
|
||
<Property name="calendar.large.range.round.start"> | ||
<Description> | ||
The amount to round the corner days in range when large. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same
src/screens/Calendar.js
Outdated
|
||
<Property name="calendar.large.range.round.end"> | ||
<Description> | ||
The amount to round the corner days in range when large. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same
src/screens/Notification.js
Outdated
@@ -361,6 +361,22 @@ background: { | |||
<Example defaultValue>"background-front"</Example> | |||
</PropertyValue> | |||
</Property> | |||
<Property name="notification.critical.message.color"> | |||
<Description>The color of the message.</Description> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These should be more specific (e.g. The color of the message text for critical status.)
Co-authored-by: Mike Kingdom <[email protected]>
Co-authored-by: Taylor Seamans <[email protected]>
Co-authored-by: Taylor Seamans <[email protected]>
Co-authored-by: Taylor Seamans <[email protected]>
Co-authored-by: Taylor Seamans <[email protected]>
Co-authored-by: Taylor Seamans <[email protected]>
Co-authored-by: Taylor Seamans <[email protected]>
Co-authored-by: Taylor Seamans <[email protected]>
Co-authored-by: Taylor Seamans <[email protected]>
Co-authored-by: Taylor Seamans <[email protected]>
Co-authored-by: Taylor Seamans <[email protected]>
Co-authored-by: Taylor Seamans <[email protected]>
Co-authored-by: Mike Kingdom <[email protected]>
Co-authored-by: Mike Kingdom <[email protected]>
src/screens/Calendar.js
Outdated
<Example>"any CSS size"</Example> | ||
</PropertyValue> | ||
<PropertyValue type="object"> | ||
<Example>{`{ size: "...", corner: "..." }`}</Example> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're having to copy and paste this a lot of times -- is there room to abstract it into reusable example?
@@ -361,6 +361,30 @@ background: { | |||
<Example defaultValue>"background-front"</Example> | |||
</PropertyValue> | |||
</Property> | |||
<Property name="notification.critical.message.color"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like we're missing the kind specific options for each status
notification.critical.global.message.color
notification.critical.toast.message.color
adding all of the new theme changes for November release.
grommet/grommet#7408
grommet/grommet#7397
grommet/grommet#7384
grommet/grommet#7390
grommet/grommet#7409
grommet/grommet#7411
grommet/grommet#7402
grommet/grommet#7386
can be merged after release.