@povio/ui 2.3.0-rc.15 → 2.3.0-rc.16

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.
@@ -220,7 +220,7 @@ var NumberInputBase = (props) => {
220
220
  "data-is-empty": t20,
221
221
  "data-is-filled": t21,
222
222
  placeholder: t22,
223
- className: "w-full outline-none",
223
+ className: "w-full bg-transparent outline-none",
224
224
  onFocus: t23
225
225
  });
226
226
  $[51] = inputProps;
@@ -198,7 +198,7 @@ var TextInputBase = (props) => {
198
198
  "data-is-required": t21,
199
199
  "data-is-disabled": t22,
200
200
  placeholder: t23,
201
- className: "w-full outline-none",
201
+ className: "w-full bg-transparent outline-none",
202
202
  onFocus: t24
203
203
  });
204
204
  $[46] = inputProps;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@povio/ui",
3
- "version": "2.3.0-rc.15",
3
+ "version": "2.3.0-rc.16",
4
4
  "type": "module",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",