@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.
package/package.json
CHANGED
@@ -98,13 +98,6 @@ const [theme, refs, vars] = createHelperVars(
|
|
98
98
|
width: '100%',
|
99
99
|
},
|
100
100
|
|
101
|
-
_focused: {
|
102
|
-
outlineColor: globalRefs.colors.surface.light,
|
103
|
-
_invalid: {
|
104
|
-
outlineColor: globalRefs.colors.error.main,
|
105
|
-
},
|
106
|
-
},
|
107
|
-
|
108
101
|
_bordered: {
|
109
102
|
outlineWidth: globalRefs.border.xs,
|
110
103
|
borderColor: globalRefs.colors.surface.light,
|
@@ -114,6 +107,13 @@ const [theme, refs, vars] = createHelperVars(
|
|
114
107
|
},
|
115
108
|
},
|
116
109
|
|
110
|
+
_focused: {
|
111
|
+
outlineColor: globalRefs.colors.surface.light,
|
112
|
+
_invalid: {
|
113
|
+
outlineColor: globalRefs.colors.error.main,
|
114
|
+
},
|
115
|
+
},
|
116
|
+
|
117
117
|
_disabled: {
|
118
118
|
labelTextColor: globalRefs.colors.surface.light,
|
119
119
|
borderColor: globalRefs.colors.surface.light,
|