@alixpartners/ui-components 2.5.7 → 2.6.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/README.md +97 -97
- package/dist/RichTextEditor-JH6YBGiw.js +541 -0
- package/dist/{ToastProvider-D5LImZ-Q.js → ToastProvider-DVycF0zU.js} +26 -26
- package/dist/assets/CorusHeader.css +1 -1
- package/dist/assets/Dialog.css +1 -1
- package/dist/assets/Tab.css +1 -1
- package/dist/assets/Tag.css +1 -1
- package/dist/assets/ap-icons-types.d.ts +1 -1
- package/dist/assets/ap-icons.d.ts +1 -1
- package/dist/assets/main.css +1 -1
- package/dist/components/Banner/Banner.d.ts +1 -1
- package/dist/components/Banner/Banner.test.js +1 -1
- package/dist/components/Button/Button.d.ts +1 -1
- package/dist/components/Button/Button.test.js +2 -2
- package/dist/components/Checkbox/Checkbox.d.ts +1 -1
- package/dist/components/Checkbox/Checkbox.js +3 -3
- package/dist/components/Checkbox/Checkbox.test.js +1 -1
- package/dist/components/CorusHeader/CorusHeader.d.ts +1 -1
- package/dist/components/CorusHeader/CorusHeader.js +45 -44
- package/dist/components/CorusHeader/CorusHeader.types.d.ts +1 -0
- package/dist/components/CorusHeader/DropdownItemContent.d.ts +1 -1
- package/dist/components/CorusHeader/DropdownMenu.d.ts +2 -1
- package/dist/components/CorusHeader/DropdownMenu.js +6 -5
- package/dist/components/CorusHeader/MegaMenuContent.d.ts +2 -1
- package/dist/components/CorusHeader/MegaMenuContent.js +11 -10
- package/dist/components/CorusHeader/UserProfileIcon.d.ts +1 -1
- package/dist/components/Creatable/Creatable.d.ts +1 -1
- package/dist/components/Creatable/Creatable.js +1 -1
- package/dist/components/Datepicker/Datepicker.d.ts +1 -1
- package/dist/components/Datepicker/Datepicker.js +1 -1
- package/dist/components/Datepicker/Datepicker.test.js +1 -1
- package/dist/components/Dialog/Dialog.d.ts +8 -2
- package/dist/components/Dialog/Dialog.js +183 -203
- package/dist/components/Dialog/Dialog.test.js +227 -202
- package/dist/components/DragAndDrop/DragAndDrop.d.ts +1 -1
- package/dist/components/DragAndDrop/DragAndDrop.test.js +2 -2
- package/dist/components/Dropdown/Dropdown.d.ts +3 -1
- package/dist/components/Dropdown/Dropdown.js +179 -172
- package/dist/components/FilePicker/FilePicker.d.ts +9 -9
- package/dist/components/FilePicker/FilePicker.test.js +2 -2
- package/dist/components/Ghost/Ghost.d.ts +1 -1
- package/dist/components/Ghost/Ghost.test.js +1 -1
- package/dist/components/Icon/Icon.d.ts +1 -1
- package/dist/components/Icons/IconsGallery.d.ts +1 -1
- package/dist/components/Icons/IconsGallery.js +1 -1
- package/dist/components/Illustration/Illustration.d.ts +1 -1
- package/dist/components/Illustration/Illustration.test.js +1 -1
- package/dist/components/Input/Input.test.js +1 -1
- package/dist/components/Logo/Logo.d.ts +1 -1
- package/dist/components/Logos/LogosGallery.d.ts +1 -1
- package/dist/components/NavBar/NavBar.d.ts +1 -1
- package/dist/components/NavBar/NavBar.js +1 -1
- package/dist/components/Radio/Radio.d.ts +1 -1
- package/dist/components/Radio/Radio.js +9 -9
- package/dist/components/RadioGroup/RadioGroup.d.ts +1 -1
- package/dist/components/RadioGroup/RadioGroup.js +11 -11
- package/dist/components/RadioGroup/RadioGroup.test.js +1 -1
- package/dist/components/RichTextEditor/RichTextEditor.d.ts +1 -1
- package/dist/components/RichTextEditor/RichTextEditor.js +2 -2
- package/dist/components/RichTextEditor/RichTextEditor.test.js +2 -2
- package/dist/components/Search/Search.d.ts +1 -1
- package/dist/components/Search/Search.test.js +1 -1
- package/dist/components/Spinner/Spinner.d.ts +1 -1
- package/dist/components/SplitButton/SplitButton.d.ts +1 -1
- package/dist/components/SplitButton/SplitButton.js +3 -3
- package/dist/components/SplitButton/SplitButton.test.js +1 -1
- package/dist/components/Tab/Tab.d.ts +5 -1
- package/dist/components/Tab/Tab.js +28 -24
- package/dist/components/TabNavigation/TabNavigation.d.ts +1 -1
- package/dist/components/Tag/Tag.d.ts +1 -1
- package/dist/components/Tag/Tag.js +1 -1
- package/dist/components/Tag/Tag.test.js +1 -1
- package/dist/components/TagsFields/TagsFields.d.ts +1 -1
- package/dist/components/TagsFields/TagsFields.js +1 -1
- package/dist/components/Textarea/Textarea.d.ts +1 -1
- package/dist/components/Textarea/Textarea.test.js +1 -1
- package/dist/components/Toast/Toast.test.js +1 -1
- package/dist/components/ToastProvider/ToastProvider.d.ts +2 -1
- package/dist/components/ToastProvider/ToastProvider.js +1 -1
- package/dist/components/ToastProvider/ToastProvider.test.js +4 -4
- package/dist/components/Toggle/Toggle.d.ts +1 -1
- package/dist/components/Toggle/Toggle.js +211 -126
- package/dist/components/Toggle/Toggle.test.js +1 -1
- package/dist/components/Tooltip/Tooltip.d.ts +1 -1
- package/dist/components/Tooltip/Tooltip.js +60 -61
- package/dist/{index-C2s_VtSb.js → index-6DGSlWJb.js} +3 -3
- package/dist/{index-Nyh2Wa71.js → index-6j3vTf--.js} +5 -5
- package/dist/index-B4szHVNJ.js +248 -0
- package/dist/{index-CFqDEbIR.js → index-BVZdJVFB.js} +192 -191
- package/dist/index-Bq1FiX6B.js +93 -0
- package/dist/index-CE9NpYQR.js +604 -0
- package/dist/index-CHy8gqvu.js +353 -0
- package/dist/index-CarlZuEo.js +1610 -0
- package/dist/{index-CCFDXH-J.js → index-CcsZYEYy.js} +29 -28
- package/dist/index-DH9SO8qV.js +221 -0
- package/dist/{index-D_L0ncPJ.js → index-IR8HlW5P.js} +4 -4
- package/dist/{index-DkTDHhag.js → index-banDzeKa.js} +1 -1
- package/dist/index-kgC_DL6e.js +216 -0
- package/dist/main.js +3 -3
- package/dist/storybook-docs-page.d.ts +1 -1
- package/dist/{useToast-Cz5MGKnw.js → useToast-CpwrYPvx.js} +1 -1
- package/dist/{vi.bdSIJ99Y-017e_Pkz.js → vi.bdSIJ99Y-DWCVXj6K.js} +3 -3
- package/dist/web.config +8 -8
- package/package.json +94 -94
- package/dist/RichTextEditor-kTQEDSL0.js +0 -477
- package/dist/index-C8H9A55g.js +0 -222
- package/dist/index-CCnm5-ML.js +0 -230
- package/dist/index-CfIcUHKK.js +0 -70
- package/dist/index-ChQc_Cm6.js +0 -1544
- package/dist/index-CmGGeUr0.js +0 -142
- package/dist/index-Ii4UOx3H.js +0 -599
- package/dist/index-z_kiwVc3.js +0 -237
package/dist/web.config
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<configuration>
|
|
3
|
-
<system.webServer>
|
|
4
|
-
<staticContent>
|
|
5
|
-
<remove fileExtension=".json"/>
|
|
6
|
-
<mimeMap fileExtension=".json" mimeType="application/json"/>
|
|
7
|
-
</staticContent>
|
|
8
|
-
</system.webServer>
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<configuration>
|
|
3
|
+
<system.webServer>
|
|
4
|
+
<staticContent>
|
|
5
|
+
<remove fileExtension=".json"/>
|
|
6
|
+
<mimeMap fileExtension=".json" mimeType="application/json"/>
|
|
7
|
+
</staticContent>
|
|
8
|
+
</system.webServer>
|
|
9
9
|
</configuration>
|
package/package.json
CHANGED
|
@@ -1,94 +1,94 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@alixpartners/ui-components",
|
|
3
|
-
"version": "2.
|
|
4
|
-
"type": "module",
|
|
5
|
-
"files": [
|
|
6
|
-
"dist"
|
|
7
|
-
],
|
|
8
|
-
"exports": "./dist/main.js",
|
|
9
|
-
"module": "./dist/main.js",
|
|
10
|
-
"types": "./dist/main.d.ts",
|
|
11
|
-
"license": "SEE LICENSE IN LICENSE.md",
|
|
12
|
-
"repository": "https://alixpartners-dev.visualstudio.com/_git/AP.UIComponents",
|
|
13
|
-
"main": "./dist/umd/index.js",
|
|
14
|
-
"scripts": {
|
|
15
|
-
"build": "npm run generate-illustrations && tsc -b && vite build",
|
|
16
|
-
"lint": "eslint . --ext ts,tsx",
|
|
17
|
-
"lint:fix": "eslint . --ext ts,tsx --fix",
|
|
18
|
-
"format": "prettier --check .",
|
|
19
|
-
"format:fix": "prettier --write .",
|
|
20
|
-
"stylelint": "stylelint **/*.css",
|
|
21
|
-
"stylelint:fix": "stylelint **/*.css --fix",
|
|
22
|
-
"storybook": "storybook dev -p 6006",
|
|
23
|
-
"build-storybook": "storybook build",
|
|
24
|
-
"test": "vitest",
|
|
25
|
-
"test:unit": "vitest --project unit",
|
|
26
|
-
"test:storybook": "vitest --project storybook",
|
|
27
|
-
"test:ui": "vitest --ui",
|
|
28
|
-
"test:playwright": "playwright test",
|
|
29
|
-
"test:playwright:chromium": "playwright test --project=chromium",
|
|
30
|
-
"test:playwright:firefox": "playwright test --project=firefox",
|
|
31
|
-
"test:playwright:webkit": "playwright test --project=webkit",
|
|
32
|
-
"coverage": "vitest run --coverage",
|
|
33
|
-
"generate-icons": "node ./src/assets/generateIconsHelperFiles.js",
|
|
34
|
-
"generate-illustrations": "node ./src/assets/generateIllustrationsHelperFiles.js",
|
|
35
|
-
"generate-e2e-code": "npx playwright codegen"
|
|
36
|
-
},
|
|
37
|
-
"dependencies": {
|
|
38
|
-
"clsx": "^2.1.1"
|
|
39
|
-
},
|
|
40
|
-
"peerDependencies": {
|
|
41
|
-
"notistack": "^3.0.1",
|
|
42
|
-
"radix-ui": "^1.4.2",
|
|
43
|
-
"react": "^18.3.1",
|
|
44
|
-
"react-dom": "^18.3.1"
|
|
45
|
-
},
|
|
46
|
-
"devDependencies": {
|
|
47
|
-
"@chromatic-com/storybook": "^4.0.1",
|
|
48
|
-
"@eslint/js": "^9.25.0",
|
|
49
|
-
"@playwright/test": "^1.60.0",
|
|
50
|
-
"@storybook/addon-designs": "^10.0.2",
|
|
51
|
-
"@storybook/addon-docs": "^9.0.18",
|
|
52
|
-
"@storybook/addon-onboarding": "^9.0.18",
|
|
53
|
-
"@storybook/addon-vitest": "9.0.18",
|
|
54
|
-
"@storybook/react-vite": "^9.0.18",
|
|
55
|
-
"@testing-library/react": "^16.3.0",
|
|
56
|
-
"@types/node": "^22.15.21",
|
|
57
|
-
"@types/react": "^19.1.2",
|
|
58
|
-
"@types/react-dom": "^19.1.2",
|
|
59
|
-
"@vitejs/plugin-react": "^4.4.1",
|
|
60
|
-
"@vitest/browser": "^3.1.4",
|
|
61
|
-
"@vitest/coverage-v8": "^3.1.4",
|
|
62
|
-
"@vitest/ui": "^3.1.4",
|
|
63
|
-
"babel-plugin-react-remove-properties": "^0.3.0",
|
|
64
|
-
"eslint": "^9.25.0",
|
|
65
|
-
"eslint-config-prettier": "^10.1.5",
|
|
66
|
-
"eslint-plugin-react-hooks": "^5.2.0",
|
|
67
|
-
"eslint-plugin-react-refresh": "^0.4.19",
|
|
68
|
-
"eslint-plugin-storybook": "^9.0.18",
|
|
69
|
-
"glob": "^11.0.2",
|
|
70
|
-
"globals": "^16.0.0",
|
|
71
|
-
"happy-dom": "^15.11.6",
|
|
72
|
-
"jsdom": "^26.1.0",
|
|
73
|
-
"notistack": "^3.0.1",
|
|
74
|
-
"playwright": "^1.60.0",
|
|
75
|
-
"postcss-scss": "^4.0.9",
|
|
76
|
-
"prettier": "^3.5.3",
|
|
77
|
-
"sass": "^1.89.0",
|
|
78
|
-
"storybook": "^9.0.18",
|
|
79
|
-
"stylelint": "^16.19.1",
|
|
80
|
-
"stylelint-config-standard": "^38.0.0",
|
|
81
|
-
"stylelint-scss": "^6.12.0",
|
|
82
|
-
"typescript": "~5.8.3",
|
|
83
|
-
"typescript-eslint": "^8.30.1",
|
|
84
|
-
"vite": "^6.3.5",
|
|
85
|
-
"vite-plugin-dts": "^4.5.4",
|
|
86
|
-
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
87
|
-
"vitest": "^3.1.4"
|
|
88
|
-
},
|
|
89
|
-
"eslintConfig": {
|
|
90
|
-
"extends": [
|
|
91
|
-
"plugin:storybook/recommended"
|
|
92
|
-
]
|
|
93
|
-
}
|
|
94
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@alixpartners/ui-components",
|
|
3
|
+
"version": "2.6.1",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"files": [
|
|
6
|
+
"dist"
|
|
7
|
+
],
|
|
8
|
+
"exports": "./dist/main.js",
|
|
9
|
+
"module": "./dist/main.js",
|
|
10
|
+
"types": "./dist/main.d.ts",
|
|
11
|
+
"license": "SEE LICENSE IN LICENSE.md",
|
|
12
|
+
"repository": "https://alixpartners-dev.visualstudio.com/_git/AP.UIComponents",
|
|
13
|
+
"main": "./dist/umd/index.js",
|
|
14
|
+
"scripts": {
|
|
15
|
+
"build": "npm run generate-illustrations && tsc -b && vite build",
|
|
16
|
+
"lint": "eslint . --ext ts,tsx",
|
|
17
|
+
"lint:fix": "eslint . --ext ts,tsx --fix",
|
|
18
|
+
"format": "prettier --check .",
|
|
19
|
+
"format:fix": "prettier --write .",
|
|
20
|
+
"stylelint": "stylelint **/*.css",
|
|
21
|
+
"stylelint:fix": "stylelint **/*.css --fix",
|
|
22
|
+
"storybook": "storybook dev -p 6006",
|
|
23
|
+
"build-storybook": "storybook build",
|
|
24
|
+
"test": "vitest",
|
|
25
|
+
"test:unit": "vitest --project unit",
|
|
26
|
+
"test:storybook": "vitest --project storybook",
|
|
27
|
+
"test:ui": "vitest --ui",
|
|
28
|
+
"test:playwright": "playwright test",
|
|
29
|
+
"test:playwright:chromium": "playwright test --project=chromium",
|
|
30
|
+
"test:playwright:firefox": "playwright test --project=firefox",
|
|
31
|
+
"test:playwright:webkit": "playwright test --project=webkit",
|
|
32
|
+
"coverage": "vitest run --coverage",
|
|
33
|
+
"generate-icons": "node ./src/assets/generateIconsHelperFiles.js",
|
|
34
|
+
"generate-illustrations": "node ./src/assets/generateIllustrationsHelperFiles.js",
|
|
35
|
+
"generate-e2e-code": "npx playwright codegen"
|
|
36
|
+
},
|
|
37
|
+
"dependencies": {
|
|
38
|
+
"clsx": "^2.1.1"
|
|
39
|
+
},
|
|
40
|
+
"peerDependencies": {
|
|
41
|
+
"notistack": "^3.0.1",
|
|
42
|
+
"radix-ui": "^1.4.2",
|
|
43
|
+
"react": "^18.3.1",
|
|
44
|
+
"react-dom": "^18.3.1"
|
|
45
|
+
},
|
|
46
|
+
"devDependencies": {
|
|
47
|
+
"@chromatic-com/storybook": "^4.0.1",
|
|
48
|
+
"@eslint/js": "^9.25.0",
|
|
49
|
+
"@playwright/test": "^1.60.0",
|
|
50
|
+
"@storybook/addon-designs": "^10.0.2",
|
|
51
|
+
"@storybook/addon-docs": "^9.0.18",
|
|
52
|
+
"@storybook/addon-onboarding": "^9.0.18",
|
|
53
|
+
"@storybook/addon-vitest": "9.0.18",
|
|
54
|
+
"@storybook/react-vite": "^9.0.18",
|
|
55
|
+
"@testing-library/react": "^16.3.0",
|
|
56
|
+
"@types/node": "^22.15.21",
|
|
57
|
+
"@types/react": "^19.1.2",
|
|
58
|
+
"@types/react-dom": "^19.1.2",
|
|
59
|
+
"@vitejs/plugin-react": "^4.4.1",
|
|
60
|
+
"@vitest/browser": "^3.1.4",
|
|
61
|
+
"@vitest/coverage-v8": "^3.1.4",
|
|
62
|
+
"@vitest/ui": "^3.1.4",
|
|
63
|
+
"babel-plugin-react-remove-properties": "^0.3.0",
|
|
64
|
+
"eslint": "^9.25.0",
|
|
65
|
+
"eslint-config-prettier": "^10.1.5",
|
|
66
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
67
|
+
"eslint-plugin-react-refresh": "^0.4.19",
|
|
68
|
+
"eslint-plugin-storybook": "^9.0.18",
|
|
69
|
+
"glob": "^11.0.2",
|
|
70
|
+
"globals": "^16.0.0",
|
|
71
|
+
"happy-dom": "^15.11.6",
|
|
72
|
+
"jsdom": "^26.1.0",
|
|
73
|
+
"notistack": "^3.0.1",
|
|
74
|
+
"playwright": "^1.60.0",
|
|
75
|
+
"postcss-scss": "^4.0.9",
|
|
76
|
+
"prettier": "^3.5.3",
|
|
77
|
+
"sass": "^1.89.0",
|
|
78
|
+
"storybook": "^9.0.18",
|
|
79
|
+
"stylelint": "^16.19.1",
|
|
80
|
+
"stylelint-config-standard": "^38.0.0",
|
|
81
|
+
"stylelint-scss": "^6.12.0",
|
|
82
|
+
"typescript": "~5.8.3",
|
|
83
|
+
"typescript-eslint": "^8.30.1",
|
|
84
|
+
"vite": "^6.3.5",
|
|
85
|
+
"vite-plugin-dts": "^4.5.4",
|
|
86
|
+
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
87
|
+
"vitest": "^3.1.4"
|
|
88
|
+
},
|
|
89
|
+
"eslintConfig": {
|
|
90
|
+
"extends": [
|
|
91
|
+
"plugin:storybook/recommended"
|
|
92
|
+
]
|
|
93
|
+
}
|
|
94
|
+
}
|