@autoguru/overdrive 4.50.0 → 4.51.0
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/dist/components/Box/useBox/useBox.d.ts +1 -1
- package/dist/components/DropDown/DropDown.d.ts +1 -0
- package/dist/components/DropDown/DropDown.d.ts.map +1 -1
- package/dist/components/DropDown/DropDown.js +23 -7
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +1 -0
- package/dist/utils/responsiveStyle.d.ts +1 -1
- package/dist/utils/responsiveStyle.d.ts.map +1 -1
- package/package.json +41 -41
|
@@ -151,7 +151,7 @@ export declare const useBox: ({ as, className: incomingClassName, odComponent, t
|
|
|
151
151
|
results?: number | undefined | undefined;
|
|
152
152
|
security?: string | undefined | undefined;
|
|
153
153
|
unselectable?: "on" | "off" | undefined | undefined;
|
|
154
|
-
popover?: "" | "auto" | "manual" | undefined | undefined;
|
|
154
|
+
popover?: "" | "auto" | "manual" | "hint" | undefined | undefined;
|
|
155
155
|
popoverTargetAction?: "toggle" | "show" | "hide" | undefined | undefined;
|
|
156
156
|
popoverTarget?: string | undefined | undefined;
|
|
157
157
|
inert?: boolean | undefined | undefined;
|
|
@@ -9,6 +9,7 @@ export interface DropDownProps extends ButtonProps, FlyoutProps {
|
|
|
9
9
|
label: string;
|
|
10
10
|
icon?: IconType;
|
|
11
11
|
isOpen?: boolean;
|
|
12
|
+
onOpenChange?: (isOpen: boolean) => void;
|
|
12
13
|
onClick?: ComponentProps<typeof Button>['onClick'];
|
|
13
14
|
}
|
|
14
15
|
export declare const DropDown: FunctionComponent<DropDownProps>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DropDown.d.ts","sourceRoot":"","sources":["../../../lib/components/DropDown/DropDown.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAmB,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAE5D,OAAO,EACN,cAAc,EACd,iBAAiB,EAEjB,SAAS,EAIT,MAAM,OAAO,CAAC;AAEf,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC1C,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAO1C,KAAK,WAAW,GAAG,IAAI,CACtB,cAAc,CAAC,OAAO,MAAM,CAAC,EAC7B,IAAI,GAAG,UAAU,GAAG,SAAS,CAC7B,CAAC;AACF,KAAK,WAAW,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,EAAE,WAAW,CAAC,CAAC;AAEpE,MAAM,WAAW,aAAc,SAAQ,WAAW,EAAE,WAAW;IAC9D,QAAQ,EAAE,SAAS,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,cAAc,CAAC,OAAO,MAAM,CAAC,CAAC,SAAS,CAAC,CAAC;CACnD;AAED,eAAO,MAAM,QAAQ,EAAE,iBAAiB,CAAC,aAAa,
|
|
1
|
+
{"version":3,"file":"DropDown.d.ts","sourceRoot":"","sources":["../../../lib/components/DropDown/DropDown.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAmB,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAE5D,OAAO,EACN,cAAc,EACd,iBAAiB,EAEjB,SAAS,EAIT,MAAM,OAAO,CAAC;AAEf,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC1C,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAO1C,KAAK,WAAW,GAAG,IAAI,CACtB,cAAc,CAAC,OAAO,MAAM,CAAC,EAC7B,IAAI,GAAG,UAAU,GAAG,SAAS,CAC7B,CAAC;AACF,KAAK,WAAW,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,EAAE,WAAW,CAAC,CAAC;AAEpE,MAAM,WAAW,aAAc,SAAQ,WAAW,EAAE,WAAW;IAC9D,QAAQ,EAAE,SAAS,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,YAAY,CAAC,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;IACzC,OAAO,CAAC,EAAE,cAAc,CAAC,OAAO,MAAM,CAAC,CAAC,SAAS,CAAC,CAAC;CACnD;AAED,eAAO,MAAM,QAAQ,EAAE,iBAAiB,CAAC,aAAa,CAgErD,CAAC"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
4
4
|
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
5
|
-
const _excluded = ["children", "label", "icon", "alignment", "isOpen", "onClick"];
|
|
5
|
+
const _excluded = ["children", "label", "icon", "alignment", "isOpen", "onOpenChange", "onClick"];
|
|
6
6
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
7
7
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
8
8
|
import { ChevronDownIcon } from '@autoguru/icons';
|
|
@@ -21,18 +21,33 @@ export const DropDown = _ref => {
|
|
|
21
21
|
label,
|
|
22
22
|
icon = ChevronDownIcon,
|
|
23
23
|
alignment = EPositionerAlignment.BOTTOM_LEFT,
|
|
24
|
-
isOpen:
|
|
24
|
+
isOpen: controlledIsOpen,
|
|
25
|
+
onOpenChange,
|
|
25
26
|
onClick: incomingOnClick
|
|
26
27
|
} = _ref,
|
|
27
28
|
buttonProps = _objectWithoutProperties(_ref, _excluded);
|
|
28
29
|
const buttonRef = useRef(null);
|
|
29
30
|
const menuRef = useRef(null);
|
|
30
|
-
const [
|
|
31
|
+
const [uncontrolledIsOpen, setUncontrolledIsOpen] = useState(false);
|
|
32
|
+
|
|
33
|
+
// Use controlled state if provided, otherwise use uncontrolled state
|
|
34
|
+
const isOpen = controlledIsOpen !== null && controlledIsOpen !== void 0 ? controlledIsOpen : uncontrolledIsOpen;
|
|
35
|
+
const handleOpenChange = useCallback(newIsOpen => {
|
|
36
|
+
// Always call onOpenChange if provided (for both controlled and uncontrolled)
|
|
37
|
+
onOpenChange === null || onOpenChange === void 0 ? void 0 : onOpenChange(newIsOpen);
|
|
38
|
+
// Update internal state only if uncontrolled
|
|
39
|
+
if (controlledIsOpen === undefined) {
|
|
40
|
+
setUncontrolledIsOpen(newIsOpen);
|
|
41
|
+
}
|
|
42
|
+
}, [controlledIsOpen, onOpenChange]);
|
|
31
43
|
const onMenuClick = useCallback(event => {
|
|
32
44
|
if (typeof incomingOnClick === 'function') incomingOnClick(event);
|
|
33
|
-
|
|
34
|
-
}, [isOpen, incomingOnClick]);
|
|
35
|
-
|
|
45
|
+
handleOpenChange(!isOpen);
|
|
46
|
+
}, [isOpen, incomingOnClick, handleOpenChange]);
|
|
47
|
+
const handleClose = useCallback(() => {
|
|
48
|
+
handleOpenChange(false);
|
|
49
|
+
}, [handleOpenChange]);
|
|
50
|
+
useOutsideClick([menuRef], handleClose);
|
|
36
51
|
return /*#__PURE__*/_jsxs(_Fragment, {
|
|
37
52
|
children: [/*#__PURE__*/_jsxs(Button, _objectSpread(_objectSpread({
|
|
38
53
|
ref: buttonRef,
|
|
@@ -51,4 +66,5 @@ export const DropDown = _ref => {
|
|
|
51
66
|
})
|
|
52
67
|
})]
|
|
53
68
|
});
|
|
54
|
-
};
|
|
69
|
+
};
|
|
70
|
+
DropDown.displayName = 'DropDown';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../lib/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC;AACtB,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,0BAA0B,CAAC;AACzC,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,UAAU,CAAC;AACzB,cAAc,kBAAkB,CAAC;AACjC,cAAc,SAAS,CAAC;AACxB,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../lib/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC;AACtB,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,0BAA0B,CAAC;AACzC,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,UAAU,CAAC;AACzB,cAAc,kBAAkB,CAAC;AACjC,cAAc,SAAS,CAAC;AACxB,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC"}
|
package/dist/components/index.js
CHANGED
|
@@ -9,6 +9,7 @@ export * from "./Box/index.js";
|
|
|
9
9
|
export * from "./BulletList/index.js";
|
|
10
10
|
export * from "./BulletText/index.js";
|
|
11
11
|
export * from "./Button/index.js";
|
|
12
|
+
export * from "./Calendar/index.js";
|
|
12
13
|
export * from "./CheckBox/index.js";
|
|
13
14
|
export * from "./ColourInput/index.js";
|
|
14
15
|
export * from "./Columns/index.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { CSSProperties, StyleRule } from '@vanilla-extract/css
|
|
1
|
+
import type { CSSProperties, StyleRule } from '@vanilla-extract/css';
|
|
2
2
|
import { breakpoints } from '../themes/makeTheme';
|
|
3
3
|
export declare const responsiveStyle: (breakpointsEntries: Partial<Record<keyof typeof breakpoints, StyleRule>>) => CSSProperties;
|
|
4
4
|
//# sourceMappingURL=responsiveStyle.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"responsiveStyle.d.ts","sourceRoot":"","sources":["../../lib/utils/responsiveStyle.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"responsiveStyle.d.ts","sourceRoot":"","sources":["../../lib/utils/responsiveStyle.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAErE,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,eAAO,MAAM,eAAe,GAC3B,oBAAoB,OAAO,CAAC,MAAM,CAAC,MAAM,OAAO,WAAW,EAAE,SAAS,CAAC,CAAC,KACtE,aAiBF,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@autoguru/overdrive",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.51.0",
|
|
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",
|
|
@@ -57,14 +57,14 @@
|
|
|
57
57
|
},
|
|
58
58
|
"browserslist": "extends browserslist-config-autoguru",
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@antebudimir/eslint-plugin-vanilla-extract": "^1.
|
|
60
|
+
"@antebudimir/eslint-plugin-vanilla-extract": "^1.12.0",
|
|
61
61
|
"@autoguru/babel-preset": "3.2.0",
|
|
62
62
|
"@autoguru/eslint-plugin": "2.0.0",
|
|
63
|
-
"@autoguru/icons": "1.8.
|
|
63
|
+
"@autoguru/icons": "1.8.16",
|
|
64
64
|
"@autoguru/tsconfig": "1.3.1",
|
|
65
65
|
"@autoguru/utilities": "^1.3.3",
|
|
66
66
|
"@babel/cli": "7.28.3",
|
|
67
|
-
"@babel/core": "7.28.
|
|
67
|
+
"@babel/core": "7.28.5",
|
|
68
68
|
"@babel/plugin-proposal-class-properties": "7.18.6",
|
|
69
69
|
"@babel/plugin-proposal-export-default-from": "7.27.1",
|
|
70
70
|
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
|
|
@@ -72,35 +72,35 @@
|
|
|
72
72
|
"@babel/plugin-proposal-optional-chaining": "7.21.0",
|
|
73
73
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
74
74
|
"@babel/plugin-transform-classes": "7.28.4",
|
|
75
|
-
"@babel/plugin-transform-runtime": "7.28.
|
|
75
|
+
"@babel/plugin-transform-runtime": "7.28.5",
|
|
76
76
|
"@babel/plugin-transform-spread": "7.27.1",
|
|
77
77
|
"@babel/plugin-transform-strict-mode": "7.27.1",
|
|
78
|
-
"@babel/preset-env": "7.28.
|
|
79
|
-
"@babel/preset-react": "7.
|
|
80
|
-
"@babel/preset-typescript": "7.
|
|
78
|
+
"@babel/preset-env": "7.28.5",
|
|
79
|
+
"@babel/preset-react": "7.28.5",
|
|
80
|
+
"@babel/preset-typescript": "7.28.5",
|
|
81
81
|
"@babel/runtime-corejs3": "7.28.4",
|
|
82
82
|
"@changesets/cli": "2.29.7",
|
|
83
83
|
"@chromatic-com/storybook": "4.1.1",
|
|
84
|
-
"@internationalized/date": "3.
|
|
84
|
+
"@internationalized/date": "3.10.0",
|
|
85
85
|
"@octokit/rest": "22.0.0",
|
|
86
86
|
"@popperjs/core": "2.11.8",
|
|
87
|
-
"@react-stately/toggle": "3.9.
|
|
88
|
-
"@storybook/addon-a11y": "9.1.
|
|
89
|
-
"@storybook/addon-docs": "9.1.
|
|
90
|
-
"@storybook/addon-links": "9.1.
|
|
91
|
-
"@storybook/addon-onboarding": "9.1.
|
|
92
|
-
"@storybook/addon-vitest": "9.1.
|
|
93
|
-
"@storybook/react-vite": "9.1.
|
|
87
|
+
"@react-stately/toggle": "3.9.2",
|
|
88
|
+
"@storybook/addon-a11y": "9.1.13",
|
|
89
|
+
"@storybook/addon-docs": "9.1.13",
|
|
90
|
+
"@storybook/addon-links": "9.1.13",
|
|
91
|
+
"@storybook/addon-onboarding": "9.1.13",
|
|
92
|
+
"@storybook/addon-vitest": "9.1.13",
|
|
93
|
+
"@storybook/react-vite": "9.1.13",
|
|
94
94
|
"@testing-library/dom": "^10.4.1",
|
|
95
95
|
"@testing-library/jest-dom": "6.9.1",
|
|
96
96
|
"@testing-library/react": "16.3.0",
|
|
97
97
|
"@testing-library/react-hooks": "8.0.1",
|
|
98
98
|
"@testing-library/user-event": "14.6.1",
|
|
99
|
-
"@types/node": "24.
|
|
100
|
-
"@types/react": "19.
|
|
101
|
-
"@types/react-dom": "19.
|
|
99
|
+
"@types/node": "24.9.1",
|
|
100
|
+
"@types/react": "19.2.2",
|
|
101
|
+
"@types/react-dom": "19.2.2",
|
|
102
102
|
"@types/webpack-env": "1.18.8",
|
|
103
|
-
"@typescript-eslint/utils": "8.
|
|
103
|
+
"@typescript-eslint/utils": "8.46.2",
|
|
104
104
|
"@vanilla-extract/babel-plugin": "1.2.0",
|
|
105
105
|
"@vanilla-extract/css": "1.17.4",
|
|
106
106
|
"@vanilla-extract/dynamic": "2.1.5",
|
|
@@ -110,51 +110,51 @@
|
|
|
110
110
|
"@vanilla-extract/webpack-plugin": "2.3.22",
|
|
111
111
|
"@vitest/browser": "3.2.4",
|
|
112
112
|
"@vitest/coverage-v8": "3.2.4",
|
|
113
|
-
"@vitest/eslint-plugin": "1.3.
|
|
113
|
+
"@vitest/eslint-plugin": "1.3.23",
|
|
114
114
|
"babel-plugin-add-import-extension": "1.6.0",
|
|
115
115
|
"babel-plugin-dev-expression": "0.2.3",
|
|
116
116
|
"babel-plugin-macros": "3.1.0",
|
|
117
117
|
"browserslist-config-autoguru": "2.5.2",
|
|
118
|
-
"chromatic": "13.3.
|
|
118
|
+
"chromatic": "13.3.1",
|
|
119
119
|
"clsx": "2.1.1",
|
|
120
120
|
"colord": "2.9.3",
|
|
121
121
|
"concurrently": "9.2.1",
|
|
122
|
-
"core-js": "3.
|
|
122
|
+
"core-js": "3.46.0",
|
|
123
123
|
"csstype": "3.1.3",
|
|
124
124
|
"deepmerge": "4.3.1",
|
|
125
|
-
"es-toolkit": "1.
|
|
126
|
-
"eslint": "9.
|
|
127
|
-
"eslint-plugin-storybook": "9.1.
|
|
125
|
+
"es-toolkit": "1.40.0",
|
|
126
|
+
"eslint": "9.38.0",
|
|
127
|
+
"eslint-plugin-storybook": "9.1.13",
|
|
128
128
|
"husky": "9.1.7",
|
|
129
129
|
"intersection-observer": "0.12.2",
|
|
130
|
-
"jsdom": "
|
|
131
|
-
"lint-staged": "16.2.
|
|
132
|
-
"magic-string": "0.30.
|
|
130
|
+
"jsdom": "27.0.1",
|
|
131
|
+
"lint-staged": "16.2.6",
|
|
132
|
+
"magic-string": "0.30.21",
|
|
133
133
|
"mini-css-extract-plugin": "2.9.4",
|
|
134
134
|
"mockdate": "3.0.5",
|
|
135
|
-
"playwright": "1.
|
|
135
|
+
"playwright": "1.56.1",
|
|
136
136
|
"plop": "4.0.4",
|
|
137
137
|
"postcss": "8.5.6",
|
|
138
138
|
"prettier": "3.6.2",
|
|
139
139
|
"prop-types": "15.8.1",
|
|
140
140
|
"rand-seed": "3.0.0",
|
|
141
|
-
"react": "19.
|
|
142
|
-
"react-aria": "3.
|
|
143
|
-
"react-aria-components": "1.
|
|
144
|
-
"react-dom": "19.
|
|
141
|
+
"react": "19.2.0",
|
|
142
|
+
"react-aria": "3.44.0",
|
|
143
|
+
"react-aria-components": "1.13.0",
|
|
144
|
+
"react-dom": "19.2.0",
|
|
145
145
|
"react-focus-lock": "2.13.6",
|
|
146
146
|
"react-intersection-observer": "9.16.0",
|
|
147
147
|
"react-keyed-flatten-children": "5.0.1",
|
|
148
|
-
"react-stately": "3.
|
|
148
|
+
"react-stately": "3.42.0",
|
|
149
149
|
"react-swipeable": "7.0.2",
|
|
150
|
-
"rollup-plugin-visualizer": "6.0.
|
|
151
|
-
"storybook": "9.1.
|
|
152
|
-
"storybook-addon-tag-badges": "2.0.
|
|
153
|
-
"typescript": "5.9.
|
|
150
|
+
"rollup-plugin-visualizer": "6.0.5",
|
|
151
|
+
"storybook": "9.1.13",
|
|
152
|
+
"storybook-addon-tag-badges": "2.0.3",
|
|
153
|
+
"typescript": "5.9.3",
|
|
154
154
|
"url-loader": "4.1.1",
|
|
155
|
-
"vite": "7.1.
|
|
155
|
+
"vite": "7.1.12",
|
|
156
156
|
"vitest": "3.2.4",
|
|
157
|
-
"webpack": "5.102.
|
|
157
|
+
"webpack": "5.102.1"
|
|
158
158
|
},
|
|
159
159
|
"peerDependencies": {
|
|
160
160
|
"@autoguru/icons": ">=1.8.8",
|