@ozen-ui/kit 0.62.0 → 0.63.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.
@@ -38,9 +38,9 @@ export type DatePickerPropOnError = (props: {
38
38
  export type DatePickerRef = ComponentRef<'div'>;
39
39
  /**
40
40
  * @deprecated
41
- * Use the `DatePickerPropOnInputChange` type to replace it.
41
+ * Use the `DatePickerPropOnChange` type to replace it.
42
42
  * */
43
- export type DatePickerOnChange<MODE extends DatePickerModeVariant> = DatePickerPropOnInputChange<MODE>;
43
+ export type DatePickerOnChange<MODE extends DatePickerModeVariant> = DatePickerPropOnChange<MODE>;
44
44
  /**
45
45
  * @deprecated
46
46
  * Use the `DatePickerPropOnInputChange` type to replace it.
@@ -21,9 +21,9 @@ var SelectRender = function (inProps, ref) {
21
21
  props: inProps,
22
22
  name: 'Select',
23
23
  });
24
- var _a = props.size, size = _a === void 0 ? constants_1.SELECT_DEFAULT_SIZE : _a, _b = props.autoFocus, autoFocus = _b === void 0 ? constants_1.SELECT_DEFAULT_AUTO_FOCUS : _b, _c = props.fullWidth, fullWidth = _c === void 0 ? constants_1.SELECT_DEFAULT_FULL_WIDTH : _c, _d = props.disabled, disabled = _d === void 0 ? constants_1.SELECT_DEFAULT_DISABLED : _d, _e = props.required, required = _e === void 0 ? constants_1.SELECT_DEFAULT_REQUIRED : _e, _f = props.multiline, multiline = _f === void 0 ? constants_1.SELECT_DEFAULT_MULTILINE : _f, _g = props.defaultOpen, defaultOpen = _g === void 0 ? constants_1.SELECT_DEFAULT_DEFAULT_OPEN : _g, valueProp = props.value, defaultValue = props.defaultValue, onChange = props.onChange, renderValueProp = props.renderValue, children = props.children, onClick = props.onClick, onKeyDown = props.onKeyDown, menuProps = props.menuProps, dataListPropsProp = props.dataListProps, bodyProps = props.bodyProps, bodeRefProp = props.bodyRef, onCloseProp = props.onClose, onOpenProp = props.onOpen, openProp = props.open, multiple = props.multiple, other = tslib_1.__rest(props, ["size", "autoFocus", "fullWidth", "disabled", "required", "multiline", "defaultOpen", "value", "defaultValue", "onChange", "renderValue", "children", "onClick", "onKeyDown", "menuProps", "dataListProps", "bodyProps", "bodyRef", "onClose", "onOpen", "open", "multiple"]);
24
+ var _a = props.size, size = _a === void 0 ? constants_1.SELECT_DEFAULT_SIZE : _a, _b = props.autoFocus, autoFocus = _b === void 0 ? constants_1.SELECT_DEFAULT_AUTO_FOCUS : _b, _c = props.fullWidth, fullWidth = _c === void 0 ? constants_1.SELECT_DEFAULT_FULL_WIDTH : _c, _d = props.disabled, disabled = _d === void 0 ? constants_1.SELECT_DEFAULT_DISABLED : _d, _e = props.required, required = _e === void 0 ? constants_1.SELECT_DEFAULT_REQUIRED : _e, _f = props.multiline, multiline = _f === void 0 ? constants_1.SELECT_DEFAULT_MULTILINE : _f, _g = props.defaultOpen, defaultOpen = _g === void 0 ? constants_1.SELECT_DEFAULT_DEFAULT_OPEN : _g, valueProp = props.value, defaultValue = props.defaultValue, onChange = props.onChange, renderValueProp = props.renderValue, children = props.children, onClick = props.onClick, onKeyDown = props.onKeyDown, menuProps = props.menuProps, dataListPropsProp = props.dataListProps, bodyProps = props.bodyProps, bodyRefProp = props.bodyRef, onCloseProp = props.onClose, onOpenProp = props.onOpen, openProp = props.open, multiple = props.multiple, other = tslib_1.__rest(props, ["size", "autoFocus", "fullWidth", "disabled", "required", "multiline", "defaultOpen", "value", "defaultValue", "onChange", "renderValue", "children", "onClick", "onKeyDown", "menuProps", "dataListProps", "bodyProps", "bodyRef", "onClose", "onOpen", "open", "multiple"]);
25
25
  var bodyInnerRef = (0, react_1.useRef)(null);
26
- var bodyRef = (0, useMultiRef_1.useMultiRef)([(bodyProps === null || bodyProps === void 0 ? void 0 : bodyProps.ref) || bodeRefProp, bodyInnerRef]);
26
+ var bodyRef = (0, useMultiRef_1.useMultiRef)([(bodyProps === null || bodyProps === void 0 ? void 0 : bodyProps.ref) || bodyRefProp, bodyInnerRef]);
27
27
  var dataListProps = dataListPropsProp || menuProps;
28
28
  var _h = tslib_1.__read((0, useControlled_1.useControlled)({
29
29
  value: valueProp,
@@ -4,31 +4,31 @@
4
4
  --color-content-tertiary: #7e8194;
5
5
  --color-content-disabled: #9a9eb5;
6
6
  --color-content-ghost-disabled: rgb(255 255 255 / 40%);
7
- --color-content-action: #0534d0;
8
- --color-content-action-hover: #082ba0;
9
- --color-content-action-pressed: #0a2171;
10
- --color-content-action-dark: #0d1841;
7
+ --color-content-action: #023dff;
8
+ --color-content-action-hover: #0534d0;
9
+ --color-content-action-pressed: #082ba0;
10
+ --color-content-action-dark: #0a2171;
11
11
  --color-content-action-secondary: #2c2c33;
12
12
  --color-content-action-secondary-hover: #1e1d22;
13
13
  --color-content-action-secondary-pressed: #17161a;
14
14
  --color-content-action-secondary-dark: #17161a;
15
15
  --color-content-action-on: #fff;
16
- --color-content-error: #cf4a4b;
17
- --color-content-error-hover: #9f3b3d;
18
- --color-content-error-pressed: #702d2e;
19
- --color-content-error-dark: #401e20;
16
+ --color-content-error: #ff5959;
17
+ --color-content-error-hover: #cf4a4b;
18
+ --color-content-error-pressed: #9f3b3d;
19
+ --color-content-error-dark: #702d2e;
20
20
  --color-content-warning: #cf8d2a;
21
21
  --color-content-warning-hover: #9f6d24;
22
22
  --color-content-warning-pressed: #704e1e;
23
23
  --color-content-warning-dark: #402e18;
24
- --color-content-success: #039904;
25
- --color-content-success-hover: #067607;
26
- --color-content-success-pressed: #0a540b;
27
- --color-content-success-dark: #0d310e;
28
- --color-content-info: #6a05d0;
29
- --color-content-info-hover: #5307a0;
30
- --color-content-info-pressed: #3d0a71;
31
- --color-content-info-dark: #270d41;
24
+ --color-content-success: #0b0;
25
+ --color-content-success-hover: #039904;
26
+ --color-content-success-pressed: #067607;
27
+ --color-content-success-dark: #0a540b;
28
+ --color-content-info: #8002ff;
29
+ --color-content-info-hover: #6a05d0;
30
+ --color-content-info-pressed: #5307a0;
31
+ --color-content-info-dark: #3d0a71;
32
32
  --color-content-primary-inverse: #fff;
33
33
  --color-content-accent-primary: #989aa5;
34
34
  --color-accent-primary: #1b1c24;
@@ -4,31 +4,31 @@
4
4
  --color-content-tertiary: #7e8194;
5
5
  --color-content-disabled: #9a9eb5;
6
6
  --color-content-ghost-disabled: rgb(255 255 255 / 40%);
7
- --color-content-action: #039904;
8
- --color-content-action-hover: #067607;
9
- --color-content-action-pressed: #0a540b;
10
- --color-content-action-dark: #0d310e;
7
+ --color-content-action: #0b0;
8
+ --color-content-action-hover: #039904;
9
+ --color-content-action-pressed: #067607;
10
+ --color-content-action-dark: #0a540b;
11
11
  --color-content-action-secondary: #2c2c33;
12
12
  --color-content-action-secondary-hover: #1e1d22;
13
13
  --color-content-action-secondary-pressed: #17161a;
14
14
  --color-content-action-secondary-dark: #17161a;
15
15
  --color-content-action-on: #fff;
16
- --color-content-error: #cf4a4b;
17
- --color-content-error-hover: #9f3b3d;
18
- --color-content-error-pressed: #702d2e;
19
- --color-content-error-dark: #401e20;
16
+ --color-content-error: #ff5959;
17
+ --color-content-error-hover: #cf4a4b;
18
+ --color-content-error-pressed: #9f3b3d;
19
+ --color-content-error-dark: #702d2e;
20
20
  --color-content-warning: #cf8d2a;
21
21
  --color-content-warning-hover: #9f6d24;
22
22
  --color-content-warning-pressed: #704e1e;
23
23
  --color-content-warning-dark: #402e18;
24
- --color-content-success: #039904;
25
- --color-content-success-hover: #067607;
26
- --color-content-success-pressed: #0a540b;
27
- --color-content-success-dark: #0d310e;
28
- --color-content-info: #0534d0;
29
- --color-content-info-hover: #082ba0;
30
- --color-content-info-pressed: #0a2171;
31
- --color-content-info-dark: #0d1841;
24
+ --color-content-success: #0b0;
25
+ --color-content-success-hover: #039904;
26
+ --color-content-success-pressed: #067607;
27
+ --color-content-success-dark: #0a540b;
28
+ --color-content-info: #023dff;
29
+ --color-content-info-hover: #0534d0;
30
+ --color-content-info-pressed: #082ba0;
31
+ --color-content-info-dark: #0a2171;
32
32
  --color-content-primary-inverse: #fff;
33
33
  --color-content-accent-secondary: #989aa5;
34
34
  --color-accent-main: #14151b;
@@ -4,31 +4,31 @@
4
4
  --color-content-tertiary: #7e8194;
5
5
  --color-content-disabled: #9a9eb5;
6
6
  --color-content-ghost-disabled: rgb(255 255 255 / 40%);
7
- --color-content-action: #ad8b59;
8
- --color-content-action-hover: #866c47;
9
- --color-content-action-pressed: #5f4d36;
10
- --color-content-action-dark: #372e24;
7
+ --color-content-action: #d4aa6b;
8
+ --color-content-action-hover: #ad8b59;
9
+ --color-content-action-pressed: #866c47;
10
+ --color-content-action-dark: #5f4d36;
11
11
  --color-content-action-secondary: #2c2c33;
12
12
  --color-content-action-secondary-hover: #1e1d22;
13
13
  --color-content-action-secondary-pressed: #17161a;
14
14
  --color-content-action-secondary-dark: #17161a;
15
15
  --color-content-action-on: #fff;
16
- --color-content-error: #c85390;
17
- --color-content-error-hover: #9a4270;
18
- --color-content-error-pressed: #6c3151;
19
- --color-content-error-dark: #3e2031;
20
- --color-content-warning: #cf6944;
21
- --color-content-warning-hover: #9f5237;
22
- --color-content-warning-pressed: #703c2b;
23
- --color-content-warning-dark: #40251e;
24
- --color-content-success: #039904;
25
- --color-content-success-hover: #067607;
26
- --color-content-success-pressed: #0a540b;
27
- --color-content-success-dark: #0d310e;
28
- --color-content-info: #0534d0;
29
- --color-content-info-hover: #082ba0;
30
- --color-content-info-pressed: #0a2171;
31
- --color-content-info-dark: #0d1841;
16
+ --color-content-error: #f664af;
17
+ --color-content-error-hover: #c85390;
18
+ --color-content-error-pressed: #9a4270;
19
+ --color-content-error-dark: #6c3151;
20
+ --color-content-warning: #ff7f50;
21
+ --color-content-warning-hover: #cf6944;
22
+ --color-content-warning-pressed: #9f5237;
23
+ --color-content-warning-dark: #703c2b;
24
+ --color-content-success: #0b0;
25
+ --color-content-success-hover: #039904;
26
+ --color-content-success-pressed: #067607;
27
+ --color-content-success-dark: #0a540b;
28
+ --color-content-info: #023dff;
29
+ --color-content-info-hover: #0534d0;
30
+ --color-content-info-pressed: #082ba0;
31
+ --color-content-info-dark: #0a2171;
32
32
  --color-content-primary-inverse: #fff;
33
33
  --color-content-accent-secondary: #989aa5;
34
34
  --color-accent-main: #14151b;
@@ -38,9 +38,9 @@ export type DatePickerPropOnError = (props: {
38
38
  export type DatePickerRef = ComponentRef<'div'>;
39
39
  /**
40
40
  * @deprecated
41
- * Use the `DatePickerPropOnInputChange` type to replace it.
41
+ * Use the `DatePickerPropOnChange` type to replace it.
42
42
  * */
43
- export type DatePickerOnChange<MODE extends DatePickerModeVariant> = DatePickerPropOnInputChange<MODE>;
43
+ export type DatePickerOnChange<MODE extends DatePickerModeVariant> = DatePickerPropOnChange<MODE>;
44
44
  /**
45
45
  * @deprecated
46
46
  * Use the `DatePickerPropOnInputChange` type to replace it.
@@ -18,9 +18,9 @@ var SelectRender = function (inProps, ref) {
18
18
  props: inProps,
19
19
  name: 'Select',
20
20
  });
21
- var _a = props.size, size = _a === void 0 ? SELECT_DEFAULT_SIZE : _a, _b = props.autoFocus, autoFocus = _b === void 0 ? SELECT_DEFAULT_AUTO_FOCUS : _b, _c = props.fullWidth, fullWidth = _c === void 0 ? SELECT_DEFAULT_FULL_WIDTH : _c, _d = props.disabled, disabled = _d === void 0 ? SELECT_DEFAULT_DISABLED : _d, _e = props.required, required = _e === void 0 ? SELECT_DEFAULT_REQUIRED : _e, _f = props.multiline, multiline = _f === void 0 ? SELECT_DEFAULT_MULTILINE : _f, _g = props.defaultOpen, defaultOpen = _g === void 0 ? SELECT_DEFAULT_DEFAULT_OPEN : _g, valueProp = props.value, defaultValue = props.defaultValue, onChange = props.onChange, renderValueProp = props.renderValue, children = props.children, onClick = props.onClick, onKeyDown = props.onKeyDown, menuProps = props.menuProps, dataListPropsProp = props.dataListProps, bodyProps = props.bodyProps, bodeRefProp = props.bodyRef, onCloseProp = props.onClose, onOpenProp = props.onOpen, openProp = props.open, multiple = props.multiple, other = __rest(props, ["size", "autoFocus", "fullWidth", "disabled", "required", "multiline", "defaultOpen", "value", "defaultValue", "onChange", "renderValue", "children", "onClick", "onKeyDown", "menuProps", "dataListProps", "bodyProps", "bodyRef", "onClose", "onOpen", "open", "multiple"]);
21
+ var _a = props.size, size = _a === void 0 ? SELECT_DEFAULT_SIZE : _a, _b = props.autoFocus, autoFocus = _b === void 0 ? SELECT_DEFAULT_AUTO_FOCUS : _b, _c = props.fullWidth, fullWidth = _c === void 0 ? SELECT_DEFAULT_FULL_WIDTH : _c, _d = props.disabled, disabled = _d === void 0 ? SELECT_DEFAULT_DISABLED : _d, _e = props.required, required = _e === void 0 ? SELECT_DEFAULT_REQUIRED : _e, _f = props.multiline, multiline = _f === void 0 ? SELECT_DEFAULT_MULTILINE : _f, _g = props.defaultOpen, defaultOpen = _g === void 0 ? SELECT_DEFAULT_DEFAULT_OPEN : _g, valueProp = props.value, defaultValue = props.defaultValue, onChange = props.onChange, renderValueProp = props.renderValue, children = props.children, onClick = props.onClick, onKeyDown = props.onKeyDown, menuProps = props.menuProps, dataListPropsProp = props.dataListProps, bodyProps = props.bodyProps, bodyRefProp = props.bodyRef, onCloseProp = props.onClose, onOpenProp = props.onOpen, openProp = props.open, multiple = props.multiple, other = __rest(props, ["size", "autoFocus", "fullWidth", "disabled", "required", "multiline", "defaultOpen", "value", "defaultValue", "onChange", "renderValue", "children", "onClick", "onKeyDown", "menuProps", "dataListProps", "bodyProps", "bodyRef", "onClose", "onOpen", "open", "multiple"]);
22
22
  var bodyInnerRef = useRef(null);
23
- var bodyRef = useMultiRef([(bodyProps === null || bodyProps === void 0 ? void 0 : bodyProps.ref) || bodeRefProp, bodyInnerRef]);
23
+ var bodyRef = useMultiRef([(bodyProps === null || bodyProps === void 0 ? void 0 : bodyProps.ref) || bodyRefProp, bodyInnerRef]);
24
24
  var dataListProps = dataListPropsProp || menuProps;
25
25
  var _h = __read(useControlled({
26
26
  value: valueProp,
@@ -4,31 +4,31 @@
4
4
  --color-content-tertiary: #7e8194;
5
5
  --color-content-disabled: #9a9eb5;
6
6
  --color-content-ghost-disabled: rgb(255 255 255 / 40%);
7
- --color-content-action: #0534d0;
8
- --color-content-action-hover: #082ba0;
9
- --color-content-action-pressed: #0a2171;
10
- --color-content-action-dark: #0d1841;
7
+ --color-content-action: #023dff;
8
+ --color-content-action-hover: #0534d0;
9
+ --color-content-action-pressed: #082ba0;
10
+ --color-content-action-dark: #0a2171;
11
11
  --color-content-action-secondary: #2c2c33;
12
12
  --color-content-action-secondary-hover: #1e1d22;
13
13
  --color-content-action-secondary-pressed: #17161a;
14
14
  --color-content-action-secondary-dark: #17161a;
15
15
  --color-content-action-on: #fff;
16
- --color-content-error: #cf4a4b;
17
- --color-content-error-hover: #9f3b3d;
18
- --color-content-error-pressed: #702d2e;
19
- --color-content-error-dark: #401e20;
16
+ --color-content-error: #ff5959;
17
+ --color-content-error-hover: #cf4a4b;
18
+ --color-content-error-pressed: #9f3b3d;
19
+ --color-content-error-dark: #702d2e;
20
20
  --color-content-warning: #cf8d2a;
21
21
  --color-content-warning-hover: #9f6d24;
22
22
  --color-content-warning-pressed: #704e1e;
23
23
  --color-content-warning-dark: #402e18;
24
- --color-content-success: #039904;
25
- --color-content-success-hover: #067607;
26
- --color-content-success-pressed: #0a540b;
27
- --color-content-success-dark: #0d310e;
28
- --color-content-info: #6a05d0;
29
- --color-content-info-hover: #5307a0;
30
- --color-content-info-pressed: #3d0a71;
31
- --color-content-info-dark: #270d41;
24
+ --color-content-success: #0b0;
25
+ --color-content-success-hover: #039904;
26
+ --color-content-success-pressed: #067607;
27
+ --color-content-success-dark: #0a540b;
28
+ --color-content-info: #8002ff;
29
+ --color-content-info-hover: #6a05d0;
30
+ --color-content-info-pressed: #5307a0;
31
+ --color-content-info-dark: #3d0a71;
32
32
  --color-content-primary-inverse: #fff;
33
33
  --color-content-accent-primary: #989aa5;
34
34
  --color-accent-primary: #1b1c24;
@@ -4,31 +4,31 @@
4
4
  --color-content-tertiary: #7e8194;
5
5
  --color-content-disabled: #9a9eb5;
6
6
  --color-content-ghost-disabled: rgb(255 255 255 / 40%);
7
- --color-content-action: #039904;
8
- --color-content-action-hover: #067607;
9
- --color-content-action-pressed: #0a540b;
10
- --color-content-action-dark: #0d310e;
7
+ --color-content-action: #0b0;
8
+ --color-content-action-hover: #039904;
9
+ --color-content-action-pressed: #067607;
10
+ --color-content-action-dark: #0a540b;
11
11
  --color-content-action-secondary: #2c2c33;
12
12
  --color-content-action-secondary-hover: #1e1d22;
13
13
  --color-content-action-secondary-pressed: #17161a;
14
14
  --color-content-action-secondary-dark: #17161a;
15
15
  --color-content-action-on: #fff;
16
- --color-content-error: #cf4a4b;
17
- --color-content-error-hover: #9f3b3d;
18
- --color-content-error-pressed: #702d2e;
19
- --color-content-error-dark: #401e20;
16
+ --color-content-error: #ff5959;
17
+ --color-content-error-hover: #cf4a4b;
18
+ --color-content-error-pressed: #9f3b3d;
19
+ --color-content-error-dark: #702d2e;
20
20
  --color-content-warning: #cf8d2a;
21
21
  --color-content-warning-hover: #9f6d24;
22
22
  --color-content-warning-pressed: #704e1e;
23
23
  --color-content-warning-dark: #402e18;
24
- --color-content-success: #039904;
25
- --color-content-success-hover: #067607;
26
- --color-content-success-pressed: #0a540b;
27
- --color-content-success-dark: #0d310e;
28
- --color-content-info: #0534d0;
29
- --color-content-info-hover: #082ba0;
30
- --color-content-info-pressed: #0a2171;
31
- --color-content-info-dark: #0d1841;
24
+ --color-content-success: #0b0;
25
+ --color-content-success-hover: #039904;
26
+ --color-content-success-pressed: #067607;
27
+ --color-content-success-dark: #0a540b;
28
+ --color-content-info: #023dff;
29
+ --color-content-info-hover: #0534d0;
30
+ --color-content-info-pressed: #082ba0;
31
+ --color-content-info-dark: #0a2171;
32
32
  --color-content-primary-inverse: #fff;
33
33
  --color-content-accent-secondary: #989aa5;
34
34
  --color-accent-main: #14151b;
@@ -4,31 +4,31 @@
4
4
  --color-content-tertiary: #7e8194;
5
5
  --color-content-disabled: #9a9eb5;
6
6
  --color-content-ghost-disabled: rgb(255 255 255 / 40%);
7
- --color-content-action: #ad8b59;
8
- --color-content-action-hover: #866c47;
9
- --color-content-action-pressed: #5f4d36;
10
- --color-content-action-dark: #372e24;
7
+ --color-content-action: #d4aa6b;
8
+ --color-content-action-hover: #ad8b59;
9
+ --color-content-action-pressed: #866c47;
10
+ --color-content-action-dark: #5f4d36;
11
11
  --color-content-action-secondary: #2c2c33;
12
12
  --color-content-action-secondary-hover: #1e1d22;
13
13
  --color-content-action-secondary-pressed: #17161a;
14
14
  --color-content-action-secondary-dark: #17161a;
15
15
  --color-content-action-on: #fff;
16
- --color-content-error: #c85390;
17
- --color-content-error-hover: #9a4270;
18
- --color-content-error-pressed: #6c3151;
19
- --color-content-error-dark: #3e2031;
20
- --color-content-warning: #cf6944;
21
- --color-content-warning-hover: #9f5237;
22
- --color-content-warning-pressed: #703c2b;
23
- --color-content-warning-dark: #40251e;
24
- --color-content-success: #039904;
25
- --color-content-success-hover: #067607;
26
- --color-content-success-pressed: #0a540b;
27
- --color-content-success-dark: #0d310e;
28
- --color-content-info: #0534d0;
29
- --color-content-info-hover: #082ba0;
30
- --color-content-info-pressed: #0a2171;
31
- --color-content-info-dark: #0d1841;
16
+ --color-content-error: #f664af;
17
+ --color-content-error-hover: #c85390;
18
+ --color-content-error-pressed: #9a4270;
19
+ --color-content-error-dark: #6c3151;
20
+ --color-content-warning: #ff7f50;
21
+ --color-content-warning-hover: #cf6944;
22
+ --color-content-warning-pressed: #9f5237;
23
+ --color-content-warning-dark: #703c2b;
24
+ --color-content-success: #0b0;
25
+ --color-content-success-hover: #039904;
26
+ --color-content-success-pressed: #067607;
27
+ --color-content-success-dark: #0a540b;
28
+ --color-content-info: #023dff;
29
+ --color-content-info-hover: #0534d0;
30
+ --color-content-info-pressed: #082ba0;
31
+ --color-content-info-dark: #0a2171;
32
32
  --color-content-primary-inverse: #fff;
33
33
  --color-content-accent-secondary: #989aa5;
34
34
  --color-accent-main: #14151b;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ozen-ui/kit",
3
- "version": "0.62.0",
3
+ "version": "0.63.0",
4
4
  "description": "React component library",
5
5
  "files": [
6
6
  "*"
@@ -27,9 +27,9 @@
27
27
  "react-popper": "^2.3.0",
28
28
  "react-transition-group": "^4.4.5",
29
29
  "tslib": "^2.6.3",
30
- "@ozen-ui/fonts": "0.62.0",
31
- "@ozen-ui/logger": "0.62.0",
32
- "@ozen-ui/icons": "0.62.0"
30
+ "@ozen-ui/logger": "0.63.0",
31
+ "@ozen-ui/icons": "0.63.0",
32
+ "@ozen-ui/fonts": "0.63.0"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "react": ">=17.0.2 <19.0.0",