@scalar/api-client-react 2.0.31 → 2.0.32
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/CHANGELOG.md +2 -0
- package/dist/style.css +7 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/dist/style.css
CHANGED
|
@@ -2518,6 +2518,10 @@
|
|
|
2518
2518
|
--tw-translate-x: calc(4px * 0);
|
|
2519
2519
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2520
2520
|
}
|
|
2521
|
+
.scalar-app .translate-x-1\.25 {
|
|
2522
|
+
--tw-translate-x: calc(4px * 1.25);
|
|
2523
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2524
|
+
}
|
|
2521
2525
|
.scalar-app .translate-x-2\.5 {
|
|
2522
2526
|
--tw-translate-x: calc(4px * 2.5);
|
|
2523
2527
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
@@ -2970,6 +2974,9 @@
|
|
|
2970
2974
|
.scalar-app .bg-current {
|
|
2971
2975
|
background-color: currentColor;
|
|
2972
2976
|
}
|
|
2977
|
+
.scalar-app .bg-green {
|
|
2978
|
+
background-color: var(--scalar-color-green);
|
|
2979
|
+
}
|
|
2973
2980
|
.scalar-app .bg-inherit {
|
|
2974
2981
|
background-color: inherit;
|
|
2975
2982
|
}
|
package/package.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"testing",
|
|
20
20
|
"react"
|
|
21
21
|
],
|
|
22
|
-
"version": "2.0.
|
|
22
|
+
"version": "2.0.32",
|
|
23
23
|
"engines": {
|
|
24
24
|
"node": ">=22"
|
|
25
25
|
},
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
"CHANGELOG.md"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@scalar/api-client": "3.13.
|
|
42
|
+
"@scalar/api-client": "3.13.3",
|
|
43
|
+
"@scalar/blocks": "0.1.4",
|
|
43
44
|
"@scalar/helpers": "0.9.0",
|
|
44
|
-
"@scalar/workspace-store": "0.55.
|
|
45
|
-
"@scalar/blocks": "0.1.3"
|
|
45
|
+
"@scalar/workspace-store": "0.55.3"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@testing-library/dom": "^10.4.1",
|