@jscad/web 2.6.2 → 2.6.4

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/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.6.4](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/web@2.6.3...@jscad/web@2.6.4) (2023-04-30)
7
+
8
+ **Note:** Version bump only for package @jscad/web
9
+
10
+
11
+
12
+
13
+
14
+ ## [2.6.3](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/web@2.6.2...@jscad/web@2.6.3) (2023-01-09)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **web:** add render hotkey message in editor ([1e99fa5](https://github.com/jscad/OpenJSCAD.org/commit/1e99fa5222dfd12153f8318f3b112261088a2fe0))
20
+
21
+
22
+
23
+
24
+
6
25
  ## [2.6.2](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/web@2.6.1...@jscad/web@2.6.2) (2022-11-26)
7
26
 
8
27
  **Note:** Version bump only for package @jscad/web
package/css/demo.css CHANGED
@@ -444,3 +444,11 @@ input.error::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
444
444
  width: 16px;
445
445
  height: 16px;
446
446
  }
447
+
448
+ .renderHotkeyHelp {
449
+ position: absolute;
450
+ top: 0rem;
451
+ right: 1rem;
452
+ color: gray;
453
+ user-select: none;
454
+ }