@20minutes/hela 2.7.3 → 2.7.5

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.7.3",
3
+ "version": "2.7.5",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@github.com/20minutes/hela.git"
@@ -76,22 +76,22 @@
76
76
  },
77
77
  "devDependencies": {
78
78
  "@20minutes/eslint-config": "^1.2.7",
79
- "@aws-sdk/client-s3": "3.810.0",
79
+ "@aws-sdk/client-s3": "3.812.0",
80
80
  "@babel/core": "^7.27.1",
81
81
  "@babel/eslint-parser": "^7.27.1",
82
82
  "@csstools/postcss-sass": "^5.1.1",
83
83
  "@eslint/compat": "^1.2.9",
84
84
  "@eslint/eslintrc": "^3.3.1",
85
- "@eslint/js": "^9.26.0",
85
+ "@eslint/js": "^9.27.0",
86
86
  "@octokit/core": "5.1.0",
87
- "@storybook/addon-actions": "^8.6.12",
88
- "@storybook/addon-essentials": "^8.6.12",
89
- "@storybook/addon-links": "^8.6.12",
90
- "@storybook/blocks": "^8.6.12",
87
+ "@storybook/addon-actions": "^8.6.14",
88
+ "@storybook/addon-essentials": "^8.6.14",
89
+ "@storybook/addon-links": "^8.6.14",
90
+ "@storybook/blocks": "^8.6.14",
91
91
  "@storybook/csf": "0.1.2",
92
- "@storybook/manager-api": "^8.6.12",
93
- "@storybook/react": "^8.6.12",
94
- "@storybook/react-vite": "^8.6.12",
92
+ "@storybook/manager-api": "^8.6.14",
93
+ "@storybook/react": "^8.6.14",
94
+ "@storybook/react-vite": "^8.6.14",
95
95
  "@storybook/theming": "^8.5.5",
96
96
  "@svgr/cli": "^8.1.0",
97
97
  "@testing-library/dom": "^10.4.0",
@@ -107,7 +107,7 @@
107
107
  "eslint": "^8.57.1",
108
108
  "eslint-config-airbnb": "^19.0.4",
109
109
  "eslint-config-prettier": "^10.1.5",
110
- "eslint-import-resolver-typescript": "^4.3.4",
110
+ "eslint-import-resolver-typescript": "^4.3.5",
111
111
  "eslint-plugin-babel": "^5.3.1",
112
112
  "eslint-plugin-import": "^2.31.0",
113
113
  "eslint-plugin-jsx-a11y": "^6.10.2",
@@ -129,8 +129,8 @@
129
129
  "react-syntax-highlighter": "^15.6.1",
130
130
  "rollup-plugin-peer-deps-external": "^2.2.4",
131
131
  "rollup-plugin-visualizer": "^5.14.0",
132
- "sass": "^1.88.0",
133
- "storybook": "^8.6.12",
132
+ "sass": "^1.89.0",
133
+ "storybook": "^8.6.14",
134
134
  "style-dictionary": "^3.9.2",
135
135
  "stylelint": "^15.11.0",
136
136
  "stylelint-config-standard-scss": "^11.1.0",
@@ -139,7 +139,7 @@
139
139
  "ts-node": "^10.9.2",
140
140
  "typescript": "^4.9.5",
141
141
  "vite": "^6.3.5",
142
- "vite-plugin-dts": "^4.5.3",
142
+ "vite-plugin-dts": "^4.5.4",
143
143
  "vite-tsconfig-paths": "^5.1.4",
144
144
  "vitest": "^3.1.3"
145
145
  },
@@ -1 +0,0 @@
1
- export declare const listenerOfActualSearch: () => void;
@@ -1,11 +0,0 @@
1
- import { default as React } from 'react';
2
- import { BoxProps, FlexProps } from '../..';
3
- import { LayoutType } from '../../../types';
4
- export interface ActualSearchbarProps extends BoxProps {
5
- layout: LayoutType;
6
- actualApiUrl?: string;
7
- locationApiUrl?: string;
8
- containerProps?: FlexProps;
9
- autocompleteDataAttributes?: Record<string, boolean>;
10
- }
11
- export declare const ActualSearchbar: React.FC<ActualSearchbarProps>;
@@ -1,49 +0,0 @@
1
- import { default as React } from 'react';
2
- import { ActualSearchbarProps } from './ActualSearchbar';
3
- import { LayoutType } from '../../../types';
4
- import { StoryObj } from '@storybook/react';
5
- declare const meta: {
6
- title: string;
7
- component: React.FC<ActualSearchbarProps>;
8
- argTypes: {
9
- m?: import('@storybook/csf').InputType | undefined;
10
- mt?: import('@storybook/csf').InputType | undefined;
11
- mr?: import('@storybook/csf').InputType | undefined;
12
- mb?: import('@storybook/csf').InputType | undefined;
13
- ml?: import('@storybook/csf').InputType | undefined;
14
- mx?: import('@storybook/csf').InputType | undefined;
15
- my?: import('@storybook/csf').InputType | undefined;
16
- p?: import('@storybook/csf').InputType | undefined;
17
- pt?: import('@storybook/csf').InputType | undefined;
18
- pr?: import('@storybook/csf').InputType | undefined;
19
- pb?: import('@storybook/csf').InputType | undefined;
20
- pl?: import('@storybook/csf').InputType | undefined;
21
- px?: import('@storybook/csf').InputType | undefined;
22
- py?: import('@storybook/csf').InputType | undefined;
23
- borderColor?: import('@storybook/csf').InputType | undefined;
24
- bg?: import('@storybook/csf').InputType | undefined;
25
- color?: import('@storybook/csf').InputType | undefined;
26
- radius?: import('@storybook/csf').InputType | undefined;
27
- };
28
- args: {
29
- layout: LayoutType.DESKTOP;
30
- p: "m";
31
- bg: string;
32
- autocompleteDataAttributes: {
33
- 'data-storybook': true;
34
- };
35
- actualApiUrl: string;
36
- locationApiUrl: string;
37
- };
38
- parameters: {
39
- layout: string;
40
- viewport: {
41
- defaultViewport: string;
42
- };
43
- };
44
- render: (args: ActualSearchbarProps) => React.JSX.Element;
45
- };
46
- export default meta;
47
- type Story = StoryObj<typeof meta>;
48
- export declare const Overview: Story;
49
- export declare const Mobile: Story;
@@ -1 +0,0 @@
1
- export * from './ActualSearchbar';