@20minutes/hela 2.12.2 → 2.12.4
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/fonts/Obviously-Semibold.woff +0 -0
- package/dist/fonts/Obviously-Semibold.woff2 +0 -0
- package/dist/fonts/SourceSerifPro-Bold.woff +0 -0
- package/dist/fonts/SourceSerifPro-Bold.woff2 +0 -0
- package/dist/fonts/SourceSerifPro-Italic.woff +0 -0
- package/dist/fonts/SourceSerifPro-Italic.woff2 +0 -0
- package/dist/fonts/SourceSerifPro-Regular.woff +0 -0
- package/dist/fonts/SourceSerifPro-Regular.woff2 +0 -0
- package/dist/fonts/SourceSerifPro-SemiBold.woff +0 -0
- package/dist/fonts/SourceSerifPro-SemiBold.woff2 +0 -0
- package/dist/index.es.js +3914 -3941
- package/dist/index.umd.js +1 -5
- package/dist/js/scripts.es.js +491 -531
- package/dist/js/scripts.umd.js +1 -7
- package/dist/scss/abstracts/variables/_token-variables.scss +1 -1
- package/dist/scss/abstracts/variables/_variables.scss +1 -1
- package/dist/src/components/organisms/Header/Header.d.ts +1 -0
- package/dist/src/components/organisms/Header/HeaderMobile.d.ts +1 -1
- package/dist/style.css +1 -1
- package/package.json +29 -28
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@20minutes/hela",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.4",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+ssh://git@github.com/20minutes/hela.git"
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
],
|
|
35
35
|
"scripts": {
|
|
36
36
|
"prepare": "husky && yarn generate:svg-sprite && yarn download:colors && yarn build:design-tokens",
|
|
37
|
-
"download:colors": "
|
|
38
|
-
"build:design-tokens": "
|
|
37
|
+
"download:colors": "tsx bin/download-colors",
|
|
38
|
+
"build:design-tokens": "tsx bin/build-design-tokens",
|
|
39
39
|
"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",
|
|
40
|
-
"compress:fonts": "
|
|
41
|
-
"copy-scss-output-dist": "
|
|
40
|
+
"compress:fonts": "tsx bin/compress-fonts",
|
|
41
|
+
"copy-scss-output-dist": "tsx bin/copyScssOutputDist",
|
|
42
42
|
"build:library": "vite build --mode library && rm -rf dist/tests dist/.storybook dist/bin && vite build --mode scripts && yarn copy-scss-output-dist",
|
|
43
43
|
"build:local": "NODE_ENV=development yarn build:library && yarn pack -f 20minutes-hela-dev-$(date +\"%s\").tgz && npx serv -p 8181",
|
|
44
44
|
"storybook": "storybook dev -p 6006",
|
|
@@ -46,9 +46,9 @@
|
|
|
46
46
|
"lint:scss": "stylelint 'src/**/*.scss'",
|
|
47
47
|
"lint:ts": "eslint src bin .storybook tests",
|
|
48
48
|
"test": "vitest",
|
|
49
|
-
"upload:artifacts": "
|
|
50
|
-
"upload:storybook:start": "
|
|
51
|
-
"upload:storybook:end": "
|
|
49
|
+
"upload:artifacts": "tsx bin/uploadArtifacts",
|
|
50
|
+
"upload:storybook:start": "tsx bin/uploadStorybook start",
|
|
51
|
+
"upload:storybook:end": "tsx bin/uploadStorybook end"
|
|
52
52
|
},
|
|
53
53
|
"lint-staged": {
|
|
54
54
|
"*.{js,ts,jsx,tsx}": [
|
|
@@ -68,7 +68,8 @@
|
|
|
68
68
|
"classnames": "^2.5.1",
|
|
69
69
|
"normalize.css": "^8.0.1",
|
|
70
70
|
"photoswipe": "^5.4.4",
|
|
71
|
-
"sharethis-reactjs": "^1.6.0"
|
|
71
|
+
"sharethis-reactjs": "^1.6.0",
|
|
72
|
+
"uri-js": "npm:uri-js-replace"
|
|
72
73
|
},
|
|
73
74
|
"peerDependencies": {
|
|
74
75
|
"react": "^18.3.1",
|
|
@@ -76,13 +77,13 @@
|
|
|
76
77
|
},
|
|
77
78
|
"devDependencies": {
|
|
78
79
|
"@20minutes/eslint-config": "^1.2.7",
|
|
79
|
-
"@aws-sdk/client-s3": "3.
|
|
80
|
-
"@babel/core": "^7.28.
|
|
81
|
-
"@babel/eslint-parser": "^7.28.
|
|
80
|
+
"@aws-sdk/client-s3": "3.930.0",
|
|
81
|
+
"@babel/core": "^7.28.5",
|
|
82
|
+
"@babel/eslint-parser": "^7.28.5",
|
|
82
83
|
"@csstools/postcss-sass": "^5.1.1",
|
|
83
|
-
"@eslint/compat": "^1.
|
|
84
|
+
"@eslint/compat": "^1.4.1",
|
|
84
85
|
"@eslint/eslintrc": "^3.3.1",
|
|
85
|
-
"@eslint/js": "^9.
|
|
86
|
+
"@eslint/js": "^9.39.1",
|
|
86
87
|
"@octokit/core": "5.1.0",
|
|
87
88
|
"@storybook/addon-docs": "^9.1.5",
|
|
88
89
|
"@storybook/addon-links": "^9.1.5",
|
|
@@ -91,14 +92,14 @@
|
|
|
91
92
|
"@svgr/cli": "^8.1.0",
|
|
92
93
|
"@testing-library/dom": "^10.4.1",
|
|
93
94
|
"@testing-library/react": "^16.3.0",
|
|
94
|
-
"@types/node": "^24.
|
|
95
|
+
"@types/node": "^24.10.1",
|
|
95
96
|
"@types/react": "^18.3.12",
|
|
96
97
|
"@types/react-dom": "^18.3.1",
|
|
97
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
98
|
-
"@typescript-eslint/parser": "^8.
|
|
99
|
-
"@vitejs/plugin-react": "^5.
|
|
100
|
-
"autoprefixer": "^10.4.
|
|
101
|
-
"dotenv": "^17.2.
|
|
98
|
+
"@typescript-eslint/eslint-plugin": "^8.46.4",
|
|
99
|
+
"@typescript-eslint/parser": "^8.46.4",
|
|
100
|
+
"@vitejs/plugin-react": "^5.1.1",
|
|
101
|
+
"autoprefixer": "^10.4.22",
|
|
102
|
+
"dotenv": "^17.2.3",
|
|
102
103
|
"eslint": "^8.57.1",
|
|
103
104
|
"eslint-config-airbnb": "^19.0.4",
|
|
104
105
|
"eslint-config-prettier": "^10.1.8",
|
|
@@ -110,10 +111,10 @@
|
|
|
110
111
|
"eslint-plugin-react": "^7.37.5",
|
|
111
112
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
112
113
|
"eslint-plugin-storybook": "^9.1.5",
|
|
113
|
-
"globals": "^16.
|
|
114
|
+
"globals": "^16.5.0",
|
|
114
115
|
"husky": "^9.1.7",
|
|
115
|
-
"jsdom": "^27.
|
|
116
|
-
"lint-staged": "^16.
|
|
116
|
+
"jsdom": "^27.2.0",
|
|
117
|
+
"lint-staged": "^16.2.6",
|
|
117
118
|
"postcss": "^8.5.6",
|
|
118
119
|
"postcss-inline-svg": "^6.0.0",
|
|
119
120
|
"postcss-scss": "^4.0.9",
|
|
@@ -123,20 +124,20 @@
|
|
|
123
124
|
"react-dom": "^18.3.1",
|
|
124
125
|
"react-syntax-highlighter": "^15.6.6",
|
|
125
126
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
126
|
-
"rollup-plugin-visualizer": "^6.0.
|
|
127
|
-
"sass": "^1.
|
|
127
|
+
"rollup-plugin-visualizer": "^6.0.5",
|
|
128
|
+
"sass": "^1.94.0",
|
|
128
129
|
"storybook": "^9.1.5",
|
|
129
130
|
"style-dictionary": "^3.9.2",
|
|
130
131
|
"stylelint": "^15.11.0",
|
|
131
132
|
"stylelint-config-standard-scss": "^11.1.0",
|
|
132
133
|
"stylelint-prettier": "^4.1.0",
|
|
133
134
|
"svg-sprite": "2.0.4",
|
|
134
|
-
"
|
|
135
|
+
"tsx": "^4.20.6",
|
|
135
136
|
"typescript": "^4.9.5",
|
|
136
|
-
"vite": "^
|
|
137
|
+
"vite": "^7.2.2",
|
|
137
138
|
"vite-plugin-dts": "^4.5.4",
|
|
138
139
|
"vite-tsconfig-paths": "^5.1.4",
|
|
139
|
-
"vitest": "^
|
|
140
|
+
"vitest": "^4.0.8"
|
|
140
141
|
},
|
|
141
142
|
"resolutions": {
|
|
142
143
|
"jackspeak": "2.1.1",
|