@itcase/ui 1.8.128 → 1.8.129

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,2 +1,52 @@
1
- import { DatePeriodAppearanceType } from './DatePeriod.interface';
2
- export declare const datePeriodAppearance: DatePeriodAppearanceType;
1
+ export declare const datePeriodAppearance: {
2
+ circular: {
3
+ shape: string;
4
+ };
5
+ rounded: {
6
+ shape: string;
7
+ };
8
+ roundedXL: {
9
+ shape: string;
10
+ shapeStrength: string;
11
+ };
12
+ roundedL: {
13
+ shape: string;
14
+ shapeStrength: string;
15
+ };
16
+ roundedM: {
17
+ shape: string;
18
+ shapeStrength: string;
19
+ };
20
+ roundedS: {
21
+ shape: string;
22
+ shapeStrength: string;
23
+ };
24
+ sizeL: {
25
+ size: string;
26
+ chipsAppearanceSize: string;
27
+ datePickerAppearanceSize: string;
28
+ datePickerInputAppearanceSize: string;
29
+ };
30
+ sizeM: {
31
+ size: string;
32
+ chipsAppearanceSize: string;
33
+ datePickerAppearanceSize: string;
34
+ datePickerInputAppearanceSize: string;
35
+ };
36
+ surfacePrimary: {
37
+ fill: string;
38
+ chipsAppearance: string;
39
+ chipsShape: string;
40
+ datePickerAppearance: string;
41
+ datePickerInputAppearance: string;
42
+ shape: string;
43
+ };
44
+ surfaceSecondary: {
45
+ fill: string;
46
+ chipsAppearance: string;
47
+ chipsShape: string;
48
+ datePickerAppearance: string;
49
+ datePickerInputAppearance: string;
50
+ shape: string;
51
+ };
52
+ };
@@ -0,0 +1,25 @@
1
+ declare const datePeriodAppearanceShape: {
2
+ circular: {
3
+ shape: string;
4
+ };
5
+ rounded: {
6
+ shape: string;
7
+ };
8
+ roundedXL: {
9
+ shape: string;
10
+ shapeStrength: string;
11
+ };
12
+ roundedL: {
13
+ shape: string;
14
+ shapeStrength: string;
15
+ };
16
+ roundedM: {
17
+ shape: string;
18
+ shapeStrength: string;
19
+ };
20
+ roundedS: {
21
+ shape: string;
22
+ shapeStrength: string;
23
+ };
24
+ };
25
+ export { datePeriodAppearanceShape };
@@ -3,15 +3,13 @@ declare const datePeriodAppearanceSize: {
3
3
  size: string;
4
4
  chipsAppearanceSize: string;
5
5
  datePickerAppearanceSize: string;
6
- datePickerInputSize: string;
7
- datePickerInputTextSize: string;
6
+ datePickerInputAppearanceSize: string;
8
7
  };
9
8
  sizeM: {
10
9
  size: string;
11
10
  chipsAppearanceSize: string;
12
11
  datePickerAppearanceSize: string;
13
- datePickerInputSize: string;
14
- datePickerInputTextSize: string;
12
+ datePickerInputAppearanceSize: string;
15
13
  };
16
14
  };
17
15
  export { datePeriodAppearanceSize };
@@ -1,4 +1,4 @@
1
1
  import type { DatePickerConfig, DatePickerInputProps } from './DatePicker.interface';
2
2
  declare const datePickerConfig: DatePickerConfig;
3
3
  declare function DatePickerInput(props: DatePickerInputProps): import("react/jsx-runtime").JSX.Element;
4
- export { DatePickerInput, datePickerConfig };
4
+ export { datePickerConfig, DatePickerInput };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/ui",
3
- "version": "1.8.128",
3
+ "version": "1.8.129",
4
4
  "description": "UI components (Modal, Loader, Popup, etc)",
5
5
  "keywords": [
6
6
  "Modal",
@@ -101,9 +101,9 @@
101
101
  },
102
102
  "dependencies": {
103
103
  "@emotion/is-prop-valid": "^1.4.0",
104
- "@itcase/common": "^1.2.31",
104
+ "@itcase/common": "^1.2.32",
105
105
  "@itcase/icons": "^1.2.19",
106
- "@itcase/storybook-config": "^1.2.7",
106
+ "@itcase/storybook-config": "^1.2.10",
107
107
  "@itcase/tokens-am": "^1.1.19",
108
108
  "@itcase/tokens-baikal": "^1.1.17",
109
109
  "@itcase/tokens-palette": "^1.1.11",
@@ -114,14 +114,14 @@
114
114
  "lodash": "^4.17.21",
115
115
  "luxon": "^3.7.2",
116
116
  "motion": "^12.23.12",
117
- "rc-slider": "^11.1.8",
117
+ "rc-slider": "^11.1.9",
118
118
  "react": "^18.3.1",
119
119
  "react-dadata": "^2.27.4",
120
120
  "react-datepicker": "^8.7.0",
121
121
  "react-dom": "^18.3.1",
122
122
  "react-indiana-drag-scroll": "^3.0.3-alpha",
123
123
  "react-inlinesvg": "^4.2.0",
124
- "react-modal-sheet": "4.4.0",
124
+ "react-modal-sheet": "5.1.1",
125
125
  "react-modern-drawer": "^1.4.0",
126
126
  "react-otp-input": "^3.1.1",
127
127
  "react-paginate": "^8.3.0",
@@ -130,7 +130,7 @@
130
130
  "react-scrollbars-custom": "^4.1.1",
131
131
  "react-select": "^5.10.2",
132
132
  "simplebar-react": "^3.3.2",
133
- "swiper": "^11.2.10",
133
+ "swiper": "^12.0.1",
134
134
  "uuid": "^13.0.0"
135
135
  },
136
136
  "devDependencies": {
@@ -140,7 +140,7 @@
140
140
  "@commitlint/cli": "^19.8.1",
141
141
  "@commitlint/config-conventional": "^19.8.1",
142
142
  "@itcase/config": "^1.0.57",
143
- "@itcase/lint": "^1.1.57",
143
+ "@itcase/lint": "^1.1.59",
144
144
  "@itcase/types": "^1.0.45",
145
145
  "@rollup/plugin-alias": "^5.1.1",
146
146
  "@rollup/plugin-babel": "^6.0.4",
@@ -176,7 +176,7 @@
176
176
  "rollup-plugin-dts": "^6.2.3",
177
177
  "rollup-plugin-peer-deps-external": "^2.2.4",
178
178
  "rollup-preserve-directives": "^1.1.3",
179
- "semantic-release": "^24.2.7",
179
+ "semantic-release": "^24.2.8",
180
180
  "storybook": "^9.1.5",
181
181
  "stylelint": "^16.24.0",
182
182
  "typescript": "^5.9.2"