@digital-realty/ix-timer 3.2.14 → 3.2.16

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -20,7 +20,7 @@ npm i @digital-realty/ix-timer
20
20
  ### In React
21
21
  ```html
22
22
  <script type="module">
23
- import { IxButton } from '@digital-realty/ix-timer/IxButton'
23
+ import { IxTimer } from '@digital-realty/ix-timer/IxTimer'
24
24
  </script>
25
25
  ```
26
26
 
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.14",
6
+ "version": "3.2.16",
7
7
  "type": "module",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/index.js",
@@ -26,7 +26,7 @@
26
26
  "test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\""
27
27
  },
28
28
  "dependencies": {
29
- "@digital-realty/ix-icon": "*",
29
+ "@digital-realty/ix-icon": "^1.0.2",
30
30
  "@lit/react": "^1.0.2",
31
31
  "lit": "^2.0.2",
32
32
  "react": "^18.2.0"
@@ -102,5 +102,5 @@
102
102
  "README.md",
103
103
  "LICENSE"
104
104
  ],
105
- "gitHead": "2cb2757c95df9570672b39b8506c31642d683a45"
105
+ "gitHead": "7dd8615d5f732cb14d465b2d46b2ee743546a4b2"
106
106
  }