reykit 1.0.250 → 1.0.251

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.
@@ -18,6 +18,6 @@ export declare function IconText({ icon, text, url, hideMobileIcon, hideMobileTe
18
18
  /**
19
19
  * Text component of supporting Markdown.
20
20
  */
21
- export declare function MarkdownText({ className, children, ...args }: {
21
+ export declare function MarkdownText({ ...args }: {
22
22
  children?: string | null;
23
- } & ComponentProps<'article'>): import("react/jsx-runtime").JSX.Element;
23
+ } & Omit<ComponentProps<'article'>, 'children'>): import("react/jsx-runtime").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reykit",
3
- "version": "1.0.250",
3
+ "version": "1.0.251",
4
4
  "description": "General-purpose JavaScript utility method package.",
5
5
  "author": "reyxbo",
6
6
  "keywords": [