@julseb-lib/react 0.0.86 → 0.0.87

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/index.cjs.js CHANGED
@@ -744,7 +744,6 @@ React keys must be passed directly to JSX without using spread:
744
744
  `;_([z0]);const C1=o.section`
745
745
  position: relative;
746
746
  background-color: ${({$backgroundColor:l,theme:c})=>s.AllColors(l,c)};
747
- height: ${({$minHeight:l})=>x.stringifyPx(l)};
748
747
  min-height: ${({$minHeight:l})=>x.stringifyPx(l)};
749
748
  ${({$gap:l})=>s.Flexbox({$gap:l,$justifyContent:"center"})}
750
749
 
package/dist/index.es.js CHANGED
@@ -6045,7 +6045,6 @@ j([Q0]);
6045
6045
  const V1 = k.section`
6046
6046
  position: relative;
6047
6047
  background-color: ${({ $backgroundColor: l, theme: c }) => s.AllColors(l, c)};
6048
- height: ${({ $minHeight: l }) => D(l)};
6049
6048
  min-height: ${({ $minHeight: l }) => D(l)};
6050
6049
  ${({ $gap: l }) => s.Flexbox({
6051
6050
  $gap: l,
package/dist/index.umd.js CHANGED
@@ -744,7 +744,6 @@ React keys must be passed directly to JSX without using spread:
744
744
  `;_([m0]);const t1=o.section`
745
745
  position: relative;
746
746
  background-color: ${({$backgroundColor:l,theme:c})=>s.AllColors(l,c)};
747
- height: ${({$minHeight:l})=>x.stringifyPx(l)};
748
747
  min-height: ${({$minHeight:l})=>x.stringifyPx(l)};
749
748
  ${({$gap:l})=>s.Flexbox({$gap:l,$justifyContent:"center"})}
750
749
 
@@ -11,7 +11,6 @@ const StyledWrapper = styled.section<{
11
11
  position: relative;
12
12
  background-color: ${({ $backgroundColor, theme }) =>
13
13
  Mixins.AllColors($backgroundColor, theme)};
14
- height: ${({ $minHeight }) => stringifyPx($minHeight)};
15
14
  min-height: ${({ $minHeight }) => stringifyPx($minHeight)};
16
15
  ${({ $gap }) =>
17
16
  Mixins.Flexbox({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@julseb-lib/react",
3
- "version": "0.0.86",
3
+ "version": "0.0.87",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -14,7 +14,7 @@
14
14
  "plop": "cross-env NODE_OPTIONS='--import tsx' plop --plopfile=./plop/plopfile.ts",
15
15
  "plop:c": "yarn plop component",
16
16
  "plop:p": "yarn plop preview",
17
- "plop:st": "yarn plop subtype",
17
+ "plop:st": "yarn plop subtype",
18
18
  "cy": "cypress",
19
19
  "cy:open": "cypress open",
20
20
  "cy:ct:run": "cypress run --component --browser electron",