@20minutes/hela 1.20.7 → 1.20.8

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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 04 Nov 2024 15:59:08 GMT
3
+ * Generated on Wed, 06 Nov 2024 12:58:33 GMT
4
4
  */
5
5
 
6
6
  $token-variables: (
@@ -1,7 +1,7 @@
1
1
 
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Mon, 04 Nov 2024 15:59:08 GMT
4
+ * Generated on Wed, 06 Nov 2024 12:58:33 GMT
5
5
  */
6
6
 
7
7
  $theme-vie-pro: #008f8c !default;
@@ -1,6 +1,6 @@
1
1
  import { ButtonProps, TabProps, TypographyProps } from '../..';
2
2
  import { As, ColorSystemProps, SizeSystemProps, SpacingSystemProps } from '../../../types';
3
- export type LinkProps<T extends As = 'a'> = SpacingSystemProps & Pick<TypographyProps, 'weight'> & SizeSystemProps & Pick<ColorSystemProps, 'color'> & ButtonProps<T> & {
3
+ export type LinkProps<T extends As = 'a'> = SpacingSystemProps & Pick<TypographyProps, 'weight' | 'whiteSpace'> & SizeSystemProps & Pick<ColorSystemProps, 'color'> & ButtonProps<T> & {
4
4
  tabColor?: TabProps['tabColor'];
5
5
  tabIsSelected?: boolean;
6
6
  tabVariant?: TabProps['variant'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@20minutes/hela",
3
- "version": "1.20.7",
3
+ "version": "1.20.8",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@github.com/20minutes/hela.git"
@@ -83,21 +83,21 @@
83
83
  "@eslint/eslintrc": "^3.1.0",
84
84
  "@eslint/js": "^9.14.0",
85
85
  "@octokit/core": "5.1.0",
86
- "@storybook/addon-actions": "^8.4.1",
87
- "@storybook/addon-essentials": "^8.4.1",
88
- "@storybook/addon-links": "^8.4.1",
89
- "@storybook/blocks": "^8.4.1",
86
+ "@storybook/addon-actions": "^8.4.2",
87
+ "@storybook/addon-essentials": "^8.4.2",
88
+ "@storybook/addon-links": "^8.4.2",
89
+ "@storybook/blocks": "^8.4.2",
90
90
  "@storybook/csf": "0.1.2",
91
- "@storybook/react": "^8.4.1",
92
- "@storybook/react-vite": "^8.4.1",
91
+ "@storybook/react": "^8.4.2",
92
+ "@storybook/react-vite": "^8.4.2",
93
93
  "@svgr/cli": "^8.1.0",
94
94
  "@testing-library/dom": "^10.4.0",
95
95
  "@testing-library/react": "^16.0.1",
96
- "@types/node": "^22.8.7",
96
+ "@types/node": "^22.9.0",
97
97
  "@types/react": "^18.3.12",
98
98
  "@types/react-dom": "^18.3.1",
99
- "@typescript-eslint/eslint-plugin": "^8.12.2",
100
- "@typescript-eslint/parser": "^8.12.2",
99
+ "@typescript-eslint/eslint-plugin": "^8.13.0",
100
+ "@typescript-eslint/parser": "^8.13.0",
101
101
  "@vitejs/plugin-react": "^4.3.3",
102
102
  "autoprefixer": "^10.4.20",
103
103
  "dotenv": "^16.4.5",
@@ -111,8 +111,8 @@
111
111
  "eslint-plugin-prettier": "^5.2.1",
112
112
  "eslint-plugin-react": "^7.37.2",
113
113
  "eslint-plugin-simple-import-sort": "^12.1.1",
114
- "eslint-plugin-storybook": "^0.10.2",
115
- "globals": "^15.11.0",
114
+ "eslint-plugin-storybook": "^0.11.0",
115
+ "globals": "^15.12.0",
116
116
  "husky": "^9.1.6",
117
117
  "jsdom": "^25.0.1",
118
118
  "lint-staged": "^15.2.10",
@@ -127,7 +127,7 @@
127
127
  "rollup-plugin-peer-deps-external": "^2.2.4",
128
128
  "rollup-plugin-visualizer": "^5.12.0",
129
129
  "sass": "^1.80.6",
130
- "storybook": "^8.4.1",
130
+ "storybook": "^8.4.2",
131
131
  "style-dictionary": "^3.9.2",
132
132
  "stylelint": "^15.11.0",
133
133
  "stylelint-config-standard-scss": "^11.1.0",
@@ -137,7 +137,7 @@
137
137
  "typescript": "^4.9.5",
138
138
  "vite": "^5.4.10",
139
139
  "vite-plugin-dts": "^4.3.0",
140
- "vite-tsconfig-paths": "^5.0.1",
140
+ "vite-tsconfig-paths": "^5.1.0",
141
141
  "vitest": "^2.1.4"
142
142
  },
143
143
  "resolutions": {