@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.
Files changed (71) hide show
  1. package/dist/{chunk-FLD2CUFZ.mjs → chunk-3IIJVON7.mjs} +11 -8
  2. package/dist/chunk-CZMZHA7U.mjs +37 -0
  3. package/dist/{chunk-UI2M2MFB.mjs → chunk-DH3KNPAO.mjs} +3 -1
  4. package/dist/{chunk-4VKJFW6Y.mjs → chunk-EACX3NZF.mjs} +11 -2
  5. package/dist/chunk-GA6UOB2D.mjs +166 -0
  6. package/dist/{chunk-32L6KXLV.mjs → chunk-HOQ2LD24.mjs} +1 -1
  7. package/dist/chunk-I6M4S2KZ.mjs +41 -0
  8. package/dist/chunk-IRKCLWJD.mjs +15 -0
  9. package/dist/{chunk-3M5JSM7Y.mjs → chunk-MGYGD5BF.mjs} +1 -1
  10. package/dist/{chunk-I2NMD23O.mjs → chunk-OMS3433R.mjs} +1 -1
  11. package/dist/{chunk-CDTKWCOH.mjs → chunk-SU53TZN7.mjs} +34 -2
  12. package/dist/chunk-UPTG533L.mjs +87 -0
  13. package/dist/{chunk-67PPUTSS.mjs → chunk-UVT775TU.mjs} +1 -1
  14. package/dist/{chunk-5BIGFSZK.mjs → chunk-WSX3HKVE.mjs} +1 -1
  15. package/dist/components/avatar.js +1 -1
  16. package/dist/components/avatar.mjs +2 -2
  17. package/dist/components/button.js +1 -1
  18. package/dist/components/button.mjs +2 -2
  19. package/dist/components/card.d.mts +24 -0
  20. package/dist/components/card.d.ts +24 -0
  21. package/dist/components/card.js +11 -2
  22. package/dist/components/card.mjs +1 -1
  23. package/dist/components/chip.js +1 -1
  24. package/dist/components/chip.mjs +2 -2
  25. package/dist/components/code.js +1 -1
  26. package/dist/components/code.mjs +2 -2
  27. package/dist/components/drawer.d.mts +9 -3
  28. package/dist/components/drawer.d.ts +9 -3
  29. package/dist/components/drawer.js +3 -1
  30. package/dist/components/drawer.mjs +1 -1
  31. package/dist/components/index.d.mts +5 -0
  32. package/dist/components/index.d.ts +5 -0
  33. package/dist/components/index.js +411 -22
  34. package/dist/components/index.mjs +39 -15
  35. package/dist/components/page-layout.d.mts +9 -0
  36. package/dist/components/page-layout.d.ts +9 -0
  37. package/dist/components/page-layout.js +11 -8
  38. package/dist/components/page-layout.mjs +1 -1
  39. package/dist/components/risk-indicator.d.mts +76 -0
  40. package/dist/components/risk-indicator.d.ts +76 -0
  41. package/dist/components/risk-indicator.js +61 -0
  42. package/dist/components/risk-indicator.mjs +6 -0
  43. package/dist/components/separator.d.mts +22 -0
  44. package/dist/components/separator.d.ts +22 -0
  45. package/dist/components/separator.js +39 -0
  46. package/dist/components/separator.mjs +6 -0
  47. package/dist/components/sidebar.d.mts +206 -0
  48. package/dist/components/sidebar.d.ts +206 -0
  49. package/dist/components/sidebar.js +192 -0
  50. package/dist/components/sidebar.mjs +10 -0
  51. package/dist/components/tab-nav.d.mts +101 -0
  52. package/dist/components/tab-nav.d.ts +101 -0
  53. package/dist/components/tab-nav.js +111 -0
  54. package/dist/components/tab-nav.mjs +6 -0
  55. package/dist/components/table.d.mts +54 -0
  56. package/dist/components/table.d.ts +54 -0
  57. package/dist/components/table.js +34 -2
  58. package/dist/components/table.mjs +1 -1
  59. package/dist/components/tabs.d.mts +43 -0
  60. package/dist/components/tabs.d.ts +43 -0
  61. package/dist/components/tabs.js +65 -0
  62. package/dist/components/tabs.mjs +6 -0
  63. package/dist/index.css +23 -11
  64. package/dist/index.d.mts +5 -0
  65. package/dist/index.d.ts +5 -0
  66. package/dist/index.js +411 -22
  67. package/dist/index.mjs +39 -15
  68. package/dist/utils/variants.js +1 -1
  69. package/dist/utils/variants.mjs +1 -1
  70. package/package.json +1 -1
  71. /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-FWB233VZ.mjs";
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-FLD2CUFZ.mjs";
30
+ } from "./chunk-3IIJVON7.mjs";
16
31
  import {
17
32
  popover
18
33
  } from "./chunk-J35D7RWA.mjs";
19
34
  import {
20
- skeleton
21
- } from "./chunk-VNQEJU4P.mjs";
35
+ riskIndicator
36
+ } from "./chunk-CZMZHA7U.mjs";
22
37
  import {
23
- spinner
24
- } from "./chunk-4UDOCFU5.mjs";
38
+ separator
39
+ } from "./chunk-IRKCLWJD.mjs";
25
40
  import {
26
- table
27
- } from "./chunk-CDTKWCOH.mjs";
41
+ sidebar,
42
+ sidebarMenuAction,
43
+ sidebarMenuButton
44
+ } from "./chunk-GA6UOB2D.mjs";
28
45
  import {
29
46
  chip
30
- } from "./chunk-32L6KXLV.mjs";
47
+ } from "./chunk-HOQ2LD24.mjs";
31
48
  import {
32
49
  code
33
- } from "./chunk-5BIGFSZK.mjs";
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-UI2M2MFB.mjs";
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-I2NMD23O.mjs";
77
+ } from "./chunk-OMS3433R.mjs";
61
78
  import {
62
79
  button
63
- } from "./chunk-3M5JSM7Y.mjs";
80
+ } from "./chunk-MGYGD5BF.mjs";
64
81
  import "./chunk-25L2JS6A.mjs";
65
- import "./chunk-67PPUTSS.mjs";
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-4VKJFW6Y.mjs";
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
  };
@@ -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",
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  colorVariants
3
- } from "../chunk-67PPUTSS.mjs";
3
+ } from "../chunk-UVT775TU.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.5.8",
3
+ "version": "1.6.0",
4
4
  "description": "The default theme for Kopexa components",
5
5
  "keywords": [
6
6
  "theme",
File without changes