@itcase/ui 1.8.10 → 1.8.11
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,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Swiper 11.2.
|
|
2
|
+
* Swiper 11.2.8
|
|
3
3
|
* Most modern mobile touch slider and framework with hardware accelerated transitions
|
|
4
4
|
* https://swiperjs.com
|
|
5
5
|
*
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* Released under the MIT License
|
|
9
9
|
*
|
|
10
|
-
* Released on: May
|
|
10
|
+
* Released on: May 23, 2025
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
/* FONT_START */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/ui",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.11",
|
|
4
4
|
"description": "UI components (Modal, Loader, Popup, etc)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Modal",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"@emotion/is-prop-valid": "^1.3.1",
|
|
99
99
|
"@itcase/common": "^1.2.23",
|
|
100
100
|
"@itcase/config": "^1.0.47",
|
|
101
|
-
"@itcase/icons": "^1.0
|
|
101
|
+
"@itcase/icons": "^1.1.0",
|
|
102
102
|
"@itcase/storybook-config": "^1.1.9",
|
|
103
103
|
"@itcase/tokens-am": "^1.1.7",
|
|
104
104
|
"@itcase/tokens-baikal": "^1.1.7",
|
|
@@ -107,10 +107,10 @@
|
|
|
107
107
|
"date-fns": "^4.1.0",
|
|
108
108
|
"eslint-import-resolver-alias": "^1.1.2",
|
|
109
109
|
"eslint-plugin-import": "^2.31.0",
|
|
110
|
-
"framer-motion": "^12.12.
|
|
110
|
+
"framer-motion": "^12.12.2",
|
|
111
111
|
"js-cookie": "^3.0.5",
|
|
112
112
|
"lodash": "^4.17.21",
|
|
113
|
-
"motion": "^12.12.
|
|
113
|
+
"motion": "^12.12.2",
|
|
114
114
|
"rc-slider": "^11.1.8",
|
|
115
115
|
"react": "^18.3.1",
|
|
116
116
|
"react-dadata": "^2.27.4",
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"react-scroll": "^1.9.3",
|
|
127
127
|
"react-scrollbars-custom": "^4.1.1",
|
|
128
128
|
"react-select": "^5.10.1",
|
|
129
|
-
"swiper": "^11.2.
|
|
129
|
+
"swiper": "^11.2.8",
|
|
130
130
|
"uuid": "^11.1.0"
|
|
131
131
|
},
|
|
132
132
|
"devDependencies": {
|