beeple-toolkit 1.0.7 → 1.0.9

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.
@@ -104,6 +104,8 @@ export interface DropDownProps {
104
104
  errorMessage?: string;
105
105
  selectAllText?: string;
106
106
  clearAllText?: string;
107
+ groupBy?: string;
108
+ groupLabel?: Record<string, string>;
107
109
  }
108
110
  export interface AvatarProps {
109
111
  user?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beeple-toolkit",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "description": "Vue 3 component library beeple-toolkit",
5
5
  "keywords": [
6
6
  "vue",