@epigraph/solutions 1.0.1-alpha → 1.0.2

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.
@@ -8525,6 +8525,10 @@ void main() {
8525
8525
  left: 0;
8526
8526
  right: 0;
8527
8527
  bottom: 0;
8528
+
8529
+ * {
8530
+ user-select: none;
8531
+ }
8528
8532
  }
8529
8533
 
8530
8534
  .toolset {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epigraph/solutions",
3
- "version": "1.0.1-alpha",
3
+ "version": "1.0.2",
4
4
  "type": "module",
5
5
  "main": "./dist/epigraph-solutions.js",
6
6
  "files": [