kui-basic 1.1.2 → 1.1.4

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -228,7 +228,7 @@ interface ButtonProps
228
228
  captionWeight?: CaptionWeight
229
229
  disabledStyle?: string
230
230
  border?: ButtonBorder
231
- withoutChildrenWrapper?: string
231
+ withoutChildrenWrapper?: boolean
232
232
  }
233
233
 
234
234
  type ButtonType = (props: ButtonProps) => React.ReactElement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kui-basic",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "private": false,
5
5
  "description": "React UI Components for Maroom projects",
6
6
  "author": {