mario-core 2.9.45-beta → 2.9.47-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
@@ -148,7 +148,7 @@
148
148
  text-align: center;
149
149
  font-weight: 500; }
150
150
  ._Ce3Kg:hover {
151
- color: #0a4da2; }
151
+ color: #336DDA; }
152
152
 
153
153
  ._2t6d9 {
154
154
  text-align: left;
@@ -156,12 +156,12 @@
156
156
  font-size: 16px !important; }
157
157
 
158
158
  ._3bDsd {
159
- color: #2196f3;
159
+ color: #336DDA;
160
160
  font-size: 16px;
161
161
  display: inline-block;
162
162
  font-weight: 500; }
163
163
  ._3bDsd:hover {
164
- color: #0a4da2;
164
+ color: #336DDA;
165
165
  -webkit-text-decoration: revert;
166
166
  text-decoration: revert; }
167
167
 
@@ -278,7 +278,7 @@
278
278
  background-image: url("/images/home.png") !important; }
279
279
 
280
280
  ._F-hjL {
281
- background-color: #0a4da2;
281
+ background-color: #336DDA;
282
282
  background-repeat: no-repeat;
283
283
  background-size: cover;
284
284
  width: 100%;
@@ -286,7 +286,7 @@
286
286
  background-position: center; }
287
287
  @media (max-width: 768px) {
288
288
  ._F-hjL {
289
- background-color: #0a4da2;
289
+ background-color: #336DDA;
290
290
  overflow: hidden; } }
291
291
  ._F-hjL ._1TT1q {
292
292
  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"]
@@ -3839,21 +3839,7 @@ var TheLanguageDropdown = function TheLanguageDropdown() {
3839
3839
  width: "30px"
3840
3840
  },
3841
3841
  src: "/images/united-kingdom.png"
3842
- })), "United Kingdom")), React__default.createElement(reactstrap.DropdownItem, {
3843
- className: styles["dropdown-change"] + " px-0 py-0 pb-2",
3844
- onClick: function onClick() {
3845
- return changeLanguageApp("us");
3846
- }
3847
- }, React__default.createElement("div", {
3848
- className: styles["dropdown-item-language"] + " " + styles["item-logout"] + " " + (language == "us" ? styles['dropdown-item-language-active'] : "") + " d-flex align-items-center w-100"
3849
- }, React__default.createElement("span", {
3850
- className: "mr-2 d-flex hover-opacity"
3851
- }, React__default.createElement("img", {
3852
- style: {
3853
- width: "30px"
3854
- },
3855
- src: "/images/usa.png"
3856
- })), "United States of America"))));
3842
+ })), "United Kingdom"))));
3857
3843
  };
3858
3844
 
3859
3845
  var TheHeader = function TheHeader() {