@haklex/rich-renderer-alert 0.0.30 → 0.0.32
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
|
-
.pq4lod2{--pq4lod0: var(--rc-alert-info)}.pq4lod3{--pq4lod0: var(--rc-alert-tip)}.pq4lod4{--pq4lod0: var(--rc-alert-important)}.pq4lod5{--pq4lod0: var(--rc-alert-warning)}.pq4lod6{--pq4lod0: var(--rc-alert-caution)}.pq4lod7{display:flex;align-items:center;gap:8px;font-weight:600;text-transform:uppercase;letter-spacing:.02em;font-size:var(--rc-font-size-md);line-height:1;margin-bottom:6px}.pq4lod8{display:inline-flex;align-items:center;gap:6px;cursor:pointer;padding:2px 6px;border-radius:4px;margin-inline:-6px;border:none;background:none;font:inherit;font-weight:600;text-transform:uppercase;letter-spacing:.02em;font-size:var(--rc-font-size-md);line-height:1;transition:background-color .15s}.pq4lod8:hover{background-color:color-mix(in srgb,var(--rc-text) 5%,transparent)}.pq4lod9{opacity:0;transition:opacity .15s;width:14px;height:14px;flex-shrink:0}.pq4lod8:hover .pq4lod9{opacity:.6}.pq4lod8[data-popup-open] .pq4lod9{opacity:.8}.pq4loda{width:16px;height:16px;flex-shrink:0;color:var(--pq4lod0)}.pq4lodb{color:var(--pq4lod0)}.pq4lodc{width:16px;height:16px;flex-shrink:0;color:var(--pq4lod0)}.rich-alert{position:relative;padding:var(--rc-space-md);padding-left:calc(var(--rc-space-md) + 4px);border-radius:0 var(--rc-radius-sm) var(--rc-radius-sm) 0;margin:var(--rc-space-md) 0;background-color:var(--rc-bg-secondary)}.rich-alert:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:var(--rc-radius-sm)}.rich-alert-header{position:relative;display:flex;align-items:center;gap:var(--rc-space-sm);font-weight:600;margin-bottom:var(--rc-space-
|
|
1
|
+
.pq4lod2{--pq4lod0: var(--rc-alert-info)}.pq4lod3{--pq4lod0: var(--rc-alert-tip)}.pq4lod4{--pq4lod0: var(--rc-alert-important)}.pq4lod5{--pq4lod0: var(--rc-alert-warning)}.pq4lod6{--pq4lod0: var(--rc-alert-caution)}.pq4lod7{display:flex;align-items:center;gap:8px;font-weight:600;text-transform:uppercase;letter-spacing:.02em;font-size:var(--rc-font-size-md);line-height:1;margin-bottom:6px}.pq4lod8{display:inline-flex;align-items:center;gap:6px;cursor:pointer;padding:2px 6px;border-radius:4px;margin-inline:-6px;border:none;background:none;font:inherit;font-weight:600;text-transform:uppercase;letter-spacing:.02em;font-size:var(--rc-font-size-md);line-height:1;transition:background-color .15s}.pq4lod8:hover{background-color:color-mix(in srgb,var(--rc-text) 5%,transparent)}.pq4lod9{opacity:0;transition:opacity .15s;width:14px;height:14px;flex-shrink:0}.pq4lod8:hover .pq4lod9{opacity:.6}.pq4lod8[data-popup-open] .pq4lod9{opacity:.8}.pq4loda{width:16px;height:16px;flex-shrink:0;color:var(--pq4lod0)}.pq4lodb{color:var(--pq4lod0)}.pq4lodc{width:16px;height:16px;flex-shrink:0;color:var(--pq4lod0)}.rich-alert{position:relative;padding:var(--rc-space-md);padding-left:calc(var(--rc-space-md) + 4px);border-radius:0 var(--rc-radius-sm) var(--rc-radius-sm) 0;margin:var(--rc-space-md) 0;background-color:var(--rc-bg-secondary)}.rich-alert:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:var(--rc-radius-sm)}.rich-alert-header{position:relative;display:flex;align-items:center;gap:var(--rc-space-sm);font-weight:600;margin-bottom:var(--rc-space-xs);font-size:var(--rc-font-size-md);text-transform:uppercase;letter-spacing:.02em;line-height:1}.rich-alert-icon{display:inline-flex;width:16px;height:16px;flex-shrink:0}.rich-alert-content{min-height:1em}.rich-alert-content-editable{outline:none}.rich-alert-content>.rich-paragraph:first-child{margin-top:0}.rich-alert-content>.rich-paragraph:last-child{margin-bottom:0}.rich-alert-content .rich-paragraph{margin:0 0 .5em}.rich-alert-content .rich-paragraph:last-child{margin-bottom:0}.rich-alert-note:before{background-color:var(--rc-alert-info)}.rich-alert-header-note{color:var(--rc-alert-info)}.rich-alert-tip:before{background-color:var(--rc-alert-tip)}.rich-alert-header-tip{color:var(--rc-alert-tip)}.rich-alert-important:before{background-color:var(--rc-alert-important)}.rich-alert-header-important{color:var(--rc-alert-important)}.rich-alert-warning:before{background-color:var(--rc-alert-warning)}.rich-alert-header-warning{color:var(--rc-alert-warning)}.rich-alert-caution:before{background-color:var(--rc-alert-caution)}.rich-alert-header-caution{color:var(--rc-alert-caution)}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haklex/rich-renderer-alert",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.32",
|
|
4
4
|
"description": "Alert renderer for haklex rich editor",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
],
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"lucide-react": "^0.574.0",
|
|
20
|
-
"@haklex/rich-editor": "0.0.
|
|
21
|
-
"@haklex/rich-
|
|
22
|
-
"@haklex/rich-
|
|
20
|
+
"@haklex/rich-editor": "0.0.32",
|
|
21
|
+
"@haklex/rich-editor-ui": "0.0.32",
|
|
22
|
+
"@haklex/rich-style-token": "0.0.32"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@types/react": "^19.2.14",
|