@digital-ai/dot-components 1.16.0 → 1.17.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.
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { ButtonToggleProps } from './';
3
+ export declare const CommonButtonToggleStory: (args: ButtonToggleProps) => JSX.Element;
@@ -8,5 +8,6 @@ export interface ButtonToggleOption extends CommonProps {
8
8
  disabled?: boolean;
9
9
  iconId?: string;
10
10
  text?: string;
11
+ tooltip?: string;
11
12
  value: ButtonToggleValue;
12
13
  }
@@ -3,3 +3,4 @@ import { InlineEditBinding } from './models';
3
3
  export declare const getCounterAdornment: (currentLength: number, maxLength: number, dataTestId?: string) => ReactNode | undefined;
4
4
  export declare const getWarningAdornment: () => JSX.Element;
5
5
  export declare const applyBindings: (bindings: InlineEditBinding[], inlineEditText: string) => ReactNode;
6
+ export declare const checkIfEmptyValue: (inputValue: string) => boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digital-ai/dot-components",
3
- "version": "1.16.0",
3
+ "version": "1.17.1",
4
4
  "private": false,
5
5
  "license": "SEE LICENSE IN <LICENSE.md>",
6
6
  "contributors": [