myoperator-ui 0.0.86 → 0.0.88

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -248,7 +248,7 @@ const buttonVariants = cva(
248
248
  destructive:
249
249
  "bg-[#F04438] text-white hover:bg-[#D92D20]",
250
250
  outline:
251
- "border border-[#343E55] bg-transparent text-[#343E55] hover:bg-[#343E55] hover:text-white",
251
+ "border border-[#343E55] bg-transparent text-[#343E55] hover:bg-[#EBECEE]",
252
252
  secondary:
253
253
  "bg-[#EBECEE] text-[#343E55] hover:bg-[#D5D7DA]",
254
254
  ghost: "text-[#717680] hover:bg-[#F5F5F5] hover:text-[#181D27]",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myoperator-ui",
3
- "version": "0.0.86",
3
+ "version": "0.0.88",
4
4
  "description": "CLI for adding myOperator UI components to your project",
5
5
  "type": "module",
6
6
  "exports": "./dist/index.js",