@itcase/ui 1.8.127 → 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.
Files changed (91) hide show
  1. package/dist/{Avatar_cjs_CLpFeKt-.js → Avatar_cjs_D-M9sW20.js} +1 -1
  2. package/dist/{Avatar_es_BQf7U0hA.js → Avatar_es_BTvbT36l.js} +1 -1
  3. package/dist/{Button_cjs_D4f7urKp.js → Button_cjs_BxoEdSG6.js} +1 -1
  4. package/dist/{Button_es_C7L4CT4f.js → Button_es_B-SYHL6T.js} +1 -1
  5. package/dist/{ChipsGroup_cjs_BCdLcqbz.js → ChipsGroup_cjs_BMkiDYau.js} +1 -1
  6. package/dist/{ChipsGroup_es_DMfjXntS.js → ChipsGroup_es_Czu95rkL.js} +1 -1
  7. package/dist/{DatePicker_cjs_xV-NFl1J.js → DatePicker_cjs_BLOiIsfD.js} +5 -5
  8. package/dist/{DatePicker_es_Da_ZC57A.js → DatePicker_es_VslTy9Qw.js} +5 -5
  9. package/dist/{DropdownItem_cjs_DUPMlJr_.js → DropdownItem_cjs_FsiEMPDs.js} +1 -1
  10. package/dist/{DropdownItem_es_DbC3VzEL.js → DropdownItem_es_BBKtNngp.js} +1 -1
  11. package/dist/{Icon_cjs_DN4Kc8La.js → Icon_cjs_DKzT-zmQ.js} +11 -4
  12. package/dist/{Icon_es_B7IBHqyf.js → Icon_es_5JUPM7bP.js} +11 -4
  13. package/dist/{Label_cjs_D5_n3Yvg.js → Label_cjs_D2YMjCoS.js} +1 -1
  14. package/dist/{Label_es_Dror143Q.js → Label_es_B5uGQwNN.js} +1 -1
  15. package/dist/cjs/components/Accordion.js +1 -1
  16. package/dist/cjs/components/Avatar.js +2 -2
  17. package/dist/cjs/components/AvatarStack.js +2 -2
  18. package/dist/cjs/components/Badge.js +1 -1
  19. package/dist/cjs/components/Breadcrumbs.js +1 -1
  20. package/dist/cjs/components/Button.js +2 -2
  21. package/dist/cjs/components/Cell.js +2 -2
  22. package/dist/cjs/components/Chips.js +2 -2
  23. package/dist/cjs/components/Choice.js +1 -1
  24. package/dist/cjs/components/CookiesWarning.js +2 -2
  25. package/dist/cjs/components/DatePeriod.js +38 -14
  26. package/dist/cjs/components/DatePicker.js +4 -4
  27. package/dist/cjs/components/Drawer.js +1 -1
  28. package/dist/cjs/components/Dropdown.js +2 -2
  29. package/dist/cjs/components/HeroTitle.js +1 -1
  30. package/dist/cjs/components/Icon.js +1 -1
  31. package/dist/cjs/components/InputPassword.js +1 -1
  32. package/dist/cjs/components/Label.js +2 -2
  33. package/dist/cjs/components/MenuItem.js +11 -6
  34. package/dist/cjs/components/Modal.js +1 -1
  35. package/dist/cjs/components/ModalSheetBottom.js +3 -3
  36. package/dist/cjs/components/Notification.js +1 -1
  37. package/dist/cjs/components/Pagination.js +2 -2
  38. package/dist/cjs/components/Response.js +2 -2
  39. package/dist/cjs/components/Search.js +1 -1
  40. package/dist/cjs/components/Segmented.js +1 -1
  41. package/dist/cjs/components/Select.js +1 -1
  42. package/dist/cjs/components/Swiper.js +1 -1
  43. package/dist/cjs/components/Tab.js +1 -1
  44. package/dist/cjs/components/Tile.js +1 -1
  45. package/dist/cjs/components/Title.js +1 -1
  46. package/dist/cjs/components/Tooltip.js +1 -1
  47. package/dist/cjs/components/Warning.js +1 -1
  48. package/dist/components/Accordion.js +1 -1
  49. package/dist/components/Avatar.js +2 -2
  50. package/dist/components/AvatarStack.js +2 -2
  51. package/dist/components/Badge.js +1 -1
  52. package/dist/components/Breadcrumbs.js +1 -1
  53. package/dist/components/Button.js +2 -2
  54. package/dist/components/Cell.js +2 -2
  55. package/dist/components/Chips.js +2 -2
  56. package/dist/components/Choice.js +1 -1
  57. package/dist/components/CookiesWarning.js +2 -2
  58. package/dist/components/DatePeriod.js +38 -14
  59. package/dist/components/DatePicker.js +4 -4
  60. package/dist/components/Drawer.js +1 -1
  61. package/dist/components/Dropdown.js +2 -2
  62. package/dist/components/HeroTitle.js +1 -1
  63. package/dist/components/Icon.js +1 -1
  64. package/dist/components/InputPassword.js +1 -1
  65. package/dist/components/Label.js +2 -2
  66. package/dist/components/MenuItem.js +11 -6
  67. package/dist/components/Modal.js +1 -1
  68. package/dist/components/ModalSheetBottom.js +3 -3
  69. package/dist/components/Notification.js +1 -1
  70. package/dist/components/Pagination.js +2 -2
  71. package/dist/components/Response.js +2 -2
  72. package/dist/components/Search.js +1 -1
  73. package/dist/components/Segmented.js +1 -1
  74. package/dist/components/Select.js +1 -1
  75. package/dist/components/Swiper.js +1 -1
  76. package/dist/components/Tab.js +1 -1
  77. package/dist/components/Tile.js +1 -1
  78. package/dist/components/Title.js +1 -1
  79. package/dist/components/Tooltip.js +1 -1
  80. package/dist/components/Warning.js +1 -1
  81. package/dist/css/components/Chips/Chips.css +0 -3
  82. package/dist/css/components/DatePeriod/DatePeriod.css +5 -24
  83. package/dist/css/components/DatePicker/DatePicker.css +3 -1
  84. package/dist/css/components/MenuItem/MenuItem.css +18 -14
  85. package/dist/css/components/Swiper/Swiper.css +463 -473
  86. package/dist/css/components/Tooltip/Tooltip.css +1 -1
  87. package/dist/types/components/DatePeriod/DatePeriod.appearance.d.ts +52 -2
  88. package/dist/types/components/DatePeriod/appearance/datePeriodShape.d.ts +25 -0
  89. package/dist/types/components/DatePeriod/appearance/datePeriodSize.d.ts +2 -4
  90. package/dist/types/components/DatePicker/DatePicker.d.ts +1 -1
  91. package/package.json +8 -8
@@ -50,8 +50,8 @@
50
50
  @each $size in s, m, l {
51
51
  &_$(size) {
52
52
  max-width: 400px;
53
- padding: var(--tooltip-size-$(size)-padding);
54
53
  ^^&__inner {
54
+ padding: var(--tooltip-size-$(size)-padding);
55
55
  display: flex;
56
56
  flex-flow: column nowrap;
57
57
  gap: var(--tooltip-size-$(size)-gap);
@@ -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.127",
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"