JSPM

  • Created
  • Published
  • Downloads 1382
  • Score
    100M100P100Q120872F
  • License Apache-2.0

React component library for the Assisted Installer UI

Package Exports

  • @openshift-assisted/ui-lib
  • @openshift-assisted/ui-lib/cim
  • @openshift-assisted/ui-lib/common
  • @openshift-assisted/ui-lib/ocm
  • @openshift-assisted/ui-lib/package.json

Readme

The Assisted Installer UI components library

NPM

Install

yarn add @openshift-assisted/locales
yarn add @openshift-assisted/ui-lib

Jest

The project uses conditional exports which are only supported in Jest >= v28.
If your project uses an older Jest version add the following settings to Jest's configuration:

{
  "moduleNameMapper": {
    "@openshift-assisted/ui-lib/cim": "<rootDir>/node_modules/@openshift-assisted/ui-lib/build/cim",
    "@openshift-assisted/locales/([a-z]{2,3}/translation.json)": "<rootDir>/node_modules/@openshift-assisted/locales/lib/$1/translation.json"
  }
}

Depending on your Jest configuration, you may need also to add this:

{
  "transformIgnorePatterns": ["node_modules/(?!@openshift-assisted|lodash-es|@patternfly)"]
}

License

Apache-2.0