@paubox/ui 0.16.2 → 0.16.3

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 +1 -1
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -24270,7 +24270,7 @@ function _templateObject1$a() {
24270
24270
  }
24271
24271
  function _templateObject2$8() {
24272
24272
  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: ",
24273
+ "\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
24274
  ";\n }\n color: ",
24275
24275
  ";\n padding: ",
24276
24276
  ";\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.3",
6
6
  "type": "module",
7
7
  "private": false,
8
8
  "publishConfig": {