@julseb-lib/react 0.0.81 → 0.0.83

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
@@ -741,7 +741,7 @@ React keys must be passed directly to JSX without using spread:
741
741
  height: ${({$height:l})=>C.stringifyPx(l)};
742
742
  aspect-ratio: ${({$aspectRatio:l})=>l};
743
743
  ${({$borderRadius:l})=>o.BorderRadius(l)}
744
- `;T([c3]);const m7=p.div`
744
+ `;T([c3]);const m7=p.section`
745
745
  position: relative;
746
746
  background-color: ${({$backgroundColor:l,theme:e})=>o.AllColors(l,e)};
747
747
  ${({$gap:l})=>o.Flexbox({$gap:l,$justifyContent:"center"})}
package/dist/index.css CHANGED
@@ -452,7 +452,7 @@ u {
452
452
  text-decoration: underline;
453
453
  color: currentColor;
454
454
  }
455
-
455
+
456
456
  /*==================== Base styles ====================*/
457
457
 
458
458
  .stop-scrolling {
package/dist/index.es.js CHANGED
@@ -6733,7 +6733,7 @@ const K1 = 24, nc = R(
6733
6733
  ${({ $borderRadius: l }) => o.BorderRadius(l)}
6734
6734
  `;
6735
6735
  N([s1]);
6736
- const x7 = u.div`
6736
+ const x7 = u.section`
6737
6737
  position: relative;
6738
6738
  background-color: ${({ $backgroundColor: l, theme: e }) => o.AllColors(l, e)};
6739
6739
  ${({ $gap: l }) => o.Flexbox({
package/dist/index.umd.js CHANGED
@@ -741,7 +741,7 @@ React keys must be passed directly to JSX without using spread:
741
741
  height: ${({$height:l})=>$.stringifyPx(l)};
742
742
  aspect-ratio: ${({$aspectRatio:l})=>l};
743
743
  ${({$borderRadius:l})=>p.BorderRadius(l)}
744
- `;N([K0]);const n4=o.div`
744
+ `;N([K0]);const n4=o.section`
745
745
  position: relative;
746
746
  background-color: ${({$backgroundColor:l,theme:e})=>p.AllColors(l,e)};
747
747
  ${({$gap:l})=>p.Flexbox({$gap:l,$justifyContent:"center"})}
@@ -4,7 +4,7 @@ import styled from "styled-components"
4
4
  import { MEDIA, Mixins, setDefaultTheme } from "../../"
5
5
  import type { LibAllColors, LibSpacers } from "../../types"
6
6
 
7
- const StyledWrapper = styled.div<{
7
+ const StyledWrapper = styled.section<{
8
8
  $gap: LibSpacers
9
9
  $backgroundColor: LibAllColors
10
10
  }>`
@@ -452,7 +452,7 @@ u {
452
452
  text-decoration: underline;
453
453
  color: currentColor;
454
454
  }
455
-
455
+
456
456
  /*==================== Base styles ====================*/
457
457
 
458
458
  .stop-scrolling {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@julseb-lib/react",
3
- "version": "0.0.81",
3
+ "version": "0.0.83",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -10,8 +10,8 @@
10
10
  "copy": "cp ./src/lib/index.css ./dist",
11
11
  "copy-lib": "cp -a ./src/lib ./dist && rm -rf ./dist/lib/components/*/__tests__ ./dist/lib/components/*/__preview__",
12
12
  "clean": "rm -rf ./dist/icons ./dist/images ./dist/vite.svg ./dist/favicon.svg ./dist/icons-alt",
13
- "plop": "cross-env NODE_OPTIONS='--import tsx' plop --plopfile=./plop/plopfile.ts",
14
13
  "build": "vite build && yarn copy && yarn copy-lib && yarn clean",
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
17
  "plop:st": "yarn plop subtype",
@@ -24,7 +24,7 @@
24
24
  "check-errors": "tsc --noEmit"
25
25
  },
26
26
  "dependencies": {
27
- "@julseb-lib/utils": "^0.0.11",
27
+ "@julseb-lib/utils": "^0.0.12",
28
28
  "classnames": "^2.5.1",
29
29
  "fuse.js": "^7.0.0",
30
30
  "markdown-to-jsx": "^7.7.1",