@jjlmoya/utils-science 1.7.0 → 1.8.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jjlmoya/utils-science",
3
- "version": "1.7.0",
3
+ "version": "1.8.0",
4
4
  "type": "module",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -1,5 +1,4 @@
1
1
  ---
2
- import "leaflet/dist/leaflet.css";
3
2
  import { Icon } from "astro-icon/components";
4
3
 
5
4
  interface Props {
@@ -168,6 +167,7 @@ const { ui } = Astro.props;
168
167
  </div>
169
168
 
170
169
  <script>
170
+ import "leaflet/dist/leaflet.css";
171
171
  import L from "leaflet";
172
172
  import { ImpactPhysics, type Composition } from "./logic/impactPhysics";
173
173
  import { VERDICT_CONFIGS } from "./constants";