Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plasma-infra: Bump [email protected] #843

Merged
merged 2 commits into from
Nov 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
601 changes: 586 additions & 15 deletions packages/plasma-asdk/api/plasma-asdk.api.md

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions packages/plasma-asdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/plasma-asdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"styled-components": "5.3.1",
"typescript": "4.0.8",
"typescript": "4.2.4",
"typescript-coverage-report": "0.7.0",
"vite": "4.1.4"
},
Expand Down Expand Up @@ -98,4 +98,4 @@
"Fanil Zubairov"
],
"sideEffects": false
}
}
59 changes: 10 additions & 49 deletions packages/plasma-b2c/api/plasma-b2c.api.md

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions packages/plasma-b2c/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/plasma-b2c/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"react-dom": "18.2.0",
"styled-components": "5.3.1",
"ts-node": "10.3.0",
"typescript": "4.0.8",
"typescript": "4.2.4",
"typescript-coverage-report": "0.7.0",
"vite": "4.1.4"
},
Expand All @@ -97,4 +97,4 @@
"react"
],
"sideEffects": false
}
}
6 changes: 3 additions & 3 deletions packages/plasma-core/api/plasma-core.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export const body3: CSSObject;
export { BreakWordProps }

// @public @deprecated
export const Button: React_2.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React_2.RefAttributes<any>>;
export const Button: React_2.ForwardRefExoticComponent<Omit<any, "ref"> & React_2.RefAttributes<any>>;

// @public (undocumented)
export const Button1: StyledComponent<"div", any, SpacingProps & BreakWordProps, never>;
Expand Down Expand Up @@ -396,7 +396,7 @@ export interface CardBodyProps extends React_2.HTMLAttributes<HTMLDivElement> {
}

// @public
export const CardContent: StyledComponent<"div", any, CardContentProps, never>;
export const CardContent: StyledComponent<"div", any, {} & CardContentProps, never>;

// Warning: (ae-forgotten-export) The symbol "CoverProps" needs to be exported by the entry point index.d.ts
// Warning: (ae-forgotten-export) The symbol "NoCoverProps" needs to be exported by the entry point index.d.ts
Expand Down Expand Up @@ -1047,7 +1047,7 @@ export interface SkeletonGradientProps {
// Warning: (ae-forgotten-export) The symbol "SliderInternalProps" needs to be exported by the entry point index.d.ts
//
// @public (undocumented)
export const Slider: FC<(SingleSliderProps & SliderInternalProps) | (DoubleSliderProps & SliderInternalProps)>;
export const Slider: FC<SliderProps & SliderInternalProps>;

// @public
export const SliderCore: React_2.FC<SliderProps & SliderInternalProps>;
Expand Down
14 changes: 7 additions & 7 deletions packages/plasma-core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/plasma-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"styled-components": "5.3.1",
"ts-jest": "27.0.5",
"ts-node": "10.2.1",
"typescript": "4.0.8",
"typescript": "4.2.4",
"typescript-coverage-report": "0.7.0"
},
"publishConfig": {
Expand Down Expand Up @@ -81,4 +81,4 @@
"react-draggable": "4.4.3",
"react-popper": "2.3.0"
}
}
}
Loading
Loading