fluency-v8-components 1.6.2 → 1.6.4

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.
@@ -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-4NgVVVwe.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.4",
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;
@@ -60,8 +60,14 @@
60
60
  </div>
61
61
  </div>
62
62
  </div>
63
- <div class="flex flex-shrink-0 justify-end px-4 py-4">
64
- <slot name="footer" />
63
+ <div class="flex flex-shrink-0 items-center justify-between px-4 py-4">
64
+ <div class="flex items-center gap-2">
65
+ <slot name="footer-left" />
66
+ </div>
67
+
68
+ <div class="flex items-center gap-2">
69
+ <slot name="footer" />
70
+ </div>
65
71
  </div>
66
72
  </div>
67
73
  </DialogPanel>
@@ -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 }}