prosperita-dumbo-react 4.0.1 → 4.0.3

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.
@@ -11733,10 +11733,11 @@ const f5 = /* @__PURE__ */ s(k, { children: /* @__PURE__ */ s(
11733
11733
  margin: 0;
11734
11734
  padding: 0;
11735
11735
  justify-content: center;
11736
- aling-items:center;
11736
+ align-items:center;
11737
11737
  flex-direction: row;
11738
11738
  gap: 9px;
11739
11739
  position: relative;
11740
+
11740
11741
  `, v5 = I.p`
11741
11742
  margin: 0;
11742
11743
  padding: 0;
@@ -11755,6 +11756,7 @@ const f5 = /* @__PURE__ */ s(k, { children: /* @__PURE__ */ s(
11755
11756
  line-height: 18px;
11756
11757
  letter-spacing: 0.16px;
11757
11758
  color: ${d.textPrimary};
11759
+ align-items:center
11758
11760
  `, C5 = I.div`
11759
11761
  margin: 0;
11760
11762
  padding: 0;
@@ -1945,10 +1945,11 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
1945
1945
  margin: 0;
1946
1946
  padding: 0;
1947
1947
  justify-content: center;
1948
- aling-items:center;
1948
+ align-items:center;
1949
1949
  flex-direction: row;
1950
1950
  gap: 9px;
1951
1951
  position: relative;
1952
+
1952
1953
  `,t5=w.p`
1953
1954
  margin: 0;
1954
1955
  padding: 0;
@@ -1967,6 +1968,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
1967
1968
  line-height: 18px;
1968
1969
  letter-spacing: 0.16px;
1969
1970
  color: ${d.textPrimary};
1971
+ align-items:center
1970
1972
  `,r5=w.div`
1971
1973
  margin: 0;
1972
1974
  padding: 0;
@@ -1 +1 @@
1
- {"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../src/Components/Breadcrumb/style.tsx"],"names":[],"mappings":";AAGA,eAAO,MAAM,SAAS,6NASrB,CAAC;AACF,eAAO,MAAM,WAAW,yOASvB,CAAC;AACF,eAAO,MAAM,OAAO,+NASnB,CAAC;AACF,eAAO,MAAM,YAAY,6NAsBxB,CAAC;AACF,eAAO,MAAM,IAAI,yOAyBhB,CAAC;AACF,eAAO,MAAM,OAAO,yOAQnB,CAAC"}
1
+ {"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../src/Components/Breadcrumb/style.tsx"],"names":[],"mappings":";AAGA,eAAO,MAAM,SAAS,6NAUrB,CAAC;AACF,eAAO,MAAM,WAAW,yOASvB,CAAC;AACF,eAAO,MAAM,OAAO,+NAUnB,CAAC;AACF,eAAO,MAAM,YAAY,6NAsBxB,CAAC;AACF,eAAO,MAAM,IAAI,yOAyBhB,CAAC;AACF,eAAO,MAAM,OAAO,yOAQnB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prosperita-dumbo-react",
3
- "version": "4.0.1",
3
+ "version": "4.0.3",
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",
@@ -32,4 +32,4 @@
32
32
  "storybook": "^8.3.3",
33
33
  "styled-components": "^6.1.12"
34
34
  }
35
- }
35
+ }