@usecapsule/core-components 3.20.0 → 3.21.0

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.
@@ -141,6 +141,7 @@ export declare const Icons: {
141
141
  solana: string;
142
142
  spacingHeight: string;
143
143
  star04Filled: string;
144
+ stars01Filled: string;
144
145
  stars: string;
145
146
  stopSquare: string;
146
147
  stripeBrand: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usecapsule/core-components",
3
- "version": "3.20.0",
3
+ "version": "3.21.0",
4
4
  "description": "Capsule Core Components",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -68,5 +68,5 @@
68
68
  "storybook-addon-stencil": "^0.2.1",
69
69
  "ts-node": "^10.9.2"
70
70
  },
71
- "gitHead": "de5cb1938bad269345fa5a4b2887618e81a851e5"
71
+ "gitHead": "d8c8ddf23a4541fa852a9e8fdda1507654e994d7"
72
72
  }