@usecapsule/core-components 1.0.6 → 1.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -63,8 +63,6 @@ export declare const Icons: {
63
63
  tumblr: string;
64
64
  twitterBrand: string;
65
65
  twitter: string;
66
- xBrand: string;
67
- x: string;
68
66
  youtubeBrand: string;
69
67
  youtube: string;
70
68
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usecapsule/core-components",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "description": "Capsule Core Components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -47,5 +47,5 @@
47
47
  "stencil-inline-svg": "^1.1.0",
48
48
  "ts-node": "^10.9.2"
49
49
  },
50
- "gitHead": "21303c40a6aec01630b6bfde1d5d907cba294f1a"
50
+ "gitHead": "ddf1082b7e8e4b242d0268372d44cad3aec2c4a7"
51
51
  }