shinkansen-sprockets 2.1.144 → 2.1.146

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/eslint.config.mjs CHANGED
@@ -68,7 +68,7 @@ export default [
68
68
  },
69
69
  /**
70
70
  * Storybook config
71
- */
71
+ */ // @ts-ignore
72
72
  ...storybookPlugin.configs['flat/recommended'],
73
73
  /**
74
74
  * Standard config
package/index.d.mts CHANGED
@@ -39,6 +39,7 @@ declare global {
39
39
  export namespace Sprockets {
40
40
  export interface SprocketProps extends React.PropsWithChildren {
41
41
  groupRef?: React.RefObject<any> // eslint-disable-line @typescript-eslint/no-explicit-any -- Simplicity
42
+ title?: string
42
43
  }
43
44
 
44
45
  export type SprocketState = Record<PropertyKey, unknown>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shinkansen-sprockets",
3
- "version": "2.1.144",
3
+ "version": "2.1.146",
4
4
  "description": "Shinkansen Sprockets",
5
5
  "keywords": [
6
6
  "Shinkansen",
@@ -47,7 +47,8 @@
47
47
  "test": "npm run test:mocha && npm run test:jest",
48
48
  "test:jest": "cross-env NODE_ENV=test jest",
49
49
  "test:mocha": "cross-env NODE_ENV=test mocha test --recursive",
50
- "transform": "cross-env DEBUG=shinkansen-sprockets* .storybook/transform.sh"
50
+ "transform": "cross-env DEBUG=shinkansen-sprockets* .storybook/transform.sh",
51
+ "type-check": "tsc --noEmit"
51
52
  },
52
53
  "dependencies": {
53
54
  "classnames": "^2.5.1",
@@ -62,8 +63,8 @@
62
63
  "@babel/preset-react": "^7.28.5",
63
64
  "@babel/register": "^7.28.3",
64
65
  "@modernpoacher/design-system": "2.0.17",
65
- "@sequencemedia/eslint-config-standard": "^0.2.98",
66
- "@sequencemedia/eslint-config-typescript": "^0.1.169",
66
+ "@sequencemedia/eslint-config-standard": "^0.2.99",
67
+ "@sequencemedia/eslint-config-typescript": "^0.1.171",
67
68
  "@storybook/addon-docs": "^10.0.2",
68
69
  "@storybook/addon-links": "^10.0.2",
69
70
  "@storybook/addon-webpack5-compiler-babel": "^3.0.6",
@@ -84,10 +85,10 @@
84
85
  "chai": "^6.2.0",
85
86
  "core-js": "^3.46.0",
86
87
  "cross-env": "^10.1.0",
87
- "eslint": "^9.38.0",
88
+ "eslint": "9.38.0",
88
89
  "eslint-plugin-react": "^7.37.5",
89
90
  "eslint-plugin-storybook": "^10.0.2",
90
- "globals": "^16.4.0",
91
+ "globals": "^16.5.0",
91
92
  "husky": "^9.1.7",
92
93
  "jest": "^30.2.0",
93
94
  "jest-environment-jsdom": "^30.2.0",
@@ -108,7 +109,7 @@
108
109
  "react-dom": "^19.2.0",
109
110
  "react-router": "^7.9.5",
110
111
  "remove-files-webpack-plugin": "^1.5.0",
111
- "sass": "^1.93.2",
112
+ "sass": "^1.93.3",
112
113
  "sass-loader": "^16.0.6",
113
114
  "storybook": "^10.0.2",
114
115
  "stylelint": "^16.25.0",