@julseb-lib/react 0.0.80 → 0.0.82

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.
@@ -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/dist/lib/index.ts CHANGED
@@ -28,6 +28,7 @@ export {
28
28
  getFirstName,
29
29
  getInitials,
30
30
  getLastName,
31
+ getNextDay,
31
32
  getPercentage,
32
33
  getRandom,
33
34
  getRandomAvatar,
@@ -5,3 +5,4 @@ export * from "./global"
5
5
  export * from "./require-at-least-one"
6
6
  export * from "./component-items"
7
7
  export * from "./generate-int-range"
8
+ export * from "../components/InputComponents/types"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@julseb-lib/react",
3
- "version": "0.0.80",
3
+ "version": "0.0.82",
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",
@@ -25,12 +25,9 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@julseb-lib/utils": "^0.0.11",
28
- "chalk": "^5.3.0",
29
28
  "classnames": "^2.5.1",
30
- "figlet": "^1.8.0",
31
29
  "fuse.js": "^7.0.0",
32
30
  "markdown-to-jsx": "^7.7.1",
33
- "plop": "^4.0.1",
34
31
  "react": "^18.3.1",
35
32
  "react-dom": "^18.3.1",
36
33
  "react-helmet": "^6.1.0",
@@ -43,7 +40,6 @@
43
40
  "@eslint/compat": "^1.2.4",
44
41
  "@eslint/js": "^9.16.0",
45
42
  "@react-docgen/cli": "^2.0.4",
46
- "@types/figlet": "^1.7.0",
47
43
  "@types/jest": "^29.5.14",
48
44
  "@types/mocha": "^10.0.10",
49
45
  "@types/react": "^18.3.13",
@@ -61,6 +57,7 @@
61
57
  "eslint": "^9.16.0",
62
58
  "eslint-plugin-react": "^7.37.2",
63
59
  "globals": "^15.13.0",
60
+ "plop": "^4.0.1",
64
61
  "tsx": "^4.19.2",
65
62
  "typescript": "^5.7.2",
66
63
  "typescript-eslint": "^8.17.0",