Skip to content

Commit ba134b4

Browse files
BeEnAyAyube01Ashmit72
authored
merge dev to main (#7)
* fix: github star count, footer font and animation block * fix: reuse component homepage card in mobile screen * fix: reuse component animation * fix: reuse animation timing and ref * fix: type errors in vite and broken links * chore(cli): updated the css file template * fix(cli): website url changed from localhost to radianos * chore(cli): new version v0.1.2 published --------- Co-authored-by: yube01 <yubraja008@gmail.com> Co-authored-by: Ashmit72 <ashmitbastola@gmail.com>
1 parent e2fc598 commit ba134b4

5 files changed

Lines changed: 10 additions & 5 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "inter",
33
"label": "Inter",
4-
"importURL": "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap",
4+
"importURL": "https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap",
55
"cssVariables": {
6-
"heading-font": "Inter Display",
6+
"heading-font": "Geist",
77
"body-font": "Inter"
88
}
99
}

packages/cli/CHANGELOG.md

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

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- Default body font inter and heading font to geist
8+
39
## 0.1.1
410

511
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "radianui",
33
"description": "Add components to your project",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"main": "index.js",
66
"type": "module",
77
"publishConfig": {

packages/cli/src/utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const COLORS = [
1919
]
2020

2121
export const FONTS = [
22-
{ title: "Inter - Inter Display (Default)", value: "inter" },
22+
{ title: "Inter - Geist (Default)", value: "inter" },
2323
{ title: "Roboto", value: "roboto" },
2424
{ title: "Geist", value: "geist" },
2525
{ title: "DM Sans", value: "dm-sans" },

packages/cli/src/utils/templates.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export const COMPONENTS_JSON_CONFIG = `{
2121

2222
export const GLOBAL_CSS_V4 = `@import "tailwindcss";
2323
@import "tw-animate-css";
24-
@import "./website.css";
2524
2625
@custom-variant dark (&:is(.dark *));
2726

0 commit comments

Comments
 (0)