@wistia/ui 0.19.2-beta.18d67bda.399d50c → 0.19.2-beta.2859661a.15d019f
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 +2 -2
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
- /package/dist/{index.d.mts → index.d.cts} +0 -0
package/dist/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/ui v0.19.2-beta.
|
|
3
|
+
* @license @wistia/ui v0.19.2-beta.2859661a.15d019f
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -12932,7 +12932,7 @@ var SaturationAndValuePicker = ({
|
|
|
12932
12932
|
SaturationAndValuePicker.displayName = "SaturationAndValuePicker_UI";
|
|
12933
12933
|
|
|
12934
12934
|
// src/components/Combobox/Combobox.tsx
|
|
12935
|
-
var Ariakit = __toESM(require("@ariakit/react"));
|
|
12935
|
+
var Ariakit = __toESM(require("@ariakit/react"), 1);
|
|
12936
12936
|
var import_react54 = require("react");
|
|
12937
12937
|
var import_match_sorter = require("match-sorter");
|
|
12938
12938
|
var import_styled_components71 = require("styled-components");
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/ui",
|
|
3
|
-
"version": "0.19.2-beta.
|
|
3
|
+
"version": "0.19.2-beta.2859661a.15d019f",
|
|
4
4
|
"description": "Wistia UI React component library",
|
|
5
|
-
"type": "
|
|
5
|
+
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
7
7
|
"module": "dist/index.mjs",
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
File without changes
|