@bigbinary/neeto-site-blocks 0.15.0-bata.0 → 0.15.0
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/index.cjs.js +1546 -2934
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1547 -2935
- package/dist/index.js.map +1 -1
- package/package.json +1 -3
- package/types.d.ts +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-site-blocks",
|
|
3
|
-
"version": "0.15.0
|
|
3
|
+
"version": "0.15.0",
|
|
4
4
|
"main": "dist/index.cjs.js",
|
|
5
5
|
"module": "dist/index.js",
|
|
6
6
|
"types": "./types.d.ts",
|
|
@@ -44,7 +44,6 @@
|
|
|
44
44
|
"@rollup/plugin-node-resolve": "13.3.0",
|
|
45
45
|
"@svgr/rollup": "6.2.1",
|
|
46
46
|
"autoprefixer": "^10.4.5",
|
|
47
|
-
"axios": "0.27.2",
|
|
48
47
|
"babel-loader": "^8.2.5",
|
|
49
48
|
"babel-plugin-istanbul": "^6.1.1",
|
|
50
49
|
"babel-plugin-js-logger": "1.0.17",
|
|
@@ -101,7 +100,6 @@
|
|
|
101
100
|
},
|
|
102
101
|
"peerDependencies": {
|
|
103
102
|
"@babel/runtime": "7.17.9",
|
|
104
|
-
"axios": "0.27.2",
|
|
105
103
|
"react": "17.0.2",
|
|
106
104
|
"react-dom": "17.0.2",
|
|
107
105
|
"styled-components": "^5.3.6"
|
package/types.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ export const FaqWithHamburgerView : React.FC<BlockProps>;
|
|
|
12
12
|
export const FeatureWithRightImage : React.FC<BlockProps>;
|
|
13
13
|
export const FeatureWithImageCarousel : React.FC<BlockProps>;
|
|
14
14
|
export const FeatureWithImageBlocks : React.FC<BlockProps>;
|
|
15
|
+
export const FeatureWithJumboText : React.FC<BlockProps>;
|
|
15
16
|
export const FeatureWithGrid : React.FC<BlockProps>;
|
|
16
17
|
export const FeatureWithList : React.FC<BlockProps>;
|
|
17
18
|
export const FeatureWithLink : React.FC<BlockProps>;
|