Skip to content

Commit 3c3ccd5

Browse files
committed
Improve admonitions
1 parent 3b17a68 commit 3c3ccd5

5 files changed

Lines changed: 6 additions & 6 deletions

docs/_canary-channel-api-warning.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:::important Canary 🧪
1+
:::tip Canary 🧪
22

33
**This API is currently only available in React Native’s Canary and Experimental channels.**
44

docs/_experimental-channel-api-warning.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:::important Experimental Feature 🧪
1+
:::tip Experimental Feature 🧪
22

33
**This API is experimental and is not available in a stable version of React Native yet.**
44

docs/global-PerformanceEventTiming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ import CanaryAPIWarning from './\_canary-channel-api-warning.mdx';
99

1010
The global [`PerformanceEventTiming`](https://developer.mozilla.org/en-US/docs/Web/API/PerformanceEventTiming) class, as defined in Web specifications.
1111

12-
:::info Partial support
12+
:::warning Partial support
1313
The `cancelable` and `target` properties are not supported yet.
1414
:::

docs/global-PerformanceLongTaskTiming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ import CanaryAPIWarning from './\_canary-channel-api-warning.mdx';
99

1010
The global [`PerformanceLongTaskTiming`](https://developer.mozilla.org/en-US/docs/Web/API/PerformanceLongTaskTiming) class, as defined in Web specifications.
1111

12-
:::info Partial support
12+
:::warning Partial support
1313
The value for the `attribution` property is always an empty array.
1414
:::

docs/global-performance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The `ReactNativeStartupTiming` interface provides the following fields:
4646

4747
### `timeOrigin`
4848

49-
:::info Partial support
49+
:::warning Partial support
5050
Provides the number of milliseconds from the UNIX epoch until system boot, instead of the number of milliseconds from the UNIX epoch until app startup.
5151
:::
5252

@@ -84,7 +84,7 @@ See [documentation in MDN](https://developer.mozilla.org/en-US/docs/Web/API/Perf
8484

8585
### `now()`
8686

87-
:::info Partial support
87+
:::warning Partial support
8888
Provides the number of milliseconds from system boot, instead of the number of milliseconds from app startup.
8989
:::
9090

0 commit comments

Comments
 (0)