@appquality/unguess-design-system 2.11.8 → 2.11.11

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.
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IInputProps } from "@zendeskgarden/react-forms";
2
3
  export interface InputToggleArgs extends IInputProps {
3
4
  /** Removes borders and padding */
@@ -12,4 +13,6 @@ export interface InputToggleArgs extends IInputProps {
12
13
  message?: string;
13
14
  /** Sets the asterisk if required */
14
15
  required?: boolean;
16
+ /** Sets the endicon */
17
+ endIcon?: React.ReactNode;
15
18
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appquality/unguess-design-system",
3
- "version": "2.11.8",
3
+ "version": "2.11.11",
4
4
  "dependencies": {
5
5
  "@tiptap/extension-bubble-menu": "^2.0.0-beta.61",
6
6
  "@tiptap/extension-character-count": "^2.0.0-beta.31",