@edvisor/product-language 0.11.1 → 0.11.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.
@@ -0,0 +1,9 @@
1
+ import { FC } from '@helpers';
2
+ import { IDatePickerSlots } from './helpers/date-picker-factory';
3
+ import { IDatePickerProps } from './date-picker';
4
+ /** Date picker implementation that handles utc dates.
5
+ *
6
+ * Useful when you want to keep the same date regardless of timezone offsets.
7
+ *
8
+ */
9
+ export declare const DatePickerUTC: FC<IDatePickerProps, IDatePickerSlots>;
@@ -1 +1,2 @@
1
1
  export * from './date-picker';
2
+ export * from './date-picker-utc';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edvisor/product-language",
3
- "version": "0.11.1",
3
+ "version": "0.11.2",
4
4
  "license": "MIT",
5
5
  "description": "Edvisor.io product-language components",
6
6
  "repository": "https://github.com/edvisor-io/front-end/",