@dvrd/dvr-controls 1.1.0 → 1.1.2

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.
Files changed (2) hide show
  1. package/index.ts +3 -1
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -58,6 +58,7 @@ import DvrdHeaderController from './src/js/header/v2/dvrdHeaderController';
58
58
  import FileUpload from './src/js/fileUpload/fileUpload';
59
59
  import DvrdRadioController from './src/js/radio/dvrdRadioController';
60
60
  import MobileNavigation from "./src/js/navigation/mobileNavigation";
61
+ import NumberString from './src/js/util/numberString';
61
62
 
62
63
  export {
63
64
  // Components
@@ -119,7 +120,8 @@ export {
119
120
  DateType,
120
121
  ThemeShape,
121
122
  DvrdButtonProps,
122
- GroupedSelectRef
123
+ GroupedSelectRef,
124
+ NumberString,
123
125
  };
124
126
 
125
127
  export * from './src/js/util/controlUtil';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvrd/dvr-controls",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "Custom web controls",
5
5
  "main": "index.ts",
6
6
  "files": [