@plurid/plurid-ui-components-react 0.0.0-19 → 0.0.0-20

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 (24) hide show
  1. package/distribution/components/pluridal/containers/EntityView/index.d.ts +32 -0
  2. package/distribution/components/pluridal/containers/EntityView/logic.d.ts +8 -0
  3. package/distribution/components/pluridal/containers/EntityView/styled.d.ts +25 -0
  4. package/distribution/components/pluridal/containers/index.d.ts +5 -0
  5. package/distribution/components/pluridal/head/Head/index.d.ts +11 -1
  6. package/distribution/components/pluridal/head/index.d.ts +12 -1
  7. package/distribution/components/pluridal/index.d.ts +38 -5
  8. package/distribution/components/pluridal/notifications/Notifications/index.d.ts +10 -1
  9. package/distribution/components/pluridal/notifications/index.d.ts +14 -1
  10. package/distribution/components/pluridal/sitting/SittingTray/components/Sittings/index.d.ts +3 -1
  11. package/distribution/components/pluridal/sitting/SittingTray/components/StateImage/index.d.ts +3 -1
  12. package/distribution/components/pluridal/sitting/SittingTray/components/StateLine/index.d.ts +3 -1
  13. package/distribution/components/pluridal/sitting/SittingTray/components/StateLink/index.d.ts +3 -1
  14. package/distribution/components/pluridal/sitting/SittingTray/index.d.ts +3 -1
  15. package/distribution/components/pluridal/sitting/index.d.ts +3 -1
  16. package/distribution/components/pluridal/toolbars/ToolbarGeneral/index.d.ts +3 -1
  17. package/distribution/components/pluridal/toolbars/ToolbarSpecific/index.d.ts +3 -1
  18. package/distribution/components/pluridal/toolbars/index.d.ts +6 -2
  19. package/distribution/index.d.ts +77 -1
  20. package/distribution/index.es.js +331 -76
  21. package/distribution/index.es.js.map +1 -1
  22. package/distribution/index.js +648 -329
  23. package/distribution/index.js.map +1 -1
  24. package/package.json +26 -26
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plurid/plurid-ui-components-react",
3
- "version": "0.0.0-19",
3
+ "version": "0.0.0-20",
4
4
  "description": "Plurid User Interface Components for React",
5
5
  "keywords": [
6
6
  "plurid",
@@ -39,8 +39,8 @@
39
39
  "clean": "rm -rf ./distribution",
40
40
  "start": "pnpm clean && rollup -c ./scripts/rollup.config.js -w",
41
41
  "build.clean": "rm -rf `find ./distribution/ -type d -name __tests__`",
42
- "build.development": "pnpm clean && rollup -c ./scripts/rollup.config.js",
43
- "build.production": "rollup -c ./scripts/rollup.config.js --environment BUILD:production",
42
+ "build.development": "pnpm clean && rollup -c ./scripts/rollup.config.js --bundleConfigAsCjs",
43
+ "build.production": "rollup -c ./scripts/rollup.config.js --environment BUILD:production --bundleConfigAsCjs",
44
44
  "build": "pnpm clean && pnpm lint && pnpm test && pnpm build.production && pnpm build.clean",
45
45
  "prepublishOnly": "pnpm build"
46
46
  },
@@ -57,36 +57,36 @@
57
57
  "styled-components": ">=5"
58
58
  },
59
59
  "devDependencies": {
60
- "@babel/core": "^7.19.0",
61
- "@plurid/plurid-functions": "^0.0.0-30",
60
+ "@babel/core": "^7.20.12",
61
+ "@plurid/plurid-functions": "^0.0.0-31",
62
62
  "@plurid/plurid-functions-react": "^0.0.0-5",
63
63
  "@plurid/plurid-icons-react": "^0.0.0-5",
64
64
  "@plurid/plurid-themes": "^0.0.0-2",
65
- "@plurid/plurid-ui-state-react": "^0.0.0-8",
66
- "@reduxjs/toolkit": "^1.8.5",
67
- "@types/jest": "^29.0.0",
68
- "@types/node": "^18.7.16",
69
- "@types/react": "^18.0.19",
70
- "@types/react-dom": "^18.0.6",
71
- "@types/react-redux": "^7.1.24",
65
+ "@plurid/plurid-ui-state-react": "^0.0.0-10",
66
+ "@reduxjs/toolkit": "^1.9.2",
67
+ "@types/jest": "^29.4.0",
68
+ "@types/node": "^18.13.0",
69
+ "@types/react": "^18.0.27",
70
+ "@types/react-dom": "^18.0.10",
71
+ "@types/react-redux": "^7.1.25",
72
72
  "@types/styled-components": "^5.1.26",
73
- "@typescript-eslint/eslint-plugin": "^5.36.2",
74
- "@typescript-eslint/parser": "^5.36.2",
73
+ "@typescript-eslint/eslint-plugin": "^5.51.0",
74
+ "@typescript-eslint/parser": "^5.51.0",
75
75
  "@zerollup/ts-transform-paths": "^1.7.18",
76
- "eslint": "^8.23.0",
77
- "immer": "^9.0.15",
78
- "jest": "^29.0.3",
76
+ "eslint": "^8.33.0",
77
+ "immer": "^9.0.19",
78
+ "jest": "^29.4.2",
79
79
  "react": "^18.2.0",
80
80
  "react-dom": "^18.2.0",
81
- "react-redux": "^8.0.2",
82
- "redux": "^4.2.0",
83
- "redux-thunk": "^2.4.1",
84
- "rollup": "^2.79.0",
81
+ "react-redux": "^8.0.5",
82
+ "redux": "^4.2.1",
83
+ "redux-thunk": "^2.4.2",
84
+ "rollup": "^3.14.0",
85
85
  "rollup-plugin-terser": "^7.0.2",
86
- "rollup-plugin-typescript2": "^0.33.0",
87
- "styled-components": "^5.3.5",
88
- "ts-jest": "^29.0.0",
89
- "ttypescript": "^1.5.13",
90
- "typescript": "^4.7.3"
86
+ "rollup-plugin-typescript2": "^0.34.1",
87
+ "styled-components": "^5.3.6",
88
+ "ts-jest": "^29.0.5",
89
+ "ttypescript": "^1.5.15",
90
+ "typescript": "==4.7.3"
91
91
  }
92
92
  }