@matteoaliano/forest-ui 0.8.5 → 0.8.6
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/README.md +154 -154
- package/bin/sync.mjs +95 -95
- package/dist/{chunk-6LFUPGC2.mjs → chunk-MIJBSV5Z.mjs} +1 -1
- package/dist/chunk-MIJBSV5Z.mjs.map +1 -0
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +32 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +33 -2
- package/dist/index.mjs.map +1 -1
- package/dist/theme.js.map +1 -1
- package/dist/theme.mjs +1 -1
- package/fonts/aeonik/aeonik.css +42 -42
- package/fonts/aeonik-mono/aeonik-mono.css +32 -32
- package/fonts/alkemy-beta/alkemy-beta.css +10 -10
- package/package.json +97 -97
- package/skills/forest-alkemy-plus/SKILL.md +141 -141
- package/skills/forest-alkemy-plus/references/components.md +202 -202
- package/skills/forest-alkemy-plus/references/patterns.md +405 -405
- package/skills/forest-alkemy-plus/references/upgrading.md +137 -137
- package/dist/chunk-6LFUPGC2.mjs.map +0 -1
package/dist/theme.mjs
CHANGED
package/fonts/aeonik/aeonik.css
CHANGED
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
/* Aeonik — bundled with @matteoaliano/forest-ui */
|
|
2
|
-
/* Usage: import "@matteoaliano/forest-ui/fonts/aeonik/aeonik.css" */
|
|
3
|
-
|
|
4
|
-
@font-face {
|
|
5
|
-
font-family: "Aeonik";
|
|
6
|
-
font-style: normal;
|
|
7
|
-
font-weight: 400;
|
|
8
|
-
font-display: swap;
|
|
9
|
-
src:
|
|
10
|
-
url("./aeonik-regular.woff2") format("woff2"),
|
|
11
|
-
url("./aeonik-regular.woff") format("woff");
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
@font-face {
|
|
15
|
-
font-family: "Aeonik";
|
|
16
|
-
font-style: normal;
|
|
17
|
-
font-weight: 500;
|
|
18
|
-
font-display: swap;
|
|
19
|
-
src:
|
|
20
|
-
url("./aeonik-medium.woff2") format("woff2"),
|
|
21
|
-
url("./aeonik-medium.woff") format("woff");
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
@font-face {
|
|
25
|
-
font-family: "Aeonik";
|
|
26
|
-
font-style: normal;
|
|
27
|
-
font-weight: 600;
|
|
28
|
-
font-display: swap;
|
|
29
|
-
src:
|
|
30
|
-
url("./aeonik-semibold.woff2") format("woff2"),
|
|
31
|
-
url("./aeonik-semibold.woff") format("woff");
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
@font-face {
|
|
35
|
-
font-family: "Aeonik";
|
|
36
|
-
font-style: normal;
|
|
37
|
-
font-weight: 700;
|
|
38
|
-
font-display: swap;
|
|
39
|
-
src:
|
|
40
|
-
url("./aeonik-bold.woff2") format("woff2"),
|
|
41
|
-
url("./aeonik-bold.woff") format("woff");
|
|
42
|
-
}
|
|
1
|
+
/* Aeonik — bundled with @matteoaliano/forest-ui */
|
|
2
|
+
/* Usage: import "@matteoaliano/forest-ui/fonts/aeonik/aeonik.css" */
|
|
3
|
+
|
|
4
|
+
@font-face {
|
|
5
|
+
font-family: "Aeonik";
|
|
6
|
+
font-style: normal;
|
|
7
|
+
font-weight: 400;
|
|
8
|
+
font-display: swap;
|
|
9
|
+
src:
|
|
10
|
+
url("./aeonik-regular.woff2") format("woff2"),
|
|
11
|
+
url("./aeonik-regular.woff") format("woff");
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
@font-face {
|
|
15
|
+
font-family: "Aeonik";
|
|
16
|
+
font-style: normal;
|
|
17
|
+
font-weight: 500;
|
|
18
|
+
font-display: swap;
|
|
19
|
+
src:
|
|
20
|
+
url("./aeonik-medium.woff2") format("woff2"),
|
|
21
|
+
url("./aeonik-medium.woff") format("woff");
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
@font-face {
|
|
25
|
+
font-family: "Aeonik";
|
|
26
|
+
font-style: normal;
|
|
27
|
+
font-weight: 600;
|
|
28
|
+
font-display: swap;
|
|
29
|
+
src:
|
|
30
|
+
url("./aeonik-semibold.woff2") format("woff2"),
|
|
31
|
+
url("./aeonik-semibold.woff") format("woff");
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
@font-face {
|
|
35
|
+
font-family: "Aeonik";
|
|
36
|
+
font-style: normal;
|
|
37
|
+
font-weight: 700;
|
|
38
|
+
font-display: swap;
|
|
39
|
+
src:
|
|
40
|
+
url("./aeonik-bold.woff2") format("woff2"),
|
|
41
|
+
url("./aeonik-bold.woff") format("woff");
|
|
42
|
+
}
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
/* Aeonik Mono — bundled with @matteoaliano/forest-ui */
|
|
2
|
-
/* Usage: import "@matteoaliano/forest-ui/fonts/aeonik-mono/aeonik-mono.css" */
|
|
3
|
-
|
|
4
|
-
@font-face {
|
|
5
|
-
font-family: "Aeonik Mono";
|
|
6
|
-
font-style: normal;
|
|
7
|
-
font-weight: 300;
|
|
8
|
-
font-display: swap;
|
|
9
|
-
src:
|
|
10
|
-
url("./aeonikmono-light.woff2") format("woff2"),
|
|
11
|
-
url("./aeonikmono-light.woff") format("woff");
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
@font-face {
|
|
15
|
-
font-family: "Aeonik Mono";
|
|
16
|
-
font-style: normal;
|
|
17
|
-
font-weight: 400;
|
|
18
|
-
font-display: swap;
|
|
19
|
-
src:
|
|
20
|
-
url("./aeonikmono-regular.woff2") format("woff2"),
|
|
21
|
-
url("./aeonikmono-regular.woff") format("woff");
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
@font-face {
|
|
25
|
-
font-family: "Aeonik Mono";
|
|
26
|
-
font-style: normal;
|
|
27
|
-
font-weight: 500;
|
|
28
|
-
font-display: swap;
|
|
29
|
-
src:
|
|
30
|
-
url("./aeonikmono-medium.woff2") format("woff2"),
|
|
31
|
-
url("./aeonikmono-medium.woff") format("woff");
|
|
32
|
-
}
|
|
1
|
+
/* Aeonik Mono — bundled with @matteoaliano/forest-ui */
|
|
2
|
+
/* Usage: import "@matteoaliano/forest-ui/fonts/aeonik-mono/aeonik-mono.css" */
|
|
3
|
+
|
|
4
|
+
@font-face {
|
|
5
|
+
font-family: "Aeonik Mono";
|
|
6
|
+
font-style: normal;
|
|
7
|
+
font-weight: 300;
|
|
8
|
+
font-display: swap;
|
|
9
|
+
src:
|
|
10
|
+
url("./aeonikmono-light.woff2") format("woff2"),
|
|
11
|
+
url("./aeonikmono-light.woff") format("woff");
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
@font-face {
|
|
15
|
+
font-family: "Aeonik Mono";
|
|
16
|
+
font-style: normal;
|
|
17
|
+
font-weight: 400;
|
|
18
|
+
font-display: swap;
|
|
19
|
+
src:
|
|
20
|
+
url("./aeonikmono-regular.woff2") format("woff2"),
|
|
21
|
+
url("./aeonikmono-regular.woff") format("woff");
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
@font-face {
|
|
25
|
+
font-family: "Aeonik Mono";
|
|
26
|
+
font-style: normal;
|
|
27
|
+
font-weight: 500;
|
|
28
|
+
font-display: swap;
|
|
29
|
+
src:
|
|
30
|
+
url("./aeonikmono-medium.woff2") format("woff2"),
|
|
31
|
+
url("./aeonikmono-medium.woff") format("woff");
|
|
32
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
/* AlkemyBETA — bundled with @matteoaliano/forest-ui */
|
|
2
|
-
/* Usage: import "@matteoaliano/forest-ui/fonts/alkemy-beta/alkemy-beta.css" */
|
|
3
|
-
|
|
4
|
-
@font-face {
|
|
5
|
-
font-family: "AlkemyBETA";
|
|
6
|
-
font-style: normal;
|
|
7
|
-
font-weight: 500;
|
|
8
|
-
font-display: swap;
|
|
9
|
-
src: url("./AlkemyBETA-Medium.otf") format("opentype");
|
|
10
|
-
}
|
|
1
|
+
/* AlkemyBETA — bundled with @matteoaliano/forest-ui */
|
|
2
|
+
/* Usage: import "@matteoaliano/forest-ui/fonts/alkemy-beta/alkemy-beta.css" */
|
|
3
|
+
|
|
4
|
+
@font-face {
|
|
5
|
+
font-family: "AlkemyBETA";
|
|
6
|
+
font-style: normal;
|
|
7
|
+
font-weight: 500;
|
|
8
|
+
font-display: swap;
|
|
9
|
+
src: url("./AlkemyBETA-Medium.otf") format("opentype");
|
|
10
|
+
}
|
package/package.json
CHANGED
|
@@ -1,97 +1,97 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@matteoaliano/forest-ui",
|
|
3
|
-
"version": "0.8.
|
|
4
|
-
"description": "Forest Design System — themed MUI components",
|
|
5
|
-
"main": "./dist/index.js",
|
|
6
|
-
"module": "./dist/index.mjs",
|
|
7
|
-
"types": "./dist/index.d.ts",
|
|
8
|
-
"exports": {
|
|
9
|
-
".": {
|
|
10
|
-
"types": "./dist/index.d.ts",
|
|
11
|
-
"import": "./dist/index.mjs",
|
|
12
|
-
"require": "./dist/index.js"
|
|
13
|
-
},
|
|
14
|
-
"./theme": {
|
|
15
|
-
"types": "./dist/theme.d.ts",
|
|
16
|
-
"import": "./dist/theme.mjs",
|
|
17
|
-
"require": "./dist/theme.js"
|
|
18
|
-
},
|
|
19
|
-
"./fonts/aeonik/aeonik.css": "./fonts/aeonik/aeonik.css",
|
|
20
|
-
"./fonts/alkemy-beta/alkemy-beta.css": "./fonts/alkemy-beta/alkemy-beta.css",
|
|
21
|
-
"./fonts/aeonik-mono/aeonik-mono.css": "./fonts/aeonik-mono/aeonik-mono.css"
|
|
22
|
-
},
|
|
23
|
-
"bin": {
|
|
24
|
-
"forest-ui": "./bin/sync.mjs"
|
|
25
|
-
},
|
|
26
|
-
"files": [
|
|
27
|
-
"dist",
|
|
28
|
-
"bin",
|
|
29
|
-
"skills",
|
|
30
|
-
"fonts"
|
|
31
|
-
],
|
|
32
|
-
"scripts": {
|
|
33
|
-
"sync": "node bin/sync.mjs",
|
|
34
|
-
"lint": "eslint src --ext .ts,.tsx",
|
|
35
|
-
"build": "tsup",
|
|
36
|
-
"prepublishOnly": "tsup && node bin/sync.mjs",
|
|
37
|
-
"dev": "tsup --watch",
|
|
38
|
-
"test": "vitest",
|
|
39
|
-
"test:coverage": "vitest --coverage",
|
|
40
|
-
"storybook": "storybook dev -p 6006",
|
|
41
|
-
"build-storybook": "storybook build",
|
|
42
|
-
"chromatic": "chromatic --exit-zero-on-changes"
|
|
43
|
-
},
|
|
44
|
-
"peerDependencies": {
|
|
45
|
-
"@emotion/react": "^11.0.0",
|
|
46
|
-
"@emotion/styled": "^11.0.0",
|
|
47
|
-
"@mui/icons-material": "^7.0.0",
|
|
48
|
-
"@mui/material": "^7.0.0",
|
|
49
|
-
"@mui/x-charts": "^7.0.0",
|
|
50
|
-
"@mui/x-data-grid": "^7.0.0",
|
|
51
|
-
"@mui/x-date-pickers": "^7.0.0 || ^8.0.0",
|
|
52
|
-
"dayjs": "^1.11.0",
|
|
53
|
-
"react": "^18.0.0 || ^19.0.0",
|
|
54
|
-
"react-dom": "^18.0.0 || ^19.0.0"
|
|
55
|
-
},
|
|
56
|
-
"devDependencies": {
|
|
57
|
-
"@emotion/react": "^11.0.0",
|
|
58
|
-
"@emotion/styled": "^11.0.0",
|
|
59
|
-
"@mui/icons-material": "^7.3.8",
|
|
60
|
-
"@mui/material": "^7.0.0",
|
|
61
|
-
"@mui/x-charts": "^7.0.0",
|
|
62
|
-
"@mui/x-data-grid": "^7.0.0",
|
|
63
|
-
"@mui/x-date-pickers": "^8.27.2",
|
|
64
|
-
"@storybook/addon-essentials": "^8.6.17",
|
|
65
|
-
"@storybook/blocks": "^8.6.17",
|
|
66
|
-
"@storybook/react": "^8.6.17",
|
|
67
|
-
"@storybook/react-vite": "^8.6.17",
|
|
68
|
-
"@testing-library/jest-dom": "^6.9.1",
|
|
69
|
-
"@testing-library/react": "^16.3.2",
|
|
70
|
-
"@types/react": "^19.0.0",
|
|
71
|
-
"@typescript-eslint/eslint-plugin": "^8.56.1",
|
|
72
|
-
"@typescript-eslint/parser": "^8.56.1",
|
|
73
|
-
"@vitejs/plugin-react": "^5.1.4",
|
|
74
|
-
"chromatic": "^15.2.0",
|
|
75
|
-
"dayjs": "^1.11.19",
|
|
76
|
-
"eslint": "^9.39.3",
|
|
77
|
-
"eslint-plugin-react": "^7.37.5",
|
|
78
|
-
"eslint-plugin-react-hooks": "^7.0.1",
|
|
79
|
-
"jsdom": "^28.1.0",
|
|
80
|
-
"react": "^19.0.0",
|
|
81
|
-
"react-dom": "^19.0.0",
|
|
82
|
-
"storybook": "^8.6.17",
|
|
83
|
-
"tsup": "^8.0.0",
|
|
84
|
-
"typescript": "^5.0.0"
|
|
85
|
-
},
|
|
86
|
-
"license": "MIT",
|
|
87
|
-
"sideEffects": false,
|
|
88
|
-
"repository": {
|
|
89
|
-
"type": "git",
|
|
90
|
-
"url": "git+https://github.com/Witailer/wtl-design-system-forest.git",
|
|
91
|
-
"directory": "packages/forest-ui"
|
|
92
|
-
},
|
|
93
|
-
"bugs": {
|
|
94
|
-
"url": "https://github.com/Witailer/wtl-design-system-forest/issues"
|
|
95
|
-
},
|
|
96
|
-
"homepage": "https://github.com/Witailer/wtl-design-system-forest#readme"
|
|
97
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@matteoaliano/forest-ui",
|
|
3
|
+
"version": "0.8.6",
|
|
4
|
+
"description": "Forest Design System — themed MUI components",
|
|
5
|
+
"main": "./dist/index.js",
|
|
6
|
+
"module": "./dist/index.mjs",
|
|
7
|
+
"types": "./dist/index.d.ts",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"types": "./dist/index.d.ts",
|
|
11
|
+
"import": "./dist/index.mjs",
|
|
12
|
+
"require": "./dist/index.js"
|
|
13
|
+
},
|
|
14
|
+
"./theme": {
|
|
15
|
+
"types": "./dist/theme.d.ts",
|
|
16
|
+
"import": "./dist/theme.mjs",
|
|
17
|
+
"require": "./dist/theme.js"
|
|
18
|
+
},
|
|
19
|
+
"./fonts/aeonik/aeonik.css": "./fonts/aeonik/aeonik.css",
|
|
20
|
+
"./fonts/alkemy-beta/alkemy-beta.css": "./fonts/alkemy-beta/alkemy-beta.css",
|
|
21
|
+
"./fonts/aeonik-mono/aeonik-mono.css": "./fonts/aeonik-mono/aeonik-mono.css"
|
|
22
|
+
},
|
|
23
|
+
"bin": {
|
|
24
|
+
"forest-ui": "./bin/sync.mjs"
|
|
25
|
+
},
|
|
26
|
+
"files": [
|
|
27
|
+
"dist",
|
|
28
|
+
"bin",
|
|
29
|
+
"skills",
|
|
30
|
+
"fonts"
|
|
31
|
+
],
|
|
32
|
+
"scripts": {
|
|
33
|
+
"sync": "node bin/sync.mjs",
|
|
34
|
+
"lint": "eslint src --ext .ts,.tsx",
|
|
35
|
+
"build": "tsup",
|
|
36
|
+
"prepublishOnly": "tsup && node bin/sync.mjs",
|
|
37
|
+
"dev": "tsup --watch",
|
|
38
|
+
"test": "vitest",
|
|
39
|
+
"test:coverage": "vitest --coverage",
|
|
40
|
+
"storybook": "storybook dev -p 6006",
|
|
41
|
+
"build-storybook": "storybook build",
|
|
42
|
+
"chromatic": "chromatic --exit-zero-on-changes"
|
|
43
|
+
},
|
|
44
|
+
"peerDependencies": {
|
|
45
|
+
"@emotion/react": "^11.0.0",
|
|
46
|
+
"@emotion/styled": "^11.0.0",
|
|
47
|
+
"@mui/icons-material": "^7.0.0",
|
|
48
|
+
"@mui/material": "^7.0.0",
|
|
49
|
+
"@mui/x-charts": "^7.0.0",
|
|
50
|
+
"@mui/x-data-grid": "^7.0.0",
|
|
51
|
+
"@mui/x-date-pickers": "^7.0.0 || ^8.0.0",
|
|
52
|
+
"dayjs": "^1.11.0",
|
|
53
|
+
"react": "^18.0.0 || ^19.0.0",
|
|
54
|
+
"react-dom": "^18.0.0 || ^19.0.0"
|
|
55
|
+
},
|
|
56
|
+
"devDependencies": {
|
|
57
|
+
"@emotion/react": "^11.0.0",
|
|
58
|
+
"@emotion/styled": "^11.0.0",
|
|
59
|
+
"@mui/icons-material": "^7.3.8",
|
|
60
|
+
"@mui/material": "^7.0.0",
|
|
61
|
+
"@mui/x-charts": "^7.0.0",
|
|
62
|
+
"@mui/x-data-grid": "^7.0.0",
|
|
63
|
+
"@mui/x-date-pickers": "^8.27.2",
|
|
64
|
+
"@storybook/addon-essentials": "^8.6.17",
|
|
65
|
+
"@storybook/blocks": "^8.6.17",
|
|
66
|
+
"@storybook/react": "^8.6.17",
|
|
67
|
+
"@storybook/react-vite": "^8.6.17",
|
|
68
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
69
|
+
"@testing-library/react": "^16.3.2",
|
|
70
|
+
"@types/react": "^19.0.0",
|
|
71
|
+
"@typescript-eslint/eslint-plugin": "^8.56.1",
|
|
72
|
+
"@typescript-eslint/parser": "^8.56.1",
|
|
73
|
+
"@vitejs/plugin-react": "^5.1.4",
|
|
74
|
+
"chromatic": "^15.2.0",
|
|
75
|
+
"dayjs": "^1.11.19",
|
|
76
|
+
"eslint": "^9.39.3",
|
|
77
|
+
"eslint-plugin-react": "^7.37.5",
|
|
78
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
79
|
+
"jsdom": "^28.1.0",
|
|
80
|
+
"react": "^19.0.0",
|
|
81
|
+
"react-dom": "^19.0.0",
|
|
82
|
+
"storybook": "^8.6.17",
|
|
83
|
+
"tsup": "^8.0.0",
|
|
84
|
+
"typescript": "^5.0.0"
|
|
85
|
+
},
|
|
86
|
+
"license": "MIT",
|
|
87
|
+
"sideEffects": false,
|
|
88
|
+
"repository": {
|
|
89
|
+
"type": "git",
|
|
90
|
+
"url": "git+https://github.com/Witailer/wtl-design-system-forest.git",
|
|
91
|
+
"directory": "packages/forest-ui"
|
|
92
|
+
},
|
|
93
|
+
"bugs": {
|
|
94
|
+
"url": "https://github.com/Witailer/wtl-design-system-forest/issues"
|
|
95
|
+
},
|
|
96
|
+
"homepage": "https://github.com/Witailer/wtl-design-system-forest#readme"
|
|
97
|
+
}
|