pr360-questionnaire 2.3.4 → 2.3.5

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.
@@ -17001,8 +17001,9 @@ meter::-webkit-meter-optimum-value {
17001
17001
  text-decoration: none;
17002
17002
  display: inline-block;
17003
17003
  width: auto;
17004
- min-width: 200px;
17005
- padding: 12px 40px;
17004
+ min-width: 180px;
17005
+ min-height: auto;
17006
+ padding: 12px 32px;
17006
17007
  margin: 20px 0;
17007
17008
  text-align: center;
17008
17009
  }
@@ -261,8 +261,9 @@ meter::-webkit-meter-optimum-value {
261
261
  text-decoration: none;
262
262
  display: inline-block;
263
263
  width: auto;
264
- min-width: 200px;
265
- padding: 12px 40px;
264
+ min-width: 180px;
265
+ min-height: auto;
266
+ padding: 12px 32px;
266
267
  margin: 20px 0;
267
268
  text-align: center;
268
269
 
package/dist/index.js CHANGED
@@ -7196,8 +7196,9 @@ meter::-webkit-meter-optimum-value {
7196
7196
  text-decoration: none;
7197
7197
  display: inline-block;
7198
7198
  width: auto;
7199
- min-width: 200px;
7200
- padding: 12px 40px;
7199
+ min-width: 180px;
7200
+ min-height: auto;
7201
+ padding: 12px 32px;
7201
7202
  margin: 20px 0;
7202
7203
  text-align: center;
7203
7204
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pr360-questionnaire",
3
3
  "description": "An element to render a questionnaire for PatientReach 360.",
4
- "version": "2.3.4",
4
+ "version": "2.3.5",
5
5
  "main": "dist/index.js",
6
6
  "author": {
7
7
  "email": "chris@launchscout.com",