@itcase/ui 1.8.76 → 1.8.78
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/{Avatar_cjs_BHvgPTAY.js → Avatar_cjs_D_QjH6Yo.js} +1 -1
- package/dist/{Avatar_es_DnqQ0yn6.js → Avatar_es_B9QYC-Ao.js} +1 -1
- package/dist/{Button_cjs_CF3wei05.js → Button_cjs_EhupQuFO.js} +4 -1
- package/dist/{Button_es_3cCwdJcQ.js → Button_es_J0LV98ty.js} +4 -1
- package/dist/{ChipsGroup_cjs_BLUYSr4v.js → ChipsGroup_cjs_Bt-7plyc.js} +1 -1
- package/dist/{ChipsGroup_es_DSwPxBuZ.js → ChipsGroup_es_BeOkLX5x.js} +1 -1
- package/dist/{DatePicker_cjs_DPe3TnXs.js → DatePicker_cjs_Z66-HJeB.js} +3 -3
- package/dist/{DatePicker_es_DIFs7Wgs.js → DatePicker_es_CVQgncRj.js} +3 -3
- package/dist/{DropdownItem_cjs_DrRXEbs6.js → DropdownItem_cjs_sK2QBHIa.js} +2 -4
- package/dist/{DropdownItem_es_fKHB3LUT.js → DropdownItem_es_CLVNB92B.js} +2 -4
- package/dist/{Icon_cjs_BdX_3y6P.js → Icon_cjs_Zv-F7ZYW.js} +28 -3
- package/dist/{Icon_es_Xh3eVHNS.js → Icon_es_U8q1esww.js} +28 -3
- package/dist/{Label_cjs_DSSetg_A.js → Label_cjs_5nQoqVt7.js} +1 -1
- package/dist/{Label_es_DnTcY7ih.js → Label_es_32kvCEhg.js} +1 -1
- package/dist/cjs/components/Accordion.js +1 -1
- package/dist/cjs/components/Avatar.js +2 -2
- package/dist/cjs/components/AvatarStack.js +2 -2
- package/dist/cjs/components/Badge.js +1 -1
- package/dist/cjs/components/Breadcrumbs.js +1 -1
- package/dist/cjs/components/Button.js +2 -2
- package/dist/cjs/components/Cell.js +2 -2
- package/dist/cjs/components/Checkbox.js +2 -2
- package/dist/cjs/components/Chips.js +2 -2
- package/dist/cjs/components/Choice.js +1 -1
- package/dist/cjs/components/CookiesWarning.js +2 -2
- package/dist/cjs/components/DatePeriod.js +5 -5
- package/dist/cjs/components/DatePicker.js +4 -4
- package/dist/cjs/components/Drawer.js +1 -1
- package/dist/cjs/components/Dropdown.js +2 -2
- package/dist/cjs/components/HeroTitle.js +1 -1
- package/dist/cjs/components/Icon.js +1 -1
- package/dist/cjs/components/InputPassword.js +1 -1
- package/dist/cjs/components/Label.js +2 -2
- package/dist/cjs/components/MenuItem.js +1 -1
- package/dist/cjs/components/Modal.js +1 -1
- package/dist/cjs/components/Notification.js +1 -1
- package/dist/cjs/components/Pagination.js +2 -2
- package/dist/cjs/components/Response.js +2 -2
- package/dist/cjs/components/Search.js +1 -1
- package/dist/cjs/components/Segmented.js +1 -1
- package/dist/cjs/components/Select.js +1 -1
- package/dist/cjs/components/Swiper.js +1 -1
- package/dist/cjs/components/Tab.js +1 -1
- package/dist/cjs/components/Tile.js +1 -1
- package/dist/cjs/components/Title.js +1 -1
- package/dist/cjs/components/Tooltip.js +1 -1
- package/dist/cjs/components/Warning.js +1 -1
- package/dist/components/Accordion.js +1 -1
- package/dist/components/Avatar.js +2 -2
- package/dist/components/AvatarStack.js +2 -2
- package/dist/components/Badge.js +1 -1
- package/dist/components/Breadcrumbs.js +1 -1
- package/dist/components/Button.js +2 -2
- package/dist/components/Cell.js +2 -2
- package/dist/components/Checkbox.js +2 -2
- package/dist/components/Chips.js +2 -2
- package/dist/components/Choice.js +1 -1
- package/dist/components/CookiesWarning.js +2 -2
- package/dist/components/DatePeriod.js +5 -5
- package/dist/components/DatePicker.js +4 -4
- package/dist/components/Drawer.js +1 -1
- package/dist/components/Dropdown.js +2 -2
- package/dist/components/HeroTitle.js +1 -1
- package/dist/components/Icon.js +1 -1
- package/dist/components/InputPassword.js +1 -1
- package/dist/components/Label.js +2 -2
- package/dist/components/MenuItem.js +1 -1
- package/dist/components/Modal.js +1 -1
- package/dist/components/Notification.js +1 -1
- package/dist/components/Pagination.js +2 -2
- package/dist/components/Response.js +2 -2
- package/dist/components/Search.js +1 -1
- package/dist/components/Segmented.js +1 -1
- package/dist/components/Select.js +1 -1
- package/dist/components/Swiper.js +1 -1
- package/dist/components/Tab.js +1 -1
- package/dist/components/Tile.js +1 -1
- package/dist/components/Title.js +1 -1
- package/dist/components/Tooltip.js +1 -1
- package/dist/components/Warning.js +1 -1
- package/dist/css/components/Icon/Icon.css +0 -12
- package/dist/types/components/Button/appearance/buttonSurface.d.ts +3 -0
- package/dist/types/components/Icon/appearance/iconShape.d.ts +25 -0
- package/package.json +8 -8
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
2
|
import { useState, Fragment } from 'react';
|
|
3
3
|
import clsx from 'clsx';
|
|
4
|
-
import { I as Icon } from '../
|
|
4
|
+
import { I as Icon } from '../Icon_es_U8q1esww.js';
|
|
5
5
|
import { T as Text } from '../Text_es_BvmOR4nv.js';
|
|
6
6
|
import { useAppearanceConfig } from '../hooks/useAppearanceConfig/useAppearanceConfig.js';
|
|
7
7
|
import { useDevicePropsGenerator } from '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
|
|
@@ -271,18 +271,6 @@
|
|
|
271
271
|
}
|
|
272
272
|
}
|
|
273
273
|
}
|
|
274
|
-
/* stylelint-disable prettier/prettier */
|
|
275
|
-
.icon_shape {
|
|
276
|
-
&_rounded {
|
|
277
|
-
border-radius: var(--icon-shape-rounded);
|
|
278
|
-
}
|
|
279
|
-
&_circular {
|
|
280
|
-
border-radius: 50%;
|
|
281
|
-
}
|
|
282
|
-
&_geometric {
|
|
283
|
-
border-radius: 0;
|
|
284
|
-
}
|
|
285
|
-
}
|
|
286
274
|
.icon {
|
|
287
275
|
&_with-badge {
|
|
288
276
|
position: relative;
|
|
@@ -13,6 +13,7 @@ declare const buttonAppearanceSurface: {
|
|
|
13
13
|
fill: string;
|
|
14
14
|
fillHover: string;
|
|
15
15
|
labelTextColor: string;
|
|
16
|
+
borderColor: string;
|
|
16
17
|
iconAfterFillIcon: string;
|
|
17
18
|
iconBeforeFillIcon: string;
|
|
18
19
|
iconFillIcon: string;
|
|
@@ -22,6 +23,7 @@ declare const buttonAppearanceSurface: {
|
|
|
22
23
|
fill: string;
|
|
23
24
|
fillHover: string;
|
|
24
25
|
labelTextColor: string;
|
|
26
|
+
borderColor: string;
|
|
25
27
|
iconAfterFillIcon: string;
|
|
26
28
|
iconBeforeFillIcon: string;
|
|
27
29
|
iconFillIcon: string;
|
|
@@ -40,6 +42,7 @@ declare const buttonAppearanceSurface: {
|
|
|
40
42
|
fill: string;
|
|
41
43
|
fillHover: string;
|
|
42
44
|
labelTextColor: string;
|
|
45
|
+
borderColor: string;
|
|
43
46
|
iconAfterFillIcon: string;
|
|
44
47
|
iconBeforeFillIcon: string;
|
|
45
48
|
iconFillIcon: string;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
declare const iconAppearanceShape: {
|
|
2
|
+
circular: {
|
|
3
|
+
shape: string;
|
|
4
|
+
};
|
|
5
|
+
rounded: {
|
|
6
|
+
shape: string;
|
|
7
|
+
};
|
|
8
|
+
roundedS: {
|
|
9
|
+
shape: string;
|
|
10
|
+
shapeStrength: string;
|
|
11
|
+
};
|
|
12
|
+
roundedM: {
|
|
13
|
+
shape: string;
|
|
14
|
+
shapeStrength: string;
|
|
15
|
+
};
|
|
16
|
+
roundedL: {
|
|
17
|
+
shape: string;
|
|
18
|
+
shapeStrength: string;
|
|
19
|
+
};
|
|
20
|
+
roundedXL: {
|
|
21
|
+
shape: string;
|
|
22
|
+
shapeStrength: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
export { iconAppearanceShape };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/ui",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.78",
|
|
4
4
|
"description": "UI components (Modal, Loader, Popup, etc)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Modal",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"@emotion/is-prop-valid": "^1.3.1",
|
|
104
104
|
"@itcase/common": "^1.2.28",
|
|
105
105
|
"@itcase/icons": "^1.2.16",
|
|
106
|
-
"@itcase/storybook-config": "^1.1.
|
|
106
|
+
"@itcase/storybook-config": "^1.1.71",
|
|
107
107
|
"@itcase/tokens-am": "^1.1.19",
|
|
108
108
|
"@itcase/tokens-baikal": "^1.1.17",
|
|
109
109
|
"@itcase/tokens-palette": "^1.1.11",
|
|
@@ -112,11 +112,11 @@
|
|
|
112
112
|
"date-fns": "^4.1.0",
|
|
113
113
|
"eslint-import-resolver-alias": "^1.1.2",
|
|
114
114
|
"eslint-plugin-import": "^2.32.0",
|
|
115
|
-
"framer-motion": "^12.23.
|
|
115
|
+
"framer-motion": "^12.23.12",
|
|
116
116
|
"js-cookie": "^3.0.5",
|
|
117
117
|
"lodash": "^4.17.21",
|
|
118
118
|
"luxon": "^3.7.1",
|
|
119
|
-
"motion": "^12.23.
|
|
119
|
+
"motion": "^12.23.12",
|
|
120
120
|
"rc-slider": "^11.1.8",
|
|
121
121
|
"react": "^18.3.1",
|
|
122
122
|
"react-dadata": "^2.27.4",
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"@babel/preset-react": "^7.27.1",
|
|
143
143
|
"@commitlint/cli": "^19.8.1",
|
|
144
144
|
"@commitlint/config-conventional": "^19.8.1",
|
|
145
|
-
"@itcase/config": "^1.0.
|
|
145
|
+
"@itcase/config": "^1.0.55",
|
|
146
146
|
"@itcase/lint": "^1.1.29",
|
|
147
147
|
"@itcase/types": "^1.0.6",
|
|
148
148
|
"@rollup/plugin-alias": "^5.1.1",
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"@semantic-release/release-notes-generator": "14.0.3",
|
|
159
159
|
"@types/js-cookie": "^3.0.6",
|
|
160
160
|
"@types/lodash": "^4.17.20",
|
|
161
|
-
"@types/luxon": "^3.
|
|
161
|
+
"@types/luxon": "^3.7.1",
|
|
162
162
|
"@types/react": "^19",
|
|
163
163
|
"@types/react-datepicker": "^7.0.0",
|
|
164
164
|
"@types/react-dom": "^19.0.2",
|
|
@@ -174,14 +174,14 @@
|
|
|
174
174
|
"lint-staged": "^16.1.2",
|
|
175
175
|
"prettier": "^3.6.2",
|
|
176
176
|
"react-docgen-typescript": "^2.4.0",
|
|
177
|
-
"rollup": "^4.46.
|
|
177
|
+
"rollup": "^4.46.2",
|
|
178
178
|
"rollup-plugin-copy": "^3.5.0",
|
|
179
179
|
"rollup-plugin-dts": "^6.2.1",
|
|
180
180
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
181
181
|
"rollup-preserve-directives": "^1.1.3",
|
|
182
182
|
"semantic-release": "^24.2.7",
|
|
183
183
|
"storybook": "^9.0.18",
|
|
184
|
-
"stylelint": "^16.
|
|
184
|
+
"stylelint": "^16.23.0",
|
|
185
185
|
"typescript": "^5.8.3"
|
|
186
186
|
}
|
|
187
187
|
}
|