@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.
- package/dist/cjs/sqm-divided-layout_27.cjs.entry.js +1 -0
- package/dist/collection/components/sqm-reward-exchange-list/progressBar.js +1 -0
- package/dist/esm/sqm-divided-layout_27.entry.js +1 -0
- package/dist/esm-es5/sqm-divided-layout_27.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/p-0ba3c956.system.entry.js +1 -0
- package/dist/mint-components/p-91d39961.system.js +1 -1
- package/dist/mint-components/{p-684850a7.entry.js → p-bca8867d.entry.js} +1 -1
- package/package.json +1 -1
- package/dist/mint-components/p-81dbda90.system.entry.js +0 -1
|
@@ -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 }) {
|
|
@@ -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 }) {
|