shinkansen-sprockets 2.1.143 → 2.1.145
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 +1 -1
- package/index.d.mts +1 -0
- package/package.json +12 -11
package/eslint.config.mjs
CHANGED
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.
|
|
3
|
+
"version": "2.1.145",
|
|
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,12 +63,12 @@
|
|
|
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.
|
|
66
|
-
"@sequencemedia/eslint-config-typescript": "^0.1.
|
|
67
|
-
"@storybook/addon-docs": "^10.0.
|
|
68
|
-
"@storybook/addon-links": "^10.0.
|
|
66
|
+
"@sequencemedia/eslint-config-standard": "^0.2.98",
|
|
67
|
+
"@sequencemedia/eslint-config-typescript": "^0.1.169",
|
|
68
|
+
"@storybook/addon-docs": "^10.0.2",
|
|
69
|
+
"@storybook/addon-links": "^10.0.2",
|
|
69
70
|
"@storybook/addon-webpack5-compiler-babel": "^3.0.6",
|
|
70
|
-
"@storybook/react-webpack5": "^10.0.
|
|
71
|
+
"@storybook/react-webpack5": "^10.0.2",
|
|
71
72
|
"@testing-library/jest-dom": "^6.9.1",
|
|
72
73
|
"@testing-library/react": "^16.3.0",
|
|
73
74
|
"@types/babel__register": "^7.17.3",
|
|
@@ -86,7 +87,7 @@
|
|
|
86
87
|
"cross-env": "^10.1.0",
|
|
87
88
|
"eslint": "^9.38.0",
|
|
88
89
|
"eslint-plugin-react": "^7.37.5",
|
|
89
|
-
"eslint-plugin-storybook": "^10.0.
|
|
90
|
+
"eslint-plugin-storybook": "^10.0.2",
|
|
90
91
|
"globals": "^16.4.0",
|
|
91
92
|
"husky": "^9.1.7",
|
|
92
93
|
"jest": "^30.2.0",
|
|
@@ -103,14 +104,14 @@
|
|
|
103
104
|
"prettier": "^3.6.2",
|
|
104
105
|
"prop-types": "^15.8.1",
|
|
105
106
|
"react": "^19.2.0",
|
|
106
|
-
"react-component-instance": "^0.0.
|
|
107
|
-
"react-component-snapshot": "^0.0.
|
|
107
|
+
"react-component-instance": "^0.0.121",
|
|
108
|
+
"react-component-snapshot": "^0.0.162",
|
|
108
109
|
"react-dom": "^19.2.0",
|
|
109
110
|
"react-router": "^7.9.5",
|
|
110
111
|
"remove-files-webpack-plugin": "^1.5.0",
|
|
111
112
|
"sass": "^1.93.2",
|
|
112
113
|
"sass-loader": "^16.0.6",
|
|
113
|
-
"storybook": "^10.0.
|
|
114
|
+
"storybook": "^10.0.2",
|
|
114
115
|
"stylelint": "^16.25.0",
|
|
115
116
|
"stylelint-config-recommended-scss": "^16.0.2",
|
|
116
117
|
"stylelint-scss": "^6.12.1",
|