@epam/ai-dial-ui-kit 0.8.0-rc.44 → 0.8.0-rc.46
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.
|
@@ -32,8 +32,8 @@ interface DialFileManagerItemSummaryCellProps {
|
|
|
32
32
|
* <DialFileManagerItemSummaryCell
|
|
33
33
|
* id="42"
|
|
34
34
|
* name="Report.pdf"
|
|
35
|
-
* nodeType={DialFileNodeType.
|
|
36
|
-
* size=
|
|
35
|
+
* nodeType={DialFileNodeType.ITEM}
|
|
36
|
+
* size={225280}
|
|
37
37
|
* updatedAt="2025-07-20T00:00:00Z"
|
|
38
38
|
* dateLocale="en-US"
|
|
39
39
|
* dateOptions={{ timeZone: 'UTC' }}
|
|
@@ -43,7 +43,6 @@ interface DialFileManagerItemSummaryCellProps {
|
|
|
43
43
|
* id="folder-1"
|
|
44
44
|
* name="Projects"
|
|
45
45
|
* nodeType={DialFileNodeType.FOLDER}
|
|
46
|
-
* size="—"
|
|
47
46
|
* updatedAt={undefined}
|
|
48
47
|
* />
|
|
49
48
|
* ```
|
|
@@ -51,7 +50,7 @@ interface DialFileManagerItemSummaryCellProps {
|
|
|
51
50
|
* @param id - Unique identifier passed to `DialFileManagerItemName` as `elementId`.
|
|
52
51
|
* @param name - File or folder display name.
|
|
53
52
|
* @param nodeType - Determines whether the item renders as a **File** or **Folder**.
|
|
54
|
-
* @param size -
|
|
53
|
+
* @param size - File size in bytes; formatted with {@link formatBytes}. Omit for folders.
|
|
55
54
|
* @param updatedAt - Date or timestamp passed to `DialDateCellRenderer`. If invalid or missing, renders `"—"`.
|
|
56
55
|
* @param dateLocale - Optional locale override for date formatting (e.g., `"fr-FR"`).
|
|
57
56
|
* @param dateOptions - Optional `Intl.DateTimeFormat` configuration (e.g., `{ timeZone: 'UTC' }`).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epam/ai-dial-ui-kit",
|
|
3
|
-
"version": "0.8.0-rc.
|
|
3
|
+
"version": "0.8.0-rc.46",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"description": "A modern UI kit for building AI DIAL interfaces with React",
|
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
"lint": "eslint . --ext ts,tsx --fix --report-unused-disable-directives --max-warnings 0",
|
|
38
38
|
"format": "prettier --check .",
|
|
39
39
|
"format-fix": "prettier --write .",
|
|
40
|
+
"typecheck": "tsc --noEmit",
|
|
40
41
|
"preview": "vite preview",
|
|
41
42
|
"storybook": "concurrently \"npm run storybook:css\" \"storybook dev -p 6006\"",
|
|
42
43
|
"storybook:css": "tailwindcss -w -i ./src/styles/tailwind-entry.scss -o ./src/index.css",
|
|
@@ -81,10 +82,10 @@
|
|
|
81
82
|
"@eslint/compat": "^1.3.1",
|
|
82
83
|
"@eslint/eslintrc": "^3.3.1",
|
|
83
84
|
"@eslint/js": "^9.31.0",
|
|
84
|
-
"@storybook/addon-a11y": "^10.
|
|
85
|
-
"@storybook/addon-docs": "^10.
|
|
86
|
-
"@storybook/addon-vitest": "^10.
|
|
87
|
-
"@storybook/react-vite": "^10.
|
|
85
|
+
"@storybook/addon-a11y": "^10.2.17",
|
|
86
|
+
"@storybook/addon-docs": "^10.2.17",
|
|
87
|
+
"@storybook/addon-vitest": "^10.2.17",
|
|
88
|
+
"@storybook/react-vite": "^10.2.17",
|
|
88
89
|
"@testing-library/dom": "^10.4.0",
|
|
89
90
|
"@testing-library/react": "^16.3.0",
|
|
90
91
|
"@types/jsdom": "^21.1.7",
|
|
@@ -103,7 +104,7 @@
|
|
|
103
104
|
"eslint-plugin-react": "7.37.5",
|
|
104
105
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
105
106
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
106
|
-
"eslint-plugin-storybook": "^10.
|
|
107
|
+
"eslint-plugin-storybook": "^10.2.17",
|
|
107
108
|
"eslint-plugin-tailwindcss": "^3.18.2",
|
|
108
109
|
"globals": "^16.3.0",
|
|
109
110
|
"husky": "^9.1.7",
|
|
@@ -114,8 +115,8 @@
|
|
|
114
115
|
"prettier": "3.6.2",
|
|
115
116
|
"sass": "^1.89.2",
|
|
116
117
|
"sass-embedded": "^1.89.2",
|
|
117
|
-
"storybook": "^10.
|
|
118
|
-
"storybook-addon-pseudo-states": "^10.
|
|
118
|
+
"storybook": "^10.2.17",
|
|
119
|
+
"storybook-addon-pseudo-states": "^10.2.17",
|
|
119
120
|
"tailwindcss": "^3.4.17",
|
|
120
121
|
"typescript": "~5.9.3",
|
|
121
122
|
"typescript-eslint": "^8.48.0",
|