@shifl-inc/ui 0.2.0 → 0.3.0

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.
@@ -43,6 +43,7 @@ export interface GridColumn {
43
43
  actionColumn?: GridActionColumn;
44
44
  /** Smart Tracking column configuration */
45
45
  smartTrackingColumn?: SmartTrackingColumn;
46
+ align?: 'left' | 'center' | 'right';
46
47
  }
47
48
  export interface GridFilter {
48
49
  key: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shifl-inc/ui",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Reusable Vue 3 UI components for Shifl.",
5
5
  "type": "module",
6
6
  "main": "./dist/shifl-ui.umd.cjs",
@@ -27,7 +27,8 @@
27
27
  "test": "vitest",
28
28
  "test:coverage": "vitest run --coverage",
29
29
  "storybook": "storybook dev -p 6006",
30
- "storybook:build": "storybook build"
30
+ "storybook:build": "storybook build",
31
+ "prepush": "yarn lint && yarn format && yarn typecheck && yarn storybook:build && yarn build"
31
32
  },
32
33
  "keywords": [
33
34
  "vue",