@usecapsule/core-components 2.0.9 → 2.0.10

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.
@@ -263,6 +263,8 @@ export declare const Icons: {
263
263
  eye: string;
264
264
  facebookBrand: string;
265
265
  facebook: string;
266
+ farcasterBrand: string;
267
+ farcaster: string;
266
268
  figmaBrand: string;
267
269
  figma: string;
268
270
  githubBrand: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usecapsule/core-components",
3
- "version": "2.0.9",
3
+ "version": "2.0.10",
4
4
  "description": "Capsule Core Components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -50,5 +50,5 @@
50
50
  "stencil-inline-svg": "^1.1.0",
51
51
  "ts-node": "^10.9.2"
52
52
  },
53
- "gitHead": "ae522c6b11da093f50879aabe98f429baf9f7cc3"
53
+ "gitHead": "d6668445dbab34c8bd6d60464fadcc96c8351c28"
54
54
  }