@crediblemark/build 0.22.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.
Files changed (52) hide show
  1. package/LICENSE +21 -0
  2. package/dist/Editor-XZF6CWVW.css +404 -0
  3. package/dist/Editor-ZC67OU2A.mjs +205 -0
  4. package/dist/Render-JBFI6HYN.mjs +55 -0
  5. package/dist/Render-WCX4AXOX.css +102 -0
  6. package/dist/actions-CEH_5LMY.d.mts +838 -0
  7. package/dist/actions-CEH_5LMY.d.ts +838 -0
  8. package/dist/chunk-3AJBFQU4.mjs +560 -0
  9. package/dist/chunk-4SQOX3ZQ.mjs +476 -0
  10. package/dist/chunk-B4BOBGYB.mjs +42 -0
  11. package/dist/chunk-CDMESQDA.mjs +148 -0
  12. package/dist/chunk-DSXRK4QJ.mjs +704 -0
  13. package/dist/chunk-GUJDGRSM.mjs +469 -0
  14. package/dist/chunk-HHBUU7WF.mjs +35 -0
  15. package/dist/chunk-IJHL7BIR.mjs +11 -0
  16. package/dist/chunk-PHGC6QYB.mjs +105 -0
  17. package/dist/chunk-QF3GD5WQ.mjs +65 -0
  18. package/dist/chunk-U2NVBXAC.mjs +2064 -0
  19. package/dist/chunk-VFD76OD5.mjs +55 -0
  20. package/dist/chunk-VGDMWS44.mjs +107 -0
  21. package/dist/chunk-VKBVSWU3.mjs +8538 -0
  22. package/dist/chunk-YH7AXYKP.mjs +109 -0
  23. package/dist/full-ABQQRJAO.css +301 -0
  24. package/dist/full-LJRK5736.mjs +94 -0
  25. package/dist/index-CkSfgrvw.d.ts +117 -0
  26. package/dist/index-Cxwg4vUV.d.mts +117 -0
  27. package/dist/index.css +2576 -0
  28. package/dist/index.d.mts +310 -0
  29. package/dist/index.d.ts +310 -0
  30. package/dist/index.js +15012 -0
  31. package/dist/index.mjs +83 -0
  32. package/dist/internal.d.mts +27 -0
  33. package/dist/internal.d.ts +27 -0
  34. package/dist/internal.js +960 -0
  35. package/dist/internal.mjs +13 -0
  36. package/dist/loaded-DWCENJKQ.mjs +55 -0
  37. package/dist/loaded-N7VXUR4O.mjs +59 -0
  38. package/dist/loaded-NE2PIHUQ.mjs +56 -0
  39. package/dist/loaded-SMEIWWHS.css +87 -0
  40. package/dist/no-external.css +2574 -0
  41. package/dist/no-external.d.mts +21 -0
  42. package/dist/no-external.d.ts +21 -0
  43. package/dist/no-external.js +15012 -0
  44. package/dist/no-external.mjs +83 -0
  45. package/dist/rsc.css +102 -0
  46. package/dist/rsc.d.mts +27 -0
  47. package/dist/rsc.d.ts +27 -0
  48. package/dist/rsc.js +1466 -0
  49. package/dist/rsc.mjs +147 -0
  50. package/dist/walk-tree-B4ZvMfxS.d.ts +29 -0
  51. package/dist/walk-tree-C78ZVz19.d.mts +29 -0
  52. package/package.json +145 -0
@@ -0,0 +1,102 @@
1
+ /* css-module:/home/crediblemark/Project/NEXT_CMS/packages/components/RichTextEditor/styles.module.css/#css-module-data */
2
+ ._RichTextEditor_hp4qf_1 .ProseMirror {
3
+ white-space: pre-wrap;
4
+ word-wrap: break-word;
5
+ cursor: text;
6
+ outline: none;
7
+ position: relative;
8
+ }
9
+ ._RichTextEditor_hp4qf_1 .rich-text * {
10
+ white-space: pre-wrap;
11
+ user-select: auto;
12
+ -webkit-user-select: auto;
13
+ }
14
+ ._RichTextEditor_hp4qf_1 .rich-text blockquote {
15
+ margin: 1em 0;
16
+ padding: 0 1em;
17
+ border-left: 4px solid var(--credbuild-color-grey-09);
18
+ }
19
+ ._RichTextEditor_hp4qf_1 .rich-text code {
20
+ background-color: var(--credbuild-color-grey-11);
21
+ padding: 4px 8px;
22
+ border-radius: 4px;
23
+ }
24
+ ._RichTextEditor_hp4qf_1 .rich-text p:empty::before {
25
+ content: "\a0";
26
+ }
27
+ ._RichTextEditor_hp4qf_1 .rich-text pre code {
28
+ display: block;
29
+ padding: 8px 12px;
30
+ }
31
+ ._RichTextEditor_hp4qf_1 .rich-text > *:first-child,
32
+ ._RichTextEditor_hp4qf_1 .ProseMirror > *:first-child,
33
+ ._RichTextEditor_hp4qf_1 .rich-text * p:first-of-type {
34
+ margin-top: 0;
35
+ }
36
+ ._RichTextEditor_hp4qf_1 .rich-text > *:last-child,
37
+ ._RichTextEditor_hp4qf_1 .ProseMirror > *:last-child,
38
+ ._RichTextEditor_hp4qf_1 .rich-text * p:last-of-type {
39
+ margin-bottom: 0;
40
+ }
41
+ ._RichTextEditor--editor_hp4qf_50 {
42
+ background: var(--credbuild-color-white);
43
+ border-width: 1px;
44
+ border-style: solid;
45
+ border-color: var(--credbuild-color-grey-09);
46
+ border-radius: 4px;
47
+ box-sizing: border-box;
48
+ display: flex;
49
+ flex-direction: column;
50
+ font-family: inherit;
51
+ font-size: var(--credbuild-font-size-xxs);
52
+ resize: vertical;
53
+ text-align: initial;
54
+ transition: border-color 50ms ease-in;
55
+ width: 100%;
56
+ max-width: 100%;
57
+ min-height: 128px;
58
+ }
59
+ ._RichTextEditor--editor_hp4qf_50 .rich-text {
60
+ flex-grow: 1;
61
+ }
62
+ ._RichTextEditor--editor_hp4qf_50 .rich-text:not(:has(.ProseMirror)),
63
+ ._RichTextEditor--editor_hp4qf_50 .rich-text .ProseMirror {
64
+ height: 100%;
65
+ padding: 12px 15px;
66
+ }
67
+ ._RichTextEditor--editor_hp4qf_50 .rich-text ul,
68
+ ._RichTextEditor--editor_hp4qf_50 .rich-text ol {
69
+ padding-left: 24px;
70
+ }
71
+ ._RichTextEditor--editor_hp4qf_50 .rich-text li {
72
+ line-height: 1.5;
73
+ }
74
+ ._RichTextEditor--editor_hp4qf_50 .rich-text p {
75
+ margin-block: 12px;
76
+ }
77
+ ._RichTextEditor--editor_hp4qf_50 .rich-text ul {
78
+ list-style: disc;
79
+ }
80
+ ._RichTextEditor--editor_hp4qf_50 .rich-text ol {
81
+ list-style: decimal;
82
+ }
83
+ ._RichTextEditor--editor_hp4qf_50:focus-within {
84
+ border-color: var(--credbuild-color-grey-05);
85
+ outline: 2px solid var(--credbuild-color-azure-05);
86
+ transition: none;
87
+ }
88
+ ._RichTextEditor--editor_hp4qf_50._RichTextEditor--disabled_hp4qf_107 {
89
+ background: var(--credbuild-color-grey-11);
90
+ }
91
+ ._RichTextEditor_hp4qf_1:not(:focus-within):not(._RichTextEditor--isActive_hp4qf_111) .ProseMirror ::selection {
92
+ background-color: transparent;
93
+ }
94
+ ._RichTextEditor-menu_hp4qf_117 {
95
+ border-bottom: 1px solid var(--credbuild-color-grey-10);
96
+ position: sticky;
97
+ top: 0;
98
+ z-index: 1;
99
+ }
100
+ ._RichTextEditor--disabled_hp4qf_107 ._RichTextEditor-menu_hp4qf_117 {
101
+ border-bottom: 1px solid var(--credbuild-color-grey-09);
102
+ }