fluency-v8-components 1.6.3 → 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-BD385VDn.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.3",
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",
@@ -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>