@oliasoft-open-source/react-ui-library 3.11.6-beta-2 → 3.12.0-beta-2

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/package.json CHANGED
@@ -1,8 +1,11 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "3.11.6-beta-2",
3
+ "version": "3.12.0-beta-2",
4
4
  "description": "Reusable UI components for React projects",
5
5
  "homepage": "https://oliasoft-open-source.gitlab.io/react-ui-library",
6
+ "resolutions": {
7
+ "jackspeak": "2.1.1"
8
+ },
6
9
  "bugs": {
7
10
  "url": "https://https://gitlab.com/oliasoft-open-source/react-ui-library/issues"
8
11
  },
@@ -13,11 +16,11 @@
13
16
  "license": "MIT",
14
17
  "author": "Oliasoft AS and contributors",
15
18
  "type": "module",
16
- "main": "./dist/index.js",
17
- "module": "./dist/index.js",
19
+ "main": "./dist/index.ts",
20
+ "module": "./dist/index.ts",
21
+ "types": "./dist/index.d.ts",
18
22
  "files": [
19
- "dist/global.css",
20
- "dist/index.js"
23
+ "dist"
21
24
  ],
22
25
  "scripts": {
23
26
  "build": "yarn run build:docs && yarn run build:storybook",
@@ -27,8 +30,8 @@
27
30
  "build:storybook": "NODE_OPTIONS=--openssl-legacy-provider storybook build --quiet --output-dir ./public/storybook",
28
31
  "dev:docs": "vite --config vite.config.docs.mjs",
29
32
  "dev:storybook": "NODE_OPTIONS=--openssl-legacy-provider storybook dev -p 6006",
30
- "lint:check": "eslint \"**/*.{js,jsx}\"",
31
- "lint:fix": "eslint --fix \"**/*.{js,jsx}\"",
33
+ "lint:check": "eslint \"**/*.{js,jsx,ts,tsx}\"",
34
+ "lint:fix": "eslint --fix \"**/*.{js,jsx,ts,tsx}\"",
32
35
  "prepare": "husky install",
33
36
  "prettier:check": "prettier --check \"**/*.{js,jsx,json,css,less}\"",
34
37
  "prettier:fix": "prettier --write \"**/*.{js,jsx,json,css,less}\"",
@@ -49,7 +52,13 @@
49
52
  "@minoru/react-dnd-treeview": "^3.4.4",
50
53
  "@remirror/pm": "^2.0.5",
51
54
  "@remirror/react": "^2.0.28",
55
+ "@types/rc-slider": "^9.3.1",
56
+ "@types/react-beautiful-dnd": "^13.1.4",
57
+ "@types/react-resizable": "^3.0.4",
58
+ "@types/react-window": "^1.8.5",
59
+ "@types/styled-components": "^5.1.27",
52
60
  "classnames": "^2.3.1",
61
+ "csstype": "^3.1.2",
53
62
  "lodash": "^4",
54
63
  "memoize-one": "^5.2.1",
55
64
  "normalize.css": "^8.0.1",
@@ -72,20 +81,25 @@
72
81
  "styled-components": "^5.3.1"
73
82
  },
74
83
  "devDependencies": {
75
- "@oliasoft-open-source/units": "^2.6.1",
76
- "@storybook/addon-actions": "^7.0.18",
77
- "@storybook/addon-essentials": "^7.0.18",
78
- "@storybook/addon-links": "^7.0.18",
79
- "@storybook/addon-mdx-gfm": "^7.0.18",
80
- "@storybook/addons": "^7.0.18",
81
- "@storybook/react": "^7.0.18",
82
- "@storybook/react-vite": "^7.0.18",
83
- "@types/lodash": "^4.14.172",
84
- "@types/react": "^17.0.21",
84
+ "@oliasoft-open-source/units": "^3.10.0",
85
+ "@storybook/addon-actions": "^7.4.1",
86
+ "@storybook/addon-essentials": "^7.4.1",
87
+ "@storybook/addon-links": "^7.4.1",
88
+ "@storybook/addon-mdx-gfm": "^7.4.1",
89
+ "@storybook/addons": "^7.4.1",
90
+ "@storybook/react": "^7.4.1",
91
+ "@storybook/react-vite": "^7.4.1",
92
+ "@types/lodash": "^4.14.197",
93
+ "@types/react": "^18.2.25",
85
94
  "@types/react-redux": "^7.1.18",
86
95
  "@types/seamless-immutable": "^7.1.16",
96
+ "@typescript-eslint/eslint-plugin": "^6.5.0",
97
+ "@typescript-eslint/parser": "^6.5.0",
87
98
  "@vitejs/plugin-react": "^4.0.0",
88
99
  "@vitest/coverage-c8": "^0.31.4",
100
+ "ajv": "^8.12.0",
101
+ "ajv-errors": "^3.0.0",
102
+ "ajv-keywords": "^5.1.0",
89
103
  "eslint": "^8.27.0",
90
104
  "eslint-config-airbnb": "^18.2.1",
91
105
  "eslint-config-prettier": "^8.3.0",
@@ -94,7 +108,7 @@
94
108
  "eslint-plugin-jsx-a11y": "^6.4.1",
95
109
  "eslint-plugin-react": "^7.25.1",
96
110
  "eslint-plugin-react-hooks": "^4.2.0",
97
- "eslint-plugin-storybook": "^0.6.12",
111
+ "eslint-plugin-storybook": "^0.6.13",
98
112
  "eslint-plugin-vitest": "^0.2.5",
99
113
  "eslint-plugin-vitest-globals": "^1.3.1",
100
114
  "http-server": "^14.1.1",
@@ -108,15 +122,16 @@
108
122
  "react": "^17.0",
109
123
  "react-dom": "^17.0",
110
124
  "rollup-plugin-analyzer": "^4.0.0",
111
- "storybook": "^7.0.18",
112
- "storybook-dark-mode": "^3.0.0",
125
+ "storybook": "^7.4.1",
126
+ "storybook-dark-mode": "^3.0.1",
127
+ "typescript": "^5.2.2",
113
128
  "vite": "^3.1.8",
114
129
  "vite-plugin-html": "^3.2.0",
115
130
  "vite-preset-react": "^2.3.0",
116
131
  "vitest": "^0.31.4"
117
132
  },
118
133
  "peerDependencies": {
119
- "@oliasoft-open-source/units": "^2.6.1",
134
+ "@oliasoft-open-source/units": "^3.10.0",
120
135
  "immer": "^9",
121
136
  "prop-types": "^15",
122
137
  "react": "^17",