avo 3.17.2.tw4 → 3.17.3.tw4
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/Gemfile.lock +1 -1
- data/app/assets/builds/avo.base.css +7898 -9538
- data/app/assets/builds/avo.base.js +4 -4
- data/app/assets/builds/avo.base.js.map +2 -2
- data/lib/avo/version.rb +1 -1
- metadata +1 -1
@@ -121414,7 +121414,7 @@
|
|
121414
121414
|
inputField(id = "key", index3, key, value) {
|
121415
121415
|
const inputValue = id === "key" ? key : value;
|
121416
121416
|
return `<input
|
121417
|
-
class="${this.options.inputClasses} focus:bg-gray-100 !rounded-none border-gray-600 border-r border-l-0 border-b-0 border-t-0 focus:border-gray-300 w-1/2 focus:outline-
|
121417
|
+
class="${this.options.inputClasses} focus:bg-gray-100 !rounded-none border-gray-600 border-r border-l-0 border-b-0 border-t-0 focus:border-gray-300 w-1/2 focus:outline-hidden outline-hidden key-value-input-${id}"
|
121418
121418
|
data-action="input->key-value#${id}FieldUpdated"
|
121419
121419
|
placeholder="${this.options[`${id}_label`]}"
|
121420
121420
|
data-index="${index3}"
|
@@ -136101,7 +136101,7 @@
|
|
136101
136101
|
classes = "rounded-full";
|
136102
136102
|
break;
|
136103
136103
|
case "rounded":
|
136104
|
-
classes = "rounded";
|
136104
|
+
classes = "rounded-sm";
|
136105
136105
|
break;
|
136106
136106
|
case "square":
|
136107
136107
|
classes = "rounded-none";
|
@@ -136111,7 +136111,7 @@
|
|
136111
136111
|
createElement2("img", {
|
136112
136112
|
src: item._avatar,
|
136113
136113
|
alt: item._label,
|
136114
|
-
class: `
|
136114
|
+
class: `shrink-0 w-8 h-8 my-[2px] inline mr-2 ${classes}`
|
136115
136115
|
})
|
136116
136116
|
);
|
136117
136117
|
}
|
@@ -138289,7 +138289,7 @@
|
|
138289
138289
|
tabindex="0"
|
138290
138290
|
role="option">
|
138291
138291
|
${tagData.avatar ? `
|
138292
|
-
<div class='rounded w-8 h-8 block mr-2'>
|
138292
|
+
<div class='rounded-sm w-8 h-8 block mr-2'>
|
138293
138293
|
<img onerror="this.style.visibility='hidden'" class="w-full" src="${tagData.avatar}">
|
138294
138294
|
</div>` : ""}
|
138295
138295
|
<span>${tagData.label}</span>
|