matcha-components 20.116.0 → 20.120.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.
package/index.d.ts CHANGED
@@ -745,6 +745,8 @@ declare class MatchaSkeletonComponent {
745
745
  height: number | string;
746
746
  model: 'profile' | 'table' | 'empty' | string | null;
747
747
  gap: number | string;
748
+ private get amountNumber();
749
+ private get gridNumber();
748
750
  get classes(): string;
749
751
  get heightClass(): string;
750
752
  get amountArray(): number[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-components",
3
- "version": "20.116.0",
3
+ "version": "20.120.0",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.3.0"