Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
ids-enterprise
Advanced tools
Starting at the end of release 4.6.0
, we moved the Soho XI codebase to Github! What this means is now anyone can view and contribute to the codebase.
There are two ways to go about using Github for development (as the Bitbucket will eventually be deprecated):
or
Infor Design System's Enterprise component library is a framework-independent UI library consisting of CSS and JS that provides Infor product development teams, partners, and customers the tools to create user experiences that are approachable, focused, relevant, perceptive.
For guidelines on when and where to use the components see the design.infor.com.
We support the latest release and the release previous to the latest (R-1) for browsers and OS versions. Which maps out as follows:
IE / Edge | Firefox | Chrome | Safari | iOS Safari |
---|---|---|---|---|
IE11, Edge | R-1 | R-1 | R-1 | R-1 |
This node module is hosted on a private repo npm.infor.com. To be able to install it in your project you need to tell npm on your system to fetch packages with the @infor
scope from the correct registry.
npm config set @infor:registry=http://npm.infor.com:4873
Then to install, run:
npm install --save @infor/sohoxi
The files can then be seen in the folder ./node_modules/@infor/sohoxi/dist
You can now get the scripts and CSS from a CDN on AWS. For example, the paths for the 4.3.5 releases would be:
https://cdn.hookandloop.infor.com/sohoxi/4.3.5/dist/js/sohoxi.js
https://cdn.hookandloop.infor.com/sohoxi/4.3.5/dist/js/sohoxi.min.js
https://cdn.hookandloop.infor.com/sohoxi/4.3.5/dist/css/dark-theme.css
https://cdn.hookandloop.infor.com/sohoxi/4.3.5/dist/css/dark-theme.min.css
https://cdn.hookandloop.infor.com/sohoxi/4.3.5/dist/css/dark-theme.css
https://cdn.hookandloop.infor.com/sohoxi/4.3.5/dist/css/dark-theme.min.css
https://cdn.hookandloop.infor.com/sohoxi/4.3.5/dist/css/light-theme.css
https://cdn.hookandloop.infor.com/sohoxi/4.3.5/dist/css/light-theme.min.css
https://cdn.hookandloop.infor.com/sohoxi/4.3.5/dist/svg/svg.html
https://cdn.hookandloop.infor.com/sohoxi/4.3.5/dist/svg/svg-extended.html
Versions available on CDN are: 4.3.2, 4.3.3, 4.3.4, 4.3.5
Note: There may be a cost involved to using this with Infor's amazon s3 account so keep this in mind when using.
node
for following the directions for your OS2.5.0
but not Python 3.git config core.autocrlf false
git
: git clone https://github.com/infor-design/enterprise.git
cd
into the repo directorynpm install
to install node packages. On macOS you may need sudo npm install
as some packages require elevated permissionsFrom within the project folder:
npx grunt
to compile initial assetsnode server
to start the web servernpx grunt watch
to watch for any file changes and rebuildlocalhost:4000
in a browser to see the local appNote that at this point any changes you make will cause SASS to recompile and the browser will reload.
Functional tests are the primary way we test the codebase. To run the tests, run npm run functional:local
.
This project uses eslint
and editorconfig
. You may want to add the following plugins to your editor to help comply with our coding standards: eslint
for Atom and VS Code, as well as editorconfig
for Atom and VS Code
Soho XI's current documentation can be found at design.infor.com/code/ids-enterprise/latest.
You can also find a subset of documentation at localhost:4000/components
when running the project locally. To contribute you can edit the readme.md
files for a component or add JSDocs comments to the source files for inline settings and events.
This project is an open source project. Please see the contribution guidelines for this project.
Please use the internal Infor Jira issue tracker to report all requests, bugs, questions, and feature requests.
For release updates see our upcoming and past version in our releases road map.
If you're an Infor employee, you can join our MS Teams Group for updates.
FAQs
Infor Design System (IDS) Enterprise Components for the web
The npm package ids-enterprise receives a total of 3,315 weekly downloads. As such, ids-enterprise popularity was classified as popular.
We found that ids-enterprise demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.