@20minutes/hela 0.0.8 → 0.0.9
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/css/articlePage-desktop.css +1 -1
- package/dist/css/articlePage-mobile.css +1 -1
- package/dist/css/global.css +1 -1
- package/dist/index.d.ts +55 -16
- package/dist/index.es.js +14793 -14309
- package/dist/index.umd.js +117 -117
- package/package.json +18 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@20minutes/hela",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.9",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./dist/index.umd.js",
|
|
6
6
|
"module": "./dist/index.es.js",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
],
|
|
18
18
|
"scripts": {
|
|
19
19
|
"prepare": "husky install && yarn generate:svg-sprite",
|
|
20
|
-
"generate:svg-sprite": "svg-sprite --symbol-dest sprite --symbol-sprite sprite.svg --symbol --dest=src/assets src/assets/svg
|
|
20
|
+
"generate:svg-sprite": "svg-sprite --symbol-dest sprite --symbol-sprite sprite.svg --symbol --dest=src/assets src/assets/svg/**/*.svg && svgr --ignore-existing --no-svgo --typescript -- src/assets/sprite/sprite.svg > src/components/atoms/Icon/SvgSprite.tsx",
|
|
21
21
|
"build:library": "gulp",
|
|
22
22
|
"storybook": "start-storybook -p 6006",
|
|
23
23
|
"build:storybook": "build-storybook",
|
|
@@ -30,33 +30,33 @@
|
|
|
30
30
|
"@babel/core": "^7.19.0",
|
|
31
31
|
"@babel/eslint-parser": "^7.18.9",
|
|
32
32
|
"@babel/plugin-transform-typescript": "^7.19.0",
|
|
33
|
-
"@storybook/addon-essentials": "^6.5.
|
|
34
|
-
"@storybook/addon-links": "^6.5.
|
|
33
|
+
"@storybook/addon-essentials": "^6.5.11",
|
|
34
|
+
"@storybook/addon-links": "^6.5.11",
|
|
35
35
|
"@storybook/builder-vite": "^0.2.2",
|
|
36
|
-
"@storybook/react": "^6.5.
|
|
36
|
+
"@storybook/react": "^6.5.11",
|
|
37
37
|
"@svgr/cli": "^6.3.1",
|
|
38
38
|
"@types/draft-convert": "^2.1.4",
|
|
39
39
|
"@types/draft-js": "^0.11.9",
|
|
40
40
|
"@types/gulp": "^4.0.9",
|
|
41
41
|
"@types/gulp-sass": "^5.0.0",
|
|
42
|
-
"@types/node": "^18.7.
|
|
43
|
-
"@types/react": "^18.0.
|
|
42
|
+
"@types/node": "^18.7.17",
|
|
43
|
+
"@types/react": "^18.0.19",
|
|
44
44
|
"@types/react-dom": "^18.0.6",
|
|
45
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
46
|
-
"@typescript-eslint/parser": "^5.
|
|
45
|
+
"@typescript-eslint/eslint-plugin": "^5.37.0",
|
|
46
|
+
"@typescript-eslint/parser": "^5.37.0",
|
|
47
47
|
"@vitejs/plugin-react": "^2.1.0",
|
|
48
48
|
"babel-loader": "^8.2.5",
|
|
49
49
|
"babel-preset-env": "^1.7.0",
|
|
50
50
|
"babel-preset-react": "^6.24.1",
|
|
51
|
-
"eslint": "^8.23.
|
|
51
|
+
"eslint": "^8.23.1",
|
|
52
52
|
"eslint-config-airbnb": "^19.0.4",
|
|
53
53
|
"eslint-config-prettier": "^8.5.0",
|
|
54
|
-
"eslint-import-resolver-typescript": "^3.5.
|
|
54
|
+
"eslint-import-resolver-typescript": "^3.5.1",
|
|
55
55
|
"eslint-plugin-babel": "^5.3.1",
|
|
56
56
|
"eslint-plugin-import": "^2.25.3",
|
|
57
57
|
"eslint-plugin-jsx-a11y": "^6.6.1",
|
|
58
58
|
"eslint-plugin-prettier": "^4.2.1",
|
|
59
|
-
"eslint-plugin-react": "^7.31.
|
|
59
|
+
"eslint-plugin-react": "^7.31.8",
|
|
60
60
|
"eslint-plugin-simple-import-sort": "^7.0.0",
|
|
61
61
|
"glob": "^8.0.3",
|
|
62
62
|
"gulp": "^4.0.2",
|
|
@@ -72,21 +72,21 @@
|
|
|
72
72
|
"rollup-plugin-dts": "^4.2.2",
|
|
73
73
|
"rollup-plugin-esbuild": "^4.10.1",
|
|
74
74
|
"rollup-plugin-scss": "^3.0.0",
|
|
75
|
-
"sass": "^1.54.
|
|
76
|
-
"size-limit": "^8.0
|
|
75
|
+
"sass": "^1.54.9",
|
|
76
|
+
"size-limit": "^8.1.0",
|
|
77
77
|
"stylelint": "^14.11.0",
|
|
78
78
|
"stylelint-config-standard-scss": "^5.0.0",
|
|
79
79
|
"svg-sprite": "next",
|
|
80
|
-
"typescript": "^4.8.
|
|
80
|
+
"typescript": "^4.8.3",
|
|
81
81
|
"vite": "^3.1.0"
|
|
82
82
|
},
|
|
83
83
|
"engines": {
|
|
84
84
|
"node": ">=16"
|
|
85
85
|
},
|
|
86
86
|
"dependencies": {
|
|
87
|
-
"aws-rum-web": "^1.8.
|
|
88
|
-
"classnames": "^2.3.
|
|
89
|
-
"draft-convert": "^2.1.
|
|
87
|
+
"aws-rum-web": "^1.8.3",
|
|
88
|
+
"classnames": "^2.3.2",
|
|
89
|
+
"draft-convert": "^2.1.13",
|
|
90
90
|
"draft-js": "^0.11.7",
|
|
91
91
|
"normalize.css": "^8.0.1",
|
|
92
92
|
"react": "^18.2.0",
|