revdev-components 0.150.0 → 0.151.0

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.
package/build/index.d.ts CHANGED
@@ -28,3 +28,4 @@ export * from "./optionsAutocomplete";
28
28
  export * from "./button";
29
29
  export * from "./splitLine";
30
30
  export * from "./audioPlayer";
31
+ export * from "./utils";
package/build/index.js CHANGED
@@ -5597,6 +5597,7 @@ exports.SocialIconNameList = SocialIconNameList;
5597
5597
  exports.SplitLine = SplitLine;
5598
5598
  exports.SwitchField = SwitchField;
5599
5599
  exports.TextAreaField = TextAreaField;
5600
+ exports.TextUtil = TextUtil;
5600
5601
  exports.isSocialIconName = isSocialIconName;
5601
5602
  exports.useAppFormRules = useAppFormRules;
5602
5603
  exports.useDebounceEffect = useDebounceEffect;
@@ -0,0 +1 @@
1
+ export * from "./text";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "revdev-components",
3
- "version": "0.150.0",
3
+ "version": "0.151.0",
4
4
  "main": "build/index.js",
5
5
  "module": "build/index.esm.js",
6
6
  "scripts": {