Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix/missing-scrollbar-style-chro…
Browse files Browse the repository at this point in the history
…me' into fix/missing-scrollbar-style-chrome
  • Loading branch information
bualoy-napat committed Feb 15, 2024
2 parents 1d7e171 + c175e65 commit 6341960
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 26 deletions.
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/demo-block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@refinitiv-ui/demo-block",
"version": "7.1.7-next.0",
"version": "7.1.7-next.1",
"description": "Demo page handler for Element Framework elements",
"main": "./lib/demo-block.js",
"module": "./lib/demo-block.js",
Expand Down Expand Up @@ -29,9 +29,9 @@
"author": "LSEG",
"license": "Apache-2.0",
"dependencies": {
"@refinitiv-ui/elemental-theme": "^7.3.5-next.0",
"@refinitiv-ui/halo-theme": "^7.3.5-next.0",
"@refinitiv-ui/solar-theme": "^7.2.6-next.0",
"@refinitiv-ui/elemental-theme": "^7.3.5-next.1",
"@refinitiv-ui/halo-theme": "^7.3.5-next.1",
"@refinitiv-ui/solar-theme": "^7.2.6-next.1",
"tslib": "^2.3.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/elemental-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@refinitiv-ui/elemental-theme",
"version": "7.3.5-next.0",
"version": "7.3.5-next.1",
"description": "Base theme for Element Framework Components",
"author": "LSEG",
"license": "Apache-2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@refinitiv-ui/elements",
"version": "7.10.5-next.0",
"version": "7.10.5-next.1",
"description": "Element Framework Elements",
"author": "LSEG",
"license": "Apache-2.0",
Expand Down Expand Up @@ -342,8 +342,8 @@
},
"dependencies": {
"@lit-labs/context": "^0.3.1",
"@refinitiv-ui/halo-theme": "^7.3.5-next.0",
"@refinitiv-ui/solar-theme": "^7.2.6-next.0",
"@refinitiv-ui/halo-theme": "^7.3.5-next.1",
"@refinitiv-ui/solar-theme": "^7.2.6-next.1",
"chart.js": "^4.3.0",
"chartjs-adapter-date-fns": "^3.0.0",
"d3-interpolate": "^3.0.1",
Expand All @@ -354,7 +354,7 @@
},
"devDependencies": {
"@refinitiv-ui/core": "^7.4.1",
"@refinitiv-ui/demo-block": "^7.1.7-next.0",
"@refinitiv-ui/demo-block": "^7.1.7-next.1",
"@refinitiv-ui/i18n": "^7.1.3",
"@refinitiv-ui/phrasebook": "^7.1.1",
"@refinitiv-ui/test-helpers": "^7.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/halo-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@refinitiv-ui/halo-theme",
"version": "7.3.5-next.0",
"version": "7.3.5-next.1",
"description": "Official theme for LSEG Workspace",
"author": "LSEG",
"license": "SEE LICENSE IN LICENSE",
Expand All @@ -25,7 +25,7 @@
"version": "node ../../scripts/version/index.js"
},
"dependencies": {
"@refinitiv-ui/elemental-theme": "^7.3.5-next.0"
"@refinitiv-ui/elemental-theme": "^7.3.5-next.1"
},
"devDependencies": {
"@refinitiv-ui/theme-compiler": "^7.1.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/solar-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@refinitiv-ui/solar-theme",
"version": "7.2.6-next.0",
"version": "7.2.6-next.1",
"description": "Solar theme for the Element Framework",
"author": "LSEG",
"license": "SEE LICENSE IN LICENSE",
Expand All @@ -25,7 +25,7 @@
"version": "node ../../scripts/version/index.js"
},
"dependencies": {
"@refinitiv-ui/elemental-theme": "^7.3.5-next.0"
"@refinitiv-ui/elemental-theme": "^7.3.5-next.1"
},
"devDependencies": {
"@refinitiv-ui/theme-compiler": "^7.1.4"
Expand Down

0 comments on commit 6341960

Please sign in to comment.