Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});
const colorList = [{
  label: 'Blue',
  value: '#25A9E0',
  type: 'color'
}, {
  label: 'Green',
  value: '#008000',
  type: 'color'
}, {
  label: 'Black',
  value: 'black',
  type: 'color'
}, {
  label: 'Custom',
  value: 'https://raderain.sirv.com/T-Giant/597F_140003110_main.png?ch=150&cw=190&cx=center&cy=center',
  type: 'color'
}];
exports.colorList = colorList;