mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 10:51:06 +00:00
v0.39.0
This commit is contained in:
parent
0a69f8ec74
commit
0aa52fe154
4 changed files with 47 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.38.2",
|
||||
"version": "0.39.0",
|
||||
"components": {
|
||||
"Accordion": {
|
||||
"path": "carbon-components-svelte/src/Accordion/Accordion.svelte"
|
||||
|
@ -313,6 +313,12 @@
|
|||
"RadioButtonGroup": {
|
||||
"path": "carbon-components-svelte/src/RadioButtonGroup/RadioButtonGroup.svelte"
|
||||
},
|
||||
"RecursiveList": {
|
||||
"path": "carbon-components-svelte/src/RecursiveList/RecursiveList.svelte"
|
||||
},
|
||||
"RecursiveListItem": {
|
||||
"path": "carbon-components-svelte/src/RecursiveList/RecursiveListItem.svelte"
|
||||
},
|
||||
"Search": {
|
||||
"path": "carbon-components-svelte/src/Search/Search.svelte"
|
||||
},
|
||||
|
@ -445,6 +451,15 @@
|
|||
"TooltipIcon": {
|
||||
"path": "carbon-components-svelte/src/TooltipIcon/TooltipIcon.svelte"
|
||||
},
|
||||
"TreeView": {
|
||||
"path": "carbon-components-svelte/src/TreeView/TreeView.svelte"
|
||||
},
|
||||
"TreeViewNode": {
|
||||
"path": "carbon-components-svelte/src/TreeView/TreeViewNode.svelte"
|
||||
},
|
||||
"TreeViewNodeList": {
|
||||
"path": "carbon-components-svelte/src/TreeView/TreeViewNodeList.svelte"
|
||||
},
|
||||
"Truncate": {
|
||||
"path": "carbon-components-svelte/src/Truncate/Truncate.svelte"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue