@bbki.ng/components 2.5.1 → 2.5.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/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +25 -23
- package/dist/index.css.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -199,9 +199,9 @@ var COLOR_MAPPING = {
|
|
|
199
199
|
["gray" /* GRAY */]: "text-gray-400"
|
|
200
200
|
};
|
|
201
201
|
var HOVER_COLOR_MAPPING = {
|
|
202
|
-
["blue" /* BLUE */]: "[&:not(:focus)]:hover:bg-blue-100 [&:not(:focus)]:hover:text-blue-600",
|
|
203
|
-
["red" /* RED */]: "[&:not(:focus)]:hover:bg-red-100 [&:not(:focus)]:hover:text-red-500",
|
|
204
|
-
["gray" /* GRAY */]: "[&:not(:focus)]:hover:bg-gray-100 [&:not(:focus)]:hover:text-gray-400"
|
|
202
|
+
["blue" /* BLUE */]: "[&:not(:focus)]:hover:md:bg-blue-100 [&:not(:focus)]:hover:md:text-blue-600",
|
|
203
|
+
["red" /* RED */]: "[&:not(:focus)]:hover:md:bg-red-100 [&:not(:focus)]:hover:md:text-red-500",
|
|
204
|
+
["gray" /* GRAY */]: "[&:not(:focus)]:hover:md:bg-gray-100 [&:not(:focus)]:hover:md:text-gray-400"
|
|
205
205
|
};
|
|
206
206
|
var FOCUS_BG_COLOR_MAPPING = {
|
|
207
207
|
["blue" /* BLUE */]: "focus:bg-blue-600",
|