@itcase/ui-web 1.9.95 → 1.9.96

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.
@@ -98522,7 +98522,7 @@ div.label {
98522
98522
  }
98523
98523
  }
98524
98524
  /**
98525
- * Swiper 12.1.3
98525
+ * Swiper 12.1.4
98526
98526
  * Most modern mobile touch slider and framework with hardware accelerated transitions
98527
98527
  * https://swiperjs.com
98528
98528
  *
@@ -98530,7 +98530,7 @@ div.label {
98530
98530
  *
98531
98531
  * Released under the MIT License
98532
98532
  *
98533
- * Released on: March 24, 2026
98533
+ * Released on: April 29, 2026
98534
98534
  */
98535
98535
  :root {
98536
98536
  --swiper-theme-color: #007aff;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/ui-web",
3
- "version": "1.9.95",
3
+ "version": "1.9.96",
4
4
  "description": "UI components",
5
5
  "keywords": "",
6
6
  "license": "MIT",
@@ -53,7 +53,7 @@
53
53
  "@itcase/tokens-am": "^1.1.54",
54
54
  "@itcase/tokens-baikal": "^1.1.54",
55
55
  "@itcase/tokens-palette": "^1.1.50",
56
- "@itcase/ui-core": "^1.9.91",
56
+ "@itcase/ui-core": "^1.9.96",
57
57
  "@rc-component/tooltip": "^1.4.0",
58
58
  "clsx": "^2.1.1",
59
59
  "date-fns": "^4.1.0",
@@ -96,7 +96,7 @@
96
96
  "@rollup/plugin-node-resolve": "^16.0.3",
97
97
  "@rollup/plugin-terser": "^1.0.0",
98
98
  "@rollup/plugin-typescript": "^12.3.0",
99
- "@storybook/addon-vitest": "^10.3.5",
99
+ "@storybook/addon-vitest": "^10.3.6",
100
100
  "@types/js-cookie": "^3.0.6",
101
101
  "@types/lodash": "^4.17.24",
102
102
  "@types/luxon": "^3.7.1",
@@ -107,12 +107,12 @@
107
107
  "@types/uuid": "^11.0.0",
108
108
  "babel-plugin-inline-react-svg": "^2.0.2",
109
109
  "playwright": "^1.59.1",
110
- "rollup": "4.60.2",
110
+ "rollup": "4.60.3",
111
111
  "rollup-plugin-copy": "^3.5.0",
112
112
  "rollup-plugin-peer-deps-external": "^2.2.4",
113
113
  "rollup-preserve-directives": "^1.1.3",
114
114
  "storybook": "^10.3.5",
115
115
  "typescript": "^6.0.3"
116
116
  },
117
- "gitHead": "2f587da297da6cc7e4ae439f965d40dae5140ce8"
117
+ "gitHead": "0aa36c3eb6f7539bd6eaaaa319c5bcc02c9e867c"
118
118
  }