mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
* chore(deps-dev): upgrade carbon-components to v10.38.0 * feat(text-input): support read-only variant * docs: use consistent lingo for inline variant examples * docs(popover): add Popover alignment example * fix(file-uploader): adjust markup to avoid accessibility errors Ref:0dfde60e3
* fix(inline-loading): use error filled icon * fix(inline-loading): render iconDescription as title in error/warning icons Ref:51c53c923
* fix(structured-list): update accessibility attributes * fix(tooltip-definition): use span instead of div Ref:cb6de3025
* fix(multi-select): close menu when blurring the last filterable option * fix(multi-select): open/focus field for filterable multiselect #635 * fix(multi-select): unblock focus when blurring input #635 * fix(combo-box): select correct item with keys, allow input after clearing #195 * fix(combo-box): update input text if item is selected * feat(combo-box): render checkmark icon for selected item * fix(ui-shell): toggle SideNav rail when clicking the hamburger menu #699 * fix(context-menu): update context menu classes #684 * docs(context-menu): improve demo instructions #684 * fix(context-menu): close menu when clicking anywhere
38 lines
912 B
JSON
38 lines
912 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "run-p dev:*",
|
|
"dev:routify": "NODE_ENV=development routify run",
|
|
"dev:svite": "svite",
|
|
"build": "run-s build:*",
|
|
"build:routify": "routify run -b",
|
|
"build:svite": "svite build"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltech/routify": "^1.9.9",
|
|
"autoprefixer": "^10.2.3",
|
|
"carbon-components": "10.38.0",
|
|
"carbon-components-svelte": "../",
|
|
"mdsvex": "^0.8.8",
|
|
"npm-run-all": "^4.1.5",
|
|
"postcss": "^8.2.4",
|
|
"prettier": "^2.1.2",
|
|
"prettier-plugin-svelte": "^1.4.1",
|
|
"prism-svelte": "^0.4.7",
|
|
"prismjs": "^1.21.0",
|
|
"remark-slug": "^6.0.0",
|
|
"sass": "^1.32.5",
|
|
"svelte": "3.29.0",
|
|
"svelte-hmr": "0.11.1",
|
|
"svelte-preprocess": "^4.3.2",
|
|
"svite": "0.7.2"
|
|
},
|
|
"routify": {
|
|
"routifyDir": ".routify",
|
|
"dynamicImports": true,
|
|
"extensions": [
|
|
"svelte",
|
|
"svx"
|
|
]
|
|
}
|
|
}
|