moon-inferno 0.3.9 → 0.4.2
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/dist/index.css +6 -0
- package/dist/styles.css +6 -0
- package/package.json +5 -5
package/dist/index.css
CHANGED
|
@@ -4013,6 +4013,8 @@
|
|
|
4013
4013
|
}
|
|
4014
4014
|
|
|
4015
4015
|
/* ../themes/src/terminal.css */
|
|
4016
|
+
:root[data-theme=terminal],
|
|
4017
|
+
body[data-theme=terminal],
|
|
4016
4018
|
[data-theme=terminal] {
|
|
4017
4019
|
--mi-color-bg: #05130A;
|
|
4018
4020
|
--mi-color-bg-subtle: #0B2213;
|
|
@@ -4028,6 +4030,7 @@
|
|
|
4028
4030
|
--mi-color-text-dim: #26994D;
|
|
4029
4031
|
--mi-color-focus-ring: #00FF66;
|
|
4030
4032
|
--mi-shadow-glow: 0 0 16px rgba(0, 255, 102, 0.45);
|
|
4033
|
+
--mi-shadow-pixel: 3px 3px 0px #000000;
|
|
4031
4034
|
--mi-crt-scanline: rgba(0, 255, 102, 0.08);
|
|
4032
4035
|
scrollbar-width: thin;
|
|
4033
4036
|
scrollbar-color: #00FF66 #0B2213;
|
|
@@ -4050,6 +4053,8 @@
|
|
|
4050
4053
|
}
|
|
4051
4054
|
|
|
4052
4055
|
/* ../themes/src/y2k.css */
|
|
4056
|
+
:root[data-theme=y2k],
|
|
4057
|
+
body[data-theme=y2k],
|
|
4053
4058
|
[data-theme=y2k] {
|
|
4054
4059
|
--mi-color-bg: #0F0E17;
|
|
4055
4060
|
--mi-color-bg-subtle: #1B1A2E;
|
|
@@ -4065,6 +4070,7 @@
|
|
|
4065
4070
|
--mi-color-text-dim: #8B85C1;
|
|
4066
4071
|
--mi-color-focus-ring: #00E5FF;
|
|
4067
4072
|
--mi-shadow-glow: 0 0 16px rgba(0, 229, 255, 0.45);
|
|
4073
|
+
--mi-shadow-pixel: 3px 3px 0px #0F0E17;
|
|
4068
4074
|
--mi-crt-scanline: rgba(0, 229, 255, 0.05);
|
|
4069
4075
|
scrollbar-width: thin;
|
|
4070
4076
|
scrollbar-color: #00E5FF #1B1A2E;
|
package/dist/styles.css
CHANGED
|
@@ -4013,6 +4013,8 @@
|
|
|
4013
4013
|
}
|
|
4014
4014
|
|
|
4015
4015
|
/* ../themes/src/terminal.css */
|
|
4016
|
+
:root[data-theme=terminal],
|
|
4017
|
+
body[data-theme=terminal],
|
|
4016
4018
|
[data-theme=terminal] {
|
|
4017
4019
|
--mi-color-bg: #05130A;
|
|
4018
4020
|
--mi-color-bg-subtle: #0B2213;
|
|
@@ -4028,6 +4030,7 @@
|
|
|
4028
4030
|
--mi-color-text-dim: #26994D;
|
|
4029
4031
|
--mi-color-focus-ring: #00FF66;
|
|
4030
4032
|
--mi-shadow-glow: 0 0 16px rgba(0, 255, 102, 0.45);
|
|
4033
|
+
--mi-shadow-pixel: 3px 3px 0px #000000;
|
|
4031
4034
|
--mi-crt-scanline: rgba(0, 255, 102, 0.08);
|
|
4032
4035
|
scrollbar-width: thin;
|
|
4033
4036
|
scrollbar-color: #00FF66 #0B2213;
|
|
@@ -4050,6 +4053,8 @@
|
|
|
4050
4053
|
}
|
|
4051
4054
|
|
|
4052
4055
|
/* ../themes/src/y2k.css */
|
|
4056
|
+
:root[data-theme=y2k],
|
|
4057
|
+
body[data-theme=y2k],
|
|
4053
4058
|
[data-theme=y2k] {
|
|
4054
4059
|
--mi-color-bg: #0F0E17;
|
|
4055
4060
|
--mi-color-bg-subtle: #1B1A2E;
|
|
@@ -4065,6 +4070,7 @@
|
|
|
4065
4070
|
--mi-color-text-dim: #8B85C1;
|
|
4066
4071
|
--mi-color-focus-ring: #00E5FF;
|
|
4067
4072
|
--mi-shadow-glow: 0 0 16px rgba(0, 229, 255, 0.45);
|
|
4073
|
+
--mi-shadow-pixel: 3px 3px 0px #0F0E17;
|
|
4068
4074
|
--mi-crt-scanline: rgba(0, 229, 255, 0.05);
|
|
4069
4075
|
scrollbar-width: thin;
|
|
4070
4076
|
scrollbar-color: #00E5FF #1B1A2E;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "moon-inferno",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "All-in-one bundle for Moon-Inferno: Expressive, accessibility-first React UI framework for retro, Y2K, CRT, cyberpunk, gaming, and Web3 applications.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Biagio Scaglia",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"LICENSE"
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@moon-inferno/
|
|
33
|
-
"@moon-inferno/
|
|
34
|
-
"@moon-inferno/react": "0.
|
|
35
|
-
"@moon-inferno/themes": "0.
|
|
32
|
+
"@moon-inferno/core": "0.4.2",
|
|
33
|
+
"@moon-inferno/icons": "0.4.2",
|
|
34
|
+
"@moon-inferno/react": "0.4.2",
|
|
35
|
+
"@moon-inferno/themes": "0.4.2"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"react": ">=18.0.0",
|