@foris/avocado-suite 0.26.0 → 0.26.2

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.
@@ -143,6 +143,7 @@ export interface TableRowOptions {
143
143
  * Interface representing the properties for a table component.
144
144
  */
145
145
  export interface TableProps {
146
+ className?: string;
146
147
  /**
147
148
  * The data to be displayed in the table.
148
149
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@foris/avocado-suite",
3
- "version": "0.26.0",
3
+ "version": "0.26.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },