@nuskin/product-components 3.18.0-td-341.2 → 3.18.0-td-1000.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":"TD-341", "channel":"prerelease", "prerelease":"td-341"}
3
+ "master", {"name":"TD-1000", "channel":"prerelease", "prerelease":"td-1000"}
4
4
  ],
5
5
  "plugins": [
6
6
  "@semantic-release/release-notes-generator",
@@ -46,7 +46,7 @@
46
46
 
47
47
  <script>
48
48
  import { NsExpressiveLink, NsIcon, NsSpinner } from "@nuskin/design-components";
49
- import { StringService, csStringService } from "@nuskin/ns-util";
49
+ import { StringService } from "@nuskin/ns-util";
50
50
  import { fromJsonString } from "@nuskin/ns-common-lib";
51
51
 
52
52
  import NsProductCard from "./NsProductCard.vue";
@@ -190,12 +190,9 @@ export default {
190
190
  await this.$nextTick();
191
191
 
192
192
  try {
193
- let commonStrings = {};
194
- if (this.$NsProductAppService.useCSResources) {
195
- commonStrings = await csStringService.getStrings(commonStringKeys);
196
- } else {
197
- commonStrings = await StringService.getStrings(commonStringKeys);
198
- }
193
+ const commonStrings = await StringService.getStrings(
194
+ commonStringKeys
195
+ );
199
196
  if (commonStrings && commonStrings.loadMore) {
200
197
  this.loadMoreText = commonStrings.loadMore;
201
198
  }
package/docs/CHANGELOG.md CHANGED
@@ -1 +1 @@
1
- # [3.18.0-td-341.2](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.18.0-td-341.1...v3.18.0-td-341.2) (2024-10-25)
1
+ # [3.18.0-td-1000.1](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.17.22...v3.18.0-td-1000.1) (2025-03-14)