Skip to content

Commit 914bcf4

Browse files
authored
Merge pull request #2570 from coingaming/develop
Deploy 10.13.5
2 parents a7b5360 + 8177ef7 commit 914bcf4

File tree

7 files changed

+40
-28
lines changed

7 files changed

+40
-28
lines changed

next-docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 10.13.5
4+
5+
### Patch Changes
6+
7+
- Update moon-themes package to 10.7.2
8+
39
## 10.13.4
410

511
### Patch Changes

next-docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-docs",
3-
"version": "10.13.4",
3+
"version": "10.13.5",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -31,7 +31,7 @@
3131
"@heathmont/moon-sidebar": "workspace:^10.7.1",
3232
"@heathmont/moon-table": "workspace:^10.7.1",
3333
"@heathmont/moon-table-tw": "workspace:^10.13.4",
34-
"@heathmont/moon-themes": "workspace:^10.7.1",
34+
"@heathmont/moon-themes": "workspace:^10.7.2",
3535
"@heathmont/moon-themes-tw": "^10.13.5",
3636
"@heathmont/moon-utils": "workspace:^10.7.1",
3737
"@heathmont/moon-icons-tw": "9.28.6",

packages/themes/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 10.7.2
4+
5+
### Patch Changes
6+
7+
- Update Bitcasino theme files
8+
39
## 10.7.1
410

511
### Patch Changes

packages/themes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@heathmont/moon-themes",
3-
"version": "10.7.1",
3+
"version": "10.7.2",
44
"sideEffects": false,
55
"files": [
66
"lib"

packages/themes/src/bitcasinoDark/bitcasinoDark.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,40 +10,40 @@ const boxShadow =
1010
const color = {
1111
hit: {
1212
120: '#572385',
13-
100: '#642e94',
13+
100: '#1B49ED',
1414
80: '#7139a2',
1515
},
1616
goku: {
17-
100: '#24033f',
17+
100: '#1F2328',
1818
80: '#320854',
1919
40: '#4c1a75',
2020
10: '#65348d',
2121
},
2222
gohan: {
23-
100: '#3e0d68',
23+
100: '#272B30',
2424
80: '#4b1679',
2525
40: '#642e94',
2626
10: '#7e48ad',
2727
},
2828
beerus: {
29-
100: '#521b81',
29+
100: '#3A3D42',
3030
},
3131
bulma: {
3232
100: '#ffffff',
3333
},
3434
trunks: {
35-
100: '#a18eb4',
35+
100: '#7E7572',
3636
},
3737
};
3838

3939
const colorNew = {
40-
piccolo: '#ff4f0f',
41-
hit: '#642e94',
42-
beerus: '#521b81',
43-
goku: '#24033f',
44-
gohan: '#3e0d68',
40+
piccolo: '#F2590D',
41+
hit: '#1B49ED',
42+
beerus: '#3A3D42',
43+
goku: '#1F2328',
44+
gohan: '#272B30',
4545
bulma: '#ffffff',
46-
trunks: '#a18eb4',
46+
trunks: '#7E7572',
4747
goten: '#ffffff',
4848
popo: '#000000',
4949
};

packages/themes/src/bitcasinoLight/bitcasinoLight.ts

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,40 +6,40 @@ import supportiveColors from '../v2/colors/supportiveColors';
66
const color = {
77
hit: {
88
120: '#d9e3e8',
9-
100: '#e3eaed',
9+
100: '#1B49ED',
1010
80: '#edf1f3',
1111
},
1212
goku: {
13-
100: '#f3f5f6',
13+
100: '#FFFFFF',
1414
80: '#eaeef0',
1515
40: '#d8e0e3',
1616
10: '#c5d2d8',
1717
},
1818
gohan: {
19-
100: '#ffffff',
19+
100: '#F9F7F6',
2020
80: '#f7f7f7',
2121
40: '#e8e8e8',
2222
10: '#d9d9d9',
2323
},
2424
beerus: {
25-
100: '#eaeef0',
25+
100: '#E0E0E0',
2626
},
2727
bulma: {
28-
100: '#0f161f',
28+
100: '#000000',
2929
},
3030
trunks: {
31-
100: '#8697a2',
31+
100: '#7E7572',
3232
},
3333
};
3434

3535
const colorNew = {
36-
piccolo: '#ff4f0f',
37-
hit: '#e3eaed',
38-
beerus: '#eaeef0',
39-
goku: '#f3f5f6',
40-
gohan: '#ffffff',
41-
bulma: '#0f161f',
42-
trunks: '#8697a2',
36+
piccolo: '#F2590D',
37+
hit: '#1B49ED',
38+
beerus: '#E0E0E0',
39+
goku: '#FFFFFF',
40+
gohan: '#F9F7F6',
41+
bulma: '#000000',
42+
trunks: '#7E7572',
4343
goten: '#ffffff',
4444
popo: '#000000',
4545
};

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)