@plurid/plurid-ui-components-react 0.0.0-2 → 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 +48 -0
- package/distribution/components/pluridal/head/index.d.ts +16 -0
- package/distribution/components/pluridal/index.d.ts +40 -4
- package/distribution/components/pluridal/notifications/Notification/index.d.ts +3 -3
- package/distribution/components/pluridal/notifications/Notification/styled.d.ts +4 -1
- package/distribution/components/pluridal/notifications/Notifications/index.d.ts +15 -6
- package/distribution/components/pluridal/notifications/index.d.ts +14 -1
- package/distribution/components/pluridal/sitting/SittingTray/components/Sittings/index.d.ts +4 -1
- package/distribution/components/pluridal/sitting/SittingTray/components/StateImage/index.d.ts +4 -1
- package/distribution/components/pluridal/sitting/SittingTray/components/StateLine/index.d.ts +4 -1
- package/distribution/components/pluridal/sitting/SittingTray/components/StateLink/index.d.ts +4 -1
- package/distribution/components/pluridal/sitting/SittingTray/index.d.ts +4 -2
- package/distribution/components/pluridal/sitting/index.d.ts +3 -1
- package/distribution/components/pluridal/toolbars/ToolbarControls/index.d.ts +1 -0
- package/distribution/components/pluridal/toolbars/ToolbarControls/styled.d.ts +1 -1
- package/distribution/components/pluridal/toolbars/ToolbarGeneral/index.d.ts +6 -4
- package/distribution/components/pluridal/toolbars/ToolbarSpecific/index.d.ts +4 -1
- package/distribution/components/pluridal/toolbars/index.d.ts +6 -2
- package/distribution/components/universal/form/FormLeftRight/index.d.ts +1 -0
- package/distribution/components/universal/form/Formitem/index.d.ts +1 -0
- package/distribution/components/universal/form/Formline/index.d.ts +1 -0
- package/distribution/components/universal/index.d.ts +3 -0
- package/distribution/components/universal/inputs/Dropdown/index.d.ts +1 -0
- package/distribution/components/universal/inputs/EntityPill/index.d.ts +11 -0
- package/distribution/components/universal/inputs/EntityPill/styled.d.ts +5 -0
- package/distribution/components/universal/inputs/EntityPillGroup/index.d.ts +13 -0
- package/distribution/components/universal/inputs/EntityPillGroup/styled.d.ts +5 -0
- package/distribution/components/universal/inputs/InputDescriptor/index.d.ts +3 -1
- package/distribution/components/universal/inputs/InputSwitch/index.d.ts +6 -1
- package/distribution/components/universal/inputs/Switch/index.d.ts +1 -0
- package/distribution/components/universal/inputs/Switch/styled.d.ts +1 -0
- package/distribution/components/universal/inputs/Textline/index.d.ts +5 -3
- package/distribution/components/universal/inputs/index.d.ts +2 -0
- package/distribution/components/universal/markers/Spinner/index.d.ts +2 -0
- package/distribution/components/universal/varia/CopyableLine/index.d.ts +12 -0
- package/distribution/components/universal/varia/NewPageLink/index.d.ts +14 -0
- package/distribution/components/universal/varia/NewPageLink/styled.d.ts +3 -0
- package/distribution/components/universal/varia/ScrollableLine/index.d.ts +0 -3
- package/distribution/components/universal/varia/ScrollableLine/styled.d.ts +0 -3
- package/distribution/components/universal/varia/index.d.ts +1 -0
- package/distribution/data/interfaces/index.d.ts +4 -0
- package/distribution/index.d.ts +77 -2
- package/distribution/index.es.js +3153 -3252
- package/distribution/index.es.js.map +1 -1
- package/distribution/index.js +3235 -3262
- package/distribution/index.js.map +1 -1
- package/package.json +39 -52
- package/distribution/data/constants/index.d.ts +0 -8
- package/distribution/utilities/react/index.d.ts +0 -10
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",
|
|
@@ -34,72 +34,59 @@
|
|
|
34
34
|
"npm": ">=6"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
|
-
"storybook": "start-storybook -p 9001 -c storybook",
|
|
38
|
-
"build.storybook": "build-storybook -c storybook",
|
|
39
37
|
"test": "jest -c ./configurations/jest.config.js",
|
|
40
38
|
"lint": "eslint -c ./configurations/.eslintrc.js ./source/index.ts",
|
|
41
39
|
"clean": "rm -rf ./distribution",
|
|
42
|
-
"start": "
|
|
43
|
-
"build.clean": "rm -rf `find ./distribution/ -type d -name __tests__`
|
|
44
|
-
"build.development": "
|
|
45
|
-
"build.production": "rollup -c ./scripts/rollup.config.js --environment BUILD:production",
|
|
46
|
-
"build": "
|
|
47
|
-
"prepublishOnly": "
|
|
40
|
+
"start": "pnpm clean && rollup -c ./scripts/rollup.config.js -w",
|
|
41
|
+
"build.clean": "rm -rf `find ./distribution/ -type d -name __tests__`",
|
|
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
|
+
"build": "pnpm clean && pnpm lint && pnpm test && pnpm build.production && pnpm build.clean",
|
|
45
|
+
"prepublishOnly": "pnpm build"
|
|
48
46
|
},
|
|
49
47
|
"peerDependencies": {
|
|
50
48
|
"@plurid/plurid-functions": "*",
|
|
49
|
+
"@plurid/plurid-functions-react": "*",
|
|
51
50
|
"@plurid/plurid-icons-react": "*",
|
|
52
51
|
"@plurid/plurid-themes": "*",
|
|
53
52
|
"@plurid/plurid-ui-state-react": "*",
|
|
53
|
+
"@reduxjs/toolkit": ">=1.8",
|
|
54
54
|
"react": ">=17",
|
|
55
55
|
"react-dom": ">=17",
|
|
56
56
|
"react-redux": ">=7.2",
|
|
57
|
-
"redux": ">=4",
|
|
58
|
-
"redux-thunk": ">=2.3",
|
|
59
57
|
"styled-components": ">=5"
|
|
60
58
|
},
|
|
61
59
|
"devDependencies": {
|
|
62
|
-
"@babel/core": "^7.
|
|
63
|
-
"@plurid/plurid-functions": "^0.0.0-
|
|
64
|
-
"@plurid/plurid-
|
|
65
|
-
"@plurid/plurid-
|
|
66
|
-
"@plurid/plurid-
|
|
67
|
-
"@
|
|
68
|
-
"@
|
|
69
|
-
"@
|
|
70
|
-
"@
|
|
71
|
-
"@
|
|
72
|
-
"@
|
|
73
|
-
"@
|
|
74
|
-
"@types/
|
|
75
|
-
"@
|
|
76
|
-
"@
|
|
77
|
-
"@types/react": "^17.0.13",
|
|
78
|
-
"@types/react-dom": "^17.0.8",
|
|
79
|
-
"@types/react-redux": "^7.1.16",
|
|
80
|
-
"@types/styled-components": "^5.1.10",
|
|
81
|
-
"@typescript-eslint/eslint-plugin": "^4.28.1",
|
|
82
|
-
"@typescript-eslint/parser": "^4.28.1",
|
|
60
|
+
"@babel/core": "^7.20.12",
|
|
61
|
+
"@plurid/plurid-functions": "^0.0.0-31",
|
|
62
|
+
"@plurid/plurid-functions-react": "^0.0.0-5",
|
|
63
|
+
"@plurid/plurid-icons-react": "^0.0.0-5",
|
|
64
|
+
"@plurid/plurid-themes": "^0.0.0-2",
|
|
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
|
+
"@types/styled-components": "^5.1.26",
|
|
73
|
+
"@typescript-eslint/eslint-plugin": "^5.51.0",
|
|
74
|
+
"@typescript-eslint/parser": "^5.51.0",
|
|
83
75
|
"@zerollup/ts-transform-paths": "^1.7.18",
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"rollup-plugin-typescript2": "^0.30.0",
|
|
100
|
-
"styled-components": "^5.3.0",
|
|
101
|
-
"ts-jest": "^27.0.3",
|
|
102
|
-
"ttypescript": "^1.5.12",
|
|
103
|
-
"typescript": "^4.3.5"
|
|
76
|
+
"eslint": "^8.33.0",
|
|
77
|
+
"immer": "^9.0.19",
|
|
78
|
+
"jest": "^29.4.2",
|
|
79
|
+
"react": "^18.2.0",
|
|
80
|
+
"react-dom": "^18.2.0",
|
|
81
|
+
"react-redux": "^8.0.5",
|
|
82
|
+
"redux": "^4.2.1",
|
|
83
|
+
"redux-thunk": "^2.4.2",
|
|
84
|
+
"rollup": "^3.14.0",
|
|
85
|
+
"rollup-plugin-terser": "^7.0.2",
|
|
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"
|
|
104
91
|
}
|
|
105
92
|
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export declare const fontFamilySansSerif = "'Ubuntu', 'Work Sans', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif";
|
|
2
|
-
export declare const fontFamilySerif = "'Noto Serif', 'Source Serif Pro', Georgia, Times, serif";
|
|
3
|
-
export declare const fontFamilyMonospace = "'Source Code Pro', monospace";
|
|
4
|
-
export declare const fonts: {
|
|
5
|
-
fontFamilySansSerif: string;
|
|
6
|
-
fontFamilySerif: string;
|
|
7
|
-
fontFamilyMonospace: string;
|
|
8
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* https://www.davedrinks.coffee/how-do-i-use-two-react-refs/
|
|
3
|
-
*
|
|
4
|
-
* @param refs
|
|
5
|
-
*/
|
|
6
|
-
declare const mergeReferences: (...refs: any[]) => any;
|
|
7
|
-
declare const createMarkup: (text: string) => {
|
|
8
|
-
__html: string;
|
|
9
|
-
};
|
|
10
|
-
export { mergeReferences, createMarkup, };
|