@selfdecode/sd-component-library 4.0.73-vite2 → 4.0.73-vite3
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.
|
@@ -3,8 +3,8 @@ var Ef = (e, t, r) => t in e ? Tf(e, t, { enumerable: !0, configurable: !0, writ
|
|
|
3
3
|
var Os = (e, t, r) => (Ef(e, typeof t != "symbol" ? t + "" : t, r), r);
|
|
4
4
|
import * as J from "react";
|
|
5
5
|
import Q, { createContext as ic, forwardRef as ct, createElement as xt, Fragment as sc, useState as ve, useCallback as tt, useEffect as We, useRef as ze, Component as _s, useMemo as Pt } from "react";
|
|
6
|
-
import io from "react-dom";
|
|
7
6
|
import { debounce as Qo, mean as Rf, capitalize as Mf, random as kf, escape as Pf, unescape as jf } from "lodash-es";
|
|
7
|
+
import io from "react-dom";
|
|
8
8
|
var it = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
9
9
|
function Ko(e) {
|
|
10
10
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@selfdecode/sd-component-library",
|
|
3
|
-
"version": "4.0.73-
|
|
3
|
+
"version": "4.0.73-vite3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"files": [
|
|
@@ -18,9 +18,6 @@
|
|
|
18
18
|
"dotenv-expand": "^5.1.0",
|
|
19
19
|
"emotion-theming": "^10.0.27",
|
|
20
20
|
"history": "^4.10.1",
|
|
21
|
-
"identity-obj-proxy": "^3.0.0",
|
|
22
|
-
"next-share": "^0.18.0",
|
|
23
|
-
"prompts": "^2.4.2",
|
|
24
21
|
"react-app-polyfill": "^3.0.0",
|
|
25
22
|
"react-contenteditable": "^3.3.6",
|
|
26
23
|
"react-date-range": "1.1.3",
|
|
@@ -69,6 +66,7 @@
|
|
|
69
66
|
]
|
|
70
67
|
},
|
|
71
68
|
"devDependencies": {
|
|
69
|
+
"@testing-library/react": "^14.0.0",
|
|
72
70
|
"@trivago/prettier-plugin-sort-imports": "^3.1.1",
|
|
73
71
|
"@types/body-scroll-lock": "^3.1.0",
|
|
74
72
|
"@types/enzyme": "^3.10.5",
|
|
@@ -91,8 +89,6 @@
|
|
|
91
89
|
"eslint-config-react-app": "^7.0.1",
|
|
92
90
|
"file-loader": "^6.2.0",
|
|
93
91
|
"husky": "^4.2.5",
|
|
94
|
-
"jest-resolve": "^27.4.2",
|
|
95
|
-
"jest-watch-typeahead": "^1.0.0",
|
|
96
92
|
"lint-staged": "^10.2.11",
|
|
97
93
|
"lodash-es": "^4.17.21",
|
|
98
94
|
"postcss": "^8.4.4",
|
|
@@ -110,12 +106,13 @@
|
|
|
110
106
|
"typescript": "4.6.4",
|
|
111
107
|
"vite": "^4.4.8",
|
|
112
108
|
"vite-plugin-dts": "^3.4.0",
|
|
113
|
-
"vite-plugin-svgr": "^3.2.0"
|
|
109
|
+
"vite-plugin-svgr": "^3.2.0",
|
|
110
|
+
"vitest": "^0.34.1"
|
|
114
111
|
},
|
|
115
112
|
"peerDependencies": {
|
|
113
|
+
"lodash-es": "^4.17.21",
|
|
116
114
|
"react": "^18.2.0",
|
|
117
|
-
"react-dom": "^18.2.0"
|
|
118
|
-
"lodash-es": "^4.17.21"
|
|
115
|
+
"react-dom": "^18.2.0"
|
|
119
116
|
},
|
|
120
117
|
"description": "The SelfDecode Component Library (SCL) was built with intention of speeding up the development of all products under SD, by creating a single source for all shared components such as form components which are re-used across our different products.",
|
|
121
118
|
"repository": {
|