@mindly/ui-components 5.33.6 → 5.34.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.
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  export type SpecialistEducationCardProps = {
3
3
  institutionName?: string;
4
4
  institutionLogoLink?: string | null;
5
- onClickSeeMoreButton?: () => void;
5
+ certificateLink?: string | null;
6
6
  faculty?: string | null;
7
7
  yearStart?: number | null;
8
8
  yearEnd?: number | null;
package/dist/index.d.ts CHANGED
@@ -916,7 +916,7 @@ declare const _default$w: React__default.NamedExoticComponent<SpecialistAboutPro
916
916
  type SpecialistEducationCardProps = {
917
917
  institutionName?: string;
918
918
  institutionLogoLink?: string | null;
919
- onClickSeeMoreButton?: () => void;
919
+ certificateLink?: string | null;
920
920
  faculty?: string | null;
921
921
  yearStart?: number | null;
922
922
  yearEnd?: number | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "5.33.6",
3
+ "version": "5.34.0",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",
@@ -33,6 +33,7 @@
33
33
  "react-i18next": "^13.2.2",
34
34
  "react-intersection-observer": "^9.5.2",
35
35
  "react-mobile-picker": "^1.0.0",
36
+ "react-photo-view": "1.2.4",
36
37
  "react-rating": "^2.0.5",
37
38
  "react-stately": "^3.24.0",
38
39
  "styled-components": "^5.3.1",
@@ -40,13 +41,13 @@
40
41
  "tailwind-variants": "^0.1.14"
41
42
  },
42
43
  "peerDependencies": {
43
- "react": "^17.0.2",
44
44
  "@babel/polyfill": "^7.12.1",
45
45
  "@fontsource/inter": "^5.0.8",
46
46
  "@fontsource/inter-tight": "^5.0.12",
47
47
  "@ionic/react": "^6.1.11",
48
48
  "@ionic/react-router": "^6.1.11",
49
49
  "luxon": "^2.4.0",
50
+ "react": "^17.0.2",
50
51
  "react-dom": "^17.0.2",
51
52
  "styled-components": "^5.3.1"
52
53
  },
@@ -68,4 +68,17 @@
68
68
  html {
69
69
  font-family: Inter, system-ui, sans-serif;
70
70
  }
71
- }
71
+
72
+ .PhotoView-Portal .PhotoView-Slider__BannerWrap {
73
+ height: calc(44px + var(--ion-safe-area-top));
74
+ align-items: end;
75
+ justify-content: end;
76
+ }
77
+ .PhotoView-Portal .PhotoView-Slider__BannerRight {
78
+ height: auto;
79
+ }
80
+
81
+ .PhotoView-Portal .PhotoView-Slider__BannerWrap .PhotoView-Slider__Counter {
82
+ display: none;
83
+ }
84
+ }