@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
@@ -1,3 +1,2 @@
1
1
  <h1>Welcome ${profile}!</h1>
2
- <p>Authorization succeeded.</p>
3
2
  <p>Please close this page and return to application.</p>
@@ -95,14 +95,17 @@
95
95
 
96
96
  a {
97
97
  width: 50%;
98
- line-height: 42px;
98
+ padding: 0 24px;
99
+ line-height: 36px;
99
100
  margin: auto;
100
101
  color: #ffffff;
101
- background: #0057e7;
102
- border-radius: 10em;
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anmiles/google-api-wrapper",
3
- "version": "15.1.0",
3
+ "version": "15.2.0",
4
4
  "description": "Provides quick interface for getting google API data",
5
5
  "keywords": [
6
6
  "google",
@@ -1,3 +1,2 @@
1
1
  <h1>Welcome ${profile}!</h1>
2
- <p>Authorization succeeded.</p>
3
2
  <p>Please close this page and return to application.</p>
@@ -95,14 +95,17 @@
95
95
 
96
96
  a {
97
97
  width: 50%;
98
- line-height: 42px;
98
+ padding: 0 24px;
99
+ line-height: 36px;
99
100
  margin: auto;
100
101
  color: #ffffff;
101
- background: #0057e7;
102
- border-radius: 10em;
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">