@bbki.ng/components 2.1.21 → 2.1.24
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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +4 -4
- package/dist/index.css.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -163,8 +163,8 @@ var COLOR_MAPPING = {
|
|
|
163
163
|
};
|
|
164
164
|
var HOVER_COLOR_MAPPING = {
|
|
165
165
|
["blue" /* BLUE */]: "[&:not(:focus)]:hover:bg-blue-100 [&:not(:focus)]:hover:text-blue-600",
|
|
166
|
-
["red" /* RED */]: "[&:not(:focus)]:hover:bg-red-100 [&:not(:focus)]:hover:text-
|
|
167
|
-
["gray" /* GRAY */]: "[&:not(:focus)]:hover:bg-gray-100 [&:not(:focus)]:hover:text-
|
|
166
|
+
["red" /* RED */]: "[&:not(:focus)]:hover:bg-red-100 [&:not(:focus)]:hover:text-red-500",
|
|
167
|
+
["gray" /* GRAY */]: "[&:not(:focus)]:hover:bg-gray-100 [&:not(:focus)]:hover:text-gray-400"
|
|
168
168
|
};
|
|
169
169
|
var FOCUS_BG_COLOR_MAPPING = {
|
|
170
170
|
["blue" /* BLUE */]: "focus:bg-blue-600",
|