@tldraw/assets 5.1.0-next.d83788c14b6f → 5.1.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.
package/package.json CHANGED
@@ -1,58 +1,58 @@
1
1
  {
2
- "name": "@tldraw/assets",
3
- "description": "tldraw infinite canvas SDK (assets).",
4
- "version": "5.1.0-next.d83788c14b6f",
5
- "author": {
6
- "name": "tldraw Inc.",
7
- "email": "hello@tldraw.com"
8
- },
9
- "homepage": "https://tldraw.dev",
10
- "license": "SEE LICENSE IN LICENSE.md",
11
- "repository": {
12
- "type": "git",
13
- "url": "https://github.com/tldraw/tldraw"
14
- },
15
- "bugs": {
16
- "url": "https://github.com/tldraw/tldraw/issues"
17
- },
18
- "keywords": [
19
- "tldraw",
20
- "sdk",
21
- "drawing",
22
- "app",
23
- "development",
24
- "whiteboard",
25
- "canvas",
26
- "infinite"
27
- ],
28
- "files": [
29
- "embed-icons",
30
- "icons",
31
- "fonts",
32
- "translations",
33
- "imports.js",
34
- "imports.d.ts",
35
- "imports.vite.js",
36
- "imports.vite.d.ts",
37
- "selfHosted.js",
38
- "selfHosted.d.ts",
39
- "types.d.ts",
40
- "urls.js",
41
- "urls.d.ts",
42
- "utils.js",
43
- "utils.d.ts"
44
- ],
45
- "scripts": {
46
- "pack-tarball": "yarn pack",
47
- "lint": "yarn run -T tsx ../../internal/scripts/lint.ts",
48
- "test-coverage": "yarn run -T vitest run --coverage --passWithNoTests"
49
- },
50
- "dependencies": {
51
- "@tldraw/utils": "workspace:*"
52
- },
53
- "devDependencies": {
54
- "lazyrepo": "0.0.0-alpha.27",
55
- "ts-node-dev": "^1.1.8",
56
- "typescript": "^5.8.3"
57
- }
58
- }
2
+ "name": "@tldraw/assets",
3
+ "description": "tldraw infinite canvas SDK (assets).",
4
+ "version": "5.1.0",
5
+ "author": {
6
+ "name": "tldraw Inc.",
7
+ "email": "hello@tldraw.com"
8
+ },
9
+ "homepage": "https://tldraw.dev",
10
+ "license": "SEE LICENSE IN LICENSE.md",
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/tldraw/tldraw"
14
+ },
15
+ "bugs": {
16
+ "url": "https://github.com/tldraw/tldraw/issues"
17
+ },
18
+ "keywords": [
19
+ "tldraw",
20
+ "sdk",
21
+ "drawing",
22
+ "app",
23
+ "development",
24
+ "whiteboard",
25
+ "canvas",
26
+ "infinite"
27
+ ],
28
+ "files": [
29
+ "embed-icons",
30
+ "icons",
31
+ "fonts",
32
+ "translations",
33
+ "imports.js",
34
+ "imports.d.ts",
35
+ "imports.vite.js",
36
+ "imports.vite.d.ts",
37
+ "selfHosted.js",
38
+ "selfHosted.d.ts",
39
+ "types.d.ts",
40
+ "urls.js",
41
+ "urls.d.ts",
42
+ "utils.js",
43
+ "utils.d.ts"
44
+ ],
45
+ "scripts": {
46
+ "pack-tarball": "yarn pack",
47
+ "lint": "yarn run -T tsx ../../internal/scripts/lint.ts",
48
+ "test-coverage": "yarn run -T vitest run --coverage --passWithNoTests"
49
+ },
50
+ "dependencies": {
51
+ "@tldraw/utils": "5.1.0"
52
+ },
53
+ "devDependencies": {
54
+ "lazyrepo": "0.0.0-alpha.27",
55
+ "ts-node-dev": "^1.1.8",
56
+ "typescript": "^5.8.3"
57
+ }
58
+ }
@@ -25,7 +25,6 @@
25
25
  "action.copy-as-svg.short": "SVG",
26
26
  "action.copy-as-svg": "Copy as SVG",
27
27
  "action.copy": "Copy",
28
- "action.copy-hovered-styles": "Copy hovered styles",
29
28
  "action.cut": "Cut",
30
29
  "action.delete": "Delete",
31
30
  "action.unlock-all": "Unlock all",