@wistia/ui 0.4.5-beta.6dcaa5ce.ea6b5f1 → 0.4.5-beta.c323e1bb.4e1b407
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 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +8 -3
- package/dist/index.d.ts +8 -3
- package/dist/index.mjs +3 -2
- 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.c323e1bb.4e1b407
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -6195,11 +6195,12 @@ 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, ...props }) => {
|
|
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,
|
|
6203
6204
|
href,
|
|
6204
6205
|
leftIcon: icon,
|
|
6205
6206
|
variant: "ghost",
|