@salesforcedevs/arch-components 1.30.1-node22-1 → 1.30.1-node22-3

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/package.json CHANGED
@@ -1,52 +1,47 @@
1
1
  {
2
- "name": "@salesforcedevs/arch-components",
3
- "version": "1.30.1-node22-1",
4
- "description": "Architect Lightning web components",
5
- "license": "MIT",
6
- "engines": {
7
- "node": ">=22.0.0"
8
- },
9
- "volta": {
10
- "node": "22.22.0",
11
- "yarn": "1.22.22"
12
- },
13
- "publishConfig": {
14
- "access": "public"
15
- },
16
- "dependencies": {
17
- "@coveo/headless": "3.22.2",
18
- "@floating-ui/dom": "1.5.1",
19
- "@optimizely/optimizely-sdk": "5.3.0",
20
- "@shikijs/colorized-brackets": "^3.12.2",
21
- "@types/throttle-debounce": "5.0.2",
22
- "@vimeo/player": "2.22.0",
23
- "classnames": "2.5.1",
24
- "composed-offset-position": "0.0.4",
25
- "coveo-search-ui": "2.10113.0",
26
- "debounce": "1.2.1",
27
- "js-cookie": "3.0.5",
28
- "jspdf": "^2.5.1",
29
- "lodash.defaults": "4.2.0",
30
- "lodash.get": "4.4.2",
31
- "lodash.kebabcase": "4.1.1",
32
- "memoize-one": "6.0.0",
33
- "microtip": "0.2.2",
34
- "shiki": "^3.12.2",
35
- "throttle-debounce": "5.0.0",
36
- "uuid": "9.0.1"
37
- },
38
- "devDependencies": {
39
- "@types/classnames": "2.3.1",
40
- "@types/debounce": "1.2.4",
41
- "@types/js-cookie": "3.0.6",
42
- "@types/lodash.defaults": "4.2.9",
43
- "@types/lodash.get": "4.4.9",
44
- "@types/lodash.kebabcase": "4.1.9",
45
- "@types/luxon": "3.4.2",
46
- "@types/uuid": "8.3.4",
47
- "@types/vimeo__player": "2.18.3",
48
- "eventsourcemock": "2.0.0",
49
- "luxon": "3.4.4"
50
- },
51
- "gitHead": "7874e944643e2f47606634d9d62ca585cefde113"
52
- }
2
+ "name": "@salesforcedevs/arch-components",
3
+ "version": "1.30.1-node22-3",
4
+ "description": "Architect Lightning web components",
5
+ "license": "MIT",
6
+ "engines": {
7
+ "node": "22.x"
8
+ },
9
+ "publishConfig": {
10
+ "access": "public"
11
+ },
12
+ "dependencies": {
13
+ "@coveo/headless": "3.22.2",
14
+ "@floating-ui/dom": "1.5.1",
15
+ "@optimizely/optimizely-sdk": "5.3.0",
16
+ "@shikijs/colorized-brackets": "^3.12.2",
17
+ "@types/throttle-debounce": "5.0.2",
18
+ "@vimeo/player": "2.22.0",
19
+ "classnames": "2.5.1",
20
+ "composed-offset-position": "0.0.4",
21
+ "coveo-search-ui": "2.10113.0",
22
+ "debounce": "1.2.1",
23
+ "js-cookie": "3.0.5",
24
+ "jspdf": "^2.5.1",
25
+ "lodash.defaults": "4.2.0",
26
+ "lodash.get": "4.4.2",
27
+ "lodash.kebabcase": "4.1.1",
28
+ "memoize-one": "6.0.0",
29
+ "microtip": "0.2.2",
30
+ "shiki": "^3.12.2",
31
+ "throttle-debounce": "5.0.0",
32
+ "uuid": "9.0.1"
33
+ },
34
+ "devDependencies": {
35
+ "@types/classnames": "2.3.1",
36
+ "@types/debounce": "1.2.4",
37
+ "@types/js-cookie": "3.0.6",
38
+ "@types/lodash.defaults": "4.2.9",
39
+ "@types/lodash.get": "4.4.9",
40
+ "@types/lodash.kebabcase": "4.1.9",
41
+ "@types/luxon": "3.4.2",
42
+ "@types/uuid": "8.3.4",
43
+ "@types/vimeo__player": "2.18.3",
44
+ "eventsourcemock": "2.0.0",
45
+ "luxon": "3.4.4"
46
+ }
47
+ }
@@ -34,7 +34,7 @@
34
34
  {ctaTitle}
35
35
  <img
36
36
  if:true={isExternalHref}
37
- src="https://a.sfdcstatic.com/developer-website/images/architect/new_window.svg"
37
+ src="https://developer.salesforce.com/ns-assets/new_window.svg"
38
38
  style="display: inline; height: 1rem; margin: 0 0 0 5px"
39
39
  alt="Open link in new window"
40
40
  aria-label="Open link in new window"
@@ -30,7 +30,7 @@
30
30
  {ctaTitle}
31
31
  <img
32
32
  if:true={isExternalHref}
33
- src="https://a.sfdcstatic.com/developer-website/images/architect/new_window.svg"
33
+ src="https://developer.salesforce.com/ns-assets/new_window.svg"
34
34
  style="display: inline; height: 1rem; margin: 0 0 0 5px"
35
35
  alt="Open link in new window"
36
36
  aria-label="Open link in new window"
@@ -140,7 +140,7 @@ export default class extends LightningElement {
140
140
  ) {
141
141
  const doc = el.ownerDocument;
142
142
  const img = doc.createElement('img');
143
- img.src = 'https://a.sfdcstatic.com/developer-website/images/architect/new_window.svg';
143
+ img.src = 'https://developer.salesforce.com/ns-assets/new_window.svg';
144
144
  img.style =
145
145
  'display: inline;height: 1.2rem;margin:0 0 0 5px;';
146
146
  img.alt = 'Open link in new window';
@@ -36,7 +36,7 @@ export default class Explorer extends LightningElement {
36
36
 
37
37
 
38
38
  // vars for pdf export
39
- private logoURL = 'https://a.sfdcstatic.com/developer-website/images/architect/architects_logo_horizontal_bg.png';
39
+ private logoURL = 'https://developer.salesforce.com/ns-assets/architects_logo_horizontal_bg.png';
40
40
  private logoImageData: string | undefined;
41
41
 
42
42
 
@@ -545,7 +545,7 @@ export default class Explorer extends LightningElement {
545
545
  });
546
546
 
547
547
  // set up vars for the header once
548
- this.loadImage('https://a.sfdcstatic.com/developer-website/images/architect/architects_logo_horizontal.png');
548
+ this.loadImage('https://developer.salesforce.com/ns-assets/architects_logo_horizontal.png');
549
549
  const expLink = fileMeta.keywords.replaceAll(' ', ' | ');
550
550
  const expLinkWidth = doc.getTextWidth(expLink);
551
551
  const pageWidth = doc.internal.pageSize.width;
@@ -29,7 +29,7 @@ export default class extends LightningElement {
29
29
  private context: ContextAdapterValue = null!;
30
30
 
31
31
  private get className() {
32
- return `size--${this.size}`;
32
+ return `size-${this.size}`;
33
33
  }
34
34
 
35
35
  private get href() {
@@ -14,7 +14,7 @@
14
14
  rel="noopener noreferrer"
15
15
  aria-label="日本語版はここからダウンロード"
16
16
  >
17
- <img src="https://a.sfdcstatic.com/developer-website/images/architect/icons/globe.png" />
17
+ <img src="https://developer.salesforce.com/ns-assets/icons/globe.png" />
18
18
  日本語版はここからダウンロード</a>
19
19
  </template>
20
20
  -->
@@ -23,7 +23,7 @@
23
23
  <div style="display: block">
24
24
  <center>
25
25
  <img
26
- src="https://a.sfdcstatic.com/developer-website/images/architect/ruth_search.png"
26
+ src="https://developer.salesforce.com/ns-assets/ruth_search.png"
27
27
  alt="Search tips illustration"
28
28
  />
29
29
  <h4 style="padding-top: 8px">Here are some search tips</h4>
@@ -2,7 +2,7 @@
2
2
  <label class={labelClassName} for="select">{labelText}</label>
3
3
  <div class={containerClassName}>
4
4
  <arch-icon
5
- class="select-icon select-icon--left"
5
+ class="select-icon select-icon-left"
6
6
  if:true={iconSymbol}
7
7
  size="medium"
8
8
  sprite={iconSprite}
@@ -16,7 +16,7 @@
16
16
  value={value}
17
17
  ></select>
18
18
  <arch-icon
19
- class="select-icon select-icon--right"
19
+ class="select-icon select-icon-right"
20
20
  size="small"
21
21
  symbol="chevrondown"
22
22
  ></arch-icon>
@@ -13,7 +13,7 @@ export default class extends ReflectedElement {
13
13
 
14
14
  private get containerClassName() {
15
15
  return classnames("select-container", {
16
- "select-container--icon": this.iconSymbol
16
+ "select-container-icon": this.iconSymbol
17
17
  });
18
18
  }
19
19
 
@@ -38,7 +38,7 @@ export default class extends ReflectedElement {
38
38
  );
39
39
  }
40
40
 
41
- private handleChange(event) {
41
+ private handleChange(event: Event) {
42
42
  this.dispatchEvent(
43
43
  new CustomEvent("change", {
44
44
  detail: this.contentElement.value
package/LICENSE DELETED
@@ -1,12 +0,0 @@
1
- Copyright (c) 2020, Salesforce.com, Inc.
2
- All rights reserved.
3
-
4
- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
5
-
6
- * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
7
-
8
- * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
9
-
10
- * Neither the name of Salesforce.com nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
11
-
12
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.