# @uidu/adf-schema

> Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs

Latest version **3.0.1** (published 2024-11-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install @uidu/adf-schema
pnpm add @uidu/adf-schema
yarn add @uidu/adf-schema
bun add @uidu/adf-schema
```

## Health

**Score 45/100 (D)** — status: stable.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: stale.

## Facts

| | |
|---|---|
| Version | 3.0.1 |
| Published | 2024-11-26 |
| First published | 2019-10-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 8 |
| Unpacked size | 521.9 KB |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 22 |
| Author | uidu |
| Maintainers | apuntovanini, flavio-scimeca, bacco40 |

## Links

- npm: https://www.npmjs.com/package/@uidu/adf-schema
- Repository: https://github.com/uidu-org/guidu.git#main
- Homepage: https://github.com/uidu-org/guidu/tree/main#readme
- Issues: https://github.com/uidu-org/guidu/issues
- npm.io page: https://npm.io/package/@uidu/adf-schema

## Dependencies (8)

- [tslib](https://npm.io/package/tslib.md) ^2.8.1
- [linkify-it](https://npm.io/package/linkify-it.md) ^4.0.1
- [@babel/runtime](https://npm.io/package/@babel/runtime.md) ^7.26.0
- [css-color-names](https://npm.io/package/css-color-names.md) ^1.0.1
- [@uidu/media-core](https://npm.io/package/@uidu/media-core.md) 4.1.1
- [prosemirror-view](https://npm.io/package/prosemirror-view.md) ^1.35.0
- [@types/linkify-it](https://npm.io/package/@types/linkify-it.md) ^3.0.5
- [prosemirror-model](https://npm.io/package/prosemirror-model.md) ^1.23.0

## Recent versions

- 3.0.1 (latest) — 2024-11-26
- 3.0.0 — 2024-11-26
- 2.11.6 — 2024-09-03
- 2.11.5 — 2024-05-18
- 2.11.4 — 2024-04-29
- 2.11.3 — 2024-04-29
- 2.11.2 — 2024-04-20
- 2.11.1 — 2024-03-29
- 2.11.0 — 2024-03-21
- 2.10.3 — 2024-02-22
- 2.10.2 — 2024-01-22
- 2.10.1 — 2024-01-19
- 2.10.0 — 2024-01-04
- 2.9.0 — 2023-12-14
- 2.8.0 — 2023-11-13
- … 110 more at https://npm.io/package/@uidu/adf-schema/versions

## README

# guidu

![banner](https://travis-ci.org/uidu-org/guidu.svg?branch=main) [![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat)](https://github.com/RichardLitt/standard-readme) [![Netlify Status](https://api.netlify.com/api/v1/badges/f216cce3-c149-4be4-8d3a-cc87cb744a18/deploy-status)](https://app.netlify.com/sites/guidu/deploys) [![Crowdin](https://badges.crowdin.net/guidu/localized.svg)](https://crowdin.com/project/guidu)

> Guidu is uidu&#39;s design system library

TODO: Fill out this long description.

## Table of Contents

- [Install](#install)
- [Usage](#usage)
- [Maintainers](#maintainers)
- [Contributing](#contributing)
- [License](#license)

## Install

```
git clone https://github.com/uidu-org/guidu.git
cd guidu
yarn install
```

## Usage

Documentation is package specific, browse https://uidu.design to see all the packages in action.

## Maintainers

[@uidu-org](https://github.com/uidu-org)
[@apuntovanini](https://github.com/apuntovanini)
[@fsansalvadore](https://github.com/fsansalvadore)

## Contributing

Start all packages (not reccommended)

```
yarn start
```

Start specific folders

```
yarn start:forms
yarn start:data
yarn start:dashboards
```

or specific packages

```
yarn start modal-dialog field-geosuggest
```

Pull requests are more than welcome, we're currently making this repo more contributors-friendly.

## Common pitfalls

## License

MIT © 2019 uidu.org

---
_Source: https://npm.io/package/@uidu/adf-schema · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
