@kopexa/theme 1.4.3 → 1.5.0

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,6 +1,6 @@
1
1
  import {
2
2
  colorVariants
3
- } from "../chunk-U6ONJKJY.mjs";
3
+ } from "../chunk-67PPUTSS.mjs";
4
4
  export {
5
5
  colorVariants
6
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopexa/theme",
3
- "version": "1.4.3",
3
+ "version": "1.5.0",
4
4
  "description": "The default theme for Kopexa components",
5
5
  "keywords": [
6
6
  "theme",
@@ -1,31 +0,0 @@
1
- // src/utils/variants.ts
2
- var solid = {
3
- primary: "bg-primary text-primary-foreground",
4
- secondary: "bg-secondary text-secondary-foreground",
5
- destructive: "bg-destructive text-destructive-foreground",
6
- warning: "bg-warning text-warning-foreground",
7
- success: "bg-success text-success-foreground"
8
- };
9
- var outline = {
10
- primary: "bg-transparent border-primary text-primary",
11
- secondary: "bg-transparent border-secondary text-secondary",
12
- destructive: "bg-transparent border-destructive text-destructive",
13
- warning: "bg-transparent border-warning text-warning",
14
- success: "bg-transparent border-success text-success"
15
- };
16
- var ghost = {
17
- primary: "bg-transparent text-primary",
18
- secondary: "bg-transparent text-secondary",
19
- destructive: "bg-transparent text-destructive",
20
- warning: "bg-transparent text-warning",
21
- success: "bg-transparent text-success"
22
- };
23
- var colorVariants = {
24
- solid,
25
- ghost,
26
- outline
27
- };
28
-
29
- export {
30
- colorVariants
31
- };
File without changes