Skip to content

Commit

Permalink
feat(plasma-hope): remove skeleton component and mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
TitanKuzmich committed Dec 27, 2023
1 parent fe3f01d commit 8a5251b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
2 changes: 0 additions & 2 deletions packages/plasma-hope/src/components/Skeleton/index.ts

This file was deleted.

4 changes: 2 additions & 2 deletions packages/plasma-hope/src/hocs/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { withAutoFocus, withSkeleton } from '@salutejs/plasma-core';
export type { WithAutoFocusProps, WithSkeletonProps } from '@salutejs/plasma-core';
export { withAutoFocus } from '@salutejs/plasma-core';
export type { WithAutoFocusProps } from '@salutejs/plasma-core';
1 change: 0 additions & 1 deletion packages/plasma-hope/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export * from './components/Price';
export * from './components/Progress';
export * from './components/PreviewGallery';
export * from './components/Select';
export * from './components/Skeleton';
export * from './components/SSRProvider';
export * from './components/Switch';
export * from './components/Slider';
Expand Down
2 changes: 0 additions & 2 deletions packages/plasma-hope/src/mixins/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export {
applyNoSelect,
applyRoundness,
radiuses,
applySkeletonGradient,
applyView,
views,
applyScrollSnap,
Expand All @@ -26,7 +25,6 @@ export type {
MaxLinesProps,
RoundnessProps,
Roundness,
SkeletonGradientProps,
ViewProps,
View,
ScrollSnapProps,
Expand Down

0 comments on commit 8a5251b

Please sign in to comment.