@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/wangsvue/dialog/index.js
CHANGED
package/wangsvue/image/index.js
CHANGED
package/wangsvue/index.es.js
CHANGED
|
@@ -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
|
-
|
|
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-
|
|
4111
|
+
"object-contain",
|
|
4111
4112
|
{ "!rounded-full": e.rounded },
|
|
4112
4113
|
{ "!rounded-lg": !e.rounded }
|
|
4113
4114
|
],
|