@oniratec/onira-react-ui 1.0.4 → 1.0.5

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -81,7 +81,7 @@ export declare const CardTitle: ({ children, className }: BaseProps) => JSX.Elem
81
81
 
82
82
  export declare type ColorMode = 'light' | 'dark';
83
83
 
84
- declare type Column<T> = {
84
+ export declare type Column<T> = {
85
85
  key: string;
86
86
  header: string;
87
87
  render: (row: T) => ReactNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oniratec/onira-react-ui",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "main": "dist/index.umd.cjs",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",