Skip to content

Commit

Permalink
Revert "Feat/layout (#3382)"
Browse files Browse the repository at this point in the history
This reverts commit 26948d6.
  • Loading branch information
m0ksem authored and asvae committed Jul 21, 2023
1 parent 26948d6 commit 5277538
Show file tree
Hide file tree
Showing 17 changed files with 2 additions and 1,001 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function convertComponentPropToApiDocs<T extends string>(propName: T, propOption
name: propName,
global: false,
description: '',
types: types.join(' | '),
type: types.join(' | '),
required: !!propOptionsRecord[propName].required,
default: getDefaultValue(propOptionsRecord[propName], types),
} as any
Expand Down
9 changes: 1 addition & 8 deletions packages/docs/page-config/navigationRoutes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,16 +267,9 @@ export const navigationRoutes: NavigationRoute[] = [
name: "color-input",
displayName: "Color Input",
},

{
category: 'Layout',
name: 'layout',
displayName: 'Layout',
meta: {
badge: navigationBadge.new('1.7.2'),
}
},
{
name: 'aspect-ratio',
displayName: 'Aspect Ratio',
meta: {
Expand Down
50 changes: 0 additions & 50 deletions packages/docs/page-config/ui-elements/layout/examples/Absolute.vue

This file was deleted.

94 changes: 0 additions & 94 deletions packages/docs/page-config/ui-elements/layout/examples/AllSlots.vue

This file was deleted.

47 changes: 0 additions & 47 deletions packages/docs/page-config/ui-elements/layout/examples/Default.vue

This file was deleted.

This file was deleted.

92 changes: 0 additions & 92 deletions packages/docs/page-config/ui-elements/layout/examples/Order.vue

This file was deleted.

Loading

0 comments on commit 5277538

Please sign in to comment.