@maelstrom-futurism/paper 0.7.4-beta.4 → 0.7.4-beta.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.
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -816,7 +816,7 @@ class Dt {
|
|
|
816
816
|
this.colors = t.colorSet;
|
|
817
817
|
}
|
|
818
818
|
}
|
|
819
|
-
const Ft = { nordDark: { background: "#242933", borderMuted: "#303744", border: "#2e3440", content: "#2e3440", textColor: "#eceff4", linkColor: "#88c0d0", primary: "#5e81ac", secondary: "#81a1c1", alert: "#bf616a", warning: "#ebcb8b", success: "#a3be8c", info: "#5e81ac" }, nordLight: { background: "#
|
|
819
|
+
const Ft = { nordDark: { background: "#242933", borderMuted: "#303744", border: "#2e3440", content: "#2e3440", textColor: "#eceff4", linkColor: "#88c0d0", primary: "#5e81ac", secondary: "#81a1c1", alert: "#bf616a", warning: "#ebcb8b", success: "#a3be8c", info: "#5e81ac" }, nordLight: { background: "#eceff4", borderMuted: "#303744", border: "#2e3440", content: "#2e3440", textColor: "#242933", linkColor: "#88c0d0", primary: "#5e81ac", secondary: "#81a1c1", alert: "#bf616a", warning: "#ebcb8b", success: "#a3be8c", info: "#5e81ac" } }, jt = (e) => new Dt({ colorSet: Ft[e] }), Lt = et(jt("nordDark")), It = () => ze(Lt), Gt = "_paper_hd9l9_1", Xt = "_parent_hd9l9_29", Ht = "_stackTypeNone_hd9l9_34", Vt = "_stackTypeSingle_hd9l9_38", Wt = "_stackTypeTop_hd9l9_43", Ut = "_stackTypeBottom_hd9l9_47", Jt = "_stackTypeRandom_hd9l9_51", Kt = "_centered_hd9l9_81", Yt = "_pre_hd9l9_88", Zt = "_backgroundDotted_hd9l9_93", Qt = "_backgroundGraph_hd9l9_98", M = {
|
|
820
820
|
paper: Gt,
|
|
821
821
|
parent: Xt,
|
|
822
822
|
stackTypeNone: Ht,
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maelstrom-futurism/paper",
|
|
3
|
-
"version": "0.7.4-beta.
|
|
3
|
+
"version": "0.7.4-beta.8",
|
|
4
4
|
"description": "Stacks of paper",
|
|
5
5
|
"source": "lib/index.ts",
|
|
6
|
-
"
|
|
6
|
+
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
8
8
|
"files": [
|
|
9
9
|
"dist"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"directory": "packages/paper"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@maelstrom-futurism/core": "^0.7.4-beta.
|
|
27
|
+
"@maelstrom-futurism/core": "^0.7.4-beta.8",
|
|
28
28
|
"react": "^19.2.0",
|
|
29
29
|
"react-dom": "^19.2.0"
|
|
30
30
|
},
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"react": ">= 18.0.0",
|
|
33
33
|
"react-dom": ">= 18.0.0"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "8ec034fa52a53c140d6bc59276834be44998eb8c"
|
|
36
36
|
}
|