cx 26.3.3 → 26.3.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.
- package/build/charts/helpers/SnapPointFinder.d.ts +2 -2
- package/build/charts/helpers/SnapPointFinder.d.ts.map +1 -1
- package/build/charts/helpers/ValueAtFinder.d.ts +4 -4
- package/build/charts/helpers/ValueAtFinder.d.ts.map +1 -1
- package/build/charts/helpers/ValueAtFinder.js +5 -2
- package/build/data/createAccessorModelProxy.d.ts +11 -6
- package/build/data/createAccessorModelProxy.d.ts.map +1 -1
- package/build/data/createAccessorModelProxy.js +3 -1
- package/build/jsx-runtime.d.ts +1 -2
- package/build/jsx-runtime.d.ts.map +1 -1
- package/build/ui/createFunctionalComponent.d.ts +1 -4
- package/build/ui/createFunctionalComponent.d.ts.map +1 -1
- package/build/widgets/form/Calendar.d.ts +0 -1
- package/build/widgets/form/Calendar.d.ts.map +1 -1
- package/build/widgets/form/Calendar.js +22 -14
- package/build/widgets/form/TimeList.d.ts +1 -3
- package/build/widgets/form/TimeList.d.ts.map +1 -1
- package/build/widgets/index.d.ts +1 -3
- package/build/widgets/index.d.ts.map +1 -1
- package/build/widgets/index.js +1 -3
- package/build/widgets/overlay/Overlay.d.ts +1 -1
- package/build/widgets/overlay/Overlay.d.ts.map +1 -1
- package/build/widgets/overlay/Overlay.js +19 -10
- package/build/widgets/overlay/Window.d.ts.map +1 -1
- package/build/widgets/overlay/Window.js +11 -5
- package/dist/charts.css +256 -256
- package/dist/manifest.js +728 -737
- package/dist/widgets.css +6 -14
- package/dist/widgets.js +13 -26
- package/package.json +1 -1
- package/src/charts/BarGraph.scss +31 -31
- package/src/charts/Legend.scss +57 -57
- package/src/charts/LegendEntry.scss +35 -35
- package/src/charts/LineGraph.scss +28 -28
- package/src/charts/helpers/SnapPointFinder.ts +136 -136
- package/src/charts/helpers/ValueAtFinder.ts +72 -72
- package/src/charts/variables.scss +1 -2
- package/src/data/createAccessorModelProxy.ts +66 -66
- package/src/ui/DataProxy.ts +55 -55
- package/src/ui/Rescope.ts +50 -50
- package/src/ui/adapter/ArrayAdapter.ts +229 -229
- package/src/ui/exprHelpers.ts +96 -96
- package/src/util/scss/include.scss +40 -27
- package/src/widgets/Button.maps.scss +103 -103
- package/src/widgets/Sandbox.ts +104 -104
- package/src/widgets/drag-drop/variables.scss +1 -2
- package/src/widgets/form/Calendar.tsx +772 -772
- package/src/widgets/form/ColorField.scss +112 -117
- package/src/widgets/form/DateTimeField.scss +111 -125
- package/src/widgets/form/LookupField.scss +228 -251
- package/src/widgets/form/MonthField.scss +113 -122
- package/src/widgets/form/NumberField.scss +72 -80
- package/src/widgets/form/Select.scss +104 -117
- package/src/widgets/form/TextField.scss +66 -78
- package/src/widgets/form/variables.scss +110 -111
- package/src/widgets/grid/Grid.tsx +3885 -4428
- package/src/widgets/grid/variables.scss +47 -48
- package/src/widgets/index.ts +63 -63
- package/src/widgets/nav/Menu.variables.scss +1 -2
- package/src/widgets/nav/Tab.ts +6 -4
- package/src/widgets/nav/variables.scss +1 -2
- package/src/widgets/overlay/Overlay.tsx +1028 -1028
- package/src/widgets/overlay/Window.tsx +320 -320
- package/src/widgets/overlay/variables.scss +1 -2
- package/src/widgets/variables.scss +61 -62
package/dist/charts.css
CHANGED
|
@@ -281,449 +281,449 @@
|
|
|
281
281
|
}
|
|
282
282
|
|
|
283
283
|
.cxs-color-0 {
|
|
284
|
-
fill:
|
|
285
|
-
stroke:
|
|
286
|
-
background:
|
|
287
|
-
border-color:
|
|
284
|
+
fill: rgb(250.6, 179.8, 174.6);
|
|
285
|
+
stroke: rgb(225.54, 161.82, 157.14);
|
|
286
|
+
background: rgb(250.6, 179.8, 174.6);
|
|
287
|
+
border-color: rgb(225.54, 161.82, 157.14);
|
|
288
288
|
}
|
|
289
289
|
|
|
290
290
|
.cxs-color-0.cxs-selectable:hover, .cxs-color-0.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-0, .cxs-color-root.cxs-hover .cxs-color-0 {
|
|
291
|
-
fill:
|
|
292
|
-
stroke: rgb(
|
|
293
|
-
background:
|
|
294
|
-
border-color: rgb(
|
|
291
|
+
fill: rgb(249.5, 161, 154.5);
|
|
292
|
+
stroke: rgb(224.55, 144.9, 139.05);
|
|
293
|
+
background: rgb(249.5, 161, 154.5);
|
|
294
|
+
border-color: rgb(224.55, 144.9, 139.05);
|
|
295
295
|
}
|
|
296
296
|
|
|
297
297
|
.cxs-color-0.cxs-selected, .cxs-color-0.cxs-selected:hover, .cxs-color-0.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-0, .cxs-color-root.cxs-selected:hover .cxs-color-0, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-0 {
|
|
298
|
-
fill: rgb(
|
|
299
|
-
stroke: rgb(
|
|
300
|
-
background: rgb(
|
|
301
|
-
border-color: rgb(
|
|
298
|
+
fill: rgb(246.2, 104.6, 94.2);
|
|
299
|
+
stroke: rgb(221.58, 94.14, 84.78);
|
|
300
|
+
background: rgb(246.2, 104.6, 94.2);
|
|
301
|
+
border-color: rgb(221.58, 94.14, 84.78);
|
|
302
302
|
}
|
|
303
303
|
|
|
304
304
|
.cxs-color-0.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-0 {
|
|
305
|
-
fill:
|
|
306
|
-
stroke:
|
|
307
|
-
background:
|
|
308
|
-
border-color:
|
|
305
|
+
fill: rgb(253.9, 236.2, 234.9);
|
|
306
|
+
stroke: rgb(228.51, 212.58, 211.41);
|
|
307
|
+
background: rgb(253.9, 236.2, 234.9);
|
|
308
|
+
border-color: rgb(228.51, 212.58, 211.41);
|
|
309
309
|
}
|
|
310
310
|
|
|
311
311
|
.cxs-color-1 {
|
|
312
|
-
fill:
|
|
313
|
-
stroke:
|
|
314
|
-
background:
|
|
315
|
-
border-color:
|
|
312
|
+
fill: rgb(246.2, 165, 192.6);
|
|
313
|
+
stroke: rgb(221.58, 148.5, 173.34);
|
|
314
|
+
background: rgb(246.2, 165, 192.6);
|
|
315
|
+
border-color: rgb(221.58, 148.5, 173.34);
|
|
316
316
|
}
|
|
317
317
|
|
|
318
318
|
.cxs-color-1.cxs-selectable:hover, .cxs-color-1.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-1, .cxs-color-root.cxs-hover .cxs-color-1 {
|
|
319
|
-
fill:
|
|
320
|
-
stroke: rgb(
|
|
321
|
-
background:
|
|
322
|
-
border-color: rgb(
|
|
319
|
+
fill: rgb(244, 142.5, 177);
|
|
320
|
+
stroke: rgb(219.6, 128.25, 159.3);
|
|
321
|
+
background: rgb(244, 142.5, 177);
|
|
322
|
+
border-color: rgb(219.6, 128.25, 159.3);
|
|
323
323
|
}
|
|
324
324
|
|
|
325
325
|
.cxs-color-1.cxs-selected, .cxs-color-1.cxs-selected:hover, .cxs-color-1.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-1, .cxs-color-root.cxs-selected:hover .cxs-color-1, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-1 {
|
|
326
|
-
fill: rgb(
|
|
327
|
-
stroke: rgb(
|
|
328
|
-
background: rgb(
|
|
329
|
-
border-color: rgb(
|
|
326
|
+
fill: rgb(237.4, 75, 130.2);
|
|
327
|
+
stroke: rgb(213.66, 67.5, 117.18);
|
|
328
|
+
background: rgb(237.4, 75, 130.2);
|
|
329
|
+
border-color: rgb(213.66, 67.5, 117.18);
|
|
330
330
|
}
|
|
331
331
|
|
|
332
332
|
.cxs-color-1.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-1 {
|
|
333
|
-
fill:
|
|
334
|
-
stroke:
|
|
335
|
-
background:
|
|
336
|
-
border-color:
|
|
333
|
+
fill: rgb(252.8, 232.5, 239.4);
|
|
334
|
+
stroke: rgb(227.52, 209.25, 215.46);
|
|
335
|
+
background: rgb(252.8, 232.5, 239.4);
|
|
336
|
+
border-color: rgb(227.52, 209.25, 215.46);
|
|
337
337
|
}
|
|
338
338
|
|
|
339
339
|
.cxs-color-2 {
|
|
340
|
-
fill:
|
|
341
|
-
stroke: rgb(
|
|
342
|
-
background:
|
|
343
|
-
border-color: rgb(
|
|
340
|
+
fill: rgb(215.4, 168.6, 223.4);
|
|
341
|
+
stroke: rgb(193.86, 151.74, 201.06);
|
|
342
|
+
background: rgb(215.4, 168.6, 223.4);
|
|
343
|
+
border-color: rgb(193.86, 151.74, 201.06);
|
|
344
344
|
}
|
|
345
345
|
|
|
346
346
|
.cxs-color-2.cxs-selectable:hover, .cxs-color-2.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-2, .cxs-color-root.cxs-hover .cxs-color-2 {
|
|
347
|
-
fill: rgb(
|
|
348
|
-
stroke: rgb(
|
|
349
|
-
background: rgb(
|
|
350
|
-
border-color: rgb(
|
|
347
|
+
fill: rgb(205.5, 147, 215.5);
|
|
348
|
+
stroke: rgb(184.95, 132.3, 193.95);
|
|
349
|
+
background: rgb(205.5, 147, 215.5);
|
|
350
|
+
border-color: rgb(184.95, 132.3, 193.95);
|
|
351
351
|
}
|
|
352
352
|
|
|
353
353
|
.cxs-color-2.cxs-selected, .cxs-color-2.cxs-selected:hover, .cxs-color-2.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-2, .cxs-color-root.cxs-selected:hover .cxs-color-2, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-2 {
|
|
354
|
-
fill: rgb(
|
|
355
|
-
stroke: rgb(
|
|
356
|
-
background: rgb(
|
|
357
|
-
border-color: rgb(
|
|
354
|
+
fill: rgb(175.8, 82.2, 191.8);
|
|
355
|
+
stroke: rgb(158.22, 73.98, 172.62);
|
|
356
|
+
background: rgb(175.8, 82.2, 191.8);
|
|
357
|
+
border-color: rgb(158.22, 73.98, 172.62);
|
|
358
358
|
}
|
|
359
359
|
|
|
360
360
|
.cxs-color-2.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-2 {
|
|
361
|
-
fill:
|
|
362
|
-
stroke:
|
|
363
|
-
background:
|
|
364
|
-
border-color:
|
|
361
|
+
fill: rgb(245.1, 233.4, 247.1);
|
|
362
|
+
stroke: rgb(220.59, 210.06, 222.39);
|
|
363
|
+
background: rgb(245.1, 233.4, 247.1);
|
|
364
|
+
border-color: rgb(220.59, 210.06, 222.39);
|
|
365
365
|
}
|
|
366
366
|
|
|
367
367
|
.cxs-color-3 {
|
|
368
|
-
fill:
|
|
369
|
-
stroke: rgb(
|
|
370
|
-
background:
|
|
371
|
-
border-color: rgb(
|
|
368
|
+
fill: rgb(194.2, 176.2, 226.2);
|
|
369
|
+
stroke: rgb(174.78, 158.58, 203.58);
|
|
370
|
+
background: rgb(194.2, 176.2, 226.2);
|
|
371
|
+
border-color: rgb(174.78, 158.58, 203.58);
|
|
372
372
|
}
|
|
373
373
|
|
|
374
374
|
.cxs-color-3.cxs-selectable:hover, .cxs-color-3.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-3, .cxs-color-root.cxs-hover .cxs-color-3 {
|
|
375
|
-
fill: rgb(
|
|
376
|
-
stroke: rgb(
|
|
377
|
-
background: rgb(
|
|
378
|
-
border-color: rgb(
|
|
375
|
+
fill: rgb(179, 156.5, 219);
|
|
376
|
+
stroke: rgb(161.1, 140.85, 197.1);
|
|
377
|
+
background: rgb(179, 156.5, 219);
|
|
378
|
+
border-color: rgb(161.1, 140.85, 197.1);
|
|
379
379
|
}
|
|
380
380
|
|
|
381
381
|
.cxs-color-3.cxs-selected, .cxs-color-3.cxs-selected:hover, .cxs-color-3.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-3, .cxs-color-root.cxs-selected:hover .cxs-color-3, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-3 {
|
|
382
|
-
fill: rgb(
|
|
383
|
-
stroke: rgb(
|
|
384
|
-
background: rgb(
|
|
385
|
-
border-color: rgb(
|
|
382
|
+
fill: rgb(133.4, 97.4, 197.4);
|
|
383
|
+
stroke: rgb(120.06, 87.66, 177.66);
|
|
384
|
+
background: rgb(133.4, 97.4, 197.4);
|
|
385
|
+
border-color: rgb(120.06, 87.66, 177.66);
|
|
386
386
|
}
|
|
387
387
|
|
|
388
388
|
.cxs-color-3.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-3 {
|
|
389
|
-
fill:
|
|
390
|
-
stroke:
|
|
391
|
-
background:
|
|
392
|
-
border-color:
|
|
389
|
+
fill: rgb(239.8, 235.3, 247.8);
|
|
390
|
+
stroke: rgb(215.82, 211.77, 223.02);
|
|
391
|
+
background: rgb(239.8, 235.3, 247.8);
|
|
392
|
+
border-color: rgb(215.82, 211.77, 223.02);
|
|
393
393
|
}
|
|
394
394
|
|
|
395
395
|
.cxs-color-4 {
|
|
396
|
-
fill:
|
|
397
|
-
stroke: rgb(
|
|
398
|
-
background:
|
|
399
|
-
border-color: rgb(
|
|
396
|
+
fill: rgb(178.2, 185.4, 225.4);
|
|
397
|
+
stroke: rgb(160.38, 166.86, 202.86);
|
|
398
|
+
background: rgb(178.2, 185.4, 225.4);
|
|
399
|
+
border-color: rgb(160.38, 166.86, 202.86);
|
|
400
400
|
}
|
|
401
401
|
|
|
402
402
|
.cxs-color-4.cxs-selectable:hover, .cxs-color-4.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-4, .cxs-color-root.cxs-hover .cxs-color-4 {
|
|
403
|
-
fill:
|
|
404
|
-
stroke: rgb(
|
|
405
|
-
background:
|
|
406
|
-
border-color: rgb(
|
|
403
|
+
fill: #9fa8da;
|
|
404
|
+
stroke: rgb(143.1, 151.2, 196.2);
|
|
405
|
+
background: #9fa8da;
|
|
406
|
+
border-color: rgb(143.1, 151.2, 196.2);
|
|
407
407
|
}
|
|
408
408
|
|
|
409
409
|
.cxs-color-4.cxs-selected, .cxs-color-4.cxs-selected:hover, .cxs-color-4.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-4, .cxs-color-root.cxs-selected:hover .cxs-color-4, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-4 {
|
|
410
|
-
fill: rgb(
|
|
411
|
-
stroke: rgb(
|
|
412
|
-
background: rgb(
|
|
413
|
-
border-color: rgb(
|
|
410
|
+
fill: rgb(101.4, 115.8, 195.8);
|
|
411
|
+
stroke: rgb(91.26, 104.22, 176.22);
|
|
412
|
+
background: rgb(101.4, 115.8, 195.8);
|
|
413
|
+
border-color: rgb(91.26, 104.22, 176.22);
|
|
414
414
|
}
|
|
415
415
|
|
|
416
416
|
.cxs-color-4.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-4 {
|
|
417
|
-
fill:
|
|
418
|
-
stroke:
|
|
419
|
-
background:
|
|
420
|
-
border-color:
|
|
417
|
+
fill: rgb(235.8, 237.6, 247.6);
|
|
418
|
+
stroke: rgb(212.22, 213.84, 222.84);
|
|
419
|
+
background: rgb(235.8, 237.6, 247.6);
|
|
420
|
+
border-color: rgb(212.22, 213.84, 222.84);
|
|
421
421
|
}
|
|
422
422
|
|
|
423
423
|
.cxs-color-5 {
|
|
424
|
-
fill:
|
|
425
|
-
stroke:
|
|
426
|
-
background:
|
|
427
|
-
border-color:
|
|
424
|
+
fill: rgb(166.2, 213, 250.2);
|
|
425
|
+
stroke: rgb(149.58, 191.7, 225.18);
|
|
426
|
+
background: rgb(166.2, 213, 250.2);
|
|
427
|
+
border-color: rgb(149.58, 191.7, 225.18);
|
|
428
428
|
}
|
|
429
429
|
|
|
430
430
|
.cxs-color-5.cxs-selectable:hover, .cxs-color-5.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-5, .cxs-color-root.cxs-hover .cxs-color-5 {
|
|
431
|
-
fill:
|
|
432
|
-
stroke: rgb(
|
|
433
|
-
background:
|
|
434
|
-
border-color: rgb(
|
|
431
|
+
fill: rgb(144, 202.5, 249);
|
|
432
|
+
stroke: rgb(129.6, 182.25, 224.1);
|
|
433
|
+
background: rgb(144, 202.5, 249);
|
|
434
|
+
border-color: rgb(129.6, 182.25, 224.1);
|
|
435
435
|
}
|
|
436
436
|
|
|
437
437
|
.cxs-color-5.cxs-selected, .cxs-color-5.cxs-selected:hover, .cxs-color-5.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-5, .cxs-color-root.cxs-selected:hover .cxs-color-5, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-5 {
|
|
438
|
-
fill: rgb(
|
|
439
|
-
stroke: rgb(
|
|
440
|
-
background: rgb(
|
|
441
|
-
border-color: rgb(
|
|
438
|
+
fill: rgb(77.4, 171, 245.4);
|
|
439
|
+
stroke: rgb(69.66, 153.9, 220.86);
|
|
440
|
+
background: rgb(77.4, 171, 245.4);
|
|
441
|
+
border-color: rgb(69.66, 153.9, 220.86);
|
|
442
442
|
}
|
|
443
443
|
|
|
444
444
|
.cxs-color-5.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-5 {
|
|
445
|
-
fill:
|
|
446
|
-
stroke:
|
|
447
|
-
background:
|
|
448
|
-
border-color:
|
|
445
|
+
fill: rgb(232.8, 244.5, 253.8);
|
|
446
|
+
stroke: rgb(209.52, 220.05, 228.42);
|
|
447
|
+
background: rgb(232.8, 244.5, 253.8);
|
|
448
|
+
border-color: rgb(209.52, 220.05, 228.42);
|
|
449
449
|
}
|
|
450
450
|
|
|
451
451
|
.cxs-color-6 {
|
|
452
|
-
fill:
|
|
453
|
-
stroke: rgb(
|
|
454
|
-
background:
|
|
455
|
-
border-color: rgb(
|
|
452
|
+
fill: rgb(154.2, 220.6, 250.6);
|
|
453
|
+
stroke: rgb(138.78, 198.54, 225.54);
|
|
454
|
+
background: rgb(154.2, 220.6, 250.6);
|
|
455
|
+
border-color: rgb(138.78, 198.54, 225.54);
|
|
456
456
|
}
|
|
457
457
|
|
|
458
458
|
.cxs-color-6.cxs-selectable:hover, .cxs-color-6.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-6, .cxs-color-root.cxs-hover .cxs-color-6 {
|
|
459
|
-
fill: rgb(
|
|
460
|
-
stroke: rgb(
|
|
461
|
-
background: rgb(
|
|
462
|
-
border-color: rgb(
|
|
459
|
+
fill: rgb(129, 212, 249.5);
|
|
460
|
+
stroke: rgb(116.1, 190.8, 224.55);
|
|
461
|
+
background: rgb(129, 212, 249.5);
|
|
462
|
+
border-color: rgb(116.1, 190.8, 224.55);
|
|
463
463
|
}
|
|
464
464
|
|
|
465
465
|
.cxs-color-6.cxs-selected, .cxs-color-6.cxs-selected:hover, .cxs-color-6.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-6, .cxs-color-root.cxs-selected:hover .cxs-color-6, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-6 {
|
|
466
|
-
fill: rgb(
|
|
467
|
-
stroke: rgb(
|
|
468
|
-
background: rgb(
|
|
469
|
-
border-color: rgb(
|
|
466
|
+
fill: rgb(53.4, 186.2, 246.2);
|
|
467
|
+
stroke: rgb(48.06, 167.58, 221.58);
|
|
468
|
+
background: rgb(53.4, 186.2, 246.2);
|
|
469
|
+
border-color: rgb(48.06, 167.58, 221.58);
|
|
470
470
|
}
|
|
471
471
|
|
|
472
472
|
.cxs-color-6.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-6 {
|
|
473
|
-
fill:
|
|
474
|
-
stroke:
|
|
475
|
-
background:
|
|
476
|
-
border-color:
|
|
473
|
+
fill: rgb(229.8, 246.4, 253.9);
|
|
474
|
+
stroke: rgb(206.82, 221.76, 228.51);
|
|
475
|
+
background: rgb(229.8, 246.4, 253.9);
|
|
476
|
+
border-color: rgb(206.82, 221.76, 228.51);
|
|
477
477
|
}
|
|
478
478
|
|
|
479
479
|
.cxs-color-7 {
|
|
480
|
-
fill:
|
|
481
|
-
stroke: rgb(
|
|
482
|
-
background:
|
|
483
|
-
border-color: rgb(
|
|
480
|
+
fill: rgb(153, 228.2, 237.8);
|
|
481
|
+
stroke: rgb(137.7, 205.38, 214.02);
|
|
482
|
+
background: rgb(153, 228.2, 237.8);
|
|
483
|
+
border-color: rgb(137.7, 205.38, 214.02);
|
|
484
484
|
}
|
|
485
485
|
|
|
486
486
|
.cxs-color-7.cxs-selectable:hover, .cxs-color-7.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-7, .cxs-color-root.cxs-hover .cxs-color-7 {
|
|
487
|
-
fill: rgb(
|
|
488
|
-
stroke: rgb(
|
|
489
|
-
background: rgb(
|
|
490
|
-
border-color: rgb(
|
|
487
|
+
fill: rgb(127.5, 221.5, 233.5);
|
|
488
|
+
stroke: rgb(114.75, 199.35, 210.15);
|
|
489
|
+
background: rgb(127.5, 221.5, 233.5);
|
|
490
|
+
border-color: rgb(114.75, 199.35, 210.15);
|
|
491
491
|
}
|
|
492
492
|
|
|
493
493
|
.cxs-color-7.cxs-selected, .cxs-color-7.cxs-selected:hover, .cxs-color-7.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-7, .cxs-color-root.cxs-selected:hover .cxs-color-7, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-7 {
|
|
494
|
-
fill: rgb(
|
|
495
|
-
stroke: rgb(
|
|
496
|
-
background: rgb(
|
|
497
|
-
border-color: rgb(
|
|
494
|
+
fill: rgb(51, 201.4, 220.6);
|
|
495
|
+
stroke: rgb(45.9, 181.26, 198.54);
|
|
496
|
+
background: rgb(51, 201.4, 220.6);
|
|
497
|
+
border-color: rgb(45.9, 181.26, 198.54);
|
|
498
498
|
}
|
|
499
499
|
|
|
500
500
|
.cxs-color-7.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-7 {
|
|
501
|
-
fill:
|
|
502
|
-
stroke:
|
|
503
|
-
background:
|
|
504
|
-
border-color:
|
|
501
|
+
fill: rgb(229.5, 248.3, 250.7);
|
|
502
|
+
stroke: rgb(206.55, 223.47, 225.63);
|
|
503
|
+
background: rgb(229.5, 248.3, 250.7);
|
|
504
|
+
border-color: rgb(206.55, 223.47, 225.63);
|
|
505
505
|
}
|
|
506
506
|
|
|
507
507
|
.cxs-color-8 {
|
|
508
|
-
fill: rgb(
|
|
509
|
-
stroke: rgb(
|
|
510
|
-
background: rgb(
|
|
511
|
-
border-color: rgb(
|
|
508
|
+
fill: rgb(153, 213, 207.4);
|
|
509
|
+
stroke: rgb(137.7, 191.7, 186.66);
|
|
510
|
+
background: rgb(153, 213, 207.4);
|
|
511
|
+
border-color: rgb(137.7, 191.7, 186.66);
|
|
512
512
|
}
|
|
513
513
|
|
|
514
514
|
.cxs-color-8.cxs-selectable:hover, .cxs-color-8.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-8, .cxs-color-root.cxs-hover .cxs-color-8 {
|
|
515
|
-
fill: rgb(
|
|
516
|
-
stroke: rgb(
|
|
517
|
-
background: rgb(
|
|
518
|
-
border-color: rgb(
|
|
515
|
+
fill: rgb(127.5, 202.5, 195.5);
|
|
516
|
+
stroke: rgb(114.75, 182.25, 175.95);
|
|
517
|
+
background: rgb(127.5, 202.5, 195.5);
|
|
518
|
+
border-color: rgb(114.75, 182.25, 175.95);
|
|
519
519
|
}
|
|
520
520
|
|
|
521
521
|
.cxs-color-8.cxs-selected, .cxs-color-8.cxs-selected:hover, .cxs-color-8.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-8, .cxs-color-root.cxs-selected:hover .cxs-color-8, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-8 {
|
|
522
|
-
fill: rgb(
|
|
523
|
-
stroke: rgb(
|
|
524
|
-
background: rgb(
|
|
525
|
-
border-color: rgb(
|
|
522
|
+
fill: rgb(51, 171, 159.8);
|
|
523
|
+
stroke: rgb(45.9, 153.9, 143.82);
|
|
524
|
+
background: rgb(51, 171, 159.8);
|
|
525
|
+
border-color: rgb(45.9, 153.9, 143.82);
|
|
526
526
|
}
|
|
527
527
|
|
|
528
528
|
.cxs-color-8.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-8 {
|
|
529
|
-
fill:
|
|
530
|
-
stroke:
|
|
531
|
-
background:
|
|
532
|
-
border-color:
|
|
529
|
+
fill: rgb(229.5, 244.5, 243.1);
|
|
530
|
+
stroke: rgb(206.55, 220.05, 218.79);
|
|
531
|
+
background: rgb(229.5, 244.5, 243.1);
|
|
532
|
+
border-color: rgb(206.55, 220.05, 218.79);
|
|
533
533
|
}
|
|
534
534
|
|
|
535
535
|
.cxs-color-9 {
|
|
536
|
-
fill:
|
|
537
|
-
stroke: rgb(
|
|
538
|
-
background:
|
|
539
|
-
border-color: rgb(
|
|
536
|
+
fill: rgb(183.4, 223, 185);
|
|
537
|
+
stroke: rgb(165.06, 200.7, 166.5);
|
|
538
|
+
background: rgb(183.4, 223, 185);
|
|
539
|
+
border-color: rgb(165.06, 200.7, 166.5);
|
|
540
540
|
}
|
|
541
541
|
|
|
542
542
|
.cxs-color-9.cxs-selectable:hover, .cxs-color-9.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-9, .cxs-color-root.cxs-hover .cxs-color-9 {
|
|
543
|
-
fill: rgb(
|
|
544
|
-
stroke: rgb(
|
|
545
|
-
background: rgb(
|
|
546
|
-
border-color: rgb(
|
|
543
|
+
fill: rgb(165.5, 215, 167.5);
|
|
544
|
+
stroke: rgb(148.95, 193.5, 150.75);
|
|
545
|
+
background: rgb(165.5, 215, 167.5);
|
|
546
|
+
border-color: rgb(148.95, 193.5, 150.75);
|
|
547
547
|
}
|
|
548
548
|
|
|
549
549
|
.cxs-color-9.cxs-selected, .cxs-color-9.cxs-selected:hover, .cxs-color-9.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-9, .cxs-color-root.cxs-selected:hover .cxs-color-9, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-9 {
|
|
550
|
-
fill: rgb(
|
|
551
|
-
stroke: rgb(
|
|
552
|
-
background: rgb(
|
|
553
|
-
border-color: rgb(
|
|
550
|
+
fill: rgb(111.8, 191, 115);
|
|
551
|
+
stroke: rgb(100.62, 171.9, 103.5);
|
|
552
|
+
background: rgb(111.8, 191, 115);
|
|
553
|
+
border-color: rgb(100.62, 171.9, 103.5);
|
|
554
554
|
}
|
|
555
555
|
|
|
556
556
|
.cxs-color-9.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-9 {
|
|
557
|
-
fill:
|
|
558
|
-
stroke:
|
|
559
|
-
background:
|
|
560
|
-
border-color:
|
|
557
|
+
fill: rgb(237.1, 247, 237.5);
|
|
558
|
+
stroke: rgb(213.39, 222.3, 213.75);
|
|
559
|
+
background: rgb(237.1, 247, 237.5);
|
|
560
|
+
border-color: rgb(213.39, 222.3, 213.75);
|
|
561
561
|
}
|
|
562
562
|
|
|
563
563
|
.cxs-color-10 {
|
|
564
|
-
fill:
|
|
565
|
-
stroke:
|
|
566
|
-
background:
|
|
567
|
-
border-color:
|
|
564
|
+
fill: rgb(208.6, 231, 182.6);
|
|
565
|
+
stroke: rgb(187.74, 207.9, 164.34);
|
|
566
|
+
background: rgb(208.6, 231, 182.6);
|
|
567
|
+
border-color: rgb(187.74, 207.9, 164.34);
|
|
568
568
|
}
|
|
569
569
|
|
|
570
570
|
.cxs-color-10.cxs-selectable:hover, .cxs-color-10.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-10, .cxs-color-root.cxs-hover .cxs-color-10 {
|
|
571
|
-
fill:
|
|
572
|
-
stroke: rgb(
|
|
573
|
-
background:
|
|
574
|
-
border-color: rgb(
|
|
571
|
+
fill: rgb(197, 225, 164.5);
|
|
572
|
+
stroke: rgb(177.3, 202.5, 148.05);
|
|
573
|
+
background: rgb(197, 225, 164.5);
|
|
574
|
+
border-color: rgb(177.3, 202.5, 148.05);
|
|
575
575
|
}
|
|
576
576
|
|
|
577
577
|
.cxs-color-10.cxs-selected, .cxs-color-10.cxs-selected:hover, .cxs-color-10.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-10, .cxs-color-root.cxs-selected:hover .cxs-color-10, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-10 {
|
|
578
|
-
fill: rgb(
|
|
579
|
-
stroke: rgb(
|
|
580
|
-
background: rgb(
|
|
581
|
-
border-color: rgb(
|
|
578
|
+
fill: rgb(162.2, 207, 110.2);
|
|
579
|
+
stroke: rgb(145.98, 186.3, 99.18);
|
|
580
|
+
background: rgb(162.2, 207, 110.2);
|
|
581
|
+
border-color: rgb(145.98, 186.3, 99.18);
|
|
582
582
|
}
|
|
583
583
|
|
|
584
584
|
.cxs-color-10.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-10 {
|
|
585
|
-
fill:
|
|
586
|
-
stroke:
|
|
587
|
-
background:
|
|
588
|
-
border-color:
|
|
585
|
+
fill: rgb(243.4, 249, 236.9);
|
|
586
|
+
stroke: rgb(219.06, 224.1, 213.21);
|
|
587
|
+
background: rgb(243.4, 249, 236.9);
|
|
588
|
+
border-color: rgb(219.06, 224.1, 213.21);
|
|
589
589
|
}
|
|
590
590
|
|
|
591
591
|
.cxs-color-11 {
|
|
592
|
-
fill:
|
|
593
|
-
stroke:
|
|
594
|
-
background:
|
|
595
|
-
border-color:
|
|
592
|
+
fill: rgb(235, 241, 175.8);
|
|
593
|
+
stroke: rgb(211.5, 216.9, 158.22);
|
|
594
|
+
background: rgb(235, 241, 175.8);
|
|
595
|
+
border-color: rgb(211.5, 216.9, 158.22);
|
|
596
596
|
}
|
|
597
597
|
|
|
598
598
|
.cxs-color-11.cxs-selectable:hover, .cxs-color-11.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-11, .cxs-color-root.cxs-hover .cxs-color-11 {
|
|
599
|
-
fill:
|
|
600
|
-
stroke: rgb(
|
|
601
|
-
background:
|
|
602
|
-
border-color: rgb(
|
|
599
|
+
fill: rgb(230, 237.5, 156);
|
|
600
|
+
stroke: rgb(207, 213.75, 140.4);
|
|
601
|
+
background: rgb(230, 237.5, 156);
|
|
602
|
+
border-color: rgb(207, 213.75, 140.4);
|
|
603
603
|
}
|
|
604
604
|
|
|
605
605
|
.cxs-color-11.cxs-selected, .cxs-color-11.cxs-selected:hover, .cxs-color-11.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-11, .cxs-color-root.cxs-selected:hover .cxs-color-11, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-11 {
|
|
606
|
-
fill: rgb(
|
|
607
|
-
stroke: rgb(
|
|
608
|
-
background: rgb(
|
|
609
|
-
border-color: rgb(
|
|
606
|
+
fill: rgb(215, 227, 96.6);
|
|
607
|
+
stroke: rgb(193.5, 204.3, 86.94);
|
|
608
|
+
background: rgb(215, 227, 96.6);
|
|
609
|
+
border-color: rgb(193.5, 204.3, 86.94);
|
|
610
610
|
}
|
|
611
611
|
|
|
612
612
|
.cxs-color-11.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-11 {
|
|
613
|
-
fill:
|
|
614
|
-
stroke:
|
|
615
|
-
background:
|
|
616
|
-
border-color:
|
|
613
|
+
fill: rgb(250, 251.5, 235.2);
|
|
614
|
+
stroke: rgb(225, 226.35, 211.68);
|
|
615
|
+
background: rgb(250, 251.5, 235.2);
|
|
616
|
+
border-color: rgb(225, 226.35, 211.68);
|
|
617
617
|
}
|
|
618
618
|
|
|
619
619
|
.cxs-color-12 {
|
|
620
|
-
fill:
|
|
621
|
-
stroke:
|
|
622
|
-
background:
|
|
623
|
-
border-color:
|
|
620
|
+
fill: rgb(255, 247, 176.6);
|
|
621
|
+
stroke: rgb(229.5, 222.3, 158.94);
|
|
622
|
+
background: rgb(255, 247, 176.6);
|
|
623
|
+
border-color: rgb(229.5, 222.3, 158.94);
|
|
624
624
|
}
|
|
625
625
|
|
|
626
626
|
.cxs-color-12.cxs-selectable:hover, .cxs-color-12.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-12, .cxs-color-root.cxs-hover .cxs-color-12 {
|
|
627
|
-
fill:
|
|
628
|
-
stroke:
|
|
629
|
-
background:
|
|
630
|
-
border-color:
|
|
627
|
+
fill: #fff59d;
|
|
628
|
+
stroke: rgb(229.5, 220.5, 141.3);
|
|
629
|
+
background: #fff59d;
|
|
630
|
+
border-color: rgb(229.5, 220.5, 141.3);
|
|
631
631
|
}
|
|
632
632
|
|
|
633
633
|
.cxs-color-12.cxs-selected, .cxs-color-12.cxs-selected:hover, .cxs-color-12.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-12, .cxs-color-root.cxs-selected:hover .cxs-color-12, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-12 {
|
|
634
|
-
fill: rgb(255,
|
|
635
|
-
stroke: rgb(
|
|
636
|
-
background: rgb(255,
|
|
637
|
-
border-color: rgb(
|
|
634
|
+
fill: rgb(255, 239, 98.2);
|
|
635
|
+
stroke: rgb(229.5, 215.1, 88.38);
|
|
636
|
+
background: rgb(255, 239, 98.2);
|
|
637
|
+
border-color: rgb(229.5, 215.1, 88.38);
|
|
638
638
|
}
|
|
639
639
|
|
|
640
640
|
.cxs-color-12.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-12 {
|
|
641
|
-
fill:
|
|
642
|
-
stroke:
|
|
643
|
-
background:
|
|
644
|
-
border-color:
|
|
641
|
+
fill: rgb(255, 253, 235.4);
|
|
642
|
+
stroke: rgb(229.5, 227.7, 211.86);
|
|
643
|
+
background: rgb(255, 253, 235.4);
|
|
644
|
+
border-color: rgb(229.5, 227.7, 211.86);
|
|
645
645
|
}
|
|
646
646
|
|
|
647
647
|
.cxs-color-13 {
|
|
648
|
-
fill:
|
|
649
|
-
stroke:
|
|
650
|
-
background:
|
|
651
|
-
border-color:
|
|
648
|
+
fill: rgb(255, 230.2, 155.8);
|
|
649
|
+
stroke: rgb(229.5, 207.18, 140.22);
|
|
650
|
+
background: rgb(255, 230.2, 155.8);
|
|
651
|
+
border-color: rgb(229.5, 207.18, 140.22);
|
|
652
652
|
}
|
|
653
653
|
|
|
654
654
|
.cxs-color-13.cxs-selectable:hover, .cxs-color-13.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-13, .cxs-color-root.cxs-hover .cxs-color-13 {
|
|
655
|
-
fill:
|
|
656
|
-
stroke:
|
|
657
|
-
background:
|
|
658
|
-
border-color:
|
|
655
|
+
fill: #ffe083;
|
|
656
|
+
stroke: rgb(229.5, 201.6, 117.9);
|
|
657
|
+
background: #ffe083;
|
|
658
|
+
border-color: rgb(229.5, 201.6, 117.9);
|
|
659
659
|
}
|
|
660
660
|
|
|
661
661
|
.cxs-color-13.cxs-selected, .cxs-color-13.cxs-selected:hover, .cxs-color-13.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-13, .cxs-color-root.cxs-selected:hover .cxs-color-13, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-13 {
|
|
662
|
-
fill: rgb(255,
|
|
663
|
-
stroke: rgb(
|
|
664
|
-
background: rgb(255,
|
|
665
|
-
border-color: rgb(
|
|
662
|
+
fill: rgb(255, 205.4, 56.6);
|
|
663
|
+
stroke: rgb(229.5, 184.86, 50.94);
|
|
664
|
+
background: rgb(255, 205.4, 56.6);
|
|
665
|
+
border-color: rgb(229.5, 184.86, 50.94);
|
|
666
666
|
}
|
|
667
667
|
|
|
668
668
|
.cxs-color-13.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-13 {
|
|
669
|
-
fill:
|
|
670
|
-
stroke:
|
|
671
|
-
background:
|
|
672
|
-
border-color:
|
|
669
|
+
fill: rgb(255, 248.8, 230.2);
|
|
670
|
+
stroke: rgb(229.5, 223.92, 207.18);
|
|
671
|
+
background: rgb(255, 248.8, 230.2);
|
|
672
|
+
border-color: rgb(229.5, 223.92, 207.18);
|
|
673
673
|
}
|
|
674
674
|
|
|
675
675
|
.cxs-color-14 {
|
|
676
|
-
fill:
|
|
677
|
-
stroke:
|
|
678
|
-
background:
|
|
679
|
-
border-color:
|
|
676
|
+
fill: rgb(255, 213.8, 153);
|
|
677
|
+
stroke: rgb(229.5, 192.42, 137.7);
|
|
678
|
+
background: rgb(255, 213.8, 153);
|
|
679
|
+
border-color: rgb(229.5, 192.42, 137.7);
|
|
680
680
|
}
|
|
681
681
|
|
|
682
682
|
.cxs-color-14.cxs-selectable:hover, .cxs-color-14.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-14, .cxs-color-root.cxs-hover .cxs-color-14 {
|
|
683
|
-
fill:
|
|
684
|
-
stroke: rgb(229.5,
|
|
685
|
-
background:
|
|
686
|
-
border-color: rgb(229.5,
|
|
683
|
+
fill: rgb(255, 203.5, 127.5);
|
|
684
|
+
stroke: rgb(229.5, 183.15, 114.75);
|
|
685
|
+
background: rgb(255, 203.5, 127.5);
|
|
686
|
+
border-color: rgb(229.5, 183.15, 114.75);
|
|
687
687
|
}
|
|
688
688
|
|
|
689
689
|
.cxs-color-14.cxs-selected, .cxs-color-14.cxs-selected:hover, .cxs-color-14.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-14, .cxs-color-root.cxs-selected:hover .cxs-color-14, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-14 {
|
|
690
|
-
fill: rgb(255,
|
|
691
|
-
stroke: rgb(
|
|
692
|
-
background: rgb(255,
|
|
693
|
-
border-color: rgb(
|
|
690
|
+
fill: rgb(255, 172.6, 51);
|
|
691
|
+
stroke: rgb(229.5, 155.34, 45.9);
|
|
692
|
+
background: rgb(255, 172.6, 51);
|
|
693
|
+
border-color: rgb(229.5, 155.34, 45.9);
|
|
694
694
|
}
|
|
695
695
|
|
|
696
696
|
.cxs-color-14.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-14 {
|
|
697
|
-
fill:
|
|
698
|
-
stroke:
|
|
699
|
-
background:
|
|
700
|
-
border-color:
|
|
697
|
+
fill: rgb(255, 244.7, 229.5);
|
|
698
|
+
stroke: rgb(229.5, 220.23, 206.55);
|
|
699
|
+
background: rgb(255, 244.7, 229.5);
|
|
700
|
+
border-color: rgb(229.5, 220.23, 206.55);
|
|
701
701
|
}
|
|
702
702
|
|
|
703
703
|
.cxs-color-15 {
|
|
704
|
-
fill:
|
|
705
|
-
stroke:
|
|
706
|
-
background:
|
|
707
|
-
border-color:
|
|
704
|
+
fill: rgb(255, 187.8, 166.6);
|
|
705
|
+
stroke: rgb(229.5, 169.02, 149.94);
|
|
706
|
+
background: rgb(255, 187.8, 166.6);
|
|
707
|
+
border-color: rgb(229.5, 169.02, 149.94);
|
|
708
708
|
}
|
|
709
709
|
|
|
710
710
|
.cxs-color-15.cxs-selectable:hover, .cxs-color-15.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-15, .cxs-color-root.cxs-hover .cxs-color-15 {
|
|
711
|
-
fill:
|
|
712
|
-
stroke: rgb(
|
|
713
|
-
background:
|
|
714
|
-
border-color: rgb(
|
|
711
|
+
fill: rgb(255, 171, 144.5);
|
|
712
|
+
stroke: rgb(229.5, 153.9, 130.05);
|
|
713
|
+
background: rgb(255, 171, 144.5);
|
|
714
|
+
border-color: rgb(229.5, 153.9, 130.05);
|
|
715
715
|
}
|
|
716
716
|
|
|
717
717
|
.cxs-color-15.cxs-selected, .cxs-color-15.cxs-selected:hover, .cxs-color-15.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-15, .cxs-color-root.cxs-selected:hover .cxs-color-15, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-15 {
|
|
718
|
-
fill: rgb(255,
|
|
719
|
-
stroke: rgb(
|
|
720
|
-
background: rgb(255,
|
|
721
|
-
border-color: rgb(
|
|
718
|
+
fill: rgb(255, 120.6, 78.2);
|
|
719
|
+
stroke: rgb(229.5, 108.54, 70.38);
|
|
720
|
+
background: rgb(255, 120.6, 78.2);
|
|
721
|
+
border-color: rgb(229.5, 108.54, 70.38);
|
|
722
722
|
}
|
|
723
723
|
|
|
724
724
|
.cxs-color-15.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-15 {
|
|
725
|
-
fill:
|
|
726
|
-
stroke:
|
|
727
|
-
background:
|
|
728
|
-
border-color:
|
|
725
|
+
fill: rgb(255, 238.2, 232.9);
|
|
726
|
+
stroke: rgb(229.5, 214.38, 209.61);
|
|
727
|
+
background: rgb(255, 238.2, 232.9);
|
|
728
|
+
border-color: rgb(229.5, 214.38, 209.61);
|
|
729
729
|
}
|