@anmiles/google-api-wrapper 15.1.0 → 15.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [15.2.0](../../tags/v15.2.0) - 2023-10-26
|
|
9
|
+
### Changed
|
|
10
|
+
- Small visual improvements for auth page
|
|
11
|
+
|
|
8
12
|
## [15.1.0](../../tags/v15.1.0) - 2023-09-11
|
|
9
13
|
### Changed
|
|
10
14
|
- Visual improvements for auth page
|
package/dist/templates/done.html
CHANGED
package/dist/templates/page.html
CHANGED
|
@@ -95,14 +95,17 @@
|
|
|
95
95
|
|
|
96
96
|
a {
|
|
97
97
|
width: 50%;
|
|
98
|
-
|
|
98
|
+
padding: 0 24px;
|
|
99
|
+
line-height: 36px;
|
|
99
100
|
margin: auto;
|
|
100
101
|
color: #ffffff;
|
|
101
|
-
background: #
|
|
102
|
-
border-radius:
|
|
102
|
+
background: #1a73e8;
|
|
103
|
+
border-radius: 4px;
|
|
103
104
|
display: block;
|
|
104
105
|
text-align: center;
|
|
105
106
|
text-decoration: none;
|
|
107
|
+
font-weight: bold;
|
|
108
|
+
font-size: 15px;
|
|
106
109
|
}
|
|
107
110
|
</style>
|
|
108
111
|
<div class="box">
|
package/package.json
CHANGED
package/src/templates/done.html
CHANGED
package/src/templates/page.html
CHANGED
|
@@ -95,14 +95,17 @@
|
|
|
95
95
|
|
|
96
96
|
a {
|
|
97
97
|
width: 50%;
|
|
98
|
-
|
|
98
|
+
padding: 0 24px;
|
|
99
|
+
line-height: 36px;
|
|
99
100
|
margin: auto;
|
|
100
101
|
color: #ffffff;
|
|
101
|
-
background: #
|
|
102
|
-
border-radius:
|
|
102
|
+
background: #1a73e8;
|
|
103
|
+
border-radius: 4px;
|
|
103
104
|
display: block;
|
|
104
105
|
text-align: center;
|
|
105
106
|
text-decoration: none;
|
|
107
|
+
font-weight: bold;
|
|
108
|
+
font-size: 15px;
|
|
106
109
|
}
|
|
107
110
|
</style>
|
|
108
111
|
<div class="box">
|