@usecapsule/core-components 2.0.3 → 2.0.4-dev.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -17,6 +17,8 @@ export declare const Icons: {
17
17
  clubhouseBrand: string;
18
18
  clubhouse: string;
19
19
  copy: string;
20
+ decentBrand: string;
21
+ decent: string;
20
22
  discordBrand: string;
21
23
  discord: string;
22
24
  downloadCloud: string;
@@ -42,6 +44,7 @@ export declare const Icons: {
42
44
  instagramBrand: string;
43
45
  instagram: string;
44
46
  key: string;
47
+ lightning: string;
45
48
  linkedinBrand: string;
46
49
  linkedin: string;
47
50
  mail: string;
@@ -50,6 +53,8 @@ export declare const Icons: {
50
53
  pintrestBrand: string;
51
54
  pintrest: string;
52
55
  plusCircle: string;
56
+ rampNetworkBrand: string;
57
+ rampNetwork: string;
53
58
  redditBrand: string;
54
59
  reddit: string;
55
60
  signalBrand: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usecapsule/core-components",
3
- "version": "2.0.3",
3
+ "version": "2.0.4-dev.1",
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": "a3491397ca74229897e10b5140cc417af3eaed14"
53
+ "gitHead": "f3565ce443b221346967c11eaa7abf4576059c21"
54
54
  }