From 1a0ba92057c47f4b82aa8a2d5a9dcfd2564bf430 Mon Sep 17 00:00:00 2001 From: Juanra GM Date: Tue, 30 Aug 2022 20:43:51 +0200 Subject: [PATCH] refactor: rename to SolidJS --- README.md | 8 ++++---- package.json | 2 +- packages/icons-material/package.json | 2 +- packages/material/package.json | 2 +- packages/site/index.html | 6 +++--- packages/site/src/pages/HomePage/HomePage.tsx | 6 +++--- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 2e2958bd1..d8d045c9a 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# Solid.js User Interface Design (SUID) +# SolidJS User Interface Design (SUID) ![workflow-badge] ![license-badge] [workflow-badge]: https://img.shields.io/github/workflow/status/swordev/suid/CI [license-badge]: https://img.shields.io/github/license/swordev/suid -> A port of Material-UI ([MUI](https://mui.com/core)) built with [Solid.js](https://solidjs.com) +> A port of Material-UI ([MUI](https://mui.com/core)) built with [SolidJS](https://solidjs.com) SUID is all a set of utils and components ported from MUI Core and much more. @@ -19,8 +19,8 @@ With this smart target in mind, the project avoids becoming another library that | Name | Version | Description | | ------------------------------------------------ | :-------------------: | -------------------------------------------------- | -| [@suid/material](/packages/material) | ![material-npm] | A port of Material-UI (MUI) built with Solid.js. | -| [@suid/icons-material](/packages/icons-material) | ![icons-material-npm] | Material Design icons as SVG Solid.js components. | +| [@suid/material](/packages/material) | ![material-npm] | A port of Material-UI (MUI) built with SolidJS. | +| [@suid/icons-material](/packages/icons-material) | ![icons-material-npm] | Material Design icons as SVG SolidJS components. | | [@suid/codemod](/packages/codemod) | ![codemod-npm] | Tool for migrating MUI React code to SUID SolidJS. | | [@suid/styled-engine](/packages/styled-engine) | ![styled-engine-npm] | Styled engine used by @suid/system. | | [@suid/system](/packages/system) | ![system-npm] | Styles system used by suid packages. | diff --git a/package.json b/package.json index 88938abbb..87544866b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "suid", "version": "1.0.0", "private": true, - "description": "A port of Materia-UI (MUI) built with Solid.js.", + "description": "A port of Materia-UI (MUI) built with SolidJS.", "keywords": [ "best_ecosystem", "components", diff --git a/packages/icons-material/package.json b/packages/icons-material/package.json index 68f7ff67c..c585cb2f6 100644 --- a/packages/icons-material/package.json +++ b/packages/icons-material/package.json @@ -1,7 +1,7 @@ { "name": "@suid/icons-material", "version": "0.2.7", - "description": "Material Design icons as SVG Solid.js components.", + "description": "Material Design icons as SVG SolidJS components.", "scripts": { "build": "tsc --build", "clean": "tsc --build --clean", diff --git a/packages/material/package.json b/packages/material/package.json index 9f1f17b23..0ba19ca3d 100644 --- a/packages/material/package.json +++ b/packages/material/package.json @@ -1,7 +1,7 @@ { "name": "@suid/material", "version": "0.5.1", - "description": "A port of Material-UI (MUI) built with Solid.js.", + "description": "A port of Material-UI (MUI) built with SolidJS.", "main": "index.jsx", "scripts": { "build": "tsc --build", diff --git a/packages/site/index.html b/packages/site/index.html index f476a0060..9a83e9f83 100644 --- a/packages/site/index.html +++ b/packages/site/index.html @@ -8,7 +8,7 @@ @@ -17,7 +17,7 @@ @@ -27,7 +27,7 @@ - Power your MUI app by replacing React with Solid.js. + Power your MUI app by replacing React with SolidJS. @@ -244,7 +244,7 @@ export default function HomePage() { WebkitTextFillColor: "transparent", }} > - Solid.js + SolidJS {" "} UI
library setFinished(true)} /> @@ -259,7 +259,7 @@ export default function HomePage() { ) built with{" "} - Solid.js + SolidJS . {" "}