globalfy-design-system 0.122.0 → 1.0.0
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/LICENSE +9 -0
- package/dist/components/atoms/Avatar/Avatar.d.ts +8 -2
- package/dist/components/atoms/Avatar/Avatar.stories.d.ts +4 -1
- package/dist/components/atoms/Avatar/index.d.ts +0 -1
- package/dist/globalfy-design-system.js +1098 -1100
- package/dist/globalfy-design-system.umd.cjs +15 -15
- package/package.json +27 -8
- package/dist/components/atoms/Avatar/Avatar.types.d.ts +0 -8
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "globalfy-design-system",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "Globalfy Design System",
|
|
5
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
5
6
|
"type": "module",
|
|
6
7
|
"files": [
|
|
7
8
|
"dist"
|
|
@@ -18,13 +19,18 @@
|
|
|
18
19
|
"./dist/style.css": "./dist/style.css"
|
|
19
20
|
},
|
|
20
21
|
"scripts": {
|
|
21
|
-
"test": "jest
|
|
22
|
-
"test:
|
|
22
|
+
"test": "jest",
|
|
23
|
+
"test:coverage": "jest --coverage",
|
|
24
|
+
"test:watch": "jest --watch",
|
|
23
25
|
"build": "tsc && vite build",
|
|
24
26
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
25
27
|
"storybook": "storybook dev -p 6006",
|
|
26
28
|
"build-storybook": "storybook build",
|
|
27
|
-
"chromatic": "npx chromatic --project-token=chpt_b819f048be8413f"
|
|
29
|
+
"chromatic": "npx chromatic --project-token=chpt_b819f048be8413f",
|
|
30
|
+
"semantic-release": "semantic-release",
|
|
31
|
+
"commitlint": "commitlint --edit",
|
|
32
|
+
"commitizen": "exec < /dev/tty && git cz --hook || true",
|
|
33
|
+
"prepare": "husky"
|
|
28
34
|
},
|
|
29
35
|
"dependencies": {
|
|
30
36
|
"@hookform/resolvers": "^3.3.2",
|
|
@@ -65,8 +71,13 @@
|
|
|
65
71
|
"@babel/preset-env": "^7.23.3",
|
|
66
72
|
"@babel/preset-react": "^7.23.3",
|
|
67
73
|
"@babel/preset-typescript": "^7.23.3",
|
|
68
|
-
"@commitlint/cli": "^
|
|
69
|
-
"@commitlint/config-conventional": "^
|
|
74
|
+
"@commitlint/cli": "^19.3.0",
|
|
75
|
+
"@commitlint/config-conventional": "^19.2.2",
|
|
76
|
+
"@semantic-release/commit-analyzer": "11",
|
|
77
|
+
"@semantic-release/exec": "^6.0.3",
|
|
78
|
+
"@semantic-release/git": "^10.0.1",
|
|
79
|
+
"@semantic-release/npm": "11",
|
|
80
|
+
"@semantic-release/release-notes-generator": "12",
|
|
70
81
|
"@storybook/addon-essentials": "^7.5.1",
|
|
71
82
|
"@storybook/addon-interactions": "^7.5.1",
|
|
72
83
|
"@storybook/addon-links": "^7.5.1",
|
|
@@ -90,13 +101,15 @@
|
|
|
90
101
|
"autoprefixer": "^10.4.16",
|
|
91
102
|
"babel-jest": "^29.7.0",
|
|
92
103
|
"chromatic": "^10.0.0",
|
|
104
|
+
"commitizen": "^4.3.0",
|
|
105
|
+
"cz-conventional-changelog": "^3.3.0",
|
|
93
106
|
"eslint": "^8.45.0",
|
|
94
107
|
"eslint-config-prettier": "^9.0.0",
|
|
95
108
|
"eslint-plugin-jest-react": "^0.1.0",
|
|
96
109
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
97
110
|
"eslint-plugin-react-refresh": "^0.4.3",
|
|
98
111
|
"eslint-plugin-storybook": "^0.6.15",
|
|
99
|
-
"husky": "^
|
|
112
|
+
"husky": "^9.0.11",
|
|
100
113
|
"identity-obj-proxy": "^3.0.0",
|
|
101
114
|
"jest": "^29.7.0",
|
|
102
115
|
"jest-environment-jsdom": "^29.7.0",
|
|
@@ -107,6 +120,7 @@
|
|
|
107
120
|
"prettier": "^3.0.3",
|
|
108
121
|
"prettier-plugin-tailwindcss": "^0.5.9",
|
|
109
122
|
"react-test-renderer": "^18.2.0",
|
|
123
|
+
"semantic-release": "22",
|
|
110
124
|
"storybook": "^7.5.1",
|
|
111
125
|
"tailwindcss": "^3.3.3",
|
|
112
126
|
"typescript": "^5.0.2",
|
|
@@ -118,5 +132,10 @@
|
|
|
118
132
|
"resolutions": {
|
|
119
133
|
"jackspeak": "2.1.1"
|
|
120
134
|
},
|
|
121
|
-
"readme": "ERROR: No README data found!"
|
|
135
|
+
"readme": "ERROR: No README data found!",
|
|
136
|
+
"config": {
|
|
137
|
+
"commitizen": {
|
|
138
|
+
"path": "./node_modules/cz-conventional-changelog"
|
|
139
|
+
}
|
|
140
|
+
}
|
|
122
141
|
}
|