@react95/core 9.3.2 → 9.4.1

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.
Files changed (118) hide show
  1. package/cjs/Modal/Modal.cjs +2 -1
  2. package/cjs/TitleBar/TitleBar.css.ts.vanilla.css +0 -1
  3. package/cjs/index.cjs +2 -0
  4. package/cjs/themes/baseTheme.cjs +76 -0
  5. package/cjs/themes/tokens/azureOrange.cjs +32 -0
  6. package/cjs/themes/tokens/bee.cjs +32 -0
  7. package/cjs/themes/tokens/blackAndWhite.cjs +32 -0
  8. package/cjs/themes/tokens/brick.cjs +32 -0
  9. package/cjs/themes/tokens/candy.cjs +32 -0
  10. package/cjs/themes/tokens/coldGray.cjs +32 -0
  11. package/cjs/themes/tokens/counterStrike.cjs +32 -0
  12. package/cjs/themes/tokens/eggplant.cjs +32 -0
  13. package/cjs/themes/tokens/highContrast.cjs +32 -0
  14. package/cjs/themes/tokens/index.cjs +72 -0
  15. package/cjs/themes/tokens/lilac.cjs +32 -0
  16. package/cjs/themes/tokens/lilacRoseDark.cjs +32 -0
  17. package/cjs/themes/tokens/maple.cjs +32 -0
  18. package/cjs/themes/tokens/marine.cjs +32 -0
  19. package/cjs/themes/tokens/matrix.cjs +32 -0
  20. package/cjs/themes/tokens/millenium.cjs +32 -0
  21. package/cjs/themes/tokens/modernDark.cjs +32 -0
  22. package/cjs/themes/tokens/molecule.cjs +32 -0
  23. package/cjs/themes/tokens/ninjaTurtles.cjs +32 -0
  24. package/cjs/themes/tokens/olive.cjs +32 -0
  25. package/cjs/themes/tokens/pamelaAnderson.cjs +32 -0
  26. package/cjs/themes/tokens/plum.cjs +32 -0
  27. package/cjs/themes/tokens/rainyDay.cjs +32 -0
  28. package/cjs/themes/tokens/rose.cjs +32 -0
  29. package/cjs/themes/tokens/slate.cjs +32 -0
  30. package/cjs/themes/tokens/spruce.cjs +32 -0
  31. package/cjs/themes/tokens/storm.cjs +32 -0
  32. package/cjs/themes/tokens/theSixtiesUSA.cjs +32 -0
  33. package/cjs/themes/tokens/tokyoDark.cjs +32 -0
  34. package/cjs/themes/tokens/tooSexy.cjs +32 -0
  35. package/cjs/themes/tokens/travel.cjs +32 -0
  36. package/cjs/themes/tokens/vaporTeal.cjs +32 -0
  37. package/cjs/themes/tokens/vermillion.cjs +32 -0
  38. package/cjs/themes/tokens/violetDark.cjs +32 -0
  39. package/cjs/themes/tokens/water.cjs +32 -0
  40. package/cjs/themes/tokens/win95.cjs +32 -0
  41. package/esm/Modal/Modal.mjs +2 -1
  42. package/esm/TitleBar/TitleBar.css.ts.vanilla.css +0 -1
  43. package/esm/index.mjs +3 -1
  44. package/esm/themes/baseTheme.mjs +76 -0
  45. package/esm/themes/tokens/azureOrange.mjs +32 -0
  46. package/esm/themes/tokens/bee.mjs +32 -0
  47. package/esm/themes/tokens/blackAndWhite.mjs +32 -0
  48. package/esm/themes/tokens/brick.mjs +32 -0
  49. package/esm/themes/tokens/candy.mjs +32 -0
  50. package/esm/themes/tokens/coldGray.mjs +32 -0
  51. package/esm/themes/tokens/counterStrike.mjs +32 -0
  52. package/esm/themes/tokens/eggplant.mjs +32 -0
  53. package/esm/themes/tokens/highContrast.mjs +32 -0
  54. package/esm/themes/tokens/index.mjs +72 -0
  55. package/esm/themes/tokens/lilac.mjs +32 -0
  56. package/esm/themes/tokens/lilacRoseDark.mjs +32 -0
  57. package/esm/themes/tokens/maple.mjs +32 -0
  58. package/esm/themes/tokens/marine.mjs +32 -0
  59. package/esm/themes/tokens/matrix.mjs +32 -0
  60. package/esm/themes/tokens/millenium.mjs +32 -0
  61. package/esm/themes/tokens/modernDark.mjs +32 -0
  62. package/esm/themes/tokens/molecule.mjs +32 -0
  63. package/esm/themes/tokens/ninjaTurtles.mjs +32 -0
  64. package/esm/themes/tokens/olive.mjs +32 -0
  65. package/esm/themes/tokens/pamelaAnderson.mjs +32 -0
  66. package/esm/themes/tokens/plum.mjs +32 -0
  67. package/esm/themes/tokens/rainyDay.mjs +32 -0
  68. package/esm/themes/tokens/rose.mjs +32 -0
  69. package/esm/themes/tokens/slate.mjs +32 -0
  70. package/esm/themes/tokens/spruce.mjs +32 -0
  71. package/esm/themes/tokens/storm.mjs +32 -0
  72. package/esm/themes/tokens/theSixtiesUSA.mjs +32 -0
  73. package/esm/themes/tokens/tokyoDark.mjs +32 -0
  74. package/esm/themes/tokens/tooSexy.mjs +32 -0
  75. package/esm/themes/tokens/travel.mjs +32 -0
  76. package/esm/themes/tokens/vaporTeal.mjs +32 -0
  77. package/esm/themes/tokens/vermillion.mjs +32 -0
  78. package/esm/themes/tokens/violetDark.mjs +32 -0
  79. package/esm/themes/tokens/water.mjs +32 -0
  80. package/esm/themes/tokens/win95.mjs +32 -0
  81. package/package.json +8 -3
  82. package/types/index.d.ts +2 -1
  83. package/types/themes/tokens/azureOrange.d.ts +58 -0
  84. package/types/themes/tokens/bee.d.ts +58 -0
  85. package/types/themes/tokens/blackAndWhite.d.ts +58 -0
  86. package/types/themes/tokens/brick.d.ts +58 -0
  87. package/types/themes/tokens/candy.d.ts +58 -0
  88. package/types/themes/tokens/coldGray.d.ts +58 -0
  89. package/types/themes/tokens/counterStrike.d.ts +58 -0
  90. package/types/themes/tokens/eggplant.d.ts +58 -0
  91. package/types/themes/tokens/highContrast.d.ts +58 -0
  92. package/types/themes/tokens/index.d.ts +35 -0
  93. package/types/themes/tokens/lilac.d.ts +58 -0
  94. package/types/themes/tokens/lilacRoseDark.d.ts +58 -0
  95. package/types/themes/tokens/maple.d.ts +58 -0
  96. package/types/themes/tokens/marine.d.ts +58 -0
  97. package/types/themes/tokens/matrix.d.ts +58 -0
  98. package/types/themes/tokens/millenium.d.ts +58 -0
  99. package/types/themes/tokens/modernDark.d.ts +58 -0
  100. package/types/themes/tokens/molecule.d.ts +58 -0
  101. package/types/themes/tokens/ninjaTurtles.d.ts +58 -0
  102. package/types/themes/tokens/olive.d.ts +58 -0
  103. package/types/themes/tokens/pamelaAnderson.d.ts +58 -0
  104. package/types/themes/tokens/plum.d.ts +58 -0
  105. package/types/themes/tokens/rainyDay.d.ts +58 -0
  106. package/types/themes/tokens/rose.d.ts +58 -0
  107. package/types/themes/tokens/slate.d.ts +58 -0
  108. package/types/themes/tokens/spruce.d.ts +58 -0
  109. package/types/themes/tokens/storm.d.ts +58 -0
  110. package/types/themes/tokens/theSixtiesUSA.d.ts +58 -0
  111. package/types/themes/tokens/tokyoDark.d.ts +58 -0
  112. package/types/themes/tokens/tooSexy.d.ts +58 -0
  113. package/types/themes/tokens/travel.d.ts +58 -0
  114. package/types/themes/tokens/vaporTeal.d.ts +58 -0
  115. package/types/themes/tokens/vermillion.d.ts +58 -0
  116. package/types/themes/tokens/violetDark.d.ts +58 -0
  117. package/types/themes/tokens/water.d.ts +58 -0
  118. package/types/themes/tokens/win95.d.ts +58 -0
@@ -32,7 +32,6 @@
32
32
  }
33
33
  .r95_1kpzw682 {
34
34
  height: var(--r95-space-20);
35
- margin-bottom: var(--r95-space-2);
36
35
  padding: var(--r95-space-2);
37
36
  display: flex;
38
37
  box-shadow: none;
package/esm/index.mjs CHANGED
@@ -21,6 +21,7 @@ import { Tooltip } from "./Tooltip/Tooltip.mjs";
21
21
  import { TitleBar } from "./TitleBar/TitleBar.mjs";
22
22
  import { Video } from "./Video/Video.mjs";
23
23
  import { contract } from "./themes/contract.css.mjs";
24
+ import * as index from "./themes/tokens/index.mjs";
24
25
  export {
25
26
  Alert,
26
27
  Avatar,
@@ -44,5 +45,6 @@ export {
44
45
  Tooltip,
45
46
  Tree,
46
47
  Video,
47
- contract
48
+ contract,
49
+ index as tokens
48
50
  };
@@ -0,0 +1,76 @@
1
+ const space = {
2
+ "0": "0px",
3
+ "1": "1px",
4
+ "2": "2px",
5
+ "3": "3px",
6
+ "4": "4px",
7
+ "5": "5px",
8
+ "6": "6px",
9
+ "7": "7px",
10
+ "8": "8px",
11
+ "9": "9px",
12
+ "10": "10px",
13
+ "11": "11px",
14
+ "12": "12px",
15
+ "13": "13px",
16
+ "14": "14px",
17
+ "15": "15px",
18
+ "16": "16px",
19
+ "17": "17px",
20
+ "18": "18px",
21
+ "19": "19px",
22
+ "20": "20px"
23
+ };
24
+ const colors = {
25
+ anchor: "",
26
+ anchorVisited: "",
27
+ borderDark: "",
28
+ borderDarkest: "",
29
+ borderLight: "",
30
+ borderLighter: "",
31
+ borderLightest: "",
32
+ canvas: "",
33
+ canvasText: "",
34
+ headerBackground: "",
35
+ headerNotActiveBackground: "",
36
+ headerNotActiveText: "",
37
+ headerText: "",
38
+ material: "",
39
+ materialText: "",
40
+ materialTextDisabled: "",
41
+ materialTextDisabledShadow: "",
42
+ materialTextInvert: "",
43
+ progress: "",
44
+ inputBackground: "",
45
+ inputBackgroundDisabled: ""
46
+ };
47
+ const zIndices = {
48
+ modal: "2",
49
+ tooltip: "3",
50
+ taskbar: "3"
51
+ };
52
+ const generateShadows = (colors2) => {
53
+ return {
54
+ out: `inset 0.5px 0.5px 0px 0.5px ${colors2.borderLightest},
55
+ inset 0 0 0 1px ${colors2.borderDark},
56
+ 1px 0px 0 0px ${colors2.borderDarkest},
57
+ 0px 1px 0 0px ${colors2.borderDarkest},
58
+ 1px 1px 0 0px ${colors2.borderDarkest}`,
59
+ in: `inset 0px 0px 0px 0px,
60
+ inset 1px 1px 0px 0px ${colors2.borderDark},
61
+ 0.5px 0.5px 0px 0.5px ${colors2.borderLightest}`,
62
+ input: `inset -1px -1px 0 0 ${colors2.material},
63
+ inset 1px 1px 0 0 ${colors2.borderDarkest},
64
+ 0.5px 0.5px 0 0.5px ${colors2.borderLightest}`
65
+ };
66
+ };
67
+ const theme = {
68
+ zIndices,
69
+ space,
70
+ colors
71
+ };
72
+ export {
73
+ generateShadows,
74
+ theme,
75
+ zIndices
76
+ };
@@ -0,0 +1,32 @@
1
+ import { theme, generateShadows } from "../baseTheme.mjs";
2
+ const colors = {
3
+ anchor: "#1034a6",
4
+ anchorVisited: "#440381",
5
+ borderDark: "#05427f",
6
+ borderDarkest: "#000000",
7
+ borderLight: "#2b8fff",
8
+ borderLighter: "#8ac1ff",
9
+ borderLightest: "#bedcff",
10
+ canvas: "#000000",
11
+ canvasText: "#ffffff",
12
+ headerBackground: "#171123",
13
+ headerNotActiveBackground: "#4E6766",
14
+ headerNotActiveText: "#0180ff",
15
+ headerText: "#ffffff",
16
+ material: "#0180ff",
17
+ materialText: "#000000",
18
+ materialTextDisabled: "#05427f",
19
+ materialTextDisabledShadow: "#7ebfff",
20
+ materialTextInvert: "#ffffff",
21
+ progress: "#F46036",
22
+ inputBackground: "#ffffff",
23
+ inputBackgroundDisabled: "#2b8fff"
24
+ };
25
+ const tokens = {
26
+ ...theme,
27
+ colors,
28
+ shadows: generateShadows(colors)
29
+ };
30
+ export {
31
+ tokens
32
+ };
@@ -0,0 +1,32 @@
1
+ import { theme, generateShadows } from "../baseTheme.mjs";
2
+ const colors = {
3
+ anchor: "#1034a6",
4
+ anchorVisited: "#440381",
5
+ borderDark: "#846d06",
6
+ borderDarkest: "#0C1618",
7
+ borderLight: "#e7c221",
8
+ borderLighter: "#f1dd84",
9
+ borderLightest: "#f7ecbb",
10
+ canvas: "#0C1618",
11
+ canvasText: "#ffffff",
12
+ headerBackground: "#0C1618",
13
+ headerNotActiveBackground: "#7F7B82",
14
+ headerNotActiveText: "#e5bd03",
15
+ headerText: "#f8df6e",
16
+ material: "#e5bd03",
17
+ materialText: "#0C1618",
18
+ materialTextDisabled: "#846d06",
19
+ materialTextDisabledShadow: "#f8df6e",
20
+ materialTextInvert: "#ffffff",
21
+ progress: "#0C1618",
22
+ inputBackground: "#ffffff",
23
+ inputBackgroundDisabled: "#e7c221"
24
+ };
25
+ const tokens = {
26
+ ...theme,
27
+ colors,
28
+ shadows: generateShadows(colors)
29
+ };
30
+ export {
31
+ tokens
32
+ };
@@ -0,0 +1,32 @@
1
+ import { theme, generateShadows } from "../baseTheme.mjs";
2
+ const colors = {
3
+ anchor: "#1034a6",
4
+ anchorVisited: "#440381",
5
+ borderDark: "#888c8f",
6
+ borderDarkest: "#000000",
7
+ borderLight: "#dfe0e3",
8
+ borderLighter: "#ededef",
9
+ borderLightest: "#f5f5f6",
10
+ canvas: "#000000",
11
+ canvasText: "#ffffff",
12
+ headerBackground: "#000000",
13
+ headerNotActiveBackground: "#ffffff",
14
+ headerNotActiveText: "#000000",
15
+ headerText: "#ffffff",
16
+ material: "#ffffff",
17
+ materialText: "#000000",
18
+ materialTextDisabled: "#888c8f",
19
+ materialTextDisabledShadow: "#ffffff",
20
+ materialTextInvert: "#ffffff",
21
+ progress: "#000000",
22
+ inputBackground: "#ffffff",
23
+ inputBackgroundDisabled: "#dfe0e3"
24
+ };
25
+ const tokens = {
26
+ ...theme,
27
+ colors,
28
+ shadows: generateShadows(colors)
29
+ };
30
+ export {
31
+ tokens
32
+ };
@@ -0,0 +1,32 @@
1
+ import { theme, generateShadows } from "../baseTheme.mjs";
2
+ const colors = {
3
+ anchor: "#1034a6",
4
+ anchorVisited: "#440381",
5
+ borderDark: "#6c684b",
6
+ borderDarkest: "#020000",
7
+ borderLight: "#e2ddc9",
8
+ borderLighter: "#efece1",
9
+ borderLightest: "#f6f4ee",
10
+ canvas: "#ffffff",
11
+ canvasText: "#020000",
12
+ headerBackground: "#8e0101",
13
+ headerNotActiveBackground: "#90885c",
14
+ headerNotActiveText: "#c2bfa3",
15
+ headerText: "#ffffff",
16
+ material: "#c2bfa3",
17
+ materialText: "#020000",
18
+ materialTextDisabled: "#6c684b",
19
+ materialTextDisabledShadow: "#ffffff",
20
+ materialTextInvert: "#ffffff",
21
+ progress: "#8e0101",
22
+ inputBackground: "#ffffff",
23
+ inputBackgroundDisabled: "#e2ddc9"
24
+ };
25
+ const tokens = {
26
+ ...theme,
27
+ colors,
28
+ shadows: generateShadows(colors)
29
+ };
30
+ export {
31
+ tokens
32
+ };
@@ -0,0 +1,32 @@
1
+ import { theme, generateShadows } from "../baseTheme.mjs";
2
+ const colors = {
3
+ anchor: "#1034a6",
4
+ anchorVisited: "#440381",
5
+ borderDark: "#d1579e",
6
+ borderDarkest: "#44132f",
7
+ borderLight: "#f1acd5",
8
+ borderLighter: "#f7d1e7",
9
+ borderLightest: "#fae5f1",
10
+ canvas: "#EFF1F3",
11
+ canvasText: "#000000",
12
+ headerBackground: "#87255B",
13
+ headerNotActiveBackground: "#a08796",
14
+ headerNotActiveText: "#EBD2BE",
15
+ headerText: "#EFF1F3",
16
+ material: "#E5A4CB",
17
+ materialText: "#000000",
18
+ materialTextDisabled: "#d1579e",
19
+ materialTextDisabledShadow: "#EFF1F3",
20
+ materialTextInvert: "#EFF1F3",
21
+ progress: "#256EFF",
22
+ inputBackground: "#ffffff",
23
+ inputBackgroundDisabled: "#f1acd5"
24
+ };
25
+ const tokens = {
26
+ ...theme,
27
+ colors,
28
+ shadows: generateShadows(colors)
29
+ };
30
+ export {
31
+ tokens
32
+ };
@@ -0,0 +1,32 @@
1
+ import { theme, generateShadows } from "../baseTheme.mjs";
2
+ const colors = {
3
+ anchor: "#8d88c2",
4
+ anchorVisited: "#440381",
5
+ borderDark: "#5b57a1",
6
+ borderDarkest: "#010601",
7
+ borderLight: "#a4a7c8",
8
+ borderLighter: "#cccee0",
9
+ borderLightest: "#e2e4ed",
10
+ canvas: "#3B3D64",
11
+ canvasText: "#050608",
12
+ headerBackground: "#3B3D64",
13
+ headerNotActiveBackground: "#6063a5",
14
+ headerNotActiveText: "#a1a3ca",
15
+ headerText: "#e2e4ed",
16
+ material: "#a1a3ca",
17
+ materialText: "#010601",
18
+ materialTextDisabled: "#5b57a1",
19
+ materialTextDisabledShadow: "#c7c7df",
20
+ materialTextInvert: "#e2e4ed",
21
+ progress: "#8d88c2",
22
+ inputBackground: "#ffffff",
23
+ inputBackgroundDisabled: "#a4a7c8"
24
+ };
25
+ const tokens = {
26
+ ...theme,
27
+ colors,
28
+ shadows: generateShadows(colors)
29
+ };
30
+ export {
31
+ tokens
32
+ };
@@ -0,0 +1,32 @@
1
+ import { theme, generateShadows } from "../baseTheme.mjs";
2
+ const colors = {
3
+ anchor: "#1034a6",
4
+ anchorVisited: "#440381",
5
+ borderDark: "#2c3125",
6
+ borderDarkest: "#0a0a0a",
7
+ borderLight: "#5d6d54",
8
+ borderLighter: "#a4b39c",
9
+ borderLightest: "#ccd5c8",
10
+ canvas: "#3e4639",
11
+ canvasText: "#f6fbf5",
12
+ headerBackground: "#4b5844",
13
+ headerNotActiveBackground: "#4b5844",
14
+ headerNotActiveText: "#74806e",
15
+ headerText: "#fefefe",
16
+ material: "#4b5844",
17
+ materialText: "#f6fbf5",
18
+ materialTextDisabled: "#2c3125",
19
+ materialTextDisabledShadow: "#788475",
20
+ materialTextInvert: "#fefefe",
21
+ progress: "#978830",
22
+ inputBackground: "#4b5844",
23
+ inputBackgroundDisabled: "#2c3125"
24
+ };
25
+ const tokens = {
26
+ ...theme,
27
+ colors,
28
+ shadows: generateShadows(colors)
29
+ };
30
+ export {
31
+ tokens
32
+ };
@@ -0,0 +1,32 @@
1
+ import { theme, generateShadows } from "../baseTheme.mjs";
2
+ const colors = {
3
+ anchor: "#1034a6",
4
+ anchorVisited: "#440381",
5
+ borderDark: "#526d67",
6
+ borderDarkest: "#050608",
7
+ borderLight: "#a2c7c0",
8
+ borderLighter: "#cbe0dc",
9
+ borderLightest: "#e2edeb",
10
+ canvas: "#000000",
11
+ canvasText: "#050608",
12
+ headerBackground: "#4b8178",
13
+ headerNotActiveBackground: "#89b0a8",
14
+ headerNotActiveText: "#4b8178",
15
+ headerText: "#ffffff",
16
+ material: "#89b0a8",
17
+ materialText: "#050608",
18
+ materialTextDisabled: "#526d67",
19
+ materialTextDisabledShadow: "#cee8e3",
20
+ materialTextInvert: "#ffffff",
21
+ progress: "#4b8178",
22
+ inputBackground: "#ffffff",
23
+ inputBackgroundDisabled: "#a2c7c0"
24
+ };
25
+ const tokens = {
26
+ ...theme,
27
+ colors,
28
+ shadows: generateShadows(colors)
29
+ };
30
+ export {
31
+ tokens
32
+ };
@@ -0,0 +1,32 @@
1
+ import { theme, generateShadows } from "../baseTheme.mjs";
2
+ const colors = {
3
+ anchor: "#1034a6",
4
+ anchorVisited: "#440381",
5
+ borderDark: "#888c8f",
6
+ borderDarkest: "#ffffff",
7
+ borderLight: "#dfe0e3",
8
+ borderLighter: "#ededef",
9
+ borderLightest: "#f5f5f6",
10
+ canvas: "#353535",
11
+ canvasText: "#ffffff",
12
+ headerBackground: "#8e0284",
13
+ headerNotActiveBackground: "#7f7f7f",
14
+ headerNotActiveText: "#ced0cf",
15
+ headerText: "#ffffff",
16
+ material: "#000000",
17
+ materialText: "#ffffff",
18
+ materialTextDisabled: "#888c8f",
19
+ materialTextDisabledShadow: "#ffffff",
20
+ materialTextInvert: "#ffffff",
21
+ progress: "#8e0284",
22
+ inputBackground: "#353535",
23
+ inputBackgroundDisabled: "#dfe0e3"
24
+ };
25
+ const tokens = {
26
+ ...theme,
27
+ colors,
28
+ shadows: generateShadows(colors)
29
+ };
30
+ export {
31
+ tokens
32
+ };
@@ -0,0 +1,72 @@
1
+ import { tokens } from "./azureOrange.mjs";
2
+ import { tokens as tokens2 } from "./bee.mjs";
3
+ import { tokens as tokens3 } from "./blackAndWhite.mjs";
4
+ import { tokens as tokens4 } from "./brick.mjs";
5
+ import { tokens as tokens5 } from "./candy.mjs";
6
+ import { tokens as tokens6 } from "./coldGray.mjs";
7
+ import { tokens as tokens7 } from "./counterStrike.mjs";
8
+ import { tokens as tokens8 } from "./eggplant.mjs";
9
+ import { tokens as tokens9 } from "./highContrast.mjs";
10
+ import { tokens as tokens10 } from "./lilac.mjs";
11
+ import { tokens as tokens11 } from "./lilacRoseDark.mjs";
12
+ import { tokens as tokens12 } from "./maple.mjs";
13
+ import { tokens as tokens13 } from "./marine.mjs";
14
+ import { tokens as tokens14 } from "./matrix.mjs";
15
+ import { tokens as tokens15 } from "./millenium.mjs";
16
+ import { tokens as tokens16 } from "./modernDark.mjs";
17
+ import { tokens as tokens17 } from "./molecule.mjs";
18
+ import { tokens as tokens18 } from "./ninjaTurtles.mjs";
19
+ import { tokens as tokens19 } from "./olive.mjs";
20
+ import { tokens as tokens20 } from "./pamelaAnderson.mjs";
21
+ import { tokens as tokens21 } from "./plum.mjs";
22
+ import { tokens as tokens22 } from "./rainyDay.mjs";
23
+ import { tokens as tokens23 } from "./rose.mjs";
24
+ import { tokens as tokens24 } from "./slate.mjs";
25
+ import { tokens as tokens25 } from "./spruce.mjs";
26
+ import { tokens as tokens26 } from "./storm.mjs";
27
+ import { tokens as tokens27 } from "./theSixtiesUSA.mjs";
28
+ import { tokens as tokens28 } from "./tokyoDark.mjs";
29
+ import { tokens as tokens29 } from "./tooSexy.mjs";
30
+ import { tokens as tokens30 } from "./travel.mjs";
31
+ import { tokens as tokens31 } from "./vaporTeal.mjs";
32
+ import { tokens as tokens32 } from "./vermillion.mjs";
33
+ import { tokens as tokens33 } from "./violetDark.mjs";
34
+ import { tokens as tokens34 } from "./water.mjs";
35
+ import { tokens as tokens35 } from "./win95.mjs";
36
+ export {
37
+ tokens as azureOrange,
38
+ tokens2 as bee,
39
+ tokens3 as blackAndWhite,
40
+ tokens4 as brick,
41
+ tokens5 as candy,
42
+ tokens6 as coldGray,
43
+ tokens7 as counterStrike,
44
+ tokens8 as eggplant,
45
+ tokens9 as highContrast,
46
+ tokens10 as lilac,
47
+ tokens11 as lilacRoseDark,
48
+ tokens12 as maple,
49
+ tokens13 as marine,
50
+ tokens14 as matrix,
51
+ tokens15 as millenium,
52
+ tokens16 as modernDark,
53
+ tokens17 as molecule,
54
+ tokens18 as ninjaTurtles,
55
+ tokens19 as olive,
56
+ tokens20 as pamelaAnderson,
57
+ tokens21 as plum,
58
+ tokens22 as rainyDay,
59
+ tokens23 as rose,
60
+ tokens24 as slate,
61
+ tokens25 as spruce,
62
+ tokens26 as storm,
63
+ tokens27 as theSixtiesUSA,
64
+ tokens28 as tokyoDark,
65
+ tokens29 as tooSexy,
66
+ tokens30 as travel,
67
+ tokens31 as vaporTeal,
68
+ tokens32 as vermillion,
69
+ tokens33 as violetDark,
70
+ tokens34 as water,
71
+ tokens35 as win95
72
+ };
@@ -0,0 +1,32 @@
1
+ import { theme, generateShadows } from "../baseTheme.mjs";
2
+ const colors = {
3
+ anchor: "#1034a6",
4
+ anchorVisited: "#440381",
5
+ borderDark: "#5f549b",
6
+ borderDarkest: "#1c1449",
7
+ borderLight: "#bcb4e9",
8
+ borderLighter: "#dad5f2",
9
+ borderLightest: "#eae7f7",
10
+ canvas: "#ffffff",
11
+ canvasText: "#050608",
12
+ headerBackground: "#5e4dba",
13
+ headerNotActiveBackground: "#7f7f81",
14
+ headerNotActiveText: "#ced0cf",
15
+ headerText: "#ffffff",
16
+ material: "#b1a7df",
17
+ materialText: "#050608",
18
+ materialTextDisabled: "#5f549b",
19
+ materialTextDisabledShadow: "#ffffff",
20
+ materialTextInvert: "#ffffff",
21
+ progress: "#5e4dba",
22
+ inputBackground: "#ffffff",
23
+ inputBackgroundDisabled: "#bcb4e9"
24
+ };
25
+ const tokens = {
26
+ ...theme,
27
+ colors,
28
+ shadows: generateShadows(colors)
29
+ };
30
+ export {
31
+ tokens
32
+ };
@@ -0,0 +1,32 @@
1
+ import { theme, generateShadows } from "../baseTheme.mjs";
2
+ const colors = {
3
+ anchor: "#a65387",
4
+ anchorVisited: "#440381",
5
+ borderDark: "#7F3163",
6
+ borderDarkest: "#190000",
7
+ borderLight: "#E597C9",
8
+ borderLighter: "#f0c5e1",
9
+ borderLightest: "#f6dfee",
10
+ canvas: "#000000",
11
+ canvasText: "#f6dfee",
12
+ headerBackground: "#4C0030",
13
+ headerNotActiveBackground: "#763a60",
14
+ headerNotActiveText: "#b26496",
15
+ headerText: "#dab1c7",
16
+ material: "#b26496",
17
+ materialText: "#000000",
18
+ materialTextDisabled: "#82416d",
19
+ materialTextDisabledShadow: "#ecbfe3",
20
+ materialTextInvert: "#ecbfe3",
21
+ progress: "#713259",
22
+ inputBackground: "#ffffff",
23
+ inputBackgroundDisabled: "#E597C9"
24
+ };
25
+ const tokens = {
26
+ ...theme,
27
+ colors,
28
+ shadows: generateShadows(colors)
29
+ };
30
+ export {
31
+ tokens
32
+ };
@@ -0,0 +1,32 @@
1
+ import { theme, generateShadows } from "../baseTheme.mjs";
2
+ const colors = {
3
+ anchor: "#1034a6",
4
+ anchorVisited: "#440381",
5
+ borderDark: "#ab9042",
6
+ borderDarkest: "#2a1801",
7
+ borderLight: "#f5e2bb",
8
+ borderLighter: "#f9efd9",
9
+ borderLightest: "#fbf6ea",
10
+ canvas: "#2a1801",
11
+ canvasText: "#ffffff",
12
+ headerBackground: "#8e0101",
13
+ headerNotActiveBackground: "#a1a0a5",
14
+ headerNotActiveText: "#f5e2bb",
15
+ headerText: "#ffffff",
16
+ material: "#e5cc90",
17
+ materialText: "#2a1801",
18
+ materialTextDisabled: "#ab9042",
19
+ materialTextDisabledShadow: "#ffffff",
20
+ materialTextInvert: "#ffffff",
21
+ progress: "#8e0101",
22
+ inputBackground: "#ffffff",
23
+ inputBackgroundDisabled: "#f5e2bb"
24
+ };
25
+ const tokens = {
26
+ ...theme,
27
+ colors,
28
+ shadows: generateShadows(colors)
29
+ };
30
+ export {
31
+ tokens
32
+ };
@@ -0,0 +1,32 @@
1
+ import { theme, generateShadows } from "../baseTheme.mjs";
2
+ const colors = {
3
+ anchor: "#1034a6",
4
+ anchorVisited: "#440381",
5
+ borderDark: "#3c8d88",
6
+ borderDarkest: "#050608",
7
+ borderLight: "#98d2cb",
8
+ borderLighter: "#c6e6e2",
9
+ borderLightest: "#dff1ef",
10
+ canvas: "#050608",
11
+ canvasText: "#c3e2da",
12
+ headerBackground: "#000080",
13
+ headerNotActiveBackground: "#7f7f7f",
14
+ headerNotActiveText: "#ced0cf",
15
+ headerText: "#ffffff",
16
+ material: "#75c1ba",
17
+ materialText: "#050608",
18
+ materialTextDisabled: "#3c8d88",
19
+ materialTextDisabledShadow: "#ffffff",
20
+ materialTextInvert: "#ffffff",
21
+ progress: "#000080",
22
+ inputBackground: "#ffffff",
23
+ inputBackgroundDisabled: "#98d2cb"
24
+ };
25
+ const tokens = {
26
+ ...theme,
27
+ colors,
28
+ shadows: generateShadows(colors)
29
+ };
30
+ export {
31
+ tokens
32
+ };
@@ -0,0 +1,32 @@
1
+ import { theme, generateShadows } from "../baseTheme.mjs";
2
+ const colors = {
3
+ anchor: "#1034a6",
4
+ anchorVisited: "#440381",
5
+ borderDark: "#282828",
6
+ borderDarkest: "#000000",
7
+ borderLight: "#656565",
8
+ borderLighter: "#aaaaaa",
9
+ borderLightest: "#d0d0d0",
10
+ canvas: "#000000",
11
+ canvasText: "#c0c0c0",
12
+ headerBackground: "#000000",
13
+ headerNotActiveBackground: "#7f7f7f",
14
+ headerNotActiveText: "#535353",
15
+ headerText: "#a7a7a7",
16
+ material: "#535353",
17
+ materialText: "#35FF69",
18
+ materialTextDisabled: "#282828",
19
+ materialTextDisabledShadow: "#a7a7a7",
20
+ materialTextInvert: "#ffffff",
21
+ progress: "#000000",
22
+ inputBackground: "#ffffff",
23
+ inputBackgroundDisabled: "#656565"
24
+ };
25
+ const tokens = {
26
+ ...theme,
27
+ colors,
28
+ shadows: generateShadows(colors)
29
+ };
30
+ export {
31
+ tokens
32
+ };
@@ -0,0 +1,32 @@
1
+ import { theme, generateShadows } from "../baseTheme.mjs";
2
+ const colors = {
3
+ anchor: "#1034a6",
4
+ anchorVisited: "#440381",
5
+ borderDark: "#828282",
6
+ borderDarkest: "black",
7
+ borderLight: "#e5e5e5",
8
+ borderLighter: "#f0f0f0",
9
+ borderLightest: "#f6f6f6",
10
+ canvas: "black",
11
+ canvasText: "#ffffff",
12
+ headerBackground: "linear-gradient(to right, #012470, #a5c7e7)",
13
+ headerNotActiveBackground: "#7f7f7f",
14
+ headerNotActiveText: "#d6cfc7",
15
+ headerText: "#ffffff",
16
+ material: "#d6cfc7",
17
+ materialText: "black",
18
+ materialTextDisabled: "#828282",
19
+ materialTextDisabledShadow: "#ffffff",
20
+ materialTextInvert: "#ffffff",
21
+ progress: "#00256e",
22
+ inputBackground: "#ffffff",
23
+ inputBackgroundDisabled: "#e5e5e5"
24
+ };
25
+ const tokens = {
26
+ ...theme,
27
+ colors,
28
+ shadows: generateShadows(colors)
29
+ };
30
+ export {
31
+ tokens
32
+ };