-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathstyleConstants.js
100 lines (75 loc) · 2.14 KB
/
styleConstants.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
export default {
white: '#fff',
black: '#000',
transparent: 'rgba(1, 1, 1, 0)',
globalFontFamily: 'monospace',
globalCursor: 'default',
indentBlockWidth: '5px',
braceFontWeight: 'bold',
braceCursor: 'pointer',
ellipsisFontSize: '18px',
ellipsisLineHeight: '10px',
ellipsisCursor: 'pointer',
keyMargin: '0px 5px',
keyLetterSpacing: '0.5px',
keyFontStyle: 'none',
keyBorderRadius: '3px',
keyColonWeight: 'bold',
keyVerticalAlign: 'top',
keyOpacity: '0.85',
keyOpacityHover: '1',
keyValPaddingTop: '3px',
keyValPaddingBottom: '3px',
keyValPaddingRight: '5px',
keyValBorderLeft: '1px solid',
keyValBorderHover: '2px solid',
keyValPaddingHover: '3px 5px 3px 4px',
pushedContentMarginLeft: '6px',
variableValuePaddingRight: '6px',
mapSetFontSize: '11px',
mapSetFontWeight: 'bold',
mapSetPadding: '1px 2px',
mapSetBorderRadius: '3px',
nullFontSize: '11px',
nullFontWeight: 'bold',
nullPadding: '1px 2px',
nullBorderRadius: '3px',
nanFontSize: '11px',
nanFontWeight: 'bold',
nanPadding: '1px 2px',
nanBorderRadius: '3px',
undefinedFontSize: '11px',
undefinedFontWeight: 'bold',
undefinedPadding: '1px 2px',
undefinedBorderRadius: '3px',
dataTypeFontSize: '11px',
dataTypeMarginRight: '4px',
datatypeOpacity: '0.8',
objectSizeBorderRadius: '3px',
objectSizeFontStyle: 'italic',
objectSizeMargin: '0px 6px 0px 0px',
clipboardCursor: 'pointer',
clipboardCheckMarginLeft: '-12px',
metaDataPadding: '0px 0px 0px 10px',
arrayGroupMetaPadding: '0px 0px 0px 4px',
iconContainerWidth: '17px',
tooltipPadding: '4px',
editInputMinWidth: '130px',
editInputBorderRadius: '2px',
editInputPadding: '5px',
editInputMarginRight: '4px',
editInputFontFamily: 'monospace',
iconCursor: 'pointer',
iconFontSize: '15px',
iconPaddingRight: '1px',
dateValueMarginLeft: '2px',
iconMarginRight: '3px',
detectedRowPaddingTop: '3px',
addKeyCoverBackground: 'rgba(255, 255, 255, 0.3)',
addKeyCoverPosition: 'absolute',
addKeyCoverPositionPx: '0px',
addKeyModalWidth: '200px',
addKeyModalMargin: 'auto',
addKeyModalPadding: '10px',
addKeyModalRadius: '3px'
}