@bolttech/atoms-button 0.2.2 → 0.2.4
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.js → index.cjs} +2 -2
- package/package.json +4 -5
package/{index.js → index.cjs}
RENAMED
|
@@ -6,9 +6,9 @@ var jsxRuntime = require('react/jsx-runtime');
|
|
|
6
6
|
var atomsIcon = require('@bolttech/atoms-icon');
|
|
7
7
|
var styled = require('styled-components');
|
|
8
8
|
|
|
9
|
-
function
|
|
9
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
10
10
|
|
|
11
|
-
var styled__default = /*#__PURE__*/
|
|
11
|
+
var styled__default = /*#__PURE__*/_interopDefaultLegacy(styled);
|
|
12
12
|
|
|
13
13
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
14
14
|
|
package/package.json
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bolttech/atoms-button",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"type": "module",
|
|
3
|
+
"version": "0.2.4",
|
|
4
|
+
"main": "./index.cjs",
|
|
5
|
+
"type": "commonjs",
|
|
7
6
|
"types": "./src/index.d.ts",
|
|
8
7
|
"dependencies": {},
|
|
9
8
|
"peerDependencies": {
|
|
10
|
-
"@bolttech/atoms-icon": "0.1.
|
|
9
|
+
"@bolttech/atoms-icon": "0.1.6",
|
|
11
10
|
"@edirect/frontend-foundations": "0.0.27",
|
|
12
11
|
"styled-components": "5.3.6"
|
|
13
12
|
}
|