@getpara/core-components 1.12.0 → 2.0.0-alpha.5

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.
@@ -147,6 +147,7 @@ export declare const Icons: {
147
147
  spacingHeight: string;
148
148
  star04Filled: string;
149
149
  stars01Filled: string;
150
+ stars02: string;
150
151
  stars: string;
151
152
  stopSquare: string;
152
153
  stripeBrand: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getpara/core-components",
3
- "version": "1.12.0",
3
+ "version": "2.0.0-alpha.5",
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": "748afcf08c9d307a2d3eaf0716f73132f3eb8529"
71
+ "gitHead": "3ecfca088f24489f2e8fa5493d0f4459b08880e1"
72
72
  }