@react95/core 9.3.2 → 9.4.0
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.
- package/cjs/GlobalStyle/GlobalStyle.css.cjs +1 -0
- package/cjs/Modal/Modal.cjs +2 -1
- package/cjs/TitleBar/TitleBar.css.ts.vanilla.css +0 -1
- package/cjs/index.cjs +2 -0
- package/cjs/themes/azureOrange.css.cjs +0 -1
- package/cjs/themes/baseTheme.cjs +76 -0
- package/cjs/themes/tokens/azureOrange.cjs +32 -0
- package/cjs/themes/tokens/bee.cjs +32 -0
- package/cjs/themes/tokens/blackAndWhite.cjs +32 -0
- package/cjs/themes/tokens/brick.cjs +32 -0
- package/cjs/themes/tokens/candy.cjs +32 -0
- package/cjs/themes/tokens/coldGray.cjs +32 -0
- package/cjs/themes/tokens/counterStrike.cjs +32 -0
- package/cjs/themes/tokens/eggplant.cjs +32 -0
- package/cjs/themes/tokens/highContrast.cjs +32 -0
- package/cjs/themes/tokens/index.cjs +72 -0
- package/cjs/themes/tokens/lilac.cjs +32 -0
- package/cjs/themes/tokens/lilacRoseDark.cjs +32 -0
- package/cjs/themes/tokens/maple.cjs +32 -0
- package/cjs/themes/tokens/marine.cjs +32 -0
- package/cjs/themes/tokens/matrix.cjs +32 -0
- package/cjs/themes/tokens/millenium.cjs +32 -0
- package/cjs/themes/tokens/modernDark.cjs +32 -0
- package/cjs/themes/tokens/molecule.cjs +32 -0
- package/cjs/themes/tokens/ninjaTurtles.cjs +32 -0
- package/cjs/themes/tokens/olive.cjs +32 -0
- package/cjs/themes/tokens/pamelaAnderson.cjs +32 -0
- package/cjs/themes/tokens/plum.cjs +32 -0
- package/cjs/themes/tokens/rainyDay.cjs +32 -0
- package/cjs/themes/tokens/rose.cjs +32 -0
- package/cjs/themes/tokens/slate.cjs +32 -0
- package/cjs/themes/tokens/spruce.cjs +32 -0
- package/cjs/themes/tokens/storm.cjs +32 -0
- package/cjs/themes/tokens/theSixtiesUSA.cjs +32 -0
- package/cjs/themes/tokens/tokyoDark.cjs +32 -0
- package/cjs/themes/tokens/tooSexy.cjs +32 -0
- package/cjs/themes/tokens/travel.cjs +32 -0
- package/cjs/themes/tokens/vaporTeal.cjs +32 -0
- package/cjs/themes/tokens/vermillion.cjs +32 -0
- package/cjs/themes/tokens/violetDark.cjs +32 -0
- package/cjs/themes/tokens/water.cjs +32 -0
- package/cjs/themes/tokens/win95.cjs +32 -0
- package/esm/GlobalStyle/GlobalStyle.css.mjs +1 -0
- package/esm/Modal/Modal.mjs +2 -1
- package/esm/TitleBar/TitleBar.css.ts.vanilla.css +0 -1
- package/esm/index.mjs +3 -1
- package/esm/themes/azureOrange.css.mjs +0 -1
- package/esm/themes/baseTheme.mjs +76 -0
- package/esm/themes/tokens/azureOrange.mjs +32 -0
- package/esm/themes/tokens/bee.mjs +32 -0
- package/esm/themes/tokens/blackAndWhite.mjs +32 -0
- package/esm/themes/tokens/brick.mjs +32 -0
- package/esm/themes/tokens/candy.mjs +32 -0
- package/esm/themes/tokens/coldGray.mjs +32 -0
- package/esm/themes/tokens/counterStrike.mjs +32 -0
- package/esm/themes/tokens/eggplant.mjs +32 -0
- package/esm/themes/tokens/highContrast.mjs +32 -0
- package/esm/themes/tokens/index.mjs +72 -0
- package/esm/themes/tokens/lilac.mjs +32 -0
- package/esm/themes/tokens/lilacRoseDark.mjs +32 -0
- package/esm/themes/tokens/maple.mjs +32 -0
- package/esm/themes/tokens/marine.mjs +32 -0
- package/esm/themes/tokens/matrix.mjs +32 -0
- package/esm/themes/tokens/millenium.mjs +32 -0
- package/esm/themes/tokens/modernDark.mjs +32 -0
- package/esm/themes/tokens/molecule.mjs +32 -0
- package/esm/themes/tokens/ninjaTurtles.mjs +32 -0
- package/esm/themes/tokens/olive.mjs +32 -0
- package/esm/themes/tokens/pamelaAnderson.mjs +32 -0
- package/esm/themes/tokens/plum.mjs +32 -0
- package/esm/themes/tokens/rainyDay.mjs +32 -0
- package/esm/themes/tokens/rose.mjs +32 -0
- package/esm/themes/tokens/slate.mjs +32 -0
- package/esm/themes/tokens/spruce.mjs +32 -0
- package/esm/themes/tokens/storm.mjs +32 -0
- package/esm/themes/tokens/theSixtiesUSA.mjs +32 -0
- package/esm/themes/tokens/tokyoDark.mjs +32 -0
- package/esm/themes/tokens/tooSexy.mjs +32 -0
- package/esm/themes/tokens/travel.mjs +32 -0
- package/esm/themes/tokens/vaporTeal.mjs +32 -0
- package/esm/themes/tokens/vermillion.mjs +32 -0
- package/esm/themes/tokens/violetDark.mjs +32 -0
- package/esm/themes/tokens/water.mjs +32 -0
- package/esm/themes/tokens/win95.mjs +32 -0
- package/package.json +7 -2
- package/types/index.d.ts +2 -1
- package/types/themes/tokens/azureOrange.d.ts +58 -0
- package/types/themes/tokens/bee.d.ts +58 -0
- package/types/themes/tokens/blackAndWhite.d.ts +58 -0
- package/types/themes/tokens/brick.d.ts +58 -0
- package/types/themes/tokens/candy.d.ts +58 -0
- package/types/themes/tokens/coldGray.d.ts +58 -0
- package/types/themes/tokens/counterStrike.d.ts +58 -0
- package/types/themes/tokens/eggplant.d.ts +58 -0
- package/types/themes/tokens/highContrast.d.ts +58 -0
- package/types/themes/tokens/index.d.ts +35 -0
- package/types/themes/tokens/lilac.d.ts +58 -0
- package/types/themes/tokens/lilacRoseDark.d.ts +58 -0
- package/types/themes/tokens/maple.d.ts +58 -0
- package/types/themes/tokens/marine.d.ts +58 -0
- package/types/themes/tokens/matrix.d.ts +58 -0
- package/types/themes/tokens/millenium.d.ts +58 -0
- package/types/themes/tokens/modernDark.d.ts +58 -0
- package/types/themes/tokens/molecule.d.ts +58 -0
- package/types/themes/tokens/ninjaTurtles.d.ts +58 -0
- package/types/themes/tokens/olive.d.ts +58 -0
- package/types/themes/tokens/pamelaAnderson.d.ts +58 -0
- package/types/themes/tokens/plum.d.ts +58 -0
- package/types/themes/tokens/rainyDay.d.ts +58 -0
- package/types/themes/tokens/rose.d.ts +58 -0
- package/types/themes/tokens/slate.d.ts +58 -0
- package/types/themes/tokens/spruce.d.ts +58 -0
- package/types/themes/tokens/storm.d.ts +58 -0
- package/types/themes/tokens/theSixtiesUSA.d.ts +58 -0
- package/types/themes/tokens/tokyoDark.d.ts +58 -0
- package/types/themes/tokens/tooSexy.d.ts +58 -0
- package/types/themes/tokens/travel.d.ts +58 -0
- package/types/themes/tokens/vaporTeal.d.ts +58 -0
- package/types/themes/tokens/vermillion.d.ts +58 -0
- package/types/themes/tokens/violetDark.d.ts +58 -0
- package/types/themes/tokens/water.d.ts +58 -0
- package/types/themes/tokens/win95.d.ts +58 -0
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const baseTheme = require("../baseTheme.cjs");
|
|
4
|
+
const colors = {
|
|
5
|
+
anchor: "#1034a6",
|
|
6
|
+
anchorVisited: "#440381",
|
|
7
|
+
borderDark: "#828282",
|
|
8
|
+
borderDarkest: "black",
|
|
9
|
+
borderLight: "#e5e5e5",
|
|
10
|
+
borderLighter: "#f0f0f0",
|
|
11
|
+
borderLightest: "#f6f6f6",
|
|
12
|
+
canvas: "black",
|
|
13
|
+
canvasText: "#ffffff",
|
|
14
|
+
headerBackground: "linear-gradient(to right, #012470, #a5c7e7)",
|
|
15
|
+
headerNotActiveBackground: "#7f7f7f",
|
|
16
|
+
headerNotActiveText: "#d6cfc7",
|
|
17
|
+
headerText: "#ffffff",
|
|
18
|
+
material: "#d6cfc7",
|
|
19
|
+
materialText: "black",
|
|
20
|
+
materialTextDisabled: "#828282",
|
|
21
|
+
materialTextDisabledShadow: "#ffffff",
|
|
22
|
+
materialTextInvert: "#ffffff",
|
|
23
|
+
progress: "#00256e",
|
|
24
|
+
inputBackground: "#ffffff",
|
|
25
|
+
inputBackgroundDisabled: "#e5e5e5"
|
|
26
|
+
};
|
|
27
|
+
const tokens = {
|
|
28
|
+
...baseTheme.theme,
|
|
29
|
+
colors,
|
|
30
|
+
shadows: baseTheme.generateShadows(colors)
|
|
31
|
+
};
|
|
32
|
+
exports.tokens = tokens;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const baseTheme = require("../baseTheme.cjs");
|
|
4
|
+
const colors = {
|
|
5
|
+
anchor: "#1034a6",
|
|
6
|
+
anchorVisited: "#440381",
|
|
7
|
+
borderDark: "#121317",
|
|
8
|
+
borderDarkest: "#000000",
|
|
9
|
+
borderLight: "#31323c",
|
|
10
|
+
borderLighter: "#85879b",
|
|
11
|
+
borderLightest: "#bbbdc8",
|
|
12
|
+
canvas: "#000000",
|
|
13
|
+
canvasText: "#4b4d58",
|
|
14
|
+
headerBackground: "#4b4d58",
|
|
15
|
+
headerNotActiveBackground: "transparent",
|
|
16
|
+
headerNotActiveText: "#4b4d58",
|
|
17
|
+
headerText: "#202127",
|
|
18
|
+
material: "#202127",
|
|
19
|
+
materialText: "#f88702",
|
|
20
|
+
materialTextDisabled: "#4b4d58",
|
|
21
|
+
materialTextDisabledShadow: "#121317",
|
|
22
|
+
materialTextInvert: "#202127",
|
|
23
|
+
progress: "#f88702",
|
|
24
|
+
inputBackground: "#ffffff",
|
|
25
|
+
inputBackgroundDisabled: "#31323c"
|
|
26
|
+
};
|
|
27
|
+
const tokens = {
|
|
28
|
+
...baseTheme.theme,
|
|
29
|
+
colors,
|
|
30
|
+
shadows: baseTheme.generateShadows(colors)
|
|
31
|
+
};
|
|
32
|
+
exports.tokens = tokens;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const baseTheme = require("../baseTheme.cjs");
|
|
4
|
+
const colors = {
|
|
5
|
+
anchor: "#1034a6",
|
|
6
|
+
anchorVisited: "#440381",
|
|
7
|
+
borderDark: "#993845",
|
|
8
|
+
borderDarkest: "#4b4d4e",
|
|
9
|
+
borderLight: "#dfe0e3",
|
|
10
|
+
borderLighter: "#dfe0e3",
|
|
11
|
+
borderLightest: "#d79099",
|
|
12
|
+
canvasText: "#f1f5f6",
|
|
13
|
+
canvas: "#020102",
|
|
14
|
+
headerBackground: "#a03d49",
|
|
15
|
+
headerNotActiveBackground: "#7f7f7f",
|
|
16
|
+
headerNotActiveText: "#c2c1c2",
|
|
17
|
+
headerText: "#f1f5f6",
|
|
18
|
+
material: "#c2c1c2",
|
|
19
|
+
materialText: "#020102",
|
|
20
|
+
materialTextDisabled: "#993845",
|
|
21
|
+
materialTextDisabledShadow: "#d79099",
|
|
22
|
+
materialTextInvert: "#f1f5f6",
|
|
23
|
+
progress: "#a03d49",
|
|
24
|
+
inputBackground: "#ffffff",
|
|
25
|
+
inputBackgroundDisabled: "#dfe0e3"
|
|
26
|
+
};
|
|
27
|
+
const tokens = {
|
|
28
|
+
...baseTheme.theme,
|
|
29
|
+
colors,
|
|
30
|
+
shadows: baseTheme.generateShadows(colors)
|
|
31
|
+
};
|
|
32
|
+
exports.tokens = tokens;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const baseTheme = require("../baseTheme.cjs");
|
|
4
|
+
const colors = {
|
|
5
|
+
anchor: "#1034a6",
|
|
6
|
+
anchorVisited: "#440381",
|
|
7
|
+
borderDark: "#017401",
|
|
8
|
+
borderDarkest: "#000000",
|
|
9
|
+
borderLight: "#1dbc1b",
|
|
10
|
+
borderLighter: "#72ea71",
|
|
11
|
+
borderLightest: "#b1f3b0",
|
|
12
|
+
canvas: "#000000",
|
|
13
|
+
canvasText: "#ffffff",
|
|
14
|
+
headerBackground: "#FF1D15",
|
|
15
|
+
headerNotActiveBackground: "#7f7f7f",
|
|
16
|
+
headerNotActiveText: "#000000",
|
|
17
|
+
headerText: "#ffffff",
|
|
18
|
+
material: "#00a800",
|
|
19
|
+
materialText: "#000000",
|
|
20
|
+
materialTextDisabled: "#017401",
|
|
21
|
+
materialTextDisabledShadow: "#55fd55",
|
|
22
|
+
materialTextInvert: "#000000",
|
|
23
|
+
progress: "#FF1D15",
|
|
24
|
+
inputBackground: "#ffffff",
|
|
25
|
+
inputBackgroundDisabled: "#e5e5e5"
|
|
26
|
+
};
|
|
27
|
+
const tokens = {
|
|
28
|
+
...baseTheme.theme,
|
|
29
|
+
colors,
|
|
30
|
+
shadows: baseTheme.generateShadows(colors)
|
|
31
|
+
};
|
|
32
|
+
exports.tokens = tokens;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const baseTheme = require("../baseTheme.cjs");
|
|
4
|
+
const colors = {
|
|
5
|
+
anchor: "#1034a6",
|
|
6
|
+
anchorVisited: "#440381",
|
|
7
|
+
borderDark: "#4f4c02",
|
|
8
|
+
borderDarkest: "#000000",
|
|
9
|
+
borderLight: "#9d9d11",
|
|
10
|
+
borderLighter: "#ecec58",
|
|
11
|
+
borderLightest: "#f4f4a3",
|
|
12
|
+
canvas: "#000000",
|
|
13
|
+
canvasText: "#ffffff",
|
|
14
|
+
headerBackground: "#F3DE2C",
|
|
15
|
+
headerNotActiveBackground: "#4f4c02",
|
|
16
|
+
headerNotActiveText: "#807f00",
|
|
17
|
+
headerText: "#000000",
|
|
18
|
+
material: "#807f00",
|
|
19
|
+
materialText: "#000000",
|
|
20
|
+
materialTextDisabled: "#4f4c02",
|
|
21
|
+
materialTextDisabledShadow: "#fcfd3e",
|
|
22
|
+
materialTextInvert: "#000000",
|
|
23
|
+
progress: "#F3DE2C",
|
|
24
|
+
inputBackground: "#ffffff",
|
|
25
|
+
inputBackgroundDisabled: "#9d9d11"
|
|
26
|
+
};
|
|
27
|
+
const tokens = {
|
|
28
|
+
...baseTheme.theme,
|
|
29
|
+
colors,
|
|
30
|
+
shadows: baseTheme.generateShadows(colors)
|
|
31
|
+
};
|
|
32
|
+
exports.tokens = tokens;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const baseTheme = require("../baseTheme.cjs");
|
|
4
|
+
const colors = {
|
|
5
|
+
anchor: "#1034a6",
|
|
6
|
+
anchorVisited: "#440381",
|
|
7
|
+
borderDark: "#7e0541",
|
|
8
|
+
borderDarkest: "#000000",
|
|
9
|
+
borderLight: "#ff308f",
|
|
10
|
+
borderLighter: "#ff8dc1",
|
|
11
|
+
borderLightest: "#fec0dc",
|
|
12
|
+
canvas: "#000000",
|
|
13
|
+
canvasText: "#F5CCE8",
|
|
14
|
+
headerBackground: "#FF8CC6",
|
|
15
|
+
headerNotActiveBackground: "#95818D",
|
|
16
|
+
headerNotActiveText: "#ff0080",
|
|
17
|
+
headerText: "#000000",
|
|
18
|
+
material: "#ff0080",
|
|
19
|
+
materialText: "#000000",
|
|
20
|
+
materialTextDisabled: "#7e0541",
|
|
21
|
+
materialTextDisabledShadow: "#ff7ebf",
|
|
22
|
+
materialTextInvert: "#F1E4E8",
|
|
23
|
+
progress: "#004FFF",
|
|
24
|
+
inputBackground: "#fec0dc",
|
|
25
|
+
inputBackgroundDisabled: "#ff308f"
|
|
26
|
+
};
|
|
27
|
+
const tokens = {
|
|
28
|
+
...baseTheme.theme,
|
|
29
|
+
colors,
|
|
30
|
+
shadows: baseTheme.generateShadows(colors)
|
|
31
|
+
};
|
|
32
|
+
exports.tokens = tokens;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const baseTheme = require("../baseTheme.cjs");
|
|
4
|
+
const colors = {
|
|
5
|
+
anchor: "#1034a6",
|
|
6
|
+
anchorVisited: "#440381",
|
|
7
|
+
borderDark: "#7b5f5b",
|
|
8
|
+
borderDarkest: "#050608",
|
|
9
|
+
borderLight: "#c3b1aa",
|
|
10
|
+
borderLighter: "#ddd4d0",
|
|
11
|
+
borderLightest: "#ece7e5",
|
|
12
|
+
canvas: "#050608",
|
|
13
|
+
canvasText: "#dad0c7",
|
|
14
|
+
headerBackground: "#483f63",
|
|
15
|
+
headerNotActiveBackground: "#7d5e58",
|
|
16
|
+
headerNotActiveText: "#e8dad6",
|
|
17
|
+
headerText: "#ffffff",
|
|
18
|
+
material: "#ac978f",
|
|
19
|
+
materialText: "#050608",
|
|
20
|
+
materialTextDisabled: "#7b5f5b",
|
|
21
|
+
materialTextDisabledShadow: "#e8dad6",
|
|
22
|
+
materialTextInvert: "#ffffff",
|
|
23
|
+
progress: "#483f63",
|
|
24
|
+
inputBackground: "#ffffff",
|
|
25
|
+
inputBackgroundDisabled: "#c3b1aa"
|
|
26
|
+
};
|
|
27
|
+
const tokens = {
|
|
28
|
+
...baseTheme.theme,
|
|
29
|
+
colors,
|
|
30
|
+
shadows: baseTheme.generateShadows(colors)
|
|
31
|
+
};
|
|
32
|
+
exports.tokens = tokens;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const baseTheme = require("../baseTheme.cjs");
|
|
4
|
+
const colors = {
|
|
5
|
+
anchor: "#1034a6",
|
|
6
|
+
anchorVisited: "#440381",
|
|
7
|
+
borderDark: "#3d5367",
|
|
8
|
+
borderDarkest: "#16233b",
|
|
9
|
+
borderLight: "#91abc2",
|
|
10
|
+
borderLighter: "#c2d0dd",
|
|
11
|
+
borderLightest: "#dde5ec",
|
|
12
|
+
canvas: "#050608",
|
|
13
|
+
canvasText: "#ffffff",
|
|
14
|
+
headerBackground: "#4b6480",
|
|
15
|
+
headerNotActiveBackground: "#7f7f81",
|
|
16
|
+
headerNotActiveText: "#ced0d9",
|
|
17
|
+
headerText: "#ffffff",
|
|
18
|
+
material: "#7a99b3",
|
|
19
|
+
materialText: "#050608",
|
|
20
|
+
materialTextDisabled: "#3d5367",
|
|
21
|
+
materialTextDisabledShadow: "#b7cee5",
|
|
22
|
+
materialTextInvert: "#ffffff",
|
|
23
|
+
progress: "#4b6480",
|
|
24
|
+
inputBackground: "#ffffff",
|
|
25
|
+
inputBackgroundDisabled: "#91abc2"
|
|
26
|
+
};
|
|
27
|
+
const tokens = {
|
|
28
|
+
...baseTheme.theme,
|
|
29
|
+
colors,
|
|
30
|
+
shadows: baseTheme.generateShadows(colors)
|
|
31
|
+
};
|
|
32
|
+
exports.tokens = tokens;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const baseTheme = require("../baseTheme.cjs");
|
|
4
|
+
const colors = {
|
|
5
|
+
anchor: "#1034a6",
|
|
6
|
+
anchorVisited: "#440381",
|
|
7
|
+
borderDark: "#8a5b68",
|
|
8
|
+
borderDarkest: "#26030b",
|
|
9
|
+
borderLight: "#e5bec8",
|
|
10
|
+
borderLighter: "#f0dbe0",
|
|
11
|
+
borderLightest: "#f6ebed",
|
|
12
|
+
canvas: "#050608",
|
|
13
|
+
canvasText: "#ffffff",
|
|
14
|
+
headerBackground: "#ab5a71",
|
|
15
|
+
headerNotActiveBackground: "#a19fa5",
|
|
16
|
+
headerNotActiveText: "#615f68",
|
|
17
|
+
headerText: "#ffffff",
|
|
18
|
+
material: "#d6adb8",
|
|
19
|
+
materialText: "#050608",
|
|
20
|
+
materialTextDisabled: "#8a5b68",
|
|
21
|
+
materialTextDisabledShadow: "#f1d4dc",
|
|
22
|
+
materialTextInvert: "#ffffff",
|
|
23
|
+
progress: "#ab5a71",
|
|
24
|
+
inputBackground: "#ffffff",
|
|
25
|
+
inputBackgroundDisabled: "#e5bec8"
|
|
26
|
+
};
|
|
27
|
+
const tokens = {
|
|
28
|
+
...baseTheme.theme,
|
|
29
|
+
colors,
|
|
30
|
+
shadows: baseTheme.generateShadows(colors)
|
|
31
|
+
};
|
|
32
|
+
exports.tokens = tokens;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const baseTheme = require("../baseTheme.cjs");
|
|
4
|
+
const colors = {
|
|
5
|
+
anchor: "#1034a6",
|
|
6
|
+
anchorVisited: "#440381",
|
|
7
|
+
borderDark: "#446b7c",
|
|
8
|
+
borderDarkest: "#000814",
|
|
9
|
+
borderLight: "#adc8da",
|
|
10
|
+
borderLighter: "#d1e0ea",
|
|
11
|
+
borderLightest: "#e5edf3",
|
|
12
|
+
canvas: "#00010f",
|
|
13
|
+
canvasText: "#f2ffff",
|
|
14
|
+
headerBackground: "#448199",
|
|
15
|
+
headerNotActiveBackground: "#807f80",
|
|
16
|
+
headerNotActiveText: "#c2c1c2",
|
|
17
|
+
headerText: "#f2ffff",
|
|
18
|
+
material: "#97b9cb",
|
|
19
|
+
materialText: "#00010f",
|
|
20
|
+
materialTextDisabled: "#446b7c",
|
|
21
|
+
materialTextDisabledShadow: "#c3d9e9",
|
|
22
|
+
materialTextInvert: "#f2ffff",
|
|
23
|
+
progress: "#448199",
|
|
24
|
+
inputBackground: "#ffffff",
|
|
25
|
+
inputBackgroundDisabled: "#adc8da"
|
|
26
|
+
};
|
|
27
|
+
const tokens = {
|
|
28
|
+
...baseTheme.theme,
|
|
29
|
+
colors,
|
|
30
|
+
shadows: baseTheme.generateShadows(colors)
|
|
31
|
+
};
|
|
32
|
+
exports.tokens = tokens;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const baseTheme = require("../baseTheme.cjs");
|
|
4
|
+
const colors = {
|
|
5
|
+
anchor: "#1034a6",
|
|
6
|
+
anchorVisited: "#440381",
|
|
7
|
+
borderDark: "#477b5e",
|
|
8
|
+
borderDarkest: "#001004",
|
|
9
|
+
borderLight: "#b0d2bb",
|
|
10
|
+
borderLighter: "#d3e6d9",
|
|
11
|
+
borderLightest: "#e6f1ea",
|
|
12
|
+
canvas: "#050608",
|
|
13
|
+
canvasText: "#fcfff6",
|
|
14
|
+
headerBackground: "#3d9961",
|
|
15
|
+
headerNotActiveBackground: "#807f80",
|
|
16
|
+
headerNotActiveText: "#d4deda",
|
|
17
|
+
headerText: "#fcfff6",
|
|
18
|
+
material: "#99c9a8",
|
|
19
|
+
materialText: "#050608",
|
|
20
|
+
materialTextDisabled: "#3d5367",
|
|
21
|
+
materialTextDisabledShadow: "#cdead2",
|
|
22
|
+
materialTextInvert: "#fcfff6",
|
|
23
|
+
progress: "#3d9961",
|
|
24
|
+
inputBackground: "#ffffff",
|
|
25
|
+
inputBackgroundDisabled: "#b0d2bb"
|
|
26
|
+
};
|
|
27
|
+
const tokens = {
|
|
28
|
+
...baseTheme.theme,
|
|
29
|
+
colors,
|
|
30
|
+
shadows: baseTheme.generateShadows(colors)
|
|
31
|
+
};
|
|
32
|
+
exports.tokens = tokens;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const baseTheme = require("../baseTheme.cjs");
|
|
4
|
+
const colors = {
|
|
5
|
+
anchor: "#1034a6",
|
|
6
|
+
anchorVisited: "#440381",
|
|
7
|
+
borderDark: "#848584",
|
|
8
|
+
borderDarkest: "#0a0a0a",
|
|
9
|
+
borderLight: "#dfdfdf",
|
|
10
|
+
borderLighter: "#ededed",
|
|
11
|
+
borderLightest: "#f5f5f5",
|
|
12
|
+
canvas: "#0a0a0a",
|
|
13
|
+
canvasText: "#ffffff",
|
|
14
|
+
headerBackground: "linear-gradient(to right, #8c0184, #0089ad)",
|
|
15
|
+
headerNotActiveBackground: "linear-gradient(to right, #7f7f81, transparent)",
|
|
16
|
+
headerNotActiveText: "#ced0cf",
|
|
17
|
+
headerText: "#ffffff",
|
|
18
|
+
material: "#c6c6c6",
|
|
19
|
+
materialText: "#0a0a0a",
|
|
20
|
+
materialTextDisabled: "#848584",
|
|
21
|
+
materialTextDisabledShadow: "#fefefe",
|
|
22
|
+
materialTextInvert: "#fefefe",
|
|
23
|
+
progress: "#8c0184",
|
|
24
|
+
inputBackground: "#ffffff",
|
|
25
|
+
inputBackgroundDisabled: "#dfdfdf"
|
|
26
|
+
};
|
|
27
|
+
const tokens = {
|
|
28
|
+
...baseTheme.theme,
|
|
29
|
+
colors,
|
|
30
|
+
shadows: baseTheme.generateShadows(colors)
|
|
31
|
+
};
|
|
32
|
+
exports.tokens = tokens;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const baseTheme = require("../baseTheme.cjs");
|
|
4
|
+
const colors = {
|
|
5
|
+
anchor: "#1034a6",
|
|
6
|
+
anchorVisited: "#440381",
|
|
7
|
+
borderDark: "#6c1f71",
|
|
8
|
+
borderDarkest: "#010001",
|
|
9
|
+
borderLight: "#d982de",
|
|
10
|
+
borderLighter: "#eabaec",
|
|
11
|
+
borderLightest: "#f3d9f4",
|
|
12
|
+
canvas: "#010001",
|
|
13
|
+
canvasText: "#ffffff",
|
|
14
|
+
headerBackground: "#050080",
|
|
15
|
+
headerNotActiveBackground: "#a130a9",
|
|
16
|
+
headerNotActiveText: "#df9be7",
|
|
17
|
+
headerText: "#ffffff",
|
|
18
|
+
material: "#d067d7",
|
|
19
|
+
materialText: "#010001",
|
|
20
|
+
materialTextDisabled: "#6c1f71",
|
|
21
|
+
materialTextDisabledShadow: "#df9be7",
|
|
22
|
+
materialTextInvert: "#ffffff",
|
|
23
|
+
progress: "#0f0",
|
|
24
|
+
inputBackground: "#ffffff",
|
|
25
|
+
inputBackgroundDisabled: "#d982de"
|
|
26
|
+
};
|
|
27
|
+
const tokens = {
|
|
28
|
+
...baseTheme.theme,
|
|
29
|
+
colors,
|
|
30
|
+
shadows: baseTheme.generateShadows(colors)
|
|
31
|
+
};
|
|
32
|
+
exports.tokens = tokens;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const baseTheme = require("../baseTheme.cjs");
|
|
4
|
+
const colors = {
|
|
5
|
+
anchor: "#1034a6",
|
|
6
|
+
anchorVisited: "#440381",
|
|
7
|
+
borderDark: "#1f2223",
|
|
8
|
+
borderDarkest: "#070809",
|
|
9
|
+
borderLight: "#5e696a",
|
|
10
|
+
borderLighter: "#a4aeae",
|
|
11
|
+
borderLightest: "#ccd2d2",
|
|
12
|
+
canvas: "#2f3435",
|
|
13
|
+
canvasText: "#F4F4ED",
|
|
14
|
+
headerBackground: "#1f2223",
|
|
15
|
+
headerNotActiveBackground: "#5e696a",
|
|
16
|
+
headerNotActiveText: "#F4F4ED",
|
|
17
|
+
headerText: "#F4F4ED",
|
|
18
|
+
material: "#465051",
|
|
19
|
+
materialText: "#F4F4ED",
|
|
20
|
+
materialTextDisabled: "#1f2223",
|
|
21
|
+
materialTextDisabledShadow: "#93a0a1",
|
|
22
|
+
materialTextInvert: "#ffffff",
|
|
23
|
+
progress: "#F61067",
|
|
24
|
+
inputBackground: "#ffffff",
|
|
25
|
+
inputBackgroundDisabled: "#5e696a"
|
|
26
|
+
};
|
|
27
|
+
const tokens = {
|
|
28
|
+
...baseTheme.theme,
|
|
29
|
+
colors,
|
|
30
|
+
shadows: baseTheme.generateShadows(colors)
|
|
31
|
+
};
|
|
32
|
+
exports.tokens = tokens;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const baseTheme = require("../baseTheme.cjs");
|
|
4
|
+
const colors = {
|
|
5
|
+
anchor: "#1034a6",
|
|
6
|
+
anchorVisited: "#440381",
|
|
7
|
+
borderDark: "#5a0302",
|
|
8
|
+
borderDarkest: "#000000",
|
|
9
|
+
borderLight: "#c81d19",
|
|
10
|
+
borderLighter: "#ed7673",
|
|
11
|
+
borderLightest: "#f5b3b1",
|
|
12
|
+
canvas: "#000000",
|
|
13
|
+
canvasText: "#FFF1D0",
|
|
14
|
+
headerBackground: "#161B33",
|
|
15
|
+
headerNotActiveBackground: "#5a0302",
|
|
16
|
+
headerNotActiveText: "#B80100",
|
|
17
|
+
headerText: "#FFF1D0",
|
|
18
|
+
material: "#B80100",
|
|
19
|
+
materialText: "#000000",
|
|
20
|
+
materialTextDisabled: "#5a0302",
|
|
21
|
+
materialTextDisabledShadow: "#fe5757",
|
|
22
|
+
materialTextInvert: "#ffffff",
|
|
23
|
+
progress: "#474973",
|
|
24
|
+
inputBackground: "#ffffff",
|
|
25
|
+
inputBackgroundDisabled: "#c81d19"
|
|
26
|
+
};
|
|
27
|
+
const tokens = {
|
|
28
|
+
...baseTheme.theme,
|
|
29
|
+
colors,
|
|
30
|
+
shadows: baseTheme.generateShadows(colors)
|
|
31
|
+
};
|
|
32
|
+
exports.tokens = tokens;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const baseTheme = require("../baseTheme.cjs");
|
|
4
|
+
const colors = {
|
|
5
|
+
anchor: "#1034a6",
|
|
6
|
+
anchorVisited: "#440381",
|
|
7
|
+
borderDark: "#695f50",
|
|
8
|
+
borderDarkest: "#28251e",
|
|
9
|
+
borderLight: "#9d8f80",
|
|
10
|
+
borderLighter: "#c9c1b9",
|
|
11
|
+
borderLightest: "#e1dcd8",
|
|
12
|
+
canvas: "#28251e",
|
|
13
|
+
canvasText: "#d8d0c8",
|
|
14
|
+
headerBackground: "#404878",
|
|
15
|
+
headerNotActiveBackground: "#605848",
|
|
16
|
+
headerNotActiveText: "#908070",
|
|
17
|
+
headerText: "#d8d0c8",
|
|
18
|
+
material: "#908070",
|
|
19
|
+
materialText: "#28251e",
|
|
20
|
+
materialTextDisabled: "#695f50",
|
|
21
|
+
materialTextDisabledShadow: "#baae9f",
|
|
22
|
+
materialTextInvert: "#ffffff",
|
|
23
|
+
progress: "#48604f",
|
|
24
|
+
inputBackground: "#ffffff",
|
|
25
|
+
inputBackgroundDisabled: "#9d8f80"
|
|
26
|
+
};
|
|
27
|
+
const tokens = {
|
|
28
|
+
...baseTheme.theme,
|
|
29
|
+
colors,
|
|
30
|
+
shadows: baseTheme.generateShadows(colors)
|
|
31
|
+
};
|
|
32
|
+
exports.tokens = tokens;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const baseTheme = require("../baseTheme.cjs");
|
|
4
|
+
const colors = {
|
|
5
|
+
anchor: "#1034a6",
|
|
6
|
+
anchorVisited: "#440381",
|
|
7
|
+
borderDark: "#00706f",
|
|
8
|
+
borderDarkest: "#000000",
|
|
9
|
+
borderLight: "#2fcecd",
|
|
10
|
+
borderLighter: "#2fcecd",
|
|
11
|
+
borderLightest: "#58ffff",
|
|
12
|
+
canvas: "#000000",
|
|
13
|
+
canvasText: "#98DFEA",
|
|
14
|
+
headerBackground: "#246A73",
|
|
15
|
+
headerNotActiveBackground: "#2fcecd",
|
|
16
|
+
headerNotActiveText: "#246A73",
|
|
17
|
+
headerText: "#58ffff",
|
|
18
|
+
material: "#01a8a8",
|
|
19
|
+
materialText: "#000000",
|
|
20
|
+
materialTextDisabled: "#00706f",
|
|
21
|
+
materialTextDisabledShadow: "#58ffff",
|
|
22
|
+
materialTextInvert: "#000000",
|
|
23
|
+
progress: "#FF99C8",
|
|
24
|
+
inputBackground: "#ffffff",
|
|
25
|
+
inputBackgroundDisabled: "#2fcecd"
|
|
26
|
+
};
|
|
27
|
+
const tokens = {
|
|
28
|
+
...baseTheme.theme,
|
|
29
|
+
colors,
|
|
30
|
+
shadows: baseTheme.generateShadows(colors)
|
|
31
|
+
};
|
|
32
|
+
exports.tokens = tokens;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const baseTheme = require("../baseTheme.cjs");
|
|
4
|
+
const colors = {
|
|
5
|
+
anchor: "#1034a6",
|
|
6
|
+
anchorVisited: "#440381",
|
|
7
|
+
borderDark: "#7f2120",
|
|
8
|
+
borderDarkest: "#130405",
|
|
9
|
+
borderLight: "#d25051",
|
|
10
|
+
borderLighter: "#e69e9f",
|
|
11
|
+
borderLightest: "#f1c9ca",
|
|
12
|
+
canvas: "#130405",
|
|
13
|
+
canvasText: "#EFE9F4",
|
|
14
|
+
headerBackground: "#000103",
|
|
15
|
+
headerNotActiveBackground: "#7f2120",
|
|
16
|
+
headerNotActiveText: "#EFE9F4",
|
|
17
|
+
headerText: "#EFE9F4",
|
|
18
|
+
material: "#cf4545",
|
|
19
|
+
materialText: "#130405",
|
|
20
|
+
materialTextDisabled: "#7f2120",
|
|
21
|
+
materialTextDisabledShadow: "#e59697",
|
|
22
|
+
materialTextInvert: "#EFE9F4",
|
|
23
|
+
progress: "#000103",
|
|
24
|
+
inputBackground: "#ffffff",
|
|
25
|
+
inputBackgroundDisabled: "#d25051"
|
|
26
|
+
};
|
|
27
|
+
const tokens = {
|
|
28
|
+
...baseTheme.theme,
|
|
29
|
+
colors,
|
|
30
|
+
shadows: baseTheme.generateShadows(colors)
|
|
31
|
+
};
|
|
32
|
+
exports.tokens = tokens;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const baseTheme = require("../baseTheme.cjs");
|
|
4
|
+
const colors = {
|
|
5
|
+
anchor: "#1034a6",
|
|
6
|
+
anchorVisited: "#440381",
|
|
7
|
+
borderDark: "#3c1f3e",
|
|
8
|
+
borderDarkest: "#18051a",
|
|
9
|
+
borderLight: "#945b9b",
|
|
10
|
+
borderLighter: "#c5a3c9",
|
|
11
|
+
borderLightest: "#dfcce1",
|
|
12
|
+
canvas: "#18051a",
|
|
13
|
+
canvasText: "#c47bcc",
|
|
14
|
+
headerBackground: "#1034a6",
|
|
15
|
+
headerNotActiveBackground: "#210e23",
|
|
16
|
+
headerNotActiveText: "#652a6d",
|
|
17
|
+
headerText: "#010601",
|
|
18
|
+
material: "#652a6d",
|
|
19
|
+
materialText: "#c57ece",
|
|
20
|
+
materialTextDisabled: "#3c1f3e",
|
|
21
|
+
materialTextDisabledShadow: "#c47bcc",
|
|
22
|
+
materialTextInvert: "#c47bcc",
|
|
23
|
+
progress: "#000080",
|
|
24
|
+
inputBackground: "#ffffff",
|
|
25
|
+
inputBackgroundDisabled: "#945b9b"
|
|
26
|
+
};
|
|
27
|
+
const tokens = {
|
|
28
|
+
...baseTheme.theme,
|
|
29
|
+
colors,
|
|
30
|
+
shadows: baseTheme.generateShadows(colors)
|
|
31
|
+
};
|
|
32
|
+
exports.tokens = tokens;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const baseTheme = require("../baseTheme.cjs");
|
|
4
|
+
const colors = {
|
|
5
|
+
anchor: "#72b3b4",
|
|
6
|
+
anchorVisited: "#440381",
|
|
7
|
+
borderDark: "#888c8f",
|
|
8
|
+
borderDarkest: "#050608",
|
|
9
|
+
borderLight: "#dfe0e3",
|
|
10
|
+
borderLighter: "#ededef",
|
|
11
|
+
borderLightest: "#f5f5f6",
|
|
12
|
+
canvas: "#050608",
|
|
13
|
+
canvasText: "#ffffff",
|
|
14
|
+
headerBackground: "#72b3b4",
|
|
15
|
+
headerNotActiveBackground: "#9a9e9c",
|
|
16
|
+
headerNotActiveText: "#ced0cf",
|
|
17
|
+
headerText: "#ffffff",
|
|
18
|
+
material: "#ced0cf",
|
|
19
|
+
materialText: "#050608",
|
|
20
|
+
materialTextDisabled: "#888c8f",
|
|
21
|
+
materialTextDisabledShadow: "#ffffff",
|
|
22
|
+
materialTextInvert: "#ffffff",
|
|
23
|
+
progress: "#72b3b4",
|
|
24
|
+
inputBackground: "#ffffff",
|
|
25
|
+
inputBackgroundDisabled: "#dfe0e3"
|
|
26
|
+
};
|
|
27
|
+
const tokens = {
|
|
28
|
+
...baseTheme.theme,
|
|
29
|
+
colors,
|
|
30
|
+
shadows: baseTheme.generateShadows(colors)
|
|
31
|
+
};
|
|
32
|
+
exports.tokens = tokens;
|