@descope/web-components-ui 1.49.0 → 1.50.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.
@@ -4904,13 +4904,6 @@ const [theme$2, refs$1, vars$X] = createHelperVars(
4904
4904
  width: '100%',
4905
4905
  },
4906
4906
 
4907
- _focused: {
4908
- outlineColor: globalRefs$C.colors.surface.light,
4909
- _invalid: {
4910
- outlineColor: globalRefs$C.colors.error.main,
4911
- },
4912
- },
4913
-
4914
4907
  _bordered: {
4915
4908
  outlineWidth: globalRefs$C.border.xs,
4916
4909
  borderColor: globalRefs$C.colors.surface.light,
@@ -4920,6 +4913,13 @@ const [theme$2, refs$1, vars$X] = createHelperVars(
4920
4913
  },
4921
4914
  },
4922
4915
 
4916
+ _focused: {
4917
+ outlineColor: globalRefs$C.colors.surface.light,
4918
+ _invalid: {
4919
+ outlineColor: globalRefs$C.colors.error.main,
4920
+ },
4921
+ },
4922
+
4923
4923
  _disabled: {
4924
4924
  labelTextColor: globalRefs$C.colors.surface.light,
4925
4925
  borderColor: globalRefs$C.colors.surface.light,