@getpara/core-components 2.19.0 → 2.21.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.
@@ -175,6 +175,8 @@ export declare const Icons: {
175
175
  stars01Filled: string;
176
176
  stars02: string;
177
177
  stars: string;
178
+ stellarCircle: string;
179
+ stellar: string;
178
180
  stopSquare: string;
179
181
  stripeBrand: string;
180
182
  telegramBrand: 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.19.0",
4
+ "version": "2.21.0",
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": "7dc9400777adb653c0cc28e0d9236424eb384467"
71
+ "gitHead": "61f68bb1344dcec458f9016db39f631bb630b8f4"
72
72
  }