@digital-realty/ix-timer 3.2.32 → 3.2.33

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 { IxTimer as IxTimerLit } from '../IxTimer.js';
4
4
  customElements.define('ix-timer', IxTimerLit);
5
5
  export const IxTimer = createComponent({
6
- tagName: 'ix-timer',
6
+ tagName: 'ix-timer-react',
7
7
  elementClass: IxTimerLit,
8
8
  react: React,
9
9
  });
@@ -1 +1 @@
1
- {"version":3,"file":"IxTimer.js","sourceRoot":"","sources":["../../src/react/IxTimer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,eAAe,CAAC;AAEtD,cAAc,CAAC,MAAM,CAAC,UAAU,EAAE,UAAU,CAAC,CAAC;AAE9C,MAAM,CAAC,MAAM,OAAO,GAAG,eAAe,CAAC;IACrC,OAAO,EAAE,UAAU;IACnB,YAAY,EAAE,UAAU;IACxB,KAAK,EAAE,KAAK;CACb,CAAC,CAAC","sourcesContent":["import React from 'react';\nimport { createComponent } from '@lit/react';\nimport { IxTimer as IxTimerLit } from '../IxTimer.js';\n\ncustomElements.define('ix-timer', IxTimerLit);\n\nexport const IxTimer = createComponent({\n tagName: 'ix-timer',\n elementClass: IxTimerLit,\n react: React,\n});\n"]}
1
+ {"version":3,"file":"IxTimer.js","sourceRoot":"","sources":["../../src/react/IxTimer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,eAAe,CAAC;AAEtD,cAAc,CAAC,MAAM,CAAC,UAAU,EAAE,UAAU,CAAC,CAAC;AAE9C,MAAM,CAAC,MAAM,OAAO,GAAG,eAAe,CAAC;IACrC,OAAO,EAAE,gBAAgB;IACzB,YAAY,EAAE,UAAU;IACxB,KAAK,EAAE,KAAK;CACb,CAAC,CAAC","sourcesContent":["import React from 'react';\nimport { createComponent } from '@lit/react';\nimport { IxTimer as IxTimerLit } from '../IxTimer.js';\n\ncustomElements.define('ix-timer', IxTimerLit);\n\nexport const IxTimer = createComponent({\n tagName: 'ix-timer-react',\n elementClass: IxTimerLit,\n react: React,\n});\n"]}
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent ix-timer following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "Digital Realty",
6
- "version": "3.2.32",
6
+ "version": "3.2.33",
7
7
  "type": "module",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/index.js",
@@ -27,7 +27,7 @@
27
27
  "test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\""
28
28
  },
29
29
  "dependencies": {
30
- "@digital-realty/ix-icon": "^1.0.36",
30
+ "@digital-realty/ix-icon": "^1.0.37",
31
31
  "@lit/react": "^1.0.2",
32
32
  "lit": "^2.0.2",
33
33
  "react": "^18.2.0"
@@ -106,5 +106,5 @@
106
106
  "README.md",
107
107
  "LICENSE"
108
108
  ],
109
- "gitHead": "c7668fda980293ca038c0dd061ebe350fa88ee60"
109
+ "gitHead": "705b8d4a1375a3ce54b1562c65d8636b98b14466"
110
110
  }