vueless 0.0.760 → 0.0.761

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vueless",
3
- "version": "0.0.760",
3
+ "version": "0.0.761",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless UI Component Library, powered by Tailwind CSS.",
6
6
  "keywords": [
@@ -133,7 +133,7 @@ export interface UTableRowProps {
133
133
  emptyCellLabel?: string;
134
134
  selectable: boolean;
135
135
  nestedLevel: number;
136
- dataTest: string;
136
+ dataTest: string | null;
137
137
  attrs: UTableRowAttrs;
138
138
  config: Config;
139
139
  }