lecom-ui 5.3.9 → 5.3.10
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.
|
@@ -92,10 +92,6 @@ const buttonVariants = cva(
|
|
|
92
92
|
color: "destructive",
|
|
93
93
|
class: "bg-transparent text-red-600 shadow-none hover:bg-red-100 active:bg-red-300 disabled:bg-transparent disabled:text-red-200 disabled:cursor-not-allowed"
|
|
94
94
|
},
|
|
95
|
-
{
|
|
96
|
-
variant: "datepicker",
|
|
97
|
-
class: "border border-input bg-background text-grey-800 hover:bg-accent hover:text-accent-foreground"
|
|
98
|
-
},
|
|
99
95
|
{
|
|
100
96
|
iconButton: true,
|
|
101
97
|
size: "small",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lecom-ui",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.10",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -124,5 +124,6 @@
|
|
|
124
124
|
},
|
|
125
125
|
"overrides": {
|
|
126
126
|
"react-is": "^19.0.0-rc-69d4b800-20241021"
|
|
127
|
-
}
|
|
128
|
-
|
|
127
|
+
},
|
|
128
|
+
"packageManager": "yarn@4.1.0+sha512.5b7bc055cad63273dda27df1570a5d2eb4a9f03b35b394d3d55393c2a5560a17f5cef30944b11d6a48bcbcfc1c3a26d618aae77044774c529ba36cb771ad5b0f"
|
|
129
|
+
}
|