@nuskin/product-components 3.18.2-gms-12518.5 → 3.18.2-mdigi-4997.1

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/.releaserc CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "branches": [
3
- "master", {"name":"GMS-12518", "channel":"prerelease", "prerelease":"gms-12518"}
3
+ "master", {"name":"MDIGI-4997", "channel":"prerelease", "prerelease":"mdigi-4997"}
4
4
  ],
5
5
  "plugins": [
6
6
  "@semantic-release/release-notes-generator",
@@ -28,7 +28,7 @@
28
28
  </div>
29
29
  <template #custom>
30
30
  <input
31
- ref="quantityInput"
31
+ ref="input"
32
32
  v-model.number="quantityInput"
33
33
  :class="[$style.customInput, { [$style.small]: size === 'small' }]"
34
34
  type="number"
@@ -171,9 +171,6 @@ export default {
171
171
  }
172
172
  }
173
173
  },
174
- mounted() {
175
- this.blurAllQuantityInputs();
176
- },
177
174
  methods: {
178
175
  /**
179
176
  * Disables input
@@ -240,18 +237,10 @@ export default {
240
237
  this.dropdownMax,
241
238
  this.dropdownMax - this.includeZero ? 0 : 1
242
239
  );
243
- // setTimeout(() => {
244
- // this.$refs.input.focus();
245
- // this.$refs.input.select();
246
- // }, 100);
247
- this.$nextTick(() => {
248
- if (!this.isMobileDevice()) {
249
- this.$refs.input.focus();
250
- this.$refs.input.select();
251
- } else {
252
- this.$refs.input.blur();
253
- }
254
- });
240
+ setTimeout(() => {
241
+ this.$refs.input.focus();
242
+ this.$refs.input.select();
243
+ }, 100);
255
244
  } else {
256
245
  this.errorMessage = "";
257
246
  this.showCustomSelectedItem = false;
@@ -273,12 +262,6 @@ export default {
273
262
  return (
274
263
  itemQty >= this.dropdownMax && this.maxAvailable > this.dropdownMax
275
264
  );
276
- },
277
- blurAllQuantityInputs() {
278
- const inputs = document.querySelectorAll(
279
- 'input[type="number"].quamtity-input'
280
- );
281
- inputs.forEach(input => input.blur());
282
265
  }
283
266
  }
284
267
  };
package/docs/CHANGELOG.md CHANGED
@@ -1 +1 @@
1
- ## [3.18.2-gms-12518.5](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.18.2-gms-12518.4...v3.18.2-gms-12518.5) (2025-07-02)
1
+ ## [3.18.2-mdigi-4997.1](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.18.1...v3.18.2-mdigi-4997.1) (2025-06-19)
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "bomFormat": "CycloneDX",
3
3
  "specVersion": "1.4",
4
- "serialNumber": "urn:uuid:b5041616-03a5-40a2-883f-731b1a8931b4",
4
+ "serialNumber": "urn:uuid:e13cf412-7f02-4cb4-af5b-bf8495e7e98b",
5
5
  "version": 1,
6
6
  "metadata": {
7
- "timestamp": "2025-07-02T04:57:15Z",
7
+ "timestamp": "2025-06-19T11:58:46Z",
8
8
  "tools": [
9
9
  {
10
10
  "vendor": "GitLab",
11
11
  "name": "Gemnasium",
12
- "version": "5.9.4"
12
+ "version": "5.9.3"
13
13
  }
14
14
  ],
15
15
  "authors": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuskin/product-components",
3
- "version": "3.18.2-gms-12518.5",
3
+ "version": "3.18.2-mdigi-4997.1",
4
4
  "description": "Nu Skin Product Components",
5
5
  "main": "index.js",
6
6
  "scripts": {