@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.
- package/fixedasset/buttonradio/index.js +1 -1
- package/fixedasset/dialog/index.js +1 -0
- package/fixedasset/image/index.js +1 -1
- package/fixedasset/index.es.js +3 -2
- package/fixedasset/index.system.js +2 -2
- package/fixedasset/style.css +247 -60
- package/globalsettings/dialog/index.js +1 -0
- package/globalsettings/image/index.js +1 -1
- package/globalsettings/index.es.js +16 -15
- package/globalsettings/index.system.js +2 -2
- package/globalsettings/style.css +126 -8
- package/package.json +1 -1
- package/supplyasset/dialog/index.js +1 -0
- package/supplyasset/image/index.js +1 -1
- package/supplyasset/index.es.js +2 -1
- package/supplyasset/index.system.js +2 -2
- package/supplyasset/style.css +236 -60
- package/wangsvue/buttonradio/index.js +1 -1
- package/wangsvue/dialog/index.js +1 -0
- package/wangsvue/image/index.js +1 -1
- package/wangsvue/index.es.js +3 -2
- package/wangsvue/index.system.js +2 -2
- package/wangsvue/style.css +282 -82
package/fixedasset/index.es.js
CHANGED
|
@@ -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
|
-
|
|
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-
|
|
4126
|
+
"object-contain",
|
|
4126
4127
|
{ "!rounded-full": e.rounded },
|
|
4127
4128
|
{ "!rounded-lg": !e.rounded }
|
|
4128
4129
|
],
|