@pega/cosmos-react-wss 7.0.0-build.22.0 → 7.0.0-build.22.2

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.
@@ -20,7 +20,7 @@ export declare const StyledOperatorSection: import("styled-components").StyledCo
20
20
  export declare const HorizontalBreak: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
21
21
  export declare const StyledNotificationCount: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>;
22
22
  export declare const StyledCountIcon: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Omit<import("@pega/cosmos-react-core").CountProps, "ref"> & import("react").RefAttributes<HTMLSpanElement>> & {
23
- getTestIds: (testIdProp?: string | undefined) => import("@pega/cosmos-react-core").TestIdsRecord<readonly []>;
23
+ getTestIds: (testIdProp?: string | null | undefined) => import("@pega/cosmos-react-core").TestIdsRecord<readonly []>;
24
24
  }, import("styled-components").DefaultTheme, {}, never>;
25
25
  export declare const StyledNotifications: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
26
26
  popover?: boolean | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pega/cosmos-react-wss",
3
- "version": "7.0.0-build.22.0",
3
+ "version": "7.0.0-build.22.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/pegasystems/cosmos-react.git",
@@ -19,9 +19,9 @@
19
19
  "build": "tsc -b tsconfig.build.json"
20
20
  },
21
21
  "dependencies": {
22
- "@pega/cosmos-react-core": "7.0.0-build.22.0",
23
- "@pega/cosmos-react-social": "7.0.0-build.22.0",
24
- "@pega/cosmos-react-work": "7.0.0-build.22.0",
22
+ "@pega/cosmos-react-core": "7.0.0-build.22.2",
23
+ "@pega/cosmos-react-social": "7.0.0-build.22.2",
24
+ "@pega/cosmos-react-work": "7.0.0-build.22.2",
25
25
  "@types/react": "^17.0.62",
26
26
  "@types/react-dom": "^17.0.20",
27
27
  "@types/styled-components": "^5.1.26",