@jscad/web 2.5.9 → 2.5.10

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,19 @@
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.5.10](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/web@2.5.9...@jscad/web@2.5.10) (2022-05-15)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **web:** corrected messages from parameter runtime errors (missing types, etc) ([cf7d5f1](https://github.com/jscad/OpenJSCAD.org/commit/cf7d5f12f2b99d67167eb79f1e2f085f8ff297bc))
12
+ * **web:** corrected status (error) message format and display ([abd02b1](https://github.com/jscad/OpenJSCAD.org/commit/abd02b14a64f88bbf63c36e7f9dc1cee76402f3f))
13
+ * **web:** enhanced design state management to handle error messages ([1c15139](https://github.com/jscad/OpenJSCAD.org/commit/1c15139e6733b4157c730399d18a158fb44e38a9))
14
+
15
+
16
+
17
+
18
+
6
19
  ## [2.5.9](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/web@2.5.8...@jscad/web@2.5.9) (2022-04-24)
7
20
 
8
21
 
package/css/demo.css CHANGED
@@ -193,11 +193,15 @@ span#paramsControls {
193
193
  color: red;
194
194
  top: 60px;
195
195
  left: 0;
196
- width: 33%;
197
196
  padding: 20px;
198
197
  z-index: 1;
199
198
  }
200
199
 
200
+ #stacktrace ul{
201
+ padding: 0px 0px 0px 15px;
202
+ margin: 0px;
203
+ }
204
+
201
205
  #container{
202
206
  position: relative;
203
207
  height: 100%;