@nuskin/product-components 3.19.0-gms-12518.1 → 3.19.0-gms-12518.2

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.
@@ -48,8 +48,16 @@
48
48
  <div :class="$style.offerMessaging">
49
49
  <h2 :class="$style.offerTitle">{{ localTranslations.welcome }}</h2>
50
50
  <p :class="$style.offerMessage">
51
- <span v-if="!offer.isGroupOffer">{{ offer.name }}</span>
52
- <span v-if="!offer.isGroupOffer && offer.countryCode === 'JP'">
51
+ <span v-if="!offer.isGroupOffer && !offer.isQuickShare">{{
52
+ offer.name
53
+ }}</span>
54
+ <span
55
+ v-if="
56
+ !offer.isGroupOffer &&
57
+ offer.countryCode === 'JP' &&
58
+ !offer.isQuickShare
59
+ "
60
+ >
53
61
  さん,
54
62
  </span>
55
63
  <span v-else-if="!offer.isGroupOffer && offer.countryCode !== 'JP'"
@@ -237,10 +237,6 @@ export default {
237
237
  this.dropdownMax,
238
238
  this.dropdownMax - this.includeZero ? 0 : 1
239
239
  );
240
- // setTimeout(() => {
241
- // this.$refs.input.focus();
242
- // this.$refs.input.select();
243
- // }, 100);
244
240
  this.$nextTick(() => {
245
241
  if (!this.isMobileDevice()) {
246
242
  this.$refs.input.focus();
package/docs/CHANGELOG.md CHANGED
@@ -1 +1 @@
1
- # [3.19.0-gms-12518.1](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.18.2-gms-12518.11...v3.19.0-gms-12518.1) (2025-07-23)
1
+ # [3.19.0-gms-12518.2](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.19.0-gms-12518.1...v3.19.0-gms-12518.2) (2025-07-28)
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "bomFormat": "CycloneDX",
3
3
  "specVersion": "1.4",
4
- "serialNumber": "urn:uuid:1eef4f90-1f37-4c7f-ae05-e652c3f87d11",
4
+ "serialNumber": "urn:uuid:4f428c0a-489a-40f4-b6cf-37a40e666269",
5
5
  "version": 1,
6
6
  "metadata": {
7
- "timestamp": "2025-07-23T11:25:28Z",
7
+ "timestamp": "2025-07-28T09:46:05Z",
8
8
  "tools": [
9
9
  {
10
10
  "vendor": "GitLab",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuskin/product-components",
3
- "version": "3.19.0-gms-12518.1",
3
+ "version": "3.19.0-gms-12518.2",
4
4
  "description": "Nu Skin Product Components",
5
5
  "main": "index.js",
6
6
  "scripts": {