jamdesk 1.1.2 → 1.1.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/dist/__tests__/unit/vendored-sync.test.js +24 -1
- package/dist/__tests__/unit/vendored-sync.test.js.map +1 -1
- package/dist/lib/deps.js +1 -1
- package/package.json +5 -5
- package/vendored/app/api/assets/[...path]/route.ts +6 -3
- package/vendored/lib/revalidation-trigger.ts +49 -1
- package/vendored/public/_jd/branding/favicon.svg +3 -0
- package/vendored/public/_jd/branding/icon-dark.svg +12 -0
- package/vendored/public/_jd/branding/icon.svg +12 -0
- package/vendored/public/_jd/branding/jamdesk-wordmark-hover.svg +10 -0
- package/vendored/public/_jd/branding/jamdesk-wordmark.svg +10 -0
- package/vendored/public/_jd/fonts/fontawesome/css/all.css +21849 -0
- package/vendored/public/_jd/fonts/fontawesome/css/all.min.css +9 -0
- package/vendored/public/_jd/fonts/fontawesome/css/brands.css +2227 -0
- package/vendored/public/_jd/fonts/fontawesome/css/brands.min.css +6 -0
- package/vendored/public/_jd/fonts/fontawesome/css/duotone-light.css +71 -0
- package/vendored/public/_jd/fonts/fontawesome/css/duotone-light.min.css +6 -0
- package/vendored/public/_jd/fonts/fontawesome/css/duotone-regular.css +71 -0
- package/vendored/public/_jd/fonts/fontawesome/css/duotone-regular.min.css +6 -0
- package/vendored/public/_jd/fonts/fontawesome/css/duotone-thin.css +71 -0
- package/vendored/public/_jd/fonts/fontawesome/css/duotone-thin.min.css +6 -0
- package/vendored/public/_jd/fonts/fontawesome/css/duotone.css +62 -0
- package/vendored/public/_jd/fonts/fontawesome/css/duotone.min.css +6 -0
- package/vendored/public/_jd/fonts/fontawesome/css/fontawesome.css +19421 -0
- package/vendored/public/_jd/fonts/fontawesome/css/fontawesome.min.css +8 -0
- package/vendored/public/_jd/fonts/fontawesome/css/light.css +31 -0
- package/vendored/public/_jd/fonts/fontawesome/css/light.min.css +6 -0
- package/vendored/public/_jd/fonts/fontawesome/css/regular.css +31 -0
- package/vendored/public/_jd/fonts/fontawesome/css/regular.min.css +6 -0
- package/vendored/public/_jd/fonts/fontawesome/css/sharp-duotone-light.css +71 -0
- package/vendored/public/_jd/fonts/fontawesome/css/sharp-duotone-light.min.css +6 -0
- package/vendored/public/_jd/fonts/fontawesome/css/sharp-duotone-regular.css +71 -0
- package/vendored/public/_jd/fonts/fontawesome/css/sharp-duotone-regular.min.css +6 -0
- package/vendored/public/_jd/fonts/fontawesome/css/sharp-duotone-solid.css +71 -0
- package/vendored/public/_jd/fonts/fontawesome/css/sharp-duotone-solid.min.css +6 -0
- package/vendored/public/_jd/fonts/fontawesome/css/sharp-duotone-thin.css +71 -0
- package/vendored/public/_jd/fonts/fontawesome/css/sharp-duotone-thin.min.css +6 -0
- package/vendored/public/_jd/fonts/fontawesome/css/sharp-light.css +31 -0
- package/vendored/public/_jd/fonts/fontawesome/css/sharp-light.min.css +6 -0
- package/vendored/public/_jd/fonts/fontawesome/css/sharp-regular.css +31 -0
- package/vendored/public/_jd/fonts/fontawesome/css/sharp-regular.min.css +6 -0
- package/vendored/public/_jd/fonts/fontawesome/css/sharp-solid.css +31 -0
- package/vendored/public/_jd/fonts/fontawesome/css/sharp-solid.min.css +6 -0
- package/vendored/public/_jd/fonts/fontawesome/css/sharp-thin.css +31 -0
- package/vendored/public/_jd/fonts/fontawesome/css/sharp-thin.min.css +6 -0
- package/vendored/public/_jd/fonts/fontawesome/css/solid.css +31 -0
- package/vendored/public/_jd/fonts/fontawesome/css/solid.min.css +6 -0
- package/vendored/public/_jd/fonts/fontawesome/css/svg-with-js.css +556 -0
- package/vendored/public/_jd/fonts/fontawesome/css/svg-with-js.min.css +6 -0
- package/vendored/public/_jd/fonts/fontawesome/css/svg.css +182 -0
- package/vendored/public/_jd/fonts/fontawesome/css/svg.min.css +6 -0
- package/vendored/public/_jd/fonts/fontawesome/css/thin.css +31 -0
- package/vendored/public/_jd/fonts/fontawesome/css/thin.min.css +6 -0
- package/vendored/public/_jd/fonts/fontawesome/css/v4-font-face.css +27 -0
- package/vendored/public/_jd/fonts/fontawesome/css/v4-font-face.min.css +6 -0
- package/vendored/public/_jd/fonts/fontawesome/css/v4-shims.css +2818 -0
- package/vendored/public/_jd/fonts/fontawesome/css/v4-shims.min.css +6 -0
- package/vendored/public/_jd/fonts/fontawesome/css/v5-font-face.css +35 -0
- package/vendored/public/_jd/fonts/fontawesome/css/v5-font-face.min.css +6 -0
- package/vendored/public/_jd/fonts/fontawesome/webfonts/fa-brands-400.woff2 +0 -0
- package/vendored/public/_jd/fonts/fontawesome/webfonts/fa-duotone-900.woff2 +0 -0
- package/vendored/public/_jd/fonts/fontawesome/webfonts/fa-duotone-light-300.woff2 +0 -0
- package/vendored/public/_jd/fonts/fontawesome/webfonts/fa-duotone-regular-400.woff2 +0 -0
- package/vendored/public/_jd/fonts/fontawesome/webfonts/fa-duotone-thin-100.woff2 +0 -0
- package/vendored/public/_jd/fonts/fontawesome/webfonts/fa-light-300.woff2 +0 -0
- package/vendored/public/_jd/fonts/fontawesome/webfonts/fa-regular-400.woff2 +0 -0
- package/vendored/public/_jd/fonts/fontawesome/webfonts/fa-solid-900.woff2 +0 -0
- package/vendored/public/_jd/fonts/fontawesome/webfonts/fa-thin-100.woff2 +0 -0
- package/vendored/public/_jd/fonts/fontawesome/webfonts/fa-v4compatibility.woff2 +0 -0
- package/vendored/components/snippets/generated/CodeLink.tsx +0 -25
- package/vendored/components/snippets/generated/HeaderAPI.tsx +0 -44
- package/vendored/components/snippets/generated/PlansAvailable.tsx +0 -53
- package/vendored/components/snippets/generated/SnippetIntro.tsx +0 -43
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Font Awesome Pro 7.1.0 by @fontawesome - https://fontawesome.com
|
|
3
|
+
* License - https://fontawesome.com/license (Commercial License)
|
|
4
|
+
* Copyright 2025 Fonticons, Inc.
|
|
5
|
+
*/
|
|
6
|
+
:root, :host {
|
|
7
|
+
--fa-family-sharp-duotone: "Font Awesome 7 Sharp Duotone";
|
|
8
|
+
--fa-font-sharp-duotone-regular: normal 400 1em/1 var(--fa-family-sharp-duotone);
|
|
9
|
+
/* deprecated: this older custom property will be removed next major release */
|
|
10
|
+
--fa-style-family-sharp-duotone: var(--fa-family-sharp-duotone);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@font-face {
|
|
14
|
+
font-family: "Font Awesome 7 Sharp Duotone";
|
|
15
|
+
font-style: normal;
|
|
16
|
+
font-weight: 400;
|
|
17
|
+
font-display: block;
|
|
18
|
+
src: url("../webfonts/fa-sharp-duotone-regular-400.woff2");
|
|
19
|
+
}
|
|
20
|
+
.fasdr {
|
|
21
|
+
--fa-family: var(--fa-family-sharp-duotone);
|
|
22
|
+
--fa-style: 400;
|
|
23
|
+
position: relative;
|
|
24
|
+
letter-spacing: normal;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.fa-sharp-duotone {
|
|
28
|
+
--fa-family: var(--fa-family-sharp-duotone);
|
|
29
|
+
position: relative;
|
|
30
|
+
letter-spacing: normal;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.fa-regular {
|
|
34
|
+
--fa-style: 400;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.fasdr::before,
|
|
38
|
+
.fa-sharp-duotone::before {
|
|
39
|
+
position: absolute;
|
|
40
|
+
color: var(--fa-primary-color, currentColor);
|
|
41
|
+
opacity: var(--fa-primary-opacity, 1);
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.fasdr::after,
|
|
45
|
+
.fa-sharp-duotone::after {
|
|
46
|
+
color: var(--fa-secondary-color, currentColor);
|
|
47
|
+
opacity: var(--fa-secondary-opacity, 0.4);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.fa-swap-opacity .fasdr::before,
|
|
51
|
+
.fa-swap-opacity .fa-sharp-duotone::before,
|
|
52
|
+
.fa-swap-opacity.fasdr::before,
|
|
53
|
+
.fa-swap-opacity.fa-sharp-duotone::before {
|
|
54
|
+
opacity: var(--fa-secondary-opacity, 0.4);
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.fa-swap-opacity .fasdr::after,
|
|
58
|
+
.fa-swap-opacity .fa-sharp-duotone::after,
|
|
59
|
+
.fa-swap-opacity.fasdr::after,
|
|
60
|
+
.fa-swap-opacity.fa-sharp-duotone::after {
|
|
61
|
+
opacity: var(--fa-primary-opacity, 1);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.fa-li.fasdr,
|
|
65
|
+
.fa-li.fa-sharp-duotone,
|
|
66
|
+
.fa-stack-1x.fasdr,
|
|
67
|
+
.fa-stack-1x.fa-sharp-duotone,
|
|
68
|
+
.fa-stack-2x.fasdr,
|
|
69
|
+
.fa-stack-2x.fa-sharp-duotone {
|
|
70
|
+
position: absolute;
|
|
71
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Font Awesome Pro 7.1.0 by @fontawesome - https://fontawesome.com
|
|
3
|
+
* License - https://fontawesome.com/license (Commercial License)
|
|
4
|
+
* Copyright 2025 Fonticons, Inc.
|
|
5
|
+
*/
|
|
6
|
+
:host,:root{--fa-family-sharp-duotone:"Font Awesome 7 Sharp Duotone";--fa-font-sharp-duotone-regular:normal 400 1em/1 var(--fa-family-sharp-duotone);--fa-style-family-sharp-duotone:var(--fa-family-sharp-duotone)}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-sharp-duotone-regular-400.woff2)}.fasdr{--fa-style:400}.fa-sharp-duotone,.fasdr{--fa-family:var(--fa-family-sharp-duotone);position:relative;letter-spacing:normal}.fa-regular{--fa-style:400}.fa-sharp-duotone:before,.fasdr:before{position:absolute;color:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.fa-sharp-duotone:after,.fasdr:after{color:var(--fa-secondary-color,currentColor)}.fa-sharp-duotone:after,.fa-swap-opacity.fa-sharp-duotone:before,.fa-swap-opacity .fa-sharp-duotone:before,.fa-swap-opacity.fasdr:before,.fa-swap-opacity .fasdr:before,.fasdr:after{opacity:var(--fa-secondary-opacity,.4)}.fa-swap-opacity.fa-sharp-duotone:after,.fa-swap-opacity .fa-sharp-duotone:after,.fa-swap-opacity.fasdr:after,.fa-swap-opacity .fasdr:after{opacity:var(--fa-primary-opacity,1)}.fa-li.fa-sharp-duotone,.fa-li.fasdr,.fa-stack-1x.fa-sharp-duotone,.fa-stack-1x.fasdr,.fa-stack-2x.fa-sharp-duotone,.fa-stack-2x.fasdr{position:absolute}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Font Awesome Pro 7.1.0 by @fontawesome - https://fontawesome.com
|
|
3
|
+
* License - https://fontawesome.com/license (Commercial License)
|
|
4
|
+
* Copyright 2025 Fonticons, Inc.
|
|
5
|
+
*/
|
|
6
|
+
:root, :host {
|
|
7
|
+
--fa-family-sharp-duotone: "Font Awesome 7 Sharp Duotone";
|
|
8
|
+
--fa-font-sharp-duotone-solid: normal 900 1em/1 var(--fa-family-sharp-duotone);
|
|
9
|
+
/* deprecated: this older custom property will be removed next major release */
|
|
10
|
+
--fa-style-family-sharp-duotone: var(--fa-family-sharp-duotone);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@font-face {
|
|
14
|
+
font-family: "Font Awesome 7 Sharp Duotone";
|
|
15
|
+
font-style: normal;
|
|
16
|
+
font-weight: 900;
|
|
17
|
+
font-display: block;
|
|
18
|
+
src: url("../webfonts/fa-sharp-duotone-solid-900.woff2");
|
|
19
|
+
}
|
|
20
|
+
.fasds {
|
|
21
|
+
--fa-family: var(--fa-family-sharp-duotone);
|
|
22
|
+
--fa-style: 900;
|
|
23
|
+
position: relative;
|
|
24
|
+
letter-spacing: normal;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.fa-sharp-duotone {
|
|
28
|
+
--fa-family: var(--fa-family-sharp-duotone);
|
|
29
|
+
position: relative;
|
|
30
|
+
letter-spacing: normal;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.fa-solid {
|
|
34
|
+
--fa-style: 900;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.fasds::before,
|
|
38
|
+
.fa-sharp-duotone::before {
|
|
39
|
+
position: absolute;
|
|
40
|
+
color: var(--fa-primary-color, currentColor);
|
|
41
|
+
opacity: var(--fa-primary-opacity, 1);
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.fasds::after,
|
|
45
|
+
.fa-sharp-duotone::after {
|
|
46
|
+
color: var(--fa-secondary-color, currentColor);
|
|
47
|
+
opacity: var(--fa-secondary-opacity, 0.4);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.fa-swap-opacity .fasds::before,
|
|
51
|
+
.fa-swap-opacity .fa-sharp-duotone::before,
|
|
52
|
+
.fa-swap-opacity.fasds::before,
|
|
53
|
+
.fa-swap-opacity.fa-sharp-duotone::before {
|
|
54
|
+
opacity: var(--fa-secondary-opacity, 0.4);
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.fa-swap-opacity .fasds::after,
|
|
58
|
+
.fa-swap-opacity .fa-sharp-duotone::after,
|
|
59
|
+
.fa-swap-opacity.fasds::after,
|
|
60
|
+
.fa-swap-opacity.fa-sharp-duotone::after {
|
|
61
|
+
opacity: var(--fa-primary-opacity, 1);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.fa-li.fasds,
|
|
65
|
+
.fa-li.fa-sharp-duotone,
|
|
66
|
+
.fa-stack-1x.fasds,
|
|
67
|
+
.fa-stack-1x.fa-sharp-duotone,
|
|
68
|
+
.fa-stack-2x.fasds,
|
|
69
|
+
.fa-stack-2x.fa-sharp-duotone {
|
|
70
|
+
position: absolute;
|
|
71
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Font Awesome Pro 7.1.0 by @fontawesome - https://fontawesome.com
|
|
3
|
+
* License - https://fontawesome.com/license (Commercial License)
|
|
4
|
+
* Copyright 2025 Fonticons, Inc.
|
|
5
|
+
*/
|
|
6
|
+
:host,:root{--fa-family-sharp-duotone:"Font Awesome 7 Sharp Duotone";--fa-font-sharp-duotone-solid:normal 900 1em/1 var(--fa-family-sharp-duotone);--fa-style-family-sharp-duotone:var(--fa-family-sharp-duotone)}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-sharp-duotone-solid-900.woff2)}.fasds{--fa-style:900}.fa-sharp-duotone,.fasds{--fa-family:var(--fa-family-sharp-duotone);position:relative;letter-spacing:normal}.fa-solid{--fa-style:900}.fa-sharp-duotone:before,.fasds:before{position:absolute;color:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.fa-sharp-duotone:after,.fasds:after{color:var(--fa-secondary-color,currentColor)}.fa-sharp-duotone:after,.fa-swap-opacity.fa-sharp-duotone:before,.fa-swap-opacity .fa-sharp-duotone:before,.fa-swap-opacity.fasds:before,.fa-swap-opacity .fasds:before,.fasds:after{opacity:var(--fa-secondary-opacity,.4)}.fa-swap-opacity.fa-sharp-duotone:after,.fa-swap-opacity .fa-sharp-duotone:after,.fa-swap-opacity.fasds:after,.fa-swap-opacity .fasds:after{opacity:var(--fa-primary-opacity,1)}.fa-li.fa-sharp-duotone,.fa-li.fasds,.fa-stack-1x.fa-sharp-duotone,.fa-stack-1x.fasds,.fa-stack-2x.fa-sharp-duotone,.fa-stack-2x.fasds{position:absolute}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Font Awesome Pro 7.1.0 by @fontawesome - https://fontawesome.com
|
|
3
|
+
* License - https://fontawesome.com/license (Commercial License)
|
|
4
|
+
* Copyright 2025 Fonticons, Inc.
|
|
5
|
+
*/
|
|
6
|
+
:root, :host {
|
|
7
|
+
--fa-family-sharp-duotone: "Font Awesome 7 Sharp Duotone";
|
|
8
|
+
--fa-font-sharp-duotone-thin: normal 100 1em/1 var(--fa-family-sharp-duotone);
|
|
9
|
+
/* deprecated: this older custom property will be removed next major release */
|
|
10
|
+
--fa-style-family-sharp-duotone: var(--fa-family-sharp-duotone);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@font-face {
|
|
14
|
+
font-family: "Font Awesome 7 Sharp Duotone";
|
|
15
|
+
font-style: normal;
|
|
16
|
+
font-weight: 100;
|
|
17
|
+
font-display: block;
|
|
18
|
+
src: url("../webfonts/fa-sharp-duotone-thin-100.woff2");
|
|
19
|
+
}
|
|
20
|
+
.fasdt {
|
|
21
|
+
--fa-family: var(--fa-family-sharp-duotone);
|
|
22
|
+
--fa-style: 100;
|
|
23
|
+
position: relative;
|
|
24
|
+
letter-spacing: normal;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.fa-sharp-duotone {
|
|
28
|
+
--fa-family: var(--fa-family-sharp-duotone);
|
|
29
|
+
position: relative;
|
|
30
|
+
letter-spacing: normal;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.fa-thin {
|
|
34
|
+
--fa-style: 100;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.fasdt::before,
|
|
38
|
+
.fa-sharp-duotone::before {
|
|
39
|
+
position: absolute;
|
|
40
|
+
color: var(--fa-primary-color, currentColor);
|
|
41
|
+
opacity: var(--fa-primary-opacity, 1);
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.fasdt::after,
|
|
45
|
+
.fa-sharp-duotone::after {
|
|
46
|
+
color: var(--fa-secondary-color, currentColor);
|
|
47
|
+
opacity: var(--fa-secondary-opacity, 0.4);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.fa-swap-opacity .fasdt::before,
|
|
51
|
+
.fa-swap-opacity .fa-sharp-duotone::before,
|
|
52
|
+
.fa-swap-opacity.fasdt::before,
|
|
53
|
+
.fa-swap-opacity.fa-sharp-duotone::before {
|
|
54
|
+
opacity: var(--fa-secondary-opacity, 0.4);
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.fa-swap-opacity .fasdt::after,
|
|
58
|
+
.fa-swap-opacity .fa-sharp-duotone::after,
|
|
59
|
+
.fa-swap-opacity.fasdt::after,
|
|
60
|
+
.fa-swap-opacity.fa-sharp-duotone::after {
|
|
61
|
+
opacity: var(--fa-primary-opacity, 1);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.fa-li.fasdt,
|
|
65
|
+
.fa-li.fa-sharp-duotone,
|
|
66
|
+
.fa-stack-1x.fasdt,
|
|
67
|
+
.fa-stack-1x.fa-sharp-duotone,
|
|
68
|
+
.fa-stack-2x.fasdt,
|
|
69
|
+
.fa-stack-2x.fa-sharp-duotone {
|
|
70
|
+
position: absolute;
|
|
71
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Font Awesome Pro 7.1.0 by @fontawesome - https://fontawesome.com
|
|
3
|
+
* License - https://fontawesome.com/license (Commercial License)
|
|
4
|
+
* Copyright 2025 Fonticons, Inc.
|
|
5
|
+
*/
|
|
6
|
+
:host,:root{--fa-family-sharp-duotone:"Font Awesome 7 Sharp Duotone";--fa-font-sharp-duotone-thin:normal 100 1em/1 var(--fa-family-sharp-duotone);--fa-style-family-sharp-duotone:var(--fa-family-sharp-duotone)}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../webfonts/fa-sharp-duotone-thin-100.woff2)}.fasdt{--fa-style:100}.fa-sharp-duotone,.fasdt{--fa-family:var(--fa-family-sharp-duotone);position:relative;letter-spacing:normal}.fa-thin{--fa-style:100}.fa-sharp-duotone:before,.fasdt:before{position:absolute;color:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.fa-sharp-duotone:after,.fasdt:after{color:var(--fa-secondary-color,currentColor)}.fa-sharp-duotone:after,.fa-swap-opacity.fa-sharp-duotone:before,.fa-swap-opacity .fa-sharp-duotone:before,.fa-swap-opacity.fasdt:before,.fa-swap-opacity .fasdt:before,.fasdt:after{opacity:var(--fa-secondary-opacity,.4)}.fa-swap-opacity.fa-sharp-duotone:after,.fa-swap-opacity .fa-sharp-duotone:after,.fa-swap-opacity.fasdt:after,.fa-swap-opacity .fasdt:after{opacity:var(--fa-primary-opacity,1)}.fa-li.fa-sharp-duotone,.fa-li.fasdt,.fa-stack-1x.fa-sharp-duotone,.fa-stack-1x.fasdt,.fa-stack-2x.fa-sharp-duotone,.fa-stack-2x.fasdt{position:absolute}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Font Awesome Pro 7.1.0 by @fontawesome - https://fontawesome.com
|
|
3
|
+
* License - https://fontawesome.com/license (Commercial License)
|
|
4
|
+
* Copyright 2025 Fonticons, Inc.
|
|
5
|
+
*/
|
|
6
|
+
:root, :host {
|
|
7
|
+
--fa-family-sharp: "Font Awesome 7 Sharp";
|
|
8
|
+
--fa-font-sharp-light: normal 300 1em/1 var(--fa-family-sharp);
|
|
9
|
+
/* deprecated: this older custom property will be removed next major release */
|
|
10
|
+
--fa-style-family-sharp: var(--fa-family-sharp);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@font-face {
|
|
14
|
+
font-family: "Font Awesome 7 Sharp";
|
|
15
|
+
font-style: normal;
|
|
16
|
+
font-weight: 300;
|
|
17
|
+
font-display: block;
|
|
18
|
+
src: url("../webfonts/fa-sharp-light-300.woff2");
|
|
19
|
+
}
|
|
20
|
+
.fasl {
|
|
21
|
+
--fa-family: var(--fa-family-sharp);
|
|
22
|
+
--fa-style: 300;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.fa-sharp {
|
|
26
|
+
--fa-family: var(--fa-family-sharp);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.fa-light {
|
|
30
|
+
--fa-style: 300;
|
|
31
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Font Awesome Pro 7.1.0 by @fontawesome - https://fontawesome.com
|
|
3
|
+
* License - https://fontawesome.com/license (Commercial License)
|
|
4
|
+
* Copyright 2025 Fonticons, Inc.
|
|
5
|
+
*/
|
|
6
|
+
:host,:root{--fa-family-sharp:"Font Awesome 7 Sharp";--fa-font-sharp-light:normal 300 1em/1 var(--fa-family-sharp);--fa-style-family-sharp:var(--fa-family-sharp)}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:300;font-display:block;src:url(../webfonts/fa-sharp-light-300.woff2)}.fasl{--fa-style:300}.fa-sharp,.fasl{--fa-family:var(--fa-family-sharp)}.fa-light{--fa-style:300}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Font Awesome Pro 7.1.0 by @fontawesome - https://fontawesome.com
|
|
3
|
+
* License - https://fontawesome.com/license (Commercial License)
|
|
4
|
+
* Copyright 2025 Fonticons, Inc.
|
|
5
|
+
*/
|
|
6
|
+
:root, :host {
|
|
7
|
+
--fa-family-sharp: "Font Awesome 7 Sharp";
|
|
8
|
+
--fa-font-sharp-regular: normal 400 1em/1 var(--fa-family-sharp);
|
|
9
|
+
/* deprecated: this older custom property will be removed next major release */
|
|
10
|
+
--fa-style-family-sharp: var(--fa-family-sharp);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@font-face {
|
|
14
|
+
font-family: "Font Awesome 7 Sharp";
|
|
15
|
+
font-style: normal;
|
|
16
|
+
font-weight: 400;
|
|
17
|
+
font-display: block;
|
|
18
|
+
src: url("../webfonts/fa-sharp-regular-400.woff2");
|
|
19
|
+
}
|
|
20
|
+
.fasr {
|
|
21
|
+
--fa-family: var(--fa-family-sharp);
|
|
22
|
+
--fa-style: 400;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.fa-sharp {
|
|
26
|
+
--fa-family: var(--fa-family-sharp);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.fa-regular {
|
|
30
|
+
--fa-style: 400;
|
|
31
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Font Awesome Pro 7.1.0 by @fontawesome - https://fontawesome.com
|
|
3
|
+
* License - https://fontawesome.com/license (Commercial License)
|
|
4
|
+
* Copyright 2025 Fonticons, Inc.
|
|
5
|
+
*/
|
|
6
|
+
:host,:root{--fa-family-sharp:"Font Awesome 7 Sharp";--fa-font-sharp-regular:normal 400 1em/1 var(--fa-family-sharp);--fa-style-family-sharp:var(--fa-family-sharp)}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-sharp-regular-400.woff2)}.fasr{--fa-style:400}.fa-sharp,.fasr{--fa-family:var(--fa-family-sharp)}.fa-regular{--fa-style:400}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Font Awesome Pro 7.1.0 by @fontawesome - https://fontawesome.com
|
|
3
|
+
* License - https://fontawesome.com/license (Commercial License)
|
|
4
|
+
* Copyright 2025 Fonticons, Inc.
|
|
5
|
+
*/
|
|
6
|
+
:root, :host {
|
|
7
|
+
--fa-family-sharp: "Font Awesome 7 Sharp";
|
|
8
|
+
--fa-font-sharp-solid: normal 900 1em/1 var(--fa-family-sharp);
|
|
9
|
+
/* deprecated: this older custom property will be removed next major release */
|
|
10
|
+
--fa-style-family-sharp: var(--fa-family-sharp);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@font-face {
|
|
14
|
+
font-family: "Font Awesome 7 Sharp";
|
|
15
|
+
font-style: normal;
|
|
16
|
+
font-weight: 900;
|
|
17
|
+
font-display: block;
|
|
18
|
+
src: url("../webfonts/fa-sharp-solid-900.woff2");
|
|
19
|
+
}
|
|
20
|
+
.fass {
|
|
21
|
+
--fa-family: var(--fa-family-sharp);
|
|
22
|
+
--fa-style: 900;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.fa-sharp {
|
|
26
|
+
--fa-family: var(--fa-family-sharp);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.fa-solid {
|
|
30
|
+
--fa-style: 900;
|
|
31
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Font Awesome Pro 7.1.0 by @fontawesome - https://fontawesome.com
|
|
3
|
+
* License - https://fontawesome.com/license (Commercial License)
|
|
4
|
+
* Copyright 2025 Fonticons, Inc.
|
|
5
|
+
*/
|
|
6
|
+
:host,:root{--fa-family-sharp:"Font Awesome 7 Sharp";--fa-font-sharp-solid:normal 900 1em/1 var(--fa-family-sharp);--fa-style-family-sharp:var(--fa-family-sharp)}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-sharp-solid-900.woff2)}.fass{--fa-style:900}.fa-sharp,.fass{--fa-family:var(--fa-family-sharp)}.fa-solid{--fa-style:900}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Font Awesome Pro 7.1.0 by @fontawesome - https://fontawesome.com
|
|
3
|
+
* License - https://fontawesome.com/license (Commercial License)
|
|
4
|
+
* Copyright 2025 Fonticons, Inc.
|
|
5
|
+
*/
|
|
6
|
+
:root, :host {
|
|
7
|
+
--fa-family-sharp: "Font Awesome 7 Sharp";
|
|
8
|
+
--fa-font-sharp-thin: normal 100 1em/1 var(--fa-family-sharp);
|
|
9
|
+
/* deprecated: this older custom property will be removed next major release */
|
|
10
|
+
--fa-style-family-sharp: var(--fa-family-sharp);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@font-face {
|
|
14
|
+
font-family: "Font Awesome 7 Sharp";
|
|
15
|
+
font-style: normal;
|
|
16
|
+
font-weight: 100;
|
|
17
|
+
font-display: block;
|
|
18
|
+
src: url("../webfonts/fa-sharp-thin-100.woff2");
|
|
19
|
+
}
|
|
20
|
+
.fast {
|
|
21
|
+
--fa-family: var(--fa-family-sharp);
|
|
22
|
+
--fa-style: 100;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.fa-sharp {
|
|
26
|
+
--fa-family: var(--fa-family-sharp);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.fa-thin {
|
|
30
|
+
--fa-style: 100;
|
|
31
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Font Awesome Pro 7.1.0 by @fontawesome - https://fontawesome.com
|
|
3
|
+
* License - https://fontawesome.com/license (Commercial License)
|
|
4
|
+
* Copyright 2025 Fonticons, Inc.
|
|
5
|
+
*/
|
|
6
|
+
:host,:root{--fa-family-sharp:"Font Awesome 7 Sharp";--fa-font-sharp-thin:normal 100 1em/1 var(--fa-family-sharp);--fa-style-family-sharp:var(--fa-family-sharp)}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:100;font-display:block;src:url(../webfonts/fa-sharp-thin-100.woff2)}.fast{--fa-style:100}.fa-sharp,.fast{--fa-family:var(--fa-family-sharp)}.fa-thin{--fa-style:100}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Font Awesome Pro 7.1.0 by @fontawesome - https://fontawesome.com
|
|
3
|
+
* License - https://fontawesome.com/license (Commercial License)
|
|
4
|
+
* Copyright 2025 Fonticons, Inc.
|
|
5
|
+
*/
|
|
6
|
+
:root, :host {
|
|
7
|
+
--fa-family-classic: "Font Awesome 7 Pro";
|
|
8
|
+
--fa-font-solid: normal 900 1em/1 var(--fa-family-classic);
|
|
9
|
+
/* deprecated: this older custom property will be removed next major release */
|
|
10
|
+
--fa-style-family-classic: var(--fa-family-classic);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@font-face {
|
|
14
|
+
font-family: "Font Awesome 7 Pro";
|
|
15
|
+
font-style: normal;
|
|
16
|
+
font-weight: 900;
|
|
17
|
+
font-display: block;
|
|
18
|
+
src: url("../webfonts/fa-solid-900.woff2");
|
|
19
|
+
}
|
|
20
|
+
.fas {
|
|
21
|
+
--fa-family: var(--fa-family-classic);
|
|
22
|
+
--fa-style: 900;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.fa-classic {
|
|
26
|
+
--fa-family: var(--fa-family-classic);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.fa-solid {
|
|
30
|
+
--fa-style: 900;
|
|
31
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Font Awesome Pro 7.1.0 by @fontawesome - https://fontawesome.com
|
|
3
|
+
* License - https://fontawesome.com/license (Commercial License)
|
|
4
|
+
* Copyright 2025 Fonticons, Inc.
|
|
5
|
+
*/
|
|
6
|
+
:host,:root{--fa-family-classic:"Font Awesome 7 Pro";--fa-font-solid:normal 900 1em/1 var(--fa-family-classic);--fa-style-family-classic:var(--fa-family-classic)}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2)}.fas{--fa-style:900}.fa-classic,.fas{--fa-family:var(--fa-family-classic)}.fa-solid{--fa-style:900}
|