@fewangsit/wangsvue-presets 2.0.1-alpha.10 → 2.0.1-alpha.12

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.
@@ -77,7 +77,7 @@ var definePreset = {
77
77
  'p-0',
78
78
  'm-0',
79
79
  // Shape
80
- 'opacity-0',
80
+ // 'opacity-0',
81
81
  'rounded-md',
82
82
  'outline-none',
83
83
  // Misc
@@ -24,7 +24,7 @@ var definePreset = {
24
24
  var props = _a.props, context = _a.context;
25
25
  return ({
26
26
  class: [
27
- 'object-cover',
27
+ 'object-contain',
28
28
  { '!rounded-full': props.rounded },
29
29
  { '!rounded-lg': !props.rounded },
30
30
  ],
@@ -1218,7 +1218,7 @@ const C = {
1218
1218
  "p-0",
1219
1219
  "m-0",
1220
1220
  // Shape
1221
- "opacity-0",
1221
+ // 'opacity-0',
1222
1222
  "rounded-md",
1223
1223
  "outline-none",
1224
1224
  // Misc
@@ -4122,7 +4122,7 @@ const C = {
4122
4122
  }),
4123
4123
  image: ({ props: e, context: r }) => ({
4124
4124
  class: [
4125
- "object-cover",
4125
+ "object-contain",
4126
4126
  { "!rounded-full": e.rounded },
4127
4127
  { "!rounded-lg": !e.rounded }
4128
4128
  ],