@twick/studio 0.14.14 → 0.14.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/dist/studio.css +1 -0
  2. package/package.json +1 -1
package/dist/studio.css CHANGED
@@ -1656,6 +1656,7 @@ video::-webkit-media-controls-panel {
1656
1656
  border: 1px solid #ffffff;
1657
1657
  }.twick-track-element-content {
1658
1658
  display: flex;
1659
+ user-select: none;
1659
1660
  align-items: center;
1660
1661
  width: 100%;
1661
1662
  height: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twick/studio",
3
- "version": "0.14.14",
3
+ "version": "0.14.16",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",