File tree 3 files changed +4
-12
lines changed
apps/website/content/docs/components
3 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,6 @@ Callout elements are meant to draw attention to important information or provide
19
19
be aware of.
20
20
</Callout >
21
21
22
- <Callout variant = " info" >
23
- The info callout is a blue callout designed to
24
- </Callout >
25
-
26
- <Callout title = " X" variant = " info" >
27
- The info callout is a blue callout designed to
28
- </Callout >
29
-
30
22
``` jsx
31
23
< Callout variant= " info" title= " Info" > ... < / Callout>
32
24
```
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @prose-ui/core" ,
3
- "version" : " 1.0.3-rc.3 " ,
3
+ "version" : " 1.0.3" ,
4
4
"license" : " MIT" ,
5
5
"homepage" : " https://prose-ui.com" ,
6
6
"repository" : {
70
70
"unist-util-remove-position" : " ^5.0.0" ,
71
71
"unist-util-visit" : " ^5.0.0"
72
72
}
73
- }
73
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @prose-ui/next" ,
3
- "version" : " 1.0.3-rc.3 " ,
3
+ "version" : " 1.0.3" ,
4
4
"license" : " MIT" ,
5
5
"homepage" : " https://prose-ui.com" ,
6
6
"repository" : {
66
66
"unified" : " ^11.0.4" ,
67
67
"unist-util-visit" : " ^5.0.0"
68
68
}
69
- }
69
+ }
You can’t perform that action at this time.
0 commit comments