@tldraw/assets 5.2.0-next.b91d4a4551c9 → 5.2.0-next.cd4a35fc06d5

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/README.md CHANGED
@@ -8,7 +8,7 @@ You can find tldraw on npm [here](https://www.npmjs.com/package/@tldraw/tldraw?a
8
8
 
9
9
  ## Contribution
10
10
 
11
- Please see our [contributing guide](https://github.com/tldraw/tldraw/blob/main/CONTRIBUTING.md). Found a bug? Please [submit an issue](https://github.com/tldraw/tldraw/issues/new).
11
+ Found a bug? Please [submit an issue](https://github.com/tldraw/tldraw/issues/new).
12
12
 
13
13
  ## License
14
14
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tldraw/assets",
3
3
  "description": "tldraw infinite canvas SDK (assets).",
4
- "version": "5.2.0-next.b91d4a4551c9",
4
+ "version": "5.2.0-next.cd4a35fc06d5",
5
5
  "author": {
6
6
  "name": "tldraw Inc.",
7
7
  "email": "hello@tldraw.com"
@@ -48,7 +48,7 @@
48
48
  "test-coverage": "yarn run -T vitest run --coverage --passWithNoTests"
49
49
  },
50
50
  "dependencies": {
51
- "@tldraw/utils": "5.2.0-next.b91d4a4551c9"
51
+ "@tldraw/utils": "5.2.0-next.cd4a35fc06d5"
52
52
  },
53
53
  "devDependencies": {
54
54
  "lazyrepo": "0.0.0-alpha.27",
@@ -25,6 +25,7 @@
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",
28
29
  "action.cut": "Cut",
29
30
  "action.delete": "Delete",
30
31
  "action.unlock-all": "Unlock all",
@@ -494,4 +495,5 @@
494
495
  "ui.close": "Close",
495
496
  "ui.checked": "Checked",
496
497
  "ui.unchecked": "Unchecked"
497
- }
498
+ }
499
+