@swc-react/top-nav 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 { TopNav as SpTopNav } from '@spectrum-web-components/top-nav';\nimport { TopNavItem as SpTopNavItem } from '@spectrum-web-components/top-nav';\n\nimport '@spectrum-web-components/top-nav/sp-top-nav-item.js';\nimport '@spectrum-web-components/top-nav/sp-top-nav.js';\n\nexport const TopNav = createComponent({\n displayName: 'TopNav',\n elementClass: SpTopNav,\n react: React,\n tagName: 'sp-top-nav',\n events: {},\n});\nexport const TopNavItem = createComponent({\n displayName: 'TopNavItem',\n elementClass: SpTopNavItem,\n react: React,\n tagName: 'sp-top-nav-item',\n events: {},\n});\n\nexport type TopNavType = EventTarget & SpTopNav;\nexport type TopNavItemType = EventTarget & SpTopNavItem;\n"],
5
- "mappings": ";AAYA,YAAY,WAAW;AACvB,SAAS,uBAAuB;AAChC,SAAS,UAAU,gBAAgB;AACnC,SAAS,cAAc,oBAAoB;AAE3C,OAAO;AACP,OAAO;AAEA,aAAM,SAAS,gBAAgB;AAAA,EAClC,aAAa;AAAA,EACb,cAAc;AAAA,EACd,OAAO;AAAA,EACP,SAAS;AAAA,EACT,QAAQ,CAAC;AACb,CAAC;AACM,aAAM,aAAa,gBAAgB;AAAA,EACtC,aAAa;AAAA,EACb,cAAc;AAAA,EACd,OAAO;AAAA,EACP,SAAS;AAAA,EACT,QAAQ,CAAC;AACb,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 { TopNav as SpTopNav } from '@spectrum-web-components/top-nav';\nimport { TopNavItem as SpTopNavItem } from '@spectrum-web-components/top-nav';\n\nimport '@spectrum-web-components/top-nav/sp-top-nav-item.js';\nimport '@spectrum-web-components/top-nav/sp-top-nav.js';\n\nexport const TopNav = createComponent({\n displayName: 'TopNav',\n elementClass: SpTopNav,\n react: React,\n tagName: 'sp-top-nav',\n events: {},\n});\nexport const TopNavItem = createComponent({\n displayName: 'TopNavItem',\n elementClass: SpTopNavItem,\n react: React,\n tagName: 'sp-top-nav-item',\n events: {},\n});\n\nexport type TopNavType = EventTarget & SpTopNav;\nexport type TopNavItemType = EventTarget & SpTopNavItem;\n"],
5
+ "mappings": ";AAWA,YAAY,WAAW;AACvB,SAAS,uBAAuB;AAChC,SAAS,UAAU,gBAAgB;AACnC,SAAS,cAAc,oBAAoB;AAE3C,OAAO;AACP,OAAO;AAEA,aAAM,SAAS,gBAAgB;AAAA,EAClC,aAAa;AAAA,EACb,cAAc;AAAA,EACd,OAAO;AAAA,EACP,SAAS;AAAA,EACT,QAAQ,CAAC;AACb,CAAC;AACM,aAAM,aAAa,gBAAgB;AAAA,EACtC,aAAa;AAAA,EACb,cAAc;AAAA,EACd,OAAO;AAAA,EACP,SAAS;AAAA,EACT,QAAQ,CAAC;AACb,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 { TopNav as SpTopNav } from '@spectrum-web-components/top-nav';\nimport { TopNavItem as SpTopNavItem } from '@spectrum-web-components/top-nav';\n\nimport '@spectrum-web-components/top-nav/sp-top-nav-item.js';\nimport '@spectrum-web-components/top-nav/sp-top-nav.js';\n\nexport const TopNav = createComponent({\n displayName: 'TopNav',\n elementClass: SpTopNav,\n react: React,\n tagName: 'sp-top-nav',\n events: {},\n});\nexport const TopNavItem = createComponent({\n displayName: 'TopNavItem',\n elementClass: SpTopNavItem,\n react: React,\n tagName: 'sp-top-nav-item',\n events: {},\n});\n\nexport type TopNavType = EventTarget & SpTopNav;\nexport type TopNavItemType = EventTarget & SpTopNavItem;\n"],
5
- "mappings": "aAYA,UAAYA,MAAW,QACvB,OAAS,mBAAAC,MAAuB,aAChC,OAAS,UAAUC,MAAgB,mCACnC,OAAS,cAAcC,MAAoB,mCAE3C,MAAO,sDACP,MAAO,iDAEA,aAAM,OAASF,EAAgB,CAClC,YAAa,SACb,aAAcC,EACd,MAAOF,EACP,QAAS,aACT,OAAQ,CAAC,CACb,CAAC,EACY,WAAaC,EAAgB,CACtC,YAAa,aACb,aAAcE,EACd,MAAOH,EACP,QAAS,kBACT,OAAQ,CAAC,CACb,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 { TopNav as SpTopNav } from '@spectrum-web-components/top-nav';\nimport { TopNavItem as SpTopNavItem } from '@spectrum-web-components/top-nav';\n\nimport '@spectrum-web-components/top-nav/sp-top-nav-item.js';\nimport '@spectrum-web-components/top-nav/sp-top-nav.js';\n\nexport const TopNav = createComponent({\n displayName: 'TopNav',\n elementClass: SpTopNav,\n react: React,\n tagName: 'sp-top-nav',\n events: {},\n});\nexport const TopNavItem = createComponent({\n displayName: 'TopNavItem',\n elementClass: SpTopNavItem,\n react: React,\n tagName: 'sp-top-nav-item',\n events: {},\n});\n\nexport type TopNavType = EventTarget & SpTopNav;\nexport type TopNavItemType = EventTarget & SpTopNavItem;\n"],
5
+ "mappings": "aAWA,UAAYA,MAAW,QACvB,OAAS,mBAAAC,MAAuB,aAChC,OAAS,UAAUC,MAAgB,mCACnC,OAAS,cAAcC,MAAoB,mCAE3C,MAAO,sDACP,MAAO,iDAEA,aAAM,OAASF,EAAgB,CAClC,YAAa,SACb,aAAcC,EACd,MAAOF,EACP,QAAS,aACT,OAAQ,CAAC,CACb,CAAC,EACY,WAAaC,EAAgB,CACtC,YAAa,aACb,aAAcE,EACd,MAAOH,EACP,QAAS,kBACT,OAAQ,CAAC,CACb,CAAC",
6
6
  "names": ["React", "createComponent", "SpTopNav", "SpTopNavItem"]
7
7
  }
package/next.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const TopNav: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("top-nav/src").TopNav>, "size" | "label" | "renderOptions" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "selected" | "isLTR" | "hasVisibleFocusInTree" | "quiet" | "selectionIndicatorStyle" | "shouldAnimate" | "ignoreURLParts"> & {} & Partial<Omit<import("top-nav/src").TopNav, keyof HTMLElement>> & import("react").RefAttributes<import("top-nav/src").TopNav>>;
2
- export declare const TopNavItem: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("top-nav/src").TopNavItem>, "label" | "renderOptions" | "disabled" | "download" | "href" | "target" | "rel" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "selected" | "value" | "isLTR" | "hasVisibleFocusInTree" | "focusElement" | "selfManageFocusElement" | "renderAnchor"> & {} & Partial<Omit<import("top-nav/src").TopNavItem, keyof HTMLElement>> & import("react").RefAttributes<import("top-nav/src").TopNavItem>>;
1
+ export declare const TopNav: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("top-nav/src/TopNav.js").TopNav>, "size" | "label" | "renderOptions" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "selected" | "isLTR" | "hasVisibleFocusInTree" | "quiet" | "selectionIndicatorStyle" | "shouldAnimate" | "ignoreURLParts"> & {} & Partial<Omit<import("top-nav/src/TopNav.js").TopNav, keyof HTMLElement>> & import("react").RefAttributes<import("top-nav/src/TopNav.js").TopNav>>;
2
+ export declare const TopNavItem: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("top-nav/src/TopNavItem.js").TopNavItem>, "label" | "renderOptions" | "disabled" | "download" | "href" | "target" | "rel" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "selected" | "value" | "isLTR" | "hasVisibleFocusInTree" | "focusElement" | "selfManageFocusElement" | "renderAnchor"> & {} & Partial<Omit<import("top-nav/src/TopNavItem.js").TopNavItem, keyof HTMLElement>> & import("react").RefAttributes<import("top-nav/src/TopNavItem.js").TopNavItem>>;
package/next.dev.js CHANGED
@@ -1,5 +1,7 @@
1
1
  "use strict";
2
2
  import dynamic from "next/dynamic";
3
- export const TopNav = dynamic(() => import(".").then(({ TopNav: TopNav2 }) => TopNav2), { ssr: false });
4
- export const TopNavItem = dynamic(() => import(".").then(({ TopNavItem: TopNavItem2 }) => TopNavItem2), { ssr: false });
3
+ export const TopNav = dynamic(() => import("./index.dev.js").then(({ TopNav: TopNav2 }) => TopNav2), { ssr: false });
4
+ export const TopNavItem = dynamic(() => import("./index.dev.js").then(({ TopNavItem: TopNavItem2 }) => TopNavItem2), {
5
+ ssr: false
6
+ });
5
7
  //# 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 { TopNav as SpTopNav } from '.';\nimport { TopNavItem as SpTopNavItem } from '.';\n\nexport const TopNav = dynamic<\n JSX.LibraryManagedAttributes<\n typeof SpTopNav,\n ComponentProps<typeof SpTopNav>\n >\n>(() => import('.').then(({ TopNav }) => TopNav), { ssr: false });\nexport const TopNavItem = dynamic<\n JSX.LibraryManagedAttributes<\n typeof SpTopNavItem,\n ComponentProps<typeof SpTopNavItem>\n >\n>(() => import('.').then(({ TopNavItem }) => TopNavItem), { ssr: false });\n"],
5
- "mappings": ";AAaA,OAAO,aAAa;AAKb,aAAM,SAAS,QAKpB,MAAM,OAAO,GAAG,EAAE,KAAK,CAAC,EAAE,QAAAA,QAAO,MAAMA,OAAM,GAAG,EAAE,KAAK,MAAM,CAAC;AACzD,aAAM,aAAa,QAKxB,MAAM,OAAO,GAAG,EAAE,KAAK,CAAC,EAAE,YAAAC,YAAW,MAAMA,WAAU,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 { TopNav as SpTopNav } from './index.dev.js'\nimport { TopNavItem as SpTopNavItem } from './index.dev.js'\n\nexport const TopNav = dynamic<\n JSX.LibraryManagedAttributes<\n typeof SpTopNav,\n ComponentProps<typeof SpTopNav>\n >\n>(() => import('./index.dev.js').then(({ TopNav }) => TopNav), { ssr: false });\nexport const TopNavItem = dynamic<\n JSX.LibraryManagedAttributes<\n typeof SpTopNavItem,\n ComponentProps<typeof SpTopNavItem>\n >\n>(() => import('./index.dev.js').then(({ TopNavItem }) => TopNavItem), {\n ssr: false,\n});\n"],
5
+ "mappings": ";AAYA,OAAO,aAAa;AAKb,aAAM,SAAS,QAKpB,MAAM,OAAO,gBAAgB,EAAE,KAAK,CAAC,EAAE,QAAAA,QAAO,MAAMA,OAAM,GAAG,EAAE,KAAK,MAAM,CAAC;AACtE,aAAM,aAAa,QAKxB,MAAM,OAAO,gBAAgB,EAAE,KAAK,CAAC,EAAE,YAAAC,YAAW,MAAMA,WAAU,GAAG;AAAA,EACnE,KAAK;AACT,CAAC;",
6
6
  "names": ["TopNav", "TopNavItem"]
7
7
  }
package/next.js CHANGED
@@ -1,2 +1,2 @@
1
- "use strict";import p from"next/dynamic";export const TopNav=p(()=>import(".").then(({TopNav:o})=>o),{ssr:!1}),TopNavItem=p(()=>import(".").then(({TopNavItem:o})=>o),{ssr:!1});
1
+ "use strict";import p from"next/dynamic";export const TopNav=p(()=>import("./index.js").then(({TopNav:o})=>o),{ssr:!1}),TopNavItem=p(()=>import("./index.js").then(({TopNavItem:o})=>o),{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 { TopNav as SpTopNav } from '.';\nimport { TopNavItem as SpTopNavItem } from '.';\n\nexport const TopNav = dynamic<\n JSX.LibraryManagedAttributes<\n typeof SpTopNav,\n ComponentProps<typeof SpTopNav>\n >\n>(() => import('.').then(({ TopNav }) => TopNav), { ssr: false });\nexport const TopNavItem = dynamic<\n JSX.LibraryManagedAttributes<\n typeof SpTopNavItem,\n ComponentProps<typeof SpTopNavItem>\n >\n>(() => import('.').then(({ TopNavItem }) => TopNavItem), { ssr: false });\n"],
5
- "mappings": "aAaA,OAAOA,MAAa,eAKb,aAAM,OAASA,EAKpB,IAAM,OAAO,GAAG,EAAE,KAAK,CAAC,CAAE,OAAAC,CAAO,IAAMA,CAAM,EAAG,CAAE,IAAK,EAAM,CAAC,EACnD,WAAaD,EAKxB,IAAM,OAAO,GAAG,EAAE,KAAK,CAAC,CAAE,WAAAE,CAAW,IAAMA,CAAU,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 { TopNav as SpTopNav } from './index.js';\nimport { TopNavItem as SpTopNavItem } from './index.js';\n\nexport const TopNav = dynamic<\n JSX.LibraryManagedAttributes<\n typeof SpTopNav,\n ComponentProps<typeof SpTopNav>\n >\n>(() => import('./index.js').then(({ TopNav }) => TopNav), { ssr: false });\nexport const TopNavItem = dynamic<\n JSX.LibraryManagedAttributes<\n typeof SpTopNavItem,\n ComponentProps<typeof SpTopNavItem>\n >\n>(() => import('./index.js').then(({ TopNavItem }) => TopNavItem), {\n ssr: false,\n});\n"],
5
+ "mappings": "aAYA,OAAOA,MAAa,eAKb,aAAM,OAASA,EAKpB,IAAM,OAAO,YAAY,EAAE,KAAK,CAAC,CAAE,OAAAC,CAAO,IAAMA,CAAM,EAAG,CAAE,IAAK,EAAM,CAAC,EAC5D,WAAaD,EAKxB,IAAM,OAAO,YAAY,EAAE,KAAK,CAAC,CAAE,WAAAE,CAAW,IAAMA,CAAU,EAAG,CAC/D,IAAK,EACT,CAAC",
6
6
  "names": ["dynamic", "TopNav", "TopNavItem"]
7
7
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@swc-react/top-nav",
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/top-nav 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/top-nav": "^1.6.0"
29
+ "@spectrum-web-components/top-nav": "^1.8.0"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "next": "~13.4 || ~14"