@26lights/orcha 0.36.11 → 0.36.14
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/orcha.cjs.js +1 -1
- package/dist/orcha.css +1 -1
- package/dist/orcha.es.js +2 -6
- package/dist/orcha.umd.js +2 -2
- package/package.json +2 -2
package/dist/orcha.es.js
CHANGED
|
@@ -11196,14 +11196,10 @@ function u4(t, e, a, n, s, o) {
|
|
|
11196
11196
|
const i = xe("ColorPicker");
|
|
11197
11197
|
return p(), g("div", l4, [
|
|
11198
11198
|
v("button", {
|
|
11199
|
+
style: wn({ backgroundColor: s.color }),
|
|
11199
11200
|
class: "color-button",
|
|
11200
11201
|
onClick: e[0] || (e[0] = (...r) => o.togglePicker && o.togglePicker(...r))
|
|
11201
|
-
},
|
|
11202
|
-
v("span", {
|
|
11203
|
-
style: wn({ backgroundColor: s.color }),
|
|
11204
|
-
class: "color-preview"
|
|
11205
|
-
}, null, 4)
|
|
11206
|
-
]),
|
|
11202
|
+
}, null, 4),
|
|
11207
11203
|
s.showPicker ? (p(), P(i, {
|
|
11208
11204
|
key: 0,
|
|
11209
11205
|
class: "color-picker",
|