@usecapsule/core-components 3.4.1-dev.1 → 3.4.1-dev.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,6 +14,7 @@ export declare const Icons: {
14
14
  capsuleRingsDark: string;
15
15
  capsuleRings: string;
16
16
  capsule: string;
17
+ checkCircleFilled: string;
17
18
  checkCircle: string;
18
19
  check: string;
19
20
  chevronUp: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usecapsule/core-components",
3
- "version": "3.4.1-dev.1",
3
+ "version": "3.4.1-dev.2",
4
4
  "description": "Capsule Core Components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",