@plurid/plurid-ui-components-react 0.0.0-4 → 0.0.0-8
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/universal/index.d.ts +2 -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 +4 -1
- package/distribution/components/universal/inputs/index.d.ts +2 -0
- package/distribution/components/universal/varia/CopyableLine/index.d.ts +2 -0
- package/distribution/data/interfaces/index.d.ts +4 -0
- package/distribution/index.es.js +72 -7
- package/distribution/index.es.js.map +1 -1
- package/distribution/index.js +71 -6
- package/distribution/index.js.map +1 -1
- package/package.json +30 -30
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-8",
|
|
4
4
|
"description": "Plurid User Interface Components for React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"plurid",
|
|
@@ -60,49 +60,49 @@
|
|
|
60
60
|
"styled-components": ">=5"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@babel/core": "^7.
|
|
64
|
-
"@plurid/plurid-functions": "^0.0.0-
|
|
63
|
+
"@babel/core": "^7.16.0",
|
|
64
|
+
"@plurid/plurid-functions": "^0.0.0-17",
|
|
65
65
|
"@plurid/plurid-functions-react": "^0.0.0-4",
|
|
66
|
-
"@plurid/plurid-icons-react": "^0.0.0-
|
|
67
|
-
"@plurid/plurid-themes": "^0.0.0-
|
|
66
|
+
"@plurid/plurid-icons-react": "^0.0.0-2",
|
|
67
|
+
"@plurid/plurid-themes": "^0.0.0-1",
|
|
68
68
|
"@plurid/plurid-ui-state-react": "^0.0.0-2",
|
|
69
|
-
"@storybook/addon-actions": "^6.3
|
|
69
|
+
"@storybook/addon-actions": "^6.4.3",
|
|
70
70
|
"@storybook/addon-info": "^5.3.21",
|
|
71
71
|
"@storybook/addon-knobs": "^6.3.1",
|
|
72
|
-
"@storybook/addon-links": "^6.3
|
|
73
|
-
"@storybook/addons": "^6.3
|
|
74
|
-
"@storybook/react": "^6.3
|
|
75
|
-
"@svgr/rollup": "^
|
|
76
|
-
"@types/enzyme": "^3.10.
|
|
72
|
+
"@storybook/addon-links": "^6.4.3",
|
|
73
|
+
"@storybook/addons": "^6.4.3",
|
|
74
|
+
"@storybook/react": "^6.4.3",
|
|
75
|
+
"@svgr/rollup": "^6.0.0",
|
|
76
|
+
"@types/enzyme": "^3.10.10",
|
|
77
77
|
"@types/enzyme-adapter-react-16": "^1.0.6",
|
|
78
|
-
"@types/jest": "^27.0.
|
|
79
|
-
"@types/react": "^17.0.
|
|
80
|
-
"@types/react-dom": "^17.0.
|
|
81
|
-
"@types/react-redux": "^7.1.
|
|
82
|
-
"@types/styled-components": "^5.1.
|
|
83
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
84
|
-
"@typescript-eslint/parser": "^5.
|
|
78
|
+
"@types/jest": "^27.0.3",
|
|
79
|
+
"@types/react": "^17.0.37",
|
|
80
|
+
"@types/react-dom": "^17.0.11",
|
|
81
|
+
"@types/react-redux": "^7.1.20",
|
|
82
|
+
"@types/styled-components": "^5.1.16",
|
|
83
|
+
"@typescript-eslint/eslint-plugin": "^5.5.0",
|
|
84
|
+
"@typescript-eslint/parser": "^5.5.0",
|
|
85
85
|
"@zerollup/ts-transform-paths": "^1.7.18",
|
|
86
86
|
"awesome-typescript-loader": "^5.2.1",
|
|
87
|
-
"babel-loader": "^8.2.
|
|
87
|
+
"babel-loader": "^8.2.3",
|
|
88
88
|
"enzyme": "^3.11.0",
|
|
89
89
|
"enzyme-adapter-react-16": "^1.15.6",
|
|
90
|
-
"eslint": "^8.
|
|
91
|
-
"jest": "^27.
|
|
90
|
+
"eslint": "^8.3.0",
|
|
91
|
+
"jest": "^27.4.3",
|
|
92
92
|
"react": "^17.0.2",
|
|
93
93
|
"react-docgen-typescript-loader": "^3.7.2",
|
|
94
94
|
"react-docgen-typescript-webpack-plugin": "^1.1.0",
|
|
95
95
|
"react-dom": "^17.0.2",
|
|
96
|
-
"react-redux": "^7.2.
|
|
96
|
+
"react-redux": "^7.2.6",
|
|
97
97
|
"react-test-renderer": "^17.0.2",
|
|
98
|
-
"redux": "^4.1.
|
|
99
|
-
"redux-thunk": "^2.
|
|
100
|
-
"rollup": "^2.
|
|
98
|
+
"redux": "^4.1.2",
|
|
99
|
+
"redux-thunk": "^2.4.1",
|
|
100
|
+
"rollup": "^2.60.2",
|
|
101
101
|
"rollup-plugin-terser": "^7.0.2",
|
|
102
|
-
"rollup-plugin-typescript2": "^0.
|
|
103
|
-
"styled-components": "^5.3.
|
|
104
|
-
"ts-jest": "^27.0.
|
|
105
|
-
"ttypescript": "^1.5.
|
|
106
|
-
"typescript": "^4.
|
|
102
|
+
"rollup-plugin-typescript2": "^0.31.1",
|
|
103
|
+
"styled-components": "^5.3.3",
|
|
104
|
+
"ts-jest": "^27.0.7",
|
|
105
|
+
"ttypescript": "^1.5.13",
|
|
106
|
+
"typescript": "^4.5.2"
|
|
107
107
|
}
|
|
108
108
|
}
|