@mindly/ui-components 1.12.3 → 1.13.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.
@@ -16,6 +16,7 @@ export declare type HorizontalCalendarProps = {
16
16
  *
17
17
  */
18
18
  startFrom?: Date;
19
+ showSkeleton?: boolean;
19
20
  };
20
21
  declare enum DayOfWeek {
21
22
  SUN = "\u041D\u0434",
package/dist/index.d.ts CHANGED
@@ -168,6 +168,7 @@ declare type HorizontalCalendarProps = {
168
168
  *
169
169
  */
170
170
  startFrom?: Date;
171
+ showSkeleton?: boolean;
171
172
  };
172
173
  declare enum DayOfWeek {
173
174
  SUN = "\u041D\u0434",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "1.12.3",
3
+ "version": "1.13.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",