@kopexa/theme 1.6.0 → 1.6.2

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 (67) hide show
  1. package/dist/{chunk-OMS3433R.mjs → chunk-5QIMO5EG.mjs} +1 -1
  2. package/dist/{chunk-MGYGD5BF.mjs → chunk-DQEPGWAN.mjs} +1 -1
  3. package/dist/chunk-IY7SLI3T.mjs +41 -0
  4. package/dist/{chunk-DH3KNPAO.mjs → chunk-J4JIYTOU.mjs} +1 -1
  5. package/dist/{chunk-UVT775TU.mjs → chunk-LG2J56LI.mjs} +1 -1
  6. package/dist/{chunk-SU53TZN7.mjs → chunk-MKBU6G6Q.mjs} +10 -1
  7. package/dist/chunk-RV656WRF.mjs +30 -0
  8. package/dist/{chunk-HOQ2LD24.mjs → chunk-T5PESSOS.mjs} +1 -1
  9. package/dist/chunk-TT5V2MUL.mjs +29 -0
  10. package/dist/chunk-V2J5XG34.mjs +43 -0
  11. package/dist/{chunk-IRKCLWJD.mjs → chunk-VCLXE57S.mjs} +2 -1
  12. package/dist/chunk-WPOYEHD2.mjs +45 -0
  13. package/dist/{chunk-WSX3HKVE.mjs → chunk-XJ7XBZNF.mjs} +1 -1
  14. package/dist/{chunk-UPTG533L.mjs → chunk-ZLM6Z3W2.mjs} +7 -0
  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/chip.js +1 -1
  20. package/dist/components/chip.mjs +2 -2
  21. package/dist/components/code.js +1 -1
  22. package/dist/components/code.mjs +2 -2
  23. package/dist/components/drawer.js +1 -1
  24. package/dist/components/drawer.mjs +1 -1
  25. package/dist/components/index.d.mts +5 -0
  26. package/dist/components/index.d.ts +5 -0
  27. package/dist/components/index.js +224 -24
  28. package/dist/components/index.mjs +45 -25
  29. package/dist/components/preview-card.d.mts +89 -0
  30. package/dist/components/preview-card.d.ts +89 -0
  31. package/dist/components/preview-card.js +69 -0
  32. package/dist/components/preview-card.mjs +6 -0
  33. package/dist/components/resizable.d.mts +49 -0
  34. package/dist/components/resizable.d.ts +49 -0
  35. package/dist/components/resizable.js +54 -0
  36. package/dist/components/resizable.mjs +6 -0
  37. package/dist/components/risk-badge.d.mts +97 -0
  38. package/dist/components/risk-badge.d.ts +97 -0
  39. package/dist/components/risk-badge.js +67 -0
  40. package/dist/components/risk-badge.mjs +6 -0
  41. package/dist/components/section-row.d.mts +47 -0
  42. package/dist/components/section-row.d.ts +47 -0
  43. package/dist/components/section-row.js +53 -0
  44. package/dist/components/section-row.mjs +6 -0
  45. package/dist/components/separator.js +2 -1
  46. package/dist/components/separator.mjs +1 -1
  47. package/dist/components/split-page-layout.d.mts +49 -0
  48. package/dist/components/split-page-layout.d.ts +49 -0
  49. package/dist/components/split-page-layout.js +65 -0
  50. package/dist/components/split-page-layout.mjs +6 -0
  51. package/dist/components/tab-nav.d.mts +18 -0
  52. package/dist/components/tab-nav.d.ts +18 -0
  53. package/dist/components/tab-nav.js +7 -0
  54. package/dist/components/tab-nav.mjs +1 -1
  55. package/dist/components/table.d.mts +18 -0
  56. package/dist/components/table.d.ts +18 -0
  57. package/dist/components/table.js +10 -1
  58. package/dist/components/table.mjs +1 -1
  59. package/dist/index.css +71 -13
  60. package/dist/index.d.mts +5 -0
  61. package/dist/index.d.ts +5 -0
  62. package/dist/index.js +224 -24
  63. package/dist/index.mjs +45 -25
  64. package/dist/utils/variants.js +1 -1
  65. package/dist/utils/variants.mjs +1 -1
  66. package/package.json +1 -1
  67. /package/dist/{chunk-EOJ6MEGH.mjs → chunk-GZPF57JX.mjs} +0 -0
@@ -40,13 +40,18 @@ __export(components_exports, {
40
40
  pageLayout: () => pageLayout,
41
41
  passwordInput: () => passwordInput,
42
42
  popover: () => popover,
43
+ previewCard: () => previewCard,
44
+ resizable: () => resizable,
45
+ riskBadge: () => riskBadge,
43
46
  riskIndicator: () => riskIndicator,
47
+ sectionRow: () => sectionRow,
44
48
  separator: () => separator,
45
49
  sidebar: () => sidebar,
46
50
  sidebarMenuAction: () => sidebarMenuAction,
47
51
  sidebarMenuButton: () => sidebarMenuButton,
48
52
  skeleton: () => skeleton,
49
53
  spinner: () => spinner,
54
+ splitPageLayout: () => splitPageLayout,
50
55
  tabNav: () => tabNav,
51
56
  table: () => table,
52
57
  tabs: () => tabs,
@@ -89,7 +94,7 @@ var translateCenterClasses = [
89
94
 
90
95
  // src/utils/variants.ts
91
96
  var solid = {
92
- default: "bg-accent text-accent-foreground",
97
+ default: "bg-accent/70 text-accent-foreground",
93
98
  primary: "bg-primary text-primary-foreground",
94
99
  secondary: "bg-secondary text-secondary-foreground",
95
100
  destructive: "bg-destructive text-destructive-foreground",
@@ -1228,7 +1233,7 @@ var drawer = (0, import_tailwind_variants13.tv)({
1228
1233
  content: "max-w-6xl"
1229
1234
  },
1230
1235
  full: {
1231
- content: "max-w-full max-h-full h-[calc(100dvh_-_1rem)] inset-2"
1236
+ content: "max-w-full max-h-full h-[calc(100dvh_-_1rem)] !inset-2"
1232
1237
  }
1233
1238
  },
1234
1239
  placement: {
@@ -1548,9 +1553,118 @@ var popover = (0, import_tailwind_variants19.tv)({
1548
1553
  }
1549
1554
  });
1550
1555
 
1551
- // src/components/risk-indicator.ts
1556
+ // src/components/preview-card.ts
1552
1557
  var import_tailwind_variants20 = require("tailwind-variants");
1553
- var riskIndicator = (0, import_tailwind_variants20.tv)({
1558
+ var previewCard = (0, import_tailwind_variants20.tv)({
1559
+ slots: {
1560
+ root: [
1561
+ "flex w-full items-start gap-3 rounded-md bg-background p-2 transition-colors",
1562
+ "transition-all group min-h-10",
1563
+ "focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-1"
1564
+ ],
1565
+ icon: ["flex-shrink-0 text-muted-foreground"],
1566
+ content: ["flex min-w-0 flex-1 flex-col justify-center"],
1567
+ title: ["truncate text-xs font-medium text-foreground"],
1568
+ description: ["truncate text-[10px] text-muted-foreground line-clamp-1"],
1569
+ action: ["shrink-0 rounded-full [&_svg]:size-4"],
1570
+ tags: ["mt-1.5 flex items-center gap-2"]
1571
+ },
1572
+ variants: {
1573
+ size: {
1574
+ md: {
1575
+ icon: "[&__svg]:size-5"
1576
+ }
1577
+ },
1578
+ isBordered: {
1579
+ true: {
1580
+ root: ["border"]
1581
+ },
1582
+ false: {}
1583
+ },
1584
+ isHoverable: {
1585
+ true: {
1586
+ root: "hover:bg-muted/50 hover:border-primary",
1587
+ title: "group-hover:text-primary"
1588
+ },
1589
+ false: {}
1590
+ }
1591
+ },
1592
+ defaultVariants: {
1593
+ size: "md",
1594
+ isBordered: true
1595
+ }
1596
+ });
1597
+
1598
+ // src/components/resizable.ts
1599
+ var import_tailwind_variants21 = require("tailwind-variants");
1600
+ var resizable = (0, import_tailwind_variants21.tv)({
1601
+ slots: {
1602
+ root: ["flex h-full w-full data-[panel-group-direction=vertical]:flex-col"],
1603
+ panel: [],
1604
+ handle: [
1605
+ "bg-border focus-visible:ring-ring relative",
1606
+ "flex w-px items-center justify-center",
1607
+ "after:absolute after:inset-y-0 after:left-1/2",
1608
+ "after:w-1 after:-translate-x-1/2",
1609
+ "focus-visible:ring-1 focus-visible:ring-offset-1 focus-visible:outline-hidden",
1610
+ "data-[panel-group-direction=vertical]:h-px",
1611
+ "data-[panel-group-direction=vertical]:w-full",
1612
+ "data-[panel-group-direction=vertical]:after:left-0",
1613
+ "data-[panel-group-direction=vertical]:after:h-1 data-[panel-group-direction=vertical]:after:w-full",
1614
+ "data-[panel-group-direction=vertical]:after:translate-x-0",
1615
+ "data-[panel-group-direction=vertical]:after:-translate-y-1/2",
1616
+ "[&[data-panel-group-direction=vertical]>div]:rotate-90"
1617
+ ],
1618
+ iconContainer: [
1619
+ "bg-border z-10 flex h-4 w-3 items-center justify-center rounded-xs border",
1620
+ "[&_> svg]:size-2.5 [&_> svg]:shrink-0"
1621
+ ]
1622
+ }
1623
+ });
1624
+
1625
+ // src/components/risk-badge.ts
1626
+ var import_tailwind_variants22 = require("tailwind-variants");
1627
+ var riskBadge = (0, import_tailwind_variants22.tv)({
1628
+ slots: {
1629
+ root: ["inline-flex flex-col items-start gap-0.5"],
1630
+ label: ["inline-flex items-center gap-0.5 text-xs"],
1631
+ grade: ["font-semibold"],
1632
+ level: ["font-medium"],
1633
+ dots: ["inline-flex items-center gap-0.5"],
1634
+ dot: [
1635
+ "inline-block w-1.5 h-1.5 rounded-full",
1636
+ "transition-all duration-150 ease-in-out"
1637
+ ]
1638
+ },
1639
+ variants: {
1640
+ color: {
1641
+ default: {
1642
+ dot: "bg-gray-200 dark:bg-gray-700"
1643
+ },
1644
+ success: {
1645
+ dot: "bg-success"
1646
+ },
1647
+ destructive: {
1648
+ dot: "bg-destructive"
1649
+ },
1650
+ warning: {
1651
+ dot: "bg-warning"
1652
+ }
1653
+ },
1654
+ dotFilled: {
1655
+ true: {
1656
+ dot: "opacity-100 scale-110"
1657
+ },
1658
+ false: {
1659
+ dot: "opacity-40 scale-100"
1660
+ }
1661
+ }
1662
+ }
1663
+ });
1664
+
1665
+ // src/components/risk-indicator.ts
1666
+ var import_tailwind_variants23 = require("tailwind-variants");
1667
+ var riskIndicator = (0, import_tailwind_variants23.tv)({
1554
1668
  slots: {
1555
1669
  base: "flex items-end gap-0.5",
1556
1670
  bar: "rounded-sm",
@@ -1582,21 +1696,48 @@ var riskIndicator = (0, import_tailwind_variants20.tv)({
1582
1696
  }
1583
1697
  });
1584
1698
 
1699
+ // src/components/section-row.ts
1700
+ var import_tailwind_variants24 = require("tailwind-variants");
1701
+ var sectionRow = (0, import_tailwind_variants24.tv)({
1702
+ slots: {
1703
+ root: ["section-row items-start"],
1704
+ title: "section-row__title text-muted-foreground text-sm font-semibold",
1705
+ valueText: "whitespace-pre-line text-pretty text-sm",
1706
+ valueContainer: "section-row__value-container flex flex-wrap gap-1",
1707
+ action: "section-row__action"
1708
+ },
1709
+ variants: {
1710
+ hasActions: {
1711
+ true: {
1712
+ root: [
1713
+ "has-actions"
1714
+ //"md:grid-cols-[min(40%,--spacing(80))_auto_28px]",
1715
+ ]
1716
+ },
1717
+ false: {}
1718
+ }
1719
+ },
1720
+ defaultVariants: {
1721
+ hasActions: false
1722
+ }
1723
+ });
1724
+
1585
1725
  // src/components/separator.ts
1586
- var import_tailwind_variants21 = require("tailwind-variants");
1587
- var separator = (0, import_tailwind_variants21.tv)({
1726
+ var import_tailwind_variants25 = require("tailwind-variants");
1727
+ var separator = (0, import_tailwind_variants25.tv)({
1588
1728
  base: "bg-border shrink-0 data-[orientation=horizontal]:h-px data-[orientation=horizontal]:w-full data-[orientation=vertical]:h-full data-[orientation=vertical]:w-px",
1589
1729
  variants: {
1590
1730
  orientation: {
1591
1731
  vertical: "",
1592
1732
  horizontal: ""
1593
1733
  }
1594
- }
1734
+ },
1735
+ compoundVariants: []
1595
1736
  });
1596
1737
 
1597
1738
  // src/components/sidebar.ts
1598
- var import_tailwind_variants22 = require("tailwind-variants");
1599
- var sidebar = (0, import_tailwind_variants22.tv)({
1739
+ var import_tailwind_variants26 = require("tailwind-variants");
1740
+ var sidebar = (0, import_tailwind_variants26.tv)({
1600
1741
  slots: {
1601
1742
  provider: [
1602
1743
  "group/sidebar-wrapper has-data-[variant=inset]:bg-sidebar flex min-h-svh w-full"
@@ -1684,7 +1825,7 @@ var sidebar = (0, import_tailwind_variants22.tv)({
1684
1825
  isMobile: false
1685
1826
  }
1686
1827
  });
1687
- var sidebarMenuButton = (0, import_tailwind_variants22.tv)({
1828
+ var sidebarMenuButton = (0, import_tailwind_variants26.tv)({
1688
1829
  base: [
1689
1830
  "peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md",
1690
1831
  "p-2 text-left text-sm outline-hidden ring-sidebar-ring transition-[width,height,padding]",
@@ -1736,7 +1877,7 @@ var sidebarMenuButton = (0, import_tailwind_variants22.tv)({
1736
1877
  }
1737
1878
  ]
1738
1879
  });
1739
- var sidebarMenuAction = (0, import_tailwind_variants22.tv)({
1880
+ var sidebarMenuAction = (0, import_tailwind_variants26.tv)({
1740
1881
  base: [
1741
1882
  "text-sidebar-foreground ring-sidebar-ring hover:bg-sidebar-accent hover:text-sidebar-accent-foreground peer-hover/menu-button:text-sidebar-accent-foreground absolute top-1.5 right-1 flex aspect-square w-5 items-center justify-center rounded-md p-0 outline-hidden transition-transform focus-visible:ring-2 [&>svg]:size-4 [&>svg]:shrink-0",
1742
1883
  // Increases the hit area of the button on mobile.
@@ -1756,14 +1897,14 @@ var sidebarMenuAction = (0, import_tailwind_variants22.tv)({
1756
1897
  });
1757
1898
 
1758
1899
  // src/components/skeleton.ts
1759
- var import_tailwind_variants23 = require("tailwind-variants");
1760
- var skeleton = (0, import_tailwind_variants23.tv)({
1900
+ var import_tailwind_variants27 = require("tailwind-variants");
1901
+ var skeleton = (0, import_tailwind_variants27.tv)({
1761
1902
  base: "bg-accent animate-pulse rounded-md"
1762
1903
  });
1763
1904
 
1764
1905
  // src/components/spinner.ts
1765
- var import_tailwind_variants24 = require("tailwind-variants");
1766
- var spinner = (0, import_tailwind_variants24.tv)({
1906
+ var import_tailwind_variants28 = require("tailwind-variants");
1907
+ var spinner = (0, import_tailwind_variants28.tv)({
1767
1908
  slots: {
1768
1909
  base: "relative inline-flex flex-col gap-2 items-center justify-center",
1769
1910
  wrapper: "relative flex",
@@ -1879,13 +2020,52 @@ var spinner = (0, import_tailwind_variants24.tv)({
1879
2020
  }
1880
2021
  });
1881
2022
 
2023
+ // src/components/split-page-layout.ts
2024
+ var import_tailwind_variants29 = require("tailwind-variants");
2025
+ var splitPageLayout = (0, import_tailwind_variants29.tv)({
2026
+ slots: {
2027
+ root: [
2028
+ "size-full min-h-0 grid grid-cols-[1fr_10px] md:grid-cols-3 relative"
2029
+ ],
2030
+ content: ["p-4 md:p-6 col-span-1 md:col-span-2"],
2031
+ panelContainer: [
2032
+ "flex flex-col",
2033
+ "md:border-s",
2034
+ //"size-full",
2035
+ "bg-muted dark:bg-primary-900"
2036
+ ],
2037
+ panel: [
2038
+ //"md:border-s",
2039
+ "p-4 md:p-6",
2040
+ "overflow-y-auto overflow-x-hidden",
2041
+ "flex-1",
2042
+ "min-h-0",
2043
+ "h-full"
2044
+ ],
2045
+ bleed: "-mx-4 md:-mx-6",
2046
+ mobileWrapper: "relative",
2047
+ mobileContainer: ["absolute top-2 right-2 z-10"]
2048
+ },
2049
+ variants: {
2050
+ inset: {
2051
+ true: {
2052
+ panelContainer: "rounded-e-md max-md:rounded-md"
2053
+ }
2054
+ }
2055
+ },
2056
+ defaultVariants: {
2057
+ inset: true
2058
+ }
2059
+ });
2060
+
1882
2061
  // src/components/tab-nav.ts
1883
- var import_tailwind_variants25 = require("tailwind-variants");
1884
- var tabNav = (0, import_tailwind_variants25.tv)({
2062
+ var import_tailwind_variants30 = require("tailwind-variants");
2063
+ var tabNav = (0, import_tailwind_variants30.tv)({
1885
2064
  slots: {
1886
2065
  base: "",
1887
2066
  list: [
1888
2067
  "flex",
2068
+ "items-center",
1889
2069
  "justify-start",
1890
2070
  "overflow-x-auto",
1891
2071
  "whitespace-nowrap",
@@ -1923,6 +2103,12 @@ var tabNav = (0, import_tailwind_variants25.tv)({
1923
2103
  ]
1924
2104
  },
1925
2105
  variants: {
2106
+ bleed: {
2107
+ true: {
2108
+ list: "-mx-4 md:-mx-6 px-4 md:px-6"
2109
+ },
2110
+ false: {}
2111
+ },
1926
2112
  color: {
1927
2113
  primary: {
1928
2114
  link: ["before:bg-primary"]
@@ -1964,8 +2150,8 @@ var tabNav = (0, import_tailwind_variants25.tv)({
1964
2150
  });
1965
2151
 
1966
2152
  // src/components/table.ts
1967
- var import_tailwind_variants26 = require("tailwind-variants");
1968
- var table = (0, import_tailwind_variants26.tv)({
2153
+ var import_tailwind_variants31 = require("tailwind-variants");
2154
+ var table = (0, import_tailwind_variants31.tv)({
1969
2155
  slots: {
1970
2156
  container: ["overflow-x-auto whitespace-nowrap", "-mx-3 md:-mx-6"],
1971
2157
  wrapper: ["inline-block min-w-full align-middle"],
@@ -2005,7 +2191,16 @@ var table = (0, import_tailwind_variants26.tv)({
2005
2191
  "before:w-0.5",
2006
2192
  "before:opacity-0",
2007
2193
  "group-aria-[selected=true]/tr:first:before:opacity-100"
2008
- ]
2194
+ ],
2195
+ ownerCell: [
2196
+ "min-h-[50px]",
2197
+ "inline-flex items-center justify-center gap-2"
2198
+ ],
2199
+ ownerCellAvatar: [],
2200
+ ownerCelltextWrapper: "inline-flex flex-col items-start",
2201
+ ownerCellName: "text-xs font-medium",
2202
+ ownerCellDescription: "text-[11px] text-muted-foreground truncate",
2203
+ ownerCellUnassigned: "text-xs italic text-muted-foreground"
2009
2204
  },
2010
2205
  variants: {
2011
2206
  bleed: {
@@ -2113,8 +2308,8 @@ var table = (0, import_tailwind_variants26.tv)({
2113
2308
  });
2114
2309
 
2115
2310
  // src/components/tabs.ts
2116
- var import_tailwind_variants27 = require("tailwind-variants");
2117
- var tabs = (0, import_tailwind_variants27.tv)({
2311
+ var import_tailwind_variants32 = require("tailwind-variants");
2312
+ var tabs = (0, import_tailwind_variants32.tv)({
2118
2313
  slots: {
2119
2314
  root: "flex flex-col gap-2",
2120
2315
  list: [
@@ -2151,8 +2346,8 @@ var tabs = (0, import_tailwind_variants27.tv)({
2151
2346
  });
2152
2347
 
2153
2348
  // src/components/tooltip.ts
2154
- var import_tailwind_variants28 = require("tailwind-variants");
2155
- var tooltip = (0, import_tailwind_variants28.tv)({
2349
+ var import_tailwind_variants33 = require("tailwind-variants");
2350
+ var tooltip = (0, import_tailwind_variants33.tv)({
2156
2351
  slots: {
2157
2352
  content: [
2158
2353
  "bg-primary text-primary-foreground",
@@ -2184,13 +2379,18 @@ var tooltip = (0, import_tailwind_variants28.tv)({
2184
2379
  pageLayout,
2185
2380
  passwordInput,
2186
2381
  popover,
2382
+ previewCard,
2383
+ resizable,
2384
+ riskBadge,
2187
2385
  riskIndicator,
2386
+ sectionRow,
2188
2387
  separator,
2189
2388
  sidebar,
2190
2389
  sidebarMenuAction,
2191
2390
  sidebarMenuButton,
2192
2391
  skeleton,
2193
2392
  spinner,
2393
+ splitPageLayout,
2194
2394
  tabNav,
2195
2395
  table,
2196
2396
  tabs,
@@ -1,22 +1,39 @@
1
- import "../chunk-EOJ6MEGH.mjs";
2
- import {
3
- skeleton
4
- } from "../chunk-VNQEJU4P.mjs";
5
- import {
6
- spinner
7
- } from "../chunk-4UDOCFU5.mjs";
8
- import {
9
- tabNav
10
- } from "../chunk-UPTG533L.mjs";
1
+ import "../chunk-GZPF57JX.mjs";
11
2
  import {
12
3
  table
13
- } from "../chunk-SU53TZN7.mjs";
4
+ } from "../chunk-MKBU6G6Q.mjs";
14
5
  import {
15
6
  tabs
16
7
  } from "../chunk-I6M4S2KZ.mjs";
17
8
  import {
18
9
  tooltip
19
10
  } from "../chunk-SVCFD7RR.mjs";
11
+ import {
12
+ riskIndicator
13
+ } from "../chunk-CZMZHA7U.mjs";
14
+ import {
15
+ sectionRow
16
+ } from "../chunk-TT5V2MUL.mjs";
17
+ import {
18
+ separator
19
+ } from "../chunk-VCLXE57S.mjs";
20
+ import {
21
+ sidebar,
22
+ sidebarMenuAction,
23
+ sidebarMenuButton
24
+ } from "../chunk-GA6UOB2D.mjs";
25
+ import {
26
+ skeleton
27
+ } from "../chunk-VNQEJU4P.mjs";
28
+ import {
29
+ spinner
30
+ } from "../chunk-4UDOCFU5.mjs";
31
+ import {
32
+ splitPageLayout
33
+ } from "../chunk-IY7SLI3T.mjs";
34
+ import {
35
+ tabNav
36
+ } from "../chunk-ZLM6Z3W2.mjs";
20
37
  import {
21
38
  input,
22
39
  passwordInput
@@ -31,22 +48,20 @@ import {
31
48
  popover
32
49
  } from "../chunk-J35D7RWA.mjs";
33
50
  import {
34
- riskIndicator
35
- } from "../chunk-CZMZHA7U.mjs";
51
+ previewCard
52
+ } from "../chunk-WPOYEHD2.mjs";
36
53
  import {
37
- separator
38
- } from "../chunk-IRKCLWJD.mjs";
54
+ resizable
55
+ } from "../chunk-RV656WRF.mjs";
39
56
  import {
40
- sidebar,
41
- sidebarMenuAction,
42
- sidebarMenuButton
43
- } from "../chunk-GA6UOB2D.mjs";
57
+ riskBadge
58
+ } from "../chunk-V2J5XG34.mjs";
44
59
  import {
45
60
  chip
46
- } from "../chunk-HOQ2LD24.mjs";
61
+ } from "../chunk-T5PESSOS.mjs";
47
62
  import {
48
63
  code
49
- } from "../chunk-WSX3HKVE.mjs";
64
+ } from "../chunk-XJ7XBZNF.mjs";
50
65
  import {
51
66
  command
52
67
  } from "../chunk-YPHFKGNI.mjs";
@@ -55,7 +70,7 @@ import {
55
70
  } from "../chunk-GNYTZGE5.mjs";
56
71
  import {
57
72
  drawer
58
- } from "../chunk-DH3KNPAO.mjs";
73
+ } from "../chunk-J4JIYTOU.mjs";
59
74
  import {
60
75
  dialog
61
76
  } from "../chunk-5DF3M5JP.mjs";
@@ -73,12 +88,12 @@ import {
73
88
  } from "../chunk-XCLEKBCJ.mjs";
74
89
  import {
75
90
  avatar
76
- } from "../chunk-OMS3433R.mjs";
91
+ } from "../chunk-5QIMO5EG.mjs";
77
92
  import {
78
93
  button
79
- } from "../chunk-MGYGD5BF.mjs";
94
+ } from "../chunk-DQEPGWAN.mjs";
80
95
  import "../chunk-25L2JS6A.mjs";
81
- import "../chunk-UVT775TU.mjs";
96
+ import "../chunk-LG2J56LI.mjs";
82
97
  import {
83
98
  calendar
84
99
  } from "../chunk-JWF5ABNP.mjs";
@@ -109,13 +124,18 @@ export {
109
124
  pageLayout,
110
125
  passwordInput,
111
126
  popover,
127
+ previewCard,
128
+ resizable,
129
+ riskBadge,
112
130
  riskIndicator,
131
+ sectionRow,
113
132
  separator,
114
133
  sidebar,
115
134
  sidebarMenuAction,
116
135
  sidebarMenuButton,
117
136
  skeleton,
118
137
  spinner,
138
+ splitPageLayout,
119
139
  tabNav,
120
140
  table,
121
141
  tabs,
@@ -0,0 +1,89 @@
1
+ import * as tailwind_variants from 'tailwind-variants';
2
+ import { VariantProps } from 'tailwind-variants';
3
+
4
+ declare const previewCard: tailwind_variants.TVReturnType<{
5
+ size: {
6
+ md: {
7
+ icon: string;
8
+ };
9
+ };
10
+ isBordered: {
11
+ true: {
12
+ root: string[];
13
+ };
14
+ false: {};
15
+ };
16
+ isHoverable: {
17
+ true: {
18
+ root: string;
19
+ title: string;
20
+ };
21
+ false: {};
22
+ };
23
+ }, {
24
+ root: string[];
25
+ icon: string[];
26
+ content: string[];
27
+ title: string[];
28
+ description: string[];
29
+ action: string[];
30
+ tags: string[];
31
+ }, undefined, {
32
+ size: {
33
+ md: {
34
+ icon: string;
35
+ };
36
+ };
37
+ isBordered: {
38
+ true: {
39
+ root: string[];
40
+ };
41
+ false: {};
42
+ };
43
+ isHoverable: {
44
+ true: {
45
+ root: string;
46
+ title: string;
47
+ };
48
+ false: {};
49
+ };
50
+ }, {
51
+ root: string[];
52
+ icon: string[];
53
+ content: string[];
54
+ title: string[];
55
+ description: string[];
56
+ action: string[];
57
+ tags: string[];
58
+ }, tailwind_variants.TVReturnType<{
59
+ size: {
60
+ md: {
61
+ icon: string;
62
+ };
63
+ };
64
+ isBordered: {
65
+ true: {
66
+ root: string[];
67
+ };
68
+ false: {};
69
+ };
70
+ isHoverable: {
71
+ true: {
72
+ root: string;
73
+ title: string;
74
+ };
75
+ false: {};
76
+ };
77
+ }, {
78
+ root: string[];
79
+ icon: string[];
80
+ content: string[];
81
+ title: string[];
82
+ description: string[];
83
+ action: string[];
84
+ tags: string[];
85
+ }, undefined, unknown, unknown, undefined>>;
86
+ type PreviewCardSlots = keyof ReturnType<typeof previewCard>;
87
+ type PreviewCardVariantProps = VariantProps<typeof previewCard>;
88
+
89
+ export { type PreviewCardSlots, type PreviewCardVariantProps, previewCard };
@@ -0,0 +1,89 @@
1
+ import * as tailwind_variants from 'tailwind-variants';
2
+ import { VariantProps } from 'tailwind-variants';
3
+
4
+ declare const previewCard: tailwind_variants.TVReturnType<{
5
+ size: {
6
+ md: {
7
+ icon: string;
8
+ };
9
+ };
10
+ isBordered: {
11
+ true: {
12
+ root: string[];
13
+ };
14
+ false: {};
15
+ };
16
+ isHoverable: {
17
+ true: {
18
+ root: string;
19
+ title: string;
20
+ };
21
+ false: {};
22
+ };
23
+ }, {
24
+ root: string[];
25
+ icon: string[];
26
+ content: string[];
27
+ title: string[];
28
+ description: string[];
29
+ action: string[];
30
+ tags: string[];
31
+ }, undefined, {
32
+ size: {
33
+ md: {
34
+ icon: string;
35
+ };
36
+ };
37
+ isBordered: {
38
+ true: {
39
+ root: string[];
40
+ };
41
+ false: {};
42
+ };
43
+ isHoverable: {
44
+ true: {
45
+ root: string;
46
+ title: string;
47
+ };
48
+ false: {};
49
+ };
50
+ }, {
51
+ root: string[];
52
+ icon: string[];
53
+ content: string[];
54
+ title: string[];
55
+ description: string[];
56
+ action: string[];
57
+ tags: string[];
58
+ }, tailwind_variants.TVReturnType<{
59
+ size: {
60
+ md: {
61
+ icon: string;
62
+ };
63
+ };
64
+ isBordered: {
65
+ true: {
66
+ root: string[];
67
+ };
68
+ false: {};
69
+ };
70
+ isHoverable: {
71
+ true: {
72
+ root: string;
73
+ title: string;
74
+ };
75
+ false: {};
76
+ };
77
+ }, {
78
+ root: string[];
79
+ icon: string[];
80
+ content: string[];
81
+ title: string[];
82
+ description: string[];
83
+ action: string[];
84
+ tags: string[];
85
+ }, undefined, unknown, unknown, undefined>>;
86
+ type PreviewCardSlots = keyof ReturnType<typeof previewCard>;
87
+ type PreviewCardVariantProps = VariantProps<typeof previewCard>;
88
+
89
+ export { type PreviewCardSlots, type PreviewCardVariantProps, previewCard };