@digital-realty/ix-switch-bar 2.1.6 → 2.1.7

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.
@@ -10,8 +10,8 @@ export declare class IxSwitchBar extends LitElement {
10
10
  showOnlySelectedIcon: boolean;
11
11
  static get styles(): import("lit").CSSResult[];
12
12
  get isNoteProvided(): number | "";
13
- renderNote(): import("lit-html").TemplateResult<1> | typeof nothing;
14
- render(): import("lit-html").TemplateResult<1>;
13
+ renderNote(): import("lit").TemplateResult<1> | typeof nothing;
14
+ render(): import("lit").TemplateResult<1>;
15
15
  }
16
16
  declare global {
17
17
  interface HTMLElementTagNameMap {
@@ -1,2 +1,2 @@
1
1
  import { IxSwitchBar as LitComp } from '../IxSwitchBar.js';
2
- export declare const IxSwitchBar: import("@lit-labs/react").ReactWebComponent<LitComp, {}>;
2
+ export declare const IxSwitchBar: import("@lit/react").ReactWebComponent<LitComp, {}>;
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { createComponent } from '@lit-labs/react';
2
+ import { createComponent } from '@lit/react';
3
3
  import { IxSwitchBar as LitComp } from '../IxSwitchBar.js';
4
- window.customElements.define('ix-switch-bar', LitComp);
4
+ customElements.define('ix-switch-bar', LitComp);
5
5
  export const IxSwitchBar = createComponent({
6
6
  tagName: 'ix-switch-bar',
7
7
  elementClass: LitComp,
@@ -1 +1 @@
1
- {"version":3,"file":"IxSwitchBar.js","sourceRoot":"","sources":["../../src/react/IxSwitchBar.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,EAAE,WAAW,IAAI,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAE3D,MAAM,CAAC,cAAc,CAAC,MAAM,CAAC,eAAe,EAAE,OAAO,CAAC,CAAC;AAEvD,MAAM,CAAC,MAAM,WAAW,GAAG,eAAe,CAAC;IACzC,OAAO,EAAE,eAAe;IACxB,YAAY,EAAE,OAAO;IACrB,KAAK,EAAE,KAAK;CACb,CAAC,CAAC","sourcesContent":["import React from 'react';\nimport { createComponent } from '@lit-labs/react';\nimport { IxSwitchBar as LitComp } from '../IxSwitchBar.js';\n\nwindow.customElements.define('ix-switch-bar', LitComp);\n\nexport const IxSwitchBar = createComponent({\n tagName: 'ix-switch-bar',\n elementClass: LitComp,\n react: React,\n});\n"]}
1
+ {"version":3,"file":"IxSwitchBar.js","sourceRoot":"","sources":["../../src/react/IxSwitchBar.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,WAAW,IAAI,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAE3D,cAAc,CAAC,MAAM,CAAC,eAAe,EAAE,OAAO,CAAC,CAAC;AAEhD,MAAM,CAAC,MAAM,WAAW,GAAG,eAAe,CAAC;IACzC,OAAO,EAAE,eAAe;IACxB,YAAY,EAAE,OAAO;IACrB,KAAK,EAAE,KAAK;CACb,CAAC,CAAC","sourcesContent":["import React from 'react';\nimport { createComponent } from '@lit/react';\nimport { IxSwitchBar as LitComp } from '../IxSwitchBar.js';\n\ncustomElements.define('ix-switch-bar', LitComp);\n\nexport const IxSwitchBar = createComponent({\n tagName: 'ix-switch-bar',\n elementClass: LitComp,\n react: React,\n});\n"]}
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent ix-switch-bar following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "Digital Realty",
6
- "version": "2.1.6",
6
+ "version": "2.1.7",
7
7
  "type": "module",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/index.js",
@@ -26,8 +26,8 @@
26
26
  "test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\""
27
27
  },
28
28
  "dependencies": {
29
- "@digital-realty/ix-switch": "^2.1.6",
30
- "@lit-labs/react": "^2.0.3",
29
+ "@digital-realty/ix-switch": "^2.1.7",
30
+ "@lit/react": "^1.0.2",
31
31
  "lit": "^2.0.2",
32
32
  "react": "^18.2.0"
33
33
  },
@@ -99,5 +99,5 @@
99
99
  "README.md",
100
100
  "LICENSE"
101
101
  ],
102
- "gitHead": "5714160bac22bcafd35125ddf83b029a7235ba9d"
102
+ "gitHead": "351ac4d7500d9b6a33acc3e4efef9519701d5253"
103
103
  }