feat: Add text-status-warning color to Box #4424
Annotations
2 errors
src/__tests__/documenter.test.ts#L8
expect(received).toMatchSnapshot(hint)
Snapshot name: `Documenter definition for box matches the snapshot: box 1`
- Snapshot - 0
+ Received + 2
@@ -18,10 +18,11 @@
- `text-body-secondary` - Specifies the color for secondary text.
- `text-status-error` - Specifies the color for error text and icons.
- `text-status-success` - Specifies the color for success text and icons.
- `text-status-info` - Specifies the color for info text and icon.
- `text-status-inactive` - Specifies the color for inactive and loading text and icons.
+ - `text-status-warning` - Specifies the color for warning text and icons.
Note: If you don't set it, the text color depends on the variant.
",
"inlineType": Object {
"name": "BoxProps.Color",
@@ -32,10 +33,11 @@
"text-body-secondary",
"text-status-error",
"text-status-success",
"text-status-info",
"text-status-inactive",
+ "text-status-warning",
],
},
"name": "color",
"optional": true,
"type": "string",
at src/__tests__/documenter.test.ts:8:24
|
|
The logs for this run have expired and are no longer available.
Loading