@reapit/elements 3.8.3 → 3.8.4
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/assets/system-icons/bulletListSystem.svg +3 -0
- package/assets/system-icons/dollarSystem.svg +3 -0
- package/assets/system-icons/euroSystem.svg +3 -0
- package/assets/system-icons/poundSystem.svg +3 -0
- package/dist/cjs/components/icon/icons/index.d.ts +4 -0
- package/dist/cjs/components/icon/icons/system-icons/bulletListSystem.d.ts +3 -0
- package/dist/cjs/components/icon/icons/system-icons/dollarSystem.d.ts +3 -0
- package/dist/cjs/components/icon/icons/system-icons/euroSystem.d.ts +3 -0
- package/dist/cjs/components/icon/icons/system-icons/poundSystem.d.ts +3 -0
- package/dist/cjs/components/persistent-notification/__styles__/index.d.ts +9 -0
- package/dist/cjs/components/persistent-notification/__tests__/persistent-notification.test.d.ts +1 -0
- package/dist/cjs/components/persistent-notification/index.d.ts +2 -0
- package/dist/cjs/components/persistent-notification/persistent-notification.d.ts +14 -0
- package/dist/cjs/hooks/use-theme/index.d.ts +1 -1
- package/dist/cjs/index.d.ts +1 -0
- package/dist/cjs/index.js +1 -16
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/components/icon/icons/index.d.ts +4 -0
- package/dist/esm/components/icon/icons/system-icons/bulletListSystem.d.ts +3 -0
- package/dist/esm/components/icon/icons/system-icons/dollarSystem.d.ts +3 -0
- package/dist/esm/components/icon/icons/system-icons/euroSystem.d.ts +3 -0
- package/dist/esm/components/icon/icons/system-icons/poundSystem.d.ts +3 -0
- package/dist/esm/components/persistent-notification/__styles__/index.d.ts +9 -0
- package/dist/esm/components/persistent-notification/__tests__/persistent-notification.test.d.ts +1 -0
- package/dist/esm/components/persistent-notification/index.d.ts +2 -0
- package/dist/esm/components/persistent-notification/persistent-notification.d.ts +14 -0
- package/dist/esm/hooks/use-theme/index.d.ts +1 -1
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +1 -16
- package/dist/esm/index.js.map +1 -1
- package/dist/index.css +78 -72
- package/package.json +33 -36
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reapit/elements",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.4",
|
|
4
4
|
"description": "A collection of React components and utilities for building apps for Reapit Marketplace",
|
|
5
5
|
"homepage": "https://github.com/reapit/foundations#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -43,9 +43,6 @@
|
|
|
43
43
|
"@linaria/react": "^3.0.0-beta.15"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@babel/core": "^7.16.5",
|
|
47
|
-
"@babel/plugin-transform-runtime": "7.16.5",
|
|
48
|
-
"@babel/runtime": "7.16.5",
|
|
49
46
|
"@linaria/babel-preset": "^3.0.0-beta.15",
|
|
50
47
|
"@linaria/rollup": "^3.0.0-beta.15",
|
|
51
48
|
"@linaria/shaker": "^3.0.0-beta.15",
|
|
@@ -55,55 +52,55 @@
|
|
|
55
52
|
"@reapit/storybook-addon-html": "^5.0.1",
|
|
56
53
|
"@reapit/ts-scripts": "0.0.1",
|
|
57
54
|
"@reapit/ts-types": "0.0.4",
|
|
58
|
-
"@rollup/plugin-babel": "^5.3.
|
|
59
|
-
"@rollup/plugin-commonjs": "^21.0
|
|
60
|
-
"@rollup/plugin-node-resolve": "^13.
|
|
61
|
-
"@rollup/plugin-typescript": "^8.3.
|
|
62
|
-
"@storybook/addon-actions": "^6.
|
|
63
|
-
"@storybook/addon-docs": "^6.
|
|
64
|
-
"@storybook/addon-essentials": "^6.
|
|
65
|
-
"@storybook/addon-links": "^6.
|
|
55
|
+
"@rollup/plugin-babel": "^5.3.1",
|
|
56
|
+
"@rollup/plugin-commonjs": "^21.1.0",
|
|
57
|
+
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
58
|
+
"@rollup/plugin-typescript": "^8.3.2",
|
|
59
|
+
"@storybook/addon-actions": "^6.5.6",
|
|
60
|
+
"@storybook/addon-docs": "^6.5.6",
|
|
61
|
+
"@storybook/addon-essentials": "^6.5.6",
|
|
62
|
+
"@storybook/addon-links": "^6.5.6",
|
|
66
63
|
"@storybook/addon-postcss": "^2.0.0",
|
|
67
|
-
"@storybook/addon-storysource": "^6.
|
|
68
|
-
"@storybook/addons": "^6.
|
|
69
|
-
"@storybook/builder-webpack5": "^6.
|
|
70
|
-
"@storybook/cli": "^6.
|
|
71
|
-
"@storybook/csf": "^0.0.
|
|
72
|
-
"@storybook/manager-webpack5": "^6.
|
|
73
|
-
"@storybook/react": "^6.
|
|
64
|
+
"@storybook/addon-storysource": "^6.5.6",
|
|
65
|
+
"@storybook/addons": "^6.5.6",
|
|
66
|
+
"@storybook/builder-webpack5": "^6.5.6",
|
|
67
|
+
"@storybook/cli": "^6.5.6",
|
|
68
|
+
"@storybook/csf": "^0.0.1",
|
|
69
|
+
"@storybook/manager-webpack5": "^6.5.6",
|
|
70
|
+
"@storybook/react": "^6.5.6",
|
|
74
71
|
"@storybook/react-docgen-typescript-plugin": "1.0.1",
|
|
75
|
-
"@storybook/theming": "^6.
|
|
76
|
-
"@svgr/rollup": "^6.1
|
|
77
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
78
|
-
"@typescript-eslint/parser": "^5.
|
|
79
|
-
"babel-jest": "^
|
|
80
|
-
"babel-loader": "^8.2.
|
|
81
|
-
"colord": "^2.9.
|
|
82
|
-
"concurrently": "^6.
|
|
72
|
+
"@storybook/theming": "^6.5.6",
|
|
73
|
+
"@svgr/rollup": "^6.2.1",
|
|
74
|
+
"@typescript-eslint/eslint-plugin": "^5.27.0",
|
|
75
|
+
"@typescript-eslint/parser": "^5.27.0",
|
|
76
|
+
"babel-jest": "^28.1.0",
|
|
77
|
+
"babel-loader": "^8.2.5",
|
|
78
|
+
"colord": "^2.9.2",
|
|
79
|
+
"concurrently": "^6.5.1",
|
|
83
80
|
"cross-env": "^7.0.3",
|
|
84
81
|
"dashify": "2.0.0",
|
|
85
|
-
"eslint": "8.
|
|
82
|
+
"eslint": "8.16.0",
|
|
86
83
|
"eslint-plugin-prettier": "^4.0.0",
|
|
87
|
-
"jest": "^
|
|
84
|
+
"jest": "^28.1.0",
|
|
88
85
|
"jest-coverage-badges": "^1.1.2",
|
|
89
86
|
"move-file-cli": "^2.0.0",
|
|
90
87
|
"node-polyfill-webpack-plugin": "^1.1.4",
|
|
91
|
-
"postcss": "^8.4.
|
|
88
|
+
"postcss": "^8.4.14",
|
|
92
89
|
"prettier": "2.2.1",
|
|
93
90
|
"react-docgen-typescript-loader": "^3.7.2",
|
|
94
91
|
"react-is": "^16.13.1",
|
|
95
92
|
"rimraf": "^3.0.2",
|
|
96
|
-
"rollup": "^2.
|
|
93
|
+
"rollup": "^2.75.4",
|
|
97
94
|
"rollup-plugin-css-only": "^3.1.0",
|
|
98
95
|
"rollup-plugin-terser": "^7.0.2",
|
|
99
|
-
"serverless": "^2.
|
|
96
|
+
"serverless": "^2.72.3",
|
|
100
97
|
"serverless-s3-deploy": "^0.10.1",
|
|
101
98
|
"serverless-s3-remover": "^0.6.0",
|
|
102
99
|
"serverless-single-page-app-plugin": "^1.0.4",
|
|
103
|
-
"snyk": "^1.
|
|
104
|
-
"tslib": "^2.
|
|
105
|
-
"typescript": "
|
|
106
|
-
"webpack": "^5.
|
|
100
|
+
"snyk": "^1.944.0",
|
|
101
|
+
"tslib": "^2.4.0",
|
|
102
|
+
"typescript": "4.6.3",
|
|
103
|
+
"webpack": "^5.72.1"
|
|
107
104
|
},
|
|
108
105
|
"peerDependencies": {
|
|
109
106
|
"react": ">=17.0.2",
|