bard-tag_field 0.4.0 → 0.4.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.
- checksums.yaml +4 -4
- data/app/assets/javascripts/input-tag.js +8 -8
- data/lib/bard/tag_field/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fbfde3758dcf03243548db95eb9901f43cbcccbe5eac3a2dc1d64ecee31aaa60
|
4
|
+
data.tar.gz: d7f453d7ad5f9ac62b3a41ae5d8304c8bb01d230059ad630641440b6949622a3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c30cc6a3b8d25fc4a3c9ca0a17c548ae13c785ac437ffbdae5bddfdd3e1f96d95fee9987e2096888cf561e1c9d64ab555124118d24fc35b50afea0e549295d8b
|
7
|
+
data.tar.gz: f521b1e6907f65230310c1a17890a07519da7756efc9ad3b6f2f1047c5d9ec2874b597e2aaf9dc066c6bb4a77104416694593935b096d1e788a67bd5c0675083
|
@@ -1015,7 +1015,7 @@ class TagOption extends HTMLElement {
|
|
1015
1015
|
display: inline-flex;
|
1016
1016
|
align-items: center;
|
1017
1017
|
float: none;
|
1018
|
-
font-size:
|
1018
|
+
font-size: 14px;
|
1019
1019
|
line-height: 1;
|
1020
1020
|
min-height: 32px;
|
1021
1021
|
color: #fff;
|
@@ -1028,7 +1028,7 @@ class TagOption extends HTMLElement {
|
|
1028
1028
|
z-index: 1;
|
1029
1029
|
border: none;
|
1030
1030
|
background: none;
|
1031
|
-
font-size:
|
1031
|
+
font-size: 20px;
|
1032
1032
|
display: inline-block;
|
1033
1033
|
color: rgba(255, 255, 255, 0.6);
|
1034
1034
|
right: 10px;
|
@@ -1281,14 +1281,14 @@ class InputTag extends HTMLElement {
|
|
1281
1281
|
}
|
1282
1282
|
input {
|
1283
1283
|
display: block;
|
1284
|
-
height:
|
1284
|
+
height: 38px;
|
1285
1285
|
float: none;
|
1286
1286
|
margin: 0;
|
1287
1287
|
padding-left: 10px !important;
|
1288
1288
|
padding-right: 30px !important;
|
1289
1289
|
width: auto !important;
|
1290
1290
|
min-width: 70px;
|
1291
|
-
font-size:
|
1291
|
+
font-size: 14px;
|
1292
1292
|
width: 100%;
|
1293
1293
|
line-height: 2;
|
1294
1294
|
padding: 0 0 0 10px;
|
@@ -1301,11 +1301,11 @@ class InputTag extends HTMLElement {
|
|
1301
1301
|
color: #333;
|
1302
1302
|
}
|
1303
1303
|
button {
|
1304
|
-
width:
|
1304
|
+
width: 38px;
|
1305
1305
|
text-align: center;
|
1306
|
-
line-height:
|
1306
|
+
line-height: 36px;
|
1307
1307
|
border: 1px solid #e0e0e0;
|
1308
|
-
font-size:
|
1308
|
+
font-size: 20px;
|
1309
1309
|
color: #666;
|
1310
1310
|
position: absolute !important;
|
1311
1311
|
z-index: 10;
|
@@ -1337,7 +1337,7 @@ class InputTag extends HTMLElement {
|
|
1337
1337
|
flex-wrap: wrap;
|
1338
1338
|
background: #fff;
|
1339
1339
|
list-style: none;
|
1340
|
-
font-size:
|
1340
|
+
font-size: 14px;
|
1341
1341
|
min-width: 200px;
|
1342
1342
|
}
|
1343
1343
|
.ui-menu .ui-menu-item{
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bard-tag_field
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Micah Geisel
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-08-
|
11
|
+
date: 2025-08-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|