@getpara/core-components 2.0.0-alpha.62 → 2.0.0-alpha.64

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.
@@ -157,6 +157,7 @@ export declare const Icons: {
157
157
  settings: string;
158
158
  share: string;
159
159
  shield: string;
160
+ shuffle: string;
160
161
  signalBrand: string;
161
162
  signal: string;
162
163
  sliders: 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.62",
4
+ "version": "2.0.0-alpha.64",
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": "a4e8ee28afb86a2318449def68eb7fcefdb31745"
71
+ "gitHead": "c55ecfbbd200053ddb78d88c93c597c0f781a6bb"
72
72
  }