@makolabs/ripple 0.0.1-dev.19 → 0.0.1-dev.20

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
@@ -173,7 +173,7 @@ export type SortState = {
173
173
  };
174
174
  export type TableColumn = {
175
175
  key: string;
176
- title: string;
176
+ header: string;
177
177
  sortable?: boolean;
178
178
  align?: 'left' | 'center' | 'right';
179
179
  width?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@makolabs/ripple",
3
- "version": "0.0.1-dev.19",
3
+ "version": "0.0.1-dev.20",
4
4
  "description": "Simple Svelte 5 powered component library ✨",
5
5
  "repository": {
6
6
  "type": "git",