Skip to content

Commit 00c5425

Browse files
Cyrille Bourgoisjleveugle
authored andcommitted
fix(telecom-styles): fix elements using rem
* update ovh-ui-kit-bs to ^2.1.1
1 parent afe4490 commit 00c5425

File tree

15 files changed

+22
-43
lines changed

15 files changed

+22
-43
lines changed

packages/manager/apps/freefax/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"ovh-api-services": "^3.24.0",
3737
"ovh-ui-angular": "^2.21.4",
3838
"ovh-ui-kit": "^2.23.1",
39-
"ovh-ui-kit-bs": "^2.0.1"
39+
"ovh-ui-kit-bs": "^2.1.1"
4040
},
4141
"devDependencies": {
4242
"@ovh-ux/manager-webpack-config": "^3.0.1",

packages/manager/apps/layout-ovh/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"ovh-ngstrap": "^4.0.2",
7777
"ovh-ui-angular": "^2.23.0",
7878
"ovh-ui-kit": "^2.23.1",
79-
"ovh-ui-kit-bs": "^2.0.1",
79+
"ovh-ui-kit-bs": "^2.1.1",
8080
"punycode": "^1.2.4",
8181
"validator-js": "chriso/validator.js#3.40.1"
8282
},

packages/manager/apps/telecom-dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"ng-at-internet": "^3.1.1",
2222
"ovh-manager-webfont": "^1.0.2",
2323
"ovh-ui-kit": "^2.23.1",
24-
"ovh-ui-kit-bs": "^2.0.1"
24+
"ovh-ui-kit-bs": "^2.1.1"
2525
},
2626
"devDependencies": {
2727
"@ovh-ux/manager-webpack-config": "^3.0.1",

packages/manager/apps/telecom-task/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"ovh-manager-webfont": "^1.0.2",
2828
"ovh-ui-angular": "^2.21.4",
2929
"ovh-ui-kit": "^2.23.1",
30-
"ovh-ui-kit-bs": "^2.0.1"
30+
"ovh-ui-kit-bs": "^2.1.1"
3131
},
3232
"devDependencies": {
3333
"@ovh-ux/manager-webpack-config": "^3.0.1",

packages/manager/modules/freefax/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"ovh-api-services": "^3.24.0",
3939
"ovh-ui-angular": "^2.21.4",
4040
"ovh-ui-kit": "^2.23.1",
41-
"ovh-ui-kit-bs": "^2.0.1"
41+
"ovh-ui-kit-bs": "^2.1.1"
4242
}
4343
}

packages/manager/modules/overthebox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
"ovh-angular-ui-confirm-modal": "^1.0.2",
4242
"ovh-manager-webfont": "^1.0.2",
4343
"ovh-ui-kit": "^2.23.1",
44-
"ovh-ui-kit-bs": "^2.0.1"
44+
"ovh-ui-kit-bs": "^2.1.1"
4545
}
4646
}

packages/manager/modules/sms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
"ovh-angular-ui-confirm-modal": "^1.0.2",
5050
"ovh-manager-webfont": "^1.0.2",
5151
"ovh-ui-kit": "^2.23.1",
52-
"ovh-ui-kit-bs": "^2.0.1"
52+
"ovh-ui-kit-bs": "^2.1.1"
5353
}
5454
}

packages/manager/modules/telecom-dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
"ng-at-internet": "^3.1.1",
3838
"ovh-manager-webfont": "^1.0.2",
3939
"ovh-ui-kit": "^2.23.1",
40-
"ovh-ui-kit-bs": "^2.0.1"
40+
"ovh-ui-kit-bs": "^2.1.1"
4141
}
4242
}

packages/manager/modules/telecom-styles/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"start:watch": "lerna exec --stream --parallel --scope='@ovh-ux/manager-telecom-styles' --include-filtered-dependencies -- yarn run dev:watch",
1414
"prepare": "yarn run build"
1515
},
16-
"browser": "./dist/umd/index.js",
16+
"browser": "./dist/umd/telecom-styles.js",
1717
"dependencies": {
1818
"bootstrap": "~3.3.7",
1919
"ovh-ui-kit": "^2.23.1",
20-
"ovh-ui-kit-bs": "^2.0.1"
20+
"ovh-ui-kit-bs": "^2.1.1"
2121
},
2222
"devDependencies": {
2323
"@ovh-ux/component-rollup-config": "5.0.0-beta.5"

packages/manager/modules/telecom-styles/src/telecom.less

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
@oui-path: "../../../ovh-ui-kit";
2+
13
@import "~ovh-ui-kit/packages/oui-color/_variables";
24
@import "~ovh-ui-kit/packages/oui-typography/_variables";
3-
@import "~bootstrap/less/variables.less";
5+
@import "~ovh-ui-kit-bs/src/bootstrap/_variables";
46

57
.telecom-legacy {
68
.telecom-section-header {

0 commit comments

Comments
 (0)