cx 26.3.5 → 26.3.6
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 +2 -5
- package/build/data/createAccessorModelProxy.d.ts +6 -11
- package/build/data/createAccessorModelProxy.d.ts.map +1 -1
- package/build/data/createAccessorModelProxy.js +1 -3
- package/build/jsx-runtime.d.ts +2 -1
- package/build/jsx-runtime.d.ts.map +1 -1
- package/build/ui/createFunctionalComponent.d.ts +4 -1
- package/build/ui/createFunctionalComponent.d.ts.map +1 -1
- package/build/widgets/form/Calendar.d.ts +1 -0
- package/build/widgets/form/Calendar.d.ts.map +1 -1
- package/build/widgets/form/Calendar.js +14 -22
- package/build/widgets/form/TimeList.d.ts +3 -1
- package/build/widgets/form/TimeList.d.ts.map +1 -1
- package/build/widgets/grid/Grid.d.ts +3 -3
- package/build/widgets/grid/Grid.d.ts.map +1 -1
- package/build/widgets/grid/Grid.js +86 -188
- package/build/widgets/index.d.ts +3 -1
- package/build/widgets/index.d.ts.map +1 -1
- package/build/widgets/index.js +3 -1
- package/build/widgets/nav/Tab.d.ts.map +1 -1
- package/build/widgets/nav/Tab.js +9 -5
- 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 +10 -19
- package/build/widgets/overlay/Window.d.ts.map +1 -1
- package/build/widgets/overlay/Window.js +5 -11
- package/dist/charts.css +256 -256
- package/dist/manifest.js +722 -713
- package/dist/widgets.css +15 -7
- package/dist/widgets.js +31 -17
- 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/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 +69 -69
- package/src/widgets/Button.maps.scss +103 -103
- package/src/widgets/Sandbox.ts +104 -104
- package/src/widgets/form/Calendar.tsx +772 -772
- package/src/widgets/form/ColorField.scss +112 -112
- package/src/widgets/form/DateTimeField.scss +111 -111
- package/src/widgets/form/LookupField.scss +228 -228
- package/src/widgets/form/MonthField.scss +113 -113
- package/src/widgets/form/NumberField.scss +72 -72
- package/src/widgets/form/Select.scss +104 -104
- package/src/widgets/form/TextField.scss +66 -66
- package/src/widgets/form/variables.scss +110 -110
- package/src/widgets/grid/Grid.tsx +4264 -4264
- package/src/widgets/grid/variables.scss +47 -47
- package/src/widgets/index.ts +63 -63
- package/src/widgets/nav/Tab.ts +122 -122
- package/src/widgets/overlay/Overlay.tsx +1028 -1028
- package/src/widgets/overlay/Window.tsx +320 -320
- package/src/widgets/variables.scss +61 -61
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: hsl(4.1052631579, 89.6226415094%, 118.431372549%);
|
|
285
|
+
stroke: hsl(4.1052631579, 89.6226415094%, 108.431372549%);
|
|
286
|
+
background: hsl(4.1052631579, 89.6226415094%, 118.431372549%);
|
|
287
|
+
border-color: hsl(4.1052631579, 89.6226415094%, 108.431372549%);
|
|
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: hsl(4.1052631579, 89.6226415094%, 108.431372549%);
|
|
292
|
+
stroke: rgb(254.5849056604, 247.9056603774, 247.4150943396);
|
|
293
|
+
background: hsl(4.1052631579, 89.6226415094%, 108.431372549%);
|
|
294
|
+
border-color: rgb(254.5849056604, 247.9056603774, 247.4150943396);
|
|
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(249.2924528302, 157.4528301887, 150.7075471698);
|
|
299
|
+
stroke: rgb(246.6462264151, 112.2264150943, 102.3537735849);
|
|
300
|
+
background: rgb(249.2924528302, 157.4528301887, 150.7075471698);
|
|
301
|
+
border-color: rgb(246.6462264151, 112.2264150943, 102.3537735849);
|
|
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: hsl(4.1052631579, 89.6226415094%, 148.431372549%);
|
|
306
|
+
stroke: hsl(4.1052631579, 89.6226415094%, 138.431372549%);
|
|
307
|
+
background: hsl(4.1052631579, 89.6226415094%, 148.431372549%);
|
|
308
|
+
border-color: hsl(4.1052631579, 89.6226415094%, 138.431372549%);
|
|
309
309
|
}
|
|
310
310
|
|
|
311
311
|
.cxs-color-1 {
|
|
312
|
-
fill:
|
|
313
|
-
stroke:
|
|
314
|
-
background:
|
|
315
|
-
border-color:
|
|
312
|
+
fill: hsl(339.60591133, 82.1862348178%, 111.568627451%);
|
|
313
|
+
stroke: hsl(339.60591133, 82.1862348178%, 101.568627451%);
|
|
314
|
+
background: hsl(339.60591133, 82.1862348178%, 111.568627451%);
|
|
315
|
+
border-color: hsl(339.60591133, 82.1862348178%, 101.568627451%);
|
|
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: hsl(339.60591133, 82.1862348178%, 101.568627451%);
|
|
320
|
+
stroke: rgb(251.1700404858, 215.8299595142, 227.8421052632);
|
|
321
|
+
background: hsl(339.60591133, 82.1862348178%, 101.568627451%);
|
|
322
|
+
border-color: rgb(251.1700404858, 215.8299595142, 227.8421052632);
|
|
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(242.0850202429, 122.9149797571, 163.4210526316);
|
|
327
|
+
stroke: rgb(237.5425101215, 76.4574898785, 131.2105263158);
|
|
328
|
+
background: rgb(242.0850202429, 122.9149797571, 163.4210526316);
|
|
329
|
+
border-color: rgb(237.5425101215, 76.4574898785, 131.2105263158);
|
|
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: hsl(339.60591133, 82.1862348178%, 141.568627451%);
|
|
334
|
+
stroke: hsl(339.60591133, 82.1862348178%, 131.568627451%);
|
|
335
|
+
background: hsl(339.60591133, 82.1862348178%, 141.568627451%);
|
|
336
|
+
border-color: hsl(339.60591133, 82.1862348178%, 131.568627451%);
|
|
337
337
|
}
|
|
338
338
|
|
|
339
339
|
.cxs-color-2 {
|
|
340
|
-
fill:
|
|
341
|
-
stroke: rgb(
|
|
342
|
-
background:
|
|
343
|
-
border-color: rgb(
|
|
340
|
+
fill: hsl(291.2408759124, 63.7209302326%, 102.1568627451%);
|
|
341
|
+
stroke: rgb(244.023255814, 222.2558139535, 247.7441860465);
|
|
342
|
+
background: hsl(291.2408759124, 63.7209302326%, 102.1568627451%);
|
|
343
|
+
border-color: rgb(244.023255814, 222.2558139535, 247.7441860465);
|
|
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(244.023255814, 222.2558139535, 247.7441860465);
|
|
348
|
+
stroke: rgb(230.0279069767, 180.5069767442, 238.4930232558);
|
|
349
|
+
background: rgb(244.023255814, 222.2558139535, 247.7441860465);
|
|
350
|
+
border-color: rgb(230.0279069767, 180.5069767442, 238.4930232558);
|
|
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(202.0372093023, 97.0093023256, 219.9906976744);
|
|
355
|
+
stroke: rgb(188.0418604651, 55.2604651163, 210.7395348837);
|
|
356
|
+
background: rgb(202.0372093023, 97.0093023256, 219.9906976744);
|
|
357
|
+
border-color: rgb(188.0418604651, 55.2604651163, 210.7395348837);
|
|
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: hsl(291.2408759124, 63.7209302326%, 132.1568627451%);
|
|
362
|
+
stroke: hsl(291.2408759124, 63.7209302326%, 122.1568627451%);
|
|
363
|
+
background: hsl(291.2408759124, 63.7209302326%, 132.1568627451%);
|
|
364
|
+
border-color: hsl(291.2408759124, 63.7209302326%, 122.1568627451%);
|
|
365
365
|
}
|
|
366
366
|
|
|
367
367
|
.cxs-color-3 {
|
|
368
|
-
fill:
|
|
369
|
-
stroke: rgb(
|
|
370
|
-
background:
|
|
371
|
-
border-color: rgb(
|
|
368
|
+
fill: hsl(261.6, 51.867219917%, 107.2549019608%);
|
|
369
|
+
stroke: rgb(246.9834024896, 244.3692946058, 251.6307053942);
|
|
370
|
+
background: hsl(261.6, 51.867219917%, 107.2549019608%);
|
|
371
|
+
border-color: rgb(246.9834024896, 244.3692946058, 251.6307053942);
|
|
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(246.9834024896, 244.3692946058, 251.6307053942);
|
|
376
|
+
stroke: rgb(217.7800829876, 205.643153527, 239.356846473);
|
|
377
|
+
background: rgb(246.9834024896, 244.3692946058, 251.6307053942);
|
|
378
|
+
border-color: rgb(217.7800829876, 205.643153527, 239.356846473);
|
|
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(159.3734439834, 128.1908713693, 214.8091286307);
|
|
383
|
+
stroke: rgb(130.1701244813, 89.4647302905, 202.5352697095);
|
|
384
|
+
background: rgb(159.3734439834, 128.1908713693, 214.8091286307);
|
|
385
|
+
border-color: rgb(130.1701244813, 89.4647302905, 202.5352697095);
|
|
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: hsl(261.6, 51.867219917%, 137.2549019608%);
|
|
390
|
+
stroke: hsl(261.6, 51.867219917%, 127.2549019608%);
|
|
391
|
+
background: hsl(261.6, 51.867219917%, 137.2549019608%);
|
|
392
|
+
border-color: hsl(261.6, 51.867219917%, 127.2549019608%);
|
|
393
393
|
}
|
|
394
394
|
|
|
395
395
|
.cxs-color-4 {
|
|
396
|
-
fill:
|
|
397
|
-
stroke: rgb(
|
|
398
|
-
background:
|
|
399
|
-
border-color: rgb(
|
|
396
|
+
fill: hsl(230.8474576271, 48.3606557377%, 107.8431372549%);
|
|
397
|
+
stroke: rgb(246.8401639344, 247.6516393443, 252.1598360656);
|
|
398
|
+
background: hsl(230.8474576271, 48.3606557377%, 107.8431372549%);
|
|
399
|
+
border-color: rgb(246.8401639344, 247.6516393443, 252.1598360656);
|
|
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: rgb(246.8401639344, 247.6516393443, 252.1598360656);
|
|
404
|
+
stroke: rgb(209.0081967213, 213.5819672131, 238.9918032787);
|
|
405
|
+
background: rgb(246.8401639344, 247.6516393443, 252.1598360656);
|
|
406
|
+
border-color: rgb(209.0081967213, 213.5819672131, 238.9918032787);
|
|
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(133.3442622951, 145.4426229508, 212.6557377049);
|
|
411
|
+
stroke: rgb(95.512295082, 111.3729508197, 199.487704918);
|
|
412
|
+
background: rgb(133.3442622951, 145.4426229508, 212.6557377049);
|
|
413
|
+
border-color: rgb(95.512295082, 111.3729508197, 199.487704918);
|
|
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: hsl(230.8474576271, 48.3606557377%, 137.8431372549%);
|
|
418
|
+
stroke: hsl(230.8474576271, 48.3606557377%, 127.8431372549%);
|
|
419
|
+
background: hsl(230.8474576271, 48.3606557377%, 137.8431372549%);
|
|
420
|
+
border-color: hsl(230.8474576271, 48.3606557377%, 127.8431372549%);
|
|
421
421
|
}
|
|
422
422
|
|
|
423
423
|
.cxs-color-5 {
|
|
424
|
-
fill:
|
|
425
|
-
stroke:
|
|
426
|
-
background:
|
|
427
|
-
border-color:
|
|
424
|
+
fill: hsl(206.5714285714, 89.7435897436%, 114.1176470588%);
|
|
425
|
+
stroke: hsl(206.5714285714, 89.7435897436%, 104.1176470588%);
|
|
426
|
+
background: hsl(206.5714285714, 89.7435897436%, 114.1176470588%);
|
|
427
|
+
border-color: hsl(206.5714285714, 89.7435897436%, 104.1176470588%);
|
|
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: hsl(206.5714285714, 89.7435897436%, 104.1176470588%);
|
|
432
|
+
stroke: rgb(226.5384615385, 241.5384615385, 253.4615384615);
|
|
433
|
+
background: hsl(206.5714285714, 89.7435897436%, 104.1176470588%);
|
|
434
|
+
border-color: rgb(226.5384615385, 241.5384615385, 253.4615384615);
|
|
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(129.7692307692, 195.7692307692, 248.2307692308);
|
|
439
|
+
stroke: rgb(81.3846153846, 172.8846153846, 245.6153846154);
|
|
440
|
+
background: rgb(129.7692307692, 195.7692307692, 248.2307692308);
|
|
441
|
+
border-color: rgb(81.3846153846, 172.8846153846, 245.6153846154);
|
|
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: hsl(206.5714285714, 89.7435897436%, 144.1176470588%);
|
|
446
|
+
stroke: hsl(206.5714285714, 89.7435897436%, 134.1176470588%);
|
|
447
|
+
background: hsl(206.5714285714, 89.7435897436%, 144.1176470588%);
|
|
448
|
+
border-color: hsl(206.5714285714, 89.7435897436%, 134.1176470588%);
|
|
449
449
|
}
|
|
450
450
|
|
|
451
451
|
.cxs-color-6 {
|
|
452
|
-
fill:
|
|
453
|
-
stroke: rgb(
|
|
454
|
-
background:
|
|
455
|
-
border-color: rgb(
|
|
452
|
+
fill: hsl(198.6721991701, 97.5708502024%, 108.431372549%);
|
|
453
|
+
stroke: rgb(247.0971659919, 252.4736842105, 254.9028340081);
|
|
454
|
+
background: hsl(198.6721991701, 97.5708502024%, 108.431372549%);
|
|
455
|
+
border-color: rgb(247.0971659919, 252.4736842105, 254.9028340081);
|
|
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(247.0971659919, 252.4736842105, 254.9028340081);
|
|
460
|
+
stroke: rgb(196.7165991903, 236.3684210526, 254.2834008097);
|
|
461
|
+
background: rgb(247.0971659919, 252.4736842105, 254.9028340081);
|
|
462
|
+
border-color: rgb(196.7165991903, 236.3684210526, 254.2834008097);
|
|
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(95.955465587, 204.1578947368, 253.044534413);
|
|
467
|
+
stroke: rgb(45.5748987854, 188.0526315789, 252.4251012146);
|
|
468
|
+
background: rgb(95.955465587, 204.1578947368, 253.044534413);
|
|
469
|
+
border-color: rgb(45.5748987854, 188.0526315789, 252.4251012146);
|
|
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: hsl(198.6721991701, 97.5708502024%, 138.431372549%);
|
|
474
|
+
stroke: hsl(198.6721991701, 97.5708502024%, 128.431372549%);
|
|
475
|
+
background: hsl(198.6721991701, 97.5708502024%, 138.431372549%);
|
|
476
|
+
border-color: hsl(198.6721991701, 97.5708502024%, 128.431372549%);
|
|
477
477
|
}
|
|
478
478
|
|
|
479
479
|
.cxs-color-7 {
|
|
480
|
-
fill:
|
|
481
|
-
stroke: rgb(
|
|
482
|
-
background:
|
|
483
|
-
border-color: rgb(
|
|
480
|
+
fill: hsl(186.7924528302, 100%, 101.568627451%);
|
|
481
|
+
stroke: rgb(212, 250.1320754717, 255);
|
|
482
|
+
background: hsl(186.7924528302, 100%, 101.568627451%);
|
|
483
|
+
border-color: rgb(212, 250.1320754717, 255);
|
|
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(212, 250.1320754717, 255);
|
|
488
|
+
stroke: rgb(161, 244.358490566, 255);
|
|
489
|
+
background: rgb(212, 250.1320754717, 255);
|
|
490
|
+
border-color: rgb(161, 244.358490566, 255);
|
|
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(59, 232.8113207547, 255);
|
|
495
|
+
stroke: rgb(8, 227.0377358491, 255);
|
|
496
|
+
background: rgb(59, 232.8113207547, 255);
|
|
497
|
+
border-color: rgb(8, 227.0377358491, 255);
|
|
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: hsl(186.7924528302, 100%, 131.568627451%);
|
|
502
|
+
stroke: hsl(186.7924528302, 100%, 121.568627451%);
|
|
503
|
+
background: hsl(186.7924528302, 100%, 131.568627451%);
|
|
504
|
+
border-color: hsl(186.7924528302, 100%, 121.568627451%);
|
|
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(201, 255, 249.96);
|
|
509
|
+
stroke: rgb(150, 255, 245.2);
|
|
510
|
+
background: rgb(201, 255, 249.96);
|
|
511
|
+
border-color: rgb(150, 255, 245.2);
|
|
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(150, 255, 245.2);
|
|
516
|
+
stroke: rgb(99, 255, 240.44);
|
|
517
|
+
background: rgb(150, 255, 245.2);
|
|
518
|
+
border-color: rgb(99, 255, 240.44);
|
|
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(0, 252, 228.48);
|
|
523
|
+
stroke: rgb(0, 201, 182.24);
|
|
524
|
+
background: rgb(0, 252, 228.48);
|
|
525
|
+
border-color: rgb(0, 201, 182.24);
|
|
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: hsl(174.4, 100%, 119.4117647059%);
|
|
530
|
+
stroke: hsl(174.4, 100%, 109.4117647059%);
|
|
531
|
+
background: hsl(174.4, 100%, 119.4117647059%);
|
|
532
|
+
border-color: hsl(174.4, 100%, 109.4117647059%);
|
|
533
533
|
}
|
|
534
534
|
|
|
535
535
|
.cxs-color-9 {
|
|
536
|
-
fill:
|
|
537
|
-
stroke: rgb(
|
|
538
|
-
background:
|
|
539
|
-
border-color: rgb(
|
|
536
|
+
fill: hsl(122.4242424242, 39.4422310757%, 109.2156862745%);
|
|
537
|
+
stroke: rgb(252.2111553785, 253.7888446215, 252.2749003984);
|
|
538
|
+
background: hsl(122.4242424242, 39.4422310757%, 109.2156862745%);
|
|
539
|
+
border-color: rgb(252.2111553785, 253.7888446215, 252.2749003984);
|
|
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(252.2111553785, 253.7888446215, 252.2749003984);
|
|
544
|
+
stroke: rgb(216.6533864542, 238.3466135458, 217.5298804781);
|
|
545
|
+
background: rgb(252.2111553785, 253.7888446215, 252.2749003984);
|
|
546
|
+
border-color: rgb(216.6533864542, 238.3466135458, 217.5298804781);
|
|
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(145.5378486056, 207.4621513944, 148.0398406375);
|
|
551
|
+
stroke: rgb(109.9800796813, 192.0199203187, 113.2948207171);
|
|
552
|
+
background: rgb(145.5378486056, 207.4621513944, 148.0398406375);
|
|
553
|
+
border-color: rgb(109.9800796813, 192.0199203187, 113.2948207171);
|
|
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: hsl(122.4242424242, 39.4422310757%, 139.2156862745%);
|
|
558
|
+
stroke: hsl(122.4242424242, 39.4422310757%, 129.2156862745%);
|
|
559
|
+
background: hsl(122.4242424242, 39.4422310757%, 139.2156862745%);
|
|
560
|
+
border-color: hsl(122.4242424242, 39.4422310757%, 129.2156862745%);
|
|
561
561
|
}
|
|
562
562
|
|
|
563
563
|
.cxs-color-10 {
|
|
564
|
-
fill:
|
|
565
|
-
stroke:
|
|
566
|
-
background:
|
|
567
|
-
border-color:
|
|
564
|
+
fill: hsl(87.7685950413, 50.2074688797%, 112.7450980392%);
|
|
565
|
+
stroke: hsl(87.7685950413, 50.2074688797%, 102.7450980392%);
|
|
566
|
+
background: hsl(87.7685950413, 50.2074688797%, 112.7450980392%);
|
|
567
|
+
border-color: hsl(87.7685950413, 50.2074688797%, 102.7450980392%);
|
|
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: hsl(87.7685950413, 50.2074688797%, 102.7450980392%);
|
|
572
|
+
stroke: rgb(237.1908713693, 245.7883817427, 227.2116182573);
|
|
573
|
+
background: hsl(87.7685950413, 50.2074688797%, 102.7450980392%);
|
|
574
|
+
border-color: rgb(237.1908713693, 245.7883817427, 227.2116182573);
|
|
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(188.0954356846, 220.3941908714, 150.6058091286);
|
|
579
|
+
stroke: rgb(163.5477178423, 207.6970954357, 112.3029045643);
|
|
580
|
+
background: rgb(188.0954356846, 220.3941908714, 150.6058091286);
|
|
581
|
+
border-color: rgb(163.5477178423, 207.6970954357, 112.3029045643);
|
|
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: hsl(87.7685950413, 50.2074688797%, 142.7450980392%);
|
|
586
|
+
stroke: hsl(87.7685950413, 50.2074688797%, 132.7450980392%);
|
|
587
|
+
background: hsl(87.7685950413, 50.2074688797%, 142.7450980392%);
|
|
588
|
+
border-color: hsl(87.7685950413, 50.2074688797%, 132.7450980392%);
|
|
589
589
|
}
|
|
590
590
|
|
|
591
591
|
.cxs-color-11 {
|
|
592
|
-
fill:
|
|
593
|
-
stroke:
|
|
594
|
-
background:
|
|
595
|
-
border-color:
|
|
592
|
+
fill: hsl(65.5214723926, 69.9570815451%, 114.3137254902%);
|
|
593
|
+
stroke: hsl(65.5214723926, 69.9570815451%, 104.3137254902%);
|
|
594
|
+
background: hsl(65.5214723926, 69.9570815451%, 114.3137254902%);
|
|
595
|
+
border-color: hsl(65.5214723926, 69.9570815451%, 104.3137254902%);
|
|
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: hsl(65.5214723926, 69.9570815451%, 104.3137254902%);
|
|
600
|
+
stroke: rgb(248.7768240343, 250.643776824, 230.356223176);
|
|
601
|
+
background: hsl(65.5214723926, 69.9570815451%, 104.3137254902%);
|
|
602
|
+
border-color: rgb(248.7768240343, 250.643776824, 230.356223176);
|
|
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(226.8884120172, 235.321888412, 143.678111588);
|
|
607
|
+
stroke: rgb(215.9442060086, 227.660944206, 100.339055794);
|
|
608
|
+
background: rgb(226.8884120172, 235.321888412, 143.678111588);
|
|
609
|
+
border-color: rgb(215.9442060086, 227.660944206, 100.339055794);
|
|
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: hsl(65.5214723926, 69.9570815451%, 144.3137254902%);
|
|
614
|
+
stroke: hsl(65.5214723926, 69.9570815451%, 134.3137254902%);
|
|
615
|
+
background: hsl(65.5214723926, 69.9570815451%, 144.3137254902%);
|
|
616
|
+
border-color: hsl(65.5214723926, 69.9570815451%, 134.3137254902%);
|
|
617
617
|
}
|
|
618
618
|
|
|
619
619
|
.cxs-color-12 {
|
|
620
|
-
fill:
|
|
621
|
-
stroke:
|
|
622
|
-
background:
|
|
623
|
-
border-color:
|
|
620
|
+
fill: hsl(53.8775510204, 100%, 121.568627451%);
|
|
621
|
+
stroke: hsl(53.8775510204, 100%, 111.568627451%);
|
|
622
|
+
background: hsl(53.8775510204, 100%, 121.568627451%);
|
|
623
|
+
border-color: hsl(53.8775510204, 100%, 111.568627451%);
|
|
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: hsl(53.8775510204, 100%, 111.568627451%);
|
|
628
|
+
stroke: hsl(53.8775510204, 100%, 101.568627451%);
|
|
629
|
+
background: hsl(53.8775510204, 100%, 111.568627451%);
|
|
630
|
+
border-color: hsl(53.8775510204, 100%, 101.568627451%);
|
|
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, 245.4081632653, 161);
|
|
635
|
+
stroke: rgb(255, 240.2040816327, 110);
|
|
636
|
+
background: rgb(255, 245.4081632653, 161);
|
|
637
|
+
border-color: rgb(255, 240.2040816327, 110);
|
|
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: hsl(53.8775510204, 100%, 151.568627451%);
|
|
642
|
+
stroke: hsl(53.8775510204, 100%, 141.568627451%);
|
|
643
|
+
background: hsl(53.8775510204, 100%, 151.568627451%);
|
|
644
|
+
border-color: hsl(53.8775510204, 100%, 141.568627451%);
|
|
645
645
|
}
|
|
646
646
|
|
|
647
647
|
.cxs-color-13 {
|
|
648
|
-
fill:
|
|
649
|
-
stroke:
|
|
650
|
-
background:
|
|
651
|
-
border-color:
|
|
648
|
+
fill: hsl(45, 100%, 111.3725490196%);
|
|
649
|
+
stroke: hsl(45, 100%, 101.3725490196%);
|
|
650
|
+
background: hsl(45, 100%, 111.3725490196%);
|
|
651
|
+
border-color: hsl(45, 100%, 101.3725490196%);
|
|
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: hsl(45, 100%, 101.3725490196%);
|
|
656
|
+
stroke: #fff4d3;
|
|
657
|
+
background: hsl(45, 100%, 101.3725490196%);
|
|
658
|
+
border-color: #fff4d3;
|
|
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, 218.5, 109);
|
|
663
|
+
stroke: rgb(255, 205.75, 58);
|
|
664
|
+
background: rgb(255, 218.5, 109);
|
|
665
|
+
border-color: rgb(255, 205.75, 58);
|
|
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: hsl(45, 100%, 141.3725490196%);
|
|
670
|
+
stroke: hsl(45, 100%, 131.3725490196%);
|
|
671
|
+
background: hsl(45, 100%, 141.3725490196%);
|
|
672
|
+
border-color: hsl(45, 100%, 131.3725490196%);
|
|
673
673
|
}
|
|
674
674
|
|
|
675
675
|
.cxs-color-14 {
|
|
676
|
-
fill:
|
|
677
|
-
stroke:
|
|
678
|
-
background:
|
|
679
|
-
border-color:
|
|
676
|
+
fill: hsl(35.7647058824, 100%, 110%);
|
|
677
|
+
stroke: white;
|
|
678
|
+
background: hsl(35.7647058824, 100%, 110%);
|
|
679
|
+
border-color: white;
|
|
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: white;
|
|
684
|
+
stroke: rgb(229.5, 229.5, 229.5);
|
|
685
|
+
background: white;
|
|
686
|
+
border-color: rgb(229.5, 229.5, 229.5);
|
|
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, 193.2, 102);
|
|
691
|
+
stroke: rgb(255, 172.6, 51);
|
|
692
|
+
background: rgb(255, 193.2, 102);
|
|
693
|
+
border-color: rgb(255, 172.6, 51);
|
|
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: hsl(35.7647058824, 100%, 140%);
|
|
698
|
+
stroke: hsl(35.7647058824, 100%, 130%);
|
|
699
|
+
background: hsl(35.7647058824, 100%, 140%);
|
|
700
|
+
border-color: hsl(35.7647058824, 100%, 130%);
|
|
701
701
|
}
|
|
702
702
|
|
|
703
703
|
.cxs-color-15 {
|
|
704
|
-
fill:
|
|
705
|
-
stroke:
|
|
706
|
-
background:
|
|
707
|
-
border-color:
|
|
704
|
+
fill: hsl(14.3891402715, 100%, 116.6666666667%);
|
|
705
|
+
stroke: hsl(14.3891402715, 100%, 106.6666666667%);
|
|
706
|
+
background: hsl(14.3891402715, 100%, 116.6666666667%);
|
|
707
|
+
border-color: hsl(14.3891402715, 100%, 106.6666666667%);
|
|
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: hsl(14.3891402715, 100%, 106.6666666667%);
|
|
712
|
+
stroke: rgb(255, 242.0769230769, 238);
|
|
713
|
+
background: hsl(14.3891402715, 100%, 106.6666666667%);
|
|
714
|
+
border-color: rgb(255, 242.0769230769, 238);
|
|
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, 164.5384615385, 136);
|
|
719
|
+
stroke: rgb(255, 125.7692307692, 85);
|
|
720
|
+
background: rgb(255, 164.5384615385, 136);
|
|
721
|
+
border-color: rgb(255, 125.7692307692, 85);
|
|
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: hsl(14.3891402715, 100%, 146.6666666667%);
|
|
726
|
+
stroke: hsl(14.3891402715, 100%, 136.6666666667%);
|
|
727
|
+
background: hsl(14.3891402715, 100%, 146.6666666667%);
|
|
728
|
+
border-color: hsl(14.3891402715, 100%, 136.6666666667%);
|
|
729
729
|
}
|