Skip to content
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,6 @@
"rules": {
"selector-class-pattern": null,
"number-max-precision": 10,
"selector-pseudo-element-no-unknown": [
true,
{
"ignorePseudoElements": ["input-placeholder"]
}
],
"selector-pseudo-class-no-unknown": [
true,
{
"ignorePseudoClasses": ["input-placeholder"]
}
],
"declaration-block-single-line-max-declarations": null
}
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#### What is New UI?

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.
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.

#### Install

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

<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.
<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.

#### Import

Expand Down
4 changes: 2 additions & 2 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions dist/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@new-ui/foundations",
"version": "0.3.3",
"version": "0.3.4",
"description": "New UI foundations",
"source": "src/index.scss",
"main": "dist/index.css",
Expand Down Expand Up @@ -57,7 +57,7 @@
"stylelint-config-standard-scss": "^16.0.0"
},
"dependencies": {
"@new-ui/colors": "^2.2.2",
"@new-ui/colors": "^2.2.3",
"@new-ui/effects": "^0.1.9",
"@new-ui/reset": "^0.1.1",
"@new-ui/spacings": "^0.1.8",
Expand Down
6 changes: 0 additions & 6 deletions packages/colors/dist/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/colors/dist/index.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/colors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@new-ui/colors",
"version": "2.2.2",
"version": "2.2.3",
"description": "New UI colors",
"source": "src/index.scss",
"main": "dist/index.css",
Expand Down
4 changes: 1 addition & 3 deletions packages/colors/src/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,7 @@
color: var(--content-secondary-alt);
}

.nu-u-text--placeholder::placeholder,
.nu-u-text--placeholder::input-placeholder,
.nu-u-text--placeholder:input-placeholder {
.nu-u-text--placeholder::placeholder {
color: var(--content-placeholder);
}

Expand Down