@bbki.ng/components 2.5.2 → 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 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",