@bydata/react-supertabs 1.2.7 → 1.2.9

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.
@@ -752,7 +752,7 @@ body[data-theme="light"] {
752
752
  width: 5px;
753
753
  height: 10px;
754
754
  background-color: var(--tab-text-active);
755
- mask: url(../../images/icon-chevron-right.svg) no-repeat center center;
755
+ mask: url(./images/icon-chevron-right.svg) no-repeat center center;
756
756
  mask-size: 5px;
757
757
  transition: background-color ease-out var(--transition-duration),
758
758
  var(--transition-duration) var(--transition-duration-extended);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bydata/react-supertabs",
3
- "version": "1.2.7",
3
+ "version": "1.2.9",
4
4
  "description": "A customizable React super tabs component.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -13,17 +13,17 @@
13
13
  },
14
14
  "license": "ISC",
15
15
  "peerDependencies": {
16
- "react": ">=16",
17
- "react-dom": ">=16",
18
- "react-router-dom": "^5.1.2"
16
+ "react": ">=18",
17
+ "react-dom": ">=18",
18
+ "react-router-dom": "^7.18.0"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@babel/cli": "^7.24.0",
22
22
  "@babel/core": "^7.24.0",
23
23
  "@babel/preset-env": "^7.24.0",
24
24
  "@babel/preset-react": "^7.24.0",
25
- "react": "16.14.0",
26
- "react-dom": "16.14.0"
25
+ "react": "^18.3.1",
26
+ "react-dom": "^18.3.1"
27
27
  },
28
28
  "dependencies": {
29
29
  "react-hover-text": "^1.1.3",