@tempots/ui 0.5.0 → 0.7.0

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 +4 -3
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
1
  # Tempo DOM UI
2
2
 
3
- Provides a higher level of components to help fast development with Tempo
3
+ Provides a higher level of renderables to help fast development with Tempo
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@tempots/ui",
3
- "version": "0.5.0",
3
+ "version": "0.7.0",
4
4
  "type": "module",
5
5
  "main": "./index.cjs",
6
6
  "module": "./index.js",
7
7
  "types": "./index.d.ts",
8
- "description": "Provides a higher level of components to help fast development with Tempo.",
8
+ "description": "Provides a higher level of renderables to help fast development with Tempo.",
9
9
  "files": [
10
10
  "dist"
11
11
  ],
@@ -16,6 +16,7 @@
16
16
  "framework",
17
17
  "typescript",
18
18
  "dom",
19
+ "renderables",
19
20
  "components"
20
21
  ],
21
22
  "homepage": "https://github.com/fponticelli/tempots",
@@ -42,7 +43,7 @@
42
43
  "@floating-ui/dom": "^1.6.7"
43
44
  },
44
45
  "peerDependencies": {
45
- "@tempots/dom": "12.0.0",
46
+ "@tempots/dom": "14.0.0",
46
47
  "@tempots/std": "0.10.7"
47
48
  }
48
49
  }