abrplus-ui-kit 1.0.3 → 1.0.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/package.json +195 -195
package/package.json
CHANGED
|
@@ -1,195 +1,195 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "abrplus-ui-kit",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"private": false,
|
|
5
|
-
"type": "module",
|
|
6
|
-
"main": "./dist/index.cjs.js",
|
|
7
|
-
"module": "./dist/index.es.js",
|
|
8
|
-
"types": "./dist/types/index.d.ts",
|
|
9
|
-
"style": "./dist/index.css",
|
|
10
|
-
"sideEffects": [
|
|
11
|
-
"*.css"
|
|
12
|
-
],
|
|
13
|
-
"files": [
|
|
14
|
-
"dist",
|
|
15
|
-
"README.md",
|
|
16
|
-
"LICENSE"
|
|
17
|
-
],
|
|
18
|
-
"exports": {
|
|
19
|
-
".": {
|
|
20
|
-
"types": "./dist/types/index.d.ts",
|
|
21
|
-
"import": "./dist/index.es.js",
|
|
22
|
-
"require": "./dist/index.cjs.js"
|
|
23
|
-
},
|
|
24
|
-
"./atoms": {
|
|
25
|
-
"types": "./dist/types/atoms.d.ts",
|
|
26
|
-
"import": "./dist/atoms.es.js",
|
|
27
|
-
"require": "./dist/atoms.cjs.js"
|
|
28
|
-
},
|
|
29
|
-
"./molecules": {
|
|
30
|
-
"types": "./dist/types/molecules.d.ts",
|
|
31
|
-
"import": "./dist/molecules.es.js",
|
|
32
|
-
"require": "./dist/molecules.cjs.js"
|
|
33
|
-
},
|
|
34
|
-
"./organisms": {
|
|
35
|
-
"types": "./dist/types/organisms.d.ts",
|
|
36
|
-
"import": "./dist/organisms.es.js",
|
|
37
|
-
"require": "./dist/organisms.cjs.js"
|
|
38
|
-
},
|
|
39
|
-
"./ant-overrides": {
|
|
40
|
-
"types": "./dist/types/antOverrides.d.ts",
|
|
41
|
-
"import": "./dist/antOverrides.es.js",
|
|
42
|
-
"require": "./dist/antOverrides.cjs.js"
|
|
43
|
-
},
|
|
44
|
-
"./provider": {
|
|
45
|
-
"types": "./dist/types/provider.d.ts",
|
|
46
|
-
"import": "./dist/provider.es.js",
|
|
47
|
-
"require": "./dist/provider.cjs.js"
|
|
48
|
-
},
|
|
49
|
-
"./style.css": "./dist/index.css",
|
|
50
|
-
"./theme.css": "./dist/theme.css"
|
|
51
|
-
},
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
"@
|
|
71
|
-
"@
|
|
72
|
-
"@
|
|
73
|
-
"@
|
|
74
|
-
"@
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
"@
|
|
81
|
-
"@
|
|
82
|
-
"@
|
|
83
|
-
"@
|
|
84
|
-
"@
|
|
85
|
-
"@
|
|
86
|
-
"@
|
|
87
|
-
"@
|
|
88
|
-
"@
|
|
89
|
-
"@
|
|
90
|
-
"@
|
|
91
|
-
"@
|
|
92
|
-
"@
|
|
93
|
-
"@
|
|
94
|
-
"@
|
|
95
|
-
"@
|
|
96
|
-
"@
|
|
97
|
-
"@
|
|
98
|
-
"@
|
|
99
|
-
"@
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
"eslint-plugin
|
|
110
|
-
"eslint
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
"
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"storybook": "
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
"
|
|
146
|
-
"
|
|
147
|
-
"
|
|
148
|
-
"
|
|
149
|
-
"react-
|
|
150
|
-
"
|
|
151
|
-
"
|
|
152
|
-
"
|
|
153
|
-
"
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
"
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
"
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
"
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
"
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
"
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
"
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
"
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
"
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
"
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
"
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
}
|
|
195
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "abrplus-ui-kit",
|
|
3
|
+
"version": "1.0.6",
|
|
4
|
+
"private": false,
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "./dist/index.cjs.js",
|
|
7
|
+
"module": "./dist/index.es.js",
|
|
8
|
+
"types": "./dist/types/index.d.ts",
|
|
9
|
+
"style": "./dist/index.css",
|
|
10
|
+
"sideEffects": [
|
|
11
|
+
"*.css"
|
|
12
|
+
],
|
|
13
|
+
"files": [
|
|
14
|
+
"dist",
|
|
15
|
+
"README.md",
|
|
16
|
+
"LICENSE"
|
|
17
|
+
],
|
|
18
|
+
"exports": {
|
|
19
|
+
".": {
|
|
20
|
+
"types": "./dist/types/index.d.ts",
|
|
21
|
+
"import": "./dist/index.es.js",
|
|
22
|
+
"require": "./dist/index.cjs.js"
|
|
23
|
+
},
|
|
24
|
+
"./atoms": {
|
|
25
|
+
"types": "./dist/types/atoms.d.ts",
|
|
26
|
+
"import": "./dist/atoms.es.js",
|
|
27
|
+
"require": "./dist/atoms.cjs.js"
|
|
28
|
+
},
|
|
29
|
+
"./molecules": {
|
|
30
|
+
"types": "./dist/types/molecules.d.ts",
|
|
31
|
+
"import": "./dist/molecules.es.js",
|
|
32
|
+
"require": "./dist/molecules.cjs.js"
|
|
33
|
+
},
|
|
34
|
+
"./organisms": {
|
|
35
|
+
"types": "./dist/types/organisms.d.ts",
|
|
36
|
+
"import": "./dist/organisms.es.js",
|
|
37
|
+
"require": "./dist/organisms.cjs.js"
|
|
38
|
+
},
|
|
39
|
+
"./ant-overrides": {
|
|
40
|
+
"types": "./dist/types/antOverrides.d.ts",
|
|
41
|
+
"import": "./dist/antOverrides.es.js",
|
|
42
|
+
"require": "./dist/antOverrides.cjs.js"
|
|
43
|
+
},
|
|
44
|
+
"./provider": {
|
|
45
|
+
"types": "./dist/types/provider.d.ts",
|
|
46
|
+
"import": "./dist/provider.es.js",
|
|
47
|
+
"require": "./dist/provider.cjs.js"
|
|
48
|
+
},
|
|
49
|
+
"./style.css": "./dist/index.css",
|
|
50
|
+
"./theme.css": "./dist/theme.css"
|
|
51
|
+
},
|
|
52
|
+
"scripts": {
|
|
53
|
+
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
54
|
+
"format": "prettier --write --cache . --plugin=prettier-plugin-organize-imports",
|
|
55
|
+
"preview": "vite preview",
|
|
56
|
+
"compile": "tsc --excludeFiles vite.config.ts",
|
|
57
|
+
"storybook": "storybook dev -p 6006",
|
|
58
|
+
"storybook:build": "storybook build",
|
|
59
|
+
"test": "vitest",
|
|
60
|
+
"test:watch": "vitest --watch",
|
|
61
|
+
"test:ui": "vitest --ui",
|
|
62
|
+
"test:coverage": "vitest run --coverage",
|
|
63
|
+
"gen:icon": "cross-env SKIP_HUSKY_TASKS=true tsx scripts/icon.ts",
|
|
64
|
+
"gen:tw": "tsx scripts/tailwind-config.ts",
|
|
65
|
+
"build": "pnpm gen:icon && vite build",
|
|
66
|
+
"release": "cross-env SKIP_HUSKY_TASKS=true semantic-release",
|
|
67
|
+
"prepare": "husky"
|
|
68
|
+
},
|
|
69
|
+
"dependencies": {
|
|
70
|
+
"@dnd-kit/core": "^6.3.1",
|
|
71
|
+
"@dnd-kit/modifiers": "^9.0.0",
|
|
72
|
+
"@dnd-kit/sortable": "^10.0.0",
|
|
73
|
+
"@dnd-kit/utilities": "^3.2.2",
|
|
74
|
+
"@use-gesture/react": "^10.3.0",
|
|
75
|
+
"i18next-browser-languagedetector": "^7.2.0",
|
|
76
|
+
"jalaali-react-date-picker": "git+https://github.com/1stdevelopment/jalaali-react-date-picker.git",
|
|
77
|
+
"react-copy-to-clipboard": "5.1.0"
|
|
78
|
+
},
|
|
79
|
+
"devDependencies": {
|
|
80
|
+
"@semantic-release/changelog": "^6.0.3",
|
|
81
|
+
"@semantic-release/commit-analyzer": "^13.0.1",
|
|
82
|
+
"@semantic-release/git": "^10.0.1",
|
|
83
|
+
"@semantic-release/npm": "^13.1.3",
|
|
84
|
+
"@semantic-release/release-notes-generator": "^14.1.0",
|
|
85
|
+
"@storybook-addon-faker/addon": "^0.5.4",
|
|
86
|
+
"@storybook/addon-actions": "7.6.10",
|
|
87
|
+
"@storybook/addon-essentials": "7.6.10",
|
|
88
|
+
"@storybook/addon-interactions": "7.6.10",
|
|
89
|
+
"@storybook/addon-links": "7.6.10",
|
|
90
|
+
"@storybook/addon-onboarding": "1.0.11",
|
|
91
|
+
"@storybook/blocks": "7.6.10",
|
|
92
|
+
"@storybook/react": "7.6.10",
|
|
93
|
+
"@storybook/react-vite": "7.6.10",
|
|
94
|
+
"@storybook/test": "7.6.10",
|
|
95
|
+
"@storybook/testing-react": "^2.0.1",
|
|
96
|
+
"@tanstack/react-query": "^5.55.4",
|
|
97
|
+
"@tanstack/react-query-devtools": "5.56.2",
|
|
98
|
+
"@testing-library/jest-dom": "^6.5.0",
|
|
99
|
+
"@testing-library/react": "^14.3.1",
|
|
100
|
+
"@trivago/prettier-plugin-sort-imports": "4.2.0",
|
|
101
|
+
"@types/http-proxy-middleware": "^1.0.0",
|
|
102
|
+
"@types/moment-jalaali": "^0.7.8",
|
|
103
|
+
"@types/node": "^20.10.1",
|
|
104
|
+
"@types/qs": "6.9.7",
|
|
105
|
+
"@types/react": "^18.2.39",
|
|
106
|
+
"@types/react-copy-to-clipboard": "^5.0.5",
|
|
107
|
+
"@types/react-dom": "^18.2.17",
|
|
108
|
+
"@types/uuid": "9.0.7",
|
|
109
|
+
"@typescript-eslint/eslint-plugin": "^6.19.0",
|
|
110
|
+
"@typescript-eslint/parser": "^6.19.0",
|
|
111
|
+
"@vitejs/plugin-basic-ssl": "1.0.1",
|
|
112
|
+
"@vitejs/plugin-react": "^4.2.0",
|
|
113
|
+
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
114
|
+
"@vitejs/release-scripts": "1.2.1",
|
|
115
|
+
"@vitest/coverage-v8": "4.0.16",
|
|
116
|
+
"@vitest/ui": "4.0.16",
|
|
117
|
+
"autoprefixer": "^10.4.16",
|
|
118
|
+
"chalk": "5.3.0",
|
|
119
|
+
"classnames": "2.3.2",
|
|
120
|
+
"commander": "11.1.0",
|
|
121
|
+
"cross-env": "7.0.3",
|
|
122
|
+
"cssnano": "6.0.1",
|
|
123
|
+
"dotenv": "16.3.1",
|
|
124
|
+
"eslint": "8.56.0",
|
|
125
|
+
"eslint-define-config": "1.23.0",
|
|
126
|
+
"eslint-plugin-import": "2.28.1",
|
|
127
|
+
"eslint-plugin-n": "16.1.0",
|
|
128
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
129
|
+
"eslint-plugin-react-refresh": "^0.4.4",
|
|
130
|
+
"eslint-plugin-regexp": "1.15.0",
|
|
131
|
+
"eslint-plugin-storybook": "^0.6.15",
|
|
132
|
+
"fast-glob": "3.3.2",
|
|
133
|
+
"husky": "9.1.6",
|
|
134
|
+
"jsdom": "22.1.0",
|
|
135
|
+
"postcss": "^8.4.32",
|
|
136
|
+
"prettier": "^3.0.3",
|
|
137
|
+
"prettier-plugin-organize-imports": "^3.2.4",
|
|
138
|
+
"prettier-plugin-tailwindcss": "0.5.6",
|
|
139
|
+
"qs": "6.11.2",
|
|
140
|
+
"react": "^18.2.0",
|
|
141
|
+
"react-dom": "^18.2.0",
|
|
142
|
+
"react-grid-layout": "^1.4.4",
|
|
143
|
+
"react-is": "18.2.0",
|
|
144
|
+
"react-router-dom": "^6.16.0",
|
|
145
|
+
"rimraf": "^5.0.1",
|
|
146
|
+
"rollup-plugin-visualizer": "^6.0.5",
|
|
147
|
+
"semantic-release": "^25.0.3",
|
|
148
|
+
"storybook": "7.6.10",
|
|
149
|
+
"storybook-react-context": "^0.7.0",
|
|
150
|
+
"tailwindcss": "^3.4.0",
|
|
151
|
+
"ts-node": "^10.9.2",
|
|
152
|
+
"tslib": "2.6.2",
|
|
153
|
+
"tsx": "^4.7.0",
|
|
154
|
+
"typescript": "^5.3.3",
|
|
155
|
+
"vite": "^7.3.0",
|
|
156
|
+
"vite-plugin-clean": "^2.0.1",
|
|
157
|
+
"vite-plugin-dts": "^4.5.4",
|
|
158
|
+
"vite-tsconfig-paths": "^5.1.4",
|
|
159
|
+
"vitest": "^4.0.16"
|
|
160
|
+
},
|
|
161
|
+
"peerDependencies": {
|
|
162
|
+
"antd": "5.19.1",
|
|
163
|
+
"i18next": "^23",
|
|
164
|
+
"moment-jalaali": "^0.10.0",
|
|
165
|
+
"react": ">=18",
|
|
166
|
+
"react-dom": ">=18",
|
|
167
|
+
"react-i18next": "^13",
|
|
168
|
+
"react-router-dom": "^6",
|
|
169
|
+
"starkstring": "*",
|
|
170
|
+
"tailwind-merge": "^1.14"
|
|
171
|
+
},
|
|
172
|
+
"peerDependenciesMeta": {
|
|
173
|
+
"react-router-dom": {
|
|
174
|
+
"optional": true
|
|
175
|
+
},
|
|
176
|
+
"i18next": {
|
|
177
|
+
"optional": true
|
|
178
|
+
},
|
|
179
|
+
"react-i18next": {
|
|
180
|
+
"optional": true
|
|
181
|
+
},
|
|
182
|
+
"tailwind-merge": {
|
|
183
|
+
"optional": true
|
|
184
|
+
},
|
|
185
|
+
"starkstring": {
|
|
186
|
+
"optional": true
|
|
187
|
+
},
|
|
188
|
+
"antd": {
|
|
189
|
+
"optional": true
|
|
190
|
+
},
|
|
191
|
+
"moment-jalaali": {
|
|
192
|
+
"optional": true
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
}
|