@wistia/vhs 4.0.1-beta.03d0758a.21c9d56 → 4.0.1-beta.1a7d609e.febfc22

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/index.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license @wistia/vhs v4.0.1-beta.03d0758a.21c9d56
3
+ * @license @wistia/vhs v4.0.1-beta.1a7d609e.febfc22
4
4
  *
5
5
  * Copyright (c) 2021-2025, Wistia, Inc. and its affiliates.
6
6
  *
@@ -4596,7 +4596,7 @@ var import_type_guards18 = require("@wistia/type-guards");
4596
4596
  var import_react28 = require("react");
4597
4597
  var import_react_dom2 = require("react-dom");
4598
4598
  var import_styled_components10 = require("styled-components");
4599
- var import_react_fast_compare = __toESM(require("react-fast-compare"));
4599
+ var import_react_fast_compare = __toESM(require("react-fast-compare"), 1);
4600
4600
  var import_type_guards11 = require("@wistia/type-guards");
4601
4601
 
4602
4602
  // src/private/components/ModalAnimation/ModalAnimation.tsx
@@ -9058,7 +9058,7 @@ var import_slate7 = require("slate");
9058
9058
  var import_slate_history = require("slate-history");
9059
9059
  var import_is_hotkey = require("is-hotkey");
9060
9060
  var import_type_guards50 = require("@wistia/type-guards");
9061
- var import_react_fast_compare2 = __toESM(require("react-fast-compare"));
9061
+ var import_react_fast_compare2 = __toESM(require("react-fast-compare"), 1);
9062
9062
 
9063
9063
  // src/components/RichTextEditor/serializers.ts
9064
9064
  var import_slate = require("slate");
@@ -12639,7 +12639,7 @@ var rangeToString = ({ start, end }) => {
12639
12639
  };
12640
12640
 
12641
12641
  // src/private/components/RangeSelectorInput/iterators.ts
12642
- var import_react_fast_compare3 = __toESM(require("react-fast-compare"));
12642
+ var import_react_fast_compare3 = __toESM(require("react-fast-compare"), 1);
12643
12643
 
12644
12644
  // src/private/components/RangeSelectorInput/utils.ts
12645
12645
  var import_date_fns5 = require("date-fns");
@@ -13370,7 +13370,7 @@ RangeSelector.displayName = "RangeSelector_VHS";
13370
13370
 
13371
13371
  // src/components/Slider/Slider.tsx
13372
13372
  var import_styled_components76 = require("styled-components");
13373
- var import_react_slider = __toESM(require("react-slider"));
13373
+ var import_react_slider = __toESM(require("react-slider"), 1);
13374
13374
  var import_type_guards70 = require("@wistia/type-guards");
13375
13375
  var import_jsx_runtime208 = require("react/jsx-runtime");
13376
13376
  var TRACK_SIZE = "4px";
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license @wistia/vhs v4.0.1-beta.03d0758a.21c9d56
3
+ * @license @wistia/vhs v4.0.1-beta.1a7d609e.febfc22
4
4
  *
5
5
  * Copyright (c) 2021-2025, Wistia, Inc. and its affiliates.
6
6
  *
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@wistia/vhs",
3
- "version": "4.0.1-beta.03d0758a.21c9d56",
3
+ "version": "4.0.1-beta.1a7d609e.febfc22",
4
4
  "description": "Visual Hype System - Wistia's opinionated component library for building React UIs",
5
- "type": "commonjs",
5
+ "type": "module",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.mjs",
8
8
  "types": "dist/index.d.ts",
@@ -128,7 +128,7 @@
128
128
  "vite": "^7.2.4",
129
129
  "vitest": "^4.0.13",
130
130
  "vitest-axe": "^1.0.0-pre.5",
131
- "vitest-canvas-mock": "^1.1.2",
131
+ "vitest-canvas-mock": "^0.3.3",
132
132
  "yup": "^1.7.1"
133
133
  },
134
134
  "author": "Wistia Engineering",
File without changes