@vuu-ui/vuu-table-types 1.0.1 → 1.0.3

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/index.d.ts +2 -2
  2. package/package.json +4 -4
package/index.d.ts CHANGED
@@ -319,7 +319,7 @@ export interface ColumnDescriptorCustomRenderer
319
319
  }
320
320
 
321
321
  /** This is an internal description of a Column that extends the public
322
- * definitin with internal state values. */
322
+ * definition with internal state values. */
323
323
  export interface RuntimeColumnDescriptor extends ColumnDescriptor {
324
324
  align?: "left" | "right";
325
325
  ariaColIndex: number;
@@ -554,7 +554,7 @@ export declare type CellPos = [number, number];
554
554
 
555
555
  /**
556
556
  * A callback prop, called when a custom row action is invoked. This will
557
- * typically be from a buttom rendered within a row cell
557
+ * typically be from a button rendered within a row cell
558
558
  */
559
559
  export declare type RowActionHandler<T extends string = string> = (
560
560
  rowActionId: T,
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@vuu-ui/vuu-table-types",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "devDependencies": {
5
- "@vuu-ui/vuu-data-types": "1.0.1",
6
- "@vuu-ui/vuu-filter-types": "1.0.1",
7
- "@vuu-ui/vuu-protocol-types": "1.0.1"
5
+ "@vuu-ui/vuu-data-types": "1.0.3",
6
+ "@vuu-ui/vuu-filter-types": "1.0.3",
7
+ "@vuu-ui/vuu-protocol-types": "1.0.3"
8
8
  },
9
9
  "author": "heswell",
10
10
  "license": "Apache-2.0",