@epam/ai-dial-ui-kit 0.4.0-rc.4 → 0.4.0-rc.5

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.
@@ -6829,7 +6829,7 @@ const m1 = {
6829
6829
  }
6830
6830
  )
6831
6831
  ] });
6832
- }, S1 = "w-full h-full grid grid-rows-[auto_1fr] gap-3 p-3 overflow-hidden min-w-0 bg-layer-2", y1 = "w-full py-2 text-secondary flex items-center gap-2", R1 = "flex min-h-0 min-w-0 h-full gap-3 overflow-hidden", x1 = "flex flex-col flex-1 min-h-0 min-w-0 h-full gap-3", F1 = "w-full h-full rounded bg-layer-3 text-secondary overflow-auto min-w-0", E1 = "flex-1 w-full rounded text-secondary overflow-auto min-h-0 min-w-0", D1 = 360, P1 = "Files";
6832
+ }, S1 = "w-full h-full grid grid-rows-[auto_1fr] gap-5 p-6 overflow-hidden min-w-0 bg-layer-2", y1 = "w-full text-secondary flex items-center gap-2", R1 = "flex min-h-0 min-w-0 h-full gap-4 overflow-hidden", x1 = "flex flex-col flex-1 min-h-0 min-w-0 h-full gap-4", F1 = "w-full h-full rounded bg-layer-3 text-secondary overflow-auto min-w-0", E1 = "flex-1 w-full rounded text-secondary overflow-auto min-h-0 min-w-0", D1 = 360, P1 = "Files";
6833
6833
  var hs = /* @__PURE__ */ ((e) => (e.ITEM = "item", e.FOLDER = "folder", e))(hs || {});
6834
6834
  const T1 = {
6835
6835
  size: 10,
@@ -45668,6 +45668,7 @@ const OI = ({
45668
45668
  headerName: "",
45669
45669
  width: 40,
45670
45670
  minWidth: 40,
45671
+ suppressSizeToFit: !0,
45671
45672
  lockPosition: !0,
45672
45673
  sortable: !1,
45673
45674
  resizable: !1,
@@ -45890,11 +45891,21 @@ const OI = ({
45890
45891
  field: "name",
45891
45892
  headerName: "Name",
45892
45893
  flex: 1,
45894
+ minWidth: 200,
45893
45895
  cellRenderer: (I) => I.data?.nodeType === hs.FOLDER ? /* @__PURE__ */ w(_u, { name: I.data.name }) : /* @__PURE__ */ w(Wu, { name: I.data.name })
45894
45896
  },
45895
- { field: "updatedAt", headerName: "Modified", width: 180 },
45896
- { field: "size", headerName: "Size", width: 120 },
45897
- { field: "author", headerName: "Author", width: 160 }
45897
+ {
45898
+ field: "updatedAt",
45899
+ headerName: "Modified Date",
45900
+ width: 168,
45901
+ suppressSizeToFit: !0
45902
+ },
45903
+ {
45904
+ field: "size",
45905
+ headerName: "Size",
45906
+ width: 120,
45907
+ suppressSizeToFit: !0
45908
+ }
45898
45909
  ], []), {
45899
45910
  columnDefs: R,
45900
45911
  filterable: E = !0,
@@ -1,10 +1,9 @@
1
- export declare const containerBaseClasses = "w-full h-full grid grid-rows-[auto_1fr] gap-3 p-3 overflow-hidden min-w-0 bg-layer-2";
2
- export declare const toolbarBaseClasses = "w-full py-2 text-secondary flex items-center gap-2";
3
- export declare const mainGridClasses = "flex min-h-0 min-w-0 h-full gap-3 overflow-hidden";
4
- export declare const contentGridClasses = "flex flex-col flex-1 min-h-0 min-w-0 h-full gap-3";
1
+ export declare const containerBaseClasses = "w-full h-full grid grid-rows-[auto_1fr] gap-5 p-6 overflow-hidden min-w-0 bg-layer-2";
2
+ export declare const toolbarBaseClasses = "w-full text-secondary flex items-center gap-2";
3
+ export declare const mainGridClasses = "flex min-h-0 min-w-0 h-full gap-4 overflow-hidden";
4
+ export declare const contentGridClasses = "flex flex-col flex-1 min-h-0 min-w-0 h-full gap-4";
5
5
  export declare const contentHeaderClasses = "items-center";
6
- export declare const navPlaceholderClasses = "w-full rounded border border-dashed bg-layer-3 px-3 py-2 text-secondary min-w-0";
7
- export declare const treePlaceholderClasses = "w-full h-full rounded bg-layer-3 text-secondary overflow-auto min-w-0";
8
- export declare const gridPlaceholderClasses = "flex-1 w-full rounded text-secondary overflow-auto min-h-0 min-w-0";
6
+ export declare const treeBaseClasses = "w-full h-full rounded bg-layer-3 text-secondary overflow-auto min-w-0";
7
+ export declare const gridBaseClasses = "flex-1 w-full rounded text-secondary overflow-auto min-h-0 min-w-0";
9
8
  export declare const sidebarWidth = 360;
10
9
  export declare const sidebarTitleDefault = "Files";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-ui-kit",
3
- "version": "0.4.0-rc.4",
3
+ "version": "0.4.0-rc.5",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "description": "A modern UI kit for building AI DIAL interfaces with React",