cms/app-client/app/services/constants.js
changeset 404 0a5eef6ad2fe
parent 394 48458e099b05
child 431 3e0a4a322f9e
equal deleted inserted replaced
403:cbd92ebb8c67 404:0a5eef6ad2fe
    59   "http://ark.bnf.fr/ark:/12148/cb119829234": "cat4"
    59   "http://ark.bnf.fr/ark:/12148/cb119829234": "cat4"
    60 };
    60 };
    61 
    61 
    62 const DISCOURSE_CATEGORY_VALUES = {
    62 const DISCOURSE_CATEGORY_VALUES = {
    63   "cat1": {
    63   "cat1": {
    64     "fill": "#777777",
    64     "fill": "#4FC1FE",
    65     "stroke": "#777777"
    65     "stroke": "#4FC1FE"
    66   },
    66   },
    67   "cat2": {
    67   "cat2": {
    68     "fill": "#606060",
    68     "fill": "#0AA9FF",
    69     "stroke": "#606060"
    69     "stroke": "#0AA9FF"
    70   },
    70   },
    71   "cat3": {
    71   "cat3": {
    72     "fill": "#4A4A4A",
    72     "fill": "#005684",
    73     "stroke": "#4A4A4A"
    73     "stroke": "#005684"
    74   },
    74   },
    75   "cat4":{
    75   "cat4":{
    76     "fill": "#333333",
    76     "fill": "#01283E",
    77     "stroke": "#333333"
    77     "stroke": "#01283E"
    78   }
    78   }
    79 };
    79 };
    80 
    80 
    81 const KEY_CODES = {
    81 const KEY_CODES = {
    82   BACKSPACE : 8,
    82   BACKSPACE : 8,