@aic-kits/react 0.35.6 → 0.36.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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Theme } from '../';
|
|
2
2
|
import { Color, FontSize, FontWeight, Radius, Size, Space, BorderWidth, Shadow } from '../common';
|
|
3
|
-
export type DatePickerSize = 'sm' | 'md' | 'lg';
|
|
3
|
+
export type DatePickerSize = 'xs' | 'sm' | 'md' | 'lg';
|
|
4
4
|
export type DatePickerVariant = 'outlined' | 'filled';
|
|
5
5
|
export interface DatePickerSizeConfig {
|
|
6
6
|
containerPadding: Space;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Theme } from '../';
|
|
2
2
|
import { Color, FontSize, Radius, Size, Space, Shadow } from '../common';
|
|
3
|
-
export type TimePickerSize = 'sm' | 'md' | 'lg';
|
|
3
|
+
export type TimePickerSize = 'xs' | 'sm' | 'md' | 'lg';
|
|
4
4
|
export type TimeFormat = '12h' | '24h';
|
|
5
5
|
export interface TimePickerSizeConfig {
|
|
6
6
|
inputHeight: Space;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aic-kits/react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.36.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"vite-plugin-dts": "^4.3.0",
|
|
56
56
|
"vitest": "^2.1.8"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "58c2302e31558c333c43cc87a8db8b1ad1f72c76"
|
|
59
59
|
}
|