fina-react-ds 1.0.47 → 1.0.48
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a=Object.defineProperty;var t=(i,r)=>a(i,"name",{value:r,configurable:!0});import{jsx as e}from"react/jsx-runtime";import{cn as o}from"../lib/utils.js";import{CKEditor as s}from"@ckeditor/ckeditor5-react";import{Essentials as n,Paragraph as d,Bold as l,Italic as c,List as u,ClassicEditor as g}from"ckeditor5";function h({value:i,onChange:r}){return e("div",{className:o("bg-input border border-input-border w-full rounded-md shadow-xs md:text-sm outline-none ","has-focus-visible:border-ring has-focus-visible:ring-ring/50 has-focus-visible:ring-[3px]","has-active:border-ring has-active:ring-ring/50 has-active:ring-[3px]","aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive"),children:e(s,{editor:g,config:{licenseKey:"GPL",plugins:[n,d,l,c,u],toolbar:["bold","italic","|","bulletedList"]},data:i,onChange:r})})}t(h,"HtmlInput");export{h as HtmlInput};
|