fluency-v8-components 1.1.7 → 1.1.8

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.
@@ -20104,7 +20104,7 @@ const YX = { class: "fixed inset-0 overflow-hidden" }, WX = { class: "absolute i
20104
20104
  __name: "Tabs",
20105
20105
  props: {
20106
20106
  tabs: Array,
20107
- current: String,
20107
+ current: [String, Number, Boolean],
20108
20108
  size: {
20109
20109
  type: String,
20110
20110
  default: "medium"
@@ -40393,7 +40393,7 @@ const $1e = /* @__PURE__ */ br(Q1e, [["render", P1e]]), H1e = {
40393
40393
  }
40394
40394
  function a(f) {
40395
40395
  f.call(
40396
- (c) => c.transition().duration(2e3).style("opacity", 0).remove()
40396
+ (c) => c.transition().duration(200).style("opacity", 0).remove()
40397
40397
  );
40398
40398
  }
40399
40399
  function s(f, c) {
@@ -60162,7 +60162,7 @@ function(e) {
60162
60162
  */
60163
60163
  function(e) {
60164
60164
  function t() {
60165
- return (fn.canvg ? Promise.resolve(fn.canvg) : import("./index.es-SY2webm4.mjs")).catch(function(n) {
60165
+ return (fn.canvg ? Promise.resolve(fn.canvg) : import("./index.es-CA5WbkKs.mjs")).catch(function(n) {
60166
60166
  return Promise.reject(new Error("Could not load canvg: " + n));
60167
60167
  }).then(function(n) {
60168
60168
  return n.default ? n.default : n;
@@ -1,4 +1,4 @@
1
- import { c as Da, _ as Va, g as il } from "./index-vQM7hidJ.mjs";
1
+ import { c as Da, _ as Va, g as il } from "./index-CR3lSg-S.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.1.7",
3
+ "version": "1.1.8",
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",