@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.
Files changed (91) hide show
  1. package/dist/{chunk-FLD2CUFZ.mjs → chunk-3IIJVON7.mjs} +11 -8
  2. package/dist/{chunk-I2NMD23O.mjs → chunk-5QIMO5EG.mjs} +1 -1
  3. package/dist/chunk-CZMZHA7U.mjs +37 -0
  4. package/dist/{chunk-3M5JSM7Y.mjs → chunk-DQEPGWAN.mjs} +1 -1
  5. package/dist/{chunk-4VKJFW6Y.mjs → chunk-EACX3NZF.mjs} +11 -2
  6. package/dist/chunk-FWRXPYLB.mjs +41 -0
  7. package/dist/chunk-GA6UOB2D.mjs +166 -0
  8. package/dist/chunk-I6M4S2KZ.mjs +41 -0
  9. package/dist/{chunk-UI2M2MFB.mjs → chunk-J4JIYTOU.mjs} +4 -2
  10. package/dist/{chunk-67PPUTSS.mjs → chunk-LG2J56LI.mjs} +2 -2
  11. package/dist/{chunk-CDTKWCOH.mjs → chunk-MKBU6G6Q.mjs} +44 -3
  12. package/dist/{chunk-32L6KXLV.mjs → chunk-T5PESSOS.mjs} +1 -1
  13. package/dist/chunk-TT5V2MUL.mjs +29 -0
  14. package/dist/chunk-V2J5XG34.mjs +43 -0
  15. package/dist/chunk-VCLXE57S.mjs +16 -0
  16. package/dist/chunk-WPOYEHD2.mjs +45 -0
  17. package/dist/{chunk-5BIGFSZK.mjs → chunk-XJ7XBZNF.mjs} +1 -1
  18. package/dist/chunk-ZLM6Z3W2.mjs +94 -0
  19. package/dist/components/avatar.js +2 -2
  20. package/dist/components/avatar.mjs +2 -2
  21. package/dist/components/button.js +2 -2
  22. package/dist/components/button.mjs +2 -2
  23. package/dist/components/card.d.mts +24 -0
  24. package/dist/components/card.d.ts +24 -0
  25. package/dist/components/card.js +11 -2
  26. package/dist/components/card.mjs +1 -1
  27. package/dist/components/chip.js +2 -2
  28. package/dist/components/chip.mjs +2 -2
  29. package/dist/components/code.js +2 -2
  30. package/dist/components/code.mjs +2 -2
  31. package/dist/components/drawer.d.mts +9 -3
  32. package/dist/components/drawer.d.ts +9 -3
  33. package/dist/components/drawer.js +4 -2
  34. package/dist/components/drawer.mjs +1 -1
  35. package/dist/components/index.d.mts +9 -0
  36. package/dist/components/index.d.ts +9 -0
  37. package/dist/components/index.js +585 -25
  38. package/dist/components/index.mjs +55 -15
  39. package/dist/components/page-layout.d.mts +9 -0
  40. package/dist/components/page-layout.d.ts +9 -0
  41. package/dist/components/page-layout.js +11 -8
  42. package/dist/components/page-layout.mjs +1 -1
  43. package/dist/components/preview-card.d.mts +89 -0
  44. package/dist/components/preview-card.d.ts +89 -0
  45. package/dist/components/preview-card.js +69 -0
  46. package/dist/components/preview-card.mjs +6 -0
  47. package/dist/components/risk-badge.d.mts +97 -0
  48. package/dist/components/risk-badge.d.ts +97 -0
  49. package/dist/components/risk-badge.js +67 -0
  50. package/dist/components/risk-badge.mjs +6 -0
  51. package/dist/components/risk-indicator.d.mts +76 -0
  52. package/dist/components/risk-indicator.d.ts +76 -0
  53. package/dist/components/risk-indicator.js +61 -0
  54. package/dist/components/risk-indicator.mjs +6 -0
  55. package/dist/components/section-row.d.mts +47 -0
  56. package/dist/components/section-row.d.ts +47 -0
  57. package/dist/components/section-row.js +53 -0
  58. package/dist/components/section-row.mjs +6 -0
  59. package/dist/components/separator.d.mts +22 -0
  60. package/dist/components/separator.d.ts +22 -0
  61. package/dist/components/separator.js +40 -0
  62. package/dist/components/separator.mjs +6 -0
  63. package/dist/components/sidebar.d.mts +206 -0
  64. package/dist/components/sidebar.d.ts +206 -0
  65. package/dist/components/sidebar.js +192 -0
  66. package/dist/components/sidebar.mjs +10 -0
  67. package/dist/components/split-page-layout.d.mts +49 -0
  68. package/dist/components/split-page-layout.d.ts +49 -0
  69. package/dist/components/split-page-layout.js +65 -0
  70. package/dist/components/split-page-layout.mjs +6 -0
  71. package/dist/components/tab-nav.d.mts +119 -0
  72. package/dist/components/tab-nav.d.ts +119 -0
  73. package/dist/components/tab-nav.js +118 -0
  74. package/dist/components/tab-nav.mjs +6 -0
  75. package/dist/components/table.d.mts +72 -0
  76. package/dist/components/table.d.ts +72 -0
  77. package/dist/components/table.js +44 -3
  78. package/dist/components/table.mjs +1 -1
  79. package/dist/components/tabs.d.mts +43 -0
  80. package/dist/components/tabs.d.ts +43 -0
  81. package/dist/components/tabs.js +65 -0
  82. package/dist/components/tabs.mjs +6 -0
  83. package/dist/index.css +93 -23
  84. package/dist/index.d.mts +9 -0
  85. package/dist/index.d.ts +9 -0
  86. package/dist/index.js +585 -25
  87. package/dist/index.mjs +55 -15
  88. package/dist/utils/variants.js +2 -2
  89. package/dist/utils/variants.mjs +1 -1
  90. package/package.json +1 -1
  91. /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-FWB233VZ.mjs";
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-FLD2CUFZ.mjs";
44
+ } from "./chunk-3IIJVON7.mjs";
16
45
  import {
17
46
  popover
18
47
  } from "./chunk-J35D7RWA.mjs";
19
48
  import {
20
- skeleton
21
- } from "./chunk-VNQEJU4P.mjs";
49
+ previewCard
50
+ } from "./chunk-WPOYEHD2.mjs";
22
51
  import {
23
- spinner
24
- } from "./chunk-4UDOCFU5.mjs";
52
+ riskBadge
53
+ } from "./chunk-V2J5XG34.mjs";
25
54
  import {
26
- table
27
- } from "./chunk-CDTKWCOH.mjs";
55
+ riskIndicator
56
+ } from "./chunk-CZMZHA7U.mjs";
28
57
  import {
29
58
  chip
30
- } from "./chunk-32L6KXLV.mjs";
59
+ } from "./chunk-T5PESSOS.mjs";
31
60
  import {
32
61
  code
33
- } from "./chunk-5BIGFSZK.mjs";
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-UI2M2MFB.mjs";
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-I2NMD23O.mjs";
89
+ } from "./chunk-5QIMO5EG.mjs";
61
90
  import {
62
91
  button
63
- } from "./chunk-3M5JSM7Y.mjs";
92
+ } from "./chunk-DQEPGWAN.mjs";
64
93
  import "./chunk-25L2JS6A.mjs";
65
- import "./chunk-67PPUTSS.mjs";
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-4VKJFW6Y.mjs";
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
  };
@@ -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",
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  colorVariants
3
- } from "../chunk-67PPUTSS.mjs";
3
+ } from "../chunk-LG2J56LI.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.1",
4
4
  "description": "The default theme for Kopexa components",
5
5
  "keywords": [
6
6
  "theme",
File without changes