jrs-react 1.2.18 → 1.2.19

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/build/index.es.js CHANGED
@@ -6197,8 +6197,8 @@ const StyledPick = styled.div`
6197
6197
  >label{
6198
6198
  white-space: nowrap;
6199
6199
  display: inline-flex;
6200
- align-items: baseline;
6201
- height: 30px;
6200
+ align-items: center;
6201
+ height: 24px;
6202
6202
  padding-right: 12px;
6203
6203
  }
6204
6204
  `;
package/build/index.js CHANGED
@@ -6224,8 +6224,8 @@ const StyledPick = styled__default["default"].div`
6224
6224
  >label{
6225
6225
  white-space: nowrap;
6226
6226
  display: inline-flex;
6227
- align-items: baseline;
6228
- height: 30px;
6227
+ align-items: center;
6228
+ height: 24px;
6229
6229
  padding-right: 12px;
6230
6230
  }
6231
6231
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jrs-react",
3
- "version": "1.2.18",
3
+ "version": "1.2.19",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "module": "build/index.es.js",
@@ -7,8 +7,8 @@ export const StyledPick=styled.div`
7
7
  >label{
8
8
  white-space: nowrap;
9
9
  display: inline-flex;
10
- align-items: baseline;
11
- height: 30px;
10
+ align-items: center;
11
+ height: 24px;
12
12
  padding-right: 12px;
13
13
  }
14
14
  `