@dynamic-framework/ui-react 1.2.1 → 1.2.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.
@@ -25,4 +25,5 @@ export { default as MCard } from './MCard';
25
25
  export { default as MCardHeader } from './MCardHeader';
26
26
  export { default as MCardBody } from './MCardBody';
27
27
  export { default as MCardFooter } from './MCardFooter';
28
+ export { default as MPaginator } from './MPaginator';
28
29
  export type { TabOption } from './MTabs';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dynamic-framework/ui-react",
3
3
  "sideEffects": false,
4
- "version": "1.2.1",
4
+ "version": "1.2.2",
5
5
  "description": "React Dynamic Framework",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -133,5 +133,5 @@
133
133
  "@dynamic-framework/ui"
134
134
  ]
135
135
  },
136
- "gitHead": "e14dc1c7b3beee8f1b6dc6818bf8e92181c23e99"
136
+ "gitHead": "a9d912522b9ccac7d92aac718a8df483d0670125"
137
137
  }