prosperita-dumbo-react 1.4.18 → 1.4.21

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.
@@ -17008,7 +17008,7 @@ const hu = /* @__PURE__ */ o.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg",
17008
17008
  position: relative;
17009
17009
  width: 100%;
17010
17010
  margin-top: -4px;
17011
- border-top: ${({ completed: e, current: t }) => e || t ? "4px solid rgb(10, 74, 135)" : "none"};
17011
+ border-top: ${({ completed: e, current: t }) => e || t ? `4px solid ${f.backgroundBrand}` : "none"};
17012
17012
  transition: .1s;
17013
17013
  `, Z8 = y.div`
17014
17014
  z-index: 1;
@@ -3452,7 +3452,7 @@ padding:0;
3452
3452
  position: relative;
3453
3453
  width: 100%;
3454
3454
  margin-top: -4px;
3455
- border-top: ${({completed:e,current:t})=>e||t?"4px solid rgb(10, 74, 135)":"none"};
3455
+ border-top: ${({completed:e,current:t})=>e||t?`4px solid ${f.backgroundBrand}`:"none"};
3456
3456
  transition: .1s;
3457
3457
  `,F8=C.div`
3458
3458
  z-index: 1;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Components/ProgressIndicator/index.tsx"],"names":[],"mappings":";AAMA,UAAU,IAAI;IACV,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,UAAU,kBAAkB;IACxB,KAAK,EAAE,IAAI,EAAE,CAAC;CACjB;AA4CD,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAyB1D,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Components/ProgressIndicator/index.tsx"],"names":[],"mappings":";AAOA,UAAU,IAAI;IACV,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,UAAU,kBAAkB;IACxB,KAAK,EAAE,IAAI,EAAE,CAAC;CACjB;AA4CD,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAyB1D,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prosperita-dumbo-react",
3
- "version": "1.4.18",
3
+ "version": "1.4.21",
4
4
  "main": "dist/prosperita-dumbo-react.umd.js",
5
5
  "module": "dist/prosperita-dumbo-react.es.js",
6
6
  "types": "dist/types/index.d.ts",