@desynova-digital/tokens 9.0.1 → 9.0.2

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 (2) hide show
  1. package/colors.js +65 -6
  2. package/package.json +1 -1
package/colors.js CHANGED
@@ -469,12 +469,24 @@ var colors = {
469
469
  borderColor: 'rgb(0, 206, 198)',
470
470
  rgbaThemeColor: 'rgba(0, 206, 198, 0.1)',
471
471
  themeColor: '#00cec6'
472
+ },
473
+ adminPanelTab: {
474
+ searchListItem: '#fff',
475
+ searchListMainIcon: '#fff',
476
+ searchListMainIconBackground: '#00cec6',
477
+ searchListItemSelected: '#00cec6',
478
+ searchListItemSelectedBorder: '#2e666a',
479
+ searchListMainIconSelected: '#00cec6',
480
+ searchListMainIconBackgroundSelected: '#fff',
481
+ activeColor: '#00cec6',
482
+ activeColorSelected: '#fff'
472
483
  }
473
484
  },
474
485
  light: {
475
486
  switch: {
476
487
  background: '#FFF',
477
488
  border: '#333',
489
+ label: '#333',
478
490
  circleBackground: 'transparent',
479
491
  circleBorder: '#333',
480
492
  checkedBorder: '#00cec6',
@@ -542,7 +554,8 @@ var colors = {
542
554
  searchBoxTop: '#aaaaaa',
543
555
  resultsCategory: '#666666',
544
556
  resultsCategoryStrong: '#333',
545
- mainColor: '#00cec6'
557
+ mainColor: '#00cec6',
558
+ listTitleBorder: '#dddddd'
546
559
  },
547
560
  dashboard: {
548
561
  cardHeader: '#333',
@@ -564,13 +577,38 @@ var colors = {
564
577
  lightThemeColor: '#07D5CD'
565
578
  },
566
579
  tabContent: {
567
- searchModalBackground: '#fff'
580
+ searchModalBackground: '#fff',
581
+ searchListItem: '#fff',
582
+ searchListMainIcon: '#fff',
583
+ searchListMainIconBackground: '#00cec6',
584
+ searchListItemSelected: '#00cec6',
585
+ searchListMainIconSelected: '#00cec6',
586
+ searchListMainIconBackgroundSelected: '#fff',
587
+ activeColor: '#00cec6',
588
+ activeColorSelected: '#fff'
568
589
  },
569
590
  tabContentIngest: {
570
- searchModalBackground: '#fff'
591
+ searchModalBackground: '#fff',
592
+ searchListItem: '#fff',
593
+ searchListMainIcon: '#fff',
594
+ searchListMainIconBackground: '#00cec6',
595
+ searchListItemSelected: '#00cec6',
596
+ searchListMainIconSelected: '#00cec6',
597
+ searchListMainIconBackgroundSelected: '#fff',
598
+ activeColor: '#00cec6',
599
+ activeColorSelected: '#fff'
571
600
  },
572
601
  tabContentManageAccess: {
573
- searchModalBackground: '#fff'
602
+ searchModalBackground: '#fff',
603
+ searchListItem: '#fff',
604
+ searchListMainIcon: '#fff',
605
+ searchListMainIconBackground: '#00cec6',
606
+ searchListItemSelected: '#00cec6',
607
+ searchListItemSelectedBorder: '#2e666a',
608
+ searchListMainIconSelected: '#00cec6',
609
+ searchListMainIconBackgroundSelected: '#fff',
610
+ activeColor: '#00cec6',
611
+ activeColorSelected: '#fff'
574
612
  },
575
613
  qcReport: {
576
614
  background: '#ffffff',
@@ -833,6 +871,18 @@ var colors = {
833
871
  borderColor: 'rgb(0, 206, 198)',
834
872
  rgbaThemeColor: 'rgba(0, 206, 198, 0.1)',
835
873
  themeColor: '#00cec6'
874
+ },
875
+ adminPanelTab: {
876
+ searchModalBackground: '#fff',
877
+ searchListItem: '#fff',
878
+ searchListMainIcon: '#fff',
879
+ searchListMainIconBackground: '#00cec6',
880
+ searchListItemSelected: '#00cec6',
881
+ searchListItemSelectedBorder: '#2e666a',
882
+ searchListMainIconSelected: '#00cec6',
883
+ searchListMainIconBackgroundSelected: '#fff',
884
+ activeColor: '#00cec6',
885
+ activeColorSelected: '#fff'
836
886
  }
837
887
  },
838
888
  nexc: {
@@ -913,11 +963,9 @@ var colors = {
913
963
  searchListItem: '#fff',
914
964
  searchListMainIcon: '#fff',
915
965
  searchListMainIconBackground: '#60BEF8',
916
-
917
966
  searchListItemSelected: '#60BEF8',
918
967
  searchListMainIconSelected: '#60BEF8',
919
968
  searchListMainIconBackgroundSelected: '#fff',
920
-
921
969
  activeColor: '#60BEF8',
922
970
  activeColorSelected: '#fff'
923
971
  },
@@ -1245,6 +1293,17 @@ var colors = {
1245
1293
  borderColor: '#60BEF8',
1246
1294
  rgbaThemeColor: 'rgba(96, 190, 248, 0.1)',
1247
1295
  themeColor: '#60BEF8'
1296
+ },
1297
+ adminPanelTab: {
1298
+ searchListItem: '#fff',
1299
+ searchListMainIcon: '#fff',
1300
+ searchListMainIconBackground: '#60BEF8',
1301
+ searchListItemSelected: '#60BEF8',
1302
+ searchListItemSelectedBorder: '#2e666a',
1303
+ searchListMainIconSelected: '#60BEF8',
1304
+ searchListMainIconBackgroundSelected: '#fff',
1305
+ activeColor: '#60BEF8',
1306
+ activeColorSelected: '#fff'
1248
1307
  }
1249
1308
  }
1250
1309
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@desynova-digital/tokens",
3
- "version": "9.0.1",
3
+ "version": "9.0.2",
4
4
  "description": "Tokens for Desynova Digital",
5
5
  "main": "index.js",
6
6
  "author": "desynova-digital",