@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.
- package/distribution/components/pluridal/containers/EntityView/index.d.ts +32 -0
- package/distribution/components/pluridal/containers/EntityView/logic.d.ts +8 -0
- package/distribution/components/pluridal/containers/EntityView/styled.d.ts +25 -0
- package/distribution/components/pluridal/containers/index.d.ts +5 -0
- package/distribution/components/pluridal/head/Head/index.d.ts +11 -1
- package/distribution/components/pluridal/head/index.d.ts +12 -1
- package/distribution/components/pluridal/index.d.ts +38 -5
- package/distribution/components/pluridal/notifications/Notifications/index.d.ts +10 -1
- package/distribution/components/pluridal/notifications/index.d.ts +14 -1
- package/distribution/components/pluridal/sitting/SittingTray/components/Sittings/index.d.ts +3 -1
- package/distribution/components/pluridal/sitting/SittingTray/components/StateImage/index.d.ts +3 -1
- package/distribution/components/pluridal/sitting/SittingTray/components/StateLine/index.d.ts +3 -1
- package/distribution/components/pluridal/sitting/SittingTray/components/StateLink/index.d.ts +3 -1
- package/distribution/components/pluridal/sitting/SittingTray/index.d.ts +3 -1
- package/distribution/components/pluridal/sitting/index.d.ts +3 -1
- package/distribution/components/pluridal/toolbars/ToolbarGeneral/index.d.ts +3 -1
- package/distribution/components/pluridal/toolbars/ToolbarSpecific/index.d.ts +3 -1
- package/distribution/components/pluridal/toolbars/index.d.ts +6 -2
- package/distribution/index.d.ts +77 -1
- package/distribution/index.es.js +331 -76
- package/distribution/index.es.js.map +1 -1
- package/distribution/index.js +648 -329
- package/distribution/index.js.map +1 -1
- 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-
|
|
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.
|
|
61
|
-
"@plurid/plurid-functions": "^0.0.0-
|
|
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-
|
|
66
|
-
"@reduxjs/toolkit": "^1.
|
|
67
|
-
"@types/jest": "^29.
|
|
68
|
-
"@types/node": "^18.
|
|
69
|
-
"@types/react": "^18.0.
|
|
70
|
-
"@types/react-dom": "^18.0.
|
|
71
|
-
"@types/react-redux": "^7.1.
|
|
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.
|
|
74
|
-
"@typescript-eslint/parser": "^5.
|
|
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.
|
|
77
|
-
"immer": "^9.0.
|
|
78
|
-
"jest": "^29.
|
|
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.
|
|
82
|
-
"redux": "^4.2.
|
|
83
|
-
"redux-thunk": "^2.4.
|
|
84
|
-
"rollup": "^
|
|
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.
|
|
87
|
-
"styled-components": "^5.3.
|
|
88
|
-
"ts-jest": "^29.0.
|
|
89
|
-
"ttypescript": "^1.5.
|
|
90
|
-
"typescript": "
|
|
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
|
}
|