Skip to content

Commit

Permalink
chore: refactoring packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanpodila committed Mar 22, 2024
1 parent 1b401c3 commit 6e9df1c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 63 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class DefaultCardLayout extends LayoutConfiguration<e.Card> {
Flexible(
child: e.ContentImage(
ref: content.image?.asset?.ref,
fit: BoxFit.cover,
fit: BoxFit.contain,
),
),
f.Padding(
Expand Down

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions packages/system/vyuh_feature_system/lib/feature.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import 'package:vyuh_extension_script/vyuh_extension_script.dart';
import 'package:vyuh_feature_system/content/card/list_item_layout.dart';
import 'package:vyuh_feature_system/content/portable_text/invoke_action.dart';
import 'package:vyuh_feature_system/content/route/default_layout.dart';
import 'package:vyuh_feature_system/content/route/dialog_layout.dart';
import 'package:vyuh_feature_system/content/route/route_type.dart';
import 'package:vyuh_feature_system/content/route/sliver_layout.dart';
import 'package:vyuh_feature_system/content/route/tabs.dart';
Expand Down Expand Up @@ -79,11 +78,6 @@ final feature = FeatureDescriptor(
title: 'Sliver Layout',
fromJson: SliverRouteLayout.fromJson,
),
TypeDescriptor(
schemaType: DialogRouteLayout.schemaName,
title: 'Dialog Layout',
fromJson: DialogRouteLayout.fromJson,
),
]),
CardDescriptor(layouts: [
TypeDescriptor(
Expand Down

0 comments on commit 6e9df1c

Please sign in to comment.