ikoncomponents 1.7.6 → 1.8.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 (149) hide show
  1. package/dist/ikoncomponents/action-menu/index.d.ts +2 -1
  2. package/dist/ikoncomponents/activity-sheet/index.d.ts +2 -1
  3. package/dist/ikoncomponents/app-breadcrumb/BreadcrumbProvider.d.ts +1 -1
  4. package/dist/ikoncomponents/app-breadcrumb/index.d.ts +2 -2
  5. package/dist/ikoncomponents/big-calendar/big-calender-event/index.d.ts +1 -1
  6. package/dist/ikoncomponents/big-calendar/big-calender-toolbar/index.d.ts +1 -1
  7. package/dist/ikoncomponents/big-calendar/index.d.ts +1 -1
  8. package/dist/ikoncomponents/buttons/index.d.ts +6 -6
  9. package/dist/ikoncomponents/combobox-input/index.d.ts +2 -1
  10. package/dist/ikoncomponents/custom-combo-dropdown/index.d.ts +1 -1
  11. package/dist/ikoncomponents/data-table/datatable-column-filter/index.d.ts +2 -1
  12. package/dist/ikoncomponents/data-table/datatable-faceted-filter/index.d.ts +2 -1
  13. package/dist/ikoncomponents/data-table/datatable-filter-menu/index.d.ts +2 -1
  14. package/dist/ikoncomponents/data-table/datatable-pagination/index.d.ts +2 -1
  15. package/dist/ikoncomponents/data-table/datatable-toolbar/index.d.ts +2 -1
  16. package/dist/ikoncomponents/data-table/index.d.ts +2 -1
  17. package/dist/ikoncomponents/file-input/index.d.ts +2 -1
  18. package/dist/ikoncomponents/fileUpload/index.d.ts +2 -1
  19. package/dist/ikoncomponents/form-fields/combobox-input/index.d.ts +2 -1
  20. package/dist/ikoncomponents/form-fields/combobox-input-value/index.d.ts +2 -1
  21. package/dist/ikoncomponents/form-fields/date-input/index.d.ts +2 -1
  22. package/dist/ikoncomponents/form-fields/file-input/index.d.ts +2 -1
  23. package/dist/ikoncomponents/form-fields/input/index.d.ts +2 -1
  24. package/dist/ikoncomponents/form-fields/multi-combobox-input/index.d.ts +2 -1
  25. package/dist/ikoncomponents/form-fields/otp-input/index.d.ts +2 -1
  26. package/dist/ikoncomponents/form-fields/phone-input/index.d.ts +2 -1
  27. package/dist/ikoncomponents/form-fields/textarea/index.d.ts +2 -1
  28. package/dist/ikoncomponents/glowing-effect/index.d.ts +2 -1
  29. package/dist/ikoncomponents/icon/index.d.ts +2 -1
  30. package/dist/ikoncomponents/image-cropper-upload/cropper-form/index.d.ts +1 -1
  31. package/dist/ikoncomponents/image-cropper-upload/cropper-form-with-modal/index.d.ts +2 -1
  32. package/dist/ikoncomponents/image-cropper-upload/index.d.ts +2 -2
  33. package/dist/ikoncomponents/loading-spinner/index.d.ts +1 -1
  34. package/dist/ikoncomponents/main-layout/RefreshContext.d.ts +1 -1
  35. package/dist/ikoncomponents/main-layout/SidebarNavContext.d.ts +1 -1
  36. package/dist/ikoncomponents/main-layout/app-sidebar.d.ts +1 -1
  37. package/dist/ikoncomponents/main-layout/app-sidebar.js +4 -1
  38. package/dist/ikoncomponents/main-layout/footer.d.ts +2 -1
  39. package/dist/ikoncomponents/main-layout/footer.js +4 -1
  40. package/dist/ikoncomponents/main-layout/header.d.ts +2 -1
  41. package/dist/ikoncomponents/main-layout/header.js +4 -1
  42. package/dist/ikoncomponents/main-layout/index.d.ts +1 -1
  43. package/dist/ikoncomponents/main-layout/index.js +9 -2
  44. package/dist/ikoncomponents/main-layout/main-sidebar.d.ts +2 -1
  45. package/dist/ikoncomponents/main-layout/main-sidebar.js +39 -22
  46. package/dist/ikoncomponents/main-layout/nav-main.d.ts +1 -1
  47. package/dist/ikoncomponents/main-layout/sidebar-expanded-context.d.ts +20 -0
  48. package/dist/ikoncomponents/main-layout/sidebar-expanded-context.js +25 -0
  49. package/dist/ikoncomponents/multi-combobox/index.d.ts +2 -1
  50. package/dist/ikoncomponents/no-data/index.d.ts +2 -1
  51. package/dist/ikoncomponents/page-wrapper/index.d.ts +2 -2
  52. package/dist/ikoncomponents/password-strength-meter/index.d.ts +2 -1
  53. package/dist/ikoncomponents/phone-input/index.d.ts +2 -1
  54. package/dist/ikoncomponents/provider-wrapper/index.d.ts +1 -1
  55. package/dist/ikoncomponents/reload-component/index.d.ts +1 -1
  56. package/dist/ikoncomponents/search-input/index.d.ts +2 -1
  57. package/dist/ikoncomponents/sheet/index.d.ts +1 -1
  58. package/dist/ikoncomponents/simple-widget/index.d.ts +2 -2
  59. package/dist/ikoncomponents/skeleton-loader/skeleton-table.d.ts +1 -1
  60. package/dist/ikoncomponents/skeleton-loader/skeleton-widget.d.ts +1 -1
  61. package/dist/ikoncomponents/table/DataTable/index.d.ts +3 -2
  62. package/dist/ikoncomponents/table/DataTable/index.js +296 -60
  63. package/dist/ikoncomponents/table/DataTableColumn/index.d.ts +3 -0
  64. package/dist/ikoncomponents/table/DataTableColumn/index.js +17 -0
  65. package/dist/ikoncomponents/table/DataTableFilter/index.d.ts +7 -0
  66. package/dist/ikoncomponents/table/DataTableFilter/index.js +95 -0
  67. package/dist/ikoncomponents/table/DataTablePageSize/index.d.ts +1 -1
  68. package/dist/ikoncomponents/table/DataTablePageSize/index.js +2 -0
  69. package/dist/ikoncomponents/table/DataTablePagination/index.d.ts +2 -2
  70. package/dist/ikoncomponents/table/DataTablePagination/index.js +3 -1
  71. package/dist/ikoncomponents/table/DataTableSearch/index.d.ts +1 -1
  72. package/dist/ikoncomponents/table/DataTableSearch/index.js +16 -4
  73. package/dist/ikoncomponents/table/index.d.ts +2 -2
  74. package/dist/ikoncomponents/table/index.js +2 -162
  75. package/dist/ikoncomponents/table/type.d.ts +83 -24
  76. package/dist/ikoncomponents/table/type.js +0 -7
  77. package/dist/ikoncomponents/tabs/index.d.ts +2 -1
  78. package/dist/ikoncomponents/theme-toggle-btn/index.d.ts +1 -1
  79. package/dist/ikoncomponents/title-progress/index.d.ts +2 -1
  80. package/dist/ikoncomponents/tooltip/index.d.ts +1 -1
  81. package/dist/ikoncomponents/twolevel-dropdown/index.d.ts +2 -1
  82. package/dist/ikoncomponents/upload-tab/index.d.ts +1 -1
  83. package/dist/ikoncomponents/widgets/index.d.ts +2 -1
  84. package/dist/ikoncomponents/work-in-progress/index.d.ts +2 -1
  85. package/dist/index.d.ts +1 -1
  86. package/dist/shadcn/accordion.d.ts +4 -4
  87. package/dist/shadcn/alert-dialog.d.ts +2 -2
  88. package/dist/shadcn/alert.d.ts +3 -3
  89. package/dist/shadcn/aspect-ratio.d.ts +1 -1
  90. package/dist/shadcn/avatar.d.ts +3 -3
  91. package/dist/shadcn/badge.d.ts +1 -1
  92. package/dist/shadcn/breadcrumb.d.ts +7 -7
  93. package/dist/shadcn/button.d.ts +1 -1
  94. package/dist/shadcn/calendar.d.ts +2 -2
  95. package/dist/shadcn/card.d.ts +7 -7
  96. package/dist/shadcn/checkbox.d.ts +1 -1
  97. package/dist/shadcn/collapsible.d.ts +3 -3
  98. package/dist/shadcn/command.d.ts +9 -9
  99. package/dist/shadcn/dialog.d.ts +10 -10
  100. package/dist/shadcn/drawer.d.ts +10 -10
  101. package/dist/shadcn/dropdown-menu.d.ts +15 -15
  102. package/dist/shadcn/form.d.ts +7 -7
  103. package/dist/shadcn/hover-card.d.ts +3 -3
  104. package/dist/shadcn/input.d.ts +1 -1
  105. package/dist/shadcn/label.d.ts +1 -1
  106. package/dist/shadcn/navigation-menu.d.ts +8 -8
  107. package/dist/shadcn/popover.d.ts +4 -4
  108. package/dist/shadcn/progress.d.ts +1 -1
  109. package/dist/shadcn/radio-group.d.ts +2 -2
  110. package/dist/shadcn/scroll-area.d.ts +2 -2
  111. package/dist/shadcn/select.d.ts +10 -10
  112. package/dist/shadcn/separator.d.ts +1 -1
  113. package/dist/shadcn/sheet.d.ts +8 -8
  114. package/dist/shadcn/sidebar.d.ts +23 -23
  115. package/dist/shadcn/skeleton.d.ts +1 -1
  116. package/dist/shadcn/slider.d.ts +1 -1
  117. package/dist/shadcn/sonner.d.ts +1 -1
  118. package/dist/shadcn/switch.d.ts +1 -1
  119. package/dist/shadcn/table.d.ts +8 -8
  120. package/dist/shadcn/tabs.d.ts +4 -4
  121. package/dist/shadcn/textarea.d.ts +1 -1
  122. package/dist/shadcn/toggle-group.d.ts +2 -2
  123. package/dist/shadcn/toggle.d.ts +1 -1
  124. package/dist/shadcn/tooltip.d.ts +4 -4
  125. package/dist/shadcn/workflow.d.ts +1 -1
  126. package/dist/styles.css +47 -28
  127. package/dist/tsconfig.build.tsbuildinfo +1 -1
  128. package/dist/utils/border-radius-provider.d.ts +1 -1
  129. package/dist/utils/font-provider.d.ts +1 -1
  130. package/dist/utils/theme-provider/index.d.ts +1 -1
  131. package/package.json +3 -2
  132. package/dist/ikoncomponents/assistant-ui/Assistant.d.ts +0 -28
  133. package/dist/ikoncomponents/assistant-ui/Assistant.js +0 -306
  134. package/dist/ikoncomponents/assistant-ui/agent-dropdown.d.ts +0 -24
  135. package/dist/ikoncomponents/assistant-ui/agent-dropdown.js +0 -16
  136. package/dist/ikoncomponents/assistant-ui/agentTextChatTransport.d.ts +0 -30
  137. package/dist/ikoncomponents/assistant-ui/agentTextChatTransport.js +0 -208
  138. package/dist/ikoncomponents/assistant-ui/attachment.d.ts +0 -4
  139. package/dist/ikoncomponents/assistant-ui/attachment.js +0 -93
  140. package/dist/ikoncomponents/assistant-ui/markdown-text.d.ts +0 -2
  141. package/dist/ikoncomponents/assistant-ui/markdown-text.js +0 -126
  142. package/dist/ikoncomponents/assistant-ui/thread.d.ts +0 -10
  143. package/dist/ikoncomponents/assistant-ui/thread.js +0 -115
  144. package/dist/ikoncomponents/assistant-ui/tool-fallback.d.ts +0 -2
  145. package/dist/ikoncomponents/assistant-ui/tool-fallback.js +0 -18
  146. package/dist/ikoncomponents/assistant-ui/tooltip-icon-button.d.ts +0 -7
  147. package/dist/ikoncomponents/assistant-ui/tooltip-icon-button.js +0 -23
  148. package/dist/utils/userType.d.ts +0 -13
  149. package/dist/utils/userType.js +0 -1
@@ -1,7 +1,7 @@
1
1
  import * as React from "react";
2
2
  import * as TabsPrimitive from "@radix-ui/react-tabs";
3
- declare function Tabs({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
- declare function TabsList({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.List>): import("react/jsx-runtime").JSX.Element;
5
- declare function TabsTrigger({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
6
- declare function TabsContent({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
3
+ declare function Tabs({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Root>): React.JSX.Element;
4
+ declare function TabsList({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.List>): React.JSX.Element;
5
+ declare function TabsTrigger({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Trigger>): React.JSX.Element;
6
+ declare function TabsContent({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Content>): React.JSX.Element;
7
7
  export { Tabs, TabsList, TabsTrigger, TabsContent };
@@ -1,3 +1,3 @@
1
1
  import * as React from "react";
2
- declare function Textarea({ className, ...props }: React.ComponentProps<"textarea">): import("react/jsx-runtime").JSX.Element;
2
+ declare function Textarea({ className, ...props }: React.ComponentProps<"textarea">): React.JSX.Element;
3
3
  export { Textarea };
@@ -4,6 +4,6 @@ import { type VariantProps } from "class-variance-authority";
4
4
  import { toggleVariants } from "./toggle";
5
5
  declare function ToggleGroup({ className, variant, size, spacing, children, ...props }: React.ComponentProps<typeof ToggleGroupPrimitive.Root> & VariantProps<typeof toggleVariants> & {
6
6
  spacing?: number;
7
- }): import("react/jsx-runtime").JSX.Element;
8
- declare function ToggleGroupItem({ className, children, variant, size, ...props }: React.ComponentProps<typeof ToggleGroupPrimitive.Item> & VariantProps<typeof toggleVariants>): import("react/jsx-runtime").JSX.Element;
7
+ }): React.JSX.Element;
8
+ declare function ToggleGroupItem({ className, children, variant, size, ...props }: React.ComponentProps<typeof ToggleGroupPrimitive.Item> & VariantProps<typeof toggleVariants>): React.JSX.Element;
9
9
  export { ToggleGroup, ToggleGroupItem };
@@ -5,5 +5,5 @@ declare const toggleVariants: (props?: ({
5
5
  variant?: "default" | "outline" | null | undefined;
6
6
  size?: "default" | "sm" | "lg" | null | undefined;
7
7
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
8
- declare function Toggle({ className, variant, size, ...props }: React.ComponentProps<typeof TogglePrimitive.Root> & VariantProps<typeof toggleVariants>): import("react/jsx-runtime").JSX.Element;
8
+ declare function Toggle({ className, variant, size, ...props }: React.ComponentProps<typeof TogglePrimitive.Root> & VariantProps<typeof toggleVariants>): React.JSX.Element;
9
9
  export { Toggle, toggleVariants };
@@ -1,7 +1,7 @@
1
1
  import * as React from "react";
2
2
  import * as TooltipPrimitive from "@radix-ui/react-tooltip";
3
- declare function TooltipProvider({ delayDuration, ...props }: React.ComponentProps<typeof TooltipPrimitive.Provider>): import("react/jsx-runtime").JSX.Element;
4
- declare function Tooltip({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
5
- declare function TooltipTrigger({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
6
- declare function TooltipContent({ className, sideOffset, children, ...props }: React.ComponentProps<typeof TooltipPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
3
+ declare function TooltipProvider({ delayDuration, ...props }: React.ComponentProps<typeof TooltipPrimitive.Provider>): React.JSX.Element;
4
+ declare function Tooltip({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Root>): React.JSX.Element;
5
+ declare function TooltipTrigger({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Trigger>): React.JSX.Element;
6
+ declare function TooltipContent({ className, sideOffset, children, ...props }: React.ComponentProps<typeof TooltipPrimitive.Content>): React.JSX.Element;
7
7
  export { Tooltip, TooltipTrigger, TooltipContent, TooltipProvider };
@@ -16,5 +16,5 @@ type WorkflowProps = {
16
16
  onDropdownSelect?: (stepId: string, value: string) => void;
17
17
  style?: React.CSSProperties;
18
18
  };
19
- export declare function Workflow({ name, steps, style }: WorkflowProps): import("react/jsx-runtime").JSX.Element;
19
+ export declare function Workflow({ name, steps, style }: WorkflowProps): React.JSX.Element;
20
20
  export {};
package/dist/styles.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
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\,padding\] {
2405
- transition-property: width,height,padding;
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-\[width\,height\] {
2410
- transition-property: width,height;
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);