From 2dd8cc1b4730876cc162336acfe0ed784aeff05a Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Mon, 30 Dec 2019 15:32:07 -0800 Subject: [PATCH 1/2] chore(deps): upgrade carbon-icons-svelte to ^10.8.2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 38454664..27797775 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "carbon-icons-svelte": "^10.8.1", + "carbon-icons-svelte": "^10.8.2", "flatpickr": "^4.6.3" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 6897d1dd..8d9e666d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3283,10 +3283,10 @@ carbon-components@10.9.0: lodash.debounce "^4.0.8" warning "^3.0.0" -carbon-icons-svelte@^10.8.1: - version "10.8.1" - resolved "https://registry.npmjs.org/carbon-icons-svelte/-/carbon-icons-svelte-10.8.1.tgz#b4fcf1fcda22ed17f7820211492e6100639d8e3c" - integrity sha512-1CST4qRV8lu49OYgHVBzj9VN03ipY6+qyZPSQGx+chK6Z9sn+NdJUNhR1mvPIgfddz5SY30RSR76Vfd22bQC9Q== +carbon-icons-svelte@^10.8.2: + version "10.8.2" + resolved "https://registry.npmjs.org/carbon-icons-svelte/-/carbon-icons-svelte-10.8.2.tgz#b1432c8de8a19210f50b42e1498b08d01c25b86b" + integrity sha512-5kPCxcED9OXV96NRFKqWbUGRfBf4qX0XcvYqV4c5IL8yGaJGWu1qows7ldENqhwVGXrfsBNQ7tDoR0fIC3CSsw== carbon-icons@^7.0.7: version "7.0.7" From e280e65bb15a8816bcf9c3b3b808317ebf65fe02 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Mon, 30 Dec 2019 15:32:30 -0800 Subject: [PATCH 2/2] fix(list-box): allow focus styles for icons --- src/components/ListBox/ListBoxMenuIcon.svelte | 2 +- src/components/ListBox/ListBoxSelection.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ListBox/ListBoxMenuIcon.svelte b/src/components/ListBox/ListBoxMenuIcon.svelte index c117f1bc..c08e3400 100644 --- a/src/components/ListBox/ListBoxMenuIcon.svelte +++ b/src/components/ListBox/ListBoxMenuIcon.svelte @@ -21,5 +21,5 @@ on:click|preventDefault|stopPropagation class={cx('--list-box__menu-icon', open && '--list-box__menu-icon--open', className)} {style}> - + diff --git a/src/components/ListBox/ListBoxSelection.svelte b/src/components/ListBox/ListBoxSelection.svelte index 803306ac..5b87edab 100644 --- a/src/components/ListBox/ListBoxSelection.svelte +++ b/src/components/ListBox/ListBoxSelection.svelte @@ -39,5 +39,5 @@ }} {style}> {#if selectionCount}{selectionCount}{/if} - +