sodtrack-web-ui 0.56.1 → 0.56.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.
package/dist/index.d.mts CHANGED
@@ -132,7 +132,7 @@ type AutocompleteMultipleProps = {
132
132
  type AutocompleteMultipleOption = {
133
133
  key?: string | number;
134
134
  label: string;
135
- value: string | number;
135
+ value: string | number | null;
136
136
  disabled?: boolean;
137
137
  description?: string;
138
138
  };
package/dist/index.d.ts CHANGED
@@ -132,7 +132,7 @@ type AutocompleteMultipleProps = {
132
132
  type AutocompleteMultipleOption = {
133
133
  key?: string | number;
134
134
  label: string;
135
- value: string | number;
135
+ value: string | number | null;
136
136
  disabled?: boolean;
137
137
  description?: string;
138
138
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sodtrack-web-ui",
3
- "version": "0.56.1",
3
+ "version": "0.56.2",
4
4
  "description": "UI components for Sodtrack Web",
5
5
  "exports": {
6
6
  "./dist/index.css": "./dist/index.css",