@lawkit/ui 0.1.77 → 0.1.78

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.
@@ -21,6 +21,7 @@ export declare const sortIcon: import('@vanilla-extract/recipes').RuntimeFn<{
21
21
  }>;
22
22
  export declare const tbody: string;
23
23
  export declare const tr: string;
24
+ export declare const trClickable: string;
24
25
  export declare const trSelected: string;
25
26
  export declare const td: string;
26
27
  export declare const tableBordered: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lawkit/ui",
3
- "version": "0.1.77",
3
+ "version": "0.1.78",
4
4
  "type": "module",
5
5
  "description": "LDS Design System — React component library with design tokens",
6
6
  "main": "./dist/index.js",