@trycourier/react-designer 0.0.0-canary-20251017145303 → 0.0.0-canary-20251020152518

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.
@@ -2884,7 +2884,7 @@ body {
2884
2884
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
2885
2885
  }
2886
2886
  .ProseMirror>.react-renderer.node-paragraph .is-empty .courier-custom-code::after, .ProseMirror>.react-renderer.node-blockquote .is-empty .courier-custom-code::after, .ProseMirror>.react-renderer.node-customCode .is-empty .courier-custom-code::after {
2887
- content: 'Add custom HTML code...';
2887
+ content: 'Use the right panel to add custom HTML code...';
2888
2888
  }
2889
2889
  .ProseMirror>.react-renderer.node-paragraph .is-empty .courier-custom-code::after, .ProseMirror>.react-renderer.node-blockquote .is-empty .courier-custom-code::after, .ProseMirror>.react-renderer.node-customCode .is-empty .courier-custom-code::after {
2890
2890
  position: absolute;
package/dist/styles.css CHANGED
@@ -2884,7 +2884,7 @@ body {
2884
2884
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
2885
2885
  }
2886
2886
  .ProseMirror>.react-renderer.node-paragraph .is-empty .courier-custom-code::after, .ProseMirror>.react-renderer.node-blockquote .is-empty .courier-custom-code::after, .ProseMirror>.react-renderer.node-customCode .is-empty .courier-custom-code::after {
2887
- content: 'Add custom HTML code...';
2887
+ content: 'Use the right panel to add custom HTML code...';
2888
2888
  }
2889
2889
  .ProseMirror>.react-renderer.node-paragraph .is-empty .courier-custom-code::after, .ProseMirror>.react-renderer.node-blockquote .is-empty .courier-custom-code::after, .ProseMirror>.react-renderer.node-customCode .is-empty .courier-custom-code::after {
2890
2890
  position: absolute;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trycourier/react-designer",
3
- "version": "0.0.0-canary-20251017145303",
3
+ "version": "0.0.0-canary-20251020152518",
4
4
  "description": "React-based rich text designer component",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",