@paubox/ui 0.16.2 → 0.16.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.
Files changed (2) hide show
  1. package/index.esm.js +6 -2
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -2443,7 +2443,11 @@ var Button = /*#__PURE__*/ forwardRef(function(_param, ref) {
2443
2443
  children: [
2444
2444
  IconLeft && /*#__PURE__*/ jsx(IconWrapper$4, {
2445
2445
  iconLeft: true,
2446
- children: /*#__PURE__*/ jsx(IconLeft, {})
2446
+ children: /*#__PURE__*/ jsx(IconLeft, {
2447
+ sx: {
2448
+ fontSize: 'inherit'
2449
+ }
2450
+ })
2447
2451
  }),
2448
2452
  children,
2449
2453
  IconRight && /*#__PURE__*/ jsx(IconWrapper$4, {
@@ -24270,7 +24274,7 @@ function _templateObject1$a() {
24270
24274
  }
24271
24275
  function _templateObject2$8() {
24272
24276
  var data = _tagged_template_literal$f([
24273
- "\n flex: 1;\n cursor: pointer;\n border: none;\n background-color: transparent;\n z-index: 1;\n -webkit-appearance: none;\n -moz-appearance: none;\n &::-ms-expand {\n display: none;\n }\n &::placeholder {\n color: ",
24277
+ "\n flex: 1;\n cursor: pointer;\n border: none;\n width: 100%;\n text-overflow: ellipsis;\n white-space: nowrap;\n background-color: transparent;\n z-index: 1;\n -webkit-appearance: none;\n -moz-appearance: none;\n &::-ms-expand {\n display: none;\n }\n &::placeholder {\n color: ",
24274
24278
  ";\n }\n color: ",
24275
24279
  ";\n padding: ",
24276
24280
  ";\n padding-right: 2rem;\n outline: none;\n &::placeholder {\n color: ",
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@paubox/ui",
3
3
  "author": "Paubox, Inc.",
4
4
  "description": "Paubox Component Library",
5
- "version": "0.16.2",
5
+ "version": "0.16.4",
6
6
  "type": "module",
7
7
  "private": false,
8
8
  "publishConfig": {