inkora 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Inkora
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/inkora?color=0b57d0&label=npm)](https://www.npmjs.com/package/inkora)
4
+ [![CI](https://github.com/ishubarman7/inkora/actions/workflows/ci.yml/badge.svg)](https://github.com/ishubarman7/inkora/actions/workflows/ci.yml)
5
+ [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
6
+ [![TypeScript](https://img.shields.io/badge/TypeScript-ready-blue?logo=typescript&logoColor=white)](types/index.d.ts)
7
+
3
8
  > Plug-and-play rich text editor for React — built on TipTap v3 and ProseMirror.
4
9
 
5
10
  Inkora gives you a production-ready WYSIWYG editor in one import. No configuration required to get started, fully customisable when you need it. Ships with a full menu-bar editor, a lightweight toolbar editor, and a read-only viewer — all styled with CSS variables so they adapt to any design system.
package/dist/index.cjs CHANGED
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  var __create = Object.create;
2
3
  var __defProp = Object.defineProperty;
3
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;