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