@haklex/rich-plugin-table 0.0.20 → 0.0.23
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/dist/rich-plugin-table.css +1 -51
- package/package.json +3 -3
|
@@ -1,51 +1 @@
|
|
|
1
|
-
.t6ga9o0 {
|
|
2
|
-
color: var(--rc-alert-caution);
|
|
3
|
-
}
|
|
4
|
-
.t6ga9o0[data-highlighted] {
|
|
5
|
-
color: var(--rc-alert-caution);
|
|
6
|
-
background-color: color-mix(in srgb, var(--rc-alert-caution) 8%, transparent);
|
|
7
|
-
}
|
|
8
|
-
.t6ga9o1 {
|
|
9
|
-
position: fixed;
|
|
10
|
-
z-index: 20;
|
|
11
|
-
opacity: 0;
|
|
12
|
-
transition: opacity 0.15s, background-color 0.15s;
|
|
13
|
-
}
|
|
14
|
-
.t6ga9o1:hover {
|
|
15
|
-
opacity: 1;
|
|
16
|
-
}
|
|
17
|
-
.t6ga9o2 {
|
|
18
|
-
opacity: 1;
|
|
19
|
-
}
|
|
20
|
-
.t6ga9o3 {
|
|
21
|
-
display: flex;
|
|
22
|
-
align-items: center;
|
|
23
|
-
gap: 1px;
|
|
24
|
-
position: absolute;
|
|
25
|
-
z-index: 30;
|
|
26
|
-
opacity: 0;
|
|
27
|
-
pointer-events: none;
|
|
28
|
-
transition: opacity 0.15s;
|
|
29
|
-
}
|
|
30
|
-
.t6ga9o4 {
|
|
31
|
-
opacity: 1;
|
|
32
|
-
pointer-events: auto;
|
|
33
|
-
}
|
|
34
|
-
.t6ga9o5 {
|
|
35
|
-
display: flex;
|
|
36
|
-
align-items: center;
|
|
37
|
-
justify-content: center;
|
|
38
|
-
width: 16px;
|
|
39
|
-
height: 16px;
|
|
40
|
-
border-radius: 3px;
|
|
41
|
-
border: none;
|
|
42
|
-
background: transparent;
|
|
43
|
-
color: color-mix(in srgb, var(--rc-text) 35%, transparent);
|
|
44
|
-
cursor: pointer;
|
|
45
|
-
padding: 0;
|
|
46
|
-
transition: background-color 0.15s, color 0.15s;
|
|
47
|
-
}
|
|
48
|
-
.t6ga9o5:hover {
|
|
49
|
-
background: color-mix(in srgb, var(--rc-text) 8%, transparent);
|
|
50
|
-
color: color-mix(in srgb, var(--rc-text) 70%, transparent);
|
|
51
|
-
}
|
|
1
|
+
.t6ga9o0{color:var(--rc-alert-caution)}.t6ga9o0[data-highlighted]{color:var(--rc-alert-caution);background-color:color-mix(in srgb,var(--rc-alert-caution) 8%,transparent)}.t6ga9o1{position:fixed;z-index:20;opacity:0;transition:opacity .15s,background-color .15s}.t6ga9o1:hover,.t6ga9o2{opacity:1}.t6ga9o3{display:flex;align-items:center;gap:1px;position:absolute;z-index:30;opacity:0;pointer-events:none;transition:opacity .15s}.t6ga9o4{opacity:1;pointer-events:auto}.t6ga9o5{display:flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:3px;border:none;background:transparent;color:color-mix(in srgb,var(--rc-text) 35%,transparent);cursor:pointer;padding:0;transition:background-color .15s,color .15s}.t6ga9o5:hover{background:color-mix(in srgb,var(--rc-text) 8%,transparent);color:color-mix(in srgb,var(--rc-text) 70%,transparent)}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haklex/rich-plugin-table",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.23",
|
|
4
4
|
"description": "Table editing plugin",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"dist"
|
|
17
17
|
],
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@haklex/rich-editor-ui": "0.0.
|
|
20
|
-
"@haklex/rich-style-token": "0.0.
|
|
19
|
+
"@haklex/rich-editor-ui": "0.0.23",
|
|
20
|
+
"@haklex/rich-style-token": "0.0.23"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@lexical/react": "^0.40.0",
|