mario-core 2.9.151-level → 2.9.153-level

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;
@@ -8,7 +8,6 @@ declare type UserDetail = {
8
8
  roles: string[];
9
9
  isActive: boolean;
10
10
  profileImageFileName: string;
11
- sourcedId?: string;
12
11
  };
13
12
  declare const useUserDetail: (id?: string | undefined) => {
14
13
  userDetail: UserDetail;
@@ -8,7 +8,5 @@ declare const useUserList: () => {
8
8
  changeFilters: (updatedFilters: any) => void;
9
9
  reDirectDetailPage: (id?: number | undefined) => void;
10
10
  swicthUser: (id: string) => Promise<void>;
11
- handleSyncRosterStudents: () => Promise<void>;
12
- rosterUserInfo: (record: any) => string;
13
11
  };
14
12
  export default useUserList;
package/dist/index.css CHANGED
@@ -294,19 +294,7 @@
294
294
  ._jOY7o {
295
295
  background-size: cover;
296
296
  opacity: 0;
297
- -webkit-animation: _wnn2_ 20s step-start infinite 0s;
298
- animation: _wnn2_ 20s step-start infinite 0s; }
299
-
300
- @-webkit-keyframes _wnn2_ {
301
- 0% {
302
- opacity: 0;
303
- background-image: url("/images/landing-page.jpg"); }
304
- 50% {
305
- opacity: 1;
306
- background-image: url("/images/landing-page2.jpg"); }
307
- 100% {
308
- opacity: 2;
309
- background-image: url("/images/landing-page3.jpg"); } }
297
+ animation: _wnn2_ 20s step-start infinite 0s; }
310
298
 
311
299
  @keyframes _wnn2_ {
312
300
  0% {
@@ -335,7 +323,7 @@
335
323
  height: 100%;
336
324
  padding: 20px 100px; }
337
325
  ._F-hjL ._149oA ._24U3W > img {
338
- height: 40px; }
326
+ height: 60px; }
339
327
  ._F-hjL ._149oA ._3Wmco {
340
328
  padding-top: 70px; }
341
329
 
@@ -385,7 +373,7 @@
385
373
 
386
374
  ._1hXpy {
387
375
  max-width: 160px;
388
- max-height: 40px; }
376
+ max-height: 60px; }
389
377
 
390
378
  ._3vb3s li > a {
391
379
  color: #808080 !important; }