Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ably/ui

Package Overview
Dependencies
Maintainers
4
Versions
395
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ably/ui - npm Package Compare versions

Comparing version 4.2.0 to 4.5.0

core/.gitignore

10

package.json
{
"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`_

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc