@agility/plenum-ui 2.0.0-rc43 → 2.0.0-rc44

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/tailwind.css CHANGED
@@ -480,7 +480,6 @@ input::placeholder,textarea::placeholder {
480
480
 
481
481
  ::-webkit-date-and-time-value {
482
482
  min-height: 1.5em;
483
- text-align: inherit;
484
483
  }
485
484
 
486
485
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agility/plenum-ui",
3
- "version": "2.0.0-rc43",
3
+ "version": "2.0.0-rc44",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -98,7 +98,8 @@ const _Button = (
98
98
  actionType === "danger"
99
99
  },
100
100
  className ? className : ""
101
- )
101
+ ),
102
+ props
102
103
  }}
103
104
  >
104
105
  {" "}