@kwantis-id3/frontend-library 0.14.0 → 0.14.1
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 +2 -1
- package/package.json +13 -12
package/README.md
CHANGED
|
@@ -24,7 +24,8 @@ With pnpm
|
|
|
24
24
|
pnpm add @kwantis-id3/frontend-library
|
|
25
25
|
```
|
|
26
26
|
|
|
27
|
-
Note that the library uses @emotion/styled and @emotion/react as
|
|
27
|
+
Note that the library uses @emotion/styled and @emotion/react as dev dependencies. Installing them in your project may cause conflicts.
|
|
28
|
+
The library however offers its own styled utility, that can be used to create styled components.
|
|
28
29
|
|
|
29
30
|
## Usage
|
|
30
31
|
The library has various components, each one with its own documentation. Please refer to the storybook documentation for more information.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kwantis-id3/frontend-library",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.1",
|
|
4
4
|
"description": "Kwantis frontend components collection",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "kwantis"
|
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
"@rollup/plugin-commonjs": "^24.0.1",
|
|
11
11
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
12
12
|
"@rollup/plugin-typescript": "^11.0.0",
|
|
13
|
-
"@storybook/addon-essentials": "7.
|
|
14
|
-
"@storybook/addon-interactions": "7.
|
|
15
|
-
"@storybook/addon-links": "7.
|
|
16
|
-
"@storybook/blocks": "7.
|
|
17
|
-
"@storybook/react": "7.
|
|
18
|
-
"@storybook/react-webpack5": "7.
|
|
19
|
-
"@storybook/testing-library": "0.
|
|
13
|
+
"@storybook/addon-essentials": "7.4.6",
|
|
14
|
+
"@storybook/addon-interactions": "7.4.6",
|
|
15
|
+
"@storybook/addon-links": "7.4.6",
|
|
16
|
+
"@storybook/blocks": "7.4.6",
|
|
17
|
+
"@storybook/react": "7.4.6",
|
|
18
|
+
"@storybook/react-webpack5": "7.4.6",
|
|
19
|
+
"@storybook/testing-library": "0.2.2",
|
|
20
20
|
"@testing-library/jest-dom": "^5.16.5",
|
|
21
21
|
"@testing-library/react": "^14.0.0",
|
|
22
22
|
"@types/jest": "^29.5.0",
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
"eslint-config-prettier": "^8.8.0",
|
|
31
31
|
"eslint-plugin-react": "^7.32.2",
|
|
32
32
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
33
|
+
"eslint-plugin-storybook": "^0.6.14",
|
|
33
34
|
"jest": "^29.5.0",
|
|
34
35
|
"jest-config": "^29.5.0",
|
|
35
36
|
"jest-environment-jsdom": "^29.5.0",
|
|
@@ -38,7 +39,7 @@
|
|
|
38
39
|
"react-dom": "18.2.0",
|
|
39
40
|
"rollup": "^3.20.2",
|
|
40
41
|
"rollup-plugin-dts": "^5.3.0",
|
|
41
|
-
"storybook": "7.
|
|
42
|
+
"storybook": "7.4.6",
|
|
42
43
|
"ts-jest": "^29.1.0",
|
|
43
44
|
"ts-node": "^10.9.1",
|
|
44
45
|
"tslib": "^2.5.0",
|
|
@@ -54,15 +55,15 @@
|
|
|
54
55
|
],
|
|
55
56
|
"types": "dist/index.d.ts",
|
|
56
57
|
"dependencies": {
|
|
58
|
+
"@emotion/react": "11.10.6",
|
|
59
|
+
"@emotion/styled": "11.10.6",
|
|
57
60
|
"@rollup/plugin-terser": "^0.4.1",
|
|
58
61
|
"react-collapsible": "^2.10.0",
|
|
59
62
|
"react-icons-kit": "^2.0.0",
|
|
60
63
|
"react-range": "^1.8.14",
|
|
61
64
|
"react-select": "^5.7.3",
|
|
62
65
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
63
|
-
"tinycolor2": "^1.6.0"
|
|
64
|
-
"@emotion/react": "11.10.6",
|
|
65
|
-
"@emotion/styled": "11.10.6"
|
|
66
|
+
"tinycolor2": "^1.6.0"
|
|
66
67
|
},
|
|
67
68
|
"readme": "ERROR: No README data found!",
|
|
68
69
|
"_id": "@kwantis-id3/frontend-library@0.6.1",
|