@digital-realty/ix-switch-input 2.1.40 → 2.1.41

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 { IxSwitchInput as LitComp } from '../IxSwitchInput.js';
4
4
  customElements.define('ix-switch-input', LitComp);
5
5
  export const IxSwitchInput = createComponent({
6
- tagName: 'ix-switch-input',
6
+ tagName: 'ix-switch-input-react',
7
7
  elementClass: LitComp,
8
8
  react: React,
9
9
  });
@@ -1 +1 @@
1
- {"version":3,"file":"IxSwitchInput.js","sourceRoot":"","sources":["../../src/react/IxSwitchInput.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,aAAa,IAAI,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAE/D,cAAc,CAAC,MAAM,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;AAElD,MAAM,CAAC,MAAM,aAAa,GAAG,eAAe,CAAC;IAC3C,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 { IxSwitchInput as LitComp } from '../IxSwitchInput.js';\n\ncustomElements.define('ix-switch-input', LitComp);\n\nexport const IxSwitchInput = createComponent({\n tagName: 'ix-switch-input',\n elementClass: LitComp,\n react: React,\n});\n"]}
1
+ {"version":3,"file":"IxSwitchInput.js","sourceRoot":"","sources":["../../src/react/IxSwitchInput.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,aAAa,IAAI,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAE/D,cAAc,CAAC,MAAM,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;AAElD,MAAM,CAAC,MAAM,aAAa,GAAG,eAAe,CAAC;IAC3C,OAAO,EAAE,uBAAuB;IAChC,YAAY,EAAE,OAAO;IACrB,KAAK,EAAE,KAAK;CACb,CAAC,CAAC","sourcesContent":["import React from 'react';\nimport { createComponent } from '@lit/react';\nimport { IxSwitchInput as LitComp } from '../IxSwitchInput.js';\n\ncustomElements.define('ix-switch-input', LitComp);\n\nexport const IxSwitchInput = createComponent({\n tagName: 'ix-switch-input-react',\n elementClass: LitComp,\n react: React,\n});\n"]}
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent ix-switch-input following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "Digital Realty",
6
- "version": "2.1.40",
6
+ "version": "2.1.41",
7
7
  "type": "module",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/index.js",
@@ -27,8 +27,8 @@
27
27
  "test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\""
28
28
  },
29
29
  "dependencies": {
30
- "@digital-realty/ix-switch-bar": "^2.1.12",
31
- "@digital-realty/ix-textbox": "^2.1.38",
30
+ "@digital-realty/ix-switch-bar": "^2.1.13",
31
+ "@digital-realty/ix-textbox": "^2.1.39",
32
32
  "@lit/react": "^1.0.2",
33
33
  "lit": "^2.0.2",
34
34
  "react": "^18.2.0"
@@ -102,5 +102,5 @@
102
102
  "README.md",
103
103
  "LICENSE"
104
104
  ],
105
- "gitHead": "024e4b85148c7a248e9f283e35085f512e7c3b1e"
105
+ "gitHead": "705b8d4a1375a3ce54b1562c65d8636b98b14466"
106
106
  }