Comparing version 4.2.0 to 4.5.0
{ | ||
"name": "@ably/ui", | ||
"version": "4.2.0", | ||
"version": "4.5.0", | ||
"description": "Home of the Ably design system library ([design.ably.com](https://design.ably.com)). It provides a showcase, development/test environment and a publishing pipeline for different distributables.", | ||
@@ -79,9 +79,5 @@ "repository": { | ||
"bugs": { | ||
"url": "https://github.com/ably/ably-ui/issues" | ||
"url": "https://github.com/ably/ui/issues" | ||
}, | ||
"homepage": "https://github.com/ably/ably-ui#readme", | ||
"main": "index.js", | ||
"directories": { | ||
"lib": "lib" | ||
}, | ||
"homepage": "https://github.com/ably/ui#readme", | ||
"keywords": [ | ||
@@ -88,0 +84,0 @@ "ui", |
@@ -40,7 +40,7 @@ **_Note:_** some features are still in development and their documentation might be incomplete. Lookout for the ⚠️ icon. | ||
```bash | ||
npm install @ably/ably-ui | ||
npm install @ably/ui | ||
# or | ||
yarn add @ably/ably-ui | ||
yarn add @ably/ui | ||
``` | ||
@@ -51,3 +51,3 @@ | ||
```js | ||
import "@ably/ably-ui/core/scripts"; | ||
import "@ably/ui/core/scripts"; | ||
@@ -60,3 +60,3 @@ // AblyUi.Core is now available on window | ||
```js | ||
import ablyUiCore from "@ably/ably-ui/core/scripts"; | ||
import ablyUiCore from "@ably/ui/core/scripts"; | ||
``` | ||
@@ -67,3 +67,3 @@ | ||
```js | ||
import Accordion from "@ably/ably-ui/core/accordion/component"; | ||
import Accordion from "@ably/ui/core/accordion/component"; | ||
``` | ||
@@ -74,3 +74,3 @@ | ||
```js | ||
import "@ably/ably-ui/core/styles.css"; | ||
import "@ably/ui/core/styles.css"; | ||
``` | ||
@@ -87,3 +87,3 @@ | ||
```js | ||
const extendConfig = require("@ably/ably-ui/tailwind.extend.js"); | ||
const extendConfig = require("@ably/ui/tailwind.extend.js"); | ||
@@ -111,6 +111,6 @@ module.exports = extendConfig((ablyUIConfig) => ({ | ||
@import "@ably/ably-ui/reset/styles.css"; /* needed as we disable the default Tailwind reset */ | ||
@import "@ably/ably-ui/core/styles.css"; /* styles for core module components and more */ | ||
@import "@ably/ably-ui/core/Meganav/component.css"; | ||
@import "@ably/ably-ui/core/ContactFooter/component.css"; | ||
@import "@ably/ui/reset/styles.css"; /* needed as we disable the default Tailwind reset */ | ||
@import "@ably/ui/core/styles.css"; /* styles for core module components and more */ | ||
@import "@ably/ui/core/Meganav/component.css"; | ||
@import "@ably/ui/core/ContactFooter/component.css"; | ||
``` | ||
@@ -123,3 +123,3 @@ | ||
```js | ||
import Meganav from "@ably/ably-ui/core/Meganav"; | ||
import Meganav from "@ably/ui/core/Meganav"; | ||
``` | ||
@@ -248,3 +248,3 @@ | ||
# in the the "preview" directory | ||
yarn link @ably/ably-ui | ||
yarn link @ably/ui | ||
``` | ||
@@ -271,3 +271,3 @@ | ||
# in "preview" directory | ||
yarn unlink @ably/ably-ui | ||
yarn unlink @ably/ui | ||
``` | ||
@@ -402,3 +402,3 @@ | ||
- Merge your PR into `main`. | ||
- On the Github [Ably-UI](http://github.com/ably/ably-ui) repo, [create a new release](https://github.com/ably/ably-ui/releases/new) tag. | ||
- On the Github [Ably-UI](http://github.com/ably/ui) repo, [create a new release](https://github.com/ably/ui/releases/new) tag. | ||
- Create a new tag with the new version number for the release. | ||
@@ -405,0 +405,0 @@ - _Do not prefix the tag with a `v`_ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4849106
343
30365
1
80
1
3
10