@gemafajarramadhan/dynamic-ui 1.1.2 → 1.1.3

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.ts CHANGED
@@ -75,7 +75,7 @@ declare module '@gemafajarramadhan/dynamic-ui' {
75
75
  [key: string]: any
76
76
  }>
77
77
 
78
- export const DCodeChekbox: DefineComponent<{
78
+ export const DCodeCheckbox: DefineComponent<{
79
79
  modelValue?: boolean | string[] | any
80
80
  label?: string
81
81
  disabled?: boolean
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gemafajarramadhan/dynamic-ui",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Vue 3 Dynamic UI Component Library - Compatible with Vue, React, Angular, and any other framework via Web Components",
5
5
  "type": "module",
6
6
  "license": "MIT",