@muraldevkit/ui-toolkit 2.62.1 → 2.62.2

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.
@@ -1,9 +1,13 @@
1
1
  import React from 'react';
2
2
  interface MrlPaginationProps extends React.ComponentPropsWithoutRef<'nav'> {
3
+ /** Elements to be rendered by MrlPagination */
4
+ children: React.ReactNode;
3
5
  /** Additional class to add to the nav element */
4
6
  className?: string;
5
7
  /** Pagination heading */
6
8
  heading?: string;
9
+ /** Styles to add to the wrapper for the unordered list */
10
+ style?: React.CSSProperties;
7
11
  }
8
12
  /**
9
13
  * Pagination component
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@muraldevkit/ui-toolkit",
3
- "version": "2.62.1",
3
+ "version": "2.62.2",
4
4
  "description": "Mural's UI Toolkit",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",