@influence-society-web/yuna-frontend 1.0.8 → 1.0.9

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.
@@ -9,6 +9,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
9
9
  <div style="height: 12px;"></div>
10
10
  <div style="text-align: center;
11
11
  padding-bottom: 0.25rem;
12
+ font-weight: 600;
12
13
  color: var(--base-color-brand--primary)">${Se("viewHotelPage")}
13
14
  </div>
14
15
  <div id="${e.enterpriseId}" style="color: #000">
@@ -9,6 +9,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
9
9
  <div style="height: 12px;"></div>
10
10
  <div style="text-align: center;
11
11
  padding-bottom: 0.25rem;
12
+ font-weight: 600;
12
13
  color: var(--base-color-brand--primary)">${mn("viewHotelPage")}
13
14
  </div>
14
15
  <div id="${e.enterpriseId}" style="color: #000">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@influence-society-web/yuna-frontend",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "An Influence Society site",
5
5
  "homepage": "https://github.com/finsweet/client-influence-society#readme",
6
6
  "license": "ISC",