@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 +46 -51
- package/src/modules/arch/card/card.html +1 -1
- package/src/modules/arch/cardNew/cardNew.html +1 -1
- package/src/modules/arch/content/content.ts +1 -1
- package/src/modules/arch/explorer/explorer.ts +2 -2
- package/src/modules/arch/icon/icon.ts +1 -1
- package/src/modules/arch/pageHeaderA/pageHeaderA.html +1 -1
- package/src/modules/arch/searchList/searchList.html +1 -1
- package/src/modules/arch/select/select.html +2 -2
- package/src/modules/arch/select/select.ts +2 -2
- package/LICENSE +0 -12
package/package.json
CHANGED
|
@@ -1,52 +1,47 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
"
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
"
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
"
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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;
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
rel="noopener noreferrer"
|
|
15
15
|
aria-label="日本語版はここからダウンロード"
|
|
16
16
|
>
|
|
17
|
-
<img src="https://
|
|
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://
|
|
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
|
|
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
|
|
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
|
|
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.
|