@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.
@@ -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
@@ -77,6 +77,7 @@ var definePreset = {
77
77
  'transition duration-200 ease-in-out',
78
78
  // States
79
79
  'hover:bg-general-50 hover:text-general-300 dark:hover:bg-grayscale-700 dark:hover:text-general-200',
80
+ 'focus-visible:outline-none',
80
81
  // Misc
81
82
  'overflow-hidden',
82
83
  ],
@@ -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
  ],
@@ -489,6 +489,7 @@ const C = {
489
489
  "transition duration-200 ease-in-out",
490
490
  // States
491
491
  "hover:bg-general-50 hover:text-general-300 dark:hover:bg-grayscale-700 dark:hover:text-general-200",
492
+ "focus-visible:outline-none",
492
493
  // Misc
493
494
  "overflow-hidden"
494
495
  ]
@@ -1218,7 +1219,7 @@ const C = {
1218
1219
  "p-0",
1219
1220
  "m-0",
1220
1221
  // Shape
1221
- "opacity-0",
1222
+ // 'opacity-0',
1222
1223
  "rounded-md",
1223
1224
  "outline-none",
1224
1225
  // Misc
@@ -4122,7 +4123,7 @@ const C = {
4122
4123
  }),
4123
4124
  image: ({ props: e, context: r }) => ({
4124
4125
  class: [
4125
- "object-cover",
4126
+ "object-contain",
4126
4127
  { "!rounded-full": e.rounded },
4127
4128
  { "!rounded-lg": !e.rounded }
4128
4129
  ],