-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[StatusIndicator]: fixed table border in example. [RangeDatePicker]: …
…fixed footer background
- Loading branch information
Showing
3 changed files
with
23 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
68 changes: 20 additions & 48 deletions
68
public/docs/content/examples-rangeDatePicker-PresetsAndFooter.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,25 @@ | ||
{ | ||
"object": "value", | ||
"document": { | ||
"object": "document", | ||
[ | ||
{ | ||
"data": {}, | ||
"nodes": [ | ||
"type": "paragraph", | ||
"children": [ | ||
{ | ||
"object": "block", | ||
"type": "paragraph", | ||
"data": {}, | ||
"nodes": [ | ||
{ | ||
"object": "text", | ||
"text": "You can define range presets via the ", | ||
"marks": [] | ||
}, | ||
{ | ||
"object": "text", | ||
"text": "presets", | ||
"marks": [ | ||
{ | ||
"object": "mark", | ||
"type": "uui-richTextEditor-code", | ||
"data": {} | ||
} | ||
] | ||
}, | ||
{ | ||
"object": "text", | ||
"text": " prop and a footer via the ", | ||
"marks": [] | ||
}, | ||
{ | ||
"object": "text", | ||
"text": "renderFooter", | ||
"marks": [ | ||
{ | ||
"object": "mark", | ||
"type": "uui-richTextEditor-code", | ||
"data": {} | ||
} | ||
] | ||
}, | ||
{ | ||
"object": "text", | ||
"text": " prop.", | ||
"marks": [] | ||
} | ||
] | ||
"text": "You can define range presets via the " | ||
}, | ||
{ | ||
"text": "presets", | ||
"uui-richTextEditor-code": true | ||
}, | ||
{ | ||
"text": " prop and a footer via the " | ||
}, | ||
{ | ||
"text": "renderFooter", | ||
"uui-richTextEditor-code": true | ||
}, | ||
{ | ||
"text": " prop." | ||
} | ||
] | ||
} | ||
} | ||
] |