koval-ui 0.14.0 → 0.14.2

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
@@ -594,9 +594,9 @@ pattern?: string | undefined;
594
594
  size?: number | undefined;
595
595
  } & CallbackPropsTextual & ValidationProps & {
596
596
  /**
597
- * Define a type of TextInput. Allows developer to optionally set one from supported
597
+ * Define a type of TextInput. Allows a developer to optionally set one from supported
598
598
  * text-like input types instead of default 'text'.
599
- * Non-text types such as `number` or `week` are not allowed.
599
+ * Non-text types such as `number` or `week` aren't allowed.
600
600
  * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#input_types
601
601
  */
602
602
  type?: "search" | "text" | "tel" | "url" | "email" | "password" | undefined;