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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2710ff20fb473cf6eef8319d72f88cf59b0f3c24cca66badbad936f644df368b
4
- data.tar.gz: e16029c932fc9329796d05b587dd8a5697d59a99a0db9692f15c8b37bfaa04c1
3
+ metadata.gz: fbfde3758dcf03243548db95eb9901f43cbcccbe5eac3a2dc1d64ecee31aaa60
4
+ data.tar.gz: d7f453d7ad5f9ac62b3a41ae5d8304c8bb01d230059ad630641440b6949622a3
5
5
  SHA512:
6
- metadata.gz: 5694eb901dd9ce23e13b1685da503150c3adbf7fb102124b7c9c3f7114dfffaeb56e6f8d000606e96172f2ae21193a8d8eb47c7e2c1cb625f4579c38271321a3
7
- data.tar.gz: b812a1d58f7280aca270133b0b6ff372b0d406c9122fd7b42a5ec17073104baf6a0242000cedc9075f5f8a9a9f29c24ff30f2f5dc060a0b20c17e2445a655099
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: 1.25em;
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: 1.4em;
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: 32px;
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: 1.25em;
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: 30px;
1304
+ width: 38px;
1305
1305
  text-align: center;
1306
- line-height: 30px;
1306
+ line-height: 36px;
1307
1307
  border: 1px solid #e0e0e0;
1308
- font-size: 2em;
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: 1.25em;
1340
+ font-size: 14px;
1341
1341
  min-width: 200px;
1342
1342
  }
1343
1343
  .ui-menu .ui-menu-item{
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Bard
4
4
  module TagField
5
- VERSION = "0.4.0"
5
+ VERSION = "0.4.1"
6
6
  end
7
7
  end
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.0
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-23 00:00:00.000000000 Z
11
+ date: 2025-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails