kui-basic 1.1.0 → 1.1.1

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 +0 -3
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -318,9 +318,6 @@ interface InputProps
318
318
  labelInlineStyles?: string
319
319
  message?: string | null
320
320
  messageVariant?: InputMessageVariant
321
- errorMessage?: string | null
322
- warningMessage?: string | null
323
- successMessa
324
321
  inputValue?: string | number | undefined
325
322
  type?: HTMLInputTypeAttribute
326
323
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kui-basic",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "private": false,
5
5
  "description": "React UI Components for Maroom projects",
6
6
  "author": {