@true-engineering/true-react-common-ui-kit 1.4.0 → 1.4.1

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/dist/index.d.ts CHANGED
@@ -3,3 +3,4 @@ export * from './components';
3
3
  export * from './hooks';
4
4
  export * from './types';
5
5
  export * from './helpers';
6
+ export * from './helpers/snippets';
@@ -27141,6 +27141,7 @@ export {
27141
27141
  minWidthModifier,
27142
27142
  phoneInfo,
27143
27143
  removeStringFormat,
27144
+ renderIcon,
27144
27145
  rgba,
27145
27146
  setCaretPosition,
27146
27147
  sortCountriesByLocale,
@@ -27130,6 +27130,7 @@
27130
27130
  exports2.minWidthModifier = minWidthModifier;
27131
27131
  exports2.phoneInfo = phoneInfo;
27132
27132
  exports2.removeStringFormat = removeStringFormat;
27133
+ exports2.renderIcon = renderIcon;
27133
27134
  exports2.rgba = rgba;
27134
27135
  exports2.setCaretPosition = setCaretPosition;
27135
27136
  exports2.sortCountriesByLocale = sortCountriesByLocale;