Skip to content

Commit 3b2bedd

Browse files
authored
Merge branch 'main' into renovate/examples-ui5-webcomponents-react
2 parents cb4f87f + 0735ae5 commit 3b2bedd

6 files changed

Lines changed: 13 additions & 14 deletions

File tree

.storybook/addons/version-switch/manager.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

.storybook/components/VersionSwitch.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ addons.register(ADDON_ID, () => {
5555
return (
5656
<>
5757
<IconButton
58-
active
5958
key={TOOL_ID}
6059
id={TOOL_ID}
6160
title="Version Switch"
6261
style={{ order: -1 }}
62+
variant="solid"
6363
onClick={() => {
6464
setOpen(true);
6565
}}

.storybook/main.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ const storyList: StoriesEntry[] = isChromatic
5050
];
5151

5252
const addons = [
53-
'./addons/version-switch',
5453
{
5554
name: '@storybook/addon-docs',
5655
options: {

.storybook/manager.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import React from 'react';
44
import { addons } from 'storybook/manager-api';
55
import { Badge } from './components/Badge.js';
66
import { Fiori4ReactTheme } from './theme.js';
7+
import './components/VersionSwitch.js';
78

89
const customTags = new Set(['package:@ui5/webcomponents-react-charts', 'custom']);
910

packages/main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@
801801
"watch:css": "yarn build:css --watch"
802802
},
803803
"dependencies": {
804-
"@tanstack/react-virtual": "3.13.17",
804+
"@tanstack/react-virtual": "3.13.18",
805805
"@ui5/webcomponents-react-base": "workspace:~",
806806
"clsx": "2.1.1",
807807
"react-table": "7.8.0"

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3862,22 +3862,22 @@ __metadata:
38623862
languageName: node
38633863
linkType: hard
38643864

3865-
"@tanstack/react-virtual@npm:3.13.17":
3866-
version: 3.13.17
3867-
resolution: "@tanstack/react-virtual@npm:3.13.17"
3865+
"@tanstack/react-virtual@npm:3.13.18":
3866+
version: 3.13.18
3867+
resolution: "@tanstack/react-virtual@npm:3.13.18"
38683868
dependencies:
3869-
"@tanstack/virtual-core": "npm:3.13.17"
3869+
"@tanstack/virtual-core": "npm:3.13.18"
38703870
peerDependencies:
38713871
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
38723872
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
3873-
checksum: 10c0/798c408220e6c9dec169b916104d70af986cad5435f155c88c3e0eaca690574f9e47661d85e528d09803dfd247c08d78cf1ee6cb30003f57d0f3076d4d794f99
3873+
checksum: 10c0/600fabdf9fe077d609dad5114025c502aa1125d21bfd64ae4eeeab4743de1c76ca0d5c29ca4cba0c1220834a9dfedbe0c7304276b0e0e7f9048e2c8a5562fa26
38743874
languageName: node
38753875
linkType: hard
38763876

3877-
"@tanstack/virtual-core@npm:3.13.17":
3878-
version: 3.13.17
3879-
resolution: "@tanstack/virtual-core@npm:3.13.17"
3880-
checksum: 10c0/a021795b88856eff8518137ecb85b72f875399bc234ad10bea440ecb6ab48e5e72a74c9a712649a7765f0c37bc41b88263f5104d18df8256b3d50f6a97b32c48
3877+
"@tanstack/virtual-core@npm:3.13.18":
3878+
version: 3.13.18
3879+
resolution: "@tanstack/virtual-core@npm:3.13.18"
3880+
checksum: 10c0/f43a92bbe4e891242a6bb5274ee60b166534abfcd5115cbe7f92f833e745941ac3b8cb808dd0537cbf1e0c5004aacd2d2cab4a1ce738f7930ec723566e37ec11
38813881
languageName: node
38823882
linkType: hard
38833883

@@ -5300,7 +5300,7 @@ __metadata:
53005300
version: 0.0.0-use.local
53015301
resolution: "@ui5/webcomponents-react@workspace:packages/main"
53025302
dependencies:
5303-
"@tanstack/react-virtual": "npm:3.13.17"
5303+
"@tanstack/react-virtual": "npm:3.13.18"
53045304
"@ui5/webcomponents-react-base": "workspace:~"
53055305
clsx: "npm:2.1.1"
53065306
react-table: "npm:7.8.0"

0 commit comments

Comments
 (0)