@procore/core-react
Version:
React library of Procore Design Guidelines
22 lines • 405 B
JavaScript
export var mockOptions = [{
id: '1',
label: 'Questionable',
color: 'yellow'
}, {
id: '2',
label: 'False',
color: 'red'
}, {
id: '3',
label: 'The Sky Is Blue',
color: 'blue'
}, {
id: '4',
label: 'Pending Resolution',
color: 'gray'
}, {
id: '5',
label: 'A very long STATUS that has to wrap cause it is so long',
color: 'green'
}];
//# sourceMappingURL=pillSelectMockData.js.map