@epilot/base-elements 3.5.3 → 3.6.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.
Files changed (36) hide show
  1. package/dist/Autocomplete/Autocomplete.d.ts +1 -1
  2. package/dist/Autocomplete/Autocomplete.js +2 -2
  3. package/dist/Autocomplete/Autocomplete.js.map +1 -1
  4. package/dist/Autocomplete/types.d.ts +4 -0
  5. package/dist/Drawer360/Drawer360.d.ts +2 -1
  6. package/dist/Drawer360/Drawer360.js +13 -1
  7. package/dist/Drawer360/Drawer360.js.map +1 -1
  8. package/dist/Drawer360/Drawer360Context.d.ts +9 -0
  9. package/dist/Drawer360/Drawer360Context.js +28 -0
  10. package/dist/Drawer360/Drawer360Context.js.map +1 -0
  11. package/dist/Drawer360/index.d.ts +1 -0
  12. package/dist/Drawer360/index.js +1 -0
  13. package/dist/Drawer360/index.js.map +1 -1
  14. package/dist/Pagination/Pagination.js +7 -3
  15. package/dist/Pagination/Pagination.js.map +1 -1
  16. package/dist/Pagination/types.d.ts +1 -0
  17. package/dist/TextField/TextField.d.ts +1 -1
  18. package/dist/TextField/TextField.js +2 -2
  19. package/dist/TextField/TextField.js.map +1 -1
  20. package/dist/TextField/types.d.ts +4 -0
  21. package/dist/ThemeProvider/DefaultEpilotTheme.js +3 -1
  22. package/dist/ThemeProvider/DefaultEpilotTheme.js.map +1 -1
  23. package/dist/ThemeProvider/mapping.js +73 -65
  24. package/dist/ThemeProvider/mapping.js.map +1 -1
  25. package/dist/ThemeProvider/types.d.ts +1 -0
  26. package/dist/bundle.js +170 -164
  27. package/dist/bundle.js.map +1 -1
  28. package/package.json +17 -13
  29. package/.vscode/launch.json +0 -15
  30. package/CHANGELOG.md +0 -1176
  31. package/dist/Dialog/Dialog.d.ts +0 -7
  32. package/dist/Dialog/Dialog.js +0 -32
  33. package/dist/Dialog/Dialog.js.map +0 -1
  34. package/dist/Dialog/types.d.ts +0 -157
  35. package/dist/Dialog/types.js +0 -3
  36. package/dist/Dialog/types.js.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/base-elements",
3
- "version": "3.5.3",
3
+ "version": "3.6.0",
4
4
  "author": {
5
5
  "name": "epilot GmbH",
6
6
  "email": "info@epilot.cloud",
@@ -10,7 +10,7 @@
10
10
  "start": "webpack serve --port 5500",
11
11
  "start:local": "npm run build && yalc publish --push",
12
12
  "yalc:publish": "tsc && yalc publish --push --no-scripts",
13
- "build": "tsc --declaration && webpack --mode=production",
13
+ "build": "rm -rf dist && tsc --declaration && webpack --mode=production",
14
14
  "test": "jest --passWithNoTests",
15
15
  "lint": "eslint --cache \"./src/**/*\" \"./test/**/*\" \"./stories/**/*\" \"./.storybook/**/*\"",
16
16
  "updtr": "yarn upgrade-interactive --latest",
@@ -42,16 +42,17 @@
42
42
  "extends": "@epilot/eslint-config-react"
43
43
  },
44
44
  "devDependencies": {
45
+ "@babel/helper-string-parser": "^7.23.4",
45
46
  "@epilot/eslint-config-react": "1.2.7",
46
47
  "@epilot/icons": "0.0.23",
47
48
  "@epilot/validators": "^0.0.5",
48
- "@storybook/addon-actions": "^6.5.10",
49
- "@storybook/addon-essentials": "^6.5.10",
50
- "@storybook/addon-links": "^6.5.10",
51
- "@storybook/builder-webpack5": "^6.5.10",
52
- "@storybook/manager-webpack5": "^6.5.10",
53
- "@storybook/react": "^6.5.10",
54
- "@storybook/theming": "^6.5.10",
49
+ "@storybook/addon-actions": "^6.5.15",
50
+ "@storybook/addon-essentials": "^6.5.15",
51
+ "@storybook/addon-links": "^6.5.15",
52
+ "@storybook/builder-webpack5": "^6.5.15",
53
+ "@storybook/manager-webpack5": "^6.5.15",
54
+ "@storybook/react": "^6.5.15",
55
+ "@storybook/theming": "^6.5.15",
55
56
  "@testing-library/jest-dom": "5.11.6",
56
57
  "@testing-library/react": "11.2.2",
57
58
  "@testing-library/user-event": "12.6.0",
@@ -64,7 +65,7 @@
64
65
  "@types/resize-observer-browser": "^0.1.7",
65
66
  "@types/webpack-env": "^1.16.2",
66
67
  "chromatic": "^6.7.0",
67
- "css-loader": "^6.8.1",
68
+ "css-loader": "^6.9.1",
68
69
  "esbuild-loader": "^2.17.0",
69
70
  "eslint": "7.14.0",
70
71
  "eslint-plugin-prettier": "3.1.4",
@@ -87,9 +88,9 @@
87
88
  "ts-loader": "^9.2.5",
88
89
  "ts-node": "^10.2.0",
89
90
  "typescript": "4.1.2",
90
- "webpack": "^5.8.0",
91
- "webpack-cli": "^4.2.0",
92
- "webpack-dev-server": "^4.0.0-beta.0"
91
+ "webpack": "^5.89.0",
92
+ "webpack-cli": "^5.1.4",
93
+ "webpack-dev-server": "^4.15.1"
93
94
  },
94
95
  "peerDependencies": {
95
96
  "react": ">=16",
@@ -108,5 +109,8 @@
108
109
  "lodash": "^4.17.21",
109
110
  "react-beautiful-dnd": "^13.1.0",
110
111
  "react-input-mask": "2.0.4"
112
+ },
113
+ "resolutions": {
114
+ "css-loader": "^6.9.1"
111
115
  }
112
116
  }
@@ -1,15 +0,0 @@
1
- {
2
- // Use IntelliSense to learn about possible attributes.
3
- // Hover to view descriptions of existing attributes.
4
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
- "version": "0.2.0",
6
- "configurations": [
7
- {
8
- "type": "pwa-chrome",
9
- "request": "launch",
10
- "name": "Launch Chrome against localhost",
11
- "url": "http://localhost:8080",
12
- "webRoot": "${workspaceFolder}"
13
- }
14
- ]
15
- }