@aurodesignsystem/webcorestylesheets
Advanced tools
Changelog
5.0.0 (2023-09-25)
This commit also removes the necessity of copying all the src files to a dist dir and instead allows the src dir to be added to the package. Consumers will have to update dir references from ./dist to ./src in most import cases.
Processed files are still located in the ./dist dir.
Changes to be committed: modified: .github/workflows/testPublish.yml modified: .npmignore modified: README.md modified: package.json
Users will not get a failure when importing the file reference src/utilityMixins/_insetUtility.scss but instead of the mixin generating a subset of selectors, all the static selectors will be added to the project's CSS output.
This legacy feature has also been designated as DEPRECATED and should be deleted with the next MAJOR release.
All references in documentation and code has been updated from auro-
to ds-
per the new design token specification.
Changes to be committed: modified: FAQ.md modified: README.md modified: demo/3col.html modified: packageScripts/postinstall.js modified: src/* modified: tests/*
Changes to be committed: modified: package-lock.json modified: package.json