@jetbrains/kotlin-web-site-ui 4.10.0-alpha.0 → 4.10.0-alpha.1

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
  import React__default, { useState, useCallback } from 'react';
2
- import SwipeableViews from 'react-swipeable-views';
2
+ import SwipeableViews from 'react-swipeable-views-react-18-fix';
3
3
  import { ArrowLeftIcon, ArrowRightIcon } from '@rescui/icons';
4
4
  import { useTheme } from '@rescui/ui-contexts';
5
5
  import { useTextStyles } from '@rescui/typography';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jetbrains/kotlin-web-site-ui",
3
3
  "description": "UI components for Kotlin web sites development",
4
- "version": "4.10.0-alpha.0",
4
+ "version": "4.10.0-alpha.1",
5
5
  "license": "Apache-2.0",
6
6
  "author": "JetBrains",
7
7
  "files": [
@@ -37,7 +37,6 @@
37
37
  "react-outside-click-handler": "1.x",
38
38
  "react-remove-scroll-bar": "2.x",
39
39
  "react-scrollbar-size": "5.x",
40
- "react-swipeable-views": "0.x",
41
40
  "sha.js": "2.x"
42
41
  },
43
42
  "devDependencies": {
@@ -124,6 +123,7 @@
124
123
  "react-remove-scroll-bar": "^2.2.0",
125
124
  "react-scrollbar-size": "^5.0.0",
126
125
  "react-swipeable-views": "^0.14.0",
126
+ "react-swipeable-views-react-18-fix": "^0.14.1",
127
127
  "require-from-string": "^2.0.2",
128
128
  "rollup": "^2.70.1",
129
129
  "rollup-plugin-node-externals": "^4.0.0",