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.
@@ -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: "flex items-center ml-2 select-chip my-1" }, Lj = { class: "text-xs font-normal leading-none max-w-full flex-initial" }, Uj = {
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-BtbsMJYu.mjs")).catch(function(f) {
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;
@@ -1,4 +1,4 @@
1
- import { c as Da, _ as Va, g as il } from "./index-JUukMsbD.mjs";
1
+ import { c as Da, _ as Va, g as il } from "./index-BD385VDn.mjs";
2
2
  var fn = {}, cn = {}, cr, vn;
3
3
  function Q() {
4
4
  if (vn) return cr;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fluency-v8-components",
3
- "version": "1.6.2",
3
+ "version": "1.6.3",
4
4
  "main": "dist/fluency-v8-components.umd.js",
5
5
  "module": "dist/fluency-v8-components.es.js",
6
6
  "types": "dist/index.d.ts",
@@ -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 px-1 text-sm font-medium rounded-full bg-sky-200 dark:bg-sky-700;
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;
@@ -14,7 +14,7 @@
14
14
  >
15
15
  <div
16
16
  v-for="val in selected"
17
- class="flex items-center ml-2 select-chip my-1"
17
+ class="select-chip gray-chip"
18
18
  >
19
19
  <div class="text-xs font-normal leading-none max-w-full flex-initial">
20
20
  {{ val.label }}