@brillout/docpress 0.6.19 → 0.6.20

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.
@@ -21,7 +21,7 @@ import './Note.css'
21
21
 
22
22
  type Props = {
23
23
  children: React.ReactNode
24
- style: React.CSSProperties
24
+ style?: React.CSSProperties
25
25
  }
26
26
  function Warning(props: Props) {
27
27
  return <NoteGeneric type="warning" {...props} />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brillout/docpress",
3
- "version": "0.6.19",
3
+ "version": "0.6.20",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "// Build vite.config.ts and +config.ts": "",