@qasa/qds-ui 0.20.0 → 0.22.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/dist/index.d.mts +44 -1
- package/dist/index.d.ts +44 -1
- package/dist/index.js +110 -108
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -16
- package/dist/index.mjs.map +1 -1
- package/package.json +31 -40
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qasa/qds-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.22.0",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"repository": {
|
|
@@ -21,27 +21,11 @@
|
|
|
21
21
|
"files": [
|
|
22
22
|
"dist"
|
|
23
23
|
],
|
|
24
|
-
"scripts": {
|
|
25
|
-
"dev": "storybook dev -p 1337",
|
|
26
|
-
"build": "tsup",
|
|
27
|
-
"build:storybook": "storybook build",
|
|
28
|
-
"clean": "rimraf dist",
|
|
29
|
-
"test": "jest",
|
|
30
|
-
"test:watch": "jest --watch --onlyChanged",
|
|
31
|
-
"lint": "eslint . --cache",
|
|
32
|
-
"lint:types": "tsc --noEmit",
|
|
33
|
-
"lint:ci": "NODE_ENV=production eslint . --cache",
|
|
34
|
-
"lint:prettier": "prettier --check ./src --cache",
|
|
35
|
-
"prepublishOnly": "yarn build",
|
|
36
|
-
"release": "changeset publish"
|
|
37
|
-
},
|
|
38
24
|
"devDependencies": {
|
|
39
|
-
"@babel/core": "^7.19.3",
|
|
40
|
-
"@babel/preset-env": "^7.19.3",
|
|
41
|
-
"@babel/preset-react": "^7.18.6",
|
|
42
|
-
"@babel/preset-typescript": "^7.18.6",
|
|
43
25
|
"@changesets/changelog-github": "^0.4.8",
|
|
44
26
|
"@changesets/cli": "^2.26.0",
|
|
27
|
+
"@emotion/cache": "^11.10.4",
|
|
28
|
+
"@emotion/is-prop-valid": "^1.3.1",
|
|
45
29
|
"@emotion/react": "^11.10.4",
|
|
46
30
|
"@emotion/styled": "^11.10.4",
|
|
47
31
|
"@storybook/addon-a11y": "^8.4.5",
|
|
@@ -53,16 +37,15 @@
|
|
|
53
37
|
"@storybook/react": "^8.4.5",
|
|
54
38
|
"@storybook/react-webpack5": "^8.4.5",
|
|
55
39
|
"@storybook/test": "^8.4.5",
|
|
56
|
-
"@testing-library/jest-dom": "^
|
|
57
|
-
"@testing-library/react": "^
|
|
58
|
-
"@testing-library/user-event": "^14.
|
|
59
|
-
"@types/jest-axe": "^3.5.5",
|
|
40
|
+
"@testing-library/jest-dom": "^6.6.3",
|
|
41
|
+
"@testing-library/react": "^16.2.0",
|
|
42
|
+
"@testing-library/user-event": "^14.6.0",
|
|
60
43
|
"@types/node": "^20.12.2",
|
|
61
44
|
"@types/react": "^18.2.73",
|
|
62
45
|
"@types/react-dom": "^18.2.23",
|
|
63
46
|
"@typescript-eslint/eslint-plugin": "^7.4.0",
|
|
64
47
|
"@typescript-eslint/parser": "^7.4.0",
|
|
65
|
-
"
|
|
48
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
66
49
|
"eslint": "^8.57.0",
|
|
67
50
|
"eslint-config-prettier": "^9.1.0",
|
|
68
51
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
@@ -72,41 +55,49 @@
|
|
|
72
55
|
"eslint-plugin-prettier": "^5.1.3",
|
|
73
56
|
"eslint-plugin-react": "^7.34.1",
|
|
74
57
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"jest-axe": "^6.0.0",
|
|
79
|
-
"jest-environment-jsdom": "^29.1.1",
|
|
80
|
-
"jest-matchmedia-mock": "^1.1.0",
|
|
81
|
-
"jest-watch-typeahead": "^2.2.0",
|
|
58
|
+
"vitest-matchmedia-mock": "^2.0.0",
|
|
59
|
+
"jsdom": "^26.0.0",
|
|
60
|
+
"motion": "^11.13.5",
|
|
82
61
|
"lucide-react": "^0.294.0",
|
|
83
62
|
"prettier": "^3.2.5",
|
|
84
63
|
"react": "^18.2.0",
|
|
85
64
|
"react-dom": "^18.2.0",
|
|
86
65
|
"react-hook-form": "^7.41.0",
|
|
87
|
-
"react-test-renderer": "^18.2.0",
|
|
88
66
|
"rimraf": "^3.0.2",
|
|
89
67
|
"storybook": "^8.4.5",
|
|
90
68
|
"storybook-dark-mode": "^4.0.2",
|
|
91
69
|
"tsup": "^8.0.2",
|
|
92
|
-
"typescript": "^5.4.3"
|
|
70
|
+
"typescript": "^5.4.3",
|
|
71
|
+
"vitest": "<3",
|
|
72
|
+
"vitest-axe": "1.0.0-pre.3"
|
|
93
73
|
},
|
|
94
74
|
"peerDependencies": {
|
|
75
|
+
"@emotion/cache": ">= 11.0.0",
|
|
76
|
+
"@emotion/is-prop-valid": ">= 1.3.1",
|
|
95
77
|
"@emotion/react": ">= 11.0.0",
|
|
96
78
|
"@emotion/styled": ">= 11.0.0",
|
|
97
|
-
"
|
|
79
|
+
"motion": ">=11.13.5",
|
|
98
80
|
"react": ">=18.2.0",
|
|
99
81
|
"react-dom": ">=18.2.0"
|
|
100
82
|
},
|
|
101
|
-
"engines": {
|
|
102
|
-
"node": ">=20"
|
|
103
|
-
},
|
|
104
83
|
"dependencies": {
|
|
105
84
|
"@radix-ui/react-avatar": "^1.1.0",
|
|
106
85
|
"@radix-ui/react-checkbox": "^1.1.1",
|
|
107
|
-
"@radix-ui/react-dropdown-menu": "^2.1.
|
|
86
|
+
"@radix-ui/react-dropdown-menu": "^2.1.4",
|
|
108
87
|
"@radix-ui/react-radio-group": "^1.2.0",
|
|
109
88
|
"@radix-ui/react-switch": "^1.1.0",
|
|
110
|
-
"@radix-ui/react-toast": "^1.2.
|
|
89
|
+
"@radix-ui/react-toast": "^1.2.4"
|
|
90
|
+
},
|
|
91
|
+
"scripts": {
|
|
92
|
+
"dev": "storybook dev -p 1337",
|
|
93
|
+
"build": "tsup",
|
|
94
|
+
"build:storybook": "storybook build",
|
|
95
|
+
"clean": "rimraf dist",
|
|
96
|
+
"test": "vitest",
|
|
97
|
+
"lint": "eslint .",
|
|
98
|
+
"lint:types": "tsc --noEmit",
|
|
99
|
+
"lint:ci": "NODE_ENV=production eslint .",
|
|
100
|
+
"lint:prettier": "prettier --check ./src",
|
|
101
|
+
"release": "changeset publish"
|
|
111
102
|
}
|
|
112
|
-
}
|
|
103
|
+
}
|