@kopexa/theme 1.5.8 → 1.6.1
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-I2NMD23O.mjs → chunk-5QIMO5EG.mjs} +1 -1
- package/dist/chunk-CZMZHA7U.mjs +37 -0
- package/dist/{chunk-3M5JSM7Y.mjs → chunk-DQEPGWAN.mjs} +1 -1
- package/dist/{chunk-4VKJFW6Y.mjs → chunk-EACX3NZF.mjs} +11 -2
- package/dist/chunk-FWRXPYLB.mjs +41 -0
- package/dist/chunk-GA6UOB2D.mjs +166 -0
- package/dist/chunk-I6M4S2KZ.mjs +41 -0
- package/dist/{chunk-UI2M2MFB.mjs → chunk-J4JIYTOU.mjs} +4 -2
- package/dist/{chunk-67PPUTSS.mjs → chunk-LG2J56LI.mjs} +2 -2
- package/dist/{chunk-CDTKWCOH.mjs → chunk-MKBU6G6Q.mjs} +44 -3
- package/dist/{chunk-32L6KXLV.mjs → chunk-T5PESSOS.mjs} +1 -1
- package/dist/chunk-TT5V2MUL.mjs +29 -0
- package/dist/chunk-V2J5XG34.mjs +43 -0
- package/dist/chunk-VCLXE57S.mjs +16 -0
- package/dist/chunk-WPOYEHD2.mjs +45 -0
- package/dist/{chunk-5BIGFSZK.mjs → chunk-XJ7XBZNF.mjs} +1 -1
- package/dist/chunk-ZLM6Z3W2.mjs +94 -0
- package/dist/components/avatar.js +2 -2
- package/dist/components/avatar.mjs +2 -2
- package/dist/components/button.js +2 -2
- 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 +2 -2
- package/dist/components/chip.mjs +2 -2
- package/dist/components/code.js +2 -2
- 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 +4 -2
- package/dist/components/drawer.mjs +1 -1
- package/dist/components/index.d.mts +9 -0
- package/dist/components/index.d.ts +9 -0
- package/dist/components/index.js +585 -25
- package/dist/components/index.mjs +55 -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/preview-card.d.mts +89 -0
- package/dist/components/preview-card.d.ts +89 -0
- package/dist/components/preview-card.js +69 -0
- package/dist/components/preview-card.mjs +6 -0
- package/dist/components/risk-badge.d.mts +97 -0
- package/dist/components/risk-badge.d.ts +97 -0
- package/dist/components/risk-badge.js +67 -0
- package/dist/components/risk-badge.mjs +6 -0
- 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/section-row.d.mts +47 -0
- package/dist/components/section-row.d.ts +47 -0
- package/dist/components/section-row.js +53 -0
- package/dist/components/section-row.mjs +6 -0
- package/dist/components/separator.d.mts +22 -0
- package/dist/components/separator.d.ts +22 -0
- package/dist/components/separator.js +40 -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/split-page-layout.d.mts +49 -0
- package/dist/components/split-page-layout.d.ts +49 -0
- package/dist/components/split-page-layout.js +65 -0
- package/dist/components/split-page-layout.mjs +6 -0
- package/dist/components/tab-nav.d.mts +119 -0
- package/dist/components/tab-nav.d.ts +119 -0
- package/dist/components/tab-nav.js +118 -0
- package/dist/components/tab-nav.mjs +6 -0
- package/dist/components/table.d.mts +72 -0
- package/dist/components/table.d.ts +72 -0
- package/dist/components/table.js +44 -3
- 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 +93 -23
- package/dist/index.d.mts +9 -0
- package/dist/index.d.ts +9 -0
- package/dist/index.js +585 -25
- package/dist/index.mjs +55 -15
- package/dist/utils/variants.js +2 -2
- package/dist/utils/variants.mjs +1 -1
- package/package.json +1 -1
- /package/dist/{chunk-FWB233VZ.mjs → chunk-NP4SOC4S.mjs} +0 -0
package/dist/index.mjs
CHANGED
|
@@ -1,8 +1,37 @@
|
|
|
1
1
|
import "./chunk-XSN6P5JL.mjs";
|
|
2
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-NP4SOC4S.mjs";
|
|
3
|
+
import {
|
|
4
|
+
tabs
|
|
5
|
+
} from "./chunk-I6M4S2KZ.mjs";
|
|
3
6
|
import {
|
|
4
7
|
tooltip
|
|
5
8
|
} from "./chunk-SVCFD7RR.mjs";
|
|
9
|
+
import {
|
|
10
|
+
sectionRow
|
|
11
|
+
} from "./chunk-TT5V2MUL.mjs";
|
|
12
|
+
import {
|
|
13
|
+
separator
|
|
14
|
+
} from "./chunk-VCLXE57S.mjs";
|
|
15
|
+
import {
|
|
16
|
+
sidebar,
|
|
17
|
+
sidebarMenuAction,
|
|
18
|
+
sidebarMenuButton
|
|
19
|
+
} from "./chunk-GA6UOB2D.mjs";
|
|
20
|
+
import {
|
|
21
|
+
skeleton
|
|
22
|
+
} from "./chunk-VNQEJU4P.mjs";
|
|
23
|
+
import {
|
|
24
|
+
spinner
|
|
25
|
+
} from "./chunk-4UDOCFU5.mjs";
|
|
26
|
+
import {
|
|
27
|
+
splitPageLayout
|
|
28
|
+
} from "./chunk-FWRXPYLB.mjs";
|
|
29
|
+
import {
|
|
30
|
+
tabNav
|
|
31
|
+
} from "./chunk-ZLM6Z3W2.mjs";
|
|
32
|
+
import {
|
|
33
|
+
table
|
|
34
|
+
} from "./chunk-MKBU6G6Q.mjs";
|
|
6
35
|
import {
|
|
7
36
|
input,
|
|
8
37
|
passwordInput
|
|
@@ -12,25 +41,25 @@ import {
|
|
|
12
41
|
} from "./chunk-HAVJ6EQ6.mjs";
|
|
13
42
|
import {
|
|
14
43
|
pageLayout
|
|
15
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-3IIJVON7.mjs";
|
|
16
45
|
import {
|
|
17
46
|
popover
|
|
18
47
|
} from "./chunk-J35D7RWA.mjs";
|
|
19
48
|
import {
|
|
20
|
-
|
|
21
|
-
} from "./chunk-
|
|
49
|
+
previewCard
|
|
50
|
+
} from "./chunk-WPOYEHD2.mjs";
|
|
22
51
|
import {
|
|
23
|
-
|
|
24
|
-
} from "./chunk-
|
|
52
|
+
riskBadge
|
|
53
|
+
} from "./chunk-V2J5XG34.mjs";
|
|
25
54
|
import {
|
|
26
|
-
|
|
27
|
-
} from "./chunk-
|
|
55
|
+
riskIndicator
|
|
56
|
+
} from "./chunk-CZMZHA7U.mjs";
|
|
28
57
|
import {
|
|
29
58
|
chip
|
|
30
|
-
} from "./chunk-
|
|
59
|
+
} from "./chunk-T5PESSOS.mjs";
|
|
31
60
|
import {
|
|
32
61
|
code
|
|
33
|
-
} from "./chunk-
|
|
62
|
+
} from "./chunk-XJ7XBZNF.mjs";
|
|
34
63
|
import {
|
|
35
64
|
command
|
|
36
65
|
} from "./chunk-YPHFKGNI.mjs";
|
|
@@ -39,7 +68,7 @@ import {
|
|
|
39
68
|
} from "./chunk-GNYTZGE5.mjs";
|
|
40
69
|
import {
|
|
41
70
|
drawer
|
|
42
|
-
} from "./chunk-
|
|
71
|
+
} from "./chunk-J4JIYTOU.mjs";
|
|
43
72
|
import {
|
|
44
73
|
dialog
|
|
45
74
|
} from "./chunk-5DF3M5JP.mjs";
|
|
@@ -57,18 +86,18 @@ import {
|
|
|
57
86
|
} from "./chunk-XCLEKBCJ.mjs";
|
|
58
87
|
import {
|
|
59
88
|
avatar
|
|
60
|
-
} from "./chunk-
|
|
89
|
+
} from "./chunk-5QIMO5EG.mjs";
|
|
61
90
|
import {
|
|
62
91
|
button
|
|
63
|
-
} from "./chunk-
|
|
92
|
+
} from "./chunk-DQEPGWAN.mjs";
|
|
64
93
|
import "./chunk-25L2JS6A.mjs";
|
|
65
|
-
import "./chunk-
|
|
94
|
+
import "./chunk-LG2J56LI.mjs";
|
|
66
95
|
import {
|
|
67
96
|
calendar
|
|
68
97
|
} from "./chunk-JWF5ABNP.mjs";
|
|
69
98
|
import {
|
|
70
99
|
card
|
|
71
|
-
} from "./chunk-
|
|
100
|
+
} from "./chunk-EACX3NZF.mjs";
|
|
72
101
|
import {
|
|
73
102
|
checkbox
|
|
74
103
|
} from "./chunk-KPOZFVP6.mjs";
|
|
@@ -93,8 +122,19 @@ export {
|
|
|
93
122
|
pageLayout,
|
|
94
123
|
passwordInput,
|
|
95
124
|
popover,
|
|
125
|
+
previewCard,
|
|
126
|
+
riskBadge,
|
|
127
|
+
riskIndicator,
|
|
128
|
+
sectionRow,
|
|
129
|
+
separator,
|
|
130
|
+
sidebar,
|
|
131
|
+
sidebarMenuAction,
|
|
132
|
+
sidebarMenuButton,
|
|
96
133
|
skeleton,
|
|
97
134
|
spinner,
|
|
135
|
+
splitPageLayout,
|
|
136
|
+
tabNav,
|
|
98
137
|
table,
|
|
138
|
+
tabs,
|
|
99
139
|
tooltip
|
|
100
140
|
};
|
package/dist/utils/variants.js
CHANGED
|
@@ -24,7 +24,7 @@ __export(variants_exports, {
|
|
|
24
24
|
});
|
|
25
25
|
module.exports = __toCommonJS(variants_exports);
|
|
26
26
|
var solid = {
|
|
27
|
-
default: "bg-accent text-accent-foreground",
|
|
27
|
+
default: "bg-accent/70 text-accent-foreground",
|
|
28
28
|
primary: "bg-primary text-primary-foreground",
|
|
29
29
|
secondary: "bg-secondary text-secondary-foreground",
|
|
30
30
|
destructive: "bg-destructive text-destructive-foreground",
|
|
@@ -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
|