@swc-react/breadcrumbs 1.6.0 → 1.8.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/index.dev.js.map CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["index.ts"],
4
- "sourcesContent": ["/*\nCopyright 2022 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport * as React from 'react';\nimport { createComponent } from '@lit/react';\nimport type { EventName } from '@lit/react';\nimport { BreadcrumbItem as SpBreadcrumbItem } from '@spectrum-web-components/breadcrumbs';\nimport { Breadcrumbs as SpBreadcrumbs } from '@spectrum-web-components/breadcrumbs';\n\nimport '@spectrum-web-components/breadcrumbs/sp-breadcrumb-item.js';\nimport '@spectrum-web-components/breadcrumbs/sp-breadcrumbs.js';\n\nexport const BreadcrumbItem = createComponent({\n displayName: 'BreadcrumbItem',\n elementClass: SpBreadcrumbItem,\n react: React,\n tagName: 'sp-breadcrumb-item',\n events: {},\n});\nexport const Breadcrumbs = createComponent({\n displayName: 'Breadcrumbs',\n elementClass: SpBreadcrumbs,\n react: React,\n tagName: 'sp-breadcrumbs',\n events: {\n change: 'change' as EventName<Event>, // Announces the selected breadcrumb item\n },\n});\n\nexport type BreadcrumbItemType = EventTarget & SpBreadcrumbItem;\nexport type BreadcrumbsType = EventTarget & SpBreadcrumbs;\n"],
5
- "mappings": ";AAYA,YAAY,WAAW;AACvB,SAAS,uBAAuB;AAEhC,SAAS,kBAAkB,wBAAwB;AACnD,SAAS,eAAe,qBAAqB;AAE7C,OAAO;AACP,OAAO;AAEA,aAAM,iBAAiB,gBAAgB;AAAA,EAC1C,aAAa;AAAA,EACb,cAAc;AAAA,EACd,OAAO;AAAA,EACP,SAAS;AAAA,EACT,QAAQ,CAAC;AACb,CAAC;AACM,aAAM,cAAc,gBAAgB;AAAA,EACvC,aAAa;AAAA,EACb,cAAc;AAAA,EACd,OAAO;AAAA,EACP,SAAS;AAAA,EACT,QAAQ;AAAA,IACJ,QAAQ;AAAA;AAAA,EACZ;AACJ,CAAC;",
4
+ "sourcesContent": ["/**\n * Copyright 2025 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\nimport * as React from 'react';\nimport { createComponent } from '@lit/react';\nimport type { EventName } from '@lit/react';\nimport { BreadcrumbItem as SpBreadcrumbItem } from '@spectrum-web-components/breadcrumbs';\nimport { Breadcrumbs as SpBreadcrumbs } from '@spectrum-web-components/breadcrumbs';\n\nimport '@spectrum-web-components/breadcrumbs/sp-breadcrumb-item.js';\nimport '@spectrum-web-components/breadcrumbs/sp-breadcrumbs.js';\n\nexport const BreadcrumbItem = createComponent({\n displayName: 'BreadcrumbItem',\n elementClass: SpBreadcrumbItem,\n react: React,\n tagName: 'sp-breadcrumb-item',\n events: {},\n});\nexport const Breadcrumbs = createComponent({\n displayName: 'Breadcrumbs',\n elementClass: SpBreadcrumbs,\n react: React,\n tagName: 'sp-breadcrumbs',\n events: {\n change: 'change' as EventName<Event>, // Announces the selected breadcrumb item\n },\n});\n\nexport type BreadcrumbItemType = EventTarget & SpBreadcrumbItem;\nexport type BreadcrumbsType = EventTarget & SpBreadcrumbs;\n"],
5
+ "mappings": ";AAWA,YAAY,WAAW;AACvB,SAAS,uBAAuB;AAEhC,SAAS,kBAAkB,wBAAwB;AACnD,SAAS,eAAe,qBAAqB;AAE7C,OAAO;AACP,OAAO;AAEA,aAAM,iBAAiB,gBAAgB;AAAA,EAC1C,aAAa;AAAA,EACb,cAAc;AAAA,EACd,OAAO;AAAA,EACP,SAAS;AAAA,EACT,QAAQ,CAAC;AACb,CAAC;AACM,aAAM,cAAc,gBAAgB;AAAA,EACvC,aAAa;AAAA,EACb,cAAc;AAAA,EACd,OAAO;AAAA,EACP,SAAS;AAAA,EACT,QAAQ;AAAA,IACJ,QAAQ;AAAA;AAAA,EACZ;AACJ,CAAC;",
6
6
  "names": []
7
7
  }
package/index.js.map CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["index.ts"],
4
- "sourcesContent": ["/*\nCopyright 2022 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport * as React from 'react';\nimport { createComponent } from '@lit/react';\nimport type { EventName } from '@lit/react';\nimport { BreadcrumbItem as SpBreadcrumbItem } from '@spectrum-web-components/breadcrumbs';\nimport { Breadcrumbs as SpBreadcrumbs } from '@spectrum-web-components/breadcrumbs';\n\nimport '@spectrum-web-components/breadcrumbs/sp-breadcrumb-item.js';\nimport '@spectrum-web-components/breadcrumbs/sp-breadcrumbs.js';\n\nexport const BreadcrumbItem = createComponent({\n displayName: 'BreadcrumbItem',\n elementClass: SpBreadcrumbItem,\n react: React,\n tagName: 'sp-breadcrumb-item',\n events: {},\n});\nexport const Breadcrumbs = createComponent({\n displayName: 'Breadcrumbs',\n elementClass: SpBreadcrumbs,\n react: React,\n tagName: 'sp-breadcrumbs',\n events: {\n change: 'change' as EventName<Event>, // Announces the selected breadcrumb item\n },\n});\n\nexport type BreadcrumbItemType = EventTarget & SpBreadcrumbItem;\nexport type BreadcrumbsType = EventTarget & SpBreadcrumbs;\n"],
5
- "mappings": "aAYA,UAAYA,MAAW,QACvB,OAAS,mBAAAC,MAAuB,aAEhC,OAAS,kBAAkBC,MAAwB,uCACnD,OAAS,eAAeC,MAAqB,uCAE7C,MAAO,6DACP,MAAO,yDAEA,aAAM,eAAiBF,EAAgB,CAC1C,YAAa,iBACb,aAAcC,EACd,MAAOF,EACP,QAAS,qBACT,OAAQ,CAAC,CACb,CAAC,EACY,YAAcC,EAAgB,CACvC,YAAa,cACb,aAAcE,EACd,MAAOH,EACP,QAAS,iBACT,OAAQ,CACJ,OAAQ,QACZ,CACJ,CAAC",
4
+ "sourcesContent": ["/**\n * Copyright 2025 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\nimport * as React from 'react';\nimport { createComponent } from '@lit/react';\nimport type { EventName } from '@lit/react';\nimport { BreadcrumbItem as SpBreadcrumbItem } from '@spectrum-web-components/breadcrumbs';\nimport { Breadcrumbs as SpBreadcrumbs } from '@spectrum-web-components/breadcrumbs';\n\nimport '@spectrum-web-components/breadcrumbs/sp-breadcrumb-item.js';\nimport '@spectrum-web-components/breadcrumbs/sp-breadcrumbs.js';\n\nexport const BreadcrumbItem = createComponent({\n displayName: 'BreadcrumbItem',\n elementClass: SpBreadcrumbItem,\n react: React,\n tagName: 'sp-breadcrumb-item',\n events: {},\n});\nexport const Breadcrumbs = createComponent({\n displayName: 'Breadcrumbs',\n elementClass: SpBreadcrumbs,\n react: React,\n tagName: 'sp-breadcrumbs',\n events: {\n change: 'change' as EventName<Event>, // Announces the selected breadcrumb item\n },\n});\n\nexport type BreadcrumbItemType = EventTarget & SpBreadcrumbItem;\nexport type BreadcrumbsType = EventTarget & SpBreadcrumbs;\n"],
5
+ "mappings": "aAWA,UAAYA,MAAW,QACvB,OAAS,mBAAAC,MAAuB,aAEhC,OAAS,kBAAkBC,MAAwB,uCACnD,OAAS,eAAeC,MAAqB,uCAE7C,MAAO,6DACP,MAAO,yDAEA,aAAM,eAAiBF,EAAgB,CAC1C,YAAa,iBACb,aAAcC,EACd,MAAOF,EACP,QAAS,qBACT,OAAQ,CAAC,CACb,CAAC,EACY,YAAcC,EAAgB,CACvC,YAAa,cACb,aAAcE,EACd,MAAOH,EACP,QAAS,iBACT,OAAQ,CACJ,OAAQ,QACZ,CACJ,CAAC",
6
6
  "names": ["React", "createComponent", "SpBreadcrumbItem", "SpBreadcrumbs"]
7
7
  }
package/next.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export declare const BreadcrumbItem: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("breadcrumbs/src").BreadcrumbItem>, "label" | "disabled" | "download" | "href" | "target" | "rel" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "value" | "isLastOfType" | "renderOptions" | "focusElement" | "selfManageFocusElement" | "isLTR" | "hasVisibleFocusInTree" | "renderAnchor"> & {} & Partial<Omit<import("breadcrumbs/src").BreadcrumbItem, keyof HTMLElement>> & import("react").RefAttributes<import("breadcrumbs/src").BreadcrumbItem>>;
2
- export declare const Breadcrumbs: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("breadcrumbs/src").Breadcrumbs>, "label" | "change" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "renderOptions" | "isLTR" | "hasVisibleFocusInTree" | "maxVisibleItems" | "menuLabel" | "compact" | "updated"> & {
1
+ export declare const BreadcrumbItem: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("breadcrumbs/src/BreadcrumbItem.js").BreadcrumbItem>, "label" | "disabled" | "download" | "href" | "target" | "rel" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "value" | "isLastOfType" | "renderOptions" | "focusElement" | "selfManageFocusElement" | "isLTR" | "hasVisibleFocusInTree" | "renderAnchor"> & {} & Partial<Omit<import("breadcrumbs/src/BreadcrumbItem.js").BreadcrumbItem, keyof HTMLElement>> & import("react").RefAttributes<import("breadcrumbs/src/BreadcrumbItem.js").BreadcrumbItem>>;
2
+ export declare const Breadcrumbs: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("breadcrumbs/src/Breadcrumbs.js").Breadcrumbs>, "label" | "change" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "renderOptions" | "isLTR" | "hasVisibleFocusInTree" | "maxVisibleItems" | "menuLabel" | "compact" | "updated"> & {
3
3
  change?: ((e: Event) => void) | undefined;
4
- } & Partial<Omit<import("breadcrumbs/src").Breadcrumbs, keyof HTMLElement>> & import("react").RefAttributes<import("breadcrumbs/src").Breadcrumbs>>;
4
+ } & Partial<Omit<import("breadcrumbs/src/Breadcrumbs.js").Breadcrumbs, keyof HTMLElement>> & import("react").RefAttributes<import("breadcrumbs/src/Breadcrumbs.js").Breadcrumbs>>;
package/next.dev.js CHANGED
@@ -1,7 +1,9 @@
1
1
  "use strict";
2
2
  import dynamic from "next/dynamic";
3
- export const BreadcrumbItem = dynamic(() => import(".").then(({ BreadcrumbItem: BreadcrumbItem2 }) => BreadcrumbItem2), {
3
+ export const BreadcrumbItem = dynamic(() => import("./index.dev.js").then(({ BreadcrumbItem: BreadcrumbItem2 }) => BreadcrumbItem2), {
4
+ ssr: false
5
+ });
6
+ export const Breadcrumbs = dynamic(() => import("./index.dev.js").then(({ Breadcrumbs: Breadcrumbs2 }) => Breadcrumbs2), {
4
7
  ssr: false
5
8
  });
6
- export const Breadcrumbs = dynamic(() => import(".").then(({ Breadcrumbs: Breadcrumbs2 }) => Breadcrumbs2), { ssr: false });
7
9
  //# sourceMappingURL=next.dev.js.map
package/next.dev.js.map CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["next.ts"],
4
- "sourcesContent": ["/*\nCopyright 2023 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport { ComponentProps } from 'react';\nimport dynamic from 'next/dynamic';\n\nimport { BreadcrumbItem as SpBreadcrumbItem } from '.';\nimport { Breadcrumbs as SpBreadcrumbs } from '.';\n\nexport const BreadcrumbItem = dynamic<\n JSX.LibraryManagedAttributes<\n typeof SpBreadcrumbItem,\n ComponentProps<typeof SpBreadcrumbItem>\n >\n>(() => import('.').then(({ BreadcrumbItem }) => BreadcrumbItem), {\n ssr: false,\n});\nexport const Breadcrumbs = dynamic<\n JSX.LibraryManagedAttributes<\n typeof SpBreadcrumbs,\n ComponentProps<typeof SpBreadcrumbs>\n >\n>(() => import('.').then(({ Breadcrumbs }) => Breadcrumbs), { ssr: false });\n"],
5
- "mappings": ";AAaA,OAAO,aAAa;AAKb,aAAM,iBAAiB,QAK5B,MAAM,OAAO,GAAG,EAAE,KAAK,CAAC,EAAE,gBAAAA,gBAAe,MAAMA,eAAc,GAAG;AAAA,EAC9D,KAAK;AACT,CAAC;AACM,aAAM,cAAc,QAKzB,MAAM,OAAO,GAAG,EAAE,KAAK,CAAC,EAAE,aAAAC,aAAY,MAAMA,YAAW,GAAG,EAAE,KAAK,MAAM,CAAC;",
4
+ "sourcesContent": ["/**\n * Copyright 2025 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\nimport { ComponentProps } from 'react';\nimport dynamic from 'next/dynamic';\n\nimport { BreadcrumbItem as SpBreadcrumbItem } from './index.dev.js'\nimport { Breadcrumbs as SpBreadcrumbs } from './index.dev.js'\n\nexport const BreadcrumbItem = dynamic<\n JSX.LibraryManagedAttributes<\n typeof SpBreadcrumbItem,\n ComponentProps<typeof SpBreadcrumbItem>\n >\n>(() => import('./index.dev.js').then(({ BreadcrumbItem }) => BreadcrumbItem), {\n ssr: false,\n});\nexport const Breadcrumbs = dynamic<\n JSX.LibraryManagedAttributes<\n typeof SpBreadcrumbs,\n ComponentProps<typeof SpBreadcrumbs>\n >\n>(() => import('./index.dev.js').then(({ Breadcrumbs }) => Breadcrumbs), {\n ssr: false,\n});\n"],
5
+ "mappings": ";AAYA,OAAO,aAAa;AAKb,aAAM,iBAAiB,QAK5B,MAAM,OAAO,gBAAgB,EAAE,KAAK,CAAC,EAAE,gBAAAA,gBAAe,MAAMA,eAAc,GAAG;AAAA,EAC3E,KAAK;AACT,CAAC;AACM,aAAM,cAAc,QAKzB,MAAM,OAAO,gBAAgB,EAAE,KAAK,CAAC,EAAE,aAAAC,aAAY,MAAMA,YAAW,GAAG;AAAA,EACrE,KAAK;AACT,CAAC;",
6
6
  "names": ["BreadcrumbItem", "Breadcrumbs"]
7
7
  }
package/next.js CHANGED
@@ -1,2 +1,2 @@
1
- "use strict";import e from"next/dynamic";export const BreadcrumbItem=e(()=>import(".").then(({BreadcrumbItem:r})=>r),{ssr:!1}),Breadcrumbs=e(()=>import(".").then(({Breadcrumbs:r})=>r),{ssr:!1});
1
+ "use strict";import e from"next/dynamic";export const BreadcrumbItem=e(()=>import("./index.js").then(({BreadcrumbItem:r})=>r),{ssr:!1}),Breadcrumbs=e(()=>import("./index.js").then(({Breadcrumbs:r})=>r),{ssr:!1});
2
2
  //# sourceMappingURL=next.js.map
package/next.js.map CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["next.ts"],
4
- "sourcesContent": ["/*\nCopyright 2023 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport { ComponentProps } from 'react';\nimport dynamic from 'next/dynamic';\n\nimport { BreadcrumbItem as SpBreadcrumbItem } from '.';\nimport { Breadcrumbs as SpBreadcrumbs } from '.';\n\nexport const BreadcrumbItem = dynamic<\n JSX.LibraryManagedAttributes<\n typeof SpBreadcrumbItem,\n ComponentProps<typeof SpBreadcrumbItem>\n >\n>(() => import('.').then(({ BreadcrumbItem }) => BreadcrumbItem), {\n ssr: false,\n});\nexport const Breadcrumbs = dynamic<\n JSX.LibraryManagedAttributes<\n typeof SpBreadcrumbs,\n ComponentProps<typeof SpBreadcrumbs>\n >\n>(() => import('.').then(({ Breadcrumbs }) => Breadcrumbs), { ssr: false });\n"],
5
- "mappings": "aAaA,OAAOA,MAAa,eAKb,aAAM,eAAiBA,EAK5B,IAAM,OAAO,GAAG,EAAE,KAAK,CAAC,CAAE,eAAAC,CAAe,IAAMA,CAAc,EAAG,CAC9D,IAAK,EACT,CAAC,EACY,YAAcD,EAKzB,IAAM,OAAO,GAAG,EAAE,KAAK,CAAC,CAAE,YAAAE,CAAY,IAAMA,CAAW,EAAG,CAAE,IAAK,EAAM,CAAC",
4
+ "sourcesContent": ["/**\n * Copyright 2025 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\nimport { ComponentProps } from 'react';\nimport dynamic from 'next/dynamic';\n\nimport { BreadcrumbItem as SpBreadcrumbItem } from './index.js';\nimport { Breadcrumbs as SpBreadcrumbs } from './index.js';\n\nexport const BreadcrumbItem = dynamic<\n JSX.LibraryManagedAttributes<\n typeof SpBreadcrumbItem,\n ComponentProps<typeof SpBreadcrumbItem>\n >\n>(() => import('./index.js').then(({ BreadcrumbItem }) => BreadcrumbItem), {\n ssr: false,\n});\nexport const Breadcrumbs = dynamic<\n JSX.LibraryManagedAttributes<\n typeof SpBreadcrumbs,\n ComponentProps<typeof SpBreadcrumbs>\n >\n>(() => import('./index.js').then(({ Breadcrumbs }) => Breadcrumbs), {\n ssr: false,\n});\n"],
5
+ "mappings": "aAYA,OAAOA,MAAa,eAKb,aAAM,eAAiBA,EAK5B,IAAM,OAAO,YAAY,EAAE,KAAK,CAAC,CAAE,eAAAC,CAAe,IAAMA,CAAc,EAAG,CACvE,IAAK,EACT,CAAC,EACY,YAAcD,EAKzB,IAAM,OAAO,YAAY,EAAE,KAAK,CAAC,CAAE,YAAAE,CAAY,IAAMA,CAAW,EAAG,CACjE,IAAK,EACT,CAAC",
6
6
  "names": ["dynamic", "BreadcrumbItem", "Breadcrumbs"]
7
7
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@swc-react/breadcrumbs",
3
- "version": "1.6.0",
3
+ "version": "1.8.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
7
  "description": "React and Next.js wrapper of the @spectrum-web-components/breadcrumbs component",
8
8
  "license": "Apache-2.0",
9
- "author": "",
9
+ "author": "Adobe",
10
10
  "type": "module",
11
11
  "exports": {
12
12
  ".": {
@@ -26,7 +26,7 @@
26
26
  ],
27
27
  "dependencies": {
28
28
  "@lit/react": "^1.0.2",
29
- "@spectrum-web-components/breadcrumbs": "^1.6.0"
29
+ "@spectrum-web-components/breadcrumbs": "^1.8.0"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "next": "~13.4 || ~14"