mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
remove default from inline notification (#553)
* remove default from inline notification * feat(notification): remove default prop value for title, caption Co-authored-by: Eric Y Liu <ericyl.us@gmail.com>
This commit is contained in:
parent
5fad0cb3c7
commit
121062a80c
6 changed files with 12 additions and 12 deletions
|
@ -4488,7 +4488,7 @@
|
|||
"kind": "let",
|
||||
"description": "Specify the title text",
|
||||
"type": "string",
|
||||
"value": "\"Title\"",
|
||||
"value": "\"\"",
|
||||
"isFunction": false,
|
||||
"constant": false,
|
||||
"reactive": false
|
||||
|
@ -10430,7 +10430,7 @@
|
|||
"kind": "let",
|
||||
"description": "Specify the title text",
|
||||
"type": "string",
|
||||
"value": "\"Title\"",
|
||||
"value": "\"\"",
|
||||
"isFunction": false,
|
||||
"constant": false,
|
||||
"reactive": false
|
||||
|
@ -10450,7 +10450,7 @@
|
|||
"kind": "let",
|
||||
"description": "Specify the caption text",
|
||||
"type": "string",
|
||||
"value": "\"Caption\"",
|
||||
"value": "\"\"",
|
||||
"isFunction": false,
|
||||
"constant": false,
|
||||
"reactive": false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue