fix: CopyButton text prop and Dropdown selectedId prop should be required (#1311)

* chore(deps-dev): upgrade sveld to v0.17.0

* fix(copy-button): text prop is required

* fix(dropdown): selectedId prop is required

* Run "yarn build:docs"

* docs: display "Required" tag for required props
This commit is contained in:
metonym 2022-05-22 12:39:53 -07:00 committed by GitHub
commit 04d758f869
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 2147 additions and 1215 deletions

View file

@ -38,7 +38,7 @@
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.49.11",
"sveld": "^0.15.3",
"sveld": "^0.17.0",
"svelte": "^3.46.6",
"svelte-check": "^2.4.6",
"typescript": "^4.6.3"