Eric Liu
eed617433b
test: add TS types
2020-11-19 14:16:01 -08:00
Eric Liu
56718c633d
Merge branch 'master' into rewrite-tyepscript-definitions
2020-11-19 06:16:50 -08:00
weaseldotro
c95e1fe994
Use loose equal in ComposedModal
...
Co-authored-by: Eric Liu <ericyl.us@gmail.com>
2020-11-17 09:28:53 +02:00
weaseldotro
b754e0cf79
feat(ComposedModal): allow using null for selectorPrimaryFocus to disable auto focus
2020-11-09 11:14:56 +02:00
Eric Liu
75d4b4cf03
refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props
2020-11-06 11:30:46 -08:00
Eric Liu
d38e6d8be6
refactor: update/fix JSDoc props
2020-11-04 06:04:25 -08:00
Eric Liu
05932065dc
fix(composed-modal): perform null check before focusing element
...
Fixes error in Sapper
2020-10-21 06:19:23 -07:00
weaseldotro
2afb888485
fix(ComposedModal): remove bx--body--with-modal-open from body classes after destroy
...
When onMount is async, the returned function is not executed: https://github.com/sveltejs/svelte/issues/4927
Because the class is not remove from the body, the code should be moved to a onDestroy function.
2020-10-20 11:09:33 +03:00
Eric Liu
378fe06e03
chore: remove storybook
2020-10-14 16:23:44 -07:00
weaseldotro
99587ba16c
fix ComposedModal body classes
2020-10-07 16:47:29 +03:00
josefaidt
398887a3d3
feat(prettier): add svelteBracketNewLine
2020-09-24 10:50:34 -05:00
Eric Liu
e75be23a49
feat(modal): add preventCloseOnClickOutside prop
...
Closes #266
2020-09-19 09:37:36 -07:00
Eric Liu
42b8159b1c
chore(prettier): use svelteStrictMode
2020-09-04 16:35:49 -07:00
Eric Liu
322b238cf0
chore(deps-dev): bump prettier, prettier-plugin-svelte
2020-09-04 16:34:28 -07:00
Eric Liu
a5721a36dd
chore(changelog): v0.9.6 notes
2020-08-15 06:20:43 -07:00
Eric Liu
52a10d3acd
fix(modal): prevent clicking inside inner modal from closing the modal
...
- revert adding a `stopPropagation` modifier to the PasswordInput "toggle password" button
2020-08-12 12:46:07 -07:00
Eric Liu
6ca6af94eb
fix(password-input): stop propagation when toggling input type
...
#229
2020-08-12 07:18:57 -07:00
Eric Liu
f30755b237
chore: complete first pass of apply jsdoc annotations to component props
2020-07-26 17:42:12 -07:00
Eric Liu
773b18d314
chore: add more prop annotations
2020-07-25 06:26:49 -07:00
Eric Liu
2200b29b92
chore: lift components folder
2020-07-19 09:06:08 -07:00