@plurid/plurid-ui-components-react 0.0.0-1 → 0.0.0-12

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 (37) hide show
  1. package/distribution/components/pluridal/index.d.ts +1 -1
  2. package/distribution/components/pluridal/notifications/Notification/index.d.ts +1 -1
  3. package/distribution/components/pluridal/notifications/Notifications/index.d.ts +1 -1
  4. package/distribution/components/pluridal/notifications/index.d.ts +1 -1
  5. package/distribution/components/pluridal/toolbars/ToolbarControls/index.d.ts +1 -0
  6. package/distribution/components/pluridal/toolbars/ToolbarControls/styled.d.ts +1 -1
  7. package/distribution/components/pluridal/toolbars/ToolbarSpecific/index.d.ts +1 -0
  8. package/distribution/components/universal/form/FormLeftRight/index.d.ts +1 -0
  9. package/distribution/components/universal/form/Formitem/index.d.ts +1 -0
  10. package/distribution/components/universal/form/Formline/index.d.ts +1 -0
  11. package/distribution/components/universal/index.d.ts +3 -0
  12. package/distribution/components/universal/inputs/EntityPill/index.d.ts +11 -0
  13. package/distribution/components/universal/inputs/EntityPill/styled.d.ts +5 -0
  14. package/distribution/components/universal/inputs/EntityPillGroup/index.d.ts +13 -0
  15. package/distribution/components/universal/inputs/EntityPillGroup/styled.d.ts +5 -0
  16. package/distribution/components/universal/inputs/InputDescriptor/index.d.ts +3 -1
  17. package/distribution/components/universal/inputs/InputSwitch/index.d.ts +4 -1
  18. package/distribution/components/universal/inputs/Switch/index.d.ts +1 -0
  19. package/distribution/components/universal/inputs/Switch/styled.d.ts +1 -0
  20. package/distribution/components/universal/inputs/Textline/index.d.ts +2 -0
  21. package/distribution/components/universal/inputs/index.d.ts +2 -0
  22. package/distribution/components/universal/markers/Spinner/index.d.ts +2 -0
  23. package/distribution/components/universal/varia/CopyableLine/index.d.ts +12 -0
  24. package/distribution/components/universal/varia/NewPageLink/index.d.ts +14 -0
  25. package/distribution/components/universal/varia/NewPageLink/styled.d.ts +3 -0
  26. package/distribution/components/universal/varia/ScrollableLine/index.d.ts +0 -3
  27. package/distribution/components/universal/varia/ScrollableLine/styled.d.ts +0 -3
  28. package/distribution/components/universal/varia/index.d.ts +1 -0
  29. package/distribution/data/interfaces/index.d.ts +4 -0
  30. package/distribution/index.d.ts +1 -2
  31. package/distribution/index.es.js +2713 -3242
  32. package/distribution/index.es.js.map +1 -1
  33. package/distribution/index.js +2731 -3252
  34. package/distribution/index.js.map +1 -1
  35. package/package.json +39 -35
  36. package/distribution/data/constants/index.d.ts +0 -8
  37. 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-1",
3
+ "version": "0.0.0-12",
4
4
  "description": "Plurid User Interface Components for React",
5
5
  "keywords": [
6
6
  "plurid",
@@ -48,6 +48,7 @@
48
48
  },
49
49
  "peerDependencies": {
50
50
  "@plurid/plurid-functions": "*",
51
+ "@plurid/plurid-functions-react": "*",
51
52
  "@plurid/plurid-icons-react": "*",
52
53
  "@plurid/plurid-themes": "*",
53
54
  "@plurid/plurid-ui-state-react": "*",
@@ -59,47 +60,50 @@
59
60
  "styled-components": ">=5"
60
61
  },
61
62
  "devDependencies": {
62
- "@babel/core": "^7.13.10",
63
- "@plurid/plurid-functions": "^0.0.0-1",
64
- "@plurid/plurid-icons-react": "^0.0.0-0",
65
- "@plurid/plurid-themes": "^0.0.0-0",
66
- "@plurid/plurid-ui-state-react": "^0.0.0-0",
67
- "@storybook/addon-actions": "^6.1.21",
63
+ "@babel/core": "^7.17.10",
64
+ "@plurid/plurid-functions": "^0.0.0-22",
65
+ "@plurid/plurid-functions-react": "^0.0.0-5",
66
+ "@plurid/plurid-icons-react": "^0.0.0-4",
67
+ "@plurid/plurid-themes": "^0.0.0-2",
68
+ "@plurid/plurid-ui-state-react": "^0.0.0-3",
69
+ "@storybook/addon-actions": "^6.4.22",
68
70
  "@storybook/addon-info": "^5.3.21",
69
- "@storybook/addon-knobs": "^6.1.21",
70
- "@storybook/addon-links": "^6.1.21",
71
- "@storybook/addons": "^6.1.21",
72
- "@storybook/react": "^6.1.21",
73
- "@svgr/rollup": "^5.5.0",
74
- "@types/enzyme": "^3.10.8",
71
+ "@storybook/addon-knobs": "^6.3.1",
72
+ "@storybook/addon-links": "^6.4.22",
73
+ "@storybook/addons": "^6.4.22",
74
+ "@storybook/react": "^6.4.22",
75
+ "@svgr/rollup": "^6.2.1",
76
+ "@types/enzyme": "^3.10.12",
75
77
  "@types/enzyme-adapter-react-16": "^1.0.6",
76
- "@types/jest": "^26.0.20",
77
- "@types/react": "^17.0.3",
78
- "@types/react-dom": "^17.0.2",
79
- "@types/react-redux": "^7.1.16",
80
- "@types/styled-components": "^5.1.9",
81
- "@typescript-eslint/eslint-plugin": "^4.18.0",
82
- "@typescript-eslint/parser": "^4.18.0",
78
+ "@types/jest": "^27.4.1",
79
+ "@types/node": "^17.0.30",
80
+ "@types/react": "^18.0.8",
81
+ "@types/react-dom": "^18.0.3",
82
+ "@types/react-redux": "^7.1.24",
83
+ "@types/styled-components": "^5.1.25",
84
+ "@typescript-eslint/eslint-plugin": "^5.21.0",
85
+ "@typescript-eslint/parser": "^5.21.0",
83
86
  "@zerollup/ts-transform-paths": "^1.7.18",
84
87
  "awesome-typescript-loader": "^5.2.1",
85
- "babel-loader": "^8.2.2",
88
+ "babel-loader": "^8.2.5",
86
89
  "enzyme": "^3.11.0",
87
90
  "enzyme-adapter-react-16": "^1.15.6",
88
- "eslint": "^7.22.0",
89
- "jest": "^26.6.3",
90
- "react": "^17.0.1",
91
+ "eslint": "^8.14.0",
92
+ "jest": "^27.5.1",
93
+ "react": "==17.0.2",
91
94
  "react-docgen-typescript-loader": "^3.7.2",
92
95
  "react-docgen-typescript-webpack-plugin": "^1.1.0",
93
- "react-dom": "^17.0.1",
94
- "react-redux": "^7.2.2",
95
- "react-test-renderer": "^17.0.1",
96
- "redux": "^4.0.5",
97
- "redux-thunk": "^2.3.0",
98
- "rollup": "^2.41.4",
99
- "rollup-plugin-typescript2": "^0.30.0",
100
- "styled-components": "^5.2.1",
101
- "ts-jest": "^26.5.3",
102
- "ttypescript": "^1.5.12",
103
- "typescript": "^4.2.3"
96
+ "react-dom": "==17.0.2",
97
+ "react-redux": "^8.0.1",
98
+ "react-test-renderer": "==17.0.2",
99
+ "redux": "^4.2.0",
100
+ "redux-thunk": "^2.4.1",
101
+ "rollup": "^2.71.1",
102
+ "rollup-plugin-terser": "^7.0.2",
103
+ "rollup-plugin-typescript2": "^0.31.2",
104
+ "styled-components": "^5.3.5",
105
+ "ts-jest": "^27.1.4",
106
+ "ttypescript": "^1.5.13",
107
+ "typescript": "^4.6.4"
104
108
  }
105
109
  }
@@ -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, };