@alixpartners/ui-components 2.3.2 → 2.4.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.
- package/README.md +97 -99
- package/dist/{ap-logos-Cl1TR5nm.js → ap-logos-CwA4O8B7.js} +1 -1
- package/dist/assets/Button.css +1 -1
- package/dist/assets/Dropdown.css +1 -1
- package/dist/assets/ap-logos-types.d.ts +1 -1
- package/dist/assets/ap-logos.d.ts +1 -1
- package/dist/components/Button/Button.d.ts +7 -3
- package/dist/components/Button/Button.js +35 -28
- package/dist/components/Creatable/Creatable.js +1 -1
- package/dist/components/Dropdown/Dropdown.js +6 -6
- package/dist/components/Logo/Logo.js +35 -23
- package/dist/components/Logos/LogosGallery.js +1 -1
- package/dist/components/NavBar/NavBar.js +1 -1
- package/dist/components/SplitButton/SplitButton.js +1 -1
- package/dist/components/TagsFields/TagsFields.js +1 -1
- package/dist/components/Tooltip/Tooltip.js +1 -1
- package/dist/{index-C-3_YVJ1.js → index-D34Qo5Qx.js} +478 -473
- package/dist/{index-C4ffg1vf.js → index-DZ4Gof57.js} +1 -1
- package/dist/{index-D_3jWVyV.js → index-DgdVwltD.js} +1 -1
- package/dist/main.js +1 -1
- package/dist/web.config +8 -8
- package/package.json +87 -87
|
@@ -3,7 +3,7 @@ import { u as G, d as O, P as _, c as P, b as H, f as K } from "./index-DM51yNMI
|
|
|
3
3
|
import { P as $, D as j } from "./index-DrR82jOT.js";
|
|
4
4
|
import { h as U, R as V, u as W, F as Z } from "./index-Chv2KjIL.js";
|
|
5
5
|
import { u as q } from "./index-7CBv-Jx6.js";
|
|
6
|
-
import { R as z, A as x, c as w, C as B, a as J } from "./index-
|
|
6
|
+
import { R as z, A as x, c as w, C as B, a as J } from "./index-D34Qo5Qx.js";
|
|
7
7
|
import { P as E } from "./index-BymOxiM6.js";
|
|
8
8
|
import { jsx as p } from "react/jsx-runtime";
|
|
9
9
|
var m = "Popover", [b] = H(m, [
|
|
@@ -3,7 +3,7 @@ import { d as N, c as v, b as je, P as F, e as He, f as We, a as ze } from "./in
|
|
|
3
3
|
import { u as Ze, c as pe, a as $e, I as qe, R as Je } from "./index-DEphED6n.js";
|
|
4
4
|
import { P as Qe, D as et } from "./index-DrR82jOT.js";
|
|
5
5
|
import { h as tt, u as nt, R as ot, F as rt } from "./index-Chv2KjIL.js";
|
|
6
|
-
import { R as ct, A as at, c as ve, C as st, a as ut } from "./index-
|
|
6
|
+
import { R as ct, A as at, c as ve, C as st, a as ut } from "./index-D34Qo5Qx.js";
|
|
7
7
|
import { P as H } from "./index-BymOxiM6.js";
|
|
8
8
|
import { a as Me } from "./index-7CBv-Jx6.js";
|
|
9
9
|
import { jsx as u } from "react/jsx-runtime";
|
package/dist/main.js
CHANGED
|
@@ -26,7 +26,7 @@ import { default as _ } from "./components/NavBar/NavBar.js";
|
|
|
26
26
|
import { default as oo } from "./components/Tag/Tag.js";
|
|
27
27
|
import { default as eo } from "./components/Tooltip/Tooltip.js";
|
|
28
28
|
import { default as to } from "./components/Spinner/Spinner.js";
|
|
29
|
-
import { a as so } from "./ap-logos-
|
|
29
|
+
import { a as so } from "./ap-logos-CwA4O8B7.js";
|
|
30
30
|
import './assets/main.css';export {
|
|
31
31
|
b as Banner,
|
|
32
32
|
e as Button,
|
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,87 +1,87 @@
|
|
|
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": "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
|
-
"coverage": "vitest run --coverage",
|
|
29
|
-
"generate-icons": "node ./src/assets/generateIconsHelperFiles.js"
|
|
30
|
-
},
|
|
31
|
-
"dependencies": {
|
|
32
|
-
"clsx": "^2.1.1"
|
|
33
|
-
},
|
|
34
|
-
"peerDependencies": {
|
|
35
|
-
"react": "^18.3.1",
|
|
36
|
-
"react-dom": "^18.3.1",
|
|
37
|
-
"radix-ui": "^1.4.2",
|
|
38
|
-
"notistack": "^3.0.1"
|
|
39
|
-
},
|
|
40
|
-
"devDependencies": {
|
|
41
|
-
"@chromatic-com/storybook": "^4.0.1",
|
|
42
|
-
"@eslint/js": "^9.25.0",
|
|
43
|
-
"@storybook/addon-designs": "^10.0.2",
|
|
44
|
-
"@storybook/addon-onboarding": "^9.0.18",
|
|
45
|
-
"@storybook/react-vite": "^9.0.18",
|
|
46
|
-
"@testing-library/react": "^16.3.0",
|
|
47
|
-
"@types/node": "^22.15.21",
|
|
48
|
-
"@types/react": "^19.1.2",
|
|
49
|
-
"@types/react-dom": "^19.1.2",
|
|
50
|
-
"@vitejs/plugin-react": "^4.4.1",
|
|
51
|
-
"@vitest/browser": "^3.1.4",
|
|
52
|
-
"@vitest/coverage-v8": "^3.1.4",
|
|
53
|
-
"@vitest/ui": "^3.1.4",
|
|
54
|
-
"babel-plugin-react-remove-properties": "^0.3.0",
|
|
55
|
-
"eslint": "^9.25.0",
|
|
56
|
-
"eslint-config-prettier": "^10.1.5",
|
|
57
|
-
"eslint-plugin-react-hooks": "^5.2.0",
|
|
58
|
-
"eslint-plugin-react-refresh": "^0.4.19",
|
|
59
|
-
"eslint-plugin-storybook": "^9.0.18",
|
|
60
|
-
"globals": "^16.0.0",
|
|
61
|
-
"happy-dom": "^15.11.6",
|
|
62
|
-
"jsdom": "^26.1.0",
|
|
63
|
-
"notistack": "^3.0.1",
|
|
64
|
-
"playwright": "^1.52.0",
|
|
65
|
-
"postcss-scss": "^4.0.9",
|
|
66
|
-
"prettier": "^3.5.3",
|
|
67
|
-
"sass": "^1.89.0",
|
|
68
|
-
"storybook": "^9.0.18",
|
|
69
|
-
"stylelint": "^16.19.1",
|
|
70
|
-
"stylelint-config-standard": "^38.0.0",
|
|
71
|
-
"stylelint-scss": "^6.12.0",
|
|
72
|
-
"typescript": "~5.8.3",
|
|
73
|
-
"typescript-eslint": "^8.30.1",
|
|
74
|
-
"vite": "^6.3.5",
|
|
75
|
-
"vite-plugin-dts": "^4.5.4",
|
|
76
|
-
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
77
|
-
"vitest": "^3.1.4",
|
|
78
|
-
"@storybook/addon-vitest": "9.0.18",
|
|
79
|
-
"@storybook/addon-docs": "^9.0.18",
|
|
80
|
-
"glob": "^11.0.2"
|
|
81
|
-
},
|
|
82
|
-
"eslintConfig": {
|
|
83
|
-
"extends": [
|
|
84
|
-
"plugin:storybook/recommended"
|
|
85
|
-
]
|
|
86
|
-
}
|
|
87
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@alixpartners/ui-components",
|
|
3
|
+
"version": "2.4.0",
|
|
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": "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
|
+
"coverage": "vitest run --coverage",
|
|
29
|
+
"generate-icons": "node ./src/assets/generateIconsHelperFiles.js"
|
|
30
|
+
},
|
|
31
|
+
"dependencies": {
|
|
32
|
+
"clsx": "^2.1.1"
|
|
33
|
+
},
|
|
34
|
+
"peerDependencies": {
|
|
35
|
+
"react": "^18.3.1",
|
|
36
|
+
"react-dom": "^18.3.1",
|
|
37
|
+
"radix-ui": "^1.4.2",
|
|
38
|
+
"notistack": "^3.0.1"
|
|
39
|
+
},
|
|
40
|
+
"devDependencies": {
|
|
41
|
+
"@chromatic-com/storybook": "^4.0.1",
|
|
42
|
+
"@eslint/js": "^9.25.0",
|
|
43
|
+
"@storybook/addon-designs": "^10.0.2",
|
|
44
|
+
"@storybook/addon-onboarding": "^9.0.18",
|
|
45
|
+
"@storybook/react-vite": "^9.0.18",
|
|
46
|
+
"@testing-library/react": "^16.3.0",
|
|
47
|
+
"@types/node": "^22.15.21",
|
|
48
|
+
"@types/react": "^19.1.2",
|
|
49
|
+
"@types/react-dom": "^19.1.2",
|
|
50
|
+
"@vitejs/plugin-react": "^4.4.1",
|
|
51
|
+
"@vitest/browser": "^3.1.4",
|
|
52
|
+
"@vitest/coverage-v8": "^3.1.4",
|
|
53
|
+
"@vitest/ui": "^3.1.4",
|
|
54
|
+
"babel-plugin-react-remove-properties": "^0.3.0",
|
|
55
|
+
"eslint": "^9.25.0",
|
|
56
|
+
"eslint-config-prettier": "^10.1.5",
|
|
57
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
58
|
+
"eslint-plugin-react-refresh": "^0.4.19",
|
|
59
|
+
"eslint-plugin-storybook": "^9.0.18",
|
|
60
|
+
"globals": "^16.0.0",
|
|
61
|
+
"happy-dom": "^15.11.6",
|
|
62
|
+
"jsdom": "^26.1.0",
|
|
63
|
+
"notistack": "^3.0.1",
|
|
64
|
+
"playwright": "^1.52.0",
|
|
65
|
+
"postcss-scss": "^4.0.9",
|
|
66
|
+
"prettier": "^3.5.3",
|
|
67
|
+
"sass": "^1.89.0",
|
|
68
|
+
"storybook": "^9.0.18",
|
|
69
|
+
"stylelint": "^16.19.1",
|
|
70
|
+
"stylelint-config-standard": "^38.0.0",
|
|
71
|
+
"stylelint-scss": "^6.12.0",
|
|
72
|
+
"typescript": "~5.8.3",
|
|
73
|
+
"typescript-eslint": "^8.30.1",
|
|
74
|
+
"vite": "^6.3.5",
|
|
75
|
+
"vite-plugin-dts": "^4.5.4",
|
|
76
|
+
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
77
|
+
"vitest": "^3.1.4",
|
|
78
|
+
"@storybook/addon-vitest": "9.0.18",
|
|
79
|
+
"@storybook/addon-docs": "^9.0.18",
|
|
80
|
+
"glob": "^11.0.2"
|
|
81
|
+
},
|
|
82
|
+
"eslintConfig": {
|
|
83
|
+
"extends": [
|
|
84
|
+
"plugin:storybook/recommended"
|
|
85
|
+
]
|
|
86
|
+
}
|
|
87
|
+
}
|