diff --git a/docs/src/pages/components/ProgressBar.svx b/docs/src/pages/components/ProgressBar.svx index d944d771..cd5e4c85 100644 --- a/docs/src/pages/components/ProgressBar.svx +++ b/docs/src/pages/components/ProgressBar.svx @@ -25,13 +25,13 @@ Specify a `value` for the progress bar to be determinate. Specify `status="finished"` for the progress bar. - + ## Error status Specify `status="error"` for the progress bar. - + ## Custom max value @@ -59,7 +59,7 @@ The inline variant visually hides the `helperText`. ## Indented status variant - + ## UX example diff --git a/package.json b/package.json index c7555273..9cfac675 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@rollup/plugin-node-resolve": "^13.3.0", "@tsconfig/svelte": "^3.0.0", "autoprefixer": "^10.4.8", - "carbon-components": "10.56.0", + "carbon-components": "10.57.0", "carbon-icons-svelte": "^11.2.0", "husky": "^8.0.1", "lint-staged": "^13.0.3", diff --git a/src/ProgressBar/ProgressBar.svelte b/src/ProgressBar/ProgressBar.svelte index fd4118b8..bcbbc863 100644 --- a/src/ProgressBar/ProgressBar.svelte +++ b/src/ProgressBar/ProgressBar.svelte @@ -41,8 +41,6 @@ import CheckmarkFilled from "../icons/CheckmarkFilled.svelte"; import ErrorFilled from "../icons/ErrorFilled.svelte"; - let isActiveAndDeterminate = false; - const statusIcons = { error: ErrorFilled, finished: CheckmarkFilled, diff --git a/yarn.lock b/yarn.lock index f1779753..3068bcb9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -310,10 +310,10 @@ caniuse-lite@^1.0.30001370, caniuse-lite@^1.0.30001373: resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001382.tgz#4d37f0d0b6fffb826c8e5e1c0f4bf8ce592db949" integrity sha512-2rtJwDmSZ716Pxm1wCtbPvHtbDWAreTPxXbkc5RkKglow3Ig/4GNGazDI9/BVnXbG/wnv6r3B5FEbkfg9OcTGg== -carbon-components@10.56.0: - version "10.56.0" - resolved "https://registry.yarnpkg.com/carbon-components/-/carbon-components-10.56.0.tgz#bb5890f00f81cebcddfa2dbae4794477deb539f4" - integrity sha512-GPLqHiu2SWvMxcQOi/CcgA/XA3aX/5HiEPSQjLwzjKAJsnkpzq043Jf7QwgLOVbTBzGSjFbFkJnE2lc73I2WBw== +carbon-components@10.57.0: + version "10.57.0" + resolved "https://registry.yarnpkg.com/carbon-components/-/carbon-components-10.57.0.tgz#0583ad19e4366b9c2eff127b6dc811d8a210910e" + integrity sha512-wX0KyxUhFY6vkgR9f1sWGTyR+WRoXRxmtnOFLOG4lLkYbqXS2wy6uu1QmqXJW1vXp2dOL3S1NOM/z2xnjD6kvg== dependencies: "@carbon/telemetry" "0.1.0" flatpickr "4.6.1"