ids-enterprise-typings 20.2.0-beta.2 → 20.2.0-beta.3

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.
@@ -814,7 +814,7 @@ type SohoDataGridColumnContentVisibleFunction = (
814
814
 
815
815
  type SohoDataGridRevealableTextData = {
816
816
  revealCharacters?: number
817
- initialState?: 'hide' | 'hide',
817
+ initialState?: 'show' | 'hide',
818
818
  revealBtn?: 'default' | 'icon' | 'text',
819
819
  maskingType?: 'default' | `email` | `phone` | `address` | `card` | `ssn` | `birthday` | `digit`;
820
820
  }
@@ -58,7 +58,7 @@ interface SohoListViewOptions {
58
58
  type SohoListViewRevealableTextData = {
59
59
  [key: string]: {
60
60
  revealCharacters?: number;
61
- initialState?: 'hide' | 'show';
61
+ initialState?: 'show' | 'hide';
62
62
  revealBtn?: 'default' | 'icon' | 'text';
63
63
  maskingType?: 'default' | 'email' | 'phone' | 'address' | 'card' | 'ssn' | 'birthday' | 'digit';
64
64
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ids-enterprise-typings",
3
3
  "slug": "ids-enterprise-typings",
4
- "version": "20.2.0-beta.2",
4
+ "version": "20.2.0-beta.3",
5
5
  "declaration": true,
6
6
  "types": "index.d.ts",
7
7
  "peerDependencies": {