Skip to content

Commit 069ed87

Browse files
committed
vb
1 parent 5c95967 commit 069ed87

11 files changed

Lines changed: 2496 additions & 18 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#### What is New UI?
44

5-
New UI is a modern, semantic UI framework for building beautiful, accessible websites and apps. It gives you all the core design foundations you need—colors, typography, spacing and sizing, reset, grid and layouts, and layering and elevations. It's designed to grow with you, from your first launch to millions of users. Thoughtfully made for makers, small teams, and anyone who cares about great design.
5+
New UI is a modern, semantic UI framework for building beautiful, accessible websites and apps. It gives you all the core design foundations you need—colors, typography, spacing and sizing, reset, grid and layouts, and layering and elevations. It's designed to grow with you, from your first launch to millions of users. Thoughtfully designed for makers and teams who value scalability and function.
66

77
#### Install
88

@@ -12,7 +12,7 @@ To set up the project, open your terminal and run the following command:
1212
npm i -D @new-ui/foundations
1313
```
1414

15-
<strong>Note:</strong> This command installs all New UI foundation packages, which include reset, colors, effects, spacings, and typography. If you need to install only specific packages, refer to the foundations documentation for instructions.
15+
<strong>Note:</strong> This command installs all New UI foundation packages, which include reset, colors, effects, spacings, and typography. If you need to install only specific packages, refer to the New UI docs for instructions.
1616

1717
#### Import
1818

bun.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.css

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@new-ui/foundations",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "New UI foundations",
55
"source": "src/index.scss",
66
"main": "dist/index.css",
@@ -57,7 +57,7 @@
5757
"stylelint-config-standard-scss": "^16.0.0"
5858
},
5959
"dependencies": {
60-
"@new-ui/colors": "^2.2.2",
60+
"@new-ui/colors": "^2.2.3",
6161
"@new-ui/effects": "^0.1.9",
6262
"@new-ui/reset": "^0.1.1",
6363
"@new-ui/spacings": "^0.1.8",

packages/colors/dist/index.css

Lines changed: 1069 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/effects/dist/index.css

Lines changed: 55 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)