@oneblink/apps-react 6.5.0 → 6.5.1-beta.1

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.
@@ -9,6 +9,8 @@
9
9
  overflow-y: auto;
10
10
 
11
11
  a.dropdown-item {
12
+ text-wrap: wrap;
13
+ padding-right: 16px;
12
14
  transition:
13
15
  background-color 0.25s,
14
16
  color 0.25s;
package/dist/styles.css CHANGED
@@ -8844,6 +8844,8 @@ input[type=range]:focus-visible::-moz-range-thumb {
8844
8844
  overflow-y: auto;
8845
8845
  }
8846
8846
  .ob-autocomplete .dropdown-content a.dropdown-item {
8847
+ text-wrap: wrap;
8848
+ padding-right: 16px;
8847
8849
  transition: background-color 0.25s, color 0.25s;
8848
8850
  }
8849
8851
  .ob-autocomplete .ob-autocomplete__drop-down-item-powered-by-google {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oneblink/apps-react",
3
3
  "description": "Helper functions for OneBlink apps in ReactJS.",
4
- "version": "6.5.0",
4
+ "version": "6.5.1-beta.1",
5
5
  "author": "OneBlink <developers@oneblink.io> (https://oneblink.io)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/oneblink/apps-react/issues"