@triptease/react 6.4.0 → 6.4.1

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.
@@ -1,3 +1,3 @@
1
- import '@triptease/tt-combobox/tt-navbar.js';
1
+ import '@triptease/tt-navbar/tt-navbar.js';
2
2
  import { TtNavbar } from '@triptease/tt-navbar';
3
3
  export declare const TtNavBar: import("@lit/react").ReactWebComponent<TtNavbar, {}>;
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { createComponent } from '@lit/react';
3
- import '@triptease/tt-combobox/tt-navbar.js';
3
+ import '@triptease/tt-navbar/tt-navbar.js';
4
4
  import { TtNavbar } from '@triptease/tt-navbar';
5
5
  export const TtNavBar = createComponent({
6
6
  tagName: 'tt-navbar',
@@ -1 +1 @@
1
- {"version":3,"file":"TtNavBar.js","sourceRoot":"","sources":["../../src/TtNavBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAE7C,OAAO,qCAAqC,CAAC;AAC7C,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAEhD,MAAM,CAAC,MAAM,QAAQ,GAAG,eAAe,CAAC;IACtC,OAAO,EAAE,WAAW;IACpB,KAAK,EAAE,KAAK;IACZ,YAAY,EAAE,QAAQ;CACvB,CAAC,CAAC","sourcesContent":["import * as React from 'react';\nimport { createComponent } from '@lit/react';\n\nimport '@triptease/tt-combobox/tt-navbar.js';\nimport { TtNavbar } from '@triptease/tt-navbar';\n\nexport const TtNavBar = createComponent({\n tagName: 'tt-navbar',\n react: React,\n elementClass: TtNavbar,\n});"]}
1
+ {"version":3,"file":"TtNavBar.js","sourceRoot":"","sources":["../../src/TtNavBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAE7C,OAAO,mCAAmC,CAAC;AAC3C,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAEhD,MAAM,CAAC,MAAM,QAAQ,GAAG,eAAe,CAAC;IACtC,OAAO,EAAE,WAAW;IACpB,KAAK,EAAE,KAAK;IACZ,YAAY,EAAE,QAAQ;CACvB,CAAC,CAAC","sourcesContent":["import * as React from 'react';\nimport { createComponent } from '@lit/react';\n\nimport '@triptease/tt-navbar/tt-navbar.js';\nimport { TtNavbar } from '@triptease/tt-navbar';\n\nexport const TtNavBar = createComponent({\n tagName: 'tt-navbar',\n react: React,\n elementClass: TtNavbar,\n});"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triptease/react",
3
- "version": "6.4.0",
3
+ "version": "6.4.1",
4
4
  "description": "React bindings for the @triptease/webcomponents components",
5
5
  "author": "Launchpad Squad",
6
6
  "license": "MIT",
package/src/TtNavBar.tsx CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
2
  import { createComponent } from '@lit/react';
3
3
 
4
- import '@triptease/tt-combobox/tt-navbar.js';
4
+ import '@triptease/tt-navbar/tt-navbar.js';
5
5
  import { TtNavbar } from '@triptease/tt-navbar';
6
6
 
7
7
  export const TtNavBar = createComponent({