jaml-ui 0.10.0 → 0.11.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/LICENSE +21 -21
- package/README.md +135 -135
- package/assets/8BitDeck.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/.design-canvas.state.json +1 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/BlindChips.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Boosters/Boosters.json +303 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Boosters/boosters.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Boosters.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Bosses/BlindChips.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Bosses/blinds_metadata.json +51 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Decks/8BitDeck.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Decks/Enhancers.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Decks/balatro-stake-chips.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Decks/enhancers_metadata.json +52 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Decks/playing_cards_metadata.json +74 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Decks/stakes.json +19 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Editions.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Enhancers.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Jokers/Editions.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Jokers/Jokers.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Jokers/jokers.json +1087 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Jokers/stickers.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Jokers/stickers_metadata.json +25 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Jokers.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Tags/tags.json +191 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Tags/tags.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Tarots/Tarots.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Tarots/planets.json +15 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Tarots/spectrals.json +21 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Tarots/tarots.json +163 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Tarots.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Vouchers/Vouchers.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Vouchers/vouchers.json +130 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/Vouchers.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/blinds.json +51 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/boosters.json +303 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/fonts/m6x11plusplus.otf +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/jokers.json +1087 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/planets.json +15 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/spectrals.json +21 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/stakes.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/stickers.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/tags.json +191 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/tags.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/tarots.json +163 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Assets/vouchers.json +130 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Seed Detail v2.html +40 -0
- package/assets/Balatro Seed Curator (DesignsV2)/Seed Detail.html +34 -0
- package/assets/Balatro Seed Curator (DesignsV2)/public/fonts/m6x11plusplus.otf +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/src/AntePage.jsx +228 -0
- package/assets/Balatro Seed Curator (DesignsV2)/src/SeedDetail.jsx +222 -0
- package/assets/Balatro Seed Curator (DesignsV2)/src/app.jsx +35 -0
- package/assets/Balatro Seed Curator (DesignsV2)/src/mockData.js +185 -0
- package/assets/Balatro Seed Curator (DesignsV2)/src/sprites.jsx +259 -0
- package/assets/Balatro Seed Curator (DesignsV2)/src/tokens.js +49 -0
- package/assets/Balatro Seed Curator (DesignsV2)/src/v2/AntePageV2.jsx +290 -0
- package/assets/Balatro Seed Curator (DesignsV2)/src/v2/BalButton.jsx +107 -0
- package/assets/Balatro Seed Curator (DesignsV2)/src/v2/JamlBuilderV2.jsx +594 -0
- package/assets/Balatro Seed Curator (DesignsV2)/src/v2/JamlIde.jsx +302 -0
- package/assets/Balatro Seed Curator (DesignsV2)/src/v2/SearchResultsV2.jsx +286 -0
- package/assets/Balatro Seed Curator (DesignsV2)/src/v2/SeedDetailV2.jsx +336 -0
- package/assets/Balatro Seed Curator (DesignsV2)/src/v2/SeedOGCard.jsx +251 -0
- package/assets/Balatro Seed Curator (DesignsV2)/src/v2/Showcase.jsx +131 -0
- package/assets/Balatro Seed Curator (DesignsV2)/src/v2/app.jsx +55 -0
- package/assets/Balatro Seed Curator (DesignsV2)/src/v2/data.js +296 -0
- package/assets/Balatro Seed Curator (DesignsV2)/starters/design-canvas.jsx +622 -0
- package/assets/Balatro Seed Curator (DesignsV2)/uploads/8BitDeck.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/uploads/BlindChips.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/uploads/Boosters.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/uploads/Editions.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/uploads/Enhancers.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/uploads/Jokers.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/uploads/Tarots.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/uploads/pasted-1776749540653-0.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/uploads/pasted-1776749644934-0.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/uploads/pasted-1776749661871-0.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/uploads/pasted-1776749674748-0.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/uploads/pasted-1776749703076-0.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/uploads/pasted-1776749882759-0.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/uploads/pasted-1776750354200-0.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/uploads/pasted-1776750733265-0.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/uploads/pasted-1776751928925-0.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/uploads/pasted-1776800975060-0.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/uploads/stickers.png +0 -0
- package/assets/Balatro Seed Curator (DesignsV2)/uploads/tags.png +0 -0
- package/assets/BlindChips.png +0 -0
- package/assets/Boosters.png +0 -0
- package/assets/Editions.png +0 -0
- package/assets/Enhancers.png +0 -0
- package/assets/Jokers.png +0 -0
- package/assets/Tarots.png +0 -0
- package/assets/Vouchers.png +0 -0
- package/assets/fonts/m6x11plusplus.otf +0 -0
- package/assets/stickers.png +0 -0
- package/assets/tags.png +0 -0
- package/dist/assets.js +10 -13
- package/dist/components/GameCard.js +7 -5
- package/dist/components/JamlCodeEditor.js +28 -16
- package/dist/components/JamlIdeVisual.d.ts +5 -3
- package/dist/components/JamlIdeVisual.js +194 -36
- package/dist/components/JamlMapPreview.d.ts +1 -5
- package/dist/components/JamlMapPreview.js +67 -107
- package/dist/components/PlayingCard.js +15 -50
- package/dist/data/balatro-jokers.json +1241 -0
- package/dist/decode/motelyItemDecoder.js +1 -1
- package/dist/hooks/searchWorkerCode.js +59 -59
- package/dist/hooks/useAnalyzer.d.ts +1 -0
- package/dist/hooks/useAnalyzer.js +5 -1
- package/dist/hooks/useSearch.d.ts +1 -0
- package/dist/hooks/useSearch.js +4 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/motelyDisplay.js +2 -0
- package/dist/r3f/BalatroJokerMesh3D.d.ts +8 -0
- package/dist/r3f/BalatroJokerMesh3D.js +98 -0
- package/dist/r3f/BalatroJokerPreview3D.d.ts +14 -0
- package/dist/r3f/BalatroJokerPreview3D.js +30 -0
- package/dist/r3f/BalatroPlayingCard3D.d.ts +22 -0
- package/dist/r3f/BalatroPlayingCard3D.js +62 -0
- package/dist/r3f/cardConstants.d.ts +16 -0
- package/dist/r3f/cardConstants.js +14 -0
- package/dist/r3f/compositedAtlas.d.ts +5 -0
- package/dist/r3f/compositedAtlas.js +56 -0
- package/dist/r3f/gridUV.d.ts +22 -0
- package/dist/r3f/gridUV.js +30 -0
- package/dist/r3f/index.d.ts +12 -0
- package/dist/r3f/index.js +13 -0
- package/dist/r3f/jokerRegistry.d.ts +28 -0
- package/dist/r3f/jokerRegistry.js +40 -0
- package/dist/r3f/jokerTilt.d.ts +8 -0
- package/dist/r3f/jokerTilt.js +41 -0
- package/dist/r3f/magneticTilt.d.ts +18 -0
- package/dist/r3f/magneticTilt.js +34 -0
- package/dist/r3f/playingCardTypes.d.ts +24 -0
- package/dist/r3f/playingCardTypes.js +32 -0
- package/dist/r3f/playingCardVisuals.d.ts +7 -0
- package/dist/r3f/playingCardVisuals.js +45 -0
- package/dist/r3f/usePlayingCardTexture.d.ts +7 -0
- package/dist/r3f/usePlayingCardTexture.js +92 -0
- package/dist/sprites/spriteMapper.d.ts +1 -1
- package/dist/sprites/spriteMapper.js +14 -33
- package/dist/ui/footer.js +5 -5
- package/dist/ui/jimboBackground.js +55 -55
- package/dist/ui/jimboCopyRow.d.ts +5 -0
- package/dist/ui/jimboCopyRow.js +36 -0
- package/dist/ui/jimboTabs.js +5 -5
- package/dist/ui.d.ts +1 -0
- package/dist/ui.js +1 -0
- package/dist/utils/gameCardUtils.d.ts +4 -12
- package/dist/utils/gameCardUtils.js +9 -43
- package/fonts.css +5 -5
- package/package.json +4 -3
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
[
|
|
2
|
+
{"name": "mercury", "pos": {"x": 0, "y": 3}},
|
|
3
|
+
{"name": "venus", "pos": {"x": 1, "y": 3}},
|
|
4
|
+
{"name": "earth", "pos": {"x": 2, "y": 3}},
|
|
5
|
+
{"name": "mars", "pos": {"x": 3, "y": 3}},
|
|
6
|
+
{"name": "jupiter", "pos": {"x": 4, "y": 3}},
|
|
7
|
+
{"name": "saturn", "pos": {"x": 5, "y": 3}},
|
|
8
|
+
{"name": "uranus", "pos": {"x": 6, "y": 3}},
|
|
9
|
+
{"name": "neptune", "pos": {"x": 7, "y": 3}},
|
|
10
|
+
{"name": "pluto", "pos": {"x": 8, "y": 3}},
|
|
11
|
+
{"name": "planetx", "pos": {"x": 9, "y": 2}},
|
|
12
|
+
{"name": "ceres", "pos": {"x": 8, "y": 2}},
|
|
13
|
+
{"name": "eris", "pos": {"x": 3, "y": 2}},
|
|
14
|
+
{"name": "anyplanet", "pos": {"x": 7, "y": 2}}
|
|
15
|
+
]
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
[
|
|
2
|
+
{"name": "familiar", "pos": {"x": 0, "y": 4}},
|
|
3
|
+
{"name": "grim", "pos": {"x": 1, "y": 4}},
|
|
4
|
+
{"name": "incantation", "pos": {"x": 2, "y": 4}},
|
|
5
|
+
{"name": "talisman", "pos": {"x": 3, "y": 4}},
|
|
6
|
+
{"name": "aura", "pos": {"x": 4, "y": 4}},
|
|
7
|
+
{"name": "wraith", "pos": {"x": 5, "y": 4}},
|
|
8
|
+
{"name": "sigil", "pos": {"x": 6, "y": 4}},
|
|
9
|
+
{"name": "ouija", "pos": {"x": 7, "y": 4}},
|
|
10
|
+
{"name": "ectoplasm", "pos": {"x": 8, "y": 4}},
|
|
11
|
+
{"name": "immolate", "pos": {"x": 9, "y": 4}},
|
|
12
|
+
{"name": "ankh", "pos": {"x": 0, "y": 5}},
|
|
13
|
+
{"name": "dejavu", "pos": {"x": 1, "y": 5}},
|
|
14
|
+
{"name": "hex", "pos": {"x": 2, "y": 5}},
|
|
15
|
+
{"name": "trance", "pos": {"x": 3, "y": 5}},
|
|
16
|
+
{"name": "medium", "pos": {"x": 4, "y": 5}},
|
|
17
|
+
{"name": "cryptid", "pos": {"x": 5, "y": 5}},
|
|
18
|
+
{"name": "soul", "pos": {"x": 2, "y": 2}},
|
|
19
|
+
{"name": "blackhole", "pos": {"x": 9, "y": 3}},
|
|
20
|
+
{"name": "anyspectral", "pos": {"x": 5, "y": 2}}
|
|
21
|
+
]
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"name": "uncommontag",
|
|
4
|
+
"pos": {
|
|
5
|
+
"x": 0,
|
|
6
|
+
"y": 0
|
|
7
|
+
}
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"name": "raretag",
|
|
11
|
+
"pos": {
|
|
12
|
+
"x": 1,
|
|
13
|
+
"y": 0
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"name": "negativetag",
|
|
18
|
+
"pos": {
|
|
19
|
+
"x": 2,
|
|
20
|
+
"y": 0
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"name": "foiltag",
|
|
25
|
+
"pos": {
|
|
26
|
+
"x": 3,
|
|
27
|
+
"y": 0
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "holographictag",
|
|
32
|
+
"pos": {
|
|
33
|
+
"x": 0,
|
|
34
|
+
"y": 1
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "polychrometag",
|
|
39
|
+
"pos": {
|
|
40
|
+
"x": 1,
|
|
41
|
+
"y": 1
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "investmenttag",
|
|
46
|
+
"pos": {
|
|
47
|
+
"x": 2,
|
|
48
|
+
"y": 1
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"name": "vouchertag",
|
|
53
|
+
"pos": {
|
|
54
|
+
"x": 3,
|
|
55
|
+
"y": 1
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "bosstag",
|
|
60
|
+
"pos": {
|
|
61
|
+
"x": 0,
|
|
62
|
+
"y": 2
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"name": "standardtag",
|
|
67
|
+
"pos": {
|
|
68
|
+
"x": 1,
|
|
69
|
+
"y": 2
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"name": "charmtag",
|
|
74
|
+
"pos": {
|
|
75
|
+
"x": 2,
|
|
76
|
+
"y": 2
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"name": "meteortag",
|
|
81
|
+
"pos": {
|
|
82
|
+
"x": 3,
|
|
83
|
+
"y": 2
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"name": "buffoontag",
|
|
88
|
+
"pos": {
|
|
89
|
+
"x": 4,
|
|
90
|
+
"y": 2
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"name": "handytag",
|
|
95
|
+
"pos": {
|
|
96
|
+
"x": 1,
|
|
97
|
+
"y": 3
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"name": "garbagetag",
|
|
102
|
+
"pos": {
|
|
103
|
+
"x": 2,
|
|
104
|
+
"y": 3
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"name": "etherealtag",
|
|
109
|
+
"pos": {
|
|
110
|
+
"x": 3,
|
|
111
|
+
"y": 3
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"name": "coupontag",
|
|
116
|
+
"pos": {
|
|
117
|
+
"x": 4,
|
|
118
|
+
"y": 0
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"name": "doubletag",
|
|
123
|
+
"pos": {
|
|
124
|
+
"x": 5,
|
|
125
|
+
"y": 0
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"name": "juggletag",
|
|
130
|
+
"pos": {
|
|
131
|
+
"x": 5,
|
|
132
|
+
"y": 1
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"name": "d6tag",
|
|
137
|
+
"pos": {
|
|
138
|
+
"x": 5,
|
|
139
|
+
"y": 3
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"name": "topuptag",
|
|
144
|
+
"pos": {
|
|
145
|
+
"x": 4,
|
|
146
|
+
"y": 1
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"name": "speedtag",
|
|
151
|
+
"pos": {
|
|
152
|
+
"x": 0,
|
|
153
|
+
"y": 3
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"name": "orbitaltag",
|
|
158
|
+
"pos": {
|
|
159
|
+
"x": 5,
|
|
160
|
+
"y": 2
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"name": "economytag",
|
|
165
|
+
"pos": {
|
|
166
|
+
"x": 4,
|
|
167
|
+
"y": 3
|
|
168
|
+
}
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"name": "anytag",
|
|
172
|
+
"pos": {
|
|
173
|
+
"x": 3,
|
|
174
|
+
"y": 4
|
|
175
|
+
}
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"name": "anysmall",
|
|
179
|
+
"pos": {
|
|
180
|
+
"x": 3,
|
|
181
|
+
"y": 4
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"name": "anybig",
|
|
186
|
+
"pos": {
|
|
187
|
+
"x": 3,
|
|
188
|
+
"y": 4
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
]
|
|
Binary file
|
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"name": "thefool",
|
|
4
|
+
"pos": {
|
|
5
|
+
"x": 0,
|
|
6
|
+
"y": 0
|
|
7
|
+
}
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"name": "themagician",
|
|
11
|
+
"pos": {
|
|
12
|
+
"x": 1,
|
|
13
|
+
"y": 0
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"name": "thehighpriestess",
|
|
18
|
+
"pos": {
|
|
19
|
+
"x": 2,
|
|
20
|
+
"y": 0
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"name": "theempress",
|
|
25
|
+
"pos": {
|
|
26
|
+
"x": 3,
|
|
27
|
+
"y": 0
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "theemperor",
|
|
32
|
+
"pos": {
|
|
33
|
+
"x": 4,
|
|
34
|
+
"y": 0
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "thehierophant",
|
|
39
|
+
"pos": {
|
|
40
|
+
"x": 5,
|
|
41
|
+
"y": 0
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "thelovers",
|
|
46
|
+
"pos": {
|
|
47
|
+
"x": 6,
|
|
48
|
+
"y": 0
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"name": "thechariot",
|
|
53
|
+
"pos": {
|
|
54
|
+
"x": 7,
|
|
55
|
+
"y": 0
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "justice",
|
|
60
|
+
"pos": {
|
|
61
|
+
"x": 8,
|
|
62
|
+
"y": 0
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"name": "thehermit",
|
|
67
|
+
"pos": {
|
|
68
|
+
"x": 9,
|
|
69
|
+
"y": 0
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"name": "thewheeloffortune",
|
|
74
|
+
"pos": {
|
|
75
|
+
"x": 0,
|
|
76
|
+
"y": 1
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"name": "strength",
|
|
81
|
+
"pos": {
|
|
82
|
+
"x": 1,
|
|
83
|
+
"y": 1
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"name": "thehangedman",
|
|
88
|
+
"pos": {
|
|
89
|
+
"x": 2,
|
|
90
|
+
"y": 1
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"name": "death",
|
|
95
|
+
"pos": {
|
|
96
|
+
"x": 3,
|
|
97
|
+
"y": 1
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"name": "temperance",
|
|
102
|
+
"pos": {
|
|
103
|
+
"x": 4,
|
|
104
|
+
"y": 1
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"name": "thedevil",
|
|
109
|
+
"pos": {
|
|
110
|
+
"x": 5,
|
|
111
|
+
"y": 1
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"name": "thetower",
|
|
116
|
+
"pos": {
|
|
117
|
+
"x": 6,
|
|
118
|
+
"y": 1
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"name": "thestar",
|
|
123
|
+
"pos": {
|
|
124
|
+
"x": 7,
|
|
125
|
+
"y": 1
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"name": "themoon",
|
|
130
|
+
"pos": {
|
|
131
|
+
"x": 8,
|
|
132
|
+
"y": 1
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"name": "thesun",
|
|
137
|
+
"pos": {
|
|
138
|
+
"x": 9,
|
|
139
|
+
"y": 1
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"name": "judgement",
|
|
144
|
+
"pos": {
|
|
145
|
+
"x": 0,
|
|
146
|
+
"y": 2
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"name": "theworld",
|
|
151
|
+
"pos": {
|
|
152
|
+
"x": 1,
|
|
153
|
+
"y": 2
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"name": "anytarot",
|
|
158
|
+
"pos": {
|
|
159
|
+
"x": 6,
|
|
160
|
+
"y": 2
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
]
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"name": "overstock",
|
|
4
|
+
"pos": { "x": 0, "y": 0 }
|
|
5
|
+
},
|
|
6
|
+
{
|
|
7
|
+
"name": "clearancesale",
|
|
8
|
+
"pos": { "x": 3, "y": 0 }
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"name": "hone",
|
|
12
|
+
"pos": { "x": 4, "y": 0 }
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"name": "rerollsurplus",
|
|
16
|
+
"pos": { "x": 0, "y": 2 }
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "crystalball",
|
|
20
|
+
"pos": { "x": 2, "y": 2 }
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "telescope",
|
|
24
|
+
"pos": { "x": 3, "y": 2 }
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"name": "grabber",
|
|
28
|
+
"pos": { "x": 5, "y": 0 }
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "wasteful",
|
|
32
|
+
"pos": { "x": 6, "y": 0 }
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "tarotmerchant",
|
|
36
|
+
"pos": { "x": 1, "y": 0 }
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "planetmerchant",
|
|
40
|
+
"pos": { "x": 2, "y": 0 }
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "seedmoney",
|
|
44
|
+
"pos": { "x": 1, "y": 2 }
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "blank",
|
|
48
|
+
"pos": { "x": 7, "y": 0 }
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "magictrick",
|
|
52
|
+
"pos": { "x": 4, "y": 2 }
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "hieroglyph",
|
|
56
|
+
"pos": { "x": 5, "y": 2 }
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "directorscut",
|
|
60
|
+
"pos": { "x": 6, "y": 2 }
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "paintbrush",
|
|
64
|
+
"pos": { "x": 7, "y": 2 }
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "overstockplus",
|
|
68
|
+
"pos": { "x": 0, "y": 1 }
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"name": "liquidation",
|
|
72
|
+
"pos": { "x": 3, "y": 1 }
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"name": "glowup",
|
|
76
|
+
"pos": { "x": 4, "y": 1 }
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "rerollglut",
|
|
80
|
+
"pos": { "x": 0, "y": 3 }
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "omenglobe",
|
|
84
|
+
"pos": { "x": 2, "y": 3 }
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"name": "observatory",
|
|
88
|
+
"pos": { "x": 3, "y": 3 }
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "nachotong",
|
|
92
|
+
"pos": { "x": 5, "y": 1 }
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"name": "recyclomancy",
|
|
96
|
+
"pos": { "x": 6, "y": 1 }
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"name": "tarottycoon",
|
|
100
|
+
"pos": { "x": 1, "y": 1 }
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "planettycoon",
|
|
104
|
+
"pos": { "x": 2, "y": 1 }
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"name": "moneytree",
|
|
108
|
+
"pos": { "x": 1, "y": 3 }
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"name": "antimatter",
|
|
112
|
+
"pos": { "x": 7, "y": 1 }
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"name": "illusion",
|
|
116
|
+
"pos": { "x": 4, "y": 3 }
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"name": "petroglyph",
|
|
120
|
+
"pos": { "x": 5, "y": 3 }
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"name": "retcon",
|
|
124
|
+
"pos": { "x": 6, "y": 3 }
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "palette",
|
|
128
|
+
"pos": { "x": 7, "y": 3 }
|
|
129
|
+
}
|
|
130
|
+
]
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8" />
|
|
5
|
+
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
6
|
+
<title>Seed Detail v2</title>
|
|
7
|
+
<style>
|
|
8
|
+
@font-face {
|
|
9
|
+
font-family: 'm6x11plus';
|
|
10
|
+
src: url('public/fonts/m6x11plusplus.otf') format('opentype');
|
|
11
|
+
font-display: block;
|
|
12
|
+
}
|
|
13
|
+
html, body, #root { margin: 0; padding: 0; height: 100%; background: #0b1416; overscroll-behavior: none; }
|
|
14
|
+
body { font-family: 'm6x11plus', monospace; color: #fff; }
|
|
15
|
+
* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
|
|
16
|
+
</style>
|
|
17
|
+
</head>
|
|
18
|
+
<body>
|
|
19
|
+
<div id="root"></div>
|
|
20
|
+
|
|
21
|
+
<script src="https://unpkg.com/react@18.3.1/umd/react.development.js" integrity="sha384-hD6/rw4ppMLGNu3tX5cjIb+uRZ7UkRJ6BPkLpg4hAu/6onKUg4lLsHAs9EBPT82L" crossorigin="anonymous"></script>
|
|
22
|
+
<script src="https://unpkg.com/react-dom@18.3.1/umd/react-dom.development.js" integrity="sha384-u6aeetuaXnQ38mYT8rp6sbXaQe3NL9t+IBXmnYxwkUI2Hw4bsp2Wvmx4yRQF1uAm" crossorigin="anonymous"></script>
|
|
23
|
+
<script src="https://unpkg.com/@babel/standalone@7.29.0/babel.min.js" integrity="sha384-m08KidiNqLdpJqLq95G/LEi8Qvjl/xUYll3QILypMoQ65QorJ9Lvtp2RXYGBFj1y" crossorigin="anonymous"></script>
|
|
24
|
+
|
|
25
|
+
<script src="src/tokens.js"></script>
|
|
26
|
+
<script src="src/v2/data.js"></script>
|
|
27
|
+
|
|
28
|
+
<script type="text/babel" src="starters/design-canvas.jsx"></script>
|
|
29
|
+
<script type="text/babel" src="src/sprites.jsx"></script>
|
|
30
|
+
<script type="text/babel" src="src/v2/AntePageV2.jsx"></script>
|
|
31
|
+
<script type="text/babel" src="src/v2/SeedDetailV2.jsx"></script>
|
|
32
|
+
<script type="text/babel" src="src/v2/SearchResultsV2.jsx"></script>
|
|
33
|
+
<script type="text/babel" src="src/v2/BalButton.jsx"></script>
|
|
34
|
+
<script type="text/babel" src="src/v2/SeedOGCard.jsx"></script>
|
|
35
|
+
<script type="text/babel" src="src/v2/JamlBuilderV2.jsx"></script>
|
|
36
|
+
<script type="text/babel" src="src/v2/Showcase.jsx"></script>
|
|
37
|
+
<script type="text/babel" src="src/v2/JamlIde.jsx"></script>
|
|
38
|
+
<script type="text/babel" src="src/v2/app.jsx"></script>
|
|
39
|
+
</body>
|
|
40
|
+
</html>
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8" />
|
|
5
|
+
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
6
|
+
<title>Seed Detail</title>
|
|
7
|
+
<style>
|
|
8
|
+
@font-face {
|
|
9
|
+
font-family: 'm6x11plus';
|
|
10
|
+
src: url('public/fonts/m6x11plusplus.otf') format('opentype');
|
|
11
|
+
font-display: block;
|
|
12
|
+
}
|
|
13
|
+
html, body, #root { margin: 0; padding: 0; height: 100%; background: #0b1416; overscroll-behavior: none; }
|
|
14
|
+
body { font-family: 'm6x11plus', monospace; color: #fff; }
|
|
15
|
+
* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
|
|
16
|
+
</style>
|
|
17
|
+
</head>
|
|
18
|
+
<body>
|
|
19
|
+
<div id="root"></div>
|
|
20
|
+
|
|
21
|
+
<script src="https://unpkg.com/react@18.3.1/umd/react.development.js" integrity="sha384-hD6/rw4ppMLGNu3tX5cjIb+uRZ7UkRJ6BPkLpg4hAu/6onKUg4lLsHAs9EBPT82L" crossorigin="anonymous"></script>
|
|
22
|
+
<script src="https://unpkg.com/react-dom@18.3.1/umd/react-dom.development.js" integrity="sha384-u6aeetuaXnQ38mYT8rp6sbXaQe3NL9t+IBXmnYxwkUI2Hw4bsp2Wvmx4yRQF1uAm" crossorigin="anonymous"></script>
|
|
23
|
+
<script src="https://unpkg.com/@babel/standalone@7.29.0/babel.min.js" integrity="sha384-m08KidiNqLdpJqLq95G/LEi8Qvjl/xUYll3QILypMoQ65QorJ9Lvtp2RXYGBFj1y" crossorigin="anonymous"></script>
|
|
24
|
+
|
|
25
|
+
<script src="src/tokens.js"></script>
|
|
26
|
+
<script src="src/mockData.js"></script>
|
|
27
|
+
|
|
28
|
+
<script type="text/babel" src="starters/design-canvas.jsx"></script>
|
|
29
|
+
<script type="text/babel" src="src/sprites.jsx"></script>
|
|
30
|
+
<script type="text/babel" src="src/AntePage.jsx"></script>
|
|
31
|
+
<script type="text/babel" src="src/SeedDetail.jsx"></script>
|
|
32
|
+
<script type="text/babel" src="src/app.jsx"></script>
|
|
33
|
+
</body>
|
|
34
|
+
</html>
|