sevago-sso-fe 1.0.60 → 1.0.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { TagOnClickElement } from './tag-on-click.element';
|
|
2
|
-
export
|
|
2
|
+
export * from './tag.element';
|
package/dist/index.cjs.js
CHANGED
|
@@ -50014,6 +50014,7 @@ exports.isDateString = isDateString;
|
|
|
50014
50014
|
exports.isEmpty = isEmpty$2;
|
|
50015
50015
|
exports.isSameDateTime = isSameDateTime;
|
|
50016
50016
|
exports.light = light$1;
|
|
50017
|
+
exports.lightenColor = lightenColor;
|
|
50017
50018
|
exports.lightenColorTree = lightenColorTree;
|
|
50018
50019
|
exports.normalizeText = normalizeText;
|
|
50019
50020
|
exports.phoneRegExp = phoneRegExp;
|