@epigraph/solutions 1.0.14-alpha.1 → 1.0.14

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.
@@ -8652,12 +8652,15 @@ void main() {
8652
8652
  min-width: 300px;
8653
8653
  right: 15px !important;
8654
8654
  position: absolute;
8655
- padding: 20px;
8655
+ padding: 10px;
8656
8656
  max-height: 90%;
8657
+ border-radius: 10px;
8657
8658
  }
8658
8659
 
8659
8660
  .lil-gui .save-settings-button {
8660
8661
  --widget-height: 44px;
8662
+ --widget-color: #b0c697;
8663
+ --widget-border-radius: 10px;
8661
8664
  }
8662
8665
 
8663
8666
  .lil-gui.root>.title {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epigraph/solutions",
3
- "version": "1.0.14-alpha.1",
3
+ "version": "1.0.14",
4
4
  "type": "module",
5
5
  "main": "./dist/epigraph-solutions.js",
6
6
  "files": [