beyond-rails 0.0.288 → 0.0.293

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 591b33ea9737afd34ec3b308cb2d11d4b0434391cf3148e20ef8848d8fcfda26
4
- data.tar.gz: 55d07f738133e498ef4096b68a7ddca395e6ff9551681403102b2045bf3366f8
3
+ metadata.gz: '09a279c5f9458e7e6a432c0ccce645eeadf96199635abde1931c7fb995bde12a'
4
+ data.tar.gz: f1ad8cc9cd761908617b9c2da801ae928c8e2715ca777f2ddb27c20f1f69cce3
5
5
  SHA512:
6
- metadata.gz: 27251dbb5e90cfece71a718f55081b83dcbd986fa9ba44cb93327736a4bd38a38574989e79fdfbfffcc67f35b8f1e6d8a1f98953ec86689247aa8e51c69b4a11
7
- data.tar.gz: fb90d1c6aaa22ee32ccfc5bb6ffc775d1d125cda1b1df7b0601cbc63841b78a33b21057a72e8db4c4bcf8e2e9ebd9b163f5c3fb199157a004fbdd13cd6aebb51
6
+ metadata.gz: f4972c36854db21ea10cc9181dcab79e6f9feec71902691a26ac8305ecfb33fc59d98ee2354eca7011159332aa6cd1a895e4871d0b96cc72f11225b897973291
7
+ data.tar.gz: 4ed2a450d06d2ba45b99a776fbd2a40209976f90a2210beb1f83f91b73e1f59862f201586e285c93811577a60919608bddfe875750e4358a1fc0f35604b34be0
@@ -185,7 +185,7 @@ export default class SearchDropdown {
185
185
  const { renderItem } = this.options
186
186
 
187
187
  const menuItems = items.map((item, i) => {
188
- return renderItem(item, i, (selectedIndex === i))
188
+ return renderItem(item, i, (selectedIndex === i), items)
189
189
  })
190
190
 
191
191
  if (this.noDataMsgVisible) {
@@ -233,26 +233,24 @@ label {
233
233
  &:before {
234
234
  font-family: $beyond-icon-font-name;
235
235
  display: inline-block;
236
+ margin-right: 4px;
237
+ transform: translateY(1px);
236
238
  }
237
239
  }
238
240
 
239
241
  .valid-feedback {
240
242
  color: $txt-color-success;
241
243
  &:before {
242
- margin-right: 4px;
243
- transform: translateY(1px);
244
244
  color: $txt-color-success;
245
- @extend .icon-check:before
245
+ @extend .icon-check:before;
246
246
  }
247
247
  }
248
248
 
249
249
  .invalid-feedback {
250
250
  color: $txt-color-danger;
251
251
  &:before {
252
- margin-right: 4px;
253
- transform: translateY(1px);
254
252
  color: $txt-color-danger;
255
- @extend .icon-exclamation-triangle:before
253
+ @extend .icon-exclamation-triangle:before;
256
254
  }
257
255
  }
258
256
 
@@ -32,11 +32,13 @@
32
32
  white-space: nowrap;
33
33
  }
34
34
  .toast-message {
35
+ line-height: 1.7;
35
36
  vertical-align: middle;
36
37
  white-space: normal;
37
38
  text-align: left;
38
39
  max-width: 210px;
39
40
  display: inline-block;
41
+ word-break: break-all;
40
42
  }
41
43
  .toast-btn {
42
44
  padding: 7px 14px 7px 24px;
@@ -4,7 +4,8 @@
4
4
  display: none;
5
5
  z-index: 1;
6
6
  position: absolute;
7
- padding: 7px 10px;
7
+ padding: 6px 12px;
8
+ line-height: 1.9;
8
9
  color: #fff;
9
10
  background-color: #555;
10
11
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beyond-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.288
4
+ version: 0.0.293
5
5
  platform: ruby
6
6
  authors:
7
7
  - kmsheng
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-04-20 00:00:00.000000000 Z
12
+ date: 2021-07-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sassc