@usecapsule/core-components 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -44,6 +44,7 @@ export declare const Icons: {
44
44
  linkedinBrand: string;
45
45
  linkedin: string;
46
46
  mail: string;
47
+ moreLoginOptionsDark: string;
47
48
  moreLoginOptions: string;
48
49
  phone: string;
49
50
  pintrestBrand: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usecapsule/core-components",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
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": "3c842ed174945054da0e6f1fa0b3de26d4b0d000"
50
+ "gitHead": "9fb36db2cff4e983b5fd6741e66b4f237dcd8710"
51
51
  }