@speckle/ui-components 2.14.8-alpha6 → 2.14.8-alpha7

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.
@@ -95,7 +95,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
95
95
  * Validation stuff
96
96
  */
97
97
  rules: {
98
- type: PropType<RuleExpression<string>>;
98
+ type: PropType<RuleExpression<any>>;
99
99
  default: undefined;
100
100
  };
101
101
  /**
@@ -222,7 +222,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
222
222
  * Validation stuff
223
223
  */
224
224
  rules: {
225
- type: PropType<RuleExpression<string>>;
225
+ type: PropType<RuleExpression<any>>;
226
226
  default: undefined;
227
227
  };
228
228
  /**
@@ -262,7 +262,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
262
262
  }, {
263
263
  disabled: Optional<boolean>;
264
264
  modelValue: any;
265
- rules: RuleExpression<string>;
265
+ rules: RuleExpression<any>;
266
266
  validateOnMount: boolean;
267
267
  showLabel: boolean;
268
268
  help: Optional<string>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@speckle/ui-components",
3
3
  "description": "Speckle theme UI components built with Vue 3 & Tailwind",
4
- "version": "2.14.8-alpha6",
4
+ "version": "2.14.8-alpha7",
5
5
  "scripts": {
6
6
  "dev": "vite",
7
7
  "build": "vue-tsc && vite build",