@opencompass-fe/oc-webkit-eval 0.1.9 → 0.2.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.
@@ -39,7 +39,7 @@ import n from"../../node_modules/.pnpm/style-inject@0.3.0/node_modules/style-inj
39
39
  box-sizing: border-box;
40
40
  }
41
41
  .top-nav-module_topbar__M-9LM a {
42
- color: inherit;
42
+ color: var(--oc-text-primary);
43
43
  text-decoration: none;
44
44
  }
45
45
  .top-nav-module_topbar__M-9LM :where(button) {
@@ -47,8 +47,7 @@ import n from"../../node_modules/.pnpm/style-inject@0.3.0/node_modules/style-inj
47
47
  align-items: center;
48
48
  justify-content: center;
49
49
  padding: 0;
50
- font: inherit;
51
- color: inherit;
50
+ color: var(--oc-text-primary);
52
51
  cursor: pointer;
53
52
  background: transparent;
54
53
  border: 0;
@@ -421,7 +420,6 @@ import n from"../../node_modules/.pnpm/style-inject@0.3.0/node_modules/style-inj
421
420
  width: 100%;
422
421
  border: 0;
423
422
  text-align: left;
424
- font: inherit;
425
423
  appearance: none;
426
424
  }
427
425
  .top-nav-module_customDropdown__NSITf .top-nav-module_dropdownItem__can1p:hover {
@@ -30,7 +30,7 @@ import n from"../../../node_modules/.pnpm/style-inject@0.3.0/node_modules/style-
30
30
  box-sizing: border-box;
31
31
  }
32
32
  .top-nav-module_topbar__0kHYG a {
33
- color: inherit;
33
+ color: var(--oc-text-primary);
34
34
  text-decoration: none;
35
35
  }
36
36
  .top-nav-module_topbar__0kHYG button {
@@ -38,8 +38,7 @@ import n from"../../../node_modules/.pnpm/style-inject@0.3.0/node_modules/style-
38
38
  align-items: center;
39
39
  justify-content: center;
40
40
  padding: 0;
41
- font: inherit;
42
- color: inherit;
41
+ color: var(--oc-text-primary);
43
42
  cursor: pointer;
44
43
  background: transparent;
45
44
  border: 0;
@@ -206,7 +205,6 @@ import n from"../../../node_modules/.pnpm/style-inject@0.3.0/node_modules/style-
206
205
  border: 0;
207
206
  background: transparent;
208
207
  text-align: left;
209
- font: inherit;
210
208
  appearance: none;
211
209
  }
212
210
  .top-nav-module_menuLink__9LL-X:hover,
@@ -336,7 +334,6 @@ import n from"../../../node_modules/.pnpm/style-inject@0.3.0/node_modules/style-
336
334
  width: 100%;
337
335
  border: 0;
338
336
  text-align: left;
339
- font: inherit;
340
337
  appearance: none;
341
338
  }
342
339
  .top-nav-module_customDropdown__wsXUt .top-nav-module_dropdownItem__RA5PQ:hover {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opencompass-fe/oc-webkit-eval",
3
- "version": "0.1.9",
3
+ "version": "0.2.0",
4
4
  "description": "Provide some common components for oc",
5
5
  "repository": {
6
6
  "type": "git",