@autoguru/overdrive 4.43.0 → 4.43.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.
|
@@ -152,18 +152,16 @@ export const Button = forwardRef((_ref, ref) => {
|
|
|
152
152
|
className: [styles.body, styles.hiddenContent],
|
|
153
153
|
children: buttonContents
|
|
154
154
|
})]
|
|
155
|
-
}) : _jsx(Box,
|
|
155
|
+
}) : _jsx(Box, {
|
|
156
156
|
height: "full",
|
|
157
157
|
alignItems: "center",
|
|
158
158
|
justifyContent: "center",
|
|
159
|
-
className: styles.body
|
|
160
|
-
|
|
161
|
-
'data-testid': testId
|
|
162
|
-
})), {}, {
|
|
159
|
+
className: styles.body,
|
|
160
|
+
testId: testId,
|
|
163
161
|
children: buttonContents
|
|
164
|
-
})
|
|
162
|
+
});
|
|
165
163
|
if (reactElement) {
|
|
166
|
-
cloneElement(reactElement, componentProps, child);
|
|
164
|
+
return cloneElement(reactElement, componentProps, child);
|
|
167
165
|
}
|
|
168
166
|
return _jsx(Component, _objectSpread(_objectSpread({}, componentProps), {}, {
|
|
169
167
|
ref: ref,
|
|
@@ -204,8 +204,6 @@ declare const meta: {
|
|
|
204
204
|
onProgressCapture?: React.ReactEventHandler<HTMLParagraphElement> | undefined;
|
|
205
205
|
onRateChange?: React.ReactEventHandler<HTMLParagraphElement> | undefined;
|
|
206
206
|
onRateChangeCapture?: React.ReactEventHandler<HTMLParagraphElement> | undefined;
|
|
207
|
-
onResize?: React.ReactEventHandler<HTMLParagraphElement> | undefined;
|
|
208
|
-
onResizeCapture?: React.ReactEventHandler<HTMLParagraphElement> | undefined;
|
|
209
207
|
onSeeked?: React.ReactEventHandler<HTMLParagraphElement> | undefined;
|
|
210
208
|
onSeekedCapture?: React.ReactEventHandler<HTMLParagraphElement> | undefined;
|
|
211
209
|
onSeeking?: React.ReactEventHandler<HTMLParagraphElement> | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextLink.stories.d.ts","sourceRoot":"","sources":["../../../lib/components/TextLink/TextLink.stories.tsx"],"names":[],"mappings":"AACA,OAAO,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,KAA8B,MAAM,OAAO,CAAC;AAMnD,OAAO,EAAE,QAAQ,EAAE,MAAM,GAAG,CAAC;AAgB7B,QAAA,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"TextLink.stories.d.ts","sourceRoot":"","sources":["../../../lib/components/TextLink/TextLink.stories.tsx"],"names":[],"mappings":"AACA,OAAO,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,KAA8B,MAAM,OAAO,CAAC;AAMnD,OAAO,EAAE,QAAQ,EAAE,MAAM,GAAG,CAAC;AAgB7B,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoEuB,CAAC;AAElC,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,QAAQ,CAAC,CAAC;AAEvC,eAAO,MAAM,QAAQ,EAAE,KAatB,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAY7B,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAMtB,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,KAKrC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@autoguru/overdrive",
|
|
3
|
-
"version": "4.43.
|
|
3
|
+
"version": "4.43.1",
|
|
4
4
|
"description": "Overdrive is a product component library, and design system for AutoGuru.",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"@autoguru/icons": "1.8.10",
|
|
74
74
|
"@autoguru/tsconfig": "^1.3.1",
|
|
75
75
|
"@autoguru/utilities": "^1.3.3",
|
|
76
|
-
"@babel/cli": "7.27.
|
|
76
|
+
"@babel/cli": "7.27.2",
|
|
77
77
|
"@babel/core": "7.27.1",
|
|
78
78
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
79
79
|
"@babel/plugin-proposal-export-default-from": "7.27.1",
|
|
@@ -85,11 +85,11 @@
|
|
|
85
85
|
"@babel/plugin-transform-runtime": "7.27.1",
|
|
86
86
|
"@babel/plugin-transform-spread": "7.27.1",
|
|
87
87
|
"@babel/plugin-transform-strict-mode": "7.27.1",
|
|
88
|
-
"@babel/preset-env": "7.27.
|
|
88
|
+
"@babel/preset-env": "7.27.2",
|
|
89
89
|
"@babel/preset-react": "7.27.1",
|
|
90
90
|
"@babel/preset-typescript": "7.27.1",
|
|
91
91
|
"@babel/runtime-corejs3": "7.27.1",
|
|
92
|
-
"@changesets/cli": "2.29.
|
|
92
|
+
"@changesets/cli": "2.29.4",
|
|
93
93
|
"@chromatic-com/storybook": "^3.2.6",
|
|
94
94
|
"@internationalized/date": "^3.7.0",
|
|
95
95
|
"@octokit/rest": "^21.1.1",
|
|
@@ -111,9 +111,9 @@
|
|
|
111
111
|
"@testing-library/react": "^16.3.0",
|
|
112
112
|
"@testing-library/react-hooks": "^8.0.1",
|
|
113
113
|
"@testing-library/user-event": "^14.6.1",
|
|
114
|
-
"@types/node": "22.
|
|
115
|
-
"@types/react": "19.1.
|
|
116
|
-
"@types/react-dom": "19.1.
|
|
114
|
+
"@types/node": "22.15.17",
|
|
115
|
+
"@types/react": "19.1.4",
|
|
116
|
+
"@types/react-dom": "19.1.4",
|
|
117
117
|
"@types/webpack-env": "^1.18.8",
|
|
118
118
|
"@vanilla-extract/babel-plugin": "^1.2.0",
|
|
119
119
|
"@vanilla-extract/css": "^1.17.1",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"@vanilla-extract/webpack-plugin": "^2.3.18",
|
|
125
125
|
"@vitest/browser": "3.1.2",
|
|
126
126
|
"@vitest/coverage-v8": "3.1.2",
|
|
127
|
-
"@vitest/eslint-plugin": "1.1.
|
|
127
|
+
"@vitest/eslint-plugin": "1.1.44",
|
|
128
128
|
"babel-plugin-add-import-extension": "^1.6.0",
|
|
129
129
|
"babel-plugin-dev-expression": "^0.2.3",
|
|
130
130
|
"babel-plugin-macros": "^3.1.0",
|
|
@@ -136,13 +136,13 @@
|
|
|
136
136
|
"core-js": "^3.41.0",
|
|
137
137
|
"csstype": "^3.1.3",
|
|
138
138
|
"deepmerge": "^4.3.1",
|
|
139
|
-
"es-toolkit": "1.
|
|
139
|
+
"es-toolkit": "1.37.2",
|
|
140
140
|
"eslint": "9.26.0",
|
|
141
141
|
"eslint-plugin-storybook": "0.12.0",
|
|
142
142
|
"husky": "^9.1.7",
|
|
143
143
|
"intersection-observer": "^0.12.2",
|
|
144
144
|
"jsdom": "26.1.0",
|
|
145
|
-
"lint-staged": "15.5.
|
|
145
|
+
"lint-staged": "15.5.2",
|
|
146
146
|
"magic-string": "^0.30.17",
|
|
147
147
|
"mini-css-extract-plugin": "^2.9.2",
|
|
148
148
|
"mockdate": "^3.0.5",
|
|
@@ -166,9 +166,9 @@
|
|
|
166
166
|
"storybook-addon-tag-badges": "^1.4.0",
|
|
167
167
|
"typescript": "5.8.3",
|
|
168
168
|
"url-loader": "^4.1.1",
|
|
169
|
-
"vite": "6.3.
|
|
169
|
+
"vite": "6.3.5",
|
|
170
170
|
"vitest": "^3.1.2",
|
|
171
|
-
"webpack": "5.99.
|
|
171
|
+
"webpack": "5.99.8"
|
|
172
172
|
},
|
|
173
173
|
"peerDependencies": {
|
|
174
174
|
"@autoguru/icons": ">=1.8.8",
|