@getpara/core-components 2.0.0-alpha.67 → 2.0.0-alpha.68

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.
@@ -196,6 +196,7 @@ export declare const Icons: {
196
196
  x: string;
197
197
  youtubeBrand: string;
198
198
  youtube: string;
199
+ zap: string;
199
200
  zerion: string;
200
201
  AD: string;
201
202
  AE: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@getpara/core-components",
3
3
  "description": "Capsule Core Components",
4
- "version": "2.0.0-alpha.67",
4
+ "version": "2.0.0-alpha.68",
5
5
  "collection": "dist/collection/collection-manifest.json",
6
6
  "collection:main": "dist/collection/index.js",
7
7
  "dependencies": {
@@ -68,5 +68,5 @@
68
68
  ],
69
69
  "type": "module",
70
70
  "types": "dist/types/index.d.ts",
71
- "gitHead": "0266cc49e978575fed0b12c9bb0c832651e140eb"
71
+ "gitHead": "98955203281606201609bb4674f5984acb63d3bf"
72
72
  }