tenjin-ui-kit 0.2.184 → 0.2.185

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.
@@ -146,12 +146,13 @@ var SimpleSelect = function SimpleSelect(_ref) {
146
146
  position: "sticky",
147
147
  top: 0,
148
148
  zIndex: 9999,
149
- backgroundColor: "white !important",
149
+ backgroundColor: "white",
150
150
  height: "2.188rem",
151
151
  margin: 0,
152
152
  width: "100%",
153
153
  border: "1px solid #949494",
154
- borderRadius: "4px"
154
+ borderRadius: "4px",
155
+ boxShadow: "0px 2px 4px rgba(0, 0, 0, 0.1)"
155
156
  },
156
157
  placeholder: "Type to search...",
157
158
  onChange: function onChange(e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tenjin-ui-kit",
3
- "version": "0.2.184",
3
+ "version": "0.2.185",
4
4
  "repository": {
5
5
  "url": "https://gitlab.com/yethi/react/tenjin-ui-kit.git"
6
6
  },