@crystallize/design-system 1.24.3 → 1.24.4
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/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
showError,
|
|
18
18
|
showInfo,
|
|
19
19
|
showWarning
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-7K3KQDTQ.mjs";
|
|
21
21
|
import "./chunk-NIH5ZMPE.mjs";
|
|
22
22
|
|
|
23
23
|
// src/card/card.tsx
|
|
@@ -417,7 +417,7 @@ function Tag({
|
|
|
417
417
|
// src/rich-text-editor/index.tsx
|
|
418
418
|
import { lazy, Suspense } from "react";
|
|
419
419
|
import { jsx as jsx13 } from "react/jsx-runtime";
|
|
420
|
-
var LazyRichTextEditor = lazy(() => import("./rich-text-editor-
|
|
420
|
+
var LazyRichTextEditor = lazy(() => import("./rich-text-editor-ZJS3XSIV.mjs"));
|
|
421
421
|
var RichTextEditor = (props) => {
|
|
422
422
|
return /* @__PURE__ */ jsx13(Suspense, {
|
|
423
423
|
fallback: null,
|
package/package.json
CHANGED