@20minutes/hela 2.23.4 → 2.24.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@20minutes/hela",
3
- "version": "2.23.4",
3
+ "version": "2.24.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@github.com/20minutes/hela.git"
@@ -30,6 +30,11 @@
30
30
  "types": "./dist/assets/scripts/initScripts.d.ts",
31
31
  "import": "./dist/js/scripts.es.js",
32
32
  "require": "./dist/js/scripts.umd.cjs"
33
+ },
34
+ "./scripts/info-button": {
35
+ "types": "./dist/assets/scripts/infoButton.d.ts",
36
+ "import": "./dist/js/info-button.es.js",
37
+ "require": "./dist/js/info-button.umd.cjs"
33
38
  }
34
39
  },
35
40
  "files": [
@@ -42,7 +47,7 @@
42
47
  "generate:svg-sprite": "svg-sprite --symbol-dest sprite --symbol-sprite sprite.svg --symbol --dest=src/assets $(find src/assets/svg -type f -name '*.svg') && svgr --jsx-runtime automatic --ignore-existing --no-svgo --typescript -- src/assets/sprite/sprite.svg > src/components/atoms/Icon/SvgSprite.tsx",
43
48
  "compress:fonts": "tsx bin/compress-fonts",
44
49
  "copy-scss-output-dist": "tsx bin/copyScssOutputDist",
45
- "build:library": "vite build --mode library && rm -rf dist/tests dist/.storybook dist/bin && vite build --mode scripts && yarn copy-scss-output-dist",
50
+ "build:library": "vite build --mode library && rm -rf dist/tests dist/.storybook dist/bin && vite build --mode scripts && vite build --mode scripts-info-button && yarn copy-scss-output-dist",
46
51
  "build:library:analyze": "BUILD_VISUALIZER=true yarn build:library",
47
52
  "build:local": "yarn build:library && yarn pack -f 20minutes-hela-dev-$(date +\"%s\").tgz && npx serv -p 8181",
48
53
  "storybook": "storybook dev -p 6006",
@@ -85,18 +90,18 @@
85
90
  },
86
91
  "devDependencies": {
87
92
  "@20minutes/eslint-config": "^3.0.9",
88
- "@aws-sdk/client-s3": "3.1093.0",
89
- "@octokit/core": "7.0.6",
90
- "@storybook/addon-a11y": "^10.5.3",
91
- "@storybook/addon-docs": "^10.5.3",
92
- "@storybook/addon-links": "^10.5.3",
93
- "@storybook/addon-vitest": "^10.5.3",
93
+ "@aws-sdk/client-s3": "3.1113.0",
94
+ "@octokit/core": "7.0.7",
95
+ "@storybook/addon-a11y": "^10.5.9",
96
+ "@storybook/addon-docs": "^10.5.9",
97
+ "@storybook/addon-links": "^10.5.9",
98
+ "@storybook/addon-vitest": "^10.5.9",
94
99
  "@storybook/csf": "^0.1.13",
95
- "@storybook/react-vite": "^10.5.3",
100
+ "@storybook/react-vite": "^10.5.9",
96
101
  "@svgr/cli": "^8.1.0",
97
102
  "@testing-library/dom": "^10.4.1",
98
103
  "@testing-library/react": "^16.3.2",
99
- "@types/node": "^26.1.1",
104
+ "@types/node": "^26.2.0",
100
105
  "@types/react": "^18.3.12",
101
106
  "@types/react-dom": "^18.3.1",
102
107
  "@vitejs/plugin-react": "^5.1.4",
@@ -105,12 +110,12 @@
105
110
  "@whitespace/storybook-addon-html": "^9.0.0",
106
111
  "autoprefixer": "^10.5.4",
107
112
  "dotenv": "^17.4.2",
108
- "globals": "^17.7.0",
113
+ "globals": "^17.11.0",
109
114
  "husky": "^9.1.7",
110
115
  "jsdom": "^29.1.1",
111
- "lint-staged": "^17.2.0",
112
- "playwright": "^1.61.1",
113
- "postcss": "^8.5.22",
116
+ "lint-staged": "^17.3.0",
117
+ "playwright": "^1.62.1",
118
+ "postcss": "^8.5.26",
114
119
  "postcss-inline-svg": "^6.0.0",
115
120
  "postcss-scss": "^4.0.9",
116
121
  "postcss-url": "^10.1.4",
@@ -119,15 +124,15 @@
119
124
  "react-dom": "^18.3.1",
120
125
  "react-syntax-highlighter": "^16.1.1",
121
126
  "rollup-plugin-peer-deps-external": "^2.2.4",
122
- "rollup-plugin-visualizer": "^7.0.1",
123
- "sass-embedded": "^1.100.0",
124
- "storybook": "^10.5.3",
125
- "style-dictionary": "^5.5.0",
127
+ "rollup-plugin-visualizer": "^7.1.1",
128
+ "sass-embedded": "^1.102.0",
129
+ "storybook": "^10.5.9",
130
+ "style-dictionary": "^5.5.1",
126
131
  "stylelint": "^17.14.1",
127
132
  "stylelint-config-standard-scss": "^17.0.0",
128
133
  "stylelint-prettier": "^5.0.3",
129
134
  "svg-sprite": "2.0.4",
130
- "tsx": "^4.23.1",
135
+ "tsx": "^4.23.12",
131
136
  "typescript": "^6.0.3",
132
137
  "unplugin-dts": "^1.0.3",
133
138
  "vite": "^7.3.1",
@@ -1 +0,0 @@
1
- export declare const listenerOfInfoBanner: () => void;