@20minutes/hela 2.23.5 → 2.24.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@20minutes/hela",
3
- "version": "2.23.5",
3
+ "version": "2.24.1",
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",
@@ -1 +0,0 @@
1
- export declare const listenerOfInfoBanner: () => void;