@bouko/react 0.4.5 → 0.4.6

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.
@@ -9,7 +9,7 @@ const styles = tv({
9
9
  variant: {
10
10
  primary: "bg-primary hover:bg-primary-dark border-primary-dark",
11
11
  outline: "!bg-transparent border-2 border-accent hover:border-accent-dark text-primary",
12
- ghost: "bg-transparent hover:bg-primary border-transparent hover:border-primary-dark text-primary hover:text-background-light"
12
+ ghost: "!bg-transparent border-transparent text-accent hover:text-accent-dark"
13
13
  },
14
14
  size: {
15
15
  sm: "px-3 py-1 text-sm",
@@ -6,6 +6,5 @@ export default function Field({ style, label, required = true, note, children })
6
6
  const styles = {
7
7
  container: "flex flex-col shrink-0 gap-1 w-full overflow-hidden",
8
8
  label: "text-xs text-slate-600",
9
- input: "px-3 py-2 bg-slate-200/50 border border-slate-300 outline-blue-500 rounded text-sm",
10
9
  note: "mt-1 text-xs text-slate-500"
11
10
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
 
3
3
  "name": "@bouko/react",
4
- "version": "0.4.5",
4
+ "version": "0.4.6",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "MIT",