@saasquatch/mint-components 1.3.2-1 → 1.3.2-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.
@@ -14960,6 +14960,7 @@ function Dot({ active, completed, incomplete, }) {
14960
14960
  height: completed ? "12px" : "8px",
14961
14961
  margin: "-4px auto 0px",
14962
14962
  zIndex: "1",
14963
+ boxSizing: "content-box",
14963
14964
  } })));
14964
14965
  }
14965
14966
  function Progress({ active, completed, incomplete }) {
@@ -27,6 +27,7 @@ function Dot({ active, completed, incomplete, }) {
27
27
  height: completed ? "12px" : "8px",
28
28
  margin: "-4px auto 0px",
29
29
  zIndex: "1",
30
+ boxSizing: "content-box",
30
31
  } })));
31
32
  }
32
33
  function Progress({ active, completed, incomplete }) {
@@ -14956,6 +14956,7 @@ function Dot({ active, completed, incomplete, }) {
14956
14956
  height: completed ? "12px" : "8px",
14957
14957
  margin: "-4px auto 0px",
14958
14958
  zIndex: "1",
14959
+ boxSizing: "content-box",
14959
14960
  } })));
14960
14961
  }
14961
14962
  function Progress({ active, completed, incomplete }) {