Skip to content

Commit 6204f05

Browse files
committed
ov-components: Update tutorials dependencies and styles
1 parent 3e9dcbb commit 6204f05

51 files changed

Lines changed: 25922 additions & 26142 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

openvidu-components-angular/openvidu-additional-panels/package-lock.json

Lines changed: 1085 additions & 925 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openvidu-components-angular/openvidu-additional-panels/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,26 @@
99
},
1010
"private": true,
1111
"dependencies": {
12-
"@angular/animations": "^18.0.1",
13-
"@angular/cdk": "^18.0.1",
14-
"@angular/common": "^18.0.1",
15-
"@angular/compiler": "^18.0.1",
16-
"@angular/core": "^18.0.1",
17-
"@angular/forms": "^18.0.1",
18-
"@angular/material": "^18.0.1",
19-
"@angular/platform-browser": "^18.0.1",
20-
"@angular/platform-browser-dynamic": "^18.0.1",
21-
"@angular/router": "^18.0.1",
22-
"openvidu-components-angular": "^3.4.0",
23-
"rxjs": "~7.5.0",
24-
"tslib": "^2.3.0",
25-
"zone.js": "~0.14.6"
12+
"@angular/animations": "18.2.14",
13+
"@angular/cdk": "18.2.14",
14+
"@angular/common": "18.2.14",
15+
"@angular/compiler": "18.2.14",
16+
"@angular/core": "18.2.14",
17+
"@angular/forms": "18.2.14",
18+
"@angular/material": "18.2.14",
19+
"@angular/platform-browser": "18.2.14",
20+
"@angular/platform-browser-dynamic": "18.2.14",
21+
"@angular/router": "18.2.14",
22+
"openvidu-components-angular": "3.4.0",
23+
"rxjs": "~7.5.7",
24+
"tslib": "2.3.1",
25+
"zone.js": "~0.14.10"
2626
},
2727
"devDependencies": {
28-
"@angular/build": "^18.0.2",
29-
"@angular/cli": "^18.0.2",
30-
"@angular/compiler-cli": "^18.0.1",
31-
"@types/node": "^20.12.12",
32-
"typescript": "^5.4.5"
28+
"@angular/build": "18.2.21",
29+
"@angular/cli": "18.2.21",
30+
"@angular/compiler-cli": "18.2.14",
31+
"@types/node": "20.19.19",
32+
"typescript": "5.4.5"
3333
}
3434
}

openvidu-components-angular/openvidu-additional-panels/src/styles.scss

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
/* You can add global styles to this file, and also import other style files */
22

33
:root {
4-
--ov-primary-color: #303030;
5-
--ov-secondary-color: #3e3f3f;
6-
--ov-tertiary-color: #598eff;
7-
--ov-warn-color: #EB5144;
8-
--ov-accent-color: #ffae35;
9-
--ov-light-color: #e6e6e6;
4+
--ov-background-color: #1f2020;
5+
--ov-surface-color: #ffffff;
106

11-
--ov-logo-background-color: #3a3d3d;
12-
--ov-text-color: #ffffff;
7+
--ov-primary-action-color: #273235;
8+
--ov-secondary-action-color: #a5b9a6;
9+
--ov-accent-action-color: #00aad4;
1310

14-
--ov-panel-text-color: #1d1d1d;
15-
--ov-panel-background: #ffffff;
11+
--ov-error-color: #eb5144;
12+
--ov-warn-color: #ffba53;
1613

17-
--ov-toolbar-buttons-radius: 50%; // border-radius property
14+
--ov-text-primary-color: #ffffff;
15+
--ov-text-surface-color: #1d1d1d;
16+
17+
--ov-toolbar-buttons-radius: 50%;
1818
--ov-leave-button-radius: 10px;
1919
--ov-video-radius: 5px;
20-
--ov-panel-radius: 5px;
21-
}
20+
--ov-surface-radius: 5px;
21+
}
2222
html,
2323
body {
2424
height: 100%;

openvidu-components-angular/openvidu-additional-panels/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"es2020",
2323
"dom"
2424
],
25-
"useDefineForClassFields": false
25+
"useDefineForClassFields": false,
26+
"skipLibCheck": true
2627
},
2728
"angularCompilerOptions": {
2829
"enableI18nLegacyMessageIdFormat": false,

0 commit comments

Comments
 (0)