@kopexa/theme 1.5.8 → 1.6.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.
- package/dist/{chunk-FLD2CUFZ.mjs → chunk-3IIJVON7.mjs} +11 -8
- package/dist/chunk-CZMZHA7U.mjs +37 -0
- package/dist/{chunk-UI2M2MFB.mjs → chunk-DH3KNPAO.mjs} +3 -1
- package/dist/{chunk-4VKJFW6Y.mjs → chunk-EACX3NZF.mjs} +11 -2
- package/dist/chunk-GA6UOB2D.mjs +166 -0
- package/dist/{chunk-32L6KXLV.mjs → chunk-HOQ2LD24.mjs} +1 -1
- package/dist/chunk-I6M4S2KZ.mjs +41 -0
- package/dist/chunk-IRKCLWJD.mjs +15 -0
- package/dist/{chunk-3M5JSM7Y.mjs → chunk-MGYGD5BF.mjs} +1 -1
- package/dist/{chunk-I2NMD23O.mjs → chunk-OMS3433R.mjs} +1 -1
- package/dist/{chunk-CDTKWCOH.mjs → chunk-SU53TZN7.mjs} +34 -2
- package/dist/chunk-UPTG533L.mjs +87 -0
- package/dist/{chunk-67PPUTSS.mjs → chunk-UVT775TU.mjs} +1 -1
- package/dist/{chunk-5BIGFSZK.mjs → chunk-WSX3HKVE.mjs} +1 -1
- package/dist/components/avatar.js +1 -1
- package/dist/components/avatar.mjs +2 -2
- package/dist/components/button.js +1 -1
- package/dist/components/button.mjs +2 -2
- package/dist/components/card.d.mts +24 -0
- package/dist/components/card.d.ts +24 -0
- package/dist/components/card.js +11 -2
- package/dist/components/card.mjs +1 -1
- package/dist/components/chip.js +1 -1
- package/dist/components/chip.mjs +2 -2
- package/dist/components/code.js +1 -1
- package/dist/components/code.mjs +2 -2
- package/dist/components/drawer.d.mts +9 -3
- package/dist/components/drawer.d.ts +9 -3
- package/dist/components/drawer.js +3 -1
- package/dist/components/drawer.mjs +1 -1
- package/dist/components/index.d.mts +5 -0
- package/dist/components/index.d.ts +5 -0
- package/dist/components/index.js +411 -22
- package/dist/components/index.mjs +39 -15
- package/dist/components/page-layout.d.mts +9 -0
- package/dist/components/page-layout.d.ts +9 -0
- package/dist/components/page-layout.js +11 -8
- package/dist/components/page-layout.mjs +1 -1
- package/dist/components/risk-indicator.d.mts +76 -0
- package/dist/components/risk-indicator.d.ts +76 -0
- package/dist/components/risk-indicator.js +61 -0
- package/dist/components/risk-indicator.mjs +6 -0
- package/dist/components/separator.d.mts +22 -0
- package/dist/components/separator.d.ts +22 -0
- package/dist/components/separator.js +39 -0
- package/dist/components/separator.mjs +6 -0
- package/dist/components/sidebar.d.mts +206 -0
- package/dist/components/sidebar.d.ts +206 -0
- package/dist/components/sidebar.js +192 -0
- package/dist/components/sidebar.mjs +10 -0
- package/dist/components/tab-nav.d.mts +101 -0
- package/dist/components/tab-nav.d.ts +101 -0
- package/dist/components/tab-nav.js +111 -0
- package/dist/components/tab-nav.mjs +6 -0
- package/dist/components/table.d.mts +54 -0
- package/dist/components/table.d.ts +54 -0
- package/dist/components/table.js +34 -2
- package/dist/components/table.mjs +1 -1
- package/dist/components/tabs.d.mts +43 -0
- package/dist/components/tabs.d.ts +43 -0
- package/dist/components/tabs.js +65 -0
- package/dist/components/tabs.mjs +6 -0
- package/dist/index.css +23 -11
- package/dist/index.d.mts +5 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +411 -22
- package/dist/index.mjs +39 -15
- package/dist/utils/variants.js +1 -1
- package/dist/utils/variants.mjs +1 -1
- package/package.json +1 -1
- /package/dist/{chunk-FWB233VZ.mjs → chunk-EOJ6MEGH.mjs} +0 -0
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
import "./chunk-XSN6P5JL.mjs";
|
|
2
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-EOJ6MEGH.mjs";
|
|
3
|
+
import {
|
|
4
|
+
skeleton
|
|
5
|
+
} from "./chunk-VNQEJU4P.mjs";
|
|
6
|
+
import {
|
|
7
|
+
spinner
|
|
8
|
+
} from "./chunk-4UDOCFU5.mjs";
|
|
9
|
+
import {
|
|
10
|
+
tabNav
|
|
11
|
+
} from "./chunk-UPTG533L.mjs";
|
|
12
|
+
import {
|
|
13
|
+
table
|
|
14
|
+
} from "./chunk-SU53TZN7.mjs";
|
|
15
|
+
import {
|
|
16
|
+
tabs
|
|
17
|
+
} from "./chunk-I6M4S2KZ.mjs";
|
|
3
18
|
import {
|
|
4
19
|
tooltip
|
|
5
20
|
} from "./chunk-SVCFD7RR.mjs";
|
|
@@ -12,25 +27,27 @@ import {
|
|
|
12
27
|
} from "./chunk-HAVJ6EQ6.mjs";
|
|
13
28
|
import {
|
|
14
29
|
pageLayout
|
|
15
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-3IIJVON7.mjs";
|
|
16
31
|
import {
|
|
17
32
|
popover
|
|
18
33
|
} from "./chunk-J35D7RWA.mjs";
|
|
19
34
|
import {
|
|
20
|
-
|
|
21
|
-
} from "./chunk-
|
|
35
|
+
riskIndicator
|
|
36
|
+
} from "./chunk-CZMZHA7U.mjs";
|
|
22
37
|
import {
|
|
23
|
-
|
|
24
|
-
} from "./chunk-
|
|
38
|
+
separator
|
|
39
|
+
} from "./chunk-IRKCLWJD.mjs";
|
|
25
40
|
import {
|
|
26
|
-
|
|
27
|
-
|
|
41
|
+
sidebar,
|
|
42
|
+
sidebarMenuAction,
|
|
43
|
+
sidebarMenuButton
|
|
44
|
+
} from "./chunk-GA6UOB2D.mjs";
|
|
28
45
|
import {
|
|
29
46
|
chip
|
|
30
|
-
} from "./chunk-
|
|
47
|
+
} from "./chunk-HOQ2LD24.mjs";
|
|
31
48
|
import {
|
|
32
49
|
code
|
|
33
|
-
} from "./chunk-
|
|
50
|
+
} from "./chunk-WSX3HKVE.mjs";
|
|
34
51
|
import {
|
|
35
52
|
command
|
|
36
53
|
} from "./chunk-YPHFKGNI.mjs";
|
|
@@ -39,7 +56,7 @@ import {
|
|
|
39
56
|
} from "./chunk-GNYTZGE5.mjs";
|
|
40
57
|
import {
|
|
41
58
|
drawer
|
|
42
|
-
} from "./chunk-
|
|
59
|
+
} from "./chunk-DH3KNPAO.mjs";
|
|
43
60
|
import {
|
|
44
61
|
dialog
|
|
45
62
|
} from "./chunk-5DF3M5JP.mjs";
|
|
@@ -57,18 +74,18 @@ import {
|
|
|
57
74
|
} from "./chunk-XCLEKBCJ.mjs";
|
|
58
75
|
import {
|
|
59
76
|
avatar
|
|
60
|
-
} from "./chunk-
|
|
77
|
+
} from "./chunk-OMS3433R.mjs";
|
|
61
78
|
import {
|
|
62
79
|
button
|
|
63
|
-
} from "./chunk-
|
|
80
|
+
} from "./chunk-MGYGD5BF.mjs";
|
|
64
81
|
import "./chunk-25L2JS6A.mjs";
|
|
65
|
-
import "./chunk-
|
|
82
|
+
import "./chunk-UVT775TU.mjs";
|
|
66
83
|
import {
|
|
67
84
|
calendar
|
|
68
85
|
} from "./chunk-JWF5ABNP.mjs";
|
|
69
86
|
import {
|
|
70
87
|
card
|
|
71
|
-
} from "./chunk-
|
|
88
|
+
} from "./chunk-EACX3NZF.mjs";
|
|
72
89
|
import {
|
|
73
90
|
checkbox
|
|
74
91
|
} from "./chunk-KPOZFVP6.mjs";
|
|
@@ -93,8 +110,15 @@ export {
|
|
|
93
110
|
pageLayout,
|
|
94
111
|
passwordInput,
|
|
95
112
|
popover,
|
|
113
|
+
riskIndicator,
|
|
114
|
+
separator,
|
|
115
|
+
sidebar,
|
|
116
|
+
sidebarMenuAction,
|
|
117
|
+
sidebarMenuButton,
|
|
96
118
|
skeleton,
|
|
97
119
|
spinner,
|
|
120
|
+
tabNav,
|
|
98
121
|
table,
|
|
122
|
+
tabs,
|
|
99
123
|
tooltip
|
|
100
124
|
};
|
package/dist/utils/variants.js
CHANGED
|
@@ -58,7 +58,7 @@ var faded = {
|
|
|
58
58
|
foreground: "border-default bg-accent/30 text-foreground"
|
|
59
59
|
};
|
|
60
60
|
var ghost = {
|
|
61
|
-
primary: "bg-transparent text-primary",
|
|
61
|
+
primary: "bg-transparent text-primary dark:text-primary-foreground",
|
|
62
62
|
secondary: "bg-transparent text-secondary",
|
|
63
63
|
destructive: "bg-transparent text-destructive",
|
|
64
64
|
warning: "bg-transparent text-warning",
|
package/dist/utils/variants.mjs
CHANGED
package/package.json
CHANGED
|
File without changes
|