@acuteinfo/common-screens 1.0.53 → 1.0.54
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.
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
--white: #ffffff;
|
|
4
4
|
--theme-color3: #4263c7;
|
|
5
5
|
--theme-color4: #eceff9;
|
|
6
|
-
--
|
|
6
|
+
--primary-bg: linear-gradient(71.66deg, #4285f4 -2.97%, #885df5 111.3%);
|
|
7
7
|
--theme-color6: rgba(148, 149, 151, 1);
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
/*# sourceMappingURL=index~
|
|
10
|
+
/*# sourceMappingURL=index~NFLKLAwc.css.map */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/assets/css/index.css"],"names":[],"mappings":"AAAA;EACE,uBAAuB;EACvB,gBAAgB;EAChB,uBAAuB;EACvB,uBAAuB;EACvB,
|
|
1
|
+
{"version":3,"sources":["../../src/assets/css/index.css"],"names":[],"mappings":"AAAA;EACE,uBAAuB;EACvB,gBAAgB;EAChB,uBAAuB;EACvB,uBAAuB;EACvB,uEAAuE;EACvE,sCAAsC;AACxC","file":"index~NFLKLAwc.css","sourcesContent":[":root {\r\n --theme-color1: #07288e;\r\n --white: #ffffff;\r\n --theme-color3: #4263c7;\r\n --theme-color4: #eceff9;\r\n --primary-bg: linear-gradient(71.66deg, #4285f4 -2.97%, #885df5 111.3%);\r\n --theme-color6: rgba(148, 149, 151, 1);\r\n}\r\n"]}
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import 'regenerator-runtime/runtime';
|
|
2
|
-
import './assets/index~
|
|
2
|
+
import './assets/index~NFLKLAwc.css';
|
|
3
3
|
import { jsx, jsxs, Fragment as Fragment$1 } from 'react/jsx-runtime';
|
|
4
4
|
import { TextField, GradientButton, utilFunction, ClearCacheProvider, queryClient, Alert, GridWrapper, SearchBar } from '@acuteinfo/common-base';
|
|
5
5
|
import { useState, useRef, useEffect, Fragment, useMemo, useReducer, useCallback } from 'react';
|
|
@@ -169,7 +169,7 @@ const useStyles$3 = makeStyles((theme) => ({
|
|
|
169
169
|
},
|
|
170
170
|
},
|
|
171
171
|
dialogTitleClass: {
|
|
172
|
-
background: "var(--
|
|
172
|
+
background: "var(--primary-bg)",
|
|
173
173
|
padding: "6px 15px !important",
|
|
174
174
|
margin: "10px",
|
|
175
175
|
color: "var(--white)",
|
|
@@ -821,7 +821,7 @@ const BankDetails = ({ bannerDetails }) => {
|
|
|
821
821
|
objectPosition: "center",
|
|
822
822
|
}, src: Boolean(loginImageURL) ? loginImageURL : "" }) }), jsx(Grid, { item: true, xs: 12, md: 12, lg: 12, style: {
|
|
823
823
|
height: "30vh",
|
|
824
|
-
background: "var(--
|
|
824
|
+
background: "var(--primary-bg)",
|
|
825
825
|
}, children: jsxs(Container, { maxWidth: "sm", children: [jsxs("div", { className: "text", style: {
|
|
826
826
|
color: "white",
|
|
827
827
|
fontStyle: "normal",
|