@darajs/core 1.10.5 → 1.10.6
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.
|
Binary file
|
|
@@ -17406,8 +17406,8 @@ var __privateWrapper = (obj, member, setter, getter) => ({
|
|
|
17406
17406
|
};
|
|
17407
17407
|
}
|
|
17408
17408
|
return {
|
|
17409
|
-
scrollLeft: element.
|
|
17410
|
-
scrollTop: element.
|
|
17409
|
+
scrollLeft: element.scrollX,
|
|
17410
|
+
scrollTop: element.scrollY
|
|
17411
17411
|
};
|
|
17412
17412
|
}
|
|
17413
17413
|
function getParentNode$1(node) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@darajs/core",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.6",
|
|
4
4
|
"description": "Dara Framework core",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"@babel/preset-env": "^7.23.0",
|
|
38
38
|
"@babel/preset-react": "^7.22.15",
|
|
39
39
|
"@babel/preset-typescript": "^7.23.0",
|
|
40
|
-
"@darajs/eslint-config": "~1.10.
|
|
41
|
-
"@darajs/prettier-config": "~1.10.
|
|
42
|
-
"@darajs/stylelint-config": "~1.10.
|
|
40
|
+
"@darajs/eslint-config": "~1.10.3",
|
|
41
|
+
"@darajs/prettier-config": "~1.10.3",
|
|
42
|
+
"@darajs/stylelint-config": "~1.10.3",
|
|
43
43
|
"@rollup/plugin-inject": "^4.0.4",
|
|
44
44
|
"@testing-library/dom": "^9.3.0",
|
|
45
45
|
"@testing-library/jest-dom": "^5.16.5",
|
|
@@ -79,10 +79,10 @@
|
|
|
79
79
|
"whatwg-fetch": "^3.6.2"
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
|
-
"@darajs/styled-components": "~1.10.
|
|
83
|
-
"@darajs/ui-components": "~1.10.
|
|
84
|
-
"@darajs/ui-notifications": "~1.10.
|
|
85
|
-
"@darajs/ui-utils": "~1.10.
|
|
82
|
+
"@darajs/styled-components": "~1.10.3",
|
|
83
|
+
"@darajs/ui-components": "~1.10.3",
|
|
84
|
+
"@darajs/ui-notifications": "~1.10.3",
|
|
85
|
+
"@darajs/ui-utils": "~1.10.3",
|
|
86
86
|
"@fortawesome/fontawesome-free": "~6.4.0",
|
|
87
87
|
"@recoiljs/refine": "^0.1.1",
|
|
88
88
|
"@tanstack/query-core": "^4.0.0",
|
|
@@ -118,5 +118,5 @@
|
|
|
118
118
|
"publishConfig": {
|
|
119
119
|
"access": "public"
|
|
120
120
|
},
|
|
121
|
-
"gitHead": "
|
|
121
|
+
"gitHead": "c2a8bd47e67972d68201ac64286ff44fe31e5232"
|
|
122
122
|
}
|