@mackin.com/styleguide 10.0.2 → 10.0.4

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/index.esm.js CHANGED
@@ -3153,7 +3153,8 @@ const Picker = (props) => {
3153
3153
  right: `calc(${theme.controls.padding} + ${round ? roundPxPadding : '0px'})`,
3154
3154
  height: '100%',
3155
3155
  pointerEvents: 'none',
3156
- color: theme.colors.font
3156
+ color: theme.colors.font,
3157
+ width: 14
3157
3158
  }), iconClassName) }))),
3158
3159
  (error || controlAlign) && React.createElement(InputErrorDisplay, { error: error })));
3159
3160
  };
package/index.js CHANGED
@@ -3171,7 +3171,8 @@ const Picker = (props) => {
3171
3171
  right: `calc(${theme.controls.padding} + ${round ? roundPxPadding : '0px'})`,
3172
3172
  height: '100%',
3173
3173
  pointerEvents: 'none',
3174
- color: theme.colors.font
3174
+ color: theme.colors.font,
3175
+ width: 14
3175
3176
  }), iconClassName) }))),
3176
3177
  (error || controlAlign) && React__namespace.createElement(InputErrorDisplay, { error: error })));
3177
3178
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mackin.com/styleguide",
3
- "version": "10.0.2",
3
+ "version": "10.0.4",
4
4
  "description": "",
5
5
  "main": "./index.js",
6
6
  "module": "./index.esm.js",
@@ -11,7 +11,7 @@
11
11
  "devDependencies": {},
12
12
  "dependencies": {},
13
13
  "optionalDependencies": {
14
- "react-router-dom": "^6.23.0",
14
+ "react-router-dom": "^5.0.0",
15
15
  "react-tiny-popover": "^8.0.0",
16
16
  "react-slider": "^2.0.0"
17
17
  },