@westpac/ui 1.15.2 → 1.16.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.
@@ -1,2 +1,2 @@
1
1
  export { PassCode } from './pass-code.component.js';
2
- export { type PassCodeProps } from './pass-code.types.js';
2
+ export { type PassCodeProps, type PassCodeRef } from './pass-code.types.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@westpac/ui",
3
- "version": "1.15.2",
3
+ "version": "1.16.0",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -259,10 +259,10 @@
259
259
  "typescript": "^5.5.4",
260
260
  "vite": "^7.3.5",
261
261
  "vitest": "^3.2.6",
262
+ "@westpac/eslint-config": "~1.1.0",
262
263
  "@westpac/test-config": "~0.0.0",
263
264
  "@westpac/ts-config": "~0.0.0",
264
- "@westpac/style-config": "~1.0.2",
265
- "@westpac/eslint-config": "~1.1.0"
265
+ "@westpac/style-config": "~1.0.2"
266
266
  },
267
267
  "dependencies": {
268
268
  "@internationalized/date": "^3.12.0",
@@ -1,2 +1,2 @@
1
1
  export { PassCode } from './pass-code.component.js';
2
- export { type PassCodeProps } from './pass-code.types.js';
2
+ export { type PassCodeProps, type PassCodeRef } from './pass-code.types.js';