@haklex/rich-editor-ui 0.0.41 → 0.0.43
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
|
-
{"version":3,"file":"stack.d.ts","sourceRoot":"","sources":["../../../src/components/dialog/stack.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAA;
|
|
1
|
+
{"version":3,"file":"stack.d.ts","sourceRoot":"","sources":["../../../src/components/dialog/stack.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAA;AA6FlD,eAAO,MAAM,mBAAmB,EAAE,EAAE,CAAC,iBAAiB,CAWrD,CAAA"}
|
package/dist/index.mjs
CHANGED
|
@@ -557,6 +557,7 @@ const DialogStackEntry = ({ item: item2, index }) => {
|
|
|
557
557
|
Dialog$1.Popup,
|
|
558
558
|
{
|
|
559
559
|
"data-theme": theme,
|
|
560
|
+
suppressHydrationWarning: true,
|
|
560
561
|
className: `${popup$2}${className ? ` ${className}` : ""}`,
|
|
561
562
|
style: { zIndex: zIndex + 1 },
|
|
562
563
|
children: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haklex/rich-editor-ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.43",
|
|
4
4
|
"description": "UI components for haklex rich editor",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@base-ui/react": "^1.2.0",
|
|
20
20
|
"lucide-react": "^0.574.0",
|
|
21
|
-
"@haklex/rich-style-token": "0.0.
|
|
21
|
+
"@haklex/rich-style-token": "0.0.43"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@types/react": "^19.2.14",
|