@wistia/ui 0.4.5-beta.c323e1bb.4e1b407 → 0.4.5-beta.e27ea928.c4e583e
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 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +3 -8
- package/dist/index.d.ts +3 -8
- package/dist/index.mjs +2 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/ui v0.4.5-beta.
|
|
3
|
+
* @license @wistia/ui v0.4.5-beta.e27ea928.c4e583e
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -6195,12 +6195,11 @@ Breadcrumbs.displayName = "Breadcrumbs";
|
|
|
6195
6195
|
|
|
6196
6196
|
// src/components/Breadcrumbs/Breadcrumb.tsx
|
|
6197
6197
|
var import_jsx_runtime169 = require("react/jsx-runtime");
|
|
6198
|
-
var Breadcrumb = ({ icon, href, children
|
|
6198
|
+
var Breadcrumb = ({ icon, href, children }) => {
|
|
6199
6199
|
return /* @__PURE__ */ (0, import_jsx_runtime169.jsxs)(import_jsx_runtime169.Fragment, { children: [
|
|
6200
6200
|
/* @__PURE__ */ (0, import_jsx_runtime169.jsx)(
|
|
6201
6201
|
Button,
|
|
6202
6202
|
{
|
|
6203
|
-
...props,
|
|
6204
6203
|
href,
|
|
6205
6204
|
leftIcon: icon,
|
|
6206
6205
|
variant: "ghost",
|