@itcase/ui 1.8.84 → 1.8.86
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/dist/{DatePicker_cjs_BVN24HUp.js → DatePicker_cjs_BFT9fj8A.js} +1 -1
- package/dist/{DatePicker_es_tuBcfK5V.js → DatePicker_es_C1ykgFhq.js} +1 -1
- package/dist/{Input_cjs_DSpBwtPv.js → Input_cjs_CFy0tfAO.js} +8 -2
- package/dist/{Input_es_3C_YhQFo.js → Input_es_l3ry6luZ.js} +8 -2
- package/dist/cjs/components/Dadata.js +1 -1
- package/dist/cjs/components/DatePeriod.js +2 -2
- package/dist/cjs/components/DatePicker.js +2 -2
- package/dist/cjs/components/Input.js +1 -1
- package/dist/components/Dadata.js +1 -1
- package/dist/components/DatePeriod.js +2 -2
- package/dist/components/DatePicker.js +2 -2
- package/dist/components/Input.js +1 -1
- package/dist/css/components/Logo/Logo.css +7 -0
- package/dist/types/components/Input/appearance/inputError.d.ts +2 -0
- package/dist/types/components/Input/appearance/inputRequire.d.ts +2 -0
- package/dist/types/components/Input/appearance/inputSuccess.d.ts +2 -0
- package/package.json +1 -1
|
@@ -11,7 +11,7 @@ var useDevicePropsGenerator = require('./cjs/hooks/useDevicePropsGenerator/useDe
|
|
|
11
11
|
var useStyles = require('./cjs/hooks/useStyles/useStyles.js');
|
|
12
12
|
var Button = require('./Button_cjs_BG6t5BXg.js');
|
|
13
13
|
var Icon = require('./Icon_cjs_DP41Z8bS.js');
|
|
14
|
-
var Input = require('./
|
|
14
|
+
var Input = require('./Input_cjs_CFy0tfAO.js');
|
|
15
15
|
var Label = require('./Label_cjs_LEuuFaN-.js');
|
|
16
16
|
var Text = require('./Text_cjs_B8nNXWBA.js');
|
|
17
17
|
var _default = require('@itcase/icons/default');
|
|
@@ -9,7 +9,7 @@ import { useDevicePropsGenerator } from './hooks/useDevicePropsGenerator/useDevi
|
|
|
9
9
|
import { useStyles } from './hooks/useStyles/useStyles.js';
|
|
10
10
|
import { B as Button } from './Button_es_CAxHI9Qd.js';
|
|
11
11
|
import { I as Icon } from './Icon_es_-iRj1sFG.js';
|
|
12
|
-
import { I as Input } from './
|
|
12
|
+
import { I as Input } from './Input_es_l3ry6luZ.js';
|
|
13
13
|
import { L as Label } from './Label_es_Bfi00e0G.js';
|
|
14
14
|
import { T as Text } from './Text_es_BvmOR4nv.js';
|
|
15
15
|
import { icons14 } from '@itcase/icons/default';
|
|
@@ -14,7 +14,7 @@ var inputAppearanceDefault = {
|
|
|
14
14
|
borderColorHover: 'surfaceBorderQuaternary',
|
|
15
15
|
textColor: 'surfaceTextPrimary',
|
|
16
16
|
textColorDisabled: 'surfaceTextDisabled',
|
|
17
|
-
caret: '
|
|
17
|
+
caret: 'accentItemSecondary',
|
|
18
18
|
iconBeforeFill: 'surfaceItemQuaternary',
|
|
19
19
|
iconClearFill: 'surfaceItemPrimary',
|
|
20
20
|
placeholderTextColor: 'surfaceTextQuaternary',
|
|
@@ -25,7 +25,7 @@ var inputAppearanceDefault = {
|
|
|
25
25
|
borderColorHover: 'surfaceBorderQuaternary',
|
|
26
26
|
textColor: 'surfaceTextPrimary',
|
|
27
27
|
textColorDisabled: 'surfaceTextDisabled',
|
|
28
|
-
caret: '
|
|
28
|
+
caret: 'accentItemSecondary',
|
|
29
29
|
iconBeforeFill: 'surfaceItemQuaternary',
|
|
30
30
|
iconClearFill: 'surfaceItemPrimary',
|
|
31
31
|
placeholderTextColor: 'surfaceTextQuaternary',
|
|
@@ -58,6 +58,7 @@ var inputAppearanceError = {
|
|
|
58
58
|
borderColor: 'errorBorderQuaternary',
|
|
59
59
|
borderColorHover: 'errorBorderQuaternary',
|
|
60
60
|
textColor: 'surfaceTextPrimary',
|
|
61
|
+
caret: 'accentItemSecondary',
|
|
61
62
|
iconBeforeFill: 'errorItemQuaternary',
|
|
62
63
|
iconClearFill: 'errorItemPrimary',
|
|
63
64
|
placeholderTextColor: 'surfaceTextQuaternary',
|
|
@@ -66,6 +67,7 @@ var inputAppearanceError = {
|
|
|
66
67
|
fill: 'errorSecondary',
|
|
67
68
|
borderColor: 'errorBorderTertiary',
|
|
68
69
|
borderColorHover: 'errorBorderQuaternary',
|
|
70
|
+
caret: 'accentItemSecondary',
|
|
69
71
|
iconBeforeFill: 'errorItemQuaternary',
|
|
70
72
|
iconClearFill: 'errorItemPrimary',
|
|
71
73
|
placeholderTextColor: 'errorTextSecondary',
|
|
@@ -78,6 +80,7 @@ var inputAppearanceRequire = {
|
|
|
78
80
|
borderColor: 'warningBorderQuaternary',
|
|
79
81
|
borderColorHover: 'warningBorderQuaternary',
|
|
80
82
|
textColor: 'surfaceTextPrimary',
|
|
83
|
+
caret: 'accentItemSecondary',
|
|
81
84
|
iconBeforeFill: 'warningItemQuaternary',
|
|
82
85
|
iconClearFill: 'warningItemPrimary',
|
|
83
86
|
placeholderTextColor: 'surfaceTextQuaternary',
|
|
@@ -86,6 +89,7 @@ var inputAppearanceRequire = {
|
|
|
86
89
|
fill: 'surfaceSecondary',
|
|
87
90
|
borderColor: 'surfaceBorderTertiary',
|
|
88
91
|
borderColorHover: 'surfaceBorderQuaternary',
|
|
92
|
+
caret: 'accentItemSecondary',
|
|
89
93
|
iconBeforeFill: 'surfaceItemQuaternary',
|
|
90
94
|
iconClearFill: 'surfaceItemPrimary',
|
|
91
95
|
placeholderTextColor: 'surfaceTextSecondary',
|
|
@@ -169,6 +173,7 @@ var inputAppearanceSuccess = {
|
|
|
169
173
|
borderColor: 'successBorderQuaternary',
|
|
170
174
|
borderColorHover: 'successBorderQuaternary',
|
|
171
175
|
textColor: 'surfaceTextPrimary',
|
|
176
|
+
caret: 'accentItemSecondary',
|
|
172
177
|
iconBeforeFill: 'successItemQuaternary',
|
|
173
178
|
iconClearFill: 'successItemPrimary',
|
|
174
179
|
placeholderTextColor: 'surfaceTextQuaternary',
|
|
@@ -177,6 +182,7 @@ var inputAppearanceSuccess = {
|
|
|
177
182
|
fill: 'surfaceSecondary',
|
|
178
183
|
borderColor: 'surfaceBorderTertiary',
|
|
179
184
|
borderColorHover: 'surfaceBorderQuaternary',
|
|
185
|
+
caret: 'accentItemSecondary',
|
|
180
186
|
iconBeforeFill: 'surfaceItemQuaternary',
|
|
181
187
|
iconClearFill: 'surfaceItemPrimary',
|
|
182
188
|
placeholderTextColor: 'surfaceTextSecondary',
|
|
@@ -12,7 +12,7 @@ var inputAppearanceDefault = {
|
|
|
12
12
|
borderColorHover: 'surfaceBorderQuaternary',
|
|
13
13
|
textColor: 'surfaceTextPrimary',
|
|
14
14
|
textColorDisabled: 'surfaceTextDisabled',
|
|
15
|
-
caret: '
|
|
15
|
+
caret: 'accentItemSecondary',
|
|
16
16
|
iconBeforeFill: 'surfaceItemQuaternary',
|
|
17
17
|
iconClearFill: 'surfaceItemPrimary',
|
|
18
18
|
placeholderTextColor: 'surfaceTextQuaternary',
|
|
@@ -23,7 +23,7 @@ var inputAppearanceDefault = {
|
|
|
23
23
|
borderColorHover: 'surfaceBorderQuaternary',
|
|
24
24
|
textColor: 'surfaceTextPrimary',
|
|
25
25
|
textColorDisabled: 'surfaceTextDisabled',
|
|
26
|
-
caret: '
|
|
26
|
+
caret: 'accentItemSecondary',
|
|
27
27
|
iconBeforeFill: 'surfaceItemQuaternary',
|
|
28
28
|
iconClearFill: 'surfaceItemPrimary',
|
|
29
29
|
placeholderTextColor: 'surfaceTextQuaternary',
|
|
@@ -56,6 +56,7 @@ var inputAppearanceError = {
|
|
|
56
56
|
borderColor: 'errorBorderQuaternary',
|
|
57
57
|
borderColorHover: 'errorBorderQuaternary',
|
|
58
58
|
textColor: 'surfaceTextPrimary',
|
|
59
|
+
caret: 'accentItemSecondary',
|
|
59
60
|
iconBeforeFill: 'errorItemQuaternary',
|
|
60
61
|
iconClearFill: 'errorItemPrimary',
|
|
61
62
|
placeholderTextColor: 'surfaceTextQuaternary',
|
|
@@ -64,6 +65,7 @@ var inputAppearanceError = {
|
|
|
64
65
|
fill: 'errorSecondary',
|
|
65
66
|
borderColor: 'errorBorderTertiary',
|
|
66
67
|
borderColorHover: 'errorBorderQuaternary',
|
|
68
|
+
caret: 'accentItemSecondary',
|
|
67
69
|
iconBeforeFill: 'errorItemQuaternary',
|
|
68
70
|
iconClearFill: 'errorItemPrimary',
|
|
69
71
|
placeholderTextColor: 'errorTextSecondary',
|
|
@@ -76,6 +78,7 @@ var inputAppearanceRequire = {
|
|
|
76
78
|
borderColor: 'warningBorderQuaternary',
|
|
77
79
|
borderColorHover: 'warningBorderQuaternary',
|
|
78
80
|
textColor: 'surfaceTextPrimary',
|
|
81
|
+
caret: 'accentItemSecondary',
|
|
79
82
|
iconBeforeFill: 'warningItemQuaternary',
|
|
80
83
|
iconClearFill: 'warningItemPrimary',
|
|
81
84
|
placeholderTextColor: 'surfaceTextQuaternary',
|
|
@@ -84,6 +87,7 @@ var inputAppearanceRequire = {
|
|
|
84
87
|
fill: 'surfaceSecondary',
|
|
85
88
|
borderColor: 'surfaceBorderTertiary',
|
|
86
89
|
borderColorHover: 'surfaceBorderQuaternary',
|
|
90
|
+
caret: 'accentItemSecondary',
|
|
87
91
|
iconBeforeFill: 'surfaceItemQuaternary',
|
|
88
92
|
iconClearFill: 'surfaceItemPrimary',
|
|
89
93
|
placeholderTextColor: 'surfaceTextSecondary',
|
|
@@ -167,6 +171,7 @@ var inputAppearanceSuccess = {
|
|
|
167
171
|
borderColor: 'successBorderQuaternary',
|
|
168
172
|
borderColorHover: 'successBorderQuaternary',
|
|
169
173
|
textColor: 'surfaceTextPrimary',
|
|
174
|
+
caret: 'accentItemSecondary',
|
|
170
175
|
iconBeforeFill: 'successItemQuaternary',
|
|
171
176
|
iconClearFill: 'successItemPrimary',
|
|
172
177
|
placeholderTextColor: 'surfaceTextQuaternary',
|
|
@@ -175,6 +180,7 @@ var inputAppearanceSuccess = {
|
|
|
175
180
|
fill: 'surfaceSecondary',
|
|
176
181
|
borderColor: 'surfaceBorderTertiary',
|
|
177
182
|
borderColorHover: 'surfaceBorderQuaternary',
|
|
183
|
+
caret: 'accentItemSecondary',
|
|
178
184
|
iconBeforeFill: 'surfaceItemQuaternary',
|
|
179
185
|
iconClearFill: 'surfaceItemPrimary',
|
|
180
186
|
placeholderTextColor: 'surfaceTextSecondary',
|
|
@@ -5,7 +5,7 @@ var jsxRuntime = require('react/jsx-runtime');
|
|
|
5
5
|
var React = require('react');
|
|
6
6
|
var clsx = require('clsx');
|
|
7
7
|
var reactDadata = require('react-dadata');
|
|
8
|
-
var Input = require('../../
|
|
8
|
+
var Input = require('../../Input_cjs_CFy0tfAO.js');
|
|
9
9
|
require('../hooks/useAppearanceConfig/useAppearanceConfig.js');
|
|
10
10
|
require('../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js');
|
|
11
11
|
require('lodash/camelCase');
|
|
@@ -4,7 +4,7 @@ var jsxRuntime = require('react/jsx-runtime');
|
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var clsx = require('clsx');
|
|
6
6
|
var common = require('@itcase/common');
|
|
7
|
-
var DatePicker = require('../../
|
|
7
|
+
var DatePicker = require('../../DatePicker_cjs_BFT9fj8A.js');
|
|
8
8
|
var useAppearanceConfig = require('../hooks/useAppearanceConfig/useAppearanceConfig.js');
|
|
9
9
|
var useDevicePropsGenerator = require('../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js');
|
|
10
10
|
var ChipsGroup = require('../../ChipsGroup_cjs_DlU08Wik.js');
|
|
@@ -30,7 +30,7 @@ require('../context/UrlAssetPrefix.js');
|
|
|
30
30
|
require('../../Link_cjs_BqT6eVl6.js');
|
|
31
31
|
require('../../Text_cjs_B8nNXWBA.js');
|
|
32
32
|
require('../../Loader_cjs_DlnM5Vzb.js');
|
|
33
|
-
require('../../
|
|
33
|
+
require('../../Input_cjs_CFy0tfAO.js');
|
|
34
34
|
require('../../Label_cjs_LEuuFaN-.js');
|
|
35
35
|
require('@itcase/icons/default');
|
|
36
36
|
require('lodash/castArray');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var DatePicker = require('../../
|
|
3
|
+
var DatePicker = require('../../DatePicker_cjs_BFT9fj8A.js');
|
|
4
4
|
require('../../tslib.es6_cjs_CCZ3TN_7.js');
|
|
5
5
|
require('react/jsx-runtime');
|
|
6
6
|
require('react');
|
|
@@ -30,7 +30,7 @@ require('../context/UrlAssetPrefix.js');
|
|
|
30
30
|
require('../../Link_cjs_BqT6eVl6.js');
|
|
31
31
|
require('../../Text_cjs_B8nNXWBA.js');
|
|
32
32
|
require('../../Loader_cjs_DlnM5Vzb.js');
|
|
33
|
-
require('../../
|
|
33
|
+
require('../../Input_cjs_CFy0tfAO.js');
|
|
34
34
|
require('../../Label_cjs_LEuuFaN-.js');
|
|
35
35
|
require('@itcase/icons/default');
|
|
36
36
|
|
|
@@ -3,7 +3,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
3
3
|
import { useMemo } from 'react';
|
|
4
4
|
import clsx from 'clsx';
|
|
5
5
|
import { PartySuggestions } from 'react-dadata';
|
|
6
|
-
import { I as Input } from '../
|
|
6
|
+
import { I as Input } from '../Input_es_l3ry6luZ.js';
|
|
7
7
|
import '../hooks/useAppearanceConfig/useAppearanceConfig.js';
|
|
8
8
|
import '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
|
|
9
9
|
import 'lodash/camelCase';
|
|
@@ -2,7 +2,7 @@ import { jsx, jsxs } from 'react/jsx-runtime';
|
|
|
2
2
|
import { useCallback } from 'react';
|
|
3
3
|
import clsx from 'clsx';
|
|
4
4
|
import { DATE_PERIOD_INTERVALS } from '@itcase/common';
|
|
5
|
-
import { D as DatePickerInput } from '../
|
|
5
|
+
import { D as DatePickerInput } from '../DatePicker_es_C1ykgFhq.js';
|
|
6
6
|
import { useAppearanceConfig } from '../hooks/useAppearanceConfig/useAppearanceConfig.js';
|
|
7
7
|
import { useDevicePropsGenerator } from '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
|
|
8
8
|
import { b as ChipsGroup, C as Chips } from '../ChipsGroup_es_BcYHhSiE.js';
|
|
@@ -28,7 +28,7 @@ import '../context/UrlAssetPrefix.js';
|
|
|
28
28
|
import '../Link_es_BnUIX0QT.js';
|
|
29
29
|
import '../Text_es_BvmOR4nv.js';
|
|
30
30
|
import '../Loader_es_DhNCKZ8Y.js';
|
|
31
|
-
import '../
|
|
31
|
+
import '../Input_es_l3ry6luZ.js';
|
|
32
32
|
import '../Label_es_Bfi00e0G.js';
|
|
33
33
|
import '@itcase/icons/default';
|
|
34
34
|
import 'lodash/castArray';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { D as DatePickerInput, a as datePickerAppearance, d as datePickerConfig } from '../
|
|
1
|
+
export { D as DatePickerInput, a as datePickerAppearance, d as datePickerConfig } from '../DatePicker_es_C1ykgFhq.js';
|
|
2
2
|
import '../tslib.es6_es_Bwu1Cn-t.js';
|
|
3
3
|
import 'react/jsx-runtime';
|
|
4
4
|
import 'react';
|
|
@@ -28,6 +28,6 @@ import '../context/UrlAssetPrefix.js';
|
|
|
28
28
|
import '../Link_es_BnUIX0QT.js';
|
|
29
29
|
import '../Text_es_BvmOR4nv.js';
|
|
30
30
|
import '../Loader_es_DhNCKZ8Y.js';
|
|
31
|
-
import '../
|
|
31
|
+
import '../Input_es_l3ry6luZ.js';
|
|
32
32
|
import '../Label_es_Bfi00e0G.js';
|
|
33
33
|
import '@itcase/icons/default';
|
package/dist/components/Input.js
CHANGED
|
@@ -4,6 +4,7 @@ declare const inputAppearanceError: {
|
|
|
4
4
|
borderColor: string;
|
|
5
5
|
borderColorHover: string;
|
|
6
6
|
textColor: string;
|
|
7
|
+
caret: string;
|
|
7
8
|
iconBeforeFill: string;
|
|
8
9
|
iconClearFill: string;
|
|
9
10
|
placeholderTextColor: string;
|
|
@@ -12,6 +13,7 @@ declare const inputAppearanceError: {
|
|
|
12
13
|
fill: string;
|
|
13
14
|
borderColor: string;
|
|
14
15
|
borderColorHover: string;
|
|
16
|
+
caret: string;
|
|
15
17
|
iconBeforeFill: string;
|
|
16
18
|
iconClearFill: string;
|
|
17
19
|
placeholderTextColor: string;
|
|
@@ -4,6 +4,7 @@ declare const inputAppearanceRequire: {
|
|
|
4
4
|
borderColor: string;
|
|
5
5
|
borderColorHover: string;
|
|
6
6
|
textColor: string;
|
|
7
|
+
caret: string;
|
|
7
8
|
iconBeforeFill: string;
|
|
8
9
|
iconClearFill: string;
|
|
9
10
|
placeholderTextColor: string;
|
|
@@ -12,6 +13,7 @@ declare const inputAppearanceRequire: {
|
|
|
12
13
|
fill: string;
|
|
13
14
|
borderColor: string;
|
|
14
15
|
borderColorHover: string;
|
|
16
|
+
caret: string;
|
|
15
17
|
iconBeforeFill: string;
|
|
16
18
|
iconClearFill: string;
|
|
17
19
|
placeholderTextColor: string;
|
|
@@ -4,6 +4,7 @@ declare const inputAppearanceSuccess: {
|
|
|
4
4
|
borderColor: string;
|
|
5
5
|
borderColorHover: string;
|
|
6
6
|
textColor: string;
|
|
7
|
+
caret: string;
|
|
7
8
|
iconBeforeFill: string;
|
|
8
9
|
iconClearFill: string;
|
|
9
10
|
placeholderTextColor: string;
|
|
@@ -12,6 +13,7 @@ declare const inputAppearanceSuccess: {
|
|
|
12
13
|
fill: string;
|
|
13
14
|
borderColor: string;
|
|
14
15
|
borderColorHover: string;
|
|
16
|
+
caret: string;
|
|
15
17
|
iconBeforeFill: string;
|
|
16
18
|
iconClearFill: string;
|
|
17
19
|
placeholderTextColor: string;
|