@haklex/rich-plugin-slash-menu 0.0.25 → 0.0.26
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
|
-
.qolrkf0{position:absolute;top:0;left:0;width:320px;max-height:340px;overflow-y:auto;overflow-x:hidden;font-family:
|
|
1
|
+
.qolrkf0{position:absolute;top:0;left:0;width:320px;max-height:340px;overflow-y:auto;overflow-x:hidden;font-family:var(--rc-font-family);background:var(--rc-bg);border:1px solid var(--rc-border);border-radius:10px;box-shadow:0 1px 4px #0000000a,0 4px 16px #00000014;padding:6px 0;list-style:none;margin:0}.qolrkf0::-webkit-scrollbar{width:6px}.qolrkf0::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px}.qolrkf1{padding:10px 14px 4px;font-size:11px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--rc-text-secondary);user-select:none}.qolrkf2{display:flex;align-items:center;gap:12px;padding:6px 10px;margin:0 6px;border-radius:8px;cursor:pointer;transition:background .1s ease}.qolrkf2:hover,.qolrkf2[aria-selected=true]{background:var(--rc-bg-secondary)}.qolrkf3{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0;border-radius:6px;background:var(--rc-bg-secondary);border:1px solid var(--rc-border);color:var(--rc-text-secondary);line-height:1}.qolrkf4{display:flex;flex-direction:column;min-width:0;gap:1px}.qolrkf5{font-size:14px;font-weight:500;line-height:1.3;color:var(--rc-text)}.qolrkf6{font-size:12px;line-height:1.3;color:var(--rc-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.qolrkf7{padding:20px 16px;color:color-mix(in srgb,var(--rc-text-secondary) 70%,transparent);font-size:13px;text-align:center}
|
package/dist/styles.css.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../src/styles.css.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,SAAS,
|
|
1
|
+
{"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../src/styles.css.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,SAAS,QAgBpB,CAAA;AAYF,eAAO,MAAM,gBAAgB,QAQ3B,CAAA;AAGF,eAAO,MAAM,aAAa,QASxB,CAAA;AAOF,eAAO,MAAM,iBAAiB,QAa5B,CAAA;AAGF,eAAO,MAAM,iBAAiB,QAK5B,CAAA;AAEF,eAAO,MAAM,kBAAkB,QAK7B,CAAA;AAEF,eAAO,MAAM,wBAAwB,QAOnC,CAAA;AAGF,eAAO,MAAM,cAAc,QAKzB,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haklex/rich-plugin-slash-menu",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.26",
|
|
4
4
|
"description": "Slash command menu plugin",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"dist"
|
|
17
17
|
],
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@haklex/rich-style-token": "0.0.
|
|
19
|
+
"@haklex/rich-style-token": "0.0.26"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@lexical/list": "^0.40.0",
|