@esrf/daiquiri-lib 2.0.0 → 2.2.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esrf/daiquiri-lib",
3
- "version": "2.0.0",
3
+ "version": "2.2.0",
4
4
  "sideEffects": false,
5
5
  "files": [
6
6
  "dist",
@@ -31,7 +31,8 @@
31
31
  "debug": "4.3.4",
32
32
  "js-quantities": "1.7.6",
33
33
  "lodash": "4.17.21",
34
- "react-bootstrap": "2.9.1"
34
+ "react-bootstrap": "2.9.1",
35
+ "react-bootstrap-typeahead": "6.3.2"
35
36
  },
36
37
  "devDependencies": {
37
38
  "@rollup/plugin-alias": "5.0.0",
@@ -9,6 +9,7 @@
9
9
  background: lighten(map-get($custom-colors, 't-cyan'), 30%);
10
10
  border-radius: 5px;
11
11
  font-size: 12px;
12
+ font-variant-numeric: tabular-nums;
12
13
 
13
14
  &:not(first-child) {
14
15
  margin-left: 3px;
@@ -94,6 +95,10 @@
94
95
  font-size: 0.6rem;
95
96
  }
96
97
  }
98
+
99
+ input {
100
+ font-variant-numeric: tabular-nums;
101
+ }
97
102
  }
98
103
 
99
104
  .hw-extra {
@@ -105,6 +110,6 @@
105
110
  }
106
111
 
107
112
  .hw-moving {
108
- color: #00f;
113
+ color: #00f !important;
109
114
  font-weight: bold;
110
115
  }