react-easy-wall 1.2.7 → 1.2.8
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,17 +3,7 @@
|
|
|
3
3
|
var createTheme = require('../../node_modules/@mui/material/esm/styles/createTheme.js');
|
|
4
4
|
|
|
5
5
|
const PRIMARY_COLOR = '#E8600B';
|
|
6
|
-
const SECONDARY_COLOR = '#c7500a70';
|
|
7
6
|
const theme = createTheme.default({
|
|
8
|
-
palette: {
|
|
9
|
-
primary: {
|
|
10
|
-
main: PRIMARY_COLOR,
|
|
11
|
-
},
|
|
12
|
-
secondary: {
|
|
13
|
-
main: SECONDARY_COLOR,
|
|
14
|
-
},
|
|
15
|
-
},
|
|
16
|
-
//"PT Sans",helvetica,arial,sans-serif
|
|
17
7
|
typography: {
|
|
18
8
|
fontFamily: [
|
|
19
9
|
'Barlow',
|
|
@@ -26,6 +16,5 @@ const theme = createTheme.default({
|
|
|
26
16
|
});
|
|
27
17
|
|
|
28
18
|
exports.PRIMARY_COLOR = PRIMARY_COLOR;
|
|
29
|
-
exports.SECONDARY_COLOR = SECONDARY_COLOR;
|
|
30
19
|
exports.theme = theme;
|
|
31
20
|
//# sourceMappingURL=theme.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.js","sources":["../../../../src/shared/mui/theme.ts"],"sourcesContent":["import { createTheme } from '@mui/material/styles';\nexport const PRIMARY_COLOR = '#E8600B';\nexport const SECONDARY_COLOR = '#c7500a70';\nexport const theme = createTheme({\n
|
|
1
|
+
{"version":3,"file":"theme.js","sources":["../../../../src/shared/mui/theme.ts"],"sourcesContent":["import { createTheme } from '@mui/material/styles';\nexport const PRIMARY_COLOR = '#E8600B';\nexport const SECONDARY_COLOR = '#c7500a70';\nexport const theme = createTheme({\n typography: {\n fontFamily: [\n 'Barlow',\n '\"PT Sans\"',\n 'helvetica',\n 'arial',\n 'sans-serif',\n ].join(','),\n },\n\n});\n"],"names":["createTheme"],"mappings":";;;;AACO,MAAM,aAAa,GAAG;AAEtB,MAAM,KAAK,GAAGA,mBAAW,CAAC;AAC7B,IAAA,UAAU,EAAE;AACR,QAAA,UAAU,EAAE;YACR,QAAQ;YACR,WAAW;YACX,WAAW;YACX,OAAO;YACP,YAAY;SACf,CAAC,IAAI,CAAC,GAAG,CAAC;AACd,KAAA;AAEJ,CAAA;;;;;"}
|
|
@@ -1,17 +1,7 @@
|
|
|
1
1
|
import createTheme from '../../node_modules/@mui/material/esm/styles/createTheme.js';
|
|
2
2
|
|
|
3
3
|
const PRIMARY_COLOR = '#E8600B';
|
|
4
|
-
const SECONDARY_COLOR = '#c7500a70';
|
|
5
4
|
const theme = createTheme({
|
|
6
|
-
palette: {
|
|
7
|
-
primary: {
|
|
8
|
-
main: PRIMARY_COLOR,
|
|
9
|
-
},
|
|
10
|
-
secondary: {
|
|
11
|
-
main: SECONDARY_COLOR,
|
|
12
|
-
},
|
|
13
|
-
},
|
|
14
|
-
//"PT Sans",helvetica,arial,sans-serif
|
|
15
5
|
typography: {
|
|
16
6
|
fontFamily: [
|
|
17
7
|
'Barlow',
|
|
@@ -23,5 +13,5 @@ const theme = createTheme({
|
|
|
23
13
|
},
|
|
24
14
|
});
|
|
25
15
|
|
|
26
|
-
export { PRIMARY_COLOR,
|
|
16
|
+
export { PRIMARY_COLOR, theme };
|
|
27
17
|
//# sourceMappingURL=theme.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.js","sources":["../../../../src/shared/mui/theme.ts"],"sourcesContent":["import { createTheme } from '@mui/material/styles';\nexport const PRIMARY_COLOR = '#E8600B';\nexport const SECONDARY_COLOR = '#c7500a70';\nexport const theme = createTheme({\n
|
|
1
|
+
{"version":3,"file":"theme.js","sources":["../../../../src/shared/mui/theme.ts"],"sourcesContent":["import { createTheme } from '@mui/material/styles';\nexport const PRIMARY_COLOR = '#E8600B';\nexport const SECONDARY_COLOR = '#c7500a70';\nexport const theme = createTheme({\n typography: {\n fontFamily: [\n 'Barlow',\n '\"PT Sans\"',\n 'helvetica',\n 'arial',\n 'sans-serif',\n ].join(','),\n },\n\n});\n"],"names":[],"mappings":";;AACO,MAAM,aAAa,GAAG;AAEtB,MAAM,KAAK,GAAG,WAAW,CAAC;AAC7B,IAAA,UAAU,EAAE;AACR,QAAA,UAAU,EAAE;YACR,QAAQ;YACR,WAAW;YACX,WAAW;YACX,OAAO;YACP,YAAY;SACf,CAAC,IAAI,CAAC,GAAG,CAAC;AACd,KAAA;AAEJ,CAAA;;;;"}
|