@ndmspc/ndmvr 1.2.0-rc.1 → 1.2.0-rc.2
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/dist/ndmvr.es.js +1 -2
- package/package.json +2 -2
package/dist/ndmvr.es.js
CHANGED
|
@@ -5215,7 +5215,7 @@ function Gc(e) {
|
|
|
5215
5215
|
function Kc(e) {
|
|
5216
5216
|
let t = I(30), { options: n, onSelect: r, width: i, placeholder: a, defaultValue: o, maxVisibleItems: s } = e, c;
|
|
5217
5217
|
t[0] === n ? c = t[1] : (c = n === void 0 ? [] : n, t[0] = n, t[1] = c);
|
|
5218
|
-
let l = c, u = i === void 0 ? 350 : i, d = a === void 0 ? "Select option" : a, p = o === void 0 ? null : o, h = s === void 0 ?
|
|
5218
|
+
let l = c, u = i === void 0 ? 350 : i, d = a === void 0 ? "Select option" : a, p = o === void 0 ? null : o, h = s === void 0 ? 5 : s, g = m(), _ = f(Wc);
|
|
5219
5219
|
if (!_) throw Error("Dropdown must be used within DropdownProvider");
|
|
5220
5220
|
let { openDropdownId: y, setOpenDropdownId: b } = _, [x, S] = v(p), C = y === g, w = 45 * h + 1, T;
|
|
5221
5221
|
t[2] !== g || t[3] !== C || t[4] !== b ? (T = () => {
|
|
@@ -11724,7 +11724,6 @@ function ol() {
|
|
|
11724
11724
|
onSelect: (e) => {
|
|
11725
11725
|
w(e);
|
|
11726
11726
|
},
|
|
11727
|
-
maxVisibleItems: 5,
|
|
11728
11727
|
width: 300
|
|
11729
11728
|
}), e[21] = w, e[22] = B);
|
|
11730
11729
|
let V;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ndmspc/ndmvr",
|
|
3
|
-
"version": "1.2.0-rc.
|
|
3
|
+
"version": "1.2.0-rc.2",
|
|
4
4
|
"description": "NDMVR React three fiber components",
|
|
5
5
|
"author": "NDMSPC community",
|
|
6
6
|
"repository": {
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"react-dom": ">=19 <20"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@ndmspc/ndmvr-core": "1.
|
|
49
|
+
"@ndmspc/ndmvr-core": "1.2.0-rc.1",
|
|
50
50
|
"@pmndrs/uikit": "^1.0.73",
|
|
51
51
|
"@react-three/drei": "^10.7.7",
|
|
52
52
|
"@react-three/fiber": "^9.6.1",
|