@leanix/components 0.4.143 → 0.4.144

Sign up to get free protection for your applications and to get access to all the features.
package/index.d.ts CHANGED
@@ -55,6 +55,8 @@ export * from './lib/forms-ui/components/currency/currency-input.component';
55
55
  export * from './lib/forms-ui/components/currency/currency-symbol-map.constant';
56
56
  export * from './lib/forms-ui/components/currency/currency-symbol.component';
57
57
  export * from './lib/forms-ui/components/date-input/date-input.component';
58
+ export * from './lib/forms-ui/components/date-picker-ui/date-formatter';
59
+ export * from './lib/forms-ui/components/date-picker-ui/datepicker.component';
58
60
  export * from './lib/forms-ui/components/drag-and-drop-list/drag-and-drop-list-item/drag-and-drop-list-item.component';
59
61
  export * from './lib/forms-ui/components/drag-and-drop-list/drag-and-drop-list.component';
60
62
  export * from './lib/forms-ui/components/error-message/error-message.component';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.4.143",
3
+ "version": "0.4.144",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {