@canaia/ui-kit 0.0.10-alpha.12 → 0.0.10-alpha.14

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.
@@ -0,0 +1,3 @@
1
+ import { MetricCustomProps } from './Metric.types';
2
+ declare const MetricCustom: React.FC<MetricCustomProps>;
3
+ export default MetricCustom;
@@ -0,0 +1,2 @@
1
+ export { default } from './Metric';
2
+ export type { MetricCustomProps } from './Metric.types';
@@ -21,3 +21,4 @@ export { default as TextareaCustom } from './components/Textarea';
21
21
  export { default as StatusCustom } from './components/Status';
22
22
  export { default as CustomProgressBar } from './components/ProgressBar';
23
23
  export { default as CustomBox } from './components/CustomBox';
24
+ export { default as MetricCustom } from './components/Metric';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canaia/ui-kit",
3
- "version": "0.0.10-alpha.12",
3
+ "version": "0.0.10-alpha.14",
4
4
  "main": "dist/canaia-ui-kit.umd.js",
5
5
  "module": "dist/canaia-ui-kit.es.js",
6
6
  "type": "module",