Skip to content

Commit cb3e570

Browse files
committed
[.github/workflows/main.yml] Add shorter README for generated/compiled repo ; [{angular,package,package-lock}.json] Angular 15 -> 17
Triggered by commit: offscale/offscale-www@40cf0ef
1 parent 1c27b5d commit cb3e570

12 files changed

Lines changed: 95 additions & 43 deletions

388.c5a57f09bcdb9e70.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

3rdpartylicenses.txt

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,9 @@
1-
@angular/cdk
2-
MIT
3-
The MIT License
4-
5-
Copyright (c) 2022 Google LLC.
6-
7-
Permission is hereby granted, free of charge, to any person obtaining a copy
8-
of this software and associated documentation files (the "Software"), to deal
9-
in the Software without restriction, including without limitation the rights
10-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11-
copies of the Software, and to permit persons to whom the Software is
12-
furnished to do so, subject to the following conditions:
13-
14-
The above copyright notice and this permission notice shall be included in
15-
all copies or substantial portions of the Software.
16-
17-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23-
THE SOFTWARE.
24-
25-
261
@angular/common
272
MIT
283

294
@angular/core
305
MIT
316

32-
@angular/flex-layout
33-
MIT
34-
357
@angular/platform-browser
368
MIT
379

@@ -263,7 +235,7 @@ zone.js
263235
MIT
264236
The MIT License
265237

266-
Copyright (c) 2010-2022 Google LLC. https://angular.io/license
238+
Copyright (c) 2010-2023 Google LLC. https://angular.io/license
267239

268240
Permission is hereby granted, free of charge, to any person obtaining a copy
269241
of this software and associated documentation files (the "Software"), to deal

404.html

Lines changed: 6 additions & 5 deletions
Large diffs are not rendered by default.

503.16320fee8b0cf4f4.js

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

assets/styles/flex.scss

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
.flex-direction-column {
2+
flex-direction: column;
3+
display: flex;
4+
}
5+
6+
.flex-direction-row {
7+
flex-direction: row;
8+
display: flex;
9+
}
10+
11+
.row-narrow-column-wide {
12+
flex-direction: row;
13+
box-sizing: border-box;
14+
display: flex;
15+
flex: 1 1 100%;
16+
flex-grow: 1;
17+
flex-shrink: 1;
18+
flex-basis: 100%;
19+
max-height: 100%;
20+
}
21+
22+
.flex-row {
23+
flex-direction: column;
24+
box-sizing: border-box;
25+
display: flex;
26+
align-items: center;
27+
justify-content: center;
28+
}
29+
30+
.width-pc-33 {
31+
max-width: 33%;
32+
}
33+
34+
.width-pc-50 {
35+
max-width: 50%;
36+
}
37+
38+
.width-pc-50-lt-md-100 {
39+
max-width: 50%;
40+
}
41+
42+
/* lt-md */
43+
@media screen and (max-width: 959px) {
44+
footer {
45+
padding: 0 40px;
46+
}
47+
48+
section {
49+
padding: 0;
50+
}
51+
52+
#github-logo {
53+
height: 30px;
54+
padding: 0 10px
55+
}
56+
57+
.row-narrow-column-wide {
58+
flex-direction: column;
59+
box-sizing: border-box;
60+
display: flex;
61+
flex: 1 1 100%;
62+
flex-grow: 1;
63+
flex-shrink: 1;
64+
flex-basis: 100%;
65+
max-height: 100%;
66+
}
67+
68+
.width-pc-50-lt-md-100 {
69+
max-width: 100%;
70+
}
71+
}
72+
73+
/* gt-md */
74+
@media screen and (min-width: 1280px) {
75+
.gt-md-width-pc-50 {
76+
max-width: 50%;
77+
}
78+
}

index.html

Lines changed: 6 additions & 5 deletions
Large diffs are not rendered by default.

main.65e9fd3e1912dcee.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

main.c4228b4298ad4f7e.js

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

polyfills.4a23e6e36ff11e81.js

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

polyfills.f84ce651ad273867.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)