@npm-questionpro/wick-ui-lib 1.37.0 → 1.37.1
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/dist/style.css +1 -1
- package/dist/wick-ui-lib/es/index.js +10 -10
- package/dist/wick-ui-lib/umd/index.js +2 -2
- package/package.json +1 -1
|
@@ -374,42 +374,42 @@ const uw = "_dropdownContainer_vvlo9_1", lw = "_open_vvlo9_1", cw = "_dropdownMe
|
|
|
374
374
|
primary: [
|
|
375
375
|
"wu-bg-blue-p hover:wu-bg-blue-pHoverDeep",
|
|
376
376
|
"wu-text-blue-p hover:wu-text-blue-q",
|
|
377
|
-
"wu-
|
|
377
|
+
"wu-border wu-border-blue-p hover:wu-border-blue-pHoverDeep",
|
|
378
378
|
"focus-visible:wu-outline-blue-p/50"
|
|
379
379
|
],
|
|
380
380
|
upgrade: [
|
|
381
381
|
"wu-bg-orange-soft hover:wu-bg-orange-deep",
|
|
382
382
|
"wu-text-orange-deep hover:wu-text-orange-deep",
|
|
383
|
-
"wu-
|
|
383
|
+
"wu-border-1 wu-border-orange-soft hover:wu-border-orange-deep",
|
|
384
384
|
"focus-visible:wu-outline-orange-deep/50"
|
|
385
385
|
],
|
|
386
386
|
error: [
|
|
387
387
|
"wu-bg-red-deep hover:wu-bg-red-soft",
|
|
388
388
|
"wu-text-red-deep hover:wu-text-red-deep",
|
|
389
|
-
"wu-
|
|
389
|
+
"wu-border-1 wu-border-red-deep hover:wu-border-red-soft",
|
|
390
390
|
"focus-visible:wu-outline-red-deep/50"
|
|
391
391
|
]
|
|
392
392
|
},
|
|
393
393
|
variant: {
|
|
394
|
-
primary: ["wu-text-white hover:wu-text-white", "wu-
|
|
394
|
+
primary: ["wu-text-white hover:wu-text-white", "wu-border-0"],
|
|
395
395
|
secondary: [
|
|
396
396
|
"wu-bg-transparent hover:wu-bg-black hover:wu-bg-opacity-[0.04]",
|
|
397
|
-
"wu-
|
|
397
|
+
"wu-border-0"
|
|
398
398
|
],
|
|
399
399
|
outline: [
|
|
400
400
|
"wu-bg-white hover:wu-text-white",
|
|
401
|
-
"disabled:wu-bg-transparent disabled:wu-
|
|
401
|
+
"disabled:wu-bg-transparent disabled:wu-border-gray-subtle"
|
|
402
402
|
],
|
|
403
403
|
rounded: [
|
|
404
404
|
"wu-text-white hover:wu-text-white",
|
|
405
|
-
"wu-
|
|
405
|
+
"wu-border-0 wu-rounded-full"
|
|
406
406
|
],
|
|
407
407
|
link: [
|
|
408
408
|
"wu-bg-transparent hover:wu-bg-transparent",
|
|
409
409
|
"disabled:wu-bg-transparent",
|
|
410
410
|
"hover:wu-underline wu-underline-offset-2",
|
|
411
411
|
"wu-min-w-[auto] wu-px-2",
|
|
412
|
-
"wu-
|
|
412
|
+
"wu-border-0",
|
|
413
413
|
"focus-visible:wu-outline-offset-0"
|
|
414
414
|
],
|
|
415
415
|
iconOnly: [
|
|
@@ -419,7 +419,7 @@ const uw = "_dropdownContainer_vvlo9_1", lw = "_open_vvlo9_1", cw = "_dropdownMe
|
|
|
419
419
|
"wu-bg-transparent wu-text-gray-lead",
|
|
420
420
|
"hover:wu-bg-black hover:wu-bg-opacity-[0.04]",
|
|
421
421
|
"focus-visible:wu-bg-black focus-visible:wu-bg-opacity-[0.04]",
|
|
422
|
-
"wu-
|
|
422
|
+
"wu-border-0",
|
|
423
423
|
"disabled:wu-grayscale disabled:wu-opacity-80"
|
|
424
424
|
]
|
|
425
425
|
}
|
|
@@ -15401,7 +15401,7 @@ const wv = je("wu-flex wu-items-center wu-gap-3 wu-w-fit", {
|
|
|
15401
15401
|
}
|
|
15402
15402
|
);
|
|
15403
15403
|
pv.displayName = "WuTranslate";
|
|
15404
|
-
typeof window < "u" && (window.wickUiVersion = "1.37.
|
|
15404
|
+
typeof window < "u" && (window.wickUiVersion = "1.37.1", window.wickUiIcon = "9.0.0", window.wickUiEditor = "0.14.0");
|
|
15405
15405
|
export {
|
|
15406
15406
|
A0 as CHART_COLOR_SYSTEM,
|
|
15407
15407
|
Av as WuAccordion,
|