Skip to content

Commit 2ca0d2a

Browse files
committed
IBX-11487: RTL version of DXP
1 parent ce6867f commit 2ca0d2a

4 files changed

Lines changed: 16 additions & 8 deletions

File tree

ibexa/commerce/5.0/encore/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"typescript": "^5.6.3",
2727
"webpack-cli": "^6.0.1",
2828
"webpack-notifier": "^1.6.0",
29-
"webpack": "^5.99.7"
29+
"webpack": "^5.99.7",
30+
"rtlcss": "^4.3.0"
3031
},
3132
"dependencies": {
3233
"react": "^19.1.0",
@@ -41,7 +42,8 @@
4142
"build": "encore production --progress",
4243
"ibexa:dev": "encore dev --config ./node_modules/@ibexa/frontend-config/ibexa.webpack.${configName:-all}.configs",
4344
"ibexa:watch": "encore dev --watch --config ./node_modules/@ibexa/frontend-config/ibexa.webpack.${configName:-all}.configs",
44-
"ibexa:build": "encore production --progress --config ./node_modules/@ibexa/frontend-config/ibexa.webpack.${configName:-all}.configs"
45+
"ibexa:build": "encore production --progress --config ./node_modules/@ibexa/frontend-config/ibexa.webpack.${configName:-all}.configs",
46+
"ibexa:build-rtl-css": "node node_modules/@ibexa/frontend-config/ibexa.cli.rtlcss.build.js"
4547
},
4648
"packageManager": "yarn@1.22.22"
4749
}

ibexa/experience/5.0/encore/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"typescript": "^5.6.3",
2727
"webpack-cli": "^6.0.1",
2828
"webpack-notifier": "^1.6.0",
29-
"webpack": "^5.99.7"
29+
"webpack": "^5.99.7",
30+
"rtlcss": "^4.3.0"
3031
},
3132
"dependencies": {
3233
"react": "^19.1.0",
@@ -41,7 +42,8 @@
4142
"build": "encore production --progress",
4243
"ibexa:dev": "encore dev --config ./node_modules/@ibexa/frontend-config/ibexa.webpack.${configName:-all}.configs",
4344
"ibexa:watch": "encore dev --watch --config ./node_modules/@ibexa/frontend-config/ibexa.webpack.${configName:-all}.configs",
44-
"ibexa:build": "encore production --progress --config ./node_modules/@ibexa/frontend-config/ibexa.webpack.${configName:-all}.configs"
45+
"ibexa:build": "encore production --progress --config ./node_modules/@ibexa/frontend-config/ibexa.webpack.${configName:-all}.configs",
46+
"ibexa:build-rtl-css": "node node_modules/@ibexa/frontend-config/ibexa.cli.rtlcss.build.js"
4547
},
4648
"packageManager": "yarn@1.22.22"
4749
}

ibexa/headless/5.0/encore/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"typescript": "^5.6.3",
2727
"webpack-cli": "^6.0.1",
2828
"webpack-notifier": "^1.6.0",
29-
"webpack": "^5.99.7"
29+
"webpack": "^5.99.7",
30+
"rtlcss": "^4.3.0"
3031
},
3132
"dependencies": {
3233
"react": "^19.1.0",
@@ -41,7 +42,8 @@
4142
"build": "encore production --progress",
4243
"ibexa:dev": "encore dev --config ./node_modules/@ibexa/frontend-config/ibexa.webpack.${configName:-all}.configs",
4344
"ibexa:watch": "encore dev --watch --config ./node_modules/@ibexa/frontend-config/ibexa.webpack.${configName:-all}.configs",
44-
"ibexa:build": "encore production --progress --config ./node_modules/@ibexa/frontend-config/ibexa.webpack.${configName:-all}.configs"
45+
"ibexa:build": "encore production --progress --config ./node_modules/@ibexa/frontend-config/ibexa.webpack.${configName:-all}.configs",
46+
"ibexa:build-rtl-css": "node node_modules/@ibexa/frontend-config/ibexa.cli.rtlcss.build.js"
4547
},
4648
"packageManager": "yarn@1.22.22"
4749
}

ibexa/oss/5.0/encore/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"typescript": "^5.6.3",
2626
"webpack-cli": "^6.0.1",
2727
"webpack-notifier": "^1.6.0",
28-
"webpack": "^5.99.7"
28+
"webpack": "^5.99.7",
29+
"rtlcss": "^4.3.0"
2930
},
3031
"dependencies": {
3132
"react": "^19.1.0",
@@ -40,7 +41,8 @@
4041
"build": "encore production --progress",
4142
"ibexa:dev": "encore dev --config ./node_modules/@ibexa/frontend-config/ibexa.webpack.${configName:-all}.configs",
4243
"ibexa:watch": "encore dev --watch --config ./node_modules/@ibexa/frontend-config/ibexa.webpack.${configName:-all}.configs",
43-
"ibexa:build": "encore production --progress --config ./node_modules/@ibexa/frontend-config/ibexa.webpack.${configName:-all}.configs"
44+
"ibexa:build": "encore production --progress --config ./node_modules/@ibexa/frontend-config/ibexa.webpack.${configName:-all}.configs",
45+
"ibexa:build-rtl-css": "node node_modules/@ibexa/frontend-config/ibexa.cli.rtlcss.build.js"
4446
},
4547
"packageManager": "yarn@1.22.22"
4648
}

0 commit comments

Comments
 (0)