@wistia/ui 0.18.0-beta.d6f1661d.d5ef03f → 0.18.0
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 +3 -3
- package/dist/index.mjs +1 -1
- package/package.json +4 -4
- /package/dist/{index.d.cts → index.d.mts} +0 -0
package/dist/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/ui v0.18.0
|
|
3
|
+
* @license @wistia/ui v0.18.0
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -12586,7 +12586,7 @@ var SaturationAndValuePicker = ({
|
|
|
12586
12586
|
SaturationAndValuePicker.displayName = "SaturationAndValuePicker_UI";
|
|
12587
12587
|
|
|
12588
12588
|
// src/components/Combobox/Combobox.tsx
|
|
12589
|
-
var Ariakit = __toESM(require("@ariakit/react")
|
|
12589
|
+
var Ariakit = __toESM(require("@ariakit/react"));
|
|
12590
12590
|
var import_react54 = require("react");
|
|
12591
12591
|
var import_match_sorter = require("match-sorter");
|
|
12592
12592
|
var import_styled_components69 = require("styled-components");
|
|
@@ -18176,7 +18176,7 @@ var Thumbnail = (0, import_react100.forwardRef)(
|
|
|
18176
18176
|
Thumbnail.displayName = "Thumbnail_UI";
|
|
18177
18177
|
|
|
18178
18178
|
// src/components/ThumbnailCollage/ThumbnailCollage.tsx
|
|
18179
|
-
var import_react101 = __toESM(require("react")
|
|
18179
|
+
var import_react101 = __toESM(require("react"));
|
|
18180
18180
|
var import_styled_components127 = require("styled-components");
|
|
18181
18181
|
var import_type_guards75 = require("@wistia/type-guards");
|
|
18182
18182
|
var import_jsx_runtime328 = (
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/ui",
|
|
3
|
-
"version": "0.18.0
|
|
3
|
+
"version": "0.18.0",
|
|
4
4
|
"description": "Wistia UI React component library",
|
|
5
|
-
"type": "
|
|
5
|
+
"type": "commonjs",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
7
7
|
"module": "dist/index.mjs",
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
"./package.json": "./package.json",
|
|
12
12
|
".": {
|
|
13
13
|
"import": {
|
|
14
|
-
"types": "./dist/index.d.
|
|
14
|
+
"types": "./dist/index.d.mts",
|
|
15
15
|
"default": "./dist/index.mjs"
|
|
16
16
|
},
|
|
17
17
|
"require": {
|
|
18
|
-
"types": "./dist/index.d.
|
|
18
|
+
"types": "./dist/index.d.ts",
|
|
19
19
|
"default": "./dist/index.cjs"
|
|
20
20
|
}
|
|
21
21
|
}
|
|
File without changes
|