@bolttech/atoms-checkbox 0.21.3 → 0.22.1
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 -4
package/index.cjs.js
CHANGED
|
@@ -329,10 +329,10 @@ var SHARED = '__core-js_shared__';
|
|
|
329
329
|
var store$3 = sharedStore.exports = globalThis$6[SHARED] || defineGlobalProperty$2(SHARED, {});
|
|
330
330
|
|
|
331
331
|
(store$3.versions || (store$3.versions = [])).push({
|
|
332
|
-
version: '3.
|
|
332
|
+
version: '3.48.0',
|
|
333
333
|
mode: 'global',
|
|
334
|
-
copyright: '©
|
|
335
|
-
license: 'https://github.com/zloirock/core-js/blob/v3.
|
|
334
|
+
copyright: '© 2013–2025 Denis Pushkarev (zloirock.ru), 2025–2026 CoreJS Company (core-js.io). All rights reserved.',
|
|
335
|
+
license: 'https://github.com/zloirock/core-js/blob/v3.48.0/LICENSE',
|
|
336
336
|
source: 'https://github.com/zloirock/core-js'
|
|
337
337
|
});
|
|
338
338
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bolttech/atoms-checkbox",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.22.1",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"styled-components": "6.1.1",
|
|
6
|
-
"@bolttech/frontend-foundations": "0.
|
|
7
|
-
"react": "19.1.
|
|
8
|
-
"@bolttech/ui-utils": "0.
|
|
6
|
+
"@bolttech/frontend-foundations": "0.11.0",
|
|
7
|
+
"react": "19.1.2",
|
|
8
|
+
"@bolttech/ui-utils": "0.6.0"
|
|
9
9
|
},
|
|
10
10
|
"main": "./index.cjs.js",
|
|
11
11
|
"type": "commonjs",
|