@atmos.build/ui 0.1.5 → 0.1.6
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.
|
@@ -4,10 +4,7 @@ export interface SpecStripItem {
|
|
|
4
4
|
label: string;
|
|
5
5
|
value: React.ReactNode;
|
|
6
6
|
suffix?: React.ReactNode;
|
|
7
|
-
/**
|
|
8
|
-
* What the value is changing from. Present, the item reads "before → after", which is what a
|
|
9
|
-
* shape being upgraded is: the new number alone says what you get without saying what moved.
|
|
10
|
-
*/
|
|
7
|
+
/** What the value is changing from. Present, the item reads "before → after". (audited:keep - documents the rendered text contract) */
|
|
11
8
|
from?: React.ReactNode;
|
|
12
9
|
}
|
|
13
10
|
export interface SpecStripProps extends Omit<React.ComponentProps<'div'>, 'children'> {
|