@digital-realty/ix-switch 2.1.11 → 2.1.12

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.
@@ -3,7 +3,7 @@ import { createComponent } from '@lit/react';
3
3
  import { IxSwitch as LitComp } from '../IxSwitch.js';
4
4
  customElements.define('ix-switch', LitComp);
5
5
  export const IxSwitch = createComponent({
6
- tagName: 'ix-switch',
6
+ tagName: 'ix-switch-react',
7
7
  elementClass: LitComp,
8
8
  react: React,
9
9
  });
@@ -1 +1 @@
1
- {"version":3,"file":"IxSwitch.js","sourceRoot":"","sources":["../../src/react/IxSwitch.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,QAAQ,IAAI,OAAO,EAAE,MAAM,gBAAgB,CAAC;AAErD,cAAc,CAAC,MAAM,CAAC,WAAW,EAAE,OAAO,CAAC,CAAC;AAE5C,MAAM,CAAC,MAAM,QAAQ,GAAG,eAAe,CAAC;IACtC,OAAO,EAAE,WAAW;IACpB,YAAY,EAAE,OAAO;IACrB,KAAK,EAAE,KAAK;CACb,CAAC,CAAC","sourcesContent":["import React from 'react';\nimport { createComponent } from '@lit/react';\nimport { IxSwitch as LitComp } from '../IxSwitch.js';\n\ncustomElements.define('ix-switch', LitComp);\n\nexport const IxSwitch = createComponent({\n tagName: 'ix-switch',\n elementClass: LitComp,\n react: React,\n});\n"]}
1
+ {"version":3,"file":"IxSwitch.js","sourceRoot":"","sources":["../../src/react/IxSwitch.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,QAAQ,IAAI,OAAO,EAAE,MAAM,gBAAgB,CAAC;AAErD,cAAc,CAAC,MAAM,CAAC,WAAW,EAAE,OAAO,CAAC,CAAC;AAE5C,MAAM,CAAC,MAAM,QAAQ,GAAG,eAAe,CAAC;IACtC,OAAO,EAAE,iBAAiB;IAC1B,YAAY,EAAE,OAAO;IACrB,KAAK,EAAE,KAAK;CACb,CAAC,CAAC","sourcesContent":["import React from 'react';\nimport { createComponent } from '@lit/react';\nimport { IxSwitch as LitComp } from '../IxSwitch.js';\n\ncustomElements.define('ix-switch', LitComp);\n\nexport const IxSwitch = createComponent({\n tagName: 'ix-switch-react',\n elementClass: LitComp,\n react: React,\n});\n"]}
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent ix-switch following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "Digital Realty",
6
- "version": "2.1.11",
6
+ "version": "2.1.12",
7
7
  "type": "module",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/index.js",
@@ -103,5 +103,5 @@
103
103
  "README.md",
104
104
  "LICENSE"
105
105
  ],
106
- "gitHead": "024e4b85148c7a248e9f283e35085f512e7c3b1e"
106
+ "gitHead": "705b8d4a1375a3ce54b1562c65d8636b98b14466"
107
107
  }