@milaboratories/uikit 1.2.7 → 1.2.8

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @milaboratories/uikit
2
2
 
3
+ ## 1.2.8
4
+
5
+ ### Patch Changes
6
+
7
+ - 4fe1674: add basic ui to test-enter-numbers block
8
+
3
9
  ## 1.2.7
4
10
 
5
11
  ### Patch Changes
@@ -5,7 +5,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
5
5
  *
6
6
  * @default true
7
7
  */
8
- modelValue: boolean;
8
+ modelValue?: boolean;
9
9
  /**
10
10
  * The type of alert, which determines the alert's style and icon.
11
11
  * Can be one of `'success' | 'info' | 'warn' | 'error'`.
@@ -43,7 +43,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
43
43
  *
44
44
  * @default true
45
45
  */
46
- modelValue: boolean;
46
+ modelValue?: boolean;
47
47
  /**
48
48
  * The type of alert, which determines the alert's style and icon.
49
49
  * Can be one of `'success' | 'info' | 'warn' | 'error'`.