mario-core 2.9.46-beta → 2.9.48-beta

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.
@@ -0,0 +1,5 @@
1
+ export interface IModelSelectRoles {
2
+ isOpenModel: boolean;
3
+ userRoles: string[];
4
+ onSelectUserRoles: Function;
5
+ }
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IModelSelectRoles } from "../constant/type";
3
+ declare const ModelSelectRole: ({ isOpenModel, userRoles, onSelectUserRoles }: IModelSelectRoles) => JSX.Element;
4
+ export default ModelSelectRole;
package/dist/index.css CHANGED
@@ -11,6 +11,8 @@
11
11
  ._2HqmH {
12
12
  width: 100%;
13
13
  justify-content: center; }
14
+ ._2HqmH > span {
15
+ font-family: 'Poppins-Regular' !important; }
14
16
 
15
17
  ._2sew7 {
16
18
  top: -4px;
@@ -27,7 +29,6 @@
27
29
  /* style for login */
28
30
  ._3OgWF {
29
31
  display: inline-block;
30
- font-family: Lato;
31
32
  font-size: 34px;
32
33
  letter-spacing: normal;
33
34
  text-align: center;
@@ -61,7 +62,6 @@
61
62
 
62
63
  ._1Swkw {
63
64
  color: #ffffff;
64
- font-family: Lato;
65
65
  font-size: 26px;
66
66
  text-align: right;
67
67
  border-right: 3px #ffffff solid; }
@@ -72,7 +72,6 @@
72
72
 
73
73
  ._gi8vj {
74
74
  color: #ffffff;
75
- font-family: Lato;
76
75
  font-size: 20px;
77
76
  text-align: left;
78
77
  opacity: 0.8; }
@@ -114,7 +113,8 @@
114
113
  font-size: 24px;
115
114
  font-weight: bold;
116
115
  line-height: 28px;
117
- margin-bottom: 30px; }
116
+ margin-bottom: 30px;
117
+ font-family: 'Montserrat-Bold' !important; }
118
118
 
119
119
  ._21qb6 {
120
120
  margin-bottom: 5px; }
@@ -141,14 +141,15 @@
141
141
  display: block;
142
142
  border: none;
143
143
  outline: none;
144
- width: 100%; }
144
+ width: 100%;
145
+ font-family: 'Poppins-Regular' !important; }
145
146
 
146
147
  ._Ce3Kg {
147
148
  color: #2196f3;
148
149
  text-align: center;
149
150
  font-weight: 500; }
150
151
  ._Ce3Kg:hover {
151
- color: #0a4da2; }
152
+ color: #336DDA; }
152
153
 
153
154
  ._2t6d9 {
154
155
  text-align: left;
@@ -156,12 +157,13 @@
156
157
  font-size: 16px !important; }
157
158
 
158
159
  ._3bDsd {
159
- color: #2196f3;
160
+ color: #336DDA;
160
161
  font-size: 16px;
161
162
  display: inline-block;
162
- font-weight: 500; }
163
+ font-weight: 500;
164
+ font-family: 'Poppins-Regular' !important; }
163
165
  ._3bDsd:hover {
164
- color: #0a4da2;
166
+ color: #336DDA;
165
167
  -webkit-text-decoration: revert;
166
168
  text-decoration: revert; }
167
169
 
@@ -238,7 +240,8 @@
238
240
  ._wWIyO ._3IL10 {
239
241
  margin: 30px 0;
240
242
  color: rgba(0, 0, 0, 0.36);
241
- font-weight: 500; }
243
+ font-weight: 500;
244
+ font-family: 'Poppins-Regular' !important; }
242
245
  ._wWIyO ._3IL10:hover {
243
246
  background-color: #2196f3;
244
247
  color: #ffffff; }
@@ -255,13 +258,16 @@
255
258
  min-height: 40vh; }
256
259
 
257
260
  ._3CWP6 ._3nuns {
258
- margin-bottom: 0; }
261
+ margin-bottom: 0;
262
+ font-family: 'Montserrat-Bold' !important; }
259
263
 
260
264
  ._3CWP6 ._PMcjT {
261
- margin-bottom: 20px; }
265
+ margin-bottom: 20px;
266
+ font-family: 'Poppins-Regular' !important; }
262
267
 
263
268
  ._3CWP6 ._3IL10 {
264
- margin-bottom: 70px; }
269
+ margin-bottom: 70px;
270
+ font-family: 'Poppins-Regular' !important; }
265
271
 
266
272
  ._3Wmco ._13Rk0 {
267
273
  padding-bottom: 60px; }
@@ -278,7 +284,7 @@
278
284
  background-image: url("/images/home.png") !important; }
279
285
 
280
286
  ._F-hjL {
281
- background-color: #0a4da2;
287
+ background-color: #336DDA;
282
288
  background-repeat: no-repeat;
283
289
  background-size: cover;
284
290
  width: 100%;
@@ -286,7 +292,7 @@
286
292
  background-position: center; }
287
293
  @media (max-width: 768px) {
288
294
  ._F-hjL {
289
- background-color: #0a4da2;
295
+ background-color: #336DDA;
290
296
  overflow: hidden; } }
291
297
  ._F-hjL ._1TT1q {
292
298
  padding-top: 40px;
package/dist/index.js CHANGED
@@ -2904,7 +2904,7 @@ var BlockLogin = function BlockLogin(_ref) {
2904
2904
  }, React__default.createElement("div", {
2905
2905
  className: "" + styles["block-form"]
2906
2906
  }, React__default.createElement("img", {
2907
- src: "/images/Icon-Rectangle.png",
2907
+ src: "/images/main-blue-logo.svg",
2908
2908
  className: "" + styles["img-login-rectangle"]
2909
2909
  }), React__default.createElement("p", {
2910
2910
  className: "" + styles["title-login"]
@@ -4531,6 +4531,9 @@ var defaultparams = [{
4531
4531
  }, {
4532
4532
  label: "$MESSAGE$",
4533
4533
  meaning: "Message"
4534
+ }, {
4535
+ label: "$DOMAIN$",
4536
+ meaning: "Domain"
4534
4537
  }];
4535
4538
 
4536
4539
  var MailSubject = function MailSubject(_ref) {