@onlive.ai/common-121 0.2.49 → 0.2.50

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.
Files changed (59) hide show
  1. package/package.json +2 -2
  2. package/services/audio.service.cjs +1 -1
  3. package/services/audio.service.js +1 -1
  4. package/services/firebase/firebase-api.cjs +1 -1
  5. package/services/firebase/firebase-api.js +1 -1
  6. package/services/firebase/firebase.service.cjs +1 -1
  7. package/services/firebase/firebase.service.js +1 -1
  8. package/services/livekit.service.cjs +1 -1
  9. package/services/livekit.service.js +1 -1
  10. package/services/request.provider.cjs +1 -1
  11. package/services/request.provider.js +1 -1
  12. package/themes/dark.cjs +82 -82
  13. package/themes/dark.js +81 -81
  14. package/themes/light.cjs +87 -87
  15. package/themes/light.js +86 -86
  16. package/types/tracking-options.cjs +1 -1
  17. package/types/tracking-options.js +1 -1
  18. package/types/window-context.cjs +1 -1
  19. package/types/window-context.js +1 -1
  20. package/utils/adopt-styles.cjs +2 -2
  21. package/utils/adopt-styles.js +2 -2
  22. package/utils/browser-preferences.cjs +1 -1
  23. package/utils/browser-preferences.js +1 -1
  24. package/utils/classify-media.cjs +1 -1
  25. package/utils/classify-media.js +1 -1
  26. package/utils/decorators.cjs +1 -1
  27. package/utils/decorators.js +1 -1
  28. package/utils/detected-lang.cjs +1 -1
  29. package/utils/detected-lang.js +1 -1
  30. package/utils/fullscreen.cjs +1 -1
  31. package/utils/fullscreen.js +1 -1
  32. package/utils/insert-script.cjs +1 -1
  33. package/utils/insert-script.js +1 -1
  34. package/utils/is-map-compatible.cjs +2 -0
  35. package/utils/is-map-compatible.d.cts +9 -0
  36. package/utils/is-map-compatible.d.ts +9 -0
  37. package/utils/is-map-compatible.js +2 -0
  38. package/utils/markdown.cjs +1 -1
  39. package/utils/markdown.js +1 -1
  40. package/utils/merge.cjs +1 -1
  41. package/utils/merge.js +1 -1
  42. package/utils/multiband-track-volume.cjs +1 -1
  43. package/utils/multiband-track-volume.js +1 -1
  44. package/utils/onlive-url-params.cjs +1 -1
  45. package/utils/onlive-url-params.js +1 -1
  46. package/utils/pretty-distance.cjs +1 -1
  47. package/utils/pretty-distance.js +1 -1
  48. package/utils/random-string.cjs +1 -1
  49. package/utils/random-string.js +1 -1
  50. package/utils/resource-type.cjs +1 -1
  51. package/utils/resource-type.js +1 -1
  52. package/utils/safe-html.cjs +1 -1
  53. package/utils/safe-html.js +1 -1
  54. package/utils/sanitize.cjs +1 -1
  55. package/utils/sanitize.js +1 -1
  56. package/utils/spread.cjs +1 -1
  57. package/utils/spread.js +1 -1
  58. package/utils/watch.cjs +1 -1
  59. package/utils/watch.js +1 -1
package/themes/light.cjs CHANGED
@@ -1,5 +1,5 @@
1
- /*! @onlive.ai/common-121 v0.2.49 | © 2025 Onlive.ai */
2
- "use strict";var a=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var t=Object.prototype.hasOwnProperty;var g=(l,o)=>{for(var e in o)a(l,e,{get:o[e],enumerable:!0})},u=(l,o,e,n)=>{if(o&&typeof o=="object"||typeof o=="function")for(let r of c(o))!t.call(l,r)&&r!==e&&a(l,r,{get:()=>o[r],enumerable:!(n=s(o,r))||n.enumerable});return l};var p=l=>u(a({},"__esModule",{value:!0}),l);var d={};g(d,{styles:()=>m});module.exports=p(d);var i=require("lit"),m=i.css`
1
+ /*! @onlive.ai/common-121 v0.2.50 | © 2025 Onlive.ai */
2
+ "use strict";var a=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var t=Object.getOwnPropertyNames;var g=Object.prototype.hasOwnProperty;var s=(l,o)=>{for(var e in o)a(l,e,{get:o[e],enumerable:!0})},u=(l,o,e,n)=>{if(o&&typeof o=="object"||typeof o=="function")for(let r of t(o))!g.call(l,r)&&r!==e&&a(l,r,{get:()=>o[r],enumerable:!(n=c(o,r))||n.enumerable});return l};var p=l=>u(a({},"__esModule",{value:!0}),l);var m={};s(m,{styles:()=>b});module.exports=p(m);var i=require("lit"),b=i.css`
3
3
  :root,
4
4
  :host,
5
5
  .ol-theme-light {
@@ -12,95 +12,95 @@
12
12
  */
13
13
 
14
14
  /* Gray */
15
- --ol-color-gray-50: hsl(0 0% 97.5%);
16
- --ol-color-gray-100: hsl(240 4.8% 95.9%);
17
- --ol-color-gray-200: hsl(240 5.9% 90%);
18
- --ol-color-gray-300: hsl(240 4.9% 83.9%);
19
- --ol-color-gray-400: hsl(240 5% 64.9%);
20
- --ol-color-gray-500: hsl(240 3.8% 46.1%);
21
- --ol-color-gray-600: hsl(240 5.2% 33.9%);
22
- --ol-color-gray-700: hsl(240 5.3% 26.1%);
23
- --ol-color-gray-800: hsl(240 3.7% 15.9%);
24
- --ol-color-gray-900: hsl(240 5.9% 10%);
25
- --ol-color-gray-950: hsl(240 7.3% 8%);
15
+ --ol-color-gray-50: rgb(248 250 252);
16
+ --ol-color-gray-100: rgb(241 245 249);
17
+ --ol-color-gray-200: rgb(226 232 240);
18
+ --ol-color-gray-300: rgb(203 213 225);
19
+ --ol-color-gray-400: rgb(148 163 184);
20
+ --ol-color-gray-500: rgb(100 116 139);
21
+ --ol-color-gray-600: rgb(71 85 105);
22
+ --ol-color-gray-700: rgb(51 65 85);
23
+ --ol-color-gray-800: rgb(30 41 59);
24
+ --ol-color-gray-900: rgb(15 23 42);
25
+ --ol-color-gray-950: rgb(2 6 23);
26
26
 
27
27
  /* Red */
28
- --ol-color-red-50: hsl(0 85.7% 97.3%);
29
- --ol-color-red-100: hsl(0 93.3% 94.1%);
30
- --ol-color-red-200: hsl(0 96.3% 89.4%);
31
- --ol-color-red-300: hsl(0 93.5% 81.8%);
32
- --ol-color-red-400: hsl(0 90.6% 70.8%);
33
- --ol-color-red-500: hsl(0 84.2% 60.2%);
34
- --ol-color-red-600: hsl(0 72.2% 50.6%);
35
- --ol-color-red-700: hsl(0 73.7% 41.8%);
36
- --ol-color-red-800: hsl(0 70% 35.3%);
37
- --ol-color-red-900: hsl(0 62.8% 30.6%);
38
- --ol-color-red-950: hsl(0 60% 19.6%);
28
+ --ol-color-red-50: rgb(254 242 242);
29
+ --ol-color-red-100: rgb(254 226 226);
30
+ --ol-color-red-200: rgb(254 202 202);
31
+ --ol-color-red-300: rgb(252 165 165);
32
+ --ol-color-red-400: rgb(248 113 113);
33
+ --ol-color-red-500: rgb(239 68 68);
34
+ --ol-color-red-600: rgb(220 38 38);
35
+ --ol-color-red-700: rgb(185 28 28);
36
+ --ol-color-red-800: rgb(153 27 27);
37
+ --ol-color-red-900: rgb(127 29 29);
38
+ --ol-color-red-950: rgb(69 10 10);
39
39
 
40
40
  /* Orange */
41
- --ol-color-orange-50: hsl(33.3 100% 96.5%);
42
- --ol-color-orange-100: hsl(34.3 100% 91.8%);
43
- --ol-color-orange-200: hsl(32.1 97.7% 83.1%);
44
- --ol-color-orange-300: hsl(30.7 97.2% 72.4%);
45
- --ol-color-orange-400: hsl(27 96% 61%);
46
- --ol-color-orange-500: hsl(24.6 95% 53.1%);
47
- --ol-color-orange-600: hsl(20.5 90.2% 48.2%);
48
- --ol-color-orange-700: hsl(17.5 88.3% 40.4%);
49
- --ol-color-orange-800: hsl(15 79.1% 33.7%);
50
- --ol-color-orange-900: hsl(15.3 74.6% 27.8%);
51
- --ol-color-orange-950: hsl(15.2 69.1% 19%);
41
+ --ol-color-orange-50: rgb(255 247 237);
42
+ --ol-color-orange-100: rgb(255 237 213);
43
+ --ol-color-orange-200: rgb(254 215 170);
44
+ --ol-color-orange-300: rgb(253 186 116);
45
+ --ol-color-orange-400: rgb(251 146 60);
46
+ --ol-color-orange-500: rgb(249 115 22);
47
+ --ol-color-orange-600: rgb(234 88 12);
48
+ --ol-color-orange-700: rgb(194 65 12);
49
+ --ol-color-orange-800: rgb(154 52 18);
50
+ --ol-color-orange-900: rgb(124 45 18);
51
+ --ol-color-orange-950: rgb(67 20 7);
52
52
 
53
53
  /* Amber */
54
- --ol-color-amber-50: hsl(48 100% 96.1%);
55
- --ol-color-amber-100: hsl(48 96.5% 88.8%);
56
- --ol-color-amber-200: hsl(48 96.6% 76.7%);
57
- --ol-color-amber-300: hsl(45.9 96.7% 64.5%);
58
- --ol-color-amber-400: hsl(43.3 96.4% 56.3%);
59
- --ol-color-amber-500: hsl(37.7 92.1% 50.2%);
60
- --ol-color-amber-600: hsl(32.1 94.6% 43.7%);
61
- --ol-color-amber-700: hsl(26 90.5% 37.1%);
62
- --ol-color-amber-800: hsl(22.7 82.5% 31.4%);
63
- --ol-color-amber-900: hsl(21.7 77.8% 26.5%);
64
- --ol-color-amber-950: hsl(22.9 74.1% 16.7%);
54
+ --ol-color-amber-50: rgb(255 251 235);
55
+ --ol-color-amber-100: rgb(254 243 199);
56
+ --ol-color-amber-200: rgb(253 230 138);
57
+ --ol-color-amber-300: rgb(252 211 77);
58
+ --ol-color-amber-400: rgb(251 191 36);
59
+ --ol-color-amber-500: rgb(245 158 11);
60
+ --ol-color-amber-600: rgb(217 119 6);
61
+ --ol-color-amber-700: rgb(180 83 9);
62
+ --ol-color-amber-800: rgb(146 64 14);
63
+ --ol-color-amber-900: rgb(120 53 15);
64
+ --ol-color-amber-950: rgb(69 26 3);
65
65
 
66
66
  /* Yellow */
67
- --ol-color-yellow-50: hsl(54.5 91.7% 95.3%);
68
- --ol-color-yellow-100: hsl(54.9 96.7% 88%);
69
- --ol-color-yellow-200: hsl(52.8 98.3% 76.9%);
70
- --ol-color-yellow-300: hsl(50.4 97.8% 63.5%);
71
- --ol-color-yellow-400: hsl(47.9 95.8% 53.1%);
72
- --ol-color-yellow-500: hsl(45.4 93.4% 47.5%);
73
- --ol-color-yellow-600: hsl(40.6 96.1% 40.4%);
74
- --ol-color-yellow-700: hsl(35.5 91.7% 32.9%);
75
- --ol-color-yellow-800: hsl(31.8 81% 28.8%);
76
- --ol-color-yellow-900: hsl(28.4 72.5% 25.7%);
77
- --ol-color-yellow-950: hsl(33.1 69% 13.9%);
67
+ --ol-color-yellow-50: rgb(254 252 232);
68
+ --ol-color-yellow-100: rgb(254 249 195);
69
+ --ol-color-yellow-200: rgb(254 240 138);
70
+ --ol-color-yellow-300: rgb(253 224 71);
71
+ --ol-color-yellow-400: rgb(250 204 21);
72
+ --ol-color-yellow-500: rgb(234 179 8);
73
+ --ol-color-yellow-600: rgb(202 138 4);
74
+ --ol-color-yellow-700: rgb(161 98 7);
75
+ --ol-color-yellow-800: rgb(133 77 14);
76
+ --ol-color-yellow-900: rgb(113 63 18);
77
+ --ol-color-yellow-950: rgb(66 32 6);
78
78
 
79
79
  /* Green */
80
- --ol-color-green-50: hsl(138.5 76.5% 96.7%);
81
- --ol-color-green-100: hsl(140.6 84.2% 92.5%);
82
- --ol-color-green-200: hsl(141 78.9% 85.1%);
83
- --ol-color-green-300: hsl(141.7 76.6% 73.1%);
84
- --ol-color-green-400: hsl(141.9 69.2% 58%);
85
- --ol-color-green-500: hsl(142.1 70.6% 45.3%);
86
- --ol-color-green-600: hsl(142.1 76.2% 36.3%);
87
- --ol-color-green-700: hsl(142.4 71.8% 29.2%);
88
- --ol-color-green-800: hsl(142.8 64.2% 24.1%);
89
- --ol-color-green-900: hsl(143.8 61.2% 20.2%);
90
- --ol-color-green-950: hsl(144.3 60.7% 12%);
80
+ --ol-color-green-50: rgb(240 253 244);
81
+ --ol-color-green-100: rgb(220 252 231);
82
+ --ol-color-green-200: rgb(187 247 208);
83
+ --ol-color-green-300: rgb(134 239 172);
84
+ --ol-color-green-400: rgb(74 222 128);
85
+ --ol-color-green-500: rgb(34 197 94);
86
+ --ol-color-green-600: rgb(22 163 74);
87
+ --ol-color-green-700: rgb(21 128 61);
88
+ --ol-color-green-800: rgb(22 101 52);
89
+ --ol-color-green-900: rgb(20 83 45);
90
+ --ol-color-green-950: rgb(5 46 22);
91
91
 
92
92
  /* Blue */
93
- --ol-color-blue-50: hsl(213.8 100% 96.9%);
94
- --ol-color-blue-100: hsl(214.3 94.6% 92.7%);
95
- --ol-color-blue-200: hsl(213.3 96.9% 87.3%);
96
- --ol-color-blue-300: hsl(211.7 96.4% 78.4%);
97
- --ol-color-blue-400: hsl(213.1 93.9% 67.8%);
98
- --ol-color-blue-500: hsl(217.2 91.2% 59.8%);
99
- --ol-color-blue-600: hsl(221.2 83.2% 53.3%);
100
- --ol-color-blue-700: hsl(224.3 76.3% 48%);
101
- --ol-color-blue-800: hsl(225.9 70.7% 40.2%);
102
- --ol-color-blue-900: hsl(224.4 64.3% 32.9%);
103
- --ol-color-blue-950: hsl(226.2 55.3% 18.4%);
93
+ --ol-color-blue-50: rgb(239 246 255);
94
+ --ol-color-blue-100: rgb(219 234 254);
95
+ --ol-color-blue-200: rgb(191 219 254);
96
+ --ol-color-blue-300: rgb(147 197 253);
97
+ --ol-color-blue-400: rgb(96 165 250);
98
+ --ol-color-blue-500: rgb(59 130 246);
99
+ --ol-color-blue-600: rgb(37 99 235);
100
+ --ol-color-blue-700: rgb(29 78 216);
101
+ --ol-color-blue-800: rgb(30 64 175);
102
+ --ol-color-blue-900: rgb(30 58 138);
103
+ --ol-color-blue-950: rgb(23 37 84);
104
104
 
105
105
  /*
106
106
  * Theme Tokens
@@ -172,8 +172,8 @@
172
172
  --ol-color-neutral-950: var(--ol-color-gray-950);
173
173
 
174
174
  /* Neutral one-offs */
175
- --ol-color-neutral-0: hsl(0, 0%, 100%);
176
- --ol-color-neutral-1000: hsl(0, 0%, 0%);
175
+ --ol-color-neutral-0: rgb(255 255 255);
176
+ --ol-color-neutral-1000: rgb(0 0 0);
177
177
 
178
178
  /*
179
179
  * Border radii
@@ -191,11 +191,11 @@
191
191
  * Elevations
192
192
  */
193
193
 
194
- --ol-shadow-x-small: 0 1px 2px hsl(240 3.8% 46.1% / 6%);
195
- --ol-shadow-small: 0 1px 2px hsl(240 3.8% 46.1% / 12%);
196
- --ol-shadow-medium: 0 2px 4px hsl(240 3.8% 46.1% / 12%);
197
- --ol-shadow-large: 0 2px 8px hsl(240 3.8% 46.1% / 12%);
198
- --ol-shadow-x-large: 0 4px 16px hsl(240 3.8% 46.1% / 12%);
194
+ --ol-shadow-x-small: 0 1px 2px rgb(100 116 139 / 6%);
195
+ --ol-shadow-small: 0 1px 2px rgb(100 116 139 / 12%);
196
+ --ol-shadow-medium: 0 2px 4px rgb(100 116 139 / 12%);
197
+ --ol-shadow-large: 0 2px 8px rgb(100 116 139 / 12%);
198
+ --ol-shadow-x-large: 0 4px 16px rgb(100 116 139 / 12%);
199
199
 
200
200
  /*
201
201
  * Spacings
@@ -367,7 +367,7 @@
367
367
  * Overlays
368
368
  */
369
369
 
370
- --ol-overlay-background-color: hsl(240 3.8% 46.1% / 33%);
370
+ --ol-overlay-background-color: rgb(100 116 139 / 33%);
371
371
 
372
372
  /*
373
373
  * Panels
package/themes/light.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! @onlive.ai/common-121 v0.2.49 | © 2025 Onlive.ai */
1
+ /*! @onlive.ai/common-121 v0.2.50 | © 2025 Onlive.ai */
2
2
  import{css as o}from"lit";var r=o`
3
3
  :root,
4
4
  :host,
@@ -12,95 +12,95 @@ import{css as o}from"lit";var r=o`
12
12
  */
13
13
 
14
14
  /* Gray */
15
- --ol-color-gray-50: hsl(0 0% 97.5%);
16
- --ol-color-gray-100: hsl(240 4.8% 95.9%);
17
- --ol-color-gray-200: hsl(240 5.9% 90%);
18
- --ol-color-gray-300: hsl(240 4.9% 83.9%);
19
- --ol-color-gray-400: hsl(240 5% 64.9%);
20
- --ol-color-gray-500: hsl(240 3.8% 46.1%);
21
- --ol-color-gray-600: hsl(240 5.2% 33.9%);
22
- --ol-color-gray-700: hsl(240 5.3% 26.1%);
23
- --ol-color-gray-800: hsl(240 3.7% 15.9%);
24
- --ol-color-gray-900: hsl(240 5.9% 10%);
25
- --ol-color-gray-950: hsl(240 7.3% 8%);
15
+ --ol-color-gray-50: rgb(248 250 252);
16
+ --ol-color-gray-100: rgb(241 245 249);
17
+ --ol-color-gray-200: rgb(226 232 240);
18
+ --ol-color-gray-300: rgb(203 213 225);
19
+ --ol-color-gray-400: rgb(148 163 184);
20
+ --ol-color-gray-500: rgb(100 116 139);
21
+ --ol-color-gray-600: rgb(71 85 105);
22
+ --ol-color-gray-700: rgb(51 65 85);
23
+ --ol-color-gray-800: rgb(30 41 59);
24
+ --ol-color-gray-900: rgb(15 23 42);
25
+ --ol-color-gray-950: rgb(2 6 23);
26
26
 
27
27
  /* Red */
28
- --ol-color-red-50: hsl(0 85.7% 97.3%);
29
- --ol-color-red-100: hsl(0 93.3% 94.1%);
30
- --ol-color-red-200: hsl(0 96.3% 89.4%);
31
- --ol-color-red-300: hsl(0 93.5% 81.8%);
32
- --ol-color-red-400: hsl(0 90.6% 70.8%);
33
- --ol-color-red-500: hsl(0 84.2% 60.2%);
34
- --ol-color-red-600: hsl(0 72.2% 50.6%);
35
- --ol-color-red-700: hsl(0 73.7% 41.8%);
36
- --ol-color-red-800: hsl(0 70% 35.3%);
37
- --ol-color-red-900: hsl(0 62.8% 30.6%);
38
- --ol-color-red-950: hsl(0 60% 19.6%);
28
+ --ol-color-red-50: rgb(254 242 242);
29
+ --ol-color-red-100: rgb(254 226 226);
30
+ --ol-color-red-200: rgb(254 202 202);
31
+ --ol-color-red-300: rgb(252 165 165);
32
+ --ol-color-red-400: rgb(248 113 113);
33
+ --ol-color-red-500: rgb(239 68 68);
34
+ --ol-color-red-600: rgb(220 38 38);
35
+ --ol-color-red-700: rgb(185 28 28);
36
+ --ol-color-red-800: rgb(153 27 27);
37
+ --ol-color-red-900: rgb(127 29 29);
38
+ --ol-color-red-950: rgb(69 10 10);
39
39
 
40
40
  /* Orange */
41
- --ol-color-orange-50: hsl(33.3 100% 96.5%);
42
- --ol-color-orange-100: hsl(34.3 100% 91.8%);
43
- --ol-color-orange-200: hsl(32.1 97.7% 83.1%);
44
- --ol-color-orange-300: hsl(30.7 97.2% 72.4%);
45
- --ol-color-orange-400: hsl(27 96% 61%);
46
- --ol-color-orange-500: hsl(24.6 95% 53.1%);
47
- --ol-color-orange-600: hsl(20.5 90.2% 48.2%);
48
- --ol-color-orange-700: hsl(17.5 88.3% 40.4%);
49
- --ol-color-orange-800: hsl(15 79.1% 33.7%);
50
- --ol-color-orange-900: hsl(15.3 74.6% 27.8%);
51
- --ol-color-orange-950: hsl(15.2 69.1% 19%);
41
+ --ol-color-orange-50: rgb(255 247 237);
42
+ --ol-color-orange-100: rgb(255 237 213);
43
+ --ol-color-orange-200: rgb(254 215 170);
44
+ --ol-color-orange-300: rgb(253 186 116);
45
+ --ol-color-orange-400: rgb(251 146 60);
46
+ --ol-color-orange-500: rgb(249 115 22);
47
+ --ol-color-orange-600: rgb(234 88 12);
48
+ --ol-color-orange-700: rgb(194 65 12);
49
+ --ol-color-orange-800: rgb(154 52 18);
50
+ --ol-color-orange-900: rgb(124 45 18);
51
+ --ol-color-orange-950: rgb(67 20 7);
52
52
 
53
53
  /* Amber */
54
- --ol-color-amber-50: hsl(48 100% 96.1%);
55
- --ol-color-amber-100: hsl(48 96.5% 88.8%);
56
- --ol-color-amber-200: hsl(48 96.6% 76.7%);
57
- --ol-color-amber-300: hsl(45.9 96.7% 64.5%);
58
- --ol-color-amber-400: hsl(43.3 96.4% 56.3%);
59
- --ol-color-amber-500: hsl(37.7 92.1% 50.2%);
60
- --ol-color-amber-600: hsl(32.1 94.6% 43.7%);
61
- --ol-color-amber-700: hsl(26 90.5% 37.1%);
62
- --ol-color-amber-800: hsl(22.7 82.5% 31.4%);
63
- --ol-color-amber-900: hsl(21.7 77.8% 26.5%);
64
- --ol-color-amber-950: hsl(22.9 74.1% 16.7%);
54
+ --ol-color-amber-50: rgb(255 251 235);
55
+ --ol-color-amber-100: rgb(254 243 199);
56
+ --ol-color-amber-200: rgb(253 230 138);
57
+ --ol-color-amber-300: rgb(252 211 77);
58
+ --ol-color-amber-400: rgb(251 191 36);
59
+ --ol-color-amber-500: rgb(245 158 11);
60
+ --ol-color-amber-600: rgb(217 119 6);
61
+ --ol-color-amber-700: rgb(180 83 9);
62
+ --ol-color-amber-800: rgb(146 64 14);
63
+ --ol-color-amber-900: rgb(120 53 15);
64
+ --ol-color-amber-950: rgb(69 26 3);
65
65
 
66
66
  /* Yellow */
67
- --ol-color-yellow-50: hsl(54.5 91.7% 95.3%);
68
- --ol-color-yellow-100: hsl(54.9 96.7% 88%);
69
- --ol-color-yellow-200: hsl(52.8 98.3% 76.9%);
70
- --ol-color-yellow-300: hsl(50.4 97.8% 63.5%);
71
- --ol-color-yellow-400: hsl(47.9 95.8% 53.1%);
72
- --ol-color-yellow-500: hsl(45.4 93.4% 47.5%);
73
- --ol-color-yellow-600: hsl(40.6 96.1% 40.4%);
74
- --ol-color-yellow-700: hsl(35.5 91.7% 32.9%);
75
- --ol-color-yellow-800: hsl(31.8 81% 28.8%);
76
- --ol-color-yellow-900: hsl(28.4 72.5% 25.7%);
77
- --ol-color-yellow-950: hsl(33.1 69% 13.9%);
67
+ --ol-color-yellow-50: rgb(254 252 232);
68
+ --ol-color-yellow-100: rgb(254 249 195);
69
+ --ol-color-yellow-200: rgb(254 240 138);
70
+ --ol-color-yellow-300: rgb(253 224 71);
71
+ --ol-color-yellow-400: rgb(250 204 21);
72
+ --ol-color-yellow-500: rgb(234 179 8);
73
+ --ol-color-yellow-600: rgb(202 138 4);
74
+ --ol-color-yellow-700: rgb(161 98 7);
75
+ --ol-color-yellow-800: rgb(133 77 14);
76
+ --ol-color-yellow-900: rgb(113 63 18);
77
+ --ol-color-yellow-950: rgb(66 32 6);
78
78
 
79
79
  /* Green */
80
- --ol-color-green-50: hsl(138.5 76.5% 96.7%);
81
- --ol-color-green-100: hsl(140.6 84.2% 92.5%);
82
- --ol-color-green-200: hsl(141 78.9% 85.1%);
83
- --ol-color-green-300: hsl(141.7 76.6% 73.1%);
84
- --ol-color-green-400: hsl(141.9 69.2% 58%);
85
- --ol-color-green-500: hsl(142.1 70.6% 45.3%);
86
- --ol-color-green-600: hsl(142.1 76.2% 36.3%);
87
- --ol-color-green-700: hsl(142.4 71.8% 29.2%);
88
- --ol-color-green-800: hsl(142.8 64.2% 24.1%);
89
- --ol-color-green-900: hsl(143.8 61.2% 20.2%);
90
- --ol-color-green-950: hsl(144.3 60.7% 12%);
80
+ --ol-color-green-50: rgb(240 253 244);
81
+ --ol-color-green-100: rgb(220 252 231);
82
+ --ol-color-green-200: rgb(187 247 208);
83
+ --ol-color-green-300: rgb(134 239 172);
84
+ --ol-color-green-400: rgb(74 222 128);
85
+ --ol-color-green-500: rgb(34 197 94);
86
+ --ol-color-green-600: rgb(22 163 74);
87
+ --ol-color-green-700: rgb(21 128 61);
88
+ --ol-color-green-800: rgb(22 101 52);
89
+ --ol-color-green-900: rgb(20 83 45);
90
+ --ol-color-green-950: rgb(5 46 22);
91
91
 
92
92
  /* Blue */
93
- --ol-color-blue-50: hsl(213.8 100% 96.9%);
94
- --ol-color-blue-100: hsl(214.3 94.6% 92.7%);
95
- --ol-color-blue-200: hsl(213.3 96.9% 87.3%);
96
- --ol-color-blue-300: hsl(211.7 96.4% 78.4%);
97
- --ol-color-blue-400: hsl(213.1 93.9% 67.8%);
98
- --ol-color-blue-500: hsl(217.2 91.2% 59.8%);
99
- --ol-color-blue-600: hsl(221.2 83.2% 53.3%);
100
- --ol-color-blue-700: hsl(224.3 76.3% 48%);
101
- --ol-color-blue-800: hsl(225.9 70.7% 40.2%);
102
- --ol-color-blue-900: hsl(224.4 64.3% 32.9%);
103
- --ol-color-blue-950: hsl(226.2 55.3% 18.4%);
93
+ --ol-color-blue-50: rgb(239 246 255);
94
+ --ol-color-blue-100: rgb(219 234 254);
95
+ --ol-color-blue-200: rgb(191 219 254);
96
+ --ol-color-blue-300: rgb(147 197 253);
97
+ --ol-color-blue-400: rgb(96 165 250);
98
+ --ol-color-blue-500: rgb(59 130 246);
99
+ --ol-color-blue-600: rgb(37 99 235);
100
+ --ol-color-blue-700: rgb(29 78 216);
101
+ --ol-color-blue-800: rgb(30 64 175);
102
+ --ol-color-blue-900: rgb(30 58 138);
103
+ --ol-color-blue-950: rgb(23 37 84);
104
104
 
105
105
  /*
106
106
  * Theme Tokens
@@ -172,8 +172,8 @@ import{css as o}from"lit";var r=o`
172
172
  --ol-color-neutral-950: var(--ol-color-gray-950);
173
173
 
174
174
  /* Neutral one-offs */
175
- --ol-color-neutral-0: hsl(0, 0%, 100%);
176
- --ol-color-neutral-1000: hsl(0, 0%, 0%);
175
+ --ol-color-neutral-0: rgb(255 255 255);
176
+ --ol-color-neutral-1000: rgb(0 0 0);
177
177
 
178
178
  /*
179
179
  * Border radii
@@ -191,11 +191,11 @@ import{css as o}from"lit";var r=o`
191
191
  * Elevations
192
192
  */
193
193
 
194
- --ol-shadow-x-small: 0 1px 2px hsl(240 3.8% 46.1% / 6%);
195
- --ol-shadow-small: 0 1px 2px hsl(240 3.8% 46.1% / 12%);
196
- --ol-shadow-medium: 0 2px 4px hsl(240 3.8% 46.1% / 12%);
197
- --ol-shadow-large: 0 2px 8px hsl(240 3.8% 46.1% / 12%);
198
- --ol-shadow-x-large: 0 4px 16px hsl(240 3.8% 46.1% / 12%);
194
+ --ol-shadow-x-small: 0 1px 2px rgb(100 116 139 / 6%);
195
+ --ol-shadow-small: 0 1px 2px rgb(100 116 139 / 12%);
196
+ --ol-shadow-medium: 0 2px 4px rgb(100 116 139 / 12%);
197
+ --ol-shadow-large: 0 2px 8px rgb(100 116 139 / 12%);
198
+ --ol-shadow-x-large: 0 4px 16px rgb(100 116 139 / 12%);
199
199
 
200
200
  /*
201
201
  * Spacings
@@ -367,7 +367,7 @@ import{css as o}from"lit";var r=o`
367
367
  * Overlays
368
368
  */
369
369
 
370
- --ol-overlay-background-color: hsl(240 3.8% 46.1% / 33%);
370
+ --ol-overlay-background-color: rgb(100 116 139 / 33%);
371
371
 
372
372
  /*
373
373
  * Panels
@@ -1,2 +1,2 @@
1
- /*! @onlive.ai/common-121 v0.2.49 | © 2025 Onlive.ai */
1
+ /*! @onlive.ai/common-121 v0.2.50 | © 2025 Onlive.ai */
2
2
  "use strict";var n=Object.defineProperty;var r=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var b=(e,a,l,t)=>{if(a&&typeof a=="object"||typeof a=="function")for(let o of i(a))!s.call(e,o)&&o!==l&&n(e,o,{get:()=>a[o],enumerable:!(t=r(a,o))||t.enumerable});return e};var d=e=>b(n({},"__esModule",{value:!0}),e);var p={};module.exports=d(p);
@@ -1 +1 @@
1
- /*! @onlive.ai/common-121 v0.2.49 | © 2025 Onlive.ai */
1
+ /*! @onlive.ai/common-121 v0.2.50 | © 2025 Onlive.ai */
@@ -1,2 +1,2 @@
1
- /*! @onlive.ai/common-121 v0.2.49 | © 2025 Onlive.ai */
1
+ /*! @onlive.ai/common-121 v0.2.50 | © 2025 Onlive.ai */
2
2
  "use strict";var r=Object.defineProperty;var t=Object.getOwnPropertyDescriptor;var s=Object.getOwnPropertyNames;var g=Object.prototype.hasOwnProperty;var c=(e,n,a,i)=>{if(n&&typeof n=="object"||typeof n=="function")for(let o of s(n))!g.call(e,o)&&o!==a&&r(e,o,{get:()=>n[o],enumerable:!(i=t(n,o))||i.enumerable});return e};var d=e=>c(r({},"__esModule",{value:!0}),e);var l={};module.exports=d(l);
@@ -1 +1 @@
1
- /*! @onlive.ai/common-121 v0.2.49 | © 2025 Onlive.ai */
1
+ /*! @onlive.ai/common-121 v0.2.50 | © 2025 Onlive.ai */
@@ -1,2 +1,2 @@
1
- /*! @onlive.ai/common-121 v0.2.49 | © 2025 Onlive.ai */
2
- "use strict";var n=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var l=Object.prototype.hasOwnProperty;var f=(e,t)=>{for(var a in t)n(e,a,{get:t[a],enumerable:!0})},p=(e,t,a,S)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of i(t))!l.call(e,o)&&o!==a&&n(e,o,{get:()=>t[o],enumerable:!(S=s(t,o))||S.enumerable});return e};var m=e=>p(n({},"__esModule",{value:!0}),e);var C={};f(C,{adoptStyles:()=>h});module.exports=m(C);var c=require("lit"),h=(e,t)=>{if(e instanceof ShadowRoot)if(c.supportsAdoptingStyleSheets)try{t&&t instanceof CSSStyleSheet?(0,c.adoptStyles)(e,t):Array.isArray(t)&&(0,c.adoptStyles)(e,t)}catch{r(e,t)}else r(e,t)},r=(e,t)=>{t.forEach(a=>{let S=document.createElement("style");if(typeof a=="string")S.textContent=a;else if(a instanceof CSSStyleSheet)try{Array.from(a.cssRules).forEach(o=>{S.textContent+=o.cssText})}catch(o){console.warn("Could not access cssRules from CSSStyleSheet:",o)}else a.cssText&&(S.textContent=a.cssText);e.appendChild(S)})};0&&(module.exports={adoptStyles});
1
+ /*! @onlive.ai/common-121 v0.2.50 | © 2025 Onlive.ai */
2
+ "use strict";var s=Object.defineProperty;var S=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var i=Object.prototype.hasOwnProperty;var n=(e,t)=>{for(var o in t)s(e,o,{get:t[o],enumerable:!0})},p=(e,t,o,l)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of d(t))!i.call(e,a)&&a!==o&&s(e,a,{get:()=>t[a],enumerable:!(l=S(t,a))||l.enumerable});return e};var y=e=>p(s({},"__esModule",{value:!0}),e);var m={};n(m,{adoptStyles:()=>c});module.exports=y(m);var r=require("lit"),c=(e,t)=>{try{(0,r.adoptStyles)(e,t)}catch(o){console.warn("Failed to adopt styles using lit-adoptStyles:",o)}};0&&(module.exports={adoptStyles});
@@ -1,2 +1,2 @@
1
- /*! @onlive.ai/common-121 v0.2.49 | © 2025 Onlive.ai */
2
- import{adoptStyles as c,supportsAdoptingStyleSheets as r}from"lit";var i=(e,t)=>{if(e instanceof ShadowRoot)if(r)try{t&&t instanceof CSSStyleSheet?c(e,t):Array.isArray(t)&&c(e,t)}catch{n(e,t)}else n(e,t)},n=(e,t)=>{t.forEach(a=>{let o=document.createElement("style");if(typeof a=="string")o.textContent=a;else if(a instanceof CSSStyleSheet)try{Array.from(a.cssRules).forEach(S=>{o.textContent+=S.cssText})}catch(S){console.warn("Could not access cssRules from CSSStyleSheet:",S)}else a.cssText&&(o.textContent=a.cssText);e.appendChild(o)})};export{i as adoptStyles};
1
+ /*! @onlive.ai/common-121 v0.2.50 | © 2025 Onlive.ai */
2
+ import{adoptStyles as a}from"lit";var r=(t,e)=>{try{a(t,e)}catch(o){console.warn("Failed to adopt styles using lit-adoptStyles:",o)}};export{r as adoptStyles};
@@ -1,2 +1,2 @@
1
- /*! @onlive.ai/common-121 v0.2.49 | © 2025 Onlive.ai */
1
+ /*! @onlive.ai/common-121 v0.2.50 | © 2025 Onlive.ai */
2
2
  "use strict";var o=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var l=Object.getOwnPropertyNames;var h=Object.prototype.hasOwnProperty;var w=(n,e)=>{for(var t in e)o(n,t,{get:e[t],enumerable:!0})},u=(n,e,t,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of l(e))!h.call(n,i)&&i!==t&&o(n,i,{get:()=>e[i],enumerable:!(r=m(e,i))||r.enumerable});return n};var f=n=>u(o({},"__esModule",{value:!0}),n);var p={};w(p,{browserPreferences:()=>z});module.exports=f(p);function z(){if(typeof window>"u")return{pageUrl:"",language:"en",timezone:"UTC",timezoneOffset:0,userAgent:"",colorScheme:"light",screenWidth:0,screenHeight:0,screenSize:"medium",devicePixelRatio:1};let n=window.location.href,e=navigator.language||"en",t=Intl.DateTimeFormat().resolvedOptions().timeZone||"UTC",r=new Date().getTimezoneOffset(),i=navigator.userAgent,s=window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light",c=window.screen.width,a=window.screen.height,g=window.innerWidth<768?"small":window.innerWidth<1200?"medium":"large",d=window.devicePixelRatio||1;return{pageUrl:n,language:e,timezone:t,timezoneOffset:r,userAgent:i,colorScheme:s,screenWidth:c,screenHeight:a,screenSize:g,devicePixelRatio:d}}0&&(module.exports={browserPreferences});
@@ -1,2 +1,2 @@
1
- /*! @onlive.ai/common-121 v0.2.49 | © 2025 Onlive.ai */
1
+ /*! @onlive.ai/common-121 v0.2.50 | © 2025 Onlive.ai */
2
2
  function d(){if(typeof window>"u")return{pageUrl:"",language:"en",timezone:"UTC",timezoneOffset:0,userAgent:"",colorScheme:"light",screenWidth:0,screenHeight:0,screenSize:"medium",devicePixelRatio:1};let e=window.location.href,n=navigator.language||"en",i=Intl.DateTimeFormat().resolvedOptions().timeZone||"UTC",t=new Date().getTimezoneOffset(),r=navigator.userAgent,o=window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light",s=window.screen.width,c=window.screen.height,a=window.innerWidth<768?"small":window.innerWidth<1200?"medium":"large",g=window.devicePixelRatio||1;return{pageUrl:e,language:n,timezone:i,timezoneOffset:t,userAgent:r,colorScheme:o,screenWidth:s,screenHeight:c,screenSize:a,devicePixelRatio:g}}export{d as browserPreferences};
@@ -1,2 +1,2 @@
1
- /*! @onlive.ai/common-121 v0.2.49 | © 2025 Onlive.ai */
1
+ /*! @onlive.ai/common-121 v0.2.50 | © 2025 Onlive.ai */
2
2
  "use strict";var r=Object.defineProperty;var n=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var e=Object.prototype.hasOwnProperty;var c=(i,a)=>{for(var t in a)r(i,t,{get:a[t],enumerable:!0})},p=(i,a,t,l)=>{if(a&&typeof a=="object"||typeof a=="function")for(let s of o(a))!e.call(i,s)&&s!==t&&r(i,s,{get:()=>a[s],enumerable:!(l=n(a,s))||l.enumerable});return i};var d=i=>p(r({},"__esModule",{value:!0}),i);var f={};c(f,{classifyMedia:()=>h});module.exports=d(f);var h=(i="")=>i.startsWith("image/")?"image":i.startsWith("video/")||i.startsWith("audio/")||i==="application/x-mpegURL"||i==="application/vnd.apple.mpegurl"||i==="application/dash+xml"||i==="application/x-shockwave-flash"?"video":"file";0&&(module.exports={classifyMedia});
@@ -1,2 +1,2 @@
1
- /*! @onlive.ai/common-121 v0.2.49 | © 2025 Onlive.ai */
1
+ /*! @onlive.ai/common-121 v0.2.50 | © 2025 Onlive.ai */
2
2
  var a=(i="")=>i.startsWith("image/")?"image":i.startsWith("video/")||i.startsWith("audio/")||i==="application/x-mpegURL"||i==="application/vnd.apple.mpegurl"||i==="application/dash+xml"||i==="application/x-shockwave-flash"?"video":"file";export{a as classifyMedia};
@@ -1,2 +1,2 @@
1
- /*! @onlive.ai/common-121 v0.2.49 | © 2025 Onlive.ai */
1
+ /*! @onlive.ai/common-121 v0.2.50 | © 2025 Onlive.ai */
2
2
  "use strict";var r=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var l=Object.getOwnPropertyNames;var c=Object.prototype.hasOwnProperty;var u=(t,e)=>{for(var s in e)r(t,s,{get:e[s],enumerable:!0})},m=(t,e,s,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of l(e))!c.call(t,n)&&n!==s&&r(t,n,{get:()=>e[n],enumerable:!(o=i(e,n))||o.enumerable});return t};var d=t=>m(r({},"__esModule",{value:!0}),t);var E={};u(E,{uniqueCustomElement:()=>p});module.exports=d(E);var C=(t,e)=>(customElements.get(t)?console.debug(`Custom element <${t}> is already defined, skipping definition of ${e.name}.`):window.customElements.define(t,e),e),f=(t,e)=>{let{kind:s,elements:o}=e;return{kind:s,elements:o,finisher(n){customElements.get(t)||window.customElements.define(t,n)}}},p=t=>e=>typeof e=="function"?C(t,e):f(t,e);0&&(module.exports={uniqueCustomElement});
@@ -1,2 +1,2 @@
1
- /*! @onlive.ai/common-121 v0.2.49 | © 2025 Onlive.ai */
1
+ /*! @onlive.ai/common-121 v0.2.50 | © 2025 Onlive.ai */
2
2
  var r=(e,t)=>(customElements.get(e)?console.debug(`Custom element <${e}> is already defined, skipping definition of ${t.name}.`):window.customElements.define(e,t),t),i=(e,t)=>{let{kind:n,elements:s}=t;return{kind:n,elements:s,finisher(o){customElements.get(e)||window.customElements.define(e,o)}}},l=e=>t=>typeof t=="function"?r(e,t):i(e,t);export{l as uniqueCustomElement};
@@ -1,2 +1,2 @@
1
- /*! @onlive.ai/common-121 v0.2.49 | © 2025 Onlive.ai */
1
+ /*! @onlive.ai/common-121 v0.2.50 | © 2025 Onlive.ai */
2
2
  "use strict";var o=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var i=Object.prototype.hasOwnProperty;var l=(t,r)=>{for(var n in r)o(t,n,{get:r[n],enumerable:!0})},m=(t,r,n,e)=>{if(r&&typeof r=="object"||typeof r=="function")for(let a of g(r))!i.call(t,a)&&a!==n&&o(t,a,{get:()=>r[a],enumerable:!(e=s(r,a))||e.enumerable});return t};var u=t=>m(o({},"__esModule",{value:!0}),t);var P={};l(P,{detectedLang:()=>L});module.exports=u(P);var c=require("@formatjs/intl-localematcher"),h=["en","es","fr","de","it","pt"],L=(t=h,r="en")=>{try{let a=new URLSearchParams(window.location.search).get("olLang");if(a&&t.includes(a))return a}catch{}let n=navigator.languages||[navigator.language];try{return(0,c.match)(n,t,r,{algorithm:"best fit"})}catch{return r}};0&&(module.exports={detectedLang});
@@ -1,2 +1,2 @@
1
- /*! @onlive.ai/common-121 v0.2.49 | © 2025 Onlive.ai */
1
+ /*! @onlive.ai/common-121 v0.2.50 | © 2025 Onlive.ai */
2
2
  import{match as o}from"@formatjs/intl-localematcher";var c=["en","es","fr","de","it","pt"],g=(t=c,a="en")=>{try{let r=new URLSearchParams(window.location.search).get("olLang");if(r&&t.includes(r))return r}catch{}let n=navigator.languages||[navigator.language];try{return o(n,t,a,{algorithm:"best fit"})}catch{return a}};export{g as detectedLang};
@@ -1,2 +1,2 @@
1
- /*! @onlive.ai/common-121 v0.2.49 | © 2025 Onlive.ai */
1
+ /*! @onlive.ai/common-121 v0.2.50 | © 2025 Onlive.ai */
2
2
  "use strict";var u=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var s=Object.getOwnPropertyNames;var l=Object.prototype.hasOwnProperty;var a=(e,r)=>{for(var t in r)u(e,t,{get:r[t],enumerable:!0})},F=(e,r,t,i)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of s(r))!l.call(e,n)&&n!==t&&u(e,n,{get:()=>r[n],enumerable:!(i=c(r,n))||i.enumerable});return e};var o=e=>F(u({},"__esModule",{value:!0}),e);var q={};a(q,{enterFullScreen:()=>w,exitFullScreen:()=>f});module.exports=o(q);var w=async e=>{try{if("requestFullscreen"in e)return await e.requestFullscreen();if("mozRequestFullScreen"in e)return await e.mozRequestFullScreen();if("webkitRequestFullscreen"in e)return await e.webkitRequestFullscreen();if("msRequestFullscreen"in e)return await e.msRequestFullscreen()}catch(r){console.error(r)}},f=async e=>{try{if(e.fullscreenElement){if("exitFullscreen"in e)return await e.exitFullscreen();if("mozCancelFullScreen"in e)return await e.mozCancelFullScreen();if("webkitExitFullscreen"in e)return await e.webkitExitFullscreen()}}catch(r){console.error(r)}};0&&(module.exports={enterFullScreen,exitFullScreen});
@@ -1,2 +1,2 @@
1
- /*! @onlive.ai/common-121 v0.2.49 | © 2025 Onlive.ai */
1
+ /*! @onlive.ai/common-121 v0.2.50 | © 2025 Onlive.ai */
2
2
  var n=async e=>{try{if("requestFullscreen"in e)return await e.requestFullscreen();if("mozRequestFullScreen"in e)return await e.mozRequestFullScreen();if("webkitRequestFullscreen"in e)return await e.webkitRequestFullscreen();if("msRequestFullscreen"in e)return await e.msRequestFullscreen()}catch(r){console.error(r)}},t=async e=>{try{if(e.fullscreenElement){if("exitFullscreen"in e)return await e.exitFullscreen();if("mozCancelFullScreen"in e)return await e.mozCancelFullScreen();if("webkitExitFullscreen"in e)return await e.webkitExitFullscreen()}}catch(r){console.error(r)}};export{n as enterFullScreen,t as exitFullScreen};
@@ -1,2 +1,2 @@
1
- /*! @onlive.ai/common-121 v0.2.49 | © 2025 Onlive.ai */
1
+ /*! @onlive.ai/common-121 v0.2.50 | © 2025 Onlive.ai */
2
2
  "use strict";var d=Object.defineProperty;var l=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var f=Object.prototype.hasOwnProperty;var p=(t,e)=>{for(var a in e)d(t,a,{get:e[a],enumerable:!0})},m=(t,e,a,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of o(e))!f.call(t,r)&&r!==a&&d(t,r,{get:()=>e[r],enumerable:!(n=l(e,r))||n.enumerable});return t};var u=t=>m(d({},"__esModule",{value:!0}),t);var v={};p(v,{insertScript:()=>y});module.exports=u(v);var y=async({src:t="",async:e=!1,defer:a=!1,module:n=!1,system:r=!1})=>new Promise((c,i)=>{let s=document.createElement("script");s.src=t,e&&(s.async=!0),a&&(s.defer=!0),n?s.type="module":r?s.type="systemjs-module":s.type="text/javascript",s.addEventListener("load",c),s.addEventListener("error",i),document.head.append(s)});0&&(module.exports={insertScript});
@@ -1,2 +1,2 @@
1
- /*! @onlive.ai/common-121 v0.2.49 | © 2025 Onlive.ai */
1
+ /*! @onlive.ai/common-121 v0.2.50 | © 2025 Onlive.ai */
2
2
  var i=async({src:t="",async:s=!1,defer:r=!1,module:a=!1,system:n=!1})=>new Promise((d,c)=>{let e=document.createElement("script");e.src=t,s&&(e.async=!0),r&&(e.defer=!0),a?e.type="module":n?e.type="systemjs-module":e.type="text/javascript",e.addEventListener("load",d),e.addEventListener("error",c),document.head.append(e)});export{i as insertScript};
@@ -0,0 +1,2 @@
1
+ /*! @onlive.ai/common-121 v0.2.50 | © 2025 Onlive.ai */
2
+ "use strict";var i=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var a=Object.getOwnPropertyNames;var f=Object.prototype.hasOwnProperty;var u=(e,n)=>{for(var t in n)i(e,t,{get:n[t],enumerable:!0})},c=(e,n,t,r)=>{if(n&&typeof n=="object"||typeof n=="function")for(let o of a(n))!f.call(e,o)&&o!==t&&i(e,o,{get:()=>n[o],enumerable:!(r=s(n,o))||r.enumerable});return e};var h=e=>c(i({},"__esModule",{value:!0}),e);var d={};u(d,{isMapCompatible:()=>p});module.exports=h(d);function p(){if(typeof navigator>"u")return!1;let e=navigator.userAgent;if(/iPhone/.test(e)){let t=e.match(/OS (\d+)_(\d+)/);if(t&&parseInt(t[1],10)<14)return!1}return!0}0&&(module.exports={isMapCompatible});
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Checks if the current browser is compatible with map functionality.
3
+ * Returns false for iPhones with iOS versions less than 14,
4
+ *
5
+ * @returns {boolean} True if the browser is compatible with map functionality, false otherwise.
6
+ */
7
+ declare function isMapCompatible(): boolean;
8
+
9
+ export { isMapCompatible };
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Checks if the current browser is compatible with map functionality.
3
+ * Returns false for iPhones with iOS versions less than 14,
4
+ *
5
+ * @returns {boolean} True if the browser is compatible with map functionality, false otherwise.
6
+ */
7
+ declare function isMapCompatible(): boolean;
8
+
9
+ export { isMapCompatible };
@@ -0,0 +1,2 @@
1
+ /*! @onlive.ai/common-121 v0.2.50 | © 2025 Onlive.ai */
2
+ function r(){if(typeof navigator>"u")return!1;let e=navigator.userAgent;if(/iPhone/.test(e)){let n=e.match(/OS (\d+)_(\d+)/);if(n&&parseInt(n[1],10)<14)return!1}return!0}export{r as isMapCompatible};
@@ -1,2 +1,2 @@
1
- /*! @onlive.ai/common-121 v0.2.49 | © 2025 Onlive.ai */
1
+ /*! @onlive.ai/common-121 v0.2.50 | © 2025 Onlive.ai */
2
2
  "use strict";var f=Object.create;var i=Object.defineProperty;var T=Object.getOwnPropertyDescriptor;var A=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var g=(r,t)=>{for(var e in t)i(r,e,{get:t[e],enumerable:!0})},n=(r,t,e,a)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of A(t))!d.call(r,o)&&o!==e&&i(r,o,{get:()=>t[o],enumerable:!(a=T(t,o))||a.enumerable});return r};var h=(r,t,e)=>(e=r!=null?f(L(r)):{},n(t||!r||!r.__esModule?i(e,"default",{value:r,enumerable:!0}):e,r)),u=r=>n(i({},"__esModule",{value:!0}),r);var b={};g(b,{markdown:()=>O});module.exports=u(b);var p=require("marked");var s=h(require("dompurify"),1),_={ALLOWED_TAGS:["p","br","span","b","strong","i","em","u","s","del","ul","ol","li","code","pre","a","h1","h2","h3","h4","table","thead","tbody","tr","th","td"],ALLOWED_ATTR:["href","target","rel","title","aria-label","role","colspan","rowspan"],FORCE_HTTPS:!0,ALLOW_DATA_ATTR:!1},l=(r,t=_)=>s.default.sanitize(r,t);var m=require("lit/directives/unsafe-html.js"),O=r=>(0,m.unsafeHTML)(l(p.marked.parse(r)));0&&(module.exports={markdown});