@deriv-ds/design-intelligence-layer 0.4.1 → 0.4.3
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/README.md +46 -6
- 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 +7 -3
package/dist/index.js
CHANGED
|
@@ -4831,7 +4831,7 @@ var inputWrapperVariants = cva11(
|
|
|
4831
4831
|
variant: {
|
|
4832
4832
|
outline: [
|
|
4833
4833
|
"bg-field-outline-bg-default border-field-outline-border-default",
|
|
4834
|
-
"hover:
|
|
4834
|
+
"hover:border-field-outline-border-focus",
|
|
4835
4835
|
"focus-within:bg-field-outline-bg-focus focus-within:border-field-outline-border-focus",
|
|
4836
4836
|
"has-[:disabled]:bg-field-outline-bg-disabled has-[:disabled]:border-field-outline-border-disabled"
|
|
4837
4837
|
].join(" "),
|
|
@@ -4857,12 +4857,12 @@ var inputWrapperVariants = cva11(
|
|
|
4857
4857
|
{
|
|
4858
4858
|
variant: "outline",
|
|
4859
4859
|
status: "success",
|
|
4860
|
-
className: "focus-within:border-field-outline-border-success"
|
|
4860
|
+
className: "hover:border-field-outline-border-success focus-within:border-field-outline-border-success"
|
|
4861
4861
|
},
|
|
4862
4862
|
{
|
|
4863
4863
|
variant: "outline",
|
|
4864
4864
|
status: "error",
|
|
4865
|
-
className: "focus-within:border-field-outline-border-error"
|
|
4865
|
+
className: "hover:border-field-outline-border-error focus-within:border-field-outline-border-error"
|
|
4866
4866
|
},
|
|
4867
4867
|
{
|
|
4868
4868
|
variant: "fill",
|