@nmorph/nmorph-ui-kit 0.2.26 → 0.2.28

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.
@@ -9,7 +9,7 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
9
9
  disabled: boolean;
10
10
  modelValue: boolean;
11
11
  label: string;
12
- style: string;
12
+ design: string;
13
13
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
14
14
  inputDOMRef: (val: Ref<HTMLElement>) => void;
15
15
  "update:modelValue": (val: boolean) => void;
@@ -17,15 +17,15 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
17
17
  disabled: boolean;
18
18
  modelValue: boolean;
19
19
  label: string;
20
- style: string;
20
+ design: string;
21
21
  }>>> & {
22
22
  "onUpdate:modelValue"?: (val: boolean) => any;
23
23
  onInputDOMRef?: (val: Ref<HTMLElement>) => any;
24
24
  }, {
25
25
  label: string;
26
- style: keyof NmorphCheckboxStyleType;
27
26
  disabled: boolean;
28
27
  modelValue: boolean;
28
+ design: keyof NmorphCheckboxStyleType;
29
29
  }, {}>;
30
30
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
31
31
  export default _default;
@@ -5,7 +5,7 @@ export interface INmorphCheckboxOption {
5
5
  disabled?: boolean;
6
6
  modelValue?: boolean;
7
7
  label?: string;
8
- style?: keyof typeof NmorphCheckboxStyleType;
8
+ design?: keyof typeof NmorphCheckboxStyleType;
9
9
  }
10
10
  export declare enum NmorphCheckboxStyleType {
11
11
  checkbox = "checkbox",
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@nmorph/nmorph-ui-kit",
3
3
  "type": "module",
4
4
  "private": false,
5
- "version": "0.2.26",
5
+ "version": "0.2.28",
6
6
  "license": "MIT",
7
7
  "engines": {
8
8
  "node": "18.13.0",