@cfx-dev/ui-components 0.0.5 → 0.0.7
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/dist/{Combination-AG9vHdSx.js → Combination-Dj-a6dCZ.js} +546 -562
- package/dist/components/Flyout/Flyout.js +1 -1
- package/dist/components/Layout/Scrollable/VirtualScrollable.js +93 -109
- package/dist/components/Overlay/Overlay.js +1 -1
- package/dist/components/Select/Select.js +271 -280
- package/dist/extends-Dk_bSU3E.js +13 -0
- package/dist/inheritsLoose-A8WKSWDx.js +11 -0
- package/package.json +3 -13
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
function e() {
|
|
2
|
+
return e = Object.assign ? Object.assign.bind() : function(t) {
|
|
3
|
+
for (var n = 1; n < arguments.length; n++) {
|
|
4
|
+
var r = arguments[n];
|
|
5
|
+
for (var a in r)
|
|
6
|
+
({}).hasOwnProperty.call(r, a) && (t[a] = r[a]);
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
}, e.apply(null, arguments);
|
|
10
|
+
}
|
|
11
|
+
export {
|
|
12
|
+
e as _
|
|
13
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
function e(t, o) {
|
|
2
|
+
return e = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(r, n) {
|
|
3
|
+
return r.__proto__ = n, r;
|
|
4
|
+
}, e(t, o);
|
|
5
|
+
}
|
|
6
|
+
function p(t, o) {
|
|
7
|
+
t.prototype = Object.create(o.prototype), t.prototype.constructor = t, e(t, o);
|
|
8
|
+
}
|
|
9
|
+
export {
|
|
10
|
+
p as _
|
|
11
|
+
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cfx-dev/ui-components",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.7",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/main.js",
|
|
@@ -24,7 +24,6 @@
|
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"@radix-ui/react-select": "^1.0.0",
|
|
27
|
-
"@types/react-window": "^1.8.5",
|
|
28
27
|
"autolinker": "^3.14.3",
|
|
29
28
|
"flag-icons": "^6.1.1",
|
|
30
29
|
"react": "^18.2.0",
|
|
@@ -35,7 +34,6 @@
|
|
|
35
34
|
},
|
|
36
35
|
"dependencies": {
|
|
37
36
|
"@radix-ui/react-select": "^1.0.0",
|
|
38
|
-
"@types/react-window": "^1.8.5",
|
|
39
37
|
"autolinker": "^3.14.3",
|
|
40
38
|
"flag-icons": "^6.1.1",
|
|
41
39
|
"react": "^18.2.0",
|
|
@@ -45,7 +43,7 @@
|
|
|
45
43
|
"react-window": "^1.8.8"
|
|
46
44
|
},
|
|
47
45
|
"devDependencies": {
|
|
48
|
-
"@cfx-dev/eslint-config-ui": "^0.0.
|
|
46
|
+
"@cfx-dev/eslint-config-ui": "^0.0.11",
|
|
49
47
|
"@chromatic-com/storybook": "1.5.0",
|
|
50
48
|
"@storybook/addon-essentials": "^8.1.5",
|
|
51
49
|
"@storybook/addon-interactions": "^8.1.5",
|
|
@@ -55,20 +53,12 @@
|
|
|
55
53
|
"@storybook/react": "^8.1.5",
|
|
56
54
|
"@storybook/react-vite": "^8.1.5",
|
|
57
55
|
"@storybook/test": "^8.1.5",
|
|
58
|
-
"@stylistic/eslint-plugin": "^2.1.0",
|
|
59
56
|
"@types/node": "^20.12.13",
|
|
60
57
|
"@types/react": "^18.2.66",
|
|
61
58
|
"@types/react-dom": "^18.2.22",
|
|
62
|
-
"@
|
|
63
|
-
"@typescript-eslint/parser": "^7.8.0",
|
|
59
|
+
"@types/react-window": "^1.8.8",
|
|
64
60
|
"@vitejs/plugin-react": "^4.2.1",
|
|
65
61
|
"eslint": "^8.57.0",
|
|
66
|
-
"eslint-config-airbnb": "^19.0.4",
|
|
67
|
-
"eslint-import-resolver-typescript": "^3.6.1",
|
|
68
|
-
"eslint-plugin-import": "^2.29.1",
|
|
69
|
-
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
70
|
-
"eslint-plugin-react": "^7.34.1",
|
|
71
|
-
"eslint-plugin-react-hooks": "^4.6.2",
|
|
72
62
|
"eslint-plugin-storybook": "^0.8.0",
|
|
73
63
|
"glob": "^10.4.1",
|
|
74
64
|
"sass": "^1.77.4",
|