ikoncomponents 1.7.7 → 1.8.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/ikoncomponents/action-menu/index.d.ts +2 -1
- package/dist/ikoncomponents/activity-sheet/index.d.ts +2 -1
- package/dist/ikoncomponents/app-breadcrumb/BreadcrumbProvider.d.ts +1 -1
- package/dist/ikoncomponents/app-breadcrumb/index.d.ts +2 -2
- package/dist/ikoncomponents/big-calendar/big-calender-event/index.d.ts +1 -1
- package/dist/ikoncomponents/big-calendar/big-calender-toolbar/index.d.ts +1 -1
- package/dist/ikoncomponents/big-calendar/index.d.ts +1 -1
- package/dist/ikoncomponents/buttons/index.d.ts +6 -6
- package/dist/ikoncomponents/combobox-input/index.d.ts +2 -1
- package/dist/ikoncomponents/custom-combo-dropdown/index.d.ts +1 -1
- package/dist/ikoncomponents/data-table/datatable-column-filter/index.d.ts +2 -1
- package/dist/ikoncomponents/data-table/datatable-faceted-filter/index.d.ts +2 -1
- package/dist/ikoncomponents/data-table/datatable-filter-menu/index.d.ts +2 -1
- package/dist/ikoncomponents/data-table/datatable-pagination/index.d.ts +2 -1
- package/dist/ikoncomponents/data-table/datatable-toolbar/index.d.ts +2 -1
- package/dist/ikoncomponents/data-table/index.d.ts +2 -1
- package/dist/ikoncomponents/file-input/index.d.ts +2 -1
- package/dist/ikoncomponents/fileUpload/index.d.ts +2 -1
- package/dist/ikoncomponents/form-fields/combobox-input/index.d.ts +2 -1
- package/dist/ikoncomponents/form-fields/combobox-input-value/index.d.ts +2 -1
- package/dist/ikoncomponents/form-fields/date-input/index.d.ts +2 -1
- package/dist/ikoncomponents/form-fields/file-input/index.d.ts +2 -1
- package/dist/ikoncomponents/form-fields/input/index.d.ts +2 -1
- package/dist/ikoncomponents/form-fields/multi-combobox-input/index.d.ts +2 -1
- package/dist/ikoncomponents/form-fields/otp-input/index.d.ts +2 -1
- package/dist/ikoncomponents/form-fields/phone-input/index.d.ts +2 -1
- package/dist/ikoncomponents/form-fields/textarea/index.d.ts +2 -1
- package/dist/ikoncomponents/glowing-effect/index.d.ts +2 -1
- package/dist/ikoncomponents/icon/index.d.ts +2 -1
- package/dist/ikoncomponents/image-cropper-upload/cropper-form/index.d.ts +1 -1
- package/dist/ikoncomponents/image-cropper-upload/cropper-form-with-modal/index.d.ts +2 -1
- package/dist/ikoncomponents/image-cropper-upload/index.d.ts +2 -2
- package/dist/ikoncomponents/loading-spinner/index.d.ts +1 -1
- package/dist/ikoncomponents/main-layout/RefreshContext.d.ts +1 -1
- package/dist/ikoncomponents/main-layout/SidebarNavContext.d.ts +1 -1
- package/dist/ikoncomponents/main-layout/app-sidebar.d.ts +1 -1
- package/dist/ikoncomponents/main-layout/app-sidebar.js +4 -1
- package/dist/ikoncomponents/main-layout/footer.d.ts +2 -1
- package/dist/ikoncomponents/main-layout/footer.js +4 -1
- package/dist/ikoncomponents/main-layout/header.d.ts +2 -1
- package/dist/ikoncomponents/main-layout/header.js +4 -1
- package/dist/ikoncomponents/main-layout/index.d.ts +1 -1
- package/dist/ikoncomponents/main-layout/index.js +9 -2
- package/dist/ikoncomponents/main-layout/main-sidebar.d.ts +4 -2
- package/dist/ikoncomponents/main-layout/main-sidebar.js +28 -10
- package/dist/ikoncomponents/main-layout/nav-main.d.ts +1 -1
- package/dist/ikoncomponents/main-layout/sidebar-expanded-context.d.ts +20 -0
- package/dist/ikoncomponents/main-layout/sidebar-expanded-context.js +25 -0
- package/dist/ikoncomponents/multi-combobox/index.d.ts +2 -1
- package/dist/ikoncomponents/no-data/index.d.ts +2 -1
- package/dist/ikoncomponents/page-wrapper/index.d.ts +2 -2
- package/dist/ikoncomponents/password-strength-meter/index.d.ts +2 -1
- package/dist/ikoncomponents/phone-input/index.d.ts +2 -1
- package/dist/ikoncomponents/provider-wrapper/index.d.ts +1 -1
- package/dist/ikoncomponents/reload-component/index.d.ts +1 -1
- package/dist/ikoncomponents/search-input/index.d.ts +2 -1
- package/dist/ikoncomponents/sheet/index.d.ts +1 -1
- package/dist/ikoncomponents/simple-widget/index.d.ts +2 -2
- package/dist/ikoncomponents/skeleton-loader/skeleton-table.d.ts +1 -1
- package/dist/ikoncomponents/skeleton-loader/skeleton-widget.d.ts +1 -1
- package/dist/ikoncomponents/table/DataTable/index.d.ts +3 -2
- package/dist/ikoncomponents/table/DataTable/index.js +296 -60
- package/dist/ikoncomponents/table/DataTableColumn/index.d.ts +3 -0
- package/dist/ikoncomponents/table/DataTableColumn/index.js +17 -0
- package/dist/ikoncomponents/table/DataTableFilter/index.d.ts +7 -0
- package/dist/ikoncomponents/table/DataTableFilter/index.js +95 -0
- package/dist/ikoncomponents/table/DataTablePageSize/index.d.ts +1 -1
- package/dist/ikoncomponents/table/DataTablePageSize/index.js +2 -0
- package/dist/ikoncomponents/table/DataTablePagination/index.d.ts +2 -2
- package/dist/ikoncomponents/table/DataTablePagination/index.js +3 -1
- package/dist/ikoncomponents/table/DataTableSearch/index.d.ts +1 -1
- package/dist/ikoncomponents/table/DataTableSearch/index.js +16 -4
- package/dist/ikoncomponents/table/index.d.ts +2 -2
- package/dist/ikoncomponents/table/index.js +2 -162
- package/dist/ikoncomponents/table/type.d.ts +83 -24
- package/dist/ikoncomponents/table/type.js +0 -7
- package/dist/ikoncomponents/tabs/index.d.ts +2 -1
- package/dist/ikoncomponents/theme-toggle-btn/index.d.ts +1 -1
- package/dist/ikoncomponents/title-progress/index.d.ts +2 -1
- package/dist/ikoncomponents/tooltip/index.d.ts +1 -1
- package/dist/ikoncomponents/twolevel-dropdown/index.d.ts +2 -1
- package/dist/ikoncomponents/upload-tab/index.d.ts +1 -1
- package/dist/ikoncomponents/widgets/index.d.ts +2 -1
- package/dist/ikoncomponents/work-in-progress/index.d.ts +2 -1
- package/dist/index.d.ts +1 -1
- package/dist/shadcn/accordion.d.ts +4 -4
- package/dist/shadcn/alert-dialog.d.ts +2 -2
- package/dist/shadcn/alert.d.ts +3 -3
- package/dist/shadcn/aspect-ratio.d.ts +1 -1
- package/dist/shadcn/avatar.d.ts +3 -3
- package/dist/shadcn/badge.d.ts +1 -1
- package/dist/shadcn/breadcrumb.d.ts +7 -7
- package/dist/shadcn/button.d.ts +1 -1
- package/dist/shadcn/calendar.d.ts +2 -2
- package/dist/shadcn/card.d.ts +7 -7
- package/dist/shadcn/checkbox.d.ts +1 -1
- package/dist/shadcn/collapsible.d.ts +3 -3
- package/dist/shadcn/command.d.ts +9 -9
- package/dist/shadcn/dialog.d.ts +10 -10
- package/dist/shadcn/drawer.d.ts +10 -10
- package/dist/shadcn/dropdown-menu.d.ts +15 -15
- package/dist/shadcn/form.d.ts +7 -7
- package/dist/shadcn/hover-card.d.ts +3 -3
- package/dist/shadcn/input.d.ts +1 -1
- package/dist/shadcn/label.d.ts +1 -1
- package/dist/shadcn/navigation-menu.d.ts +8 -8
- package/dist/shadcn/popover.d.ts +4 -4
- package/dist/shadcn/progress.d.ts +1 -1
- package/dist/shadcn/radio-group.d.ts +2 -2
- package/dist/shadcn/scroll-area.d.ts +2 -2
- package/dist/shadcn/select.d.ts +10 -10
- package/dist/shadcn/separator.d.ts +1 -1
- package/dist/shadcn/sheet.d.ts +8 -8
- package/dist/shadcn/sidebar.d.ts +23 -23
- package/dist/shadcn/skeleton.d.ts +1 -1
- package/dist/shadcn/slider.d.ts +1 -1
- package/dist/shadcn/sonner.d.ts +1 -1
- package/dist/shadcn/switch.d.ts +1 -1
- package/dist/shadcn/table.d.ts +8 -8
- package/dist/shadcn/tabs.d.ts +4 -4
- package/dist/shadcn/textarea.d.ts +1 -1
- package/dist/shadcn/toggle-group.d.ts +2 -2
- package/dist/shadcn/toggle.d.ts +1 -1
- package/dist/shadcn/tooltip.d.ts +4 -4
- package/dist/shadcn/workflow.d.ts +1 -1
- package/dist/styles.css +47 -28
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/utils/border-radius-provider.d.ts +1 -1
- package/dist/utils/font-provider.d.ts +1 -1
- package/dist/utils/theme-provider/index.d.ts +1 -1
- package/package.json +3 -2
- package/dist/ikoncomponents/assistant-ui/Assistant.d.ts +0 -28
- package/dist/ikoncomponents/assistant-ui/Assistant.js +0 -306
- package/dist/ikoncomponents/assistant-ui/agent-dropdown.d.ts +0 -24
- package/dist/ikoncomponents/assistant-ui/agent-dropdown.js +0 -16
- package/dist/ikoncomponents/assistant-ui/agentTextChatTransport.d.ts +0 -30
- package/dist/ikoncomponents/assistant-ui/agentTextChatTransport.js +0 -208
- package/dist/ikoncomponents/assistant-ui/attachment.d.ts +0 -4
- package/dist/ikoncomponents/assistant-ui/attachment.js +0 -93
- package/dist/ikoncomponents/assistant-ui/markdown-text.d.ts +0 -2
- package/dist/ikoncomponents/assistant-ui/markdown-text.js +0 -126
- package/dist/ikoncomponents/assistant-ui/thread.d.ts +0 -10
- package/dist/ikoncomponents/assistant-ui/thread.js +0 -115
- package/dist/ikoncomponents/assistant-ui/tool-fallback.d.ts +0 -2
- package/dist/ikoncomponents/assistant-ui/tool-fallback.js +0 -18
- package/dist/ikoncomponents/assistant-ui/tooltip-icon-button.d.ts +0 -7
- package/dist/ikoncomponents/assistant-ui/tooltip-icon-button.js +0 -23
- package/dist/utils/userType.d.ts +0 -13
- package/dist/utils/userType.js +0 -1
package/dist/styles.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.
|
|
1
|
+
/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties;
|
|
3
3
|
@layer theme, base, components, utilities;
|
|
4
4
|
@layer theme {
|
|
@@ -259,6 +259,9 @@
|
|
|
259
259
|
.relative {
|
|
260
260
|
position: relative;
|
|
261
261
|
}
|
|
262
|
+
.static {
|
|
263
|
+
position: static;
|
|
264
|
+
}
|
|
262
265
|
.sticky {
|
|
263
266
|
position: sticky;
|
|
264
267
|
}
|
|
@@ -290,7 +293,7 @@
|
|
|
290
293
|
top: calc(var(--spacing) * 1.5);
|
|
291
294
|
}
|
|
292
295
|
.top-1\/2 {
|
|
293
|
-
top: calc(1/2 * 100%);
|
|
296
|
+
top: calc(1 / 2 * 100%);
|
|
294
297
|
}
|
|
295
298
|
.top-3\.5 {
|
|
296
299
|
top: calc(var(--spacing) * 3.5);
|
|
@@ -341,7 +344,7 @@
|
|
|
341
344
|
left: calc(var(--spacing) * 0);
|
|
342
345
|
}
|
|
343
346
|
.left-1\/2 {
|
|
344
|
-
left: calc(1/2 * 100%);
|
|
347
|
+
left: calc(1 / 2 * 100%);
|
|
345
348
|
}
|
|
346
349
|
.left-2 {
|
|
347
350
|
left: calc(var(--spacing) * 2);
|
|
@@ -538,6 +541,9 @@
|
|
|
538
541
|
.ml-40 {
|
|
539
542
|
margin-left: calc(var(--spacing) * 40);
|
|
540
543
|
}
|
|
544
|
+
.ml-56 {
|
|
545
|
+
margin-left: calc(var(--spacing) * 56);
|
|
546
|
+
}
|
|
541
547
|
.ml-auto {
|
|
542
548
|
margin-left: auto;
|
|
543
549
|
}
|
|
@@ -826,10 +832,10 @@
|
|
|
826
832
|
width: calc(var(--spacing) * 0.5);
|
|
827
833
|
}
|
|
828
834
|
.w-1\/2 {
|
|
829
|
-
width: calc(1/2 * 100%);
|
|
835
|
+
width: calc(1 / 2 * 100%);
|
|
830
836
|
}
|
|
831
837
|
.w-1\/3 {
|
|
832
|
-
width: calc(1/3 * 100%);
|
|
838
|
+
width: calc(1 / 3 * 100%);
|
|
833
839
|
}
|
|
834
840
|
.w-2 {
|
|
835
841
|
width: calc(var(--spacing) * 2);
|
|
@@ -838,7 +844,7 @@
|
|
|
838
844
|
width: calc(var(--spacing) * 2.5);
|
|
839
845
|
}
|
|
840
846
|
.w-2\/5 {
|
|
841
|
-
width: calc(2/5 * 100%);
|
|
847
|
+
width: calc(2 / 5 * 100%);
|
|
842
848
|
}
|
|
843
849
|
.w-3 {
|
|
844
850
|
width: calc(var(--spacing) * 3);
|
|
@@ -847,22 +853,22 @@
|
|
|
847
853
|
width: calc(var(--spacing) * 3.5);
|
|
848
854
|
}
|
|
849
855
|
.w-3\/4 {
|
|
850
|
-
width: calc(3/4 * 100%);
|
|
856
|
+
width: calc(3 / 4 * 100%);
|
|
851
857
|
}
|
|
852
858
|
.w-3\/5 {
|
|
853
|
-
width: calc(3/5 * 100%);
|
|
859
|
+
width: calc(3 / 5 * 100%);
|
|
854
860
|
}
|
|
855
861
|
.w-4 {
|
|
856
862
|
width: calc(var(--spacing) * 4);
|
|
857
863
|
}
|
|
858
864
|
.w-4\/5 {
|
|
859
|
-
width: calc(4/5 * 100%);
|
|
865
|
+
width: calc(4 / 5 * 100%);
|
|
860
866
|
}
|
|
861
867
|
.w-5 {
|
|
862
868
|
width: calc(var(--spacing) * 5);
|
|
863
869
|
}
|
|
864
870
|
.w-5\/5 {
|
|
865
|
-
width: calc(5/5 * 100%);
|
|
871
|
+
width: calc(5 / 5 * 100%);
|
|
866
872
|
}
|
|
867
873
|
.w-6 {
|
|
868
874
|
width: calc(var(--spacing) * 6);
|
|
@@ -952,7 +958,7 @@
|
|
|
952
958
|
max-width: var(--container-6xl);
|
|
953
959
|
}
|
|
954
960
|
.max-w-7\/8 {
|
|
955
|
-
max-width: calc(7/8 * 100%);
|
|
961
|
+
max-width: calc(7 / 8 * 100%);
|
|
956
962
|
}
|
|
957
963
|
.max-w-7xl {
|
|
958
964
|
max-width: var(--container-7xl);
|
|
@@ -1023,6 +1029,9 @@
|
|
|
1023
1029
|
.min-w-\[8rem\] {
|
|
1024
1030
|
min-width: 8rem;
|
|
1025
1031
|
}
|
|
1032
|
+
.min-w-\[10\%\] {
|
|
1033
|
+
min-width: 10%;
|
|
1034
|
+
}
|
|
1026
1035
|
.min-w-\[140px\] {
|
|
1027
1036
|
min-width: 140px;
|
|
1028
1037
|
}
|
|
@@ -1083,7 +1092,7 @@
|
|
|
1083
1092
|
transform-origin: var(--radix-tooltip-content-transform-origin);
|
|
1084
1093
|
}
|
|
1085
1094
|
.-translate-x-1\/2 {
|
|
1086
|
-
--tw-translate-x: calc(calc(1/2 * 100%) * -1);
|
|
1095
|
+
--tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
|
|
1087
1096
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1088
1097
|
}
|
|
1089
1098
|
.-translate-x-full {
|
|
@@ -1103,7 +1112,7 @@
|
|
|
1103
1112
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1104
1113
|
}
|
|
1105
1114
|
.-translate-y-1\/2 {
|
|
1106
|
-
--tw-translate-y: calc(calc(1/2 * 100%) * -1);
|
|
1115
|
+
--tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
|
|
1107
1116
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1108
1117
|
}
|
|
1109
1118
|
.translate-y-0\.5 {
|
|
@@ -1229,6 +1238,9 @@
|
|
|
1229
1238
|
.items-start {
|
|
1230
1239
|
align-items: flex-start;
|
|
1231
1240
|
}
|
|
1241
|
+
.items-stretch {
|
|
1242
|
+
align-items: stretch;
|
|
1243
|
+
}
|
|
1232
1244
|
.justify-between {
|
|
1233
1245
|
justify-content: space-between;
|
|
1234
1246
|
}
|
|
@@ -1488,6 +1500,10 @@
|
|
|
1488
1500
|
border-top-style: var(--tw-border-style);
|
|
1489
1501
|
border-top-width: 1px;
|
|
1490
1502
|
}
|
|
1503
|
+
.border-t-2 {
|
|
1504
|
+
border-top-style: var(--tw-border-style);
|
|
1505
|
+
border-top-width: 2px;
|
|
1506
|
+
}
|
|
1491
1507
|
.border-r {
|
|
1492
1508
|
border-right-style: var(--tw-border-style);
|
|
1493
1509
|
border-right-width: 1px;
|
|
@@ -1547,9 +1563,6 @@
|
|
|
1547
1563
|
.border-destructive {
|
|
1548
1564
|
border-color: var(--destructive);
|
|
1549
1565
|
}
|
|
1550
|
-
.border-foreground {
|
|
1551
|
-
border-color: var(--foreground);
|
|
1552
|
-
}
|
|
1553
1566
|
.border-foreground\/20 {
|
|
1554
1567
|
border-color: var(--foreground);
|
|
1555
1568
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -1670,6 +1683,12 @@
|
|
|
1670
1683
|
background-color: color-mix(in oklab, var(--accent) 10%, transparent);
|
|
1671
1684
|
}
|
|
1672
1685
|
}
|
|
1686
|
+
.bg-accent\/20 {
|
|
1687
|
+
background-color: var(--accent);
|
|
1688
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1689
|
+
background-color: color-mix(in oklab, var(--accent) 20%, transparent);
|
|
1690
|
+
}
|
|
1691
|
+
}
|
|
1673
1692
|
.bg-background {
|
|
1674
1693
|
background-color: var(--background);
|
|
1675
1694
|
}
|
|
@@ -2401,13 +2420,18 @@
|
|
|
2401
2420
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
2402
2421
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
2403
2422
|
}
|
|
2404
|
-
.transition-\[width\,height
|
|
2405
|
-
transition-property: width,height
|
|
2423
|
+
.transition-\[margin\,width\,height\] {
|
|
2424
|
+
transition-property: margin,width,height;
|
|
2406
2425
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
2407
2426
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
2408
2427
|
}
|
|
2409
|
-
.transition-\[
|
|
2410
|
-
transition-property:
|
|
2428
|
+
.transition-\[margin\] {
|
|
2429
|
+
transition-property: margin;
|
|
2430
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
2431
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
2432
|
+
}
|
|
2433
|
+
.transition-\[width\,height\,padding\] {
|
|
2434
|
+
transition-property: width,height,padding;
|
|
2411
2435
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
2412
2436
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
2413
2437
|
}
|
|
@@ -2899,7 +2923,7 @@
|
|
|
2899
2923
|
.after\:left-1\/2 {
|
|
2900
2924
|
&::after {
|
|
2901
2925
|
content: var(--tw-content);
|
|
2902
|
-
left: calc(1/2 * 100%);
|
|
2926
|
+
left: calc(1 / 2 * 100%);
|
|
2903
2927
|
}
|
|
2904
2928
|
}
|
|
2905
2929
|
.after\:w-\[2px\] {
|
|
@@ -4591,7 +4615,7 @@
|
|
|
4591
4615
|
}
|
|
4592
4616
|
.data-\[vaul-drawer-direction\=left\]\:w-3\/4 {
|
|
4593
4617
|
&[data-vaul-drawer-direction="left"] {
|
|
4594
|
-
width: calc(3/4 * 100%);
|
|
4618
|
+
width: calc(3 / 4 * 100%);
|
|
4595
4619
|
}
|
|
4596
4620
|
}
|
|
4597
4621
|
.data-\[vaul-drawer-direction\=left\]\:border-r {
|
|
@@ -4612,7 +4636,7 @@
|
|
|
4612
4636
|
}
|
|
4613
4637
|
.data-\[vaul-drawer-direction\=right\]\:w-3\/4 {
|
|
4614
4638
|
&[data-vaul-drawer-direction="right"] {
|
|
4615
|
-
width: calc(3/4 * 100%);
|
|
4639
|
+
width: calc(3 / 4 * 100%);
|
|
4616
4640
|
}
|
|
4617
4641
|
}
|
|
4618
4642
|
.data-\[vaul-drawer-direction\=right\]\:border-l {
|
|
@@ -5437,11 +5461,6 @@
|
|
|
5437
5461
|
border-width: 0px;
|
|
5438
5462
|
}
|
|
5439
5463
|
}
|
|
5440
|
-
.\[\&\:\:-webkit-scrollbar\]\:hidden {
|
|
5441
|
-
&::-webkit-scrollbar {
|
|
5442
|
-
display: none;
|
|
5443
|
-
}
|
|
5444
|
-
}
|
|
5445
5464
|
.\[\&\:first-child\[data-selected\=true\]_button\]\:rounded-l-md {
|
|
5446
5465
|
&:first-child[data-selected=true] button {
|
|
5447
5466
|
border-top-left-radius: calc(var(--radius) - 2px);
|