@hsds/utils-constants
Advanced tools
Comparing version 5.2.1 to 7.0.0
@@ -5,4 +5,26 @@ # Changelog | ||
### [5.2.1](https://github.com/helpscout/hsds/compare/utils-constants-5.2.0...utils-constants-5.2.1) (2022-08-25) | ||
# [7.0.0](https://github.com/helpscout/hsds/compare/v6.0.0...v7.0.0) (2023-01-12) | ||
# [6.0.0](https://github.com/helpscout/hsds/compare/v5.0.0...v6.0.0) (2023-01-12) | ||
# [5.0.0](https://github.com/helpscout/hsds/compare/v4.0.0...v5.0.0) (2023-01-12) | ||
### Bug Fixes | ||
* **workspace:** remove esm module from projects ([829cc37](https://github.com/helpscout/hsds/commit/829cc3795f54a8bcfbc0c45b5bc36bd17463bf54)) | ||
### Features | ||
* **workspace:** improves versioning packages ([b836826](https://github.com/helpscout/hsds/commit/b836826d549aeb7295498f1091c783136079f134)) | ||
### [5.2.1](https://github.com/helpscout/hsds/compare/utils-constants-5.2.0...utils-constants-5.2.1) (2022-08-29) | ||
## [5.2.0](https://github.com/helpscout/hsds/compare/utils-constants-5.1.0...utils-constants-5.2.0) (2022-08-18) | ||
@@ -9,0 +31,0 @@ |
@@ -5,3 +5,2 @@ "use strict"; | ||
exports.TEXT_SHADES = exports.STATUSES = exports.STATES = void 0; | ||
/** | ||
@@ -17,8 +16,8 @@ * State | ||
const STATUSES = ['error', 'info', 'success', 'warning']; | ||
/** | ||
* Text | ||
*/ | ||
exports.STATUSES = STATUSES; | ||
const TEXT_SHADES = ['default', 'subtle', 'slightlyMuted', 'muted', 'faint', 'extraMuted']; | ||
exports.TEXT_SHADES = TEXT_SHADES; |
{ | ||
"name": "@hsds/utils-constants", | ||
"version": "5.2.1", | ||
"main": "./index.cjs.js", | ||
"module": "./index.esm.js", | ||
"typings": "./index.d.ts" | ||
"version": "7.0.0", | ||
"main": "./index.cjs", | ||
"type": "commonjs", | ||
"types": "./index.d.ts" | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
3977
0