@pega/cosmos-react-build 10.0.0-build.3.2 → 10.0.0-build.4.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.
@@ -15,7 +15,7 @@ export declare const StyledBaseTree: import("styled-components/dist/types").ISty
15
15
  getTestIds: (testIdProp?: import("@pega/cosmos-react-core").TestIdProp["testId"]) => import("@pega/cosmos-react-core").TestIdsRecord<readonly []>;
16
16
  }, keyof import("react").Component<any, {}, any>>;
17
17
  export declare const StyledAIButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<(Omit<Omit<import("@pega/cosmos-react-core").NoChildrenProp & {
18
- variant?: "primary" | "secondary";
18
+ variant?: "primary" | "secondary" | "link";
19
19
  label: string;
20
20
  } & {
21
21
  icon?: string;
@@ -23,7 +23,7 @@ export declare const StyledAIButton: import("styled-components/dist/types").ISty
23
23
  } & Omit<import("@pega/cosmos-react-core").Attributes<"button">, "icon" | "label" | "children" | "variant" | "iconOnly">, "ref"> & import("react").RefAttributes<HTMLButtonElement>, "ref"> & {
24
24
  ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
25
25
  }) | (Omit<Omit<import("@pega/cosmos-react-core").NoChildrenProp & {
26
- variant?: "primary" | "secondary";
26
+ variant?: "primary" | "secondary" | "link";
27
27
  label: string;
28
28
  } & {
29
29
  icon?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pega/cosmos-react-build",
3
- "version": "10.0.0-build.3.2",
3
+ "version": "10.0.0-build.4.1",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "author": "Pegasystems",
6
6
  "sideEffects": false,
@@ -15,9 +15,9 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@dagrejs/dagre": "^3.0.0",
18
- "@pega/cosmos-react-core": "10.0.0-build.3.2",
19
- "@pega/cosmos-react-dnd": "10.0.0-build.3.2",
20
- "@pega/cosmos-react-rte": "10.0.0-build.3.2",
18
+ "@pega/cosmos-react-core": "10.0.0-build.4.1",
19
+ "@pega/cosmos-react-dnd": "10.0.0-build.4.1",
20
+ "@pega/cosmos-react-rte": "10.0.0-build.4.1",
21
21
  "@types/codemirror": "^5.60.15",
22
22
  "@types/react": "^17.0.62 || ^18.3.3",
23
23
  "@types/react-dom": "^17.0.20 || ^18.3.0",