@livetiles/reach-plugin-types 0.5.0-preview.162 → 0.5.0-preview.164

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.
Files changed (2) hide show
  1. package/lib/index.d.ts +4 -0
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -3768,6 +3768,9 @@ declare module "libs/reach/ui/common/src/content-keyword-utils" {
3768
3768
  export function getPreSelectedKeywords(keywords: Keyword[], mandatoryKeywords: Keyword[]): Keyword[];
3769
3769
  export function checkIfHasSameKeywords(keywordsArray1: Keyword[], keywordsArray2: Keyword[]): boolean;
3770
3770
  }
3771
+ declare module "libs/reach/ui/common/src/common/messagebar/MessageBarStyles" {
3772
+ export const MessageBarBaseStyles: import("styled-components").FlattenSimpleInterpolation;
3773
+ }
3771
3774
  declare module "libs/reach/ui/common/src/NotificationBar" {
3772
3775
  import { FC } from 'react';
3773
3776
  export const NotificationBar: FC;
@@ -5170,6 +5173,7 @@ declare module "libs/reach/ui/common/src/common/index" {
5170
5173
  export * from "libs/reach/ui/common/src/common/error-states/index";
5171
5174
  export * from "libs/reach/ui/common/src/common/MenuItemBadge";
5172
5175
  export * from "libs/reach/ui/common/src/common/editor-svg/index";
5176
+ export * from "libs/reach/ui/common/src/common/messagebar/MessageBarStyles";
5173
5177
  }
5174
5178
  declare module "libs/reach/ui/common/src/error/PageAlert" {
5175
5179
  import { ReactNode } from 'react';
package/package.json CHANGED
@@ -4,6 +4,6 @@
4
4
  "main": "",
5
5
  "types": "./index.d.ts",
6
6
  "license": "ISC",
7
- "version": "0.5.0-preview.162",
7
+ "version": "0.5.0-preview.164",
8
8
  "dependencies": {}
9
9
  }