@teambit/tagged-exports 0.0.48 → 0.0.49
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.
|
@@ -21,11 +21,16 @@
|
|
|
21
21
|
border-radius: 8px;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
+
// Override hardcoded light background in @teambit/api-reference.renderers.react
|
|
25
|
+
.section :global([class*='reactOverview']) {
|
|
26
|
+
background-color: var(--surface01-color, rgba(247, 247, 245, 0.63));
|
|
27
|
+
}
|
|
28
|
+
|
|
24
29
|
.banner {
|
|
25
30
|
display: flex;
|
|
26
31
|
align-items: center;
|
|
27
32
|
width: fit-content;
|
|
28
|
-
background-color: var(--
|
|
33
|
+
background-color: var(--surface01-color, #f0f0f0);
|
|
29
34
|
border-radius: 8px;
|
|
30
35
|
padding: 16px 32px;
|
|
31
36
|
font-size: 16px;
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/tagged-exports",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.49",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/api-reference/tagged-exports",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.api-reference",
|
|
8
8
|
"name": "tagged-exports",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.49"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"core-js": "^3.0.0",
|
|
@@ -21,11 +21,16 @@
|
|
|
21
21
|
border-radius: 8px;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
+
// Override hardcoded light background in @teambit/api-reference.renderers.react
|
|
25
|
+
.section :global([class*='reactOverview']) {
|
|
26
|
+
background-color: var(--surface01-color, rgba(247, 247, 245, 0.63));
|
|
27
|
+
}
|
|
28
|
+
|
|
24
29
|
.banner {
|
|
25
30
|
display: flex;
|
|
26
31
|
align-items: center;
|
|
27
32
|
width: fit-content;
|
|
28
|
-
background-color: var(--
|
|
33
|
+
background-color: var(--surface01-color, #f0f0f0);
|
|
29
34
|
border-radius: 8px;
|
|
30
35
|
padding: 16px 32px;
|
|
31
36
|
font-size: 16px;
|
|
File without changes
|