@bryntum/scheduler-trial 7.3.0 → 7.3.1

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 (45) hide show
  1. package/README.md +1 -1
  2. package/fluent2-dark.css +2 -325
  3. package/fluent2-light.css +2 -325
  4. package/fonts/Montserrat.woff2 +0 -0
  5. package/fonts/RobotoFlex.woff2 +0 -0
  6. package/fonts/poppins-v20-latin-100.woff +0 -0
  7. package/fonts/poppins-v20-latin-100.woff2 +0 -0
  8. package/fonts/poppins-v20-latin-200.woff +0 -0
  9. package/fonts/poppins-v20-latin-200.woff2 +0 -0
  10. package/fonts/poppins-v20-latin-300.woff +0 -0
  11. package/fonts/poppins-v20-latin-300.woff2 +0 -0
  12. package/fonts/poppins-v20-latin-500.woff +0 -0
  13. package/fonts/poppins-v20-latin-500.woff2 +0 -0
  14. package/fonts/poppins-v20-latin-600.woff +0 -0
  15. package/fonts/poppins-v20-latin-600.woff2 +0 -0
  16. package/fonts/poppins-v20-latin-700.woff +0 -0
  17. package/fonts/poppins-v20-latin-700.woff2 +0 -0
  18. package/fonts/poppins-v20-latin-800.woff +0 -0
  19. package/fonts/poppins-v20-latin-800.woff2 +0 -0
  20. package/fonts/poppins-v20-latin-900.woff +0 -0
  21. package/fonts/poppins-v20-latin-900.woff2 +0 -0
  22. package/fonts/poppins-v20-latin-regular.woff +0 -0
  23. package/fonts/poppins-v20-latin-regular.woff2 +0 -0
  24. package/high-contrast-dark.css +2 -325
  25. package/high-contrast-light.css +2 -325
  26. package/material3-dark.css +2 -325
  27. package/material3-light.css +2 -325
  28. package/package.json +1 -1
  29. package/scheduler.css +2 -325
  30. package/scheduler.d.ts +2453 -2376
  31. package/scheduler.lwc.module.d.ts +0 -323
  32. package/scheduler.module.d.ts +0 -323
  33. package/scheduler.module.js +59 -382
  34. package/scheduler.thin.d.ts +1327 -1500
  35. package/scheduler.umd.d.ts +0 -323
  36. package/scheduler.umd.js +57 -380
  37. package/scheduler.wc.module.d.ts +0 -323
  38. package/stockholm-dark.css +2 -325
  39. package/stockholm-light.css +2 -325
  40. package/svalbard-dark.css +2 -325
  41. package/svalbard-light.css +2 -325
  42. package/visby-dark.css +2 -325
  43. package/visby-light.css +2 -325
  44. package/scheduler.lwc.module.js +0 -324
  45. package/scheduler.wc.module.js +0 -431
@@ -1,325 +1,2 @@
1
- @charset "UTF-8";
2
- /*!
3
- *
4
- * Bryntum Scheduler 7.3.0 (TRIAL VERSION)
5
- *
6
- * Copyright(c) 2026 Bryntum AB
7
- * https://bryntum.com/contact
8
- * https://bryntum.com/license
9
- *
10
- * Bryntum incorporates third-party code licensed under the MIT and Apache-2.0 licenses.
11
- * See the licenses below or visit https://bryntum.com/products/scheduler/docs/guide/Scheduler/licenses
12
- *
13
- * # Third Party Notices
14
- *
15
- * Bryntum uses the following third party libraries:
16
- *
17
- * * [Font Awesome 6 Free](https://fontawesome.com/license/free) (MIT/SIL OFL 1.1)
18
- * * [Roboto font (for Material theme only)](https://github.com/google/roboto) (Apache-2.0)
19
- * * [Styling Cross-Browser Compatible Range Inputs with Sass](https://github.com/darlanrod/input-range-sass) (MIT)
20
- * * [Tree Walker polyfill (only applies to Salesforce)](https://github.com/Krinkle/dom-TreeWalker-polyfill) (MIT)
21
- * * [chronograph](https://github.com/bryntum/chronograph) (MIT)
22
- * * [later.js](https://github.com/bunkat/later) (MIT)
23
- * * [Monaco editor (only used in our demos)](https://microsoft.github.io/monaco-editor) (MIT)
24
- * * Map/Set polyfill to fix performance issues for Salesforce LWS (MIT)
25
- * * [Chart.js (when using Chart package)](https://github.com/chartjs/Chart.js) (MIT)
26
- *
27
- * Note: the **chronograph** and **later.js** libraries are used in Bryntum Scheduler Pro and Bryntum Gantt, but they are
28
- * listed for all Bryntum products since the distribution contains trial versions of the thin bundles for all other
29
- * products. TreeWalker is only used in the LWC bundle for Salesforce. Roboto font is only used in the material theme.
30
- *
31
- * ## Font Awesome 6 Free
32
- *
33
- * [Font Awesome Free 6 by @fontawesome](https://fontawesome.com/)
34
- *
35
- * Font Awesome Free is free, open source, and GPL friendly. You can use it for commercial projects, open source projects,
36
- * or really almost whatever you want.
37
- *
38
- * [Full Font Awesome Free license](https://fontawesome.com/license/free)
39
- *
40
- * ## Roboto font
41
- *
42
- * [Apache License Version 2.0, January 2004](https://www.apache.org/licenses/LICENSE-2.0)
43
- *
44
- * TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
45
- *
46
- * 1. Definitions.
47
- *
48
- * "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9
49
- * of this document.
50
- *
51
- * "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
52
- *
53
- * "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are
54
- * under common control with that entity. For the purposes of this definition,
55
- * "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by
56
- * contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial
57
- * ownership of such entity.
58
- *
59
- * "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
60
- *
61
- * "Source" form shall mean the preferred form for making modifications, including but not limited to software source code,
62
- * documentation source, and configuration files.
63
- *
64
- * "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including
65
- * but not limited to compiled object code, generated documentation, and conversions to other media types.
66
- *
67
- * "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as
68
- * indicated by a copyright notice that is included in or attached to the work
69
- * (an example is provided in the Appendix below).
70
- *
71
- * "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work
72
- * and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an
73
- * original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain
74
- * separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
75
- *
76
- * "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or
77
- * additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the
78
- * Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner.
79
- * For the purposes of this definition, "submitted"
80
- * means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including
81
- * but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems
82
- * that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding
83
- * communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a
84
- * Contribution."
85
- *
86
- * "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received
87
- * by Licensor and subsequently incorporated within the Work.
88
- *
89
- * 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to
90
- * You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce,
91
- * prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such
92
- * Derivative Works in Source or Object form.
93
- *
94
- * 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a
95
- * perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable
96
- * (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise
97
- * transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are
98
- * necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s)
99
- * with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (
100
- * including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within
101
- * the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this
102
- * License for that Work shall terminate as of the date such litigation is filed.
103
- *
104
- * 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with
105
- * or without modifications, and in Source or Object form, provided that You meet the following conditions:
106
- *
107
- * (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
108
- *
109
- * (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
110
- *
111
- * (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark,
112
- * and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the
113
- * Derivative Works; and
114
- *
115
- * (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute
116
- * must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that
117
- * do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file
118
- * distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the
119
- * Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices
120
- * normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You
121
- * may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the
122
- * NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the
123
- * License.
124
- *
125
- * You may add Your own copyright statement to Your modifications and may provide additional or different license terms and
126
- * conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole,
127
- * provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this
128
- * License.
129
- *
130
- * 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for
131
- * inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any
132
- * additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any
133
- * separate license agreement you may have executed with Licensor regarding such Contributions.
134
- *
135
- * 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product
136
- * names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and
137
- * reproducing the content of the NOTICE file.
138
- *
139
- * 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and
140
- * each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
141
- * either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT,
142
- * MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness
143
- * of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this
144
- * License.
145
- *
146
- * 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or
147
- * otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing,
148
- * shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or
149
- * consequential damages of any character arising as a result of this License or out of the use or inability to use the
150
- * Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or
151
- * any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such
152
- * damages.
153
- *
154
- * 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose
155
- * to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or
156
- * rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and
157
- * on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and
158
- * hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason
159
- * of your accepting any such warranty or additional liability.
160
- *
161
- * END OF TERMS AND CONDITIONS
162
- *
163
- * APPENDIX: How to apply the Apache License to your work.
164
- *
165
- * To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by
166
- * brackets "[]"
167
- * replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the
168
- * appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose
169
- * be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
170
- *
171
- * Copyright [yyyy] [name of copyright owner]
172
- *
173
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the
174
- * License. You may obtain a copy of the License at
175
- *
176
- * [APACHE LICENSE, VERSION 2.0](http://www.apache.org/licenses/LICENSE-2.0)
177
- *
178
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "
179
- * AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
180
- * language governing permissions and limitations under the License.
181
- *
182
- * ## Styling Cross-Browser Compatible Range Inputs with Sass
183
- *
184
- * Github: [input-range-sass](https://github.com/darlanrod/input-range-sass)
185
- *
186
- * Author: [Darlan Rod](https://github.com/darlanrod)
187
- *
188
- * Version 1.4.1
189
- *
190
- * The MIT License (MIT)
191
- *
192
- * Copyright (c) 2016 Darlan Rod
193
- *
194
- * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
195
- * documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
196
- * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
197
- * persons to whom the Software is furnished to do so, subject to the following conditions:
198
- *
199
- * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
200
- * Software.
201
- *
202
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
203
- * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
204
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
205
- * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
206
- *
207
- * ## Tree Walker polyfill
208
- *
209
- * The MIT License (MIT)
210
- *
211
- * [Copyright 2013–2017 Timo Tijhof](https://github.com/Krinkle/dom-TreeWalker-polyfill)
212
- *
213
- * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
214
- * documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
215
- * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
216
- * persons to whom the Software is furnished to do so, subject to the following conditions:
217
- *
218
- * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
219
- * Software.
220
- *
221
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
222
- * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
223
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
224
- * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
225
- *
226
- * ## chronograph
227
- *
228
- * GitHub: [chronograph](https://github.com/bryntum/chronograph)
229
- *
230
- * The MIT License (MIT)
231
- *
232
- * Copyright (c) 2023 Bryntum
233
- *
234
- * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
235
- * documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
236
- * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
237
- * persons to whom the Software is furnished to do so, subject to the following conditions:
238
- *
239
- * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
240
- * Software.
241
- *
242
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
243
- * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
244
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
245
- * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
246
- *
247
- * ## later.js
248
- *
249
- * GitHub: [later.js](https://github.com/bunkat/later)
250
- *
251
- * The MIT License (MIT)
252
- *
253
- * Copyright © 2013 BunKat
254
- *
255
- * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
256
- * documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
257
- * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
258
- * persons to whom the Software is furnished to do so, subject to the following conditions:
259
- *
260
- * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
261
- * Software.
262
- *
263
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
264
- * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
265
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
266
- * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
267
- *
268
- * ## Monaco editor
269
- *
270
- * GitHub: [Monaco editor](https://microsoft.github.io/monaco-editor) (MIT)
271
- *
272
- * The MIT License (MIT)
273
- *
274
- * Copyright (c) 2016 - present Microsoft Corporation
275
- *
276
- * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
277
- * documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
278
- * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
279
- * persons to whom the Software is furnished to do so, subject to the following conditions:
280
- *
281
- * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
282
- * Software.
283
- *
284
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
285
- * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
286
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
287
- * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
288
- *
289
- * ## Map/Set polyfill to fix performance issues for Salesforce LWS
290
- *
291
- * Copyright © 2024 Certinia Inc.
292
- *
293
- * Permission is hereby granted, free of charge, to any person obtaining a copy
294
- * of this software and associated documentation files (the "Software"), to deal
295
- * in the Software without restriction, including without limitation the rights
296
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
297
- * copies of the Software, and to permit persons to whom the Software is
298
- * furnished to do so, subject to the following conditions:
299
- *
300
- * The above copyright notice and this permission notice shall be included in all
301
- * copies or substantial portions of the Software.
302
- *
303
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
304
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
305
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
306
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
307
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
308
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
309
- * SOFTWARE.
310
- *
311
- * ## Chart.js
312
- *
313
- * GitHub: [Chart.js](https://github.com/chartjs/Chart.js)
314
- *
315
- * The MIT License (MIT)
316
- *
317
- * Copyright (c) 2014-2022 Chart.js Contributors
318
- *
319
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
320
- * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
321
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
322
- * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
323
- *
324
- */
325
- :root:not(.b-nothing),:host(:not(.b-nothing)){--b-primary: var(--b-color-blue);--b-secondary: var(--b-color-orange);--b-color-red: #fc3e3b;--b-color-pink: #e01c63;--b-color-magenta: #ce00ce;--b-color-purple: #b539d5;--b-color-violet: #845fcf;--b-color-deep-purple: #7d5fd8;--b-color-indigo: #5e6dc9;--b-color-blue: #1879ce;--b-color-light-blue: #027eb6;--b-color-cyan: #1a8290;--b-color-teal: #008578;--b-color-green: #38863c;--b-color-light-green: #5a822b;--b-color-lime: #757b1f;--b-color-yellow: #8e7401;--b-color-amber: #9d6e00;--b-color-orange: #b16300;--b-color-deep-orange: #db3c0b;--b-color-brown: #976a5a;--b-color-lighter-gray: #767676;--b-color-light-gray: #757575;--b-color-gray: #757575;--b-neutral-100: hsl(0 0% 10%);--b-neutral-99: hsl(0 0% 10.9%);--b-neutral-98: hsl(0 0% 11.8%);--b-neutral-97: hsl(0 0% 12.7%);--b-neutral-96: hsl(0 0% 13.6%);--b-neutral-95: hsl(0 0% 14.5%);--b-neutral-94: hsl(0 0% 15.4%);--b-neutral-93: hsl(0 0% 16.3%);--b-neutral-92: hsl(0 0% 17.2%);--b-neutral-91: hsl(0 0% 18.1%);--b-neutral-90: hsl(0 0% 19%);--b-neutral-85: hsl(0 0% 23.5%);--b-neutral-80: hsl(0 0% 28%);--b-neutral-75: hsl(0 0% 32.5%);--b-neutral-70: hsl(0 0% 37%);--b-neutral-65: hsl(0 0% 41.5%);--b-neutral-60: hsl(0 0% 46%);--b-neutral-55: hsl(0 0% 50.5%);--b-neutral-50: hsl(0 0% 55%);--b-neutral-45: hsl(0 0% 59.5%);--b-neutral-40: hsl(0 0% 64%);--b-neutral-35: hsl(0 0% 68.5%);--b-neutral-30: hsl(0 0% 73%);--b-neutral-25: hsl(0 0% 77.5%);--b-neutral-20: hsl(0 0% 82%);--b-neutral-15: hsl(0 0% 86.5%);--b-neutral-10: hsl(0 0% 91%);--b-neutral-5: hsl(0 0% 95.5%);--b-neutral-2: hsl(0 0% 97.3%);--b-neutral-1: hsl(0 0% 98.2%);--b-neutral-0: hsl(0 0% 100%);--b-mix: hsl(0 0% 12%);--b-opposite: #fff;--b-border-1: var(--b-neutral-10);--b-border-2: var(--b-neutral-10);--b-border-3: var(--b-neutral-10);--b-border-4: var(--b-neutral-10);--b-border-5: var(--b-neutral-10);--b-border-6: var(--b-neutral-10);--b-border-7: var(--b-neutral-10);--b-border-8: var(--b-neutral-100);--b-border-9: var(--b-neutral-100);--b-border-10: var(--b-neutral-100);--b-text-1: var(--b-neutral-10);--b-text-2: var(--b-neutral-30);--b-text-3: var(--b-neutral-30);--b-text-4: var(--b-neutral-30);--b-text-5: var(--b-neutral-100);--b-widget-color-scheme: dark;--b-widget-border-color: var(--b-border-1);--b-widget-border-radius: .3em;--b-widget-border-radius-large: 1em;--b-widget-anchor-offset: 0px;--b-elevation-1: 0 1px 3px 0 rgb(0 0 0 /.22), 0 1px 1px 0 rgb(0 0 0 /.2), 0 2px 1px -1px rgb(0 0 0 /.18);--b-elevation-2: 0 1px 5px 0 rgb(0 0 0 /.32), 0 2px 2px 0 rgb(0 0 0 /.3), 0 3px 1px -2px rgb(0 0 0 /.28);--b-button-disabled-opacity: .8;--b-button-outlined-pressed-color: var(--b-text-5);--b-button-group-padded-border: 1px solid var(--b-widget-border-color);--b-button-group-padded-pressed-border: 1px solid var(--b-widget-border-color);--b-button-group-padded-button-opacity: 1;--b-chip-view-chip-border-color: var(--b-widget-border-color);--b-date-picker-selected-color: var(--b-text-5);--b-field-trigger-color: var(--b-widget-color);--b-panel-header-border-bottom: 1px solid var(--b-widget-border-color);--b-panel-overlay-border: 1px solid var(--b-widget-border-color);--b-popup-border: 2px solid var(--b-widget-border-color);--b-slide-toggle-height: 1.5em;--b-slide-toggle-width: 2.25em;--b-slide-toggle-thumb-offset: .2em;--b-slider-track-color: var(--b-neutral-65);--b-slider-disabled-color: var(--b-neutral-60);--b-slider-disabled-thumb-color: var(--b-neutral-60);--b-slider-disabled-track-color: var(--b-neutral-75);--b-text-field-focus-border-width: 2px;--b-text-field-filled-border-width: 1px;--b-text-field-outlined-focus-border-width: 2px;--b-text-field-placeholder-font-style: italic;--b-grid-header-font-weight: 700;--b-grid-cell-focused-outline-width: 2px;--b-grid-cell-focused-outline-offset: -3px;--b-action-column-row-hover-color: var(--b-text-5);--b-percent-column-bar-border: 1px solid var(--b-widget-border-color);--b-percent-column-bar-max-height: 1.5em;--b-percent-column-circle-thickness: 1em;--b-percent-column-circle-background: var(--b-neutral-80);--b-rating-column-filled-color: var(--b-color-orange);--b-rating-column-empty-color: var(--b-neutral-80);--b-resource-info-column-role-color: var(--b-neutral-30);--b-resource-info-column-role-row-hover-color: var(--b-neutral-100);--b-column-drag-toolbar-opacity: .9;--b-column-drag-toolbar-hover-opacity: 1;--b-group-header-font-weight: 600;--b-locked-rows-separator-color: var(--b-widget-border-color);--b-locked-rows-separator-width: 2px;--b-row-reorder-proxy-opacity: 1;--b-stripe-border-width: 1px;--b-stripe-odd-color: var(--b-neutral-96);--b-region-resize-button-color: var(--b-neutral-100);--b-region-resize-button-hover-color: var(--b-primary);--b-tree-expander-row-hover-color: var(--b-text-5);--b-tree-icon-row-hover-color: var(--b-text-5);--b-column-lines-tick-color: var(--b-neutral-80);--b-dependency-stroke-width: 2;--b-dependency-hover-stroke-width: 3;--b-dependency-terminal-border-width: 2px;--b-dependency-terminal-offset: -6px;--b-event-label-background: var(--b-neutral-100);--b-resource-time-range-background-transparency: 80%;--b-non-working-time-background: var(--b-neutral-60);--b-resource-non-working-time-background-opacity: 75%;--b-histogram-outline-color: var(--b-color-red);--b-segment-link-width: 2px;--b-resource-utilization-bar-legend-text-fill: var(--b-text-5);--b-resource-utilization-bar-color: color-mix(in srgb, var(--b-color-green), var(--b-opposite) 30%);--b-resource-utilization-bar-hover-color: color-mix(in srgb, var(--b-color-green), var(--b-opposite) 40%);--b-resource-utilization-underallocated-bar-color: var(--b-color-green);--b-resource-utilization-underallocated-bar-hover-color: color-mix(in srgb, var(--b-color-green), var(--b-opposite) 10%);--b-resource-utilization-overallocated-bar-color: var(--b-color-red);--b-resource-utilization-overallocated-bar-hover-color: color-mix(in srgb, var(--b-color-red), var(--b-opposite) 10%);--b-resource-utilization-assignment-bar-legend-text-fill: var(--b-neutral-0);--b-resource-histogram-bar-color: var(--b-resource-utilization-bar-color);--b-resource-histogram-bar-hover-color: var(--b-resource-utilization-bar-hover-color);--b-resource-histogram-underallocated-bar-color: var(--b-resource-utilization-underallocated-bar-color);--b-resource-histogram-underallocated-bar-hover-color: var(--b-resource-utilization-underallocated-bar-hover-color);--b-resource-histogram-overallocated-bar-color: var(--b-resource-utilization-overallocated-bar-color);--b-resource-histogram-overallocated-bar-hover-color: var(--b-resource-utilization-overallocated-bar-hover-color);--b-scroll-button-border-width: 1px;--b-baseline-background: var(--b-neutral-60);--b-baseline-margin-top: 2px;--b-task-non-working-time-background: color-mix(in srgb, var(--b-neutral-65), transparent 50%);--b-critical-path-stroke: color-mix(in srgb, var(--b-color-red), var(--b-opposite) 10%);--b-gantt-parent-task-max-height: 1.5em;--b-parent-area-border: 2px solid var(--b-neutral-30);--b-gantt-progress-line-width: 2;--b-calendar-event-circle-icon-size: .7em;--b-day-view-event-selected-color: var(--b-text-5);--b-year-view-week-cell-color: var(--b-text-5);--b-year-view-week-cell-background: var(--b-neutral-40);--b-calendar-panel-other-month-color: var(--b-calendar-panel-color);--b-task-board-column-header-font-weight: 600;--b-task-board-card-border: 1px solid var(--b-widget-border-color);--b-task-board-column-count-color: var(--b-text-5);--b-task-board-column-count-background: var(--b-neutral-40);--b-task-board-progress-item-background: var(--b-neutral-85);--b-heatmap-start: oklab(.53 -.03 .1);--b-heatmap-end: oklab(.38 .13 .03);--b-heatmap-mix-blend-mode: hard-light}.b-bryntum:not(.b-nothing){--bi-primary-shade: var(--b-primary-30);--b-widget-focus-outline-color: var(--bi-primary-shade);--b-button-focus-outline-color: var(--bi-primary-shade);--b-checkbox-focus-outline-color: var(--bi-primary-shade);--b-button-elevated-color: var(--b-primary-10);--b-button-filled-background: var(--b-primary-20);--b-button-filled-hover-background: var(--b-primary-25);--b-button-filled-focused-background: var(--b-primary-30);--b-button-filled-active-background: var(--b-primary-30);--b-button-filled-pressed-background: var(--b-primary-35);--b-button-tonal-color: var(--b-primary-10);--b-button-outlined-color: var(--b-primary-10);--b-button-outlined-hover-border-color: var(--b-primary-30);--b-button-outlined-pressed-background: var(--bi-primary-shade);--b-button-type-text-color: var(--b-primary-10);--b-checkbox-checked-background: var(--bi-primary-shade);--b-checkbox-checked-border-color: var(--b-checkbox-checked-background);--b-checkbox-checked-hover-background: var(--bi-primary-shade);--b-clock-hand-color: var(--b-primary-20);--b-date-picker-selected-background: var(--b-primary-40);--b-date-picker-date-hover-background: var(--b-primary-40);--b-date-picker-date-hover-color: var(--b-neutral-100);--b-date-picker-selected-range-background: var(--b-primary-80);--b-list-checkbox-checked-background: var(--bi-primary-shade);--b-menu-item-hover-background: var(--b-primary-40);--b-menu-item-focus-background: var(--b-primary-30);--b-menu-item-hover-color: var(--b-text-5);--b-menu-item-focus-color: var(--b-text-5);--b-menu-item-focus-icon-color: var(--b-text-5);--b-menu-item-hover-icon-color: var(--b-text-5);--b-radio-checked-color: var(--b-neutral-100);--b-radio-checked-background: var(--bi-primary-shade);--b-radio-checked-border-color: var(--b-radio-checked-background);--b-radio-check-gap: .25em;--b-slide-toggle-background: var(--b-neutral-60);--b-slide-toggle-hover-background: var(--b-neutral-60);--b-slide-toggle-checked-hovered-thumb-background: var(--b-primary-95);--b-slide-toggle-checked-border-color: transparent;--b-slide-toggle-checked-background: var(--bi-primary-shade);--b-slide-toggle-checked-hover-background: var(--bi-primary-shade);--b-slider-color: var(--bi-primary-shade);--b-tab-indicator-color: var(--bi-primary-shade);--b-text-field-focus-border-color: var(--bi-primary-shade);--b-text-field-filled-hover-border-color: var(--bi-primary-shade);--b-toast-background: var(--b-neutral-100);--b-widget-floating-border: 2px solid var(--b-widget-border-color);--b-grid-cell-hover-background: var(--b-primary-40);--b-grid-cell-selected-background: var(--b-primary-30);--b-grid-cell-hover-selected-background: var(--b-primary-35);--b-grid-cell-selected-color: var(--b-text-5);--b-grid-cell-focused-outline-color: var(--b-primary-90);--b-grid-header-hover-background: var(--bi-primary-shade);--b-grid-header-hover-color: var(--b-text-5);--b-grid-link-color: var(--bi-primary-shade);--b-grid-row-hover-link-color: var(--b-text-5);--bi-grid-filter-icon-active-opacity: 1;--b-column-drag-toolbar-icon-color: var(--bi-primary-shade);--b-column-drag-toolbar-default-hover-background: var(--bi-primary-shade);--b-column-drag-toolbar-default-hover-color: var(--b-text-5);--b-column-drag-toolbar-default-hover-icon-color: var(--b-text-5);--b-percent-column-fill-background: var(--bi-primary-shade);--b-percent-column-bar-background: var(--b-neutral-80);--b-percent-column-value-color: var(--b-primary-10);--b-percent-column-circle-done-color: var(--bi-primary-shade);--b-calendar-highlight-background-transparency: 50%;--b-calendar-highlight-color: var(--b-primary-50);--b-calendar-highlight-border-color: var(--b-primary-50);--b-time-span-highlight-range-opacity: .7;--b-time-span-highlight-range-background: var(--b-primary-90);--b-time-span-highlight-range-border-color: var(--bi-primary-shade);--b-time-span-highlight-range-color: var(--b-primary-20);--b-time-span-highlight-unavailable-background: var(--b-neutral-80);--b-time-span-highlight-unavailable-color: var(--b-neutral-0);--b-time-range-background: var(--b-neutral-80);--b-gantt-unscheduled-task-color: var(--b-neutral-40)}.b-colorize:not(.b-nothing){--b-avatar-initials-color: var(--b-primary-10);--b-quick-find-background: var(--b-primary-85);--b-quick-find-row-hover-background: var(--b-primary-30);--b-time-range-header-background: var(--b-primary-30);--b-time-range-line-color: var(--b-primary-30);--b-non-working-time-header-background: color-mix(in oklab, var(--b-color-red), transparent 80%);--b-percent-bar-background: color-mix(in srgb, var(--b-primary), var(--b-opposite) 60%);--b-rollup-background: var(--b-primary-40);--b-calendar-event-solid-bar-background: var(--b-primary-40);--b-calendar-solid-bar-color: var(--b-primary-20);--b-calendar-event-solid-bar-opacity: 1;--b-day-view-event-border: 1px solid var(--b-primary);--b-day-view-event-color: var(--b-primary-20);--b-day-view-event-selected-body-background: var(--b-primary-50);--b-task-board-progress-item-color: var(--b-primary-40);--b-task-board-rating-item-filled-color: var(--b-primary-40)}.b-sch-resource-time-range{--b-resource-time-range-color: color-mix(in srgb, var(--b-primary), var(--b-opposite) 30%)}.b-sch-event-wrap,.b-gantt-task-wrap{--b-sch-event-indented-selected-background: color-mix(in srgb, var(--b-primary), var(--b-opposite) 40%)}.b-style-tonal,.b-style-traced,.b-style-rounded{--b-sch-event-selected-background: color-mix(in srgb, var(--b-primary), var(--b-opposite) 30%);&.b-nested-events-parent .b-sch-event,.b-sch-event,.b-gantt-task{&:not(.b-milestone,.b-segmented),&.b-milestone .b-sch-event-content:before{border:2px solid color-mix(in srgb,var(--b-primary),var(--b-opposite) 70%);--b-sch-event-border-width: 2px;--b-sch-event-color: color-mix(in srgb, var(--b-primary), var(--b-opposite) 70%)}}&.b-selected{.b-sch-event,.b-gantt-task{--b-sch-event-color: var(--b-text-5)}}}.b-style-bordered{&,.b-sch-event-segment{--b-sch-event-selected-background: color-mix(in srgb, var(--b-primary), var(--b-opposite) 30%)}}.b-style-outlined{--b-sch-event-selected-background: var(--b-primary);&.b-selected{--b-sch-event-color: var(--b-text-5)}}.b-style-calendar{.b-sch-event,.b-gantt-task{&:not(.b-milestone),&.b-milestone .b-sch-event-content:before{border-block-width:1px;border-inline-end-width:1px}}}.b-sch-horizontal .b-style-indented .b-sch-event{&:not(.b-milestone),&.b-milestone .b-sch-event-content:before{border-block:2px solid color-mix(in srgb,var(--b-primary),var(--b-opposite) 40%);border-inline-end:2px solid color-mix(in srgb,var(--b-primary),var(--b-opposite) 40%)}.b-sch-event-wrap.b-selected &{--b-sch-event-color: var(--b-text-5)}}.b-sch-vertical .b-style-indented .b-sch-event{&:not(.b-milestone),&.b-milestone .b-sch-event-content:before{border-inline:2px solid color-mix(in srgb,var(--b-primary),var(--b-opposite) 40%);border-block-end:2px solid color-mix(in srgb,var(--b-primary),var(--b-opposite) 40%)}}.b-style-gantt{.b-gantt-task,.b-sch-event{--b-sch-event-background: color-mix(in srgb, var(--b-primary), var(--b-opposite) 20%)}}.b-milestone label{padding-block:3px;background:var(--b-neutral-100)}.b-theme-info{--b-theme-name: "HighContrastDark";--b-theme-filename: "high-contrast-dark";--b-theme-button-rendition: "outlined";--b-theme-label-position: "align-before";--b-theme-overlap-label: "false";--b-theme-high-contrast: "true"}
1
+ @charset "UTF-8";:root:not(.b-nothing),:host(:not(.b-nothing)){--b-primary: var(--b-color-blue);--b-secondary: var(--b-color-orange);--b-color-red: #fc3e3b;--b-color-pink: #e01c63;--b-color-magenta: #ce00ce;--b-color-purple: #b539d5;--b-color-violet: #845fcf;--b-color-deep-purple: #7d5fd8;--b-color-indigo: #5e6dc9;--b-color-blue: #1879ce;--b-color-light-blue: #027eb6;--b-color-cyan: #1a8290;--b-color-teal: #008578;--b-color-green: #38863c;--b-color-light-green: #5a822b;--b-color-lime: #757b1f;--b-color-yellow: #8e7401;--b-color-amber: #9d6e00;--b-color-orange: #b16300;--b-color-deep-orange: #db3c0b;--b-color-brown: #976a5a;--b-color-lighter-gray: #767676;--b-color-light-gray: #757575;--b-color-gray: #757575;--b-neutral-100: hsl(0 0% 10%);--b-neutral-99: hsl(0 0% 10.9%);--b-neutral-98: hsl(0 0% 11.8%);--b-neutral-97: hsl(0 0% 12.7%);--b-neutral-96: hsl(0 0% 13.6%);--b-neutral-95: hsl(0 0% 14.5%);--b-neutral-94: hsl(0 0% 15.4%);--b-neutral-93: hsl(0 0% 16.3%);--b-neutral-92: hsl(0 0% 17.2%);--b-neutral-91: hsl(0 0% 18.1%);--b-neutral-90: hsl(0 0% 19%);--b-neutral-85: hsl(0 0% 23.5%);--b-neutral-80: hsl(0 0% 28%);--b-neutral-75: hsl(0 0% 32.5%);--b-neutral-70: hsl(0 0% 37%);--b-neutral-65: hsl(0 0% 41.5%);--b-neutral-60: hsl(0 0% 46%);--b-neutral-55: hsl(0 0% 50.5%);--b-neutral-50: hsl(0 0% 55%);--b-neutral-45: hsl(0 0% 59.5%);--b-neutral-40: hsl(0 0% 64%);--b-neutral-35: hsl(0 0% 68.5%);--b-neutral-30: hsl(0 0% 73%);--b-neutral-25: hsl(0 0% 77.5%);--b-neutral-20: hsl(0 0% 82%);--b-neutral-15: hsl(0 0% 86.5%);--b-neutral-10: hsl(0 0% 91%);--b-neutral-5: hsl(0 0% 95.5%);--b-neutral-2: hsl(0 0% 97.3%);--b-neutral-1: hsl(0 0% 98.2%);--b-neutral-0: hsl(0 0% 100%);--b-mix: hsl(0 0% 12%);--b-opposite: #fff;--b-border-1: var(--b-neutral-10);--b-border-2: var(--b-neutral-10);--b-border-3: var(--b-neutral-10);--b-border-4: var(--b-neutral-10);--b-border-5: var(--b-neutral-10);--b-border-6: var(--b-neutral-10);--b-border-7: var(--b-neutral-10);--b-border-8: var(--b-neutral-100);--b-border-9: var(--b-neutral-100);--b-border-10: var(--b-neutral-100);--b-text-1: var(--b-neutral-10);--b-text-2: var(--b-neutral-30);--b-text-3: var(--b-neutral-30);--b-text-4: var(--b-neutral-30);--b-text-5: var(--b-neutral-100);--b-widget-color-scheme: dark;--b-widget-border-color: var(--b-border-1);--b-widget-border-radius: .3em;--b-widget-border-radius-large: 1em;--b-widget-anchor-offset: 0px;--b-elevation-1: 0 1px 3px 0 rgb(0 0 0 /.22), 0 1px 1px 0 rgb(0 0 0 /.2), 0 2px 1px -1px rgb(0 0 0 /.18);--b-elevation-2: 0 1px 5px 0 rgb(0 0 0 /.32), 0 2px 2px 0 rgb(0 0 0 /.3), 0 3px 1px -2px rgb(0 0 0 /.28);--b-button-disabled-opacity: .8;--b-button-outlined-pressed-color: var(--b-text-5);--b-button-group-padded-border: 1px solid var(--b-widget-border-color);--b-button-group-padded-pressed-border: 1px solid var(--b-widget-border-color);--b-button-group-padded-button-opacity: 1;--b-chip-view-chip-border-color: var(--b-widget-border-color);--b-date-picker-selected-color: var(--b-text-5);--b-field-trigger-color: var(--b-widget-color);--b-panel-header-border-bottom: 1px solid var(--b-widget-border-color);--b-panel-overlay-border: 1px solid var(--b-widget-border-color);--b-popup-border: 2px solid var(--b-widget-border-color);--b-slide-toggle-height: 1.5em;--b-slide-toggle-width: 2.25em;--b-slide-toggle-thumb-offset: .2em;--b-slider-track-color: var(--b-neutral-65);--b-slider-disabled-color: var(--b-neutral-60);--b-slider-disabled-thumb-color: var(--b-neutral-60);--b-slider-disabled-track-color: var(--b-neutral-75);--b-text-field-focus-border-width: 2px;--b-text-field-filled-border-width: 1px;--b-text-field-outlined-focus-border-width: 2px;--b-text-field-placeholder-font-style: italic;--b-grid-header-font-weight: 700;--b-grid-cell-focused-outline-width: 2px;--b-grid-cell-focused-outline-offset: -3px;--b-action-column-row-hover-color: var(--b-text-5);--b-percent-column-bar-border: 1px solid var(--b-widget-border-color);--b-percent-column-bar-max-height: 1.5em;--b-percent-column-circle-thickness: 1em;--b-percent-column-circle-background: var(--b-neutral-80);--b-rating-column-filled-color: var(--b-color-orange);--b-rating-column-empty-color: var(--b-neutral-80);--b-resource-info-column-role-color: var(--b-neutral-30);--b-resource-info-column-role-row-hover-color: var(--b-neutral-100);--b-column-drag-toolbar-opacity: .9;--b-column-drag-toolbar-hover-opacity: 1;--b-group-header-font-weight: 600;--b-locked-rows-separator-color: var(--b-widget-border-color);--b-locked-rows-separator-width: 2px;--b-row-reorder-proxy-opacity: 1;--b-stripe-border-width: 1px;--b-stripe-odd-color: var(--b-neutral-96);--b-region-resize-button-color: var(--b-neutral-100);--b-region-resize-button-hover-color: var(--b-primary);--b-tree-expander-row-hover-color: var(--b-text-5);--b-tree-icon-row-hover-color: var(--b-text-5);--b-column-lines-tick-color: var(--b-neutral-80);--b-dependency-stroke-width: 2;--b-dependency-hover-stroke-width: 3;--b-dependency-terminal-border-width: 2px;--b-dependency-terminal-offset: -6px;--b-event-label-background: var(--b-neutral-100);--b-resource-time-range-background-transparency: 80%;--b-non-working-time-background: var(--b-neutral-60);--b-resource-non-working-time-background-opacity: 75%;--b-histogram-outline-color: var(--b-color-red);--b-segment-link-width: 2px;--b-resource-utilization-bar-legend-text-fill: var(--b-text-5);--b-resource-utilization-bar-color: color-mix(in srgb, var(--b-color-green), var(--b-opposite) 30%);--b-resource-utilization-bar-hover-color: color-mix(in srgb, var(--b-color-green), var(--b-opposite) 40%);--b-resource-utilization-underallocated-bar-color: var(--b-color-green);--b-resource-utilization-underallocated-bar-hover-color: color-mix(in srgb, var(--b-color-green), var(--b-opposite) 10%);--b-resource-utilization-overallocated-bar-color: var(--b-color-red);--b-resource-utilization-overallocated-bar-hover-color: color-mix(in srgb, var(--b-color-red), var(--b-opposite) 10%);--b-resource-utilization-assignment-bar-legend-text-fill: var(--b-neutral-0);--b-resource-histogram-bar-color: var(--b-resource-utilization-bar-color);--b-resource-histogram-bar-hover-color: var(--b-resource-utilization-bar-hover-color);--b-resource-histogram-underallocated-bar-color: var(--b-resource-utilization-underallocated-bar-color);--b-resource-histogram-underallocated-bar-hover-color: var(--b-resource-utilization-underallocated-bar-hover-color);--b-resource-histogram-overallocated-bar-color: var(--b-resource-utilization-overallocated-bar-color);--b-resource-histogram-overallocated-bar-hover-color: var(--b-resource-utilization-overallocated-bar-hover-color);--b-scroll-button-border-width: 1px;--b-baseline-background: var(--b-neutral-60);--b-baseline-margin-top: 2px;--b-task-non-working-time-background: color-mix(in srgb, var(--b-neutral-65), transparent 50%);--b-critical-path-stroke: color-mix(in srgb, var(--b-color-red), var(--b-opposite) 10%);--b-gantt-parent-task-max-height: 1.5em;--b-parent-area-border: 2px solid var(--b-neutral-30);--b-gantt-progress-line-width: 2;--b-calendar-event-circle-icon-size: .7em;--b-day-view-event-selected-color: var(--b-text-5);--b-year-view-week-cell-color: var(--b-text-5);--b-year-view-week-cell-background: var(--b-neutral-40);--b-calendar-panel-other-month-color: var(--b-calendar-panel-color);--b-task-board-column-header-font-weight: 600;--b-task-board-card-border: 1px solid var(--b-widget-border-color);--b-task-board-column-count-color: var(--b-text-5);--b-task-board-column-count-background: var(--b-neutral-40);--b-task-board-progress-item-background: var(--b-neutral-85);--b-heatmap-start: oklab(.53 -.03 .1);--b-heatmap-end: oklab(.38 .13 .03);--b-heatmap-mix-blend-mode: hard-light}.b-bryntum:not(.b-nothing){--bi-primary-shade: var(--b-primary-30);--b-widget-focus-outline-color: var(--bi-primary-shade);--b-button-focus-outline-color: var(--bi-primary-shade);--b-checkbox-focus-outline-color: var(--bi-primary-shade);--b-button-elevated-color: var(--b-primary-10);--b-button-filled-background: var(--b-primary-20);--b-button-filled-hover-background: var(--b-primary-25);--b-button-filled-focused-background: var(--b-primary-30);--b-button-filled-active-background: var(--b-primary-30);--b-button-filled-pressed-background: var(--b-primary-35);--b-button-tonal-color: var(--b-primary-10);--b-button-outlined-color: var(--b-primary-10);--b-button-outlined-hover-border-color: var(--b-primary-30);--b-button-outlined-pressed-background: var(--bi-primary-shade);--b-button-type-text-color: var(--b-primary-10);--b-checkbox-checked-background: var(--bi-primary-shade);--b-checkbox-checked-border-color: var(--b-checkbox-checked-background);--b-checkbox-checked-hover-background: var(--bi-primary-shade);--b-clock-hand-color: var(--b-primary-20);--b-date-picker-selected-background: var(--b-primary-40);--b-date-picker-date-hover-background: var(--b-primary-40);--b-date-picker-date-hover-color: var(--b-neutral-100);--b-date-picker-selected-range-background: var(--b-primary-80);--b-list-checkbox-checked-background: var(--bi-primary-shade);--b-menu-item-hover-background: var(--b-primary-40);--b-menu-item-focus-background: var(--b-primary-30);--b-menu-item-hover-color: var(--b-text-5);--b-menu-item-focus-color: var(--b-text-5);--b-menu-item-focus-icon-color: var(--b-text-5);--b-menu-item-hover-icon-color: var(--b-text-5);--b-radio-checked-color: var(--b-neutral-100);--b-radio-checked-background: var(--bi-primary-shade);--b-radio-checked-border-color: var(--b-radio-checked-background);--b-radio-check-gap: .25em;--b-slide-toggle-background: var(--b-neutral-60);--b-slide-toggle-hover-background: var(--b-neutral-60);--b-slide-toggle-checked-hovered-thumb-background: var(--b-primary-95);--b-slide-toggle-checked-border-color: transparent;--b-slide-toggle-checked-background: var(--bi-primary-shade);--b-slide-toggle-checked-hover-background: var(--bi-primary-shade);--b-slider-color: var(--bi-primary-shade);--b-tab-indicator-color: var(--bi-primary-shade);--b-text-field-focus-border-color: var(--bi-primary-shade);--b-text-field-filled-hover-border-color: var(--bi-primary-shade);--b-toast-background: var(--b-neutral-100);--b-widget-floating-border: 2px solid var(--b-widget-border-color);--b-grid-cell-hover-background: var(--b-primary-40);--b-grid-cell-selected-background: var(--b-primary-30);--b-grid-cell-hover-selected-background: var(--b-primary-35);--b-grid-cell-selected-color: var(--b-text-5);--b-grid-cell-focused-outline-color: var(--b-primary-90);--b-grid-header-hover-background: var(--bi-primary-shade);--b-grid-header-hover-color: var(--b-text-5);--b-grid-link-color: var(--bi-primary-shade);--b-grid-row-hover-link-color: var(--b-text-5);--bi-grid-filter-icon-active-opacity: 1;--b-column-drag-toolbar-icon-color: var(--bi-primary-shade);--b-column-drag-toolbar-default-hover-background: var(--bi-primary-shade);--b-column-drag-toolbar-default-hover-color: var(--b-text-5);--b-column-drag-toolbar-default-hover-icon-color: var(--b-text-5);--b-percent-column-fill-background: var(--bi-primary-shade);--b-percent-column-bar-background: var(--b-neutral-80);--b-percent-column-value-color: var(--b-primary-10);--b-percent-column-circle-done-color: var(--bi-primary-shade);--b-calendar-highlight-background-transparency: 50%;--b-calendar-highlight-color: var(--b-primary-50);--b-calendar-highlight-border-color: var(--b-primary-50);--b-time-span-highlight-range-opacity: .7;--b-time-span-highlight-range-background: var(--b-primary-90);--b-time-span-highlight-range-border-color: var(--bi-primary-shade);--b-time-span-highlight-range-color: var(--b-primary-20);--b-time-span-highlight-unavailable-background: var(--b-neutral-80);--b-time-span-highlight-unavailable-color: var(--b-neutral-0);--b-time-range-background: var(--b-neutral-80);--b-gantt-unscheduled-task-color: var(--b-neutral-40)}.b-colorize:not(.b-nothing){--b-avatar-initials-color: var(--b-primary-10);--b-quick-find-background: var(--b-primary-85);--b-quick-find-row-hover-background: var(--b-primary-30);--b-time-range-header-background: var(--b-primary-30);--b-time-range-line-color: var(--b-primary-30);--b-non-working-time-header-background: color-mix(in oklab, var(--b-color-red), transparent 80%);--b-percent-bar-background: color-mix(in srgb, var(--b-primary), var(--b-opposite) 60%);--b-rollup-background: var(--b-primary-40);--b-calendar-event-solid-bar-background: var(--b-primary-40);--b-calendar-solid-bar-color: var(--b-primary-20);--b-calendar-event-solid-bar-opacity: 1;--b-day-view-event-border: 1px solid var(--b-primary);--b-day-view-event-color: var(--b-primary-20);--b-day-view-event-selected-body-background: var(--b-primary-50);--b-task-board-progress-item-color: var(--b-primary-40);--b-task-board-rating-item-filled-color: var(--b-primary-40)}.b-sch-resource-time-range{--b-resource-time-range-color: color-mix(in srgb, var(--b-primary), var(--b-opposite) 30%)}.b-sch-event-wrap,.b-gantt-task-wrap{--b-sch-event-indented-selected-background: color-mix(in srgb, var(--b-primary), var(--b-opposite) 40%)}.b-style-tonal,.b-style-traced,.b-style-rounded{--b-sch-event-selected-background: color-mix(in srgb, var(--b-primary), var(--b-opposite) 30%);&.b-nested-events-parent .b-sch-event,.b-sch-event,.b-gantt-task{&:not(.b-milestone,.b-segmented),&.b-milestone .b-sch-event-content:before{border:2px solid color-mix(in srgb,var(--b-primary),var(--b-opposite) 70%);--b-sch-event-border-width: 2px;--b-sch-event-color: color-mix(in srgb, var(--b-primary), var(--b-opposite) 70%)}}&.b-selected{.b-sch-event,.b-gantt-task{--b-sch-event-color: var(--b-text-5)}}}.b-style-bordered{&,.b-sch-event-segment{--b-sch-event-selected-background: color-mix(in srgb, var(--b-primary), var(--b-opposite) 30%)}}.b-style-outlined{--b-sch-event-selected-background: var(--b-primary);&.b-selected{--b-sch-event-color: var(--b-text-5)}}.b-style-calendar{.b-sch-event,.b-gantt-task{&:not(.b-milestone),&.b-milestone .b-sch-event-content:before{border-block-width:1px;border-inline-end-width:1px}}}.b-sch-horizontal .b-style-indented .b-sch-event{&:not(.b-milestone),&.b-milestone .b-sch-event-content:before{border-block:2px solid color-mix(in srgb,var(--b-primary),var(--b-opposite) 40%);border-inline-end:2px solid color-mix(in srgb,var(--b-primary),var(--b-opposite) 40%)}.b-sch-event-wrap.b-selected &{--b-sch-event-color: var(--b-text-5)}}.b-sch-vertical .b-style-indented .b-sch-event{&:not(.b-milestone),&.b-milestone .b-sch-event-content:before{border-inline:2px solid color-mix(in srgb,var(--b-primary),var(--b-opposite) 40%);border-block-end:2px solid color-mix(in srgb,var(--b-primary),var(--b-opposite) 40%)}}.b-style-gantt{.b-gantt-task,.b-sch-event{--b-sch-event-background: color-mix(in srgb, var(--b-primary), var(--b-opposite) 20%)}}.b-milestone label{padding-block:3px;background:var(--b-neutral-100)}.b-theme-info{--b-theme-name: "HighContrastDark";--b-theme-filename: "high-contrast-dark";--b-theme-button-rendition: "outlined";--b-theme-label-position: "align-before";--b-theme-overlap-label: "false";--b-theme-high-contrast: "true"}
2
+ /*# sourceMappingURL=high-contrast-dark.min.css.map */