@crystallize/design-system 2.0.3 → 2.1.0
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 +21 -0
- package/dist/{chunk-73MZIXLZ.mjs → chunk-BGRRN4A3.mjs} +1437 -1266
- package/dist/index.js +2012 -1809
- package/dist/index.mjs +2 -2
- package/dist/{rich-text-editor-D6ZIOV7A.mjs → rich-text-editor-6KML6F3D.mjs} +1 -1
- package/dist/styles-light-core.css +1991 -0
- package/dist/styles-rich-text-editor.css +1490 -0
- package/package.json +13 -4
- package/src/iconography/customer-shortcut.tsx +69 -0
- package/src/iconography/desktop.tsx +22 -0
- package/src/iconography/index.ts +8 -0
- package/src/iconography/phone.tsx +22 -0
- package/src/iconography/tablet.tsx +22 -0
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-BGRRN4A3.mjs";
|
|
21
21
|
import "./chunk-NIH5ZMPE.mjs";
|
|
22
22
|
|
|
23
23
|
// src/card/card.tsx
|
|
@@ -365,7 +365,7 @@ function Tag({
|
|
|
365
365
|
// src/rich-text-editor/index.tsx
|
|
366
366
|
import { lazy, Suspense } from "react";
|
|
367
367
|
import { jsx as jsx15 } from "react/jsx-runtime";
|
|
368
|
-
var LazyRichTextEditor = lazy(() => import("./rich-text-editor-
|
|
368
|
+
var LazyRichTextEditor = lazy(() => import("./rich-text-editor-6KML6F3D.mjs"));
|
|
369
369
|
var RichTextEditor = (props) => {
|
|
370
370
|
return /* @__PURE__ */ jsx15(Suspense, { fallback: null, children: /* @__PURE__ */ jsx15(LazyRichTextEditor, { ...props }) });
|
|
371
371
|
};
|