@bolttech/ob-atoms-backdrop 1.0.0 → 1.0.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/index.cjs.js +3 -3
- package/package.json +4 -5
package/index.cjs.js
CHANGED
|
@@ -46,7 +46,7 @@ var fails$7 = fails$9;
|
|
|
46
46
|
|
|
47
47
|
var functionBindNative = !fails$7(function () {
|
|
48
48
|
// eslint-disable-next-line es/no-function-prototype-bind -- safe
|
|
49
|
-
var test =
|
|
49
|
+
var test = function () { /* empty */ }.bind();
|
|
50
50
|
// eslint-disable-next-line no-prototype-builtins -- safe
|
|
51
51
|
return typeof test != 'function' || test.hasOwnProperty('prototype');
|
|
52
52
|
});
|
|
@@ -324,10 +324,10 @@ var SHARED = '__core-js_shared__';
|
|
|
324
324
|
var store$3 = sharedStore.exports = globalThis$6[SHARED] || defineGlobalProperty$2(SHARED, {});
|
|
325
325
|
|
|
326
326
|
(store$3.versions || (store$3.versions = [])).push({
|
|
327
|
-
version: '3.
|
|
327
|
+
version: '3.49.0',
|
|
328
328
|
mode: 'global',
|
|
329
329
|
copyright: '© 2013–2025 Denis Pushkarev (zloirock.ru), 2025–2026 CoreJS Company (core-js.io). All rights reserved.',
|
|
330
|
-
license: 'https://github.com/zloirock/core-js/blob/v3.
|
|
330
|
+
license: 'https://github.com/zloirock/core-js/blob/v3.49.0/LICENSE',
|
|
331
331
|
source: 'https://github.com/zloirock/core-js'
|
|
332
332
|
});
|
|
333
333
|
|
package/package.json
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bolttech/ob-atoms-backdrop",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@bolttech/ui-utils": "0.6.
|
|
6
|
-
"classnames": "^2.5.1",
|
|
5
|
+
"@bolttech/ui-utils": "0.6.7",
|
|
7
6
|
"react": "19.1.2",
|
|
8
|
-
"
|
|
9
|
-
"
|
|
7
|
+
"classnames": "^2.5.1",
|
|
8
|
+
"react-dom": "19.1.2"
|
|
10
9
|
},
|
|
11
10
|
"main": "./index.cjs.js",
|
|
12
11
|
"type": "commonjs",
|