@mindly/ui-components 1.13.0 → 1.13.2
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/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/lib/consultation-card/ConsultationCard.d.ts +2 -2
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/lib/consultation-card/ConsultationCard.d.ts +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import '../Theme/global.css';
|
|
3
3
|
export declare enum DayOfWeeks {
|
|
4
|
-
'Неділя' = 0,
|
|
5
4
|
'Понеділок' = 1,
|
|
6
5
|
'Вівторок' = 2,
|
|
7
6
|
'Середа' = 3,
|
|
8
7
|
'Четверг' = 4,
|
|
9
8
|
"П'ятниця" = 5,
|
|
10
|
-
'Субота' = 6
|
|
9
|
+
'Субота' = 6,
|
|
10
|
+
'Неділя' = 7
|
|
11
11
|
}
|
|
12
12
|
export declare type DateTimeType = {
|
|
13
13
|
_nanoseconds: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -523,13 +523,13 @@ declare type EntryNotFoundProps = {
|
|
|
523
523
|
declare const EntryNotFound: FC<EntryNotFoundProps>;
|
|
524
524
|
|
|
525
525
|
declare enum DayOfWeeks {
|
|
526
|
-
'Неділя' = 0,
|
|
527
526
|
'Понеділок' = 1,
|
|
528
527
|
'Вівторок' = 2,
|
|
529
528
|
'Середа' = 3,
|
|
530
529
|
'Четверг' = 4,
|
|
531
530
|
"П'ятниця" = 5,
|
|
532
|
-
'Субота' = 6
|
|
531
|
+
'Субота' = 6,
|
|
532
|
+
'Неділя' = 7
|
|
533
533
|
}
|
|
534
534
|
declare type DateTimeType = {
|
|
535
535
|
_nanoseconds: number;
|