fluency-v8-components 1.6.2 → 1.6.3
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.
- package/dist/fluency-v8-components.es.js +1 -1
- package/dist/fluency-v8-components.umd.js +1 -1
- package/dist/{index-JUukMsbD.mjs → index-BD385VDn.mjs} +2 -2
- package/dist/{index.es-BtbsMJYu.mjs → index.es-CCBw7eZ9.mjs} +1 -1
- package/package.json +1 -1
- package/src/assets/main.css +4 -1
- package/src/components/form/GreySelectInputMultiple.vue +1 -1
|
@@ -4152,7 +4152,7 @@ function Sj(e, t, n, r, i, a) {
|
|
|
4152
4152
|
n.error ? (z(), ce("div", Cj, Ge(n.error), 1)) : At("", !0)
|
|
4153
4153
|
], 64);
|
|
4154
4154
|
}
|
|
4155
|
-
const HSe = /* @__PURE__ */ pr(wj, [["render", Sj]]), Ej = { class: "relative w-full rounded-lg text-left min-h-9" }, kj = { class: "flex flex-auto flex-wrap py-1" }, Fj = { class: "
|
|
4155
|
+
const HSe = /* @__PURE__ */ pr(wj, [["render", Sj]]), Ej = { class: "relative w-full rounded-lg text-left min-h-9" }, kj = { class: "flex flex-auto flex-wrap py-1" }, Fj = { class: "select-chip gray-chip" }, Lj = { class: "text-xs font-normal leading-none max-w-full flex-initial" }, Uj = {
|
|
4156
4156
|
key: 0,
|
|
4157
4157
|
class: "relative z-9 flex flex-auto flex-row-reverse"
|
|
4158
4158
|
}, Tj = {
|
|
@@ -63339,7 +63339,7 @@ function(e) {
|
|
|
63339
63339
|
var A = l.getContext("2d");
|
|
63340
63340
|
A.fillStyle = "#fff", A.fillRect(0, 0, l.width, l.height);
|
|
63341
63341
|
var u = { ignoreMouse: !0, ignoreAnimation: !0, ignoreDimensions: !0 }, d = this;
|
|
63342
|
-
return (Bn.canvg ? Promise.resolve(Bn.canvg) : import("./index.es-
|
|
63342
|
+
return (Bn.canvg ? Promise.resolve(Bn.canvg) : import("./index.es-CCBw7eZ9.mjs")).catch(function(f) {
|
|
63343
63343
|
return Promise.reject(new Error("Could not load canvg: " + f));
|
|
63344
63344
|
}).then(function(f) {
|
|
63345
63345
|
return f.default ? f.default : f;
|
package/package.json
CHANGED
package/src/assets/main.css
CHANGED
|
@@ -517,7 +517,7 @@
|
|
|
517
517
|
@apply inline-flex items-center rounded-md px-2 py-1 font-medium ring-1 ring-inset;
|
|
518
518
|
}
|
|
519
519
|
.select-chip {
|
|
520
|
-
@apply
|
|
520
|
+
@apply p-1 text-sm font-medium rounded-md inline-flex items-center ml-2 my-1;
|
|
521
521
|
}
|
|
522
522
|
.green-chip {
|
|
523
523
|
@apply bg-green-100 ring-green-600/30 text-green-700 dark:bg-green-400/10 dark:ring-green-500/20 dark:text-green-400;
|
|
@@ -531,6 +531,9 @@
|
|
|
531
531
|
.blue-chip {
|
|
532
532
|
@apply bg-blue-100 ring-blue-600/30 text-blue-700 dark:bg-blue-400/10 dark:ring-blue-500/20 dark:text-blue-400;
|
|
533
533
|
}
|
|
534
|
+
.gray-chip {
|
|
535
|
+
@apply bg-gray-200 ring-gray-600/50 text-gray-900 dark:bg-slate-900/40 dark:ring-gray-900/50 dark:text-gray-300;
|
|
536
|
+
}
|
|
534
537
|
|
|
535
538
|
.image-position-box {
|
|
536
539
|
@apply border border-gray-400 p-1 m-1 dark:border-white;
|