Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: separate ui-kit #543

Merged
merged 9 commits into from
Dec 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions demo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
{"path": "../core/router"},
{"path": "../core/i18n"},
{"path": "../core/math"},
{"path": "../ui-kit/element"},
{"path": "../ui-kit/icon"},
{"path": "../ui/element"},
{"path": "../ui/icon"},
{"path": "../core/storage-engine"},
{"path": "../core/storage-client"},
{"path": "../core/token"}
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"package": [
"core/*",
"services/*",
"ui-kit/*",
"ui/*",
"demo"
],
"command": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"workspaces": [
"core/*",
"services/*",
"ui-kit/*",
"ui/*",
"uniquely/*",
"demo"
],
Expand Down
7 changes: 4 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@
{"path": "./core/storage-client"},
{"path": "./core/token"},

// ui-kit
{"path": "./ui-kit/element"},
{"path": "./ui-kit/icon"},
// ui
{"path": "./ui/element"},
{"path": "./ui/icon"},
{"path": "./ui/ui-kit"},

// demo
{"path": "./demo"},
Expand Down
1 change: 0 additions & 1 deletion ui-kit/README.md

This file was deleted.

1 change: 1 addition & 0 deletions ui/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Alwatr Web UI Packages/Elements
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions ui-kit/element/package.json → ui/element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"repository": {
"type": "git",
"url": "https://github.com/AliMD/alwatr",
"directory": "ui-kit/element"
"directory": "ui/element"
},
"homepage": "https://github.com/AliMD/alwatr/tree/main/ui-kit/element#readme",
"homepage": "https://github.com/AliMD/alwatr/tree/main/ui/element#readme",
"bugs": {
"url": "https://github.com/AliMD/alwatr/issues"
},
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions ui-kit/font/package.json → ui/font/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"repository": {
"type": "git",
"url": "https://github.com/AliMD/alwatr",
"directory": "ui-kit/font"
"directory": "ui/font"
},
"homepage": "https://github.com/AliMD/alwatr/tree/main/ui-kit/font#readme",
"homepage": "https://github.com/AliMD/alwatr/tree/main/ui/font#readme",
"bugs": {
"url": "https://github.com/AliMD/alwatr/issues"
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions ui-kit/icon/package.json → ui/icon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"repository": {
"type": "git",
"url": "https://github.com/AliMD/alwatr",
"directory": "ui-kit/icon"
"directory": "ui/icon"
},
"homepage": "https://github.com/AliMD/alwatr/tree/main/ui-kit/icon#readme",
"homepage": "https://github.com/AliMD/alwatr/tree/main/ui/icon#readme",
"bugs": {
"url": "https://github.com/AliMD/alwatr/issues"
},
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading