diff --git a/design-system/src/icon-utils.ts b/design-system/src/icon-utils.ts index 6bd27470fd..3448893290 100644 --- a/design-system/src/icon-utils.ts +++ b/design-system/src/icon-utils.ts @@ -2,7 +2,7 @@ import { css } from '@emotion/react'; import designTokens from './design-tokens'; -export type TIconProps = { +export type TIconProps = Record & { color?: | 'solid' | 'neutral60' diff --git a/packages/components/fields/async-creatable-select-field/package.json b/packages/components/fields/async-creatable-select-field/package.json index 3a87bf0172..ed715c48ce 100644 --- a/packages/components/fields/async-creatable-select-field/package.json +++ b/packages/components/fields/async-creatable-select-field/package.json @@ -22,7 +22,7 @@ "@babel/runtime": "^7.20.13", "@babel/runtime-corejs3": "^7.20.13", "@commercetools-uikit/async-creatable-select-input": "19.22.0", - "@commercetools-uikit/design-system": "19.22.0", + "@commercetools-uikit/constraints": "19.22.0", "@commercetools-uikit/field-errors": "19.22.0", "@commercetools-uikit/field-label": "19.22.0", "@commercetools-uikit/field-warnings": "19.22.0", diff --git a/packages/components/spacings/spacings-inline/package.json b/packages/components/spacings/spacings-inline/package.json index 818a8ade06..00145f9079 100644 --- a/packages/components/spacings/spacings-inline/package.json +++ b/packages/components/spacings/spacings-inline/package.json @@ -22,7 +22,8 @@ "@babel/runtime": "^7.20.13", "@babel/runtime-corejs3": "^7.20.13", "@commercetools-uikit/design-system": "19.22.0", - "@commercetools-uikit/utils": "19.22.0" + "@commercetools-uikit/utils": "19.22.0", + "@emotion/react": "^11.10.5" }, "devDependencies": { "react": "19.0.0"