react-mutation-mapper 0.8.47 → 0.8.48

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.
package/dist/styles.css CHANGED
@@ -71,21 +71,6 @@
71
71
  position: absolute;
72
72
  top: 0;
73
73
  }
74
- .default-track-tooltip-table .rt-table .rt-tbody .rt-td {
75
- padding: 4px 5px;
76
- }
77
- .default-track-tooltip-table .-pagination {
78
- font-size: 0.65rem;
79
- }
80
- .default-track-tooltip-table .-pagination .-center {
81
- flex-grow: 6;
82
- }
83
- .default-track-tooltip-table .-pagination .-pageSizeOptions {
84
- display: none;
85
- }
86
- .default-track-tooltip-table .-pagination .-pageJump input {
87
- width: 3rem;
88
- }
89
74
  .civic-card {
90
75
  margin: auto;
91
76
  width: 500px;
@@ -158,6 +143,21 @@
158
143
  font-weight: bold;
159
144
  color: #1974b8;
160
145
  }
146
+ .default-track-tooltip-table .rt-table .rt-tbody .rt-td {
147
+ padding: 4px 5px;
148
+ }
149
+ .default-track-tooltip-table .-pagination {
150
+ font-size: 0.65rem;
151
+ }
152
+ .default-track-tooltip-table .-pagination .-center {
153
+ flex-grow: 6;
154
+ }
155
+ .default-track-tooltip-table .-pagination .-pageSizeOptions {
156
+ display: none;
157
+ }
158
+ .default-track-tooltip-table .-pagination .-pageJump input {
159
+ width: 3rem;
160
+ }
161
161
  .annotation-module_annotation-item-load__1pDN0 {
162
162
  color: #aaaaaa;
163
163
  height: 18px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-mutation-mapper",
3
- "version": "0.8.47",
3
+ "version": "0.8.48",
4
4
  "description": "Generic Mutation Mapper",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -59,5 +59,5 @@
59
59
  "superagent": "^3.8.3",
60
60
  "typescript": "4.0.3"
61
61
  },
62
- "gitHead": "7e95cf5d1893a3e217d633e56f5f646e1b790f4a"
62
+ "gitHead": "6f77ef8a711b6a5e6cb6ba29255ccc29f7dbae1d"
63
63
  }