@westpac/ui 1.9.1 → 1.10.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.
@@ -3,7 +3,7 @@ export const styles = tv({
3
3
  slots: {
4
4
  root: 'relative inline-flex',
5
5
  select: 'form-control flex-1 overflow-hidden bg-no-repeat text-ellipsis group-first/add-on-before:rounded-r-none group-first/add-on-before:!border-x group-last/add-on-after:rounded-l-none group-last/add-on-after:!border-x group-[.input-group-after]:rounded-r-none group-[.input-group-after]:border-r-0 group-[.input-group-before]:rounded-l-none group-[.input-group-before]:border-l-0 disabled:form-control-disabled',
6
- caret: 'absolute top-1/2 right-2 z-100 -translate-y-1/2 text-surface-muted-vivid'
6
+ caret: 'pointer-events-none absolute top-1/2 right-2 z-100 -translate-y-1/2 text-surface-muted-vivid'
7
7
  },
8
8
  variants: {
9
9
  size: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@westpac/ui",
3
- "version": "1.9.1",
3
+ "version": "1.10.0",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -253,9 +253,9 @@
253
253
  "typescript": "^5.5.4",
254
254
  "vite": "^7.3.5",
255
255
  "vitest": "^3.2.6",
256
- "@westpac/style-config": "~1.0.2",
257
- "@westpac/test-config": "~0.0.0",
258
256
  "@westpac/eslint-config": "~1.1.0",
257
+ "@westpac/test-config": "~0.0.0",
258
+ "@westpac/style-config": "~1.0.2",
259
259
  "@westpac/ts-config": "~0.0.0"
260
260
  },
261
261
  "dependencies": {
@@ -5,7 +5,7 @@ export const styles = tv({
5
5
  root: 'relative inline-flex',
6
6
  select:
7
7
  'form-control flex-1 overflow-hidden bg-no-repeat text-ellipsis group-first/add-on-before:rounded-r-none group-first/add-on-before:!border-x group-last/add-on-after:rounded-l-none group-last/add-on-after:!border-x group-[.input-group-after]:rounded-r-none group-[.input-group-after]:border-r-0 group-[.input-group-before]:rounded-l-none group-[.input-group-before]:border-l-0 disabled:form-control-disabled',
8
- caret: 'absolute top-1/2 right-2 z-100 -translate-y-1/2 text-surface-muted-vivid', // z-index to ensure caret displays correctly in certain focus states
8
+ caret: 'pointer-events-none absolute top-1/2 right-2 z-100 -translate-y-1/2 text-surface-muted-vivid', // z-index to ensure caret displays correctly in certain focus states
9
9
  },
10
10
  variants: {
11
11
  size: {