@onlive.ai/common-121 0.2.45 → 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.
- package/README.md +15 -11
- package/package.json +3 -3
- package/services/audio.service.cjs +1 -1
- package/services/audio.service.js +1 -1
- package/services/firebase/firebase-api.cjs +1 -1
- package/services/firebase/firebase-api.js +1 -1
- package/services/firebase/firebase.service.cjs +1 -1
- package/services/firebase/firebase.service.js +1 -1
- package/services/livekit.service.cjs +1 -1
- package/services/livekit.service.js +1 -1
- package/services/request.provider.cjs +1 -1
- package/services/request.provider.js +1 -1
- package/themes/dark.cjs +82 -82
- package/themes/dark.js +81 -81
- package/themes/light.cjs +87 -87
- package/themes/light.js +86 -86
- package/types/tracking-options.cjs +2 -2
- package/types/tracking-options.d.cts +2 -0
- package/types/tracking-options.d.ts +2 -0
- package/types/tracking-options.js +1 -1
- package/types/window-context.cjs +1 -1
- package/types/window-context.js +1 -1
- package/utils/adopt-styles.cjs +2 -2
- package/utils/adopt-styles.js +2 -2
- package/utils/browser-preferences.cjs +1 -1
- package/utils/browser-preferences.js +1 -1
- package/utils/classify-media.cjs +1 -1
- package/utils/classify-media.js +1 -1
- package/utils/decorators.cjs +1 -1
- package/utils/decorators.js +1 -1
- package/utils/detected-lang.cjs +1 -1
- package/utils/detected-lang.js +1 -1
- package/utils/fullscreen.cjs +1 -1
- package/utils/fullscreen.js +1 -1
- package/utils/insert-script.cjs +1 -1
- package/utils/insert-script.js +1 -1
- package/utils/is-map-compatible.cjs +2 -0
- package/utils/is-map-compatible.d.cts +9 -0
- package/utils/is-map-compatible.d.ts +9 -0
- package/utils/is-map-compatible.js +2 -0
- package/utils/markdown.cjs +1 -1
- package/utils/markdown.js +1 -1
- package/utils/merge.cjs +1 -1
- package/utils/merge.js +1 -1
- package/utils/multiband-track-volume.cjs +1 -1
- package/utils/multiband-track-volume.js +1 -1
- package/utils/onlive-url-params.cjs +1 -1
- package/utils/onlive-url-params.js +1 -1
- package/utils/pretty-distance.cjs +1 -1
- package/utils/pretty-distance.js +1 -1
- package/utils/random-string.cjs +1 -1
- package/utils/random-string.js +1 -1
- package/utils/resource-type.cjs +1 -1
- package/utils/resource-type.js +1 -1
- package/utils/safe-html.cjs +1 -1
- package/utils/safe-html.js +1 -1
- package/utils/sanitize.cjs +1 -1
- package/utils/sanitize.js +1 -1
- package/utils/spread.cjs +1 -1
- package/utils/spread.js +1 -1
- package/utils/watch.cjs +1 -1
- package/utils/watch.js +1 -1
package/themes/dark.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @onlive.ai/common-121 v0.2.
|
|
1
|
+
/*! @onlive.ai/common-121 v0.2.50 | © 2025 Onlive.ai */
|
|
2
2
|
import{css as o}from"lit";var r=o`
|
|
3
3
|
:host,
|
|
4
4
|
.ol-theme-dark {
|
|
@@ -11,95 +11,95 @@ import{css as o}from"lit";var r=o`
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
/* Gray */
|
|
14
|
-
--ol-color-gray-50:
|
|
15
|
-
--ol-color-gray-100:
|
|
16
|
-
--ol-color-gray-200:
|
|
17
|
-
--ol-color-gray-300:
|
|
18
|
-
--ol-color-gray-400:
|
|
19
|
-
--ol-color-gray-500:
|
|
20
|
-
--ol-color-gray-600:
|
|
21
|
-
--ol-color-gray-700:
|
|
22
|
-
--ol-color-gray-800:
|
|
23
|
-
--ol-color-gray-900:
|
|
24
|
-
--ol-color-gray-950:
|
|
14
|
+
--ol-color-gray-50: rgb(34, 36, 40);
|
|
15
|
+
--ol-color-gray-100: rgb(41, 44, 49);
|
|
16
|
+
--ol-color-gray-200: rgb(51, 54, 58);
|
|
17
|
+
--ol-color-gray-300: rgb(64, 68, 73);
|
|
18
|
+
--ol-color-gray-400: rgb(82, 87, 93);
|
|
19
|
+
--ol-color-gray-500: rgb(103, 109, 116);
|
|
20
|
+
--ol-color-gray-600: rgb(136, 143, 151);
|
|
21
|
+
--ol-color-gray-700: rgb(172, 180, 190);
|
|
22
|
+
--ol-color-gray-800: rgb(207, 214, 222);
|
|
23
|
+
--ol-color-gray-900: rgb(227, 232, 238);
|
|
24
|
+
--ol-color-gray-950: rgb(242, 242, 242);
|
|
25
25
|
|
|
26
26
|
/* Red */
|
|
27
|
-
--ol-color-red-50:
|
|
28
|
-
--ol-color-red-100:
|
|
29
|
-
--ol-color-red-200:
|
|
30
|
-
--ol-color-red-300:
|
|
31
|
-
--ol-color-red-400:
|
|
32
|
-
--ol-color-red-500:
|
|
33
|
-
--ol-color-red-600:
|
|
34
|
-
--ol-color-red-700:
|
|
35
|
-
--ol-color-red-800:
|
|
36
|
-
--ol-color-red-900:
|
|
37
|
-
--ol-color-red-950:
|
|
27
|
+
--ol-color-red-50: rgb(102, 27, 27);
|
|
28
|
+
--ol-color-red-100: rgb(145, 37, 37);
|
|
29
|
+
--ol-color-red-200: rgb(162, 39, 39);
|
|
30
|
+
--ol-color-red-300: rgb(193, 48, 48);
|
|
31
|
+
--ol-color-red-400: rgb(229, 69, 69);
|
|
32
|
+
--ol-color-red-500: rgb(252, 92, 92);
|
|
33
|
+
--ol-color-red-600: rgb(254, 126, 126);
|
|
34
|
+
--ol-color-red-700: rgb(255, 147, 147);
|
|
35
|
+
--ol-color-red-800: rgb(255, 199, 199);
|
|
36
|
+
--ol-color-red-900: rgb(255, 217, 217);
|
|
37
|
+
--ol-color-red-950: rgb(255, 240, 240);
|
|
38
38
|
|
|
39
39
|
/* Orange */
|
|
40
|
-
--ol-color-orange-50:
|
|
41
|
-
--ol-color-orange-100:
|
|
42
|
-
--ol-color-orange-200:
|
|
43
|
-
--ol-color-orange-300:
|
|
44
|
-
--ol-color-orange-400:
|
|
45
|
-
--ol-color-orange-500:
|
|
46
|
-
--ol-color-orange-600:
|
|
47
|
-
--ol-color-orange-700:
|
|
48
|
-
--ol-color-orange-800:
|
|
49
|
-
--ol-color-orange-900:
|
|
50
|
-
--ol-color-orange-950:
|
|
40
|
+
--ol-color-orange-50: rgb(101, 49, 27);
|
|
41
|
+
--ol-color-orange-100: rgb(134, 66, 36);
|
|
42
|
+
--ol-color-orange-200: rgb(155, 76, 42);
|
|
43
|
+
--ol-color-orange-300: rgb(198, 98, 52);
|
|
44
|
+
--ol-color-orange-400: rgb(245, 125, 63);
|
|
45
|
+
--ol-color-orange-500: rgb(255, 149, 0);
|
|
46
|
+
--ol-color-orange-600: rgb(255, 166, 43);
|
|
47
|
+
--ol-color-orange-700: rgb(255, 192, 99);
|
|
48
|
+
--ol-color-orange-800: rgb(255, 216, 155);
|
|
49
|
+
--ol-color-orange-900: rgb(255, 235, 201);
|
|
50
|
+
--ol-color-orange-950: rgb(255, 249, 237);
|
|
51
51
|
|
|
52
52
|
/* Amber */
|
|
53
|
-
--ol-color-amber-50:
|
|
54
|
-
--ol-color-amber-100:
|
|
55
|
-
--ol-color-amber-200:
|
|
56
|
-
--ol-color-amber-300:
|
|
57
|
-
--ol-color-amber-400:
|
|
58
|
-
--ol-color-amber-500:
|
|
59
|
-
--ol-color-amber-600:
|
|
60
|
-
--ol-color-amber-700:
|
|
61
|
-
--ol-color-amber-800:
|
|
62
|
-
--ol-color-amber-900:
|
|
63
|
-
--ol-color-amber-950:
|
|
53
|
+
--ol-color-amber-50: rgb(92, 69, 36);
|
|
54
|
+
--ol-color-amber-100: rgb(129, 96, 50);
|
|
55
|
+
--ol-color-amber-200: rgb(147, 109, 56);
|
|
56
|
+
--ol-color-amber-300: rgb(184, 135, 69);
|
|
57
|
+
--ol-color-amber-400: rgb(227, 166, 84);
|
|
58
|
+
--ol-color-amber-500: rgb(254, 191, 25);
|
|
59
|
+
--ol-color-amber-600: rgb(255, 202, 41);
|
|
60
|
+
--ol-color-amber-700: rgb(255, 218, 85);
|
|
61
|
+
--ol-color-amber-800: rgb(255, 235, 145);
|
|
62
|
+
--ol-color-amber-900: rgb(255, 247, 191);
|
|
63
|
+
--ol-color-amber-950: rgb(255, 253, 235);
|
|
64
64
|
|
|
65
65
|
/* Yellow */
|
|
66
|
-
--ol-color-yellow-50:
|
|
67
|
-
--ol-color-yellow-100:
|
|
68
|
-
--ol-color-yellow-200:
|
|
69
|
-
--ol-color-yellow-300:
|
|
70
|
-
--ol-color-yellow-400:
|
|
71
|
-
--ol-color-yellow-500:
|
|
72
|
-
--ol-color-yellow-600:
|
|
73
|
-
--ol-color-yellow-700:
|
|
74
|
-
--ol-color-yellow-800:
|
|
75
|
-
--ol-color-yellow-900:
|
|
76
|
-
--ol-color-yellow-950:
|
|
66
|
+
--ol-color-yellow-50: rgb(80, 69, 28);
|
|
67
|
+
--ol-color-yellow-100: rgb(127, 108, 44);
|
|
68
|
+
--ol-color-yellow-200: rgb(142, 122, 49);
|
|
69
|
+
--ol-color-yellow-300: rgb(174, 151, 60);
|
|
70
|
+
--ol-color-yellow-400: rgb(217, 189, 78);
|
|
71
|
+
--ol-color-yellow-500: rgb(234, 199, 65);
|
|
72
|
+
--ol-color-yellow-600: rgb(255, 223, 0);
|
|
73
|
+
--ol-color-yellow-700: rgb(255, 235, 59);
|
|
74
|
+
--ol-color-yellow-800: rgb(255, 245, 145);
|
|
75
|
+
--ol-color-yellow-900: rgb(255, 251, 194);
|
|
76
|
+
--ol-color-yellow-950: rgb(255, 254, 235);
|
|
77
77
|
|
|
78
78
|
/* Green */
|
|
79
|
-
--ol-color-green-50:
|
|
80
|
-
--ol-color-green-100:
|
|
81
|
-
--ol-color-green-200:
|
|
82
|
-
--ol-color-green-300:
|
|
83
|
-
--ol-color-green-400:
|
|
84
|
-
--ol-color-green-500:
|
|
85
|
-
--ol-color-green-600:
|
|
86
|
-
--ol-color-green-700:
|
|
87
|
-
--ol-color-green-800:
|
|
88
|
-
--ol-color-green-900:
|
|
89
|
-
--ol-color-green-950:
|
|
79
|
+
--ol-color-green-50: rgb(26, 69, 43);
|
|
80
|
+
--ol-color-green-100: rgb(38, 101, 62);
|
|
81
|
+
--ol-color-green-200: rgb(43, 115, 70);
|
|
82
|
+
--ol-color-green-300: rgb(52, 140, 86);
|
|
83
|
+
--ol-color-green-400: rgb(64, 174, 107);
|
|
84
|
+
--ol-color-green-500: rgb(72, 187, 120);
|
|
85
|
+
--ol-color-green-600: rgb(104, 211, 145);
|
|
86
|
+
--ol-color-green-700: rgb(152, 233, 186);
|
|
87
|
+
--ol-color-green-800: rgb(190, 245, 215);
|
|
88
|
+
--ol-color-green-900: rgb(220, 252, 231);
|
|
89
|
+
--ol-color-green-950: rgb(240, 253, 244);
|
|
90
90
|
|
|
91
91
|
/* Blue */
|
|
92
|
-
--ol-color-blue-50:
|
|
93
|
-
--ol-color-blue-100:
|
|
94
|
-
--ol-color-blue-200:
|
|
95
|
-
--ol-color-blue-300:
|
|
96
|
-
--ol-color-blue-400:
|
|
97
|
-
--ol-color-blue-500:
|
|
98
|
-
--ol-color-blue-600:
|
|
99
|
-
--ol-color-blue-700:
|
|
100
|
-
--ol-color-blue-800:
|
|
101
|
-
--ol-color-blue-900:
|
|
102
|
-
--ol-color-blue-950:
|
|
92
|
+
--ol-color-blue-50: rgb(36, 52, 102);
|
|
93
|
+
--ol-color-blue-100: rgb(61, 84, 165);
|
|
94
|
+
--ol-color-blue-200: rgb(72, 100, 192);
|
|
95
|
+
--ol-color-blue-300: rgb(88, 125, 227);
|
|
96
|
+
--ol-color-blue-400: rgb(96, 150, 251);
|
|
97
|
+
--ol-color-blue-500: rgb(99, 163, 253);
|
|
98
|
+
--ol-color-blue-600: rgb(129, 183, 255);
|
|
99
|
+
--ol-color-blue-700: rgb(171, 208, 255);
|
|
100
|
+
--ol-color-blue-800: rgb(202, 226, 255);
|
|
101
|
+
--ol-color-blue-900: rgb(219, 234, 255);
|
|
102
|
+
--ol-color-blue-950: rgb(239, 246, 255);
|
|
103
103
|
|
|
104
104
|
/*
|
|
105
105
|
* Theme Tokens
|
|
@@ -171,8 +171,8 @@ import{css as o}from"lit";var r=o`
|
|
|
171
171
|
--ol-color-neutral-950: var(--ol-color-gray-950);
|
|
172
172
|
|
|
173
173
|
/* Neutral one-offs */
|
|
174
|
-
--ol-color-neutral-0:
|
|
175
|
-
--ol-color-neutral-1000:
|
|
174
|
+
--ol-color-neutral-0: rgb(26, 27, 30);
|
|
175
|
+
--ol-color-neutral-1000: rgb(255, 255, 255);
|
|
176
176
|
|
|
177
177
|
/*
|
|
178
178
|
* Border radii
|
|
@@ -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:
|
|
370
|
+
--ol-overlay-background-color: rgb(0, 0, 0, 0.43);
|
|
371
371
|
|
|
372
372
|
/*
|
|
373
373
|
* Panels
|
package/themes/light.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/*! @onlive.ai/common-121 v0.2.
|
|
2
|
-
"use strict";var a=Object.defineProperty;var
|
|
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:
|
|
16
|
-
--ol-color-gray-100:
|
|
17
|
-
--ol-color-gray-200:
|
|
18
|
-
--ol-color-gray-300:
|
|
19
|
-
--ol-color-gray-400:
|
|
20
|
-
--ol-color-gray-500:
|
|
21
|
-
--ol-color-gray-600:
|
|
22
|
-
--ol-color-gray-700:
|
|
23
|
-
--ol-color-gray-800:
|
|
24
|
-
--ol-color-gray-900:
|
|
25
|
-
--ol-color-gray-950:
|
|
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:
|
|
29
|
-
--ol-color-red-100:
|
|
30
|
-
--ol-color-red-200:
|
|
31
|
-
--ol-color-red-300:
|
|
32
|
-
--ol-color-red-400:
|
|
33
|
-
--ol-color-red-500:
|
|
34
|
-
--ol-color-red-600:
|
|
35
|
-
--ol-color-red-700:
|
|
36
|
-
--ol-color-red-800:
|
|
37
|
-
--ol-color-red-900:
|
|
38
|
-
--ol-color-red-950:
|
|
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:
|
|
42
|
-
--ol-color-orange-100:
|
|
43
|
-
--ol-color-orange-200:
|
|
44
|
-
--ol-color-orange-300:
|
|
45
|
-
--ol-color-orange-400:
|
|
46
|
-
--ol-color-orange-500:
|
|
47
|
-
--ol-color-orange-600:
|
|
48
|
-
--ol-color-orange-700:
|
|
49
|
-
--ol-color-orange-800:
|
|
50
|
-
--ol-color-orange-900:
|
|
51
|
-
--ol-color-orange-950:
|
|
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:
|
|
55
|
-
--ol-color-amber-100:
|
|
56
|
-
--ol-color-amber-200:
|
|
57
|
-
--ol-color-amber-300:
|
|
58
|
-
--ol-color-amber-400:
|
|
59
|
-
--ol-color-amber-500:
|
|
60
|
-
--ol-color-amber-600:
|
|
61
|
-
--ol-color-amber-700:
|
|
62
|
-
--ol-color-amber-800:
|
|
63
|
-
--ol-color-amber-900:
|
|
64
|
-
--ol-color-amber-950:
|
|
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:
|
|
68
|
-
--ol-color-yellow-100:
|
|
69
|
-
--ol-color-yellow-200:
|
|
70
|
-
--ol-color-yellow-300:
|
|
71
|
-
--ol-color-yellow-400:
|
|
72
|
-
--ol-color-yellow-500:
|
|
73
|
-
--ol-color-yellow-600:
|
|
74
|
-
--ol-color-yellow-700:
|
|
75
|
-
--ol-color-yellow-800:
|
|
76
|
-
--ol-color-yellow-900:
|
|
77
|
-
--ol-color-yellow-950:
|
|
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:
|
|
81
|
-
--ol-color-green-100:
|
|
82
|
-
--ol-color-green-200:
|
|
83
|
-
--ol-color-green-300:
|
|
84
|
-
--ol-color-green-400:
|
|
85
|
-
--ol-color-green-500:
|
|
86
|
-
--ol-color-green-600:
|
|
87
|
-
--ol-color-green-700:
|
|
88
|
-
--ol-color-green-800:
|
|
89
|
-
--ol-color-green-900:
|
|
90
|
-
--ol-color-green-950:
|
|
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:
|
|
94
|
-
--ol-color-blue-100:
|
|
95
|
-
--ol-color-blue-200:
|
|
96
|
-
--ol-color-blue-300:
|
|
97
|
-
--ol-color-blue-400:
|
|
98
|
-
--ol-color-blue-500:
|
|
99
|
-
--ol-color-blue-600:
|
|
100
|
-
--ol-color-blue-700:
|
|
101
|
-
--ol-color-blue-800:
|
|
102
|
-
--ol-color-blue-900:
|
|
103
|
-
--ol-color-blue-950:
|
|
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:
|
|
176
|
-
--ol-color-neutral-1000:
|
|
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
|
|
195
|
-
--ol-shadow-small: 0 1px 2px
|
|
196
|
-
--ol-shadow-medium: 0 2px 4px
|
|
197
|
-
--ol-shadow-large: 0 2px 8px
|
|
198
|
-
--ol-shadow-x-large: 0 4px 16px
|
|
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:
|
|
370
|
+
--ol-overlay-background-color: rgb(100 116 139 / 33%);
|
|
371
371
|
|
|
372
372
|
/*
|
|
373
373
|
* Panels
|