@limetech/lime-elements 37.58.0 → 37.59.0

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,4 @@
1
+ import React from 'react';
2
+ import { WidgetProps } from './types';
3
+ export declare const DateOnlyPicker: React.FunctionComponent<WidgetProps>;
4
+ //# sourceMappingURL=date-only-picker.d.ts.map
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { WidgetProps } from './types';
3
+ export declare const TimePicker: React.FunctionComponent<WidgetProps>;
4
+ //# sourceMappingURL=time-picker.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-elements",
3
- "version": "37.58.0",
3
+ "version": "37.59.0",
4
4
  "description": "Lime Elements",
5
5
  "author": "Lime Technologies",
6
6
  "license": "Apache-2.0",
@@ -46,7 +46,7 @@
46
46
  "@commitlint/config-conventional": "^19.5.0",
47
47
  "@eslint/eslintrc": "^3.1.0",
48
48
  "@eslint/js": "^9.10.0",
49
- "@microsoft/api-extractor": "^7.47.8",
49
+ "@microsoft/api-extractor": "^7.47.9",
50
50
  "@popperjs/core": "^2.11.8",
51
51
  "@rjsf/core": "^2.4.2",
52
52
  "@rollup/plugin-node-resolve": "^13.3.0",