@frontegg/types 7.41.0-alpha.0 → 7.41.0-alpha.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.
@@ -312,6 +312,9 @@ export interface UsersLocalization {
312
312
  * Error message displayed if phone is not valid phone number
313
313
  */
314
314
  phoneIsInvalid: string;
315
+ /**
316
+ * Phone number input tooltip for extra information
317
+ */
315
318
  phoneTooltip: string;
316
319
  /**
317
320
  * User roles select input label
@@ -1,6 +1,6 @@
1
1
  import { Color, ExtendedCSSProperties } from '../../Common';
2
2
  import { BaseTheme, BaseThemeOptions, SocialLoginsThemeOptions } from '../index';
3
- import { SideElement, ButtonThemeOptions, CustomComponent, InputThemeOptions, ILogosComponent, ITestimonialComponent } from '../ComponentsOptions';
3
+ import { ButtonThemeOptions, CustomComponent, ILogosComponent, InputThemeOptions, ITestimonialComponent, SideElement } from '../ComponentsOptions';
4
4
  /**
5
5
  * @RootElement
6
6
  * - @WrapperElement
@@ -35,6 +35,7 @@ interface LogoComponent {
35
35
  }
36
36
  export interface PhoneNumberOptions {
37
37
  dropdownStyle?: ExtendedCSSProperties;
38
+ searchBarStyle?: ExtendedCSSProperties;
38
39
  dropdownItemStyle?: ExtendedCSSProperties;
39
40
  selectArrowStyle?: ExtendedCSSProperties;
40
41
  }
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v7.41.0-alpha.0
1
+ /** @license Frontegg v7.41.0-alpha.1
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v7.41.0-alpha.0
1
+ /** @license Frontegg v7.41.0-alpha.1
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@frontegg/types",
3
- "version": "7.41.0-alpha.0",
3
+ "version": "7.41.0-alpha.1",
4
4
  "main": "./node/index.js",
5
5
  "author": "Frontegg LTD",
6
6
  "license": "MIT",
7
7
  "dependencies": {
8
8
  "@babel/runtime": "^7.18.6",
9
- "@frontegg/redux-store": "7.41.0-alpha.0",
9
+ "@frontegg/redux-store": "7.41.0-alpha.1",
10
10
  "csstype": "^3.0.9",
11
11
  "deepmerge": "^4.2.2"
12
12
  },