oraculo-ui 0.2.2 → 0.2.3
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/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -0
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -2040,6 +2040,7 @@ const Pn = (e, n) => {
|
|
|
2040
2040
|
(s = (l = (i = e.id) != null ? i : e.machine) != null ? l : e.external_id) != null ? s : n
|
|
2041
2041
|
),
|
|
2042
2042
|
logo: e.logo,
|
|
2043
|
+
background: e.background,
|
|
2043
2044
|
room_name: (g = e.room_name) != null ? g : "",
|
|
2044
2045
|
product: (f = e.product) != null ? f : "",
|
|
2045
2046
|
service: (b = e.service) != null ? b : "",
|