Skip to content

Commit

Permalink
UI-354 (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosarabi authored May 28, 2024
1 parent c338ec9 commit 5ead2ca
Show file tree
Hide file tree
Showing 186 changed files with 19 additions and 19 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 7 additions & 3 deletions packages/phoenix/package.json → packages/alto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@youcan/ui-vue3",
"version": "2.6.0-beta.3",
"name": "@youcan/alto",
"version": "0.0.1",
"description": "YouCan Vue3 components library",
"author": {
"name": "YouCan",
Expand Down Expand Up @@ -30,6 +30,10 @@
"require": "./src/helpers/index.ts",
"import": "./src/helpers/index.ts"
},
"./assets": {
"require": "./src/assets/index.ts",
"import": "./src/assets/index.ts"
},
"./style": {
"require": "./dist/index.css",
"import": "./dist/index.css"
Expand All @@ -55,7 +59,7 @@
"components:build": "rimraf dist && vue-tsc --declaration --emitDeclarationOnly --project tsconfig.build.json && vite build",
"dev": "pnpm story:dev & pnpm components:dev",
"build": "pnpm components:build & pnpm story:build",
"release": "pnpm publish --access public",
"ship": "pnpm build && bumpp package.json --commit \"[chore]: Release v\" --push --tag && pnpm publish --access public",
"lint": "eslint .",
"storybook": "storybook dev -p 6007",
"build-storybook": "storybook build",
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions packages/alto/src/assets/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import 'uno.css';
import './main.css';
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.
1 change: 1 addition & 0 deletions packages/alto/src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './components';
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 0 additions & 15 deletions packages/phoenix/src/index.ts

This file was deleted.

10 changes: 9 additions & 1 deletion packages/vue3/src/assets/main.css
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
@import "https://fonts.cdnfonts.com/css/mona-sans?styles=144346,144348,144350,144358,144360,144362,144334,144336,144338,144340,144342,144344,144352,144354,144356,144322,144324,144326,144328,144330,144332,144316,144318,144320,144345,144339,144351,144321,144327";
@font-face {
font-family: Mona-sans;
src: url("https://ui-assets.ycdn.store/fonts/Mona-Sans.ttf");
}

@font-face {
font-family: DroidKufi;
src: url("https://ui-assets.ycdn.store/fonts/DroidKufi-Regular.ttf");
}

0 comments on commit 5ead2ca

Please sign in to comment.