@evergis/uilib-gl 1.0.71 → 1.0.73
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/LICENSE +21 -21
- package/README.md +106 -98
- package/dist/atoms/Icon/Icon.d.ts +1 -0
- package/dist/hoc/withLabel.d.ts +5 -1
- package/dist/uilib-gl.esm.js +386 -344
- package/dist/uilib-gl.esm.js.map +1 -1
- package/package.json +126 -126
package/package.json
CHANGED
|
@@ -1,126 +1,126 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": "1.0.
|
|
3
|
-
"name": "@evergis/uilib-gl",
|
|
4
|
-
"author": "Everpoint",
|
|
5
|
-
"license": "MIT",
|
|
6
|
-
"typings": "dist/index.d.ts",
|
|
7
|
-
"main": "dist/uilib-gl.esm.js",
|
|
8
|
-
"umd:main": "dist/uilib-gl.esm.js",
|
|
9
|
-
"jsnext:main": "dist/uilib-gl.esm.js",
|
|
10
|
-
"module": "dist/uilib-gl.esm.js",
|
|
11
|
-
"files": [
|
|
12
|
-
"dist"
|
|
13
|
-
],
|
|
14
|
-
"eslintIgnore": [
|
|
15
|
-
"src/organisms/Tree"
|
|
16
|
-
],
|
|
17
|
-
"resolutions": {
|
|
18
|
-
"@types/react": "^18.3.18",
|
|
19
|
-
"styled-components": "5.3.5",
|
|
20
|
-
"**/@typescript-eslint/eslint-plugin": "^5.4.0",
|
|
21
|
-
"**/@typescript-eslint/parser": "^5.4.0"
|
|
22
|
-
},
|
|
23
|
-
"scripts": {
|
|
24
|
-
"start": "tsdx watch --entry src/index.ts --format esm",
|
|
25
|
-
"build": "tsdx build --entry src/index.ts --format esm --tsconfig ./tsconfig.build.json",
|
|
26
|
-
"test": "tsdx test --passWithNoTests",
|
|
27
|
-
"lint": "tsdx lint",
|
|
28
|
-
"lint:fix": "tsdx lint --fix",
|
|
29
|
-
"prepare": "yarn lint:fix && yarn build",
|
|
30
|
-
"storybook": "set NODE_OPTIONS=--openssl-legacy-provider && storybook dev -p 6006",
|
|
31
|
-
"build-storybook": "set NODE_OPTIONS=--openssl-legacy-provider && storybook build"
|
|
32
|
-
},
|
|
33
|
-
"husky": {
|
|
34
|
-
"hooks": {
|
|
35
|
-
"pre-push": "tsdx lint"
|
|
36
|
-
}
|
|
37
|
-
},
|
|
38
|
-
"engines": {
|
|
39
|
-
"node": ">=20"
|
|
40
|
-
},
|
|
41
|
-
"peerDependencies": {
|
|
42
|
-
"react": "^18.3.1",
|
|
43
|
-
"react-dom": "^18.3.1",
|
|
44
|
-
"styled-components": ">=5.3.5"
|
|
45
|
-
},
|
|
46
|
-
"devDependencies": {
|
|
47
|
-
"@babel/core": "^7.11.4",
|
|
48
|
-
"@rollup/plugin-url": "^6.1.0",
|
|
49
|
-
"@storybook/addon-actions": "^7.6.14",
|
|
50
|
-
"@storybook/addon-controls": "^7.6.14",
|
|
51
|
-
"@storybook/addon-docs": "^7.6.14",
|
|
52
|
-
"@storybook/addon-essentials": "^7.6.14",
|
|
53
|
-
"@storybook/addon-interactions": "^7.6.14",
|
|
54
|
-
"@storybook/addon-knobs": "^7.0.2",
|
|
55
|
-
"@storybook/addon-links": "^7.6.14",
|
|
56
|
-
"@storybook/addon-onboarding": "^1.0.11",
|
|
57
|
-
"@storybook/addon-storysource": "^7.6.14",
|
|
58
|
-
"@storybook/addons": "^7.6.14",
|
|
59
|
-
"@storybook/blocks": "^7.6.14",
|
|
60
|
-
"@storybook/react": "^7.6.14",
|
|
61
|
-
"@storybook/react-webpack5": "^7.6.14",
|
|
62
|
-
"@storybook/test": "^7.6.14",
|
|
63
|
-
"@storybook/theming": "^7.6.14",
|
|
64
|
-
"@types/autosuggest-highlight": "^3.1.0",
|
|
65
|
-
"@types/bowser": "^1.1.1",
|
|
66
|
-
"@types/cleave.js": "^1.4.0",
|
|
67
|
-
"@types/deepmerge": "^2.1.0",
|
|
68
|
-
"@types/jsoneditor": "^9.5.1",
|
|
69
|
-
"@types/lodash": "^4.14.182",
|
|
70
|
-
"@types/lodash-es": "^4.17.6",
|
|
71
|
-
"@types/platform": "^1.3.2",
|
|
72
|
-
"@types/react": "^18.3.18",
|
|
73
|
-
"@types/react-autosuggest": "^9.3.14",
|
|
74
|
-
"@types/react-date-range": "^1.1.2",
|
|
75
|
-
"@types/react-dom": "^18.3.5",
|
|
76
|
-
"@types/react-transition-group": "^4.4.4",
|
|
77
|
-
"@types/react-window": "^1.8.1",
|
|
78
|
-
"@types/styled-components": "^5.1.25",
|
|
79
|
-
"@types/styled-system": "^5.1.23",
|
|
80
|
-
"autoprefixer": "^10.4.21",
|
|
81
|
-
"babel-loader": "^8.1.0",
|
|
82
|
-
"eslint-plugin-prettier": "^3.4.1",
|
|
83
|
-
"eslint-plugin-tsc": "^2.0.0",
|
|
84
|
-
"husky": "^7.0.4",
|
|
85
|
-
"postcss-flexbugs-fixes": "^5.0.2",
|
|
86
|
-
"prettier": "^2.4.1",
|
|
87
|
-
"react": "^18.3.1",
|
|
88
|
-
"react-docgen-typescript-loader": "^3.7.2",
|
|
89
|
-
"react-dom": "^18.3.1",
|
|
90
|
-
"react-is": "^18.1.0",
|
|
91
|
-
"rollup-plugin-import-css": "^4.0.2",
|
|
92
|
-
"rollup-plugin-node-resolve": "^5.2.0",
|
|
93
|
-
"storybook": "^7.6.14",
|
|
94
|
-
"styled-components": "^5.3.5",
|
|
95
|
-
"ts-loader": "^8.0.3",
|
|
96
|
-
"tsdx": "^0.14.1",
|
|
97
|
-
"tslib": "^2.0.1",
|
|
98
|
-
"typescript": "^5.7.2"
|
|
99
|
-
},
|
|
100
|
-
"dependencies": {
|
|
101
|
-
"@evergis/color": "^1.0.0-alpha.1",
|
|
102
|
-
"@tippyjs/react": "^4.2.6",
|
|
103
|
-
"autosuggest-highlight": "^3.1.1",
|
|
104
|
-
"bowser": "^2.11.0",
|
|
105
|
-
"cleave.js": "^1.4.7",
|
|
106
|
-
"date-fns": "^2.14.0",
|
|
107
|
-
"deepmerge": "^4.2.2",
|
|
108
|
-
"find-and": "^1.3.0",
|
|
109
|
-
"imask": "^6.4.2",
|
|
110
|
-
"jsoneditor": "^9.7.2",
|
|
111
|
-
"lodash": "^4.17.21",
|
|
112
|
-
"lodash-es": "^4.17.21",
|
|
113
|
-
"platform": "^1.3.5",
|
|
114
|
-
"polished": "^4.1.3",
|
|
115
|
-
"react-autosuggest": "^10.0.2",
|
|
116
|
-
"react-date-range": "^1.1.3",
|
|
117
|
-
"react-imask": "^6.4.2",
|
|
118
|
-
"react-transition-group": "^4.4.1",
|
|
119
|
-
"react-window": "^1.8.5",
|
|
120
|
-
"regenerator-runtime": "^0.14.1",
|
|
121
|
-
"scroll": "^3.0.1",
|
|
122
|
-
"slickgrid-react": "^5.12.1",
|
|
123
|
-
"styled-system": "^5.1.5",
|
|
124
|
-
"vanilla-picker": "^2.12.1"
|
|
125
|
-
}
|
|
126
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"version": "1.0.73",
|
|
3
|
+
"name": "@evergis/uilib-gl",
|
|
4
|
+
"author": "Everpoint",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"typings": "dist/index.d.ts",
|
|
7
|
+
"main": "dist/uilib-gl.esm.js",
|
|
8
|
+
"umd:main": "dist/uilib-gl.esm.js",
|
|
9
|
+
"jsnext:main": "dist/uilib-gl.esm.js",
|
|
10
|
+
"module": "dist/uilib-gl.esm.js",
|
|
11
|
+
"files": [
|
|
12
|
+
"dist"
|
|
13
|
+
],
|
|
14
|
+
"eslintIgnore": [
|
|
15
|
+
"src/organisms/Tree"
|
|
16
|
+
],
|
|
17
|
+
"resolutions": {
|
|
18
|
+
"@types/react": "^18.3.18",
|
|
19
|
+
"styled-components": "5.3.5",
|
|
20
|
+
"**/@typescript-eslint/eslint-plugin": "^5.4.0",
|
|
21
|
+
"**/@typescript-eslint/parser": "^5.4.0"
|
|
22
|
+
},
|
|
23
|
+
"scripts": {
|
|
24
|
+
"start": "tsdx watch --entry src/index.ts --format esm",
|
|
25
|
+
"build": "tsdx build --entry src/index.ts --format esm --tsconfig ./tsconfig.build.json",
|
|
26
|
+
"test": "tsdx test --passWithNoTests",
|
|
27
|
+
"lint": "tsdx lint",
|
|
28
|
+
"lint:fix": "tsdx lint --fix",
|
|
29
|
+
"prepare": "yarn lint:fix && yarn build",
|
|
30
|
+
"storybook": "set NODE_OPTIONS=--openssl-legacy-provider && storybook dev -p 6006",
|
|
31
|
+
"build-storybook": "set NODE_OPTIONS=--openssl-legacy-provider && storybook build"
|
|
32
|
+
},
|
|
33
|
+
"husky": {
|
|
34
|
+
"hooks": {
|
|
35
|
+
"pre-push": "tsdx lint"
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"engines": {
|
|
39
|
+
"node": ">=20"
|
|
40
|
+
},
|
|
41
|
+
"peerDependencies": {
|
|
42
|
+
"react": "^18.3.1",
|
|
43
|
+
"react-dom": "^18.3.1",
|
|
44
|
+
"styled-components": ">=5.3.5"
|
|
45
|
+
},
|
|
46
|
+
"devDependencies": {
|
|
47
|
+
"@babel/core": "^7.11.4",
|
|
48
|
+
"@rollup/plugin-url": "^6.1.0",
|
|
49
|
+
"@storybook/addon-actions": "^7.6.14",
|
|
50
|
+
"@storybook/addon-controls": "^7.6.14",
|
|
51
|
+
"@storybook/addon-docs": "^7.6.14",
|
|
52
|
+
"@storybook/addon-essentials": "^7.6.14",
|
|
53
|
+
"@storybook/addon-interactions": "^7.6.14",
|
|
54
|
+
"@storybook/addon-knobs": "^7.0.2",
|
|
55
|
+
"@storybook/addon-links": "^7.6.14",
|
|
56
|
+
"@storybook/addon-onboarding": "^1.0.11",
|
|
57
|
+
"@storybook/addon-storysource": "^7.6.14",
|
|
58
|
+
"@storybook/addons": "^7.6.14",
|
|
59
|
+
"@storybook/blocks": "^7.6.14",
|
|
60
|
+
"@storybook/react": "^7.6.14",
|
|
61
|
+
"@storybook/react-webpack5": "^7.6.14",
|
|
62
|
+
"@storybook/test": "^7.6.14",
|
|
63
|
+
"@storybook/theming": "^7.6.14",
|
|
64
|
+
"@types/autosuggest-highlight": "^3.1.0",
|
|
65
|
+
"@types/bowser": "^1.1.1",
|
|
66
|
+
"@types/cleave.js": "^1.4.0",
|
|
67
|
+
"@types/deepmerge": "^2.1.0",
|
|
68
|
+
"@types/jsoneditor": "^9.5.1",
|
|
69
|
+
"@types/lodash": "^4.14.182",
|
|
70
|
+
"@types/lodash-es": "^4.17.6",
|
|
71
|
+
"@types/platform": "^1.3.2",
|
|
72
|
+
"@types/react": "^18.3.18",
|
|
73
|
+
"@types/react-autosuggest": "^9.3.14",
|
|
74
|
+
"@types/react-date-range": "^1.1.2",
|
|
75
|
+
"@types/react-dom": "^18.3.5",
|
|
76
|
+
"@types/react-transition-group": "^4.4.4",
|
|
77
|
+
"@types/react-window": "^1.8.1",
|
|
78
|
+
"@types/styled-components": "^5.1.25",
|
|
79
|
+
"@types/styled-system": "^5.1.23",
|
|
80
|
+
"autoprefixer": "^10.4.21",
|
|
81
|
+
"babel-loader": "^8.1.0",
|
|
82
|
+
"eslint-plugin-prettier": "^3.4.1",
|
|
83
|
+
"eslint-plugin-tsc": "^2.0.0",
|
|
84
|
+
"husky": "^7.0.4",
|
|
85
|
+
"postcss-flexbugs-fixes": "^5.0.2",
|
|
86
|
+
"prettier": "^2.4.1",
|
|
87
|
+
"react": "^18.3.1",
|
|
88
|
+
"react-docgen-typescript-loader": "^3.7.2",
|
|
89
|
+
"react-dom": "^18.3.1",
|
|
90
|
+
"react-is": "^18.1.0",
|
|
91
|
+
"rollup-plugin-import-css": "^4.0.2",
|
|
92
|
+
"rollup-plugin-node-resolve": "^5.2.0",
|
|
93
|
+
"storybook": "^7.6.14",
|
|
94
|
+
"styled-components": "^5.3.5",
|
|
95
|
+
"ts-loader": "^8.0.3",
|
|
96
|
+
"tsdx": "^0.14.1",
|
|
97
|
+
"tslib": "^2.0.1",
|
|
98
|
+
"typescript": "^5.7.2"
|
|
99
|
+
},
|
|
100
|
+
"dependencies": {
|
|
101
|
+
"@evergis/color": "^1.0.0-alpha.1",
|
|
102
|
+
"@tippyjs/react": "^4.2.6",
|
|
103
|
+
"autosuggest-highlight": "^3.1.1",
|
|
104
|
+
"bowser": "^2.11.0",
|
|
105
|
+
"cleave.js": "^1.4.7",
|
|
106
|
+
"date-fns": "^2.14.0",
|
|
107
|
+
"deepmerge": "^4.2.2",
|
|
108
|
+
"find-and": "^1.3.0",
|
|
109
|
+
"imask": "^6.4.2",
|
|
110
|
+
"jsoneditor": "^9.7.2",
|
|
111
|
+
"lodash": "^4.17.21",
|
|
112
|
+
"lodash-es": "^4.17.21",
|
|
113
|
+
"platform": "^1.3.5",
|
|
114
|
+
"polished": "^4.1.3",
|
|
115
|
+
"react-autosuggest": "^10.0.2",
|
|
116
|
+
"react-date-range": "^1.1.3",
|
|
117
|
+
"react-imask": "^6.4.2",
|
|
118
|
+
"react-transition-group": "^4.4.1",
|
|
119
|
+
"react-window": "^1.8.5",
|
|
120
|
+
"regenerator-runtime": "^0.14.1",
|
|
121
|
+
"scroll": "^3.0.1",
|
|
122
|
+
"slickgrid-react": "^5.12.1",
|
|
123
|
+
"styled-system": "^5.1.5",
|
|
124
|
+
"vanilla-picker": "^2.12.1"
|
|
125
|
+
}
|
|
126
|
+
}
|