@galaxy-io/dls 1.2.5 → 1.2.6

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.
@@ -7,7 +7,7 @@ import { styled } from "@linaria/react";
7
7
  import { match } from "ts-pattern";
8
8
  import { useEffect, useRef } from "react";
9
9
  import { jsx } from "react/jsx-runtime";
10
- import Lottie from "lottie-react";
10
+ import Lottie from "lottie-react/build/index.es.js";
11
11
  //#region src/icons/GalaxyLogomarkAnimation.tsx
12
12
  var _exp2 = () => ({ $height }) => $height;
13
13
  var _exp3 = () => ({ $fill }) => $fill;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galaxy-io/dls",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "description": "Galaxy Design Language System",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",