@leanix/components 0.4.337 → 0.4.339

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/index.d.ts CHANGED
@@ -99,6 +99,7 @@ export * from './lib/forms-ui/directives/selected-option.directive';
99
99
  export * from './lib/forms-ui/models/base-select.directive';
100
100
  export * from './lib/forms-ui/models/single-select-padding.interface';
101
101
  export * from './lib/forms-ui/models/sorting.interface';
102
+ export * from './lib/forms-ui/components/date-picker-ui/datepicker.config';
102
103
  export * from './lib/forms-ui/helpers/key-codes.constants';
103
104
  export * from './lib/forms-ui/pipes/filter-selection.pipe';
104
105
  export * from './lib/forms-ui/pipes/filter-term.pipe';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.4.337",
3
+ "version": "0.4.339",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {