@voicenter-team/voicenter-ui-plus 0.2.0 → 0.2.2
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/library/style.css +1 -1
- package/library/super.mjs +8 -8
- package/library/super.mjs.map +1 -1
- package/library/super.umd.js +3 -3
- package/library/super.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/VcModal/VcModal.scss +4 -3
- package/src/theme/index.ts +1 -1
- package/src/theme/themes.json +1 -1
package/library/super.mjs
CHANGED
|
@@ -246,7 +246,7 @@ const rg = {
|
|
|
246
246
|
"destructive-actions--pressed": "#3b0417",
|
|
247
247
|
"destructive-actions-bg--focus": "#150d10",
|
|
248
248
|
"destructive-actions-bg--pressed": "#171314",
|
|
249
|
-
"ui-lines": "#
|
|
249
|
+
"ui-lines": "#474747",
|
|
250
250
|
"major-ui-lines": "#E0E2E5",
|
|
251
251
|
"progress-line-done": "#575757",
|
|
252
252
|
"progress-line-not-done": "#363636",
|
|
@@ -292,7 +292,7 @@ const rg = {
|
|
|
292
292
|
red: ag,
|
|
293
293
|
redGreen: ig,
|
|
294
294
|
black: og
|
|
295
|
-
}, sg = vp.
|
|
295
|
+
}, sg = vp.redGreen, $d = vp, lg = {
|
|
296
296
|
"input-font-size": "0.875rem",
|
|
297
297
|
"input-font-weight": "500",
|
|
298
298
|
"select-option-height": "2rem",
|
|
@@ -11375,7 +11375,7 @@ function Qk(e, t, n, r, a, i) {
|
|
|
11375
11375
|
}, [
|
|
11376
11376
|
U(e.$slots, "title", { open: e.isOpen }, () => [
|
|
11377
11377
|
$("div", qk, ae(e.title), 1)
|
|
11378
|
-
]
|
|
11378
|
+
]),
|
|
11379
11379
|
$("div", Yk, [
|
|
11380
11380
|
U(e.$slots, "icon", { open: e.isOpen }, () => [
|
|
11381
11381
|
$("span", {
|
|
@@ -11385,7 +11385,7 @@ function Qk(e, t, n, r, a, i) {
|
|
|
11385
11385
|
class: F([[`text-${e.colorIcon}`], "vc-icon-down"])
|
|
11386
11386
|
}, null, 2)
|
|
11387
11387
|
], 2)
|
|
11388
|
-
]
|
|
11388
|
+
])
|
|
11389
11389
|
])
|
|
11390
11390
|
], 42, Gk)
|
|
11391
11391
|
]),
|
|
@@ -11397,7 +11397,7 @@ function Qk(e, t, n, r, a, i) {
|
|
|
11397
11397
|
}, [
|
|
11398
11398
|
U(e.$slots, "default", {}, () => [
|
|
11399
11399
|
Te(ae(e.content), 1)
|
|
11400
|
-
]
|
|
11400
|
+
])
|
|
11401
11401
|
], 2)
|
|
11402
11402
|
], 512), [
|
|
11403
11403
|
[at, e.isOpen]
|
|
@@ -11407,7 +11407,7 @@ function Qk(e, t, n, r, a, i) {
|
|
|
11407
11407
|
})
|
|
11408
11408
|
], 2);
|
|
11409
11409
|
}
|
|
11410
|
-
const Zk = /* @__PURE__ */ ve(Uk, [["render", Qk]
|
|
11410
|
+
const Zk = /* @__PURE__ */ ve(Uk, [["render", Qk]]);
|
|
11411
11411
|
const Jk = ee({
|
|
11412
11412
|
name: "VcColorPicker",
|
|
11413
11413
|
components: {
|
|
@@ -30620,7 +30620,7 @@ const PG = /* @__PURE__ */ ve(dG, [["render", TG], ["__scopeId", "data-v-48893cf
|
|
|
30620
30620
|
});
|
|
30621
30621
|
const DG = ["disabled"], MG = ["disabled"], RG = {
|
|
30622
30622
|
ref: "dropdown",
|
|
30623
|
-
class: "flex flex-col divide-y divide-
|
|
30623
|
+
class: "flex flex-col divide-y divide-ui-lines"
|
|
30624
30624
|
}, FG = ["onClick"];
|
|
30625
30625
|
function VG(e, t, n, r, a, i) {
|
|
30626
30626
|
const o = se("VcPopover"), s = qn("click-outside");
|
|
@@ -31440,7 +31440,7 @@ function Pq(e, t, n, r, a, i) {
|
|
|
31440
31440
|
}, null, 8, ["active", "loader"])
|
|
31441
31441
|
]);
|
|
31442
31442
|
}
|
|
31443
|
-
const Eq = /* @__PURE__ */ ve(QG, [["render", Pq], ["__scopeId", "data-v-
|
|
31443
|
+
const Eq = /* @__PURE__ */ ve(QG, [["render", Pq], ["__scopeId", "data-v-aeac8510"]]), ei = {
|
|
31444
31444
|
valueKey: "key",
|
|
31445
31445
|
labelKey: "label",
|
|
31446
31446
|
iconKey: "icon",
|