@oneplatformdev/ui 0.1.10-14 → 0.1.10-16

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.
@@ -1,5 +1,5 @@
1
1
  export declare const buttonVariants: (props?: ({
2
- variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
2
+ variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | "transparent" | null | undefined;
3
3
  size?: "default" | "sm" | "lg" | "icon" | null | undefined;
4
4
  } & import('class-variance-authority/types').ClassProp) | undefined) => string;
5
5
  //# sourceMappingURL=buttonVariants.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"buttonVariants.d.ts","sourceRoot":"","sources":["../../src/Button/buttonVariants.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc;;;8EAmC1B,CAAA"}
1
+ {"version":3,"file":"buttonVariants.d.ts","sourceRoot":"","sources":["../../src/Button/buttonVariants.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc;;;8EAoC1B,CAAA"}
@@ -16,7 +16,8 @@ const t = e(
16
16
  outline: "border border-input bg-background shadow-xs hover:bg-accent hover:text-accent-foreground",
17
17
  secondary: "bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80",
18
18
  ghost: "hover:bg-accent hover:text-accent-foreground",
19
- link: "text-primary underline-offset-4 hover:underline"
19
+ link: "text-primary underline-offset-4 hover:underline",
20
+ transparent: "bg-transparent hover:bg-transparent hover:text-accent-foreground"
20
21
  },
21
22
  size: {
22
23
  default: "h-9 px-4 py-2",
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## 0.1.10-16 (2025-09-16)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated @oneplatformdev/utils to 0.1.1-66
6
+ - Updated @oneplatformdev/hooks to 0.1.0-52
7
+ - Updated @oneplatformdev/tokens to 0.0.1-39
8
+
9
+ ## 0.1.10-15 (2025-09-16)
10
+
11
+ ### 🧱 Updated Dependencies
12
+
13
+ - Updated @oneplatformdev/utils to 0.1.1-65
14
+ - Updated @oneplatformdev/hooks to 0.1.0-51
15
+ - Updated @oneplatformdev/tokens to 0.0.1-38
16
+
1
17
  ## 0.1.10-14 (2025-09-15)
2
18
 
3
19
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oneplatformdev/ui",
3
- "version": "0.1.10-14",
3
+ "version": "0.1.10-16",
4
4
  "description": "React hook library",
5
5
  "author": "One Platform Development Team",
6
6
  "keywords": [
@@ -110,8 +110,8 @@
110
110
  "sonner": "^2.0.7",
111
111
  "vaul": "^1.1.2",
112
112
  "zod": "^4.1.8",
113
- "@oneplatformdev/tokens": "^0.0.1-37",
114
- "@oneplatformdev/hooks": "^0.1.0-50",
115
- "@oneplatformdev/utils": "^0.1.1-64"
113
+ "@oneplatformdev/hooks": "^0.1.0-52",
114
+ "@oneplatformdev/tokens": "^0.0.1-39",
115
+ "@oneplatformdev/utils": "^0.1.1-66"
116
116
  }
117
117
  }