@deriv-ds/design-intelligence-layer 0.4.1 → 0.4.2
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/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +3 -2
package/dist/index.cjs
CHANGED
|
@@ -5151,7 +5151,7 @@ var inputWrapperVariants = (0, import_class_variance_authority11.cva)(
|
|
|
5151
5151
|
variant: {
|
|
5152
5152
|
outline: [
|
|
5153
5153
|
"bg-field-outline-bg-default border-field-outline-border-default",
|
|
5154
|
-
"hover:
|
|
5154
|
+
"hover:border-field-outline-border-focus",
|
|
5155
5155
|
"focus-within:bg-field-outline-bg-focus focus-within:border-field-outline-border-focus",
|
|
5156
5156
|
"has-[:disabled]:bg-field-outline-bg-disabled has-[:disabled]:border-field-outline-border-disabled"
|
|
5157
5157
|
].join(" "),
|
|
@@ -5177,12 +5177,12 @@ var inputWrapperVariants = (0, import_class_variance_authority11.cva)(
|
|
|
5177
5177
|
{
|
|
5178
5178
|
variant: "outline",
|
|
5179
5179
|
status: "success",
|
|
5180
|
-
className: "focus-within:border-field-outline-border-success"
|
|
5180
|
+
className: "hover:border-field-outline-border-success focus-within:border-field-outline-border-success"
|
|
5181
5181
|
},
|
|
5182
5182
|
{
|
|
5183
5183
|
variant: "outline",
|
|
5184
5184
|
status: "error",
|
|
5185
|
-
className: "focus-within:border-field-outline-border-error"
|
|
5185
|
+
className: "hover:border-field-outline-border-error focus-within:border-field-outline-border-error"
|
|
5186
5186
|
},
|
|
5187
5187
|
{
|
|
5188
5188
|
variant: "fill",
|