@finsemble/finsemble-core 6.1.4 → 6.1.5

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 (107) hide show
  1. package/.mocharc.js +12 -12
  2. package/.nycrc.json +7 -7
  3. package/README.md +24 -24
  4. package/assets/fonts/LICENSE.txt +202 -202
  5. package/configs/core/config.json +214 -214
  6. package/configs/core/securityPolicies.json +24 -24
  7. package/configs/core/services.json +233 -233
  8. package/configs/schemas/README.md +1 -1
  9. package/configs/schemas/fileBasedSchemas/appdConfigFile.schema.json +5 -5
  10. package/configs/schemas/fileBasedSchemas/applicationConfigFile.schema.json +5 -5
  11. package/configs/schemas/fileBasedSchemas/componentsFile.schema.json +5 -5
  12. package/configs/schemas/fileBasedSchemas/coreConfigFile.schema.json +5 -5
  13. package/configs/schemas/fileBasedSchemas/dashbarFile.schema.json +5 -5
  14. package/configs/schemas/fileBasedSchemas/manifestFile.schema.json +5 -5
  15. package/configs/schemas/fileBasedSchemas/securityPoliciesFile.schema.json +5 -5
  16. package/configs/schemas/fileBasedSchemas/servicesFile.schema.json +5 -5
  17. package/configs/schemas/fileBasedSchemas/uiComponentsFile.schema.json +5 -5
  18. package/configs/schemas/fileBasedSchemas/workspacesFile.schema.json +5 -5
  19. package/configs/schemas/finsemble.schema.json +4006 -4006
  20. package/dist/FSBL.js +1 -1
  21. package/dist/clients/Interop/FinsembleDesktopAgent.md +154 -154
  22. package/dist/clients/Interop/tsconfig.json +7 -7
  23. package/dist/clients/Startup/README.md +28 -28
  24. package/dist/clients/dragAndDropAssets/dragAndDropScrim.css +54 -54
  25. package/dist/clients/dragAndDropAssets/ff-delete-circle.svg +10 -10
  26. package/dist/clients/dragAndDropAssets/ff-share.svg +13 -13
  27. package/dist/components/system/notification/ff-close.svg +14 -14
  28. package/dist/components/system/notification/finsemble_logo_white.svg +15 -15
  29. package/dist/components/system/notification/notification.html +155 -155
  30. package/dist/configs/core/config.json +214 -214
  31. package/dist/configs/core/securityPolicies.json +24 -24
  32. package/dist/configs/core/services.json +233 -233
  33. package/dist/configs/schemas/README.md +1 -1
  34. package/dist/configs/schemas/fileBasedSchemas/appdConfigFile.schema.json +5 -5
  35. package/dist/configs/schemas/fileBasedSchemas/applicationConfigFile.schema.json +5 -5
  36. package/dist/configs/schemas/fileBasedSchemas/componentsFile.schema.json +5 -5
  37. package/dist/configs/schemas/fileBasedSchemas/coreConfigFile.schema.json +5 -5
  38. package/dist/configs/schemas/fileBasedSchemas/dashbarFile.schema.json +5 -5
  39. package/dist/configs/schemas/fileBasedSchemas/manifestFile.schema.json +5 -5
  40. package/dist/configs/schemas/fileBasedSchemas/securityPoliciesFile.schema.json +5 -5
  41. package/dist/configs/schemas/fileBasedSchemas/servicesFile.schema.json +5 -5
  42. package/dist/configs/schemas/fileBasedSchemas/uiComponentsFile.schema.json +5 -5
  43. package/dist/configs/schemas/fileBasedSchemas/workspacesFile.schema.json +5 -5
  44. package/dist/configs/schemas/finsemble.schema.json +4006 -4006
  45. package/dist/finsemble-javascript-adapter.js +1 -1
  46. package/dist/index.js +1 -1
  47. package/dist/javascript-adapter-example-app.html +37 -37
  48. package/dist/services/Interop/DevTools.tsx +71 -71
  49. package/dist/services/Interop/Interop.html +15 -15
  50. package/dist/services/Interop/InteropService.js +1 -1
  51. package/dist/services/Interop/InteropService.md +148 -148
  52. package/dist/services/Interop/InteropServiceUI.css +12 -12
  53. package/dist/services/Interop/InteropServiceUI.js +1 -1
  54. package/dist/services/Interop/InteropServiceUI.tsx +39 -39
  55. package/dist/services/Interop/devtoolsEnhancer.tsx +63 -63
  56. package/dist/services/Interop/tsconfig.json +7 -7
  57. package/dist/services/ServiceTemplate.md +39 -39
  58. package/dist/services/assimilation/assimilation.html +18 -18
  59. package/dist/services/assimilation/assimilationService.js +1 -1
  60. package/dist/services/authentication/authentication.html +17 -17
  61. package/dist/services/authentication/authenticationService.js +1 -1
  62. package/dist/services/authentication/dialogSignOn.html +199 -199
  63. package/dist/services/config/config.html +17 -17
  64. package/dist/services/config/configService.js +1 -1
  65. package/dist/services/dataStore/dataStore.html +18 -18
  66. package/dist/services/dataStore/dataStoreService.js +1 -1
  67. package/dist/services/hotkeys/hotkeys.html +18 -18
  68. package/dist/services/hotkeys/hotkeysService.js +1 -1
  69. package/dist/services/linker/linker.html +18 -18
  70. package/dist/services/linker/linkerService.js +1 -1
  71. package/dist/services/logger/logger.html +18 -18
  72. package/dist/services/logger/loggerService.js +1 -1
  73. package/dist/services/logger/loggerUI.js +1 -1
  74. package/dist/services/logger/src/app.css +860 -860
  75. package/dist/services/logger/src/components/Views/Logs/rightPanel/consoleView.css +379 -379
  76. package/dist/services/logger/src/components/objectInspector/README.md +1 -1
  77. package/dist/services/notification/notification.html +11 -11
  78. package/dist/services/notification/notificationService.js +1 -1
  79. package/dist/services/preferences/preferencesService.js +1 -1
  80. package/dist/services/router/router.html +18 -18
  81. package/dist/services/router/routerService.js +1 -1
  82. package/dist/services/search/search.html +17 -17
  83. package/dist/services/search/searchService.js +1 -1
  84. package/dist/services/storage/adapters/instrumentedIndexedDBAdapter.js +1 -1
  85. package/dist/services/storage/storage.html +17 -17
  86. package/dist/services/storage/storageService.js +1 -1
  87. package/dist/services/systemManager/bootTasks/testTasks/_aReadMe.md +119 -119
  88. package/dist/services/systemManager/systemManager.html +24 -24
  89. package/dist/services/systemManager/systemManager.js +1 -1
  90. package/dist/services/window/Docking/GroupRequirements.md +18 -18
  91. package/dist/services/window/Splintering/SplinterAgentSlave.html +13 -13
  92. package/dist/services/window/Splintering/SplinterAgentSlave.js +1 -1
  93. package/dist/services/window/Splintering/Splintering.md +118 -118
  94. package/dist/services/window/StackedWindowManager/StackRequirements.md +23 -23
  95. package/dist/services/window/WindowBehaviorRequirements.md +25 -25
  96. package/dist/services/window/windowService.html +10 -10
  97. package/dist/services/window/windowService.js +1 -1
  98. package/dist/services/workspace/dev-docs/importExportFormat.md +51 -51
  99. package/dist/services/workspace/dev-docs/remotelyPersistedWorkspaces.md +62 -62
  100. package/dist/services/workspace/workspace.html +18 -18
  101. package/dist/services/workspace/workspace.schema.json +48 -48
  102. package/dist/services/workspace/workspaceService.js +1 -1
  103. package/package.json +1 -1
  104. package/tsconfig.json +23 -23
  105. package/types/index.d.ts +40 -55
  106. package/types/index.tsbuildinfo +1 -1
  107. package/types.tsconfig.json +15 -15
@@ -1,379 +1,379 @@
1
- /*
2
- * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.
3
- * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>
4
- *
5
- * Redistribution and use in source and binary forms, with or without
6
- * modification, are permitted provided that the following conditions
7
- * are met:
8
- *
9
- * 1. Redistributions of source code must retain the above copyright
10
- * notice, this list of conditions and the following disclaimer.
11
- * 2. Redistributions in binary form must reproduce the above copyright
12
- * notice, this list of conditions and the following disclaimer in the
13
- * documentation and/or other materials provided with the distribution.
14
- * 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
15
- * its contributors may be used to endorse or promote products derived
16
- * from this software without specific prior written permission.
17
- *
18
- * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
19
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21
- * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
22
- * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
23
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
24
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
25
- * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
- */
29
-
30
- .console-view {
31
- background-color: white;
32
- overflow: hidden;
33
- }
34
-
35
- .console-view > .toolbar {
36
- border-bottom: 1px solid #dadada;
37
- }
38
-
39
- .console-view-wrapper {
40
- background-color: #eee;
41
- }
42
-
43
- .console-view-fix-select-all {
44
- height: 0;
45
- overflow: hidden;
46
- }
47
-
48
- .console-settings-pane {
49
- flex: none;
50
- border-bottom: 1px solid #dadada;
51
- }
52
-
53
- .console-settings-pane .toolbar {
54
- flex: 1 1;
55
- }
56
-
57
- #console-messages {
58
- flex: 1 1;
59
- padding: 2px 0;
60
- overflow-y: auto;
61
- word-wrap: break-word;
62
- -webkit-user-select: text;
63
- transform: translateZ(0);
64
- }
65
-
66
- #console-prompt {
67
- clear: right;
68
- position: relative;
69
- margin: 0 22px 0 20px;
70
- min-height: 18px; /* Sync with ConsoleViewMessage.js */
71
- }
72
-
73
- #console-prompt .CodeMirror {
74
- padding: 3px 0 1px 0;
75
- }
76
-
77
- #console-prompt .CodeMirror-line {
78
- padding-top: 0;
79
- }
80
-
81
- #console-prompt .CodeMirror-lines {
82
- padding-top: 0;
83
- }
84
-
85
- #console-prompt .console-prompt-icon {
86
- position: absolute;
87
- left: -13px;
88
- top: 5px;
89
- -webkit-user-select: none;
90
- }
91
-
92
- .console-message,
93
- .console-user-command {
94
- clear: right;
95
- position: relative;
96
- padding: 3px 22px 1px 0;
97
- margin-left: 24px;
98
- min-height: 18px; /* Sync with ConsoleViewMessage.js */
99
- flex: auto;
100
- display: flex;
101
- }
102
-
103
- .console-message > * {
104
- flex: auto;
105
- }
106
-
107
- .console-timestamp {
108
- color: gray;
109
- -webkit-user-select: none;
110
- flex: none;
111
- margin-right: 5px;
112
- }
113
-
114
- .console-message-repeat-count {
115
- margin: 2px 0 0 10px;
116
- flex: none;
117
- }
118
-
119
- .repeated-message {
120
- margin-left: 4px;
121
- }
122
-
123
- .repeated-message .console-message-stack-trace-toggle,
124
- .repeated-message > .console-message-text {
125
- flex: 1;
126
- }
127
-
128
- .console-error-level .repeated-message,
129
- .console-warning-level .repeated-message,
130
- .console-verbose-level .repeated-message,
131
- .console-info-level .repeated-message {
132
- display: flex;
133
- }
134
-
135
- .console-info {
136
- color: rgb(128, 128, 128);
137
- font-style: italic;
138
- padding-bottom: 2px;
139
- }
140
-
141
- .console-group .console-group > .console-group-messages {
142
- margin-left: 16px;
143
- }
144
-
145
- .console-group-title {
146
- font-weight: bold;
147
- }
148
-
149
- .expand-group-icon {
150
- -webkit-user-select: none;
151
- position: absolute;
152
- background-color: rgb(110, 110, 110);
153
- left: -14px;
154
- }
155
-
156
- .console-group {
157
- position: relative;
158
- }
159
-
160
- .console-message-wrapper {
161
- display: flex;
162
- border-bottom: 1px solid rgb(240, 240, 240);
163
- }
164
-
165
- .console-message-wrapper.console-adjacent-user-command-result {
166
- border-bottom: none;
167
- }
168
-
169
- .console-message-wrapper.console-error-level {
170
- border-top: 1px solid hsl(0, 100%, 92%);
171
- border-bottom: 1px solid hsl(0, 100%, 92%);
172
- margin-top: -1px;
173
- }
174
-
175
- .console-message-wrapper.console-warning-level {
176
- border-top: 1px solid hsl(50, 100%, 88%);
177
- border-bottom: 1px solid hsl(50, 100%, 88%);
178
- margin-top: -1px;
179
- }
180
-
181
- .console-message-wrapper .nesting-level-marker {
182
- width: 14px;
183
- flex: 0 0 auto;
184
- border-right: 1px solid #a5a5a5;
185
- position: relative;
186
- margin-bottom: -1px;
187
- }
188
-
189
- .console-message-wrapper:last-child .nesting-level-marker::before,
190
- .console-message-wrapper .nesting-level-marker.group-closed::before {
191
- content: "";
192
- }
193
-
194
- .console-message-wrapper .nesting-level-marker::before {
195
- border-bottom: 1px solid #a5a5a5;
196
- position: absolute;
197
- top: 0;
198
- left: 0;
199
- margin-left: 100%;
200
- width: 3px;
201
- height: 100%;
202
- box-sizing: border-box;
203
- }
204
-
205
- .console-error-level {
206
- background-color: hsl(0, 100%, 97%);
207
- }
208
-
209
- .-theme-with-dark-background .console-error-level {
210
- background-color: hsl(0, 100%, 8%);
211
- }
212
-
213
- .console-warning-level {
214
- background-color: hsl(50, 100%, 95%);
215
- }
216
-
217
- .-theme-with-dark-background .console-warning-level {
218
- background-color: hsl(50, 100%, 10%);
219
- }
220
-
221
- .console-warning-level .console-message-text {
222
- color: hsl(39, 100%, 18%);
223
- }
224
-
225
- .console-error-level .console-message-text,
226
- .console-error-level .console-view-object-properties-section {
227
- color: red !important;
228
- }
229
-
230
- .-theme-with-dark-background .console-error-level .console-message-text,
231
- .-theme-with-dark-background .console-error-level .console-view-object-properties-section {
232
- color: hsl(0, 100%, 75%) !important;
233
- }
234
-
235
- .-theme-with-dark-background .console-verbose-level .console-message-text {
236
- color: hsl(220, 100%, 65%) !important;
237
- }
238
-
239
- .console-message.console-warning-level {
240
- background-color: rgb(255, 250, 224);
241
- }
242
-
243
- #console-messages .link {
244
- text-decoration: underline;
245
- }
246
-
247
- #console-messages .link,
248
- #console-messages .devtools-link {
249
- color: rgb(33%, 33%, 33%);
250
- cursor: pointer;
251
- word-break: break-all;
252
- }
253
-
254
- #console-messages .link:hover,
255
- #console-messages .devtools-link:hover {
256
- color: rgb(15%, 15%, 15%);
257
- }
258
-
259
- .console-group-messages .section {
260
- margin: 0 0 0 12px !important;
261
- }
262
-
263
- .console-group-messages .section > .header {
264
- padding: 0 8px 0 0;
265
- background-image: none;
266
- border: none;
267
- min-height: 0;
268
- }
269
-
270
- .console-group-messages .section > .header::before {
271
- margin-left: -12px;
272
- }
273
-
274
- .console-group-messages .section > .header .title {
275
- color: #222;
276
- font-weight: normal;
277
- line-height: 13px;
278
- }
279
-
280
- .console-group-messages .section .properties li .info {
281
- padding-top: 0;
282
- padding-bottom: 0;
283
- color: rgb(60%, 60%, 60%);
284
- }
285
-
286
- .console-object-preview {
287
- white-space: normal;
288
- word-wrap: break-word;
289
- font-style: italic;
290
- }
291
-
292
- .console-object-preview .name {
293
- /* Follows .section .properties .name, .event-properties .name */
294
- color: rgb(136, 19, 145);
295
- flex-shrink: 0;
296
- }
297
-
298
- .console-message-text .object-value-string {
299
- white-space: pre-wrap;
300
- }
301
-
302
- .console-message-formatted-table {
303
- clear: both;
304
- }
305
-
306
- .console-message-anchor {
307
- float: right;
308
- text-align: right;
309
- max-width: 100%;
310
- margin-left: 4px;
311
- }
312
-
313
- .console-message-badge {
314
- float: right;
315
- margin-left: 4px;
316
- }
317
-
318
- .console-message-nowrap-below,
319
- .console-message-nowrap-below div,
320
- .console-message-nowrap-below span {
321
- white-space: nowrap !important;
322
- }
323
-
324
- .object-state-note {
325
- display: inline-block;
326
- width: 11px;
327
- height: 11px;
328
- color: white;
329
- text-align: center;
330
- border-radius: 3px;
331
- line-height: 13px;
332
- margin: 0 6px;
333
- font-size: 9px;
334
- }
335
-
336
- .-theme-with-dark-background .object-state-note {
337
- background-color: hsl(230, 100%, 80%);
338
- }
339
-
340
- .info-note {
341
- background-color: rgb(179, 203, 247);
342
- }
343
-
344
- .info-note::before {
345
- content: "i";
346
- }
347
-
348
- .console-view-object-properties-section:not(.expanded) .info-note {
349
- display: none;
350
- }
351
-
352
- .console-view-object-properties-section {
353
- padding: 0px;
354
- position: relative;
355
- vertical-align: baseline;
356
- color: inherit;
357
- display: inline-block;
358
- }
359
-
360
- .console-message-stack-trace-toggle {
361
- display: flex;
362
- flex-direction: row;
363
- align-items: flex-start;
364
- }
365
-
366
- .console-message-stack-trace-wrapper {
367
- flex: 1 1 auto;
368
- display: flex;
369
- flex-direction: column;
370
- align-items: stretch;
371
- }
372
-
373
- .console-message-stack-trace-wrapper > * {
374
- flex: none;
375
- }
376
-
377
- .console-message-expand-icon {
378
- margin-bottom: -2px;
379
- }
1
+ /*
2
+ * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.
3
+ * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>
4
+ *
5
+ * Redistribution and use in source and binary forms, with or without
6
+ * modification, are permitted provided that the following conditions
7
+ * are met:
8
+ *
9
+ * 1. Redistributions of source code must retain the above copyright
10
+ * notice, this list of conditions and the following disclaimer.
11
+ * 2. Redistributions in binary form must reproduce the above copyright
12
+ * notice, this list of conditions and the following disclaimer in the
13
+ * documentation and/or other materials provided with the distribution.
14
+ * 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
15
+ * its contributors may be used to endorse or promote products derived
16
+ * from this software without specific prior written permission.
17
+ *
18
+ * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
19
+ * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20
+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21
+ * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
22
+ * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
23
+ * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
24
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
25
+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27
+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
+ */
29
+
30
+ .console-view {
31
+ background-color: white;
32
+ overflow: hidden;
33
+ }
34
+
35
+ .console-view > .toolbar {
36
+ border-bottom: 1px solid #dadada;
37
+ }
38
+
39
+ .console-view-wrapper {
40
+ background-color: #eee;
41
+ }
42
+
43
+ .console-view-fix-select-all {
44
+ height: 0;
45
+ overflow: hidden;
46
+ }
47
+
48
+ .console-settings-pane {
49
+ flex: none;
50
+ border-bottom: 1px solid #dadada;
51
+ }
52
+
53
+ .console-settings-pane .toolbar {
54
+ flex: 1 1;
55
+ }
56
+
57
+ #console-messages {
58
+ flex: 1 1;
59
+ padding: 2px 0;
60
+ overflow-y: auto;
61
+ word-wrap: break-word;
62
+ -webkit-user-select: text;
63
+ transform: translateZ(0);
64
+ }
65
+
66
+ #console-prompt {
67
+ clear: right;
68
+ position: relative;
69
+ margin: 0 22px 0 20px;
70
+ min-height: 18px; /* Sync with ConsoleViewMessage.js */
71
+ }
72
+
73
+ #console-prompt .CodeMirror {
74
+ padding: 3px 0 1px 0;
75
+ }
76
+
77
+ #console-prompt .CodeMirror-line {
78
+ padding-top: 0;
79
+ }
80
+
81
+ #console-prompt .CodeMirror-lines {
82
+ padding-top: 0;
83
+ }
84
+
85
+ #console-prompt .console-prompt-icon {
86
+ position: absolute;
87
+ left: -13px;
88
+ top: 5px;
89
+ -webkit-user-select: none;
90
+ }
91
+
92
+ .console-message,
93
+ .console-user-command {
94
+ clear: right;
95
+ position: relative;
96
+ padding: 3px 22px 1px 0;
97
+ margin-left: 24px;
98
+ min-height: 18px; /* Sync with ConsoleViewMessage.js */
99
+ flex: auto;
100
+ display: flex;
101
+ }
102
+
103
+ .console-message > * {
104
+ flex: auto;
105
+ }
106
+
107
+ .console-timestamp {
108
+ color: gray;
109
+ -webkit-user-select: none;
110
+ flex: none;
111
+ margin-right: 5px;
112
+ }
113
+
114
+ .console-message-repeat-count {
115
+ margin: 2px 0 0 10px;
116
+ flex: none;
117
+ }
118
+
119
+ .repeated-message {
120
+ margin-left: 4px;
121
+ }
122
+
123
+ .repeated-message .console-message-stack-trace-toggle,
124
+ .repeated-message > .console-message-text {
125
+ flex: 1;
126
+ }
127
+
128
+ .console-error-level .repeated-message,
129
+ .console-warning-level .repeated-message,
130
+ .console-verbose-level .repeated-message,
131
+ .console-info-level .repeated-message {
132
+ display: flex;
133
+ }
134
+
135
+ .console-info {
136
+ color: rgb(128, 128, 128);
137
+ font-style: italic;
138
+ padding-bottom: 2px;
139
+ }
140
+
141
+ .console-group .console-group > .console-group-messages {
142
+ margin-left: 16px;
143
+ }
144
+
145
+ .console-group-title {
146
+ font-weight: bold;
147
+ }
148
+
149
+ .expand-group-icon {
150
+ -webkit-user-select: none;
151
+ position: absolute;
152
+ background-color: rgb(110, 110, 110);
153
+ left: -14px;
154
+ }
155
+
156
+ .console-group {
157
+ position: relative;
158
+ }
159
+
160
+ .console-message-wrapper {
161
+ display: flex;
162
+ border-bottom: 1px solid rgb(240, 240, 240);
163
+ }
164
+
165
+ .console-message-wrapper.console-adjacent-user-command-result {
166
+ border-bottom: none;
167
+ }
168
+
169
+ .console-message-wrapper.console-error-level {
170
+ border-top: 1px solid hsl(0, 100%, 92%);
171
+ border-bottom: 1px solid hsl(0, 100%, 92%);
172
+ margin-top: -1px;
173
+ }
174
+
175
+ .console-message-wrapper.console-warning-level {
176
+ border-top: 1px solid hsl(50, 100%, 88%);
177
+ border-bottom: 1px solid hsl(50, 100%, 88%);
178
+ margin-top: -1px;
179
+ }
180
+
181
+ .console-message-wrapper .nesting-level-marker {
182
+ width: 14px;
183
+ flex: 0 0 auto;
184
+ border-right: 1px solid #a5a5a5;
185
+ position: relative;
186
+ margin-bottom: -1px;
187
+ }
188
+
189
+ .console-message-wrapper:last-child .nesting-level-marker::before,
190
+ .console-message-wrapper .nesting-level-marker.group-closed::before {
191
+ content: "";
192
+ }
193
+
194
+ .console-message-wrapper .nesting-level-marker::before {
195
+ border-bottom: 1px solid #a5a5a5;
196
+ position: absolute;
197
+ top: 0;
198
+ left: 0;
199
+ margin-left: 100%;
200
+ width: 3px;
201
+ height: 100%;
202
+ box-sizing: border-box;
203
+ }
204
+
205
+ .console-error-level {
206
+ background-color: hsl(0, 100%, 97%);
207
+ }
208
+
209
+ .-theme-with-dark-background .console-error-level {
210
+ background-color: hsl(0, 100%, 8%);
211
+ }
212
+
213
+ .console-warning-level {
214
+ background-color: hsl(50, 100%, 95%);
215
+ }
216
+
217
+ .-theme-with-dark-background .console-warning-level {
218
+ background-color: hsl(50, 100%, 10%);
219
+ }
220
+
221
+ .console-warning-level .console-message-text {
222
+ color: hsl(39, 100%, 18%);
223
+ }
224
+
225
+ .console-error-level .console-message-text,
226
+ .console-error-level .console-view-object-properties-section {
227
+ color: red !important;
228
+ }
229
+
230
+ .-theme-with-dark-background .console-error-level .console-message-text,
231
+ .-theme-with-dark-background .console-error-level .console-view-object-properties-section {
232
+ color: hsl(0, 100%, 75%) !important;
233
+ }
234
+
235
+ .-theme-with-dark-background .console-verbose-level .console-message-text {
236
+ color: hsl(220, 100%, 65%) !important;
237
+ }
238
+
239
+ .console-message.console-warning-level {
240
+ background-color: rgb(255, 250, 224);
241
+ }
242
+
243
+ #console-messages .link {
244
+ text-decoration: underline;
245
+ }
246
+
247
+ #console-messages .link,
248
+ #console-messages .devtools-link {
249
+ color: rgb(33%, 33%, 33%);
250
+ cursor: pointer;
251
+ word-break: break-all;
252
+ }
253
+
254
+ #console-messages .link:hover,
255
+ #console-messages .devtools-link:hover {
256
+ color: rgb(15%, 15%, 15%);
257
+ }
258
+
259
+ .console-group-messages .section {
260
+ margin: 0 0 0 12px !important;
261
+ }
262
+
263
+ .console-group-messages .section > .header {
264
+ padding: 0 8px 0 0;
265
+ background-image: none;
266
+ border: none;
267
+ min-height: 0;
268
+ }
269
+
270
+ .console-group-messages .section > .header::before {
271
+ margin-left: -12px;
272
+ }
273
+
274
+ .console-group-messages .section > .header .title {
275
+ color: #222;
276
+ font-weight: normal;
277
+ line-height: 13px;
278
+ }
279
+
280
+ .console-group-messages .section .properties li .info {
281
+ padding-top: 0;
282
+ padding-bottom: 0;
283
+ color: rgb(60%, 60%, 60%);
284
+ }
285
+
286
+ .console-object-preview {
287
+ white-space: normal;
288
+ word-wrap: break-word;
289
+ font-style: italic;
290
+ }
291
+
292
+ .console-object-preview .name {
293
+ /* Follows .section .properties .name, .event-properties .name */
294
+ color: rgb(136, 19, 145);
295
+ flex-shrink: 0;
296
+ }
297
+
298
+ .console-message-text .object-value-string {
299
+ white-space: pre-wrap;
300
+ }
301
+
302
+ .console-message-formatted-table {
303
+ clear: both;
304
+ }
305
+
306
+ .console-message-anchor {
307
+ float: right;
308
+ text-align: right;
309
+ max-width: 100%;
310
+ margin-left: 4px;
311
+ }
312
+
313
+ .console-message-badge {
314
+ float: right;
315
+ margin-left: 4px;
316
+ }
317
+
318
+ .console-message-nowrap-below,
319
+ .console-message-nowrap-below div,
320
+ .console-message-nowrap-below span {
321
+ white-space: nowrap !important;
322
+ }
323
+
324
+ .object-state-note {
325
+ display: inline-block;
326
+ width: 11px;
327
+ height: 11px;
328
+ color: white;
329
+ text-align: center;
330
+ border-radius: 3px;
331
+ line-height: 13px;
332
+ margin: 0 6px;
333
+ font-size: 9px;
334
+ }
335
+
336
+ .-theme-with-dark-background .object-state-note {
337
+ background-color: hsl(230, 100%, 80%);
338
+ }
339
+
340
+ .info-note {
341
+ background-color: rgb(179, 203, 247);
342
+ }
343
+
344
+ .info-note::before {
345
+ content: "i";
346
+ }
347
+
348
+ .console-view-object-properties-section:not(.expanded) .info-note {
349
+ display: none;
350
+ }
351
+
352
+ .console-view-object-properties-section {
353
+ padding: 0px;
354
+ position: relative;
355
+ vertical-align: baseline;
356
+ color: inherit;
357
+ display: inline-block;
358
+ }
359
+
360
+ .console-message-stack-trace-toggle {
361
+ display: flex;
362
+ flex-direction: row;
363
+ align-items: flex-start;
364
+ }
365
+
366
+ .console-message-stack-trace-wrapper {
367
+ flex: 1 1 auto;
368
+ display: flex;
369
+ flex-direction: column;
370
+ align-items: stretch;
371
+ }
372
+
373
+ .console-message-stack-trace-wrapper > * {
374
+ flex: none;
375
+ }
376
+
377
+ .console-message-expand-icon {
378
+ margin-bottom: -2px;
379
+ }