@voicenter-team/voicenter-ui-plus 0.2.0 → 0.2.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/library/style.css +1 -1
- package/library/super.mjs +6 -6
- package/library/super.mjs.map +1 -1
- package/library/super.umd.js +2 -2
- package/library/super.umd.js.map +1 -1
- package/package.json +1 -1
- 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: {
|