@shipfox/client-runners 22.0.2 → 22.0.3
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/.storybook/preview.tsx
CHANGED
|
@@ -4,8 +4,8 @@ import type {Decorator, Preview} from '@storybook/react';
|
|
|
4
4
|
|
|
5
5
|
if (typeof document !== 'undefined' && document.fonts) {
|
|
6
6
|
void Promise.all([
|
|
7
|
-
document.fonts.load("16px '
|
|
8
|
-
document.fonts.load("italic 16px '
|
|
7
|
+
document.fonts.load("16px 'IBM Plex Sans'"),
|
|
8
|
+
document.fonts.load("italic 16px 'IBM Plex Sans'"),
|
|
9
9
|
document.fonts.load("16px 'Commit Mono'"),
|
|
10
10
|
document.fonts.load("bold 16px 'Commit Mono'"),
|
|
11
11
|
]);
|
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
$ shipfox-swc
|
|
2
|
-
Successfully compiled: 24 files with swc (
|
|
2
|
+
Successfully compiled: 24 files with swc (340.79ms)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @shipfox/client-runners
|
|
2
2
|
|
|
3
|
+
## 22.0.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [a7fb52d]
|
|
8
|
+
- Updated dependencies [ddcc546]
|
|
9
|
+
- @shipfox/react-ui@2.2.0
|
|
10
|
+
- @shipfox/client-shell@22.0.3
|
|
11
|
+
- @shipfox/client-ui@22.0.3
|
|
12
|
+
|
|
3
13
|
## 22.0.2
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|