Skip to content

Commit

Permalink
Merge pull request #2570 from coingaming/develop
Browse files Browse the repository at this point in the history
Deploy 10.13.5
  • Loading branch information
dkireev authored Apr 9, 2024
2 parents a7b5360 + 8177ef7 commit 914bcf4
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 28 deletions.
6 changes: 6 additions & 0 deletions next-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 10.13.5

### Patch Changes

- Update moon-themes package to 10.7.2

## 10.13.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions next-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-docs",
"version": "10.13.4",
"version": "10.13.5",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@heathmont/moon-sidebar": "workspace:^10.7.1",
"@heathmont/moon-table": "workspace:^10.7.1",
"@heathmont/moon-table-tw": "workspace:^10.13.4",
"@heathmont/moon-themes": "workspace:^10.7.1",
"@heathmont/moon-themes": "workspace:^10.7.2",
"@heathmont/moon-themes-tw": "^10.13.5",
"@heathmont/moon-utils": "workspace:^10.7.1",
"@heathmont/moon-icons-tw": "9.28.6",
Expand Down
6 changes: 6 additions & 0 deletions packages/themes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 10.7.2

### Patch Changes

- Update Bitcasino theme files

## 10.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heathmont/moon-themes",
"version": "10.7.1",
"version": "10.7.2",
"sideEffects": false,
"files": [
"lib"
Expand Down
22 changes: 11 additions & 11 deletions packages/themes/src/bitcasinoDark/bitcasinoDark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,40 +10,40 @@ const boxShadow =
const color = {
hit: {
120: '#572385',
100: '#642e94',
100: '#1B49ED',
80: '#7139a2',
},
goku: {
100: '#24033f',
100: '#1F2328',
80: '#320854',
40: '#4c1a75',
10: '#65348d',
},
gohan: {
100: '#3e0d68',
100: '#272B30',
80: '#4b1679',
40: '#642e94',
10: '#7e48ad',
},
beerus: {
100: '#521b81',
100: '#3A3D42',
},
bulma: {
100: '#ffffff',
},
trunks: {
100: '#a18eb4',
100: '#7E7572',
},
};

const colorNew = {
piccolo: '#ff4f0f',
hit: '#642e94',
beerus: '#521b81',
goku: '#24033f',
gohan: '#3e0d68',
piccolo: '#F2590D',
hit: '#1B49ED',
beerus: '#3A3D42',
goku: '#1F2328',
gohan: '#272B30',
bulma: '#ffffff',
trunks: '#a18eb4',
trunks: '#7E7572',
goten: '#ffffff',
popo: '#000000',
};
Expand Down
26 changes: 13 additions & 13 deletions packages/themes/src/bitcasinoLight/bitcasinoLight.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,40 +6,40 @@ import supportiveColors from '../v2/colors/supportiveColors';
const color = {
hit: {
120: '#d9e3e8',
100: '#e3eaed',
100: '#1B49ED',
80: '#edf1f3',
},
goku: {
100: '#f3f5f6',
100: '#FFFFFF',
80: '#eaeef0',
40: '#d8e0e3',
10: '#c5d2d8',
},
gohan: {
100: '#ffffff',
100: '#F9F7F6',
80: '#f7f7f7',
40: '#e8e8e8',
10: '#d9d9d9',
},
beerus: {
100: '#eaeef0',
100: '#E0E0E0',
},
bulma: {
100: '#0f161f',
100: '#000000',
},
trunks: {
100: '#8697a2',
100: '#7E7572',
},
};

const colorNew = {
piccolo: '#ff4f0f',
hit: '#e3eaed',
beerus: '#eaeef0',
goku: '#f3f5f6',
gohan: '#ffffff',
bulma: '#0f161f',
trunks: '#8697a2',
piccolo: '#F2590D',
hit: '#1B49ED',
beerus: '#E0E0E0',
goku: '#FFFFFF',
gohan: '#F9F7F6',
bulma: '#000000',
trunks: '#7E7572',
goten: '#ffffff',
popo: '#000000',
};
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 914bcf4

Please sign in to comment.