Skip to content

Commit 9a9c58e

Browse files
authored
Merge pull request #2573 from coingaming/develop
Deploy 10.7.3
2 parents 914bcf4 + 0431e9c commit 9a9c58e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+370
-175
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55

66
<img width="644" alt="Moon Design System" src="https://user-images.githubusercontent.com/232199/133601344-e63bd62f-dd0f-47a1-9d1e-b5cb065e5a90.png">
77

8+
## Please use our new repository.
9+
10+
[Moon Light](https://github.com/coingaming/moon-light) - a lightweight version of the Moon Design System.
11+
12+
**New repo link**: https://github.com/coingaming/moon-light
13+
814
## Installing Moon Design
915

1016
0. [Install pnpm](https://pnpm.io/installation):

next-docs/CHANGELOG.md

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

3+
## 10.13.6
4+
5+
### Patch Changes
6+
7+
- update moon-themes package version
8+
- Updated dependencies
9+
- @heathmont/moon-draggabletable@10.7.2
10+
- @heathmont/moon-components@10.7.4
11+
- @heathmont/moon-datepicker@10.7.2
12+
- @heathmont/moon-pagination@10.7.2
13+
- @heathmont/moon-accordion@10.7.2
14+
- @heathmont/moon-popover@10.7.2
15+
- @heathmont/moon-sidebar@10.7.2
16+
- @heathmont/moon-assets@10.7.2
17+
- @heathmont/moon-charts@10.7.2
18+
- @heathmont/moon-select@10.7.2
19+
- @heathmont/moon-icons@10.7.2
20+
- @heathmont/moon-table@10.7.2
21+
- @heathmont/moon-utils@10.7.2
22+
- @heathmont/moon-core@10.7.2
23+
324
## 10.13.5
425

526
### Patch Changes

next-docs/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-docs",
3-
"version": "10.13.5",
3+
"version": "10.13.6",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -15,25 +15,25 @@
1515
},
1616
"dependencies": {
1717
"@headlessui/react": "1.7.16",
18-
"@heathmont/moon-accordion": "workspace:^10.7.1",
19-
"@heathmont/moon-assets": "workspace:^10.7.1",
20-
"@heathmont/moon-charts": "workspace:^10.7.1",
21-
"@heathmont/moon-components": "workspace:^10.7.3",
18+
"@heathmont/moon-accordion": "workspace:^10.7.2",
19+
"@heathmont/moon-assets": "workspace:^10.7.2",
20+
"@heathmont/moon-charts": "workspace:^10.7.2",
21+
"@heathmont/moon-components": "workspace:^10.7.4",
2222
"@heathmont/moon-cmdk-tw": "^10.13.5",
23-
"@heathmont/moon-core": "workspace:^10.7.1",
23+
"@heathmont/moon-core": "workspace:^10.7.2",
2424
"@heathmont/moon-core-tw": "^10.13.5",
25-
"@heathmont/moon-datepicker": "workspace:^10.7.1",
26-
"@heathmont/moon-draggabletable": "workspace:^10.7.1",
27-
"@heathmont/moon-icons": "workspace:^10.7.1",
28-
"@heathmont/moon-pagination": "workspace:^10.7.1",
29-
"@heathmont/moon-popover": "workspace:^10.7.1",
30-
"@heathmont/moon-select": "workspace:^10.7.1",
31-
"@heathmont/moon-sidebar": "workspace:^10.7.1",
32-
"@heathmont/moon-table": "workspace:^10.7.1",
25+
"@heathmont/moon-datepicker": "workspace:^10.7.2",
26+
"@heathmont/moon-draggabletable": "workspace:^10.7.2",
27+
"@heathmont/moon-icons": "workspace:^10.7.2",
28+
"@heathmont/moon-pagination": "workspace:^10.7.2",
29+
"@heathmont/moon-popover": "workspace:^10.7.2",
30+
"@heathmont/moon-select": "workspace:^10.7.2",
31+
"@heathmont/moon-sidebar": "workspace:^10.7.2",
32+
"@heathmont/moon-table": "workspace:^10.7.2",
3333
"@heathmont/moon-table-tw": "workspace:^10.13.4",
34-
"@heathmont/moon-themes": "workspace:^10.7.2",
34+
"@heathmont/moon-themes": "workspace:^10.7.3",
3535
"@heathmont/moon-themes-tw": "^10.13.5",
36-
"@heathmont/moon-utils": "workspace:^10.7.1",
36+
"@heathmont/moon-utils": "workspace:^10.7.2",
3737
"@heathmont/moon-icons-tw": "9.28.6",
3838
"@hookform/resolvers": "3.2.0",
3939
"@jest/globals": "27.5.1",

packages/accordion/CHANGELOG.md

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

3+
## 10.7.2
4+
5+
### Patch Changes
6+
7+
- update moon-themes package version
8+
- Updated dependencies
9+
- @heathmont/moon-components@10.7.4
10+
- @heathmont/moon-icons@10.7.2
11+
- @heathmont/moon-utils@10.7.2
12+
- @heathmont/moon-core@10.7.2
13+
314
## 10.7.1
415

516
### Patch Changes

packages/accordion/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@heathmont/moon-accordion",
33
"sideEffects": false,
4-
"version": "10.7.1",
4+
"version": "10.7.2",
55
"files": [
66
"lib"
77
],
@@ -20,11 +20,11 @@
2020
"chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" "
2121
},
2222
"dependencies": {
23-
"@heathmont/moon-components": "workspace:^10.7.1",
24-
"@heathmont/moon-core": "workspace:^10.7.1",
25-
"@heathmont/moon-icons": "workspace:^10.7.1",
26-
"@heathmont/moon-themes": "workspace:^10.7.1",
27-
"@heathmont/moon-utils": "workspace:^10.7.1"
23+
"@heathmont/moon-components": "workspace:^10.7.4",
24+
"@heathmont/moon-core": "workspace:^10.7.2",
25+
"@heathmont/moon-icons": "workspace:^10.7.2",
26+
"@heathmont/moon-themes": "workspace:^10.7.3",
27+
"@heathmont/moon-utils": "workspace:^10.7.2"
2828
},
2929
"peerDependencies": {
3030
"react": ">= 18.2.0",

packages/assets/CHANGELOG.md

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

3+
## 10.7.2
4+
5+
### Patch Changes
6+
7+
- update moon-themes package version
8+
- Updated dependencies
9+
- @heathmont/moon-utils@10.7.2
10+
311
## 10.7.1
412

513
### Patch Changes

packages/assets/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@heathmont/moon-assets",
33
"sideEffects": false,
4-
"version": "10.7.1",
4+
"version": "10.7.2",
55
"files": [
66
"lib"
77
],
@@ -36,8 +36,8 @@
3636
"chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" "
3737
},
3838
"dependencies": {
39-
"@heathmont/moon-themes": "workspace:^10.7.1",
40-
"@heathmont/moon-utils": "workspace:^10.7.1"
39+
"@heathmont/moon-themes": "workspace:^10.7.3",
40+
"@heathmont/moon-utils": "workspace:^10.7.2"
4141
},
4242
"peerDependencies": {
4343
"react": ">= 18.2.0",

packages/calendar/CHANGELOG.md

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

3+
## 10.7.2
4+
5+
### Patch Changes
6+
7+
- update moon-themes package version
8+
- Updated dependencies
9+
- @heathmont/moon-components@10.7.4
10+
- @heathmont/moon-utils@10.7.2
11+
- @heathmont/moon-core@10.7.2
12+
313
## 10.7.1
414

515
### Patch Changes

packages/calendar/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@heathmont/moon-calendar",
33
"sideEffects": false,
4-
"version": "10.7.1",
4+
"version": "10.7.2",
55
"files": [
66
"lib"
77
],
@@ -20,10 +20,10 @@
2020
"chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" "
2121
},
2222
"dependencies": {
23-
"@heathmont/moon-components": "workspace:^10.7.1",
24-
"@heathmont/moon-core": "workspace:^10.7.1",
25-
"@heathmont/moon-themes": "workspace:^10.7.1",
26-
"@heathmont/moon-utils": "workspace:^10.7.1",
23+
"@heathmont/moon-components": "workspace:^10.7.4",
24+
"@heathmont/moon-core": "workspace:^10.7.2",
25+
"@heathmont/moon-themes": "workspace:^10.7.3",
26+
"@heathmont/moon-utils": "workspace:^10.7.2",
2727
"@types/date-fns": "2.6.0",
2828
"date-fns": "2.15.0"
2929
},

packages/charts/CHANGELOG.md

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

3+
## 10.7.2
4+
5+
### Patch Changes
6+
7+
- update moon-themes package version
8+
- Updated dependencies
9+
- @heathmont/moon-components@10.7.4
10+
- @heathmont/moon-assets@10.7.2
11+
- @heathmont/moon-icons@10.7.2
12+
- @heathmont/moon-utils@10.7.2
13+
- @heathmont/moon-core@10.7.2
14+
315
## 10.7.1
416

517
### Patch Changes

packages/charts/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@heathmont/moon-charts",
33
"sideEffects": false,
4-
"version": "10.7.1",
4+
"version": "10.7.2",
55
"files": [
66
"lib"
77
],
@@ -20,12 +20,12 @@
2020
"chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" "
2121
},
2222
"dependencies": {
23-
"@heathmont/moon-assets": "workspace:^10.7.1",
24-
"@heathmont/moon-components": "workspace:^10.7.1",
25-
"@heathmont/moon-core": "workspace:^10.7.1",
26-
"@heathmont/moon-icons": "workspace:^10.7.1",
27-
"@heathmont/moon-themes": "workspace:^10.7.1",
28-
"@heathmont/moon-utils": "workspace:^10.7.1",
23+
"@heathmont/moon-assets": "workspace:^10.7.2",
24+
"@heathmont/moon-components": "workspace:^10.7.4",
25+
"@heathmont/moon-core": "workspace:^10.7.2",
26+
"@heathmont/moon-icons": "workspace:^10.7.2",
27+
"@heathmont/moon-themes": "workspace:^10.7.3",
28+
"@heathmont/moon-utils": "workspace:^10.7.2",
2929
"@types/react-simple-maps": "1.0.3",
3030
"@types/react-transition-group": "4.4.0",
3131
"react-simple-maps": "2.3.0",

packages/components/CHANGELOG.md

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

3+
## 10.7.4
4+
5+
### Patch Changes
6+
7+
- update moon-themes package version
8+
- Updated dependencies
9+
- @heathmont/moon-assets@10.7.2
10+
- @heathmont/moon-icons@10.7.2
11+
- @heathmont/moon-utils@10.7.2
12+
313
## 10.7.3
414

515
### Patch Changes

packages/components/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@heathmont/moon-components",
33
"sideEffects": false,
4-
"version": "10.7.3",
4+
"version": "10.7.4",
55
"files": [
66
"lib"
77
],
@@ -20,10 +20,10 @@
2020
"chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" "
2121
},
2222
"dependencies": {
23-
"@heathmont/moon-assets": "workspace:^10.7.1",
24-
"@heathmont/moon-themes": "workspace:^10.7.1",
25-
"@heathmont/moon-utils": "workspace:^10.7.1",
26-
"@heathmont/moon-icons": "workspace:^10.7.1",
23+
"@heathmont/moon-assets": "workspace:^10.7.2",
24+
"@heathmont/moon-themes": "workspace:^10.7.3",
25+
"@heathmont/moon-utils": "workspace:^10.7.2",
26+
"@heathmont/moon-icons": "workspace:^10.7.2",
2727
"@reach/dialog": "0.16.2",
2828
"@types/date-fns": "2.6.0",
2929
"date-fns": "2.15.0",

packages/core/CHANGELOG.md

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

3+
## 10.7.2
4+
5+
### Patch Changes
6+
7+
- update moon-themes package version
8+
- Updated dependencies
9+
- @heathmont/moon-components@10.7.4
10+
- @heathmont/moon-assets@10.7.2
11+
- @heathmont/moon-icons@10.7.2
12+
- @heathmont/moon-utils@10.7.2
13+
314
## 10.7.1
415

516
### Patch Changes

packages/core/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@heathmont/moon-core",
33
"sideEffects": false,
4-
"version": "10.7.1",
4+
"version": "10.7.2",
55
"files": [
66
"lib"
77
],
@@ -20,11 +20,11 @@
2020
"chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" "
2121
},
2222
"dependencies": {
23-
"@heathmont/moon-assets": "workspace:^10.7.1",
24-
"@heathmont/moon-components": "workspace:^10.7.1",
25-
"@heathmont/moon-icons": "workspace:^10.7.1",
26-
"@heathmont/moon-themes": "workspace:^10.7.1",
27-
"@heathmont/moon-utils": "workspace:^10.7.1",
23+
"@heathmont/moon-assets": "workspace:^10.7.2",
24+
"@heathmont/moon-components": "workspace:^10.7.4",
25+
"@heathmont/moon-icons": "workspace:^10.7.2",
26+
"@heathmont/moon-themes": "workspace:^10.7.3",
27+
"@heathmont/moon-utils": "workspace:^10.7.2",
2828
"@reach/listbox": "0.16.2",
2929
"polished": "4.1.4"
3030
},

packages/datepicker/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @heathmont/moon-datepicker
22

3+
## 10.7.2
4+
5+
### Patch Changes
6+
7+
- update moon-themes package version
8+
- Updated dependencies
9+
- @heathmont/moon-components@10.7.4
10+
- @heathmont/moon-icons@10.7.2
11+
- @heathmont/moon-utils@10.7.2
12+
- @heathmont/moon-core@10.7.2
13+
314
## 10.7.1
415

516
### Patch Changes

packages/datepicker/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@heathmont/moon-datepicker",
33
"sideEffects": false,
4-
"version": "10.7.1",
4+
"version": "10.7.2",
55
"files": [
66
"lib"
77
],
@@ -20,11 +20,11 @@
2020
"chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" "
2121
},
2222
"dependencies": {
23-
"@heathmont/moon-components": "workspace:^10.7.1",
24-
"@heathmont/moon-core": "workspace:^10.7.1",
25-
"@heathmont/moon-themes": "workspace:^10.7.1",
26-
"@heathmont/moon-utils": "workspace:^10.7.1",
27-
"@heathmont/moon-icons": "workspace:^10.7.1",
23+
"@heathmont/moon-components": "workspace:^10.7.4",
24+
"@heathmont/moon-core": "workspace:^10.7.2",
25+
"@heathmont/moon-themes": "workspace:^10.7.3",
26+
"@heathmont/moon-utils": "workspace:^10.7.2",
27+
"@heathmont/moon-icons": "workspace:^10.7.2",
2828
"react-select": "^5.2.1",
2929
"@types/date-fns": "2.6.0",
3030
"date-fns": "2.28.0",

packages/draggabletable/CHANGELOG.md

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

3+
## 10.7.2
4+
5+
### Patch Changes
6+
7+
- update moon-themes package version
8+
- Updated dependencies
9+
- @heathmont/moon-components@10.7.4
10+
- @heathmont/moon-table@10.7.2
11+
- @heathmont/moon-utils@10.7.2
12+
313
## 10.7.1
414

515
### Patch Changes

0 commit comments

Comments
 (0)