@difizen/libro-jupyter 0.1.29 → 0.1.30

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.
@@ -7,6 +7,13 @@
7
7
  .@{ant-prefix}-input-group-wrapper {
8
8
  background-color: var(--mana-libro-filtered-background-color) !important;
9
9
  border-radius: 6px;
10
+ .@{ant-prefix}-input {
11
+ color: var(--mana-libro-drawer-title-color);
12
+
13
+ &::placeholder {
14
+ color: var(--mana-libro-keybind-tag-text-color);
15
+ }
16
+ }
10
17
  }
11
18
 
12
19
  .@{ant-prefix}-input-group-addon {
@@ -19,6 +26,7 @@
19
26
  }
20
27
 
21
28
  .libro-keybind-instructions-drawer {
29
+ background: var(--mana-libro-popover-background-color) !important;
22
30
  .@{ant-prefix}-drawer-content-wrapper {
23
31
  box-shadow:
24
32
  0 0 16px -8px rgba(0, 0, 0, 8%),
@@ -42,9 +50,6 @@
42
50
  .@{ant-prefix}-drawer-mask {
43
51
  opacity: 0;
44
52
  }
45
- .@{ant-prefix}-drawer-content {
46
- background: var(--mana-libro-popover-background-color);
47
- }
48
53
  .@{ant-prefix}-drawer-close {
49
54
  color: var(--mana-libro-drawer-close-color);
50
55
  }
@@ -135,6 +140,7 @@
135
140
  .libro-magic-table {
136
141
  .@{ant-prefix}-table-thead > tr > th {
137
142
  background: var(--mana-libro-popover-background-color);
143
+ color: var(--mana-libro-table-title-color);
138
144
  }
139
145
 
140
146
  .@{ant-prefix}-table-tbody > tr.@{ant-prefix}-table-row:hover > td {
@@ -148,7 +154,6 @@
148
154
 
149
155
  thead tr th {
150
156
  height: 30px;
151
- color: var(--mana-libro-table-title-color);
152
157
  font-weight: 600;
153
158
  font-size: 14px;
154
159
  font-family: PingFangSC;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@difizen/libro-jupyter",
3
- "version": "0.1.29",
3
+ "version": "0.1.30",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "libro"
@@ -31,22 +31,22 @@
31
31
  "src"
32
32
  ],
33
33
  "dependencies": {
34
- "@difizen/libro-cofine-editor": "^0.1.29",
35
- "@difizen/libro-code-editor": "^0.1.29",
36
- "@difizen/libro-code-cell": "^0.1.29",
37
- "@difizen/libro-codemirror": "^0.1.29",
38
- "@difizen/libro-rendermime": "^0.1.29",
39
- "@difizen/libro-common": "^0.1.29",
40
- "@difizen/libro-core": "^0.1.29",
41
- "@difizen/libro-kernel": "^0.1.29",
42
- "@difizen/libro-l10n": "^0.1.29",
43
- "@difizen/libro-output": "^0.1.29",
44
- "@difizen/libro-search": "^0.1.29",
45
- "@difizen/libro-search-code-cell": "^0.1.29",
46
- "@difizen/libro-lsp": "^0.1.29",
47
- "@difizen/libro-markdown-cell": "^0.1.29",
48
- "@difizen/libro-raw-cell": "^0.1.29",
49
- "@difizen/libro-language-client": "^0.1.29",
34
+ "@difizen/libro-cofine-editor": "^0.1.30",
35
+ "@difizen/libro-code-editor": "^0.1.30",
36
+ "@difizen/libro-code-cell": "^0.1.30",
37
+ "@difizen/libro-codemirror": "^0.1.30",
38
+ "@difizen/libro-rendermime": "^0.1.30",
39
+ "@difizen/libro-common": "^0.1.30",
40
+ "@difizen/libro-core": "^0.1.30",
41
+ "@difizen/libro-kernel": "^0.1.30",
42
+ "@difizen/libro-l10n": "^0.1.30",
43
+ "@difizen/libro-output": "^0.1.30",
44
+ "@difizen/libro-search": "^0.1.30",
45
+ "@difizen/libro-search-code-cell": "^0.1.30",
46
+ "@difizen/libro-lsp": "^0.1.30",
47
+ "@difizen/libro-markdown-cell": "^0.1.30",
48
+ "@difizen/libro-raw-cell": "^0.1.30",
49
+ "@difizen/libro-language-client": "^0.1.30",
50
50
  "@difizen/mana-app": "latest",
51
51
  "@difizen/mana-l10n": "latest",
52
52
  "@ant-design/colors": "^7.0.0",
@@ -7,6 +7,13 @@
7
7
  .@{ant-prefix}-input-group-wrapper {
8
8
  background-color: var(--mana-libro-filtered-background-color) !important;
9
9
  border-radius: 6px;
10
+ .@{ant-prefix}-input {
11
+ color: var(--mana-libro-drawer-title-color);
12
+
13
+ &::placeholder {
14
+ color: var(--mana-libro-keybind-tag-text-color);
15
+ }
16
+ }
10
17
  }
11
18
 
12
19
  .@{ant-prefix}-input-group-addon {
@@ -19,6 +26,7 @@
19
26
  }
20
27
 
21
28
  .libro-keybind-instructions-drawer {
29
+ background: var(--mana-libro-popover-background-color) !important;
22
30
  .@{ant-prefix}-drawer-content-wrapper {
23
31
  box-shadow:
24
32
  0 0 16px -8px rgba(0, 0, 0, 8%),
@@ -42,9 +50,6 @@
42
50
  .@{ant-prefix}-drawer-mask {
43
51
  opacity: 0;
44
52
  }
45
- .@{ant-prefix}-drawer-content {
46
- background: var(--mana-libro-popover-background-color);
47
- }
48
53
  .@{ant-prefix}-drawer-close {
49
54
  color: var(--mana-libro-drawer-close-color);
50
55
  }
@@ -135,6 +140,7 @@
135
140
  .libro-magic-table {
136
141
  .@{ant-prefix}-table-thead > tr > th {
137
142
  background: var(--mana-libro-popover-background-color);
143
+ color: var(--mana-libro-table-title-color);
138
144
  }
139
145
 
140
146
  .@{ant-prefix}-table-tbody > tr.@{ant-prefix}-table-row:hover > td {
@@ -148,7 +154,6 @@
148
154
 
149
155
  thead tr th {
150
156
  height: 30px;
151
- color: var(--mana-libro-table-title-color);
152
157
  font-weight: 600;
153
158
  font-size: 14px;
154
159
  font-family: PingFangSC;