@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.
- package/dist/index.cjs.js +433 -433
- package/dist/index.css +1 -1
- package/dist/index.es.js +4442 -5295
- package/dist/index.umd.js +482 -482
- package/dist/lib/components/Wrapper/styles.tsx +1 -1
- package/dist/lib/index.css +1 -1
- package/dist/lib/index.ts +1 -0
- package/dist/lib/types/index.ts +1 -0
- package/package.json +3 -6
|
@@ -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.
|
|
7
|
+
const StyledWrapper = styled.section<{
|
|
8
8
|
$gap: LibSpacers
|
|
9
9
|
$backgroundColor: LibAllColors
|
|
10
10
|
}>`
|
package/dist/lib/index.css
CHANGED
package/dist/lib/index.ts
CHANGED
package/dist/lib/types/index.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@julseb-lib/react",
|
|
3
|
-
"version": "0.0.
|
|
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",
|