@mbao01/common 0.0.26 → 0.0.27

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mbao01/common",
3
3
  "private": false,
4
- "version": "0.0.26",
4
+ "version": "0.0.27",
5
5
  "type": "module",
6
6
  "author": "Ayomide Bakare",
7
7
  "license": "MIT",
@@ -142,5 +142,5 @@
142
142
  "react-dom": "^18.2.0",
143
143
  "typescript": "^5.2.2"
144
144
  },
145
- "gitHead": "ae57ca0c314f2fb4aeb6b3c87d11f96cc7b8d5f0"
145
+ "gitHead": "011f80eb4c8b456df0a2af179f46f57000a603b5"
146
146
  }
@@ -1,7 +1,7 @@
1
1
  import { cva } from "../../libs";
2
2
 
3
3
  export const getAlertClasses = cva(
4
- "relative w-full rounded-lg border p-4 [&>svg~*]:pl-7 [&>svg+div]:translate-y-[-3px] [&>svg]:absolute [&>svg]:left-4 [&>svg]:top-4 [&>svg]:text-inherit",
4
+ "relative w-full rounded-lg border p-4 [&>svg~*]:pl-7 [&>svg]:absolute [&>svg]:left-4 [&>svg]:top-4 [&>svg]:text-inherit",
5
5
  {
6
6
  variants: {
7
7
  variant: {
@@ -23,7 +23,7 @@ const classesConfig = {
23
23
  variants: {
24
24
  variant: {
25
25
  accent: "bg-accent text-accent-content ring-accent",
26
- default: "bg-default text-default-content ring-default",
26
+ default: "bg-base-200 text-base-content ring-default",
27
27
  error: "bg-error text-error-content ring-error",
28
28
  ghost: "bg-ghost text-ghost-content ring-ghost",
29
29
  info: "bg-info text-info-content ring-info",