@nuskin/product-components 3.18.2-gms-12518.9 → 3.18.2-gms-12518.10

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.
@@ -175,9 +175,9 @@ export default {
175
175
  }
176
176
  }
177
177
  },
178
- mounted() {
179
- this.blurAllQuantityInputs();
180
- },
178
+ // mounted() {
179
+ // this.blurAllQuantityInputs();
180
+ // },
181
181
  methods: {
182
182
  /**
183
183
  * Disables input
@@ -277,13 +277,13 @@ export default {
277
277
  return (
278
278
  itemQty >= this.dropdownMax && this.maxAvailable > this.dropdownMax
279
279
  );
280
- },
281
- blurAllQuantityInputs() {
282
- const inputs = document.querySelectorAll(
283
- 'input[type="number"].quantity-input'
284
- );
285
- inputs.forEach(input => input.blur());
286
280
  }
281
+ // blurAllQuantityInputs() {
282
+ // const inputs = document.querySelectorAll(
283
+ // 'input[type="number"].quantity-input'
284
+ // );
285
+ // inputs.forEach(input => input.blur());
286
+ // }
287
287
  }
288
288
  };
289
289
  </script>
package/docs/CHANGELOG.md CHANGED
@@ -1 +1 @@
1
- ## [3.18.2-gms-12518.9](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.18.2-gms-12518.8...v3.18.2-gms-12518.9) (2025-07-18)
1
+ ## [3.18.2-gms-12518.10](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.18.2-gms-12518.9...v3.18.2-gms-12518.10) (2025-07-21)
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "bomFormat": "CycloneDX",
3
3
  "specVersion": "1.4",
4
- "serialNumber": "urn:uuid:9b28b72d-2b5a-47a9-80a3-8bdeb89cb09d",
4
+ "serialNumber": "urn:uuid:023bb08b-11b7-4ca8-9330-f414f3aa9089",
5
5
  "version": 1,
6
6
  "metadata": {
7
- "timestamp": "2025-07-18T14:45:36Z",
7
+ "timestamp": "2025-07-21T13:26:50Z",
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.18.2-gms-12518.9",
3
+ "version": "3.18.2-gms-12518.10",
4
4
  "description": "Nu Skin Product Components",
5
5
  "main": "index.js",
6
6
  "scripts": {