@desynova-digital/tokens 8.19.55 → 8.19.57

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 +292 -1
  2. package/package.json +1 -1
package/colors.js CHANGED
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
 
7
- var _input, _input2;
7
+ var _input, _input2, _input3;
8
8
 
9
9
  function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
10
10
 
@@ -619,6 +619,297 @@ var colors = {
619
619
  navsSelectedBorder: '#00CEC6',
620
620
  contentBackground: '#ffffff'
621
621
  }
622
+ },
623
+ nexc: {
624
+ base: '#121d29',
625
+ status: {
626
+ default: {
627
+ background: "#303D55",
628
+ text: "#FFFFFF"
629
+ },
630
+ primary: {
631
+ background: "#00DAD0",
632
+ text: "#FFFFFF"
633
+ }
634
+ },
635
+ label: {
636
+ background: "#303f51",
637
+ text: "#00cec6"
638
+ },
639
+ popup: {
640
+ cancleButtonBackground: "#182738",
641
+ text: "#afb2ba",
642
+ messageText: "#afb2ba",
643
+ cancleHoverBackground: "#182738",
644
+ cancleHoverText: '#00cec6',
645
+ ButtonText: "#fff",
646
+ overlayColor: "rgba(0, 0, 0, 0.5)",
647
+ popupBoxBackground: "#121d29",
648
+ cancleIconColor: "#afb2ba"
649
+ },
650
+ tag: {
651
+ background: "#304153",
652
+ text: "#fff",
653
+ textHover: "#00cec6",
654
+ textSelected: "#fff"
655
+ },
656
+ card: {
657
+ background: "#15212f"
658
+ },
659
+ inputLabel: {
660
+ color: '#999999',
661
+ colorOnFocus: '#999999'
662
+ },
663
+ inputCommon: {
664
+ color: '#fff',
665
+ colorDisabled: '#9c9b9b',
666
+ border: '#999999',
667
+ borderHover: '#999999',
668
+ borderDisabled: '#a5a5a5',
669
+ background: 'transparent'
670
+ },
671
+ inputError: {
672
+ border: '#ff6c56',
673
+ borderHover: '#d23636',
674
+ color: '#ff6c56'
675
+ },
676
+ customSelect: {
677
+ chipSelectionBox: {
678
+ border: '#999999',
679
+ borderHover: '#f9f9f9'
680
+ },
681
+ dropDownOptions: {
682
+ background: '#121d29',
683
+ border: '#999999',
684
+ iconColor: '#afb2ba',
685
+ color: '#cccccc',
686
+ selectableColor: '#cccccc',
687
+ selectableHoverBackground: '#b8fff6',
688
+ selectableHoverColor: '#212121',
689
+ selectedBackground: '#00cec6',
690
+ selectedColor: '#fff',
691
+ disabledBackground: '#585858',
692
+ disabledColor: '#8c8c8c',
693
+ selectedDisabledBackground: '#bbe6db',
694
+ selectedDisabledColor: '#a0a0a0'
695
+
696
+ },
697
+ searchInput: {}
698
+ },
699
+ pageHeader: {
700
+ background: '#111c28',
701
+ heading: '#ffffff',
702
+ subHeading: '#aaaaaa'
703
+ },
704
+ graph: {
705
+ inProgress: '#FFA751',
706
+ rejected: '#FFA751',
707
+ completed: '#00CEC6',
708
+ pending: '#FFFFFF',
709
+ failed: '#EF5350',
710
+ gradient: {
711
+ completed: {
712
+ from: '#00c8e7',
713
+ to: '#00e6b9'
714
+ },
715
+ rejected: {
716
+ from: '#ff8d29',
717
+ to: '#f6462c'
718
+ },
719
+ inProgress: {
720
+ from: '#ff8d29',
721
+ to: '#f6462c'
722
+ }
723
+ }
724
+ },
725
+ button: {
726
+ default: {
727
+ background: '#F1F1F1',
728
+ backgroundHover: '#60BEF8',
729
+ backgroundFocus: '#60BEF8',
730
+ backgroundActive: '#60BEF8',
731
+ text: '#333',
732
+ icon: '#333',
733
+ border: '#F1F1F1',
734
+ borderHover: '#60BEF8',
735
+ borderFocus: '#60BEF8',
736
+ borderActive: '#60BEF8',
737
+ textHover: '#0C141D',
738
+ iconHover: '#FFF',
739
+ boxShadow: 'rgba(0, 206, 198, 0.3)'
740
+ },
741
+ primary: {
742
+ background: '#60BEF8',
743
+ backgroundHover: '#60BEF8',
744
+ backgroundFocus: '#60BEF8',
745
+ backgroundActive: '#60BEF8',
746
+ text: '#0C141D',
747
+ icon: '#FAFAFA',
748
+ border: '#60BEF8',
749
+ borderHover: '#60BEF8',
750
+ borderFocus: '#60BEF8',
751
+ borderActive: '#60BEF8',
752
+ boxShadow: 'rgba(0, 206, 198, 0.3)'
753
+ },
754
+ cta: {
755
+ background: '#60BEF8',
756
+ backgroundHover: '#60BEF8',
757
+ backgroundFocus: '#60BEF8',
758
+ backgroundActive: '#60BEF8',
759
+ text: '#0C141D',
760
+ icon: '#FAFAFA',
761
+ border: '#60BEF8',
762
+ borderHover: '#60BEF8',
763
+ borderFocus: '#60BEF8',
764
+ borderActive: '#60BEF8',
765
+ boxShadow: 'rgba(0, 206, 198, 0.3)'
766
+ },
767
+ bordered: {
768
+ background: 'transparent',
769
+ backgroundHover: '#60BEF8',
770
+ backgroundFocus: '#60BEF8',
771
+ backgroundActive: '#60BEF8',
772
+ text: '#60BEF8',
773
+ icon: '#60BEF8',
774
+ border: '#60BEF8',
775
+ borderHover: '#60BEF8',
776
+ borderFocus: '#60BEF8',
777
+ borderActive: '#60BEF8',
778
+ textHover: '#0C141D',
779
+ iconHover: '#FFF',
780
+ boxShadow: 'rgba(0, 206, 198, 0.3)'
781
+ },
782
+ linked: {
783
+ background: 'transparent',
784
+ backgroundHover: '#transparent',
785
+ backgroundFocus: '#transparent',
786
+ backgroundActive: '#transparent',
787
+ text: '#333',
788
+ icon: '#333',
789
+ border: '#transparent',
790
+ borderHover: '#transparent',
791
+ borderFocus: '#transparent',
792
+ borderActive: '#transparent',
793
+ textHover: '#333',
794
+ iconHover: '#333',
795
+ boxShadow: 'rgba(0, 206, 198, 0.3)'
796
+ }
797
+ },
798
+ input: (_input3 = {
799
+ background: '#FFF',
800
+ backgroundReadOnly: '#FFF',
801
+ border: '#D9D9D9',
802
+ borderHover: '#B7B7B7',
803
+ borderFocus: '#0a84ae',
804
+ borderError: '#e25f5f',
805
+ errorColor: '#e25f5f',
806
+ icon: '#A2A2A2',
807
+ text: '#333333'
808
+ }, _defineProperty(_input3, 'icon', '#A2A2A2'), _defineProperty(_input3, 'textReadOnly', '#ccc'), _defineProperty(_input3, 'placeholder', '#B2B2B2'), _defineProperty(_input3, 'placeholderDisabled', '#C1C1C1'), _defineProperty(_input3, 'placeholderReadOnly', '#333'), _defineProperty(_input3, 'labelColor', '#999999'), _defineProperty(_input3, 'labelColorFocus', '#00cec6'), _defineProperty(_input3, 'labelColorDisabled', '#C6C6C6'), _input3),
809
+ radio: {
810
+ background: '#121d29',
811
+ border: '#dddddd',
812
+ backgroundSelected: '#00cec6',
813
+ borderSelected: '#00cec6',
814
+ backgroundDisabled: '#F6F6F6',
815
+ borderDisabled: '#CCC',
816
+ shadow: 'rgba(0,0,0,0.0)',
817
+ shadowDisabled: 'rgba(0,0,0,0.0)',
818
+ selectedText: '#0C141D',
819
+ color: '#cccccc'
820
+ },
821
+ table: {
822
+ background: '#121d29',
823
+ thColor: '#ffffff',
824
+ tdColor: '#dddddd',
825
+ innerTdColor: '#dddddd',
826
+ titleColor: '#ffffff',
827
+ innerTableBackground: '#111c28',
828
+ border: '#3a4450',
829
+ evenRowBackground: '#172636',
830
+ rowSelectedBackground: '#122f39'
831
+ },
832
+ graphCard: {
833
+ cardHeader: '#cccccc',
834
+ dataText: '#aaaaaa',
835
+ dataType: '#cccccc',
836
+ dataVal: '#ffffff',
837
+ legendName: '#afb2ba',
838
+ legendVal: '#ffffff'
839
+ },
840
+ datepicker: {
841
+ calenderBorder: 'none',
842
+ monthHeaderBorder: '#3a4450',
843
+ monthHeaderTitleColor: '#cccccc',
844
+ monthChangeIconBackground: '#00cec6',
845
+ monthChangeIconBackgroundHover: '#303f51',
846
+ dayNameColor: '#cccccc',
847
+ background: '#162332',
848
+ dayDefaultColor: '#fff',
849
+ dayDefaultColorHover: '#3e3e3e',
850
+ dayDisabledColor: '#525252',
851
+ dayOtherMonthDisabledColor: '#525252',
852
+ dayOtherMonthColor: '#a5a4a4',
853
+ daySelectedColor: '#fff',
854
+ dayTodayBackground: 'linear-gradient(to right, #00c8e7, #00e6b9)',
855
+ dayTodayBorder: '#3a4450',
856
+ dayDefaultBackground: 'transparent',
857
+ dayDefaultBackgroundHover: '#EAEAEA',
858
+ daySelectedBackground: '#00cec6',
859
+ daySelectedDisabledBackground: '#acefea',
860
+ nextPrevIconStroke: '#AFB2BA',
861
+ selectedColor: '#fff',
862
+ monthTextColor: '#fff',
863
+ prevNextButton: '#303F51'
864
+ },
865
+
866
+ videoCard: {
867
+ background: '#121d29',
868
+ titleColor: '#fff',
869
+ titleColorHover: '#00cec6',
870
+ subTitleColor: '#cccccc',
871
+ extraDetailsColor: '#aaaaaa',
872
+ gradient: {
873
+ grad1: 'linear-gradient(to bottom, #6b9fff, #46c3bb)',
874
+ grad2: 'linear-gradient(to bottom, #edbe55, #ff8185)',
875
+ grad3: 'linear-gradient(to bottom, #fc796b, #fc5aa9)',
876
+ grad4: 'linear-gradient(to bottom, #3cc978, #31a0ef)',
877
+ grad5: 'linear-gradient(to bottom, #3ab5ff, #ae7cf0)',
878
+
879
+ grad6: 'linear-gradient(to bottom, #6b9fff, #46c3bb)',
880
+ grad7: 'linear-gradient(to bottom, #edbe55, #ff8185)',
881
+ grad8: 'linear-gradient(to bottom, #fc796b, #fc5aa9)',
882
+ grad9: 'linear-gradient(to bottom, #3cc978, #31a0ef)',
883
+ grad0: 'linear-gradient(to bottom, #3ab5ff, #ae7cf0)'
884
+ }
885
+ },
886
+ pagination: {
887
+ color: '#fff',
888
+ pageButtonColor: '#cccccc',
889
+ pageButton: '#121d29'
890
+ },
891
+ tabs: {
892
+ navsBackground: '#304153',
893
+ navsDefaultColor: '#cccccc',
894
+ navsSelectColor: '#00cec6',
895
+ navsDefaultBorder: '#4e5c6c',
896
+ navsSelectedBorder: '#00CEC6',
897
+ contentBackground: '#121d29'
898
+ },
899
+ switch: {
900
+ background: '#121d29',
901
+ border: '#999999',
902
+ circleBackground: 'transparent',
903
+ circleBorder: '#999999',
904
+ label: '#999999',
905
+ checkedBorder: '#00cec6',
906
+ checkedCircleBackground: '#00cec6',
907
+ checkedCircleBorder: '#00cec6',
908
+ checkedLabel: '#00cec6',
909
+ backgroundDisabled: '#3e3e3e',
910
+ borderDisabled: '#929292',
911
+ checkedBorderDisabled: '#73bdbb'
912
+ }
622
913
  }
623
914
  };
624
915
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@desynova-digital/tokens",
3
- "version": "8.19.55",
3
+ "version": "8.19.57",
4
4
  "description": "Tokens for Desynova Digital",
5
5
  "main": "index.js",
6
6
  "author": "desynova-digital",