@fewangsit/wangsvue-presets 2.0.1-alpha.11 → 2.0.1-alpha.13

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.
@@ -74,7 +74,7 @@ exports.default = {
74
74
  'p-0',
75
75
  'm-0',
76
76
  // Shape
77
- 'opacity-0',
77
+ // 'opacity-0',
78
78
  'rounded-md',
79
79
  'outline-none',
80
80
  // Misc
@@ -77,6 +77,7 @@ exports.default = {
77
77
  'transition duration-200 ease-in-out',
78
78
  // States
79
79
  'hover:bg-general-50 hover:text-general-300',
80
+ 'focus-visible:outline-none',
80
81
  // Misc
81
82
  'overflow-hidden',
82
83
  ],
@@ -24,7 +24,7 @@ exports.default = {
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
  ],
@@ -491,6 +491,7 @@ const C = {
491
491
  "transition duration-200 ease-in-out",
492
492
  // States
493
493
  "hover:bg-general-50 hover:text-general-300",
494
+ "focus-visible:outline-none",
494
495
  // Misc
495
496
  "overflow-hidden"
496
497
  ]
@@ -1187,7 +1188,7 @@ const C = {
1187
1188
  "p-0",
1188
1189
  "m-0",
1189
1190
  // Shape
1190
- "opacity-0",
1191
+ // 'opacity-0',
1191
1192
  "rounded-md",
1192
1193
  "outline-none",
1193
1194
  // Misc
@@ -4107,7 +4108,7 @@ const C = {
4107
4108
  }),
4108
4109
  image: ({ props: e, context: t }) => ({
4109
4110
  class: [
4110
- "object-cover",
4111
+ "object-contain",
4111
4112
  { "!rounded-full": e.rounded },
4112
4113
  { "!rounded-lg": !e.rounded }
4113
4114
  ],