@usecapsule/core-components 3.0.0 → 3.0.1

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.
@@ -240,6 +240,7 @@ export declare const Icons: {
240
240
  arrowNarrow: string;
241
241
  arrow: string;
242
242
  backupKit: string;
243
+ brush: string;
243
244
  capsuleLogo: string;
244
245
  capsuleRingsDark: string;
245
246
  capsuleRings: string;
@@ -266,6 +267,7 @@ export declare const Icons: {
266
267
  facebook: string;
267
268
  figmaBrand: string;
268
269
  figma: string;
270
+ file: string;
269
271
  githubBrand: string;
270
272
  github: string;
271
273
  googleBrand: string;
@@ -281,6 +283,7 @@ export declare const Icons: {
281
283
  instagramBrand: string;
282
284
  instagram: string;
283
285
  key: string;
286
+ lightning01: string;
284
287
  lightning: string;
285
288
  linkedinBrand: string;
286
289
  linkedin: string;
@@ -1,3 +1,3 @@
1
1
  export * from './components';
2
2
  export { generateTheme } from './utils/theme/generateTheme';
3
- export type { Theme, BorderRadius } from './interface';
3
+ export type { Theme, BorderRadius, IconType } from './interface';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usecapsule/core-components",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "Capsule Core Components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -51,5 +51,5 @@
51
51
  "stencil-inline-svg": "^1.1.0",
52
52
  "ts-node": "^10.9.2"
53
53
  },
54
- "gitHead": "bedd55452c8b4f262ffadc9dfd091a8a0146ddca"
54
+ "gitHead": "ce327f37fb825d3ab1346fbaf317d67e09ae4a58"
55
55
  }