@platformscode/core 0.0.27 → 0.0.29
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/cjs/core.cjs.js +1 -1
- package/dist/cjs/{dga-button_7.cjs.entry.js → dga-button_12.cjs.entry.js} +255 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/components/dga-digitalSignature/dga-digitalSignature.js +28 -10
- package/dist/collection/components/dga-digitalSignature/style.css +115 -1
- package/dist/collection/components/dga-pagination/dga-pagination.js +3 -2
- package/dist/collection/usage/dga-digitalSignature-usage.js +1 -1
- package/dist/components/dga-digital-signature-usage.js +2 -2
- package/dist/components/dga-digital-signature.js +1 -1
- package/dist/components/dga-pagination-usage.js +1 -1
- package/dist/components/dga-pagination.js +1 -1
- package/dist/components/{p-B-Gbfo7g.js → p-BT8vpHTP.js} +3 -2
- package/dist/components/{p-C1Lsxkkf.js → p-C_PRbtD7.js} +29 -11
- package/dist/core/core.esm.js +1 -1
- package/dist/core/p-964cf1f6.entry.js +1 -0
- package/dist/esm/core.js +1 -1
- package/dist/esm/{dga-button_7.entry.js → dga-button_12.entry.js} +251 -1
- package/dist/esm/loader.js +1 -1
- package/package.json +1 -1
- package/dist/cjs/dga-digital-signature-usage.cjs.entry.js +0 -14
- package/dist/cjs/dga-digital-signature.cjs.entry.js +0 -97
- package/dist/cjs/dga-link.cjs.entry.js +0 -30
- package/dist/cjs/dga-pagination-usage.cjs.entry.js +0 -15
- package/dist/cjs/dga-pagination.cjs.entry.js +0 -102
- package/dist/core/p-410d75e8.entry.js +0 -1
- package/dist/core/p-5a3abaad.entry.js +0 -1
- package/dist/core/p-81982aac.entry.js +0 -1
- package/dist/core/p-cd74f417.entry.js +0 -1
- package/dist/core/p-d7adef24.entry.js +0 -1
- package/dist/core/p-d8d6d162.entry.js +0 -1
- package/dist/esm/dga-digital-signature-usage.entry.js +0 -12
- package/dist/esm/dga-digital-signature.entry.js +0 -95
- package/dist/esm/dga-link.entry.js +0 -28
- package/dist/esm/dga-pagination-usage.entry.js +0 -13
- package/dist/esm/dga-pagination.entry.js +0 -100
|
@@ -2299,6 +2299,14 @@ a:focus {
|
|
|
2299
2299
|
.digital_wrapper.close {
|
|
2300
2300
|
padding-block-end: var(--spacing-sm, 6px);
|
|
2301
2301
|
}
|
|
2302
|
+
@media screen and (max-width: 768px) {
|
|
2303
|
+
.digital_wrapper {
|
|
2304
|
+
padding: var(--spacing-sm, 6px) var(--spacing-md, 16px) var(--spacing-lg, 24px) var(--spacing-md, 16px);
|
|
2305
|
+
}
|
|
2306
|
+
.digital_wrapper.close {
|
|
2307
|
+
padding-block-end: var(--spacing-sm, 6px);
|
|
2308
|
+
}
|
|
2309
|
+
}
|
|
2302
2310
|
|
|
2303
2311
|
.digital_container {
|
|
2304
2312
|
display: flex;
|
|
@@ -2306,6 +2314,19 @@ a:focus {
|
|
|
2306
2314
|
gap: 10px;
|
|
2307
2315
|
cursor: pointer;
|
|
2308
2316
|
}
|
|
2317
|
+
@media screen and (max-width: 768px) {
|
|
2318
|
+
.digital_container {
|
|
2319
|
+
flex-direction: column;
|
|
2320
|
+
align-items: flex-start;
|
|
2321
|
+
gap: 12px;
|
|
2322
|
+
}
|
|
2323
|
+
}
|
|
2324
|
+
@media screen and (max-width: 768px) {
|
|
2325
|
+
.digital_container .digital_icon_container svg {
|
|
2326
|
+
width: 18px;
|
|
2327
|
+
height: auto;
|
|
2328
|
+
}
|
|
2329
|
+
}
|
|
2309
2330
|
.digital_container p {
|
|
2310
2331
|
padding: 0;
|
|
2311
2332
|
margin: 0;
|
|
@@ -2316,6 +2337,12 @@ a:focus {
|
|
|
2316
2337
|
font-weight: 500;
|
|
2317
2338
|
line-height: 20px;
|
|
2318
2339
|
}
|
|
2340
|
+
@media screen and (max-width: 768px) {
|
|
2341
|
+
.digital_container p {
|
|
2342
|
+
font-size: 13px;
|
|
2343
|
+
line-height: 18px;
|
|
2344
|
+
}
|
|
2345
|
+
}
|
|
2319
2346
|
.digital_container a {
|
|
2320
2347
|
color: var(--link-primary, #1b8354);
|
|
2321
2348
|
font-family: "IBM Plex Sans Arabic", serif;
|
|
@@ -2328,6 +2355,13 @@ a:focus {
|
|
|
2328
2355
|
cursor: pointer;
|
|
2329
2356
|
gap: 8px;
|
|
2330
2357
|
}
|
|
2358
|
+
@media screen and (max-width: 768px) {
|
|
2359
|
+
.digital_container a {
|
|
2360
|
+
font-size: 13px;
|
|
2361
|
+
line-height: 18px;
|
|
2362
|
+
align-self: flex-end;
|
|
2363
|
+
}
|
|
2364
|
+
}
|
|
2331
2365
|
.digital_container a .digital_link_icon {
|
|
2332
2366
|
width: 20px;
|
|
2333
2367
|
height: 20px;
|
|
@@ -2335,16 +2369,32 @@ a:focus {
|
|
|
2335
2369
|
justify-content: center;
|
|
2336
2370
|
align-items: center;
|
|
2337
2371
|
}
|
|
2372
|
+
@media screen and (max-width: 768px) {
|
|
2373
|
+
.digital_container a .digital_link_icon {
|
|
2374
|
+
width: 18px;
|
|
2375
|
+
height: 18px;
|
|
2376
|
+
}
|
|
2377
|
+
}
|
|
2338
2378
|
|
|
2339
2379
|
.digital_content {
|
|
2340
2380
|
margin-top: 40px;
|
|
2341
2381
|
}
|
|
2382
|
+
@media screen and (max-width: 768px) {
|
|
2383
|
+
.digital_content {
|
|
2384
|
+
margin-top: 24px;
|
|
2385
|
+
}
|
|
2386
|
+
}
|
|
2342
2387
|
.digital_content .digital_content_container {
|
|
2343
2388
|
display: flex;
|
|
2344
2389
|
align-items: flex-start;
|
|
2345
2390
|
gap: 18px;
|
|
2346
2391
|
flex-wrap: wrap;
|
|
2347
2392
|
}
|
|
2393
|
+
@media screen and (max-width: 768px) {
|
|
2394
|
+
.digital_content .digital_content_container {
|
|
2395
|
+
gap: 16px;
|
|
2396
|
+
}
|
|
2397
|
+
}
|
|
2348
2398
|
.digital_content .digital_content_container .digital_content_item {
|
|
2349
2399
|
display: flex;
|
|
2350
2400
|
align-items: flex-start;
|
|
@@ -2352,10 +2402,11 @@ a:focus {
|
|
|
2352
2402
|
width: calc(50% - 18px + 9px);
|
|
2353
2403
|
max-width: calc(50% - 18px + 9px);
|
|
2354
2404
|
}
|
|
2355
|
-
@media screen and (max-width:
|
|
2405
|
+
@media screen and (max-width: 768px) {
|
|
2356
2406
|
.digital_content .digital_content_container .digital_content_item {
|
|
2357
2407
|
width: 100%;
|
|
2358
2408
|
max-width: 100%;
|
|
2409
|
+
gap: 16px;
|
|
2359
2410
|
}
|
|
2360
2411
|
}
|
|
2361
2412
|
.digital_content .digital_content_container .digital_content_item .digital_content_item_icon {
|
|
@@ -2369,11 +2420,25 @@ a:focus {
|
|
|
2369
2420
|
border: 1px solid var(--border-success, #067647);
|
|
2370
2421
|
box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
|
|
2371
2422
|
}
|
|
2423
|
+
@media screen and (max-width: 768px) {
|
|
2424
|
+
.digital_content .digital_content_container .digital_content_item .digital_content_item_icon {
|
|
2425
|
+
width: 32px;
|
|
2426
|
+
height: 32px;
|
|
2427
|
+
padding: 8px;
|
|
2428
|
+
flex-shrink: 0;
|
|
2429
|
+
}
|
|
2430
|
+
}
|
|
2372
2431
|
.digital_content .digital_content_container .digital_content_item .digital_content_item_content {
|
|
2373
2432
|
display: flex;
|
|
2374
2433
|
flex-direction: column;
|
|
2375
2434
|
gap: 12px;
|
|
2376
2435
|
}
|
|
2436
|
+
@media screen and (max-width: 768px) {
|
|
2437
|
+
.digital_content .digital_content_container .digital_content_item .digital_content_item_content {
|
|
2438
|
+
gap: 8px;
|
|
2439
|
+
flex: 1;
|
|
2440
|
+
}
|
|
2441
|
+
}
|
|
2377
2442
|
.digital_content .digital_content_container .digital_content_item .digital_content_item_content h2 {
|
|
2378
2443
|
color: var(--text-default, #161616);
|
|
2379
2444
|
font-family: "IBM Plex Sans Arabic", serif;
|
|
@@ -2383,6 +2448,12 @@ a:focus {
|
|
|
2383
2448
|
line-height: 28px;
|
|
2384
2449
|
margin: 0;
|
|
2385
2450
|
}
|
|
2451
|
+
@media screen and (max-width: 768px) {
|
|
2452
|
+
.digital_content .digital_content_container .digital_content_item .digital_content_item_content h2 {
|
|
2453
|
+
font-size: 16px;
|
|
2454
|
+
line-height: 24px;
|
|
2455
|
+
}
|
|
2456
|
+
}
|
|
2386
2457
|
.digital_content .digital_content_container .digital_content_item .digital_content_item_content h2 span {
|
|
2387
2458
|
color: var(--text-primary, #1b8354);
|
|
2388
2459
|
}
|
|
@@ -2395,6 +2466,12 @@ a:focus {
|
|
|
2395
2466
|
font-weight: 400;
|
|
2396
2467
|
line-height: 24px;
|
|
2397
2468
|
}
|
|
2469
|
+
@media screen and (max-width: 768px) {
|
|
2470
|
+
.digital_content .digital_content_container .digital_content_item .digital_content_item_content p {
|
|
2471
|
+
font-size: 14px;
|
|
2472
|
+
line-height: 20px;
|
|
2473
|
+
}
|
|
2474
|
+
}
|
|
2398
2475
|
|
|
2399
2476
|
.digital_more_content {
|
|
2400
2477
|
margin-top: 40px;
|
|
@@ -2406,12 +2483,34 @@ a:focus {
|
|
|
2406
2483
|
border-radius: var(--radius-md, 8px);
|
|
2407
2484
|
background: #fff;
|
|
2408
2485
|
}
|
|
2486
|
+
@media screen and (max-width: 768px) {
|
|
2487
|
+
.digital_more_content {
|
|
2488
|
+
margin-top: 24px;
|
|
2489
|
+
flex-direction: column;
|
|
2490
|
+
align-items: flex-start;
|
|
2491
|
+
gap: 16px;
|
|
2492
|
+
padding: var(--spacing-md, 16px);
|
|
2493
|
+
}
|
|
2494
|
+
}
|
|
2495
|
+
@media screen and (max-width: 768px) {
|
|
2496
|
+
.digital_more_content .digital_more_content_icon {
|
|
2497
|
+
align-self: center;
|
|
2498
|
+
}
|
|
2499
|
+
}
|
|
2409
2500
|
.digital_more_content .digital_more_content_content {
|
|
2410
2501
|
display: flex;
|
|
2411
2502
|
align-items: center;
|
|
2412
2503
|
justify-content: flex-start;
|
|
2413
2504
|
gap: 12px;
|
|
2414
2505
|
}
|
|
2506
|
+
@media screen and (max-width: 768px) {
|
|
2507
|
+
.digital_more_content .digital_more_content_content {
|
|
2508
|
+
flex-direction: column;
|
|
2509
|
+
align-items: flex-start;
|
|
2510
|
+
gap: 8px;
|
|
2511
|
+
width: 100%;
|
|
2512
|
+
}
|
|
2513
|
+
}
|
|
2415
2514
|
.digital_more_content .digital_more_content_content p {
|
|
2416
2515
|
margin: 0;
|
|
2417
2516
|
color: var(--text-default, #161616);
|
|
@@ -2422,6 +2521,14 @@ a:focus {
|
|
|
2422
2521
|
font-weight: 400;
|
|
2423
2522
|
line-height: 24px;
|
|
2424
2523
|
}
|
|
2524
|
+
@media screen and (max-width: 768px) {
|
|
2525
|
+
.digital_more_content .digital_more_content_content p {
|
|
2526
|
+
font-size: 14px;
|
|
2527
|
+
line-height: 20px;
|
|
2528
|
+
text-align: center;
|
|
2529
|
+
width: 100%;
|
|
2530
|
+
}
|
|
2531
|
+
}
|
|
2425
2532
|
.digital_more_content .digital_more_content_content a {
|
|
2426
2533
|
color: var(--link-primary, #1b8354);
|
|
2427
2534
|
font-family: "IBM Plex Sans Arabic", serif;
|
|
@@ -2431,4 +2538,11 @@ a:focus {
|
|
|
2431
2538
|
line-height: 24px; /* 150% */
|
|
2432
2539
|
text-decoration-line: underline;
|
|
2433
2540
|
cursor: pointer;
|
|
2541
|
+
}
|
|
2542
|
+
@media screen and (max-width: 768px) {
|
|
2543
|
+
.digital_more_content .digital_more_content_content a {
|
|
2544
|
+
font-size: 14px;
|
|
2545
|
+
line-height: 20px;
|
|
2546
|
+
align-self: center;
|
|
2547
|
+
}
|
|
2434
2548
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { h } from "@stencil/core";
|
|
2
2
|
import { guid } from "../../utils";
|
|
3
3
|
import { SxHandler } from "../../utils/sx-handler";
|
|
4
|
+
import { isElementRTL } from "../../utils/rtl-utils";
|
|
4
5
|
const DOTS = '...';
|
|
5
6
|
const range = (start, end) => {
|
|
6
7
|
let length = end - start + 1;
|
|
@@ -75,7 +76,7 @@ export class DgaPagination {
|
|
|
75
76
|
this.sxHandler.cleanup();
|
|
76
77
|
}
|
|
77
78
|
render() {
|
|
78
|
-
return (h("ul", { key: '
|
|
79
|
+
return (h("ul", { key: '1ae4b4f2727f92483bbfc074a53bb18c691291e4', dir: isElementRTL(this.el) ? 'rtl' : 'ltr', class: `pagination pagination--${this.size}` }, h("li", { key: 'c5c6ecce90a724491c9eb6f55bf28ed25d01ecd9', class: "pagination__item pagination__arrow" }, h("button", { key: '84f96391a0e523114eccf672e97b080e99217c83', onClick: this.onPrevious, disabled: this.currentPage === 1 }, h("svg", { key: 'b6b9ff3c23a6ce5f974835e9df260e2736826a95', width: "17", height: "16", viewBox: "0 0 17 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, h("g", { key: '61da851369cea1d22909932b008c0422fd0a1790', id: "Leading Icon" }, h("path", { key: 'a911f53793bd2debb26f4d4d3e824030cd6a42d1', id: "Icon", d: "M10.5 12L6.5 8L10.5 4", stroke: "#161616", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))))), this.paginationRange &&
|
|
79
80
|
this.paginationRange.map(pageNumber => {
|
|
80
81
|
if (pageNumber === DOTS) {
|
|
81
82
|
return (h("li", { key: guid(), class: "pagination__item" }, "\u2026"));
|
|
@@ -83,7 +84,7 @@ export class DgaPagination {
|
|
|
83
84
|
return (h("li", { key: guid(), class: `pagination__item ${this.currentPage === pageNumber ? 'pagination__item--active' : ''}` }, h("button", { onClick: () => {
|
|
84
85
|
this.handelPageChange(pageNumber);
|
|
85
86
|
} }, pageNumber)));
|
|
86
|
-
}), h("li", { key: '
|
|
87
|
+
}), h("li", { key: '290801d4a8dd49290d99faab2340429054711624', class: "pagination__item pagination__arrow" }, h("button", { key: 'a928db70d3d1c458ae4b58f255a2bbf322dcdcd1', onClick: this.onNext, disabled: this.currentPage === this.totalPageCount }, h("svg", { key: 'ba532a2a85527a8fbd92111b76efe653637f5f16', width: "17", height: "16", viewBox: "0 0 17 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, h("g", { key: 'e2566dc3704b6686737ae92043c27637fe0a37ac', id: "Leading Icon" }, h("path", { key: '888b7862713eb8d0a61a332fb51d40497f673390', id: "Icon", d: "M6.5 12L10.5 8L6.5 4", stroke: "#161616", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))))));
|
|
87
88
|
}
|
|
88
89
|
static get is() { return "dga-pagination"; }
|
|
89
90
|
static get encapsulation() { return "shadow"; }
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { h } from "@stencil/core";
|
|
2
2
|
export class DgaDigitalSignatureUsage {
|
|
3
3
|
render() {
|
|
4
|
-
return (h("div", { key: '6f893f09f3c57f48f60aaf2b1347dd437a0d8fbc', style: { width: '100%' } }, h("dga-digital-signature", { key: 'f76998acbf0a16ad5a88fffc4de2b7294768a00a', language:
|
|
4
|
+
return (h("div", { key: '6f893f09f3c57f48f60aaf2b1347dd437a0d8fbc', style: { width: '100%' } }, h("dga-digital-signature", { key: 'f76998acbf0a16ad5a88fffc4de2b7294768a00a', language: "en", extension: ".gov.sa" })));
|
|
5
5
|
}
|
|
6
6
|
static get is() { return "dga-digital-signature-usage"; }
|
|
7
7
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { p as proxyCustomElement, H, h } from './p-BhqVmlhr.js';
|
|
2
|
-
import { d as defineCustomElement$4 } from './p-
|
|
2
|
+
import { d as defineCustomElement$4 } from './p-C_PRbtD7.js';
|
|
3
3
|
import { d as defineCustomElement$3 } from './p-DN3DJd5E.js';
|
|
4
4
|
import { d as defineCustomElement$2 } from './p-Dh42HLiJ.js';
|
|
5
5
|
|
|
@@ -9,7 +9,7 @@ const DgaDigitalSignatureUsage$1 = /*@__PURE__*/ proxyCustomElement(class DgaDig
|
|
|
9
9
|
this.__registerHost();
|
|
10
10
|
}
|
|
11
11
|
render() {
|
|
12
|
-
return (h("div", { key: '6f893f09f3c57f48f60aaf2b1347dd437a0d8fbc', style: { width: '100%' } }, h("dga-digital-signature", { key: 'f76998acbf0a16ad5a88fffc4de2b7294768a00a', language:
|
|
12
|
+
return (h("div", { key: '6f893f09f3c57f48f60aaf2b1347dd437a0d8fbc', style: { width: '100%' } }, h("dga-digital-signature", { key: 'f76998acbf0a16ad5a88fffc4de2b7294768a00a', language: "en", extension: ".gov.sa" })));
|
|
13
13
|
}
|
|
14
14
|
}, [0, "dga-digital-signature-usage"]);
|
|
15
15
|
function defineCustomElement$1() {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { D as DgaDigitalSignature$1, d as defineCustomElement$1 } from './p-
|
|
1
|
+
import { D as DgaDigitalSignature$1, d as defineCustomElement$1 } from './p-C_PRbtD7.js';
|
|
2
2
|
|
|
3
3
|
const DgaDigitalSignature = DgaDigitalSignature$1;
|
|
4
4
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { p as proxyCustomElement, H, h } from './p-BhqVmlhr.js';
|
|
2
|
-
import { d as defineCustomElement$2 } from './p-
|
|
2
|
+
import { d as defineCustomElement$2 } from './p-BT8vpHTP.js';
|
|
3
3
|
|
|
4
4
|
const DgaPaginationUsage$1 = /*@__PURE__*/ proxyCustomElement(class DgaPaginationUsage extends H {
|
|
5
5
|
constructor() {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { p as proxyCustomElement, H, h } from './p-BhqVmlhr.js';
|
|
2
2
|
import { g as guid } from './p-DEtoWGOc.js';
|
|
3
3
|
import { S as SxHandler } from './p-B6jlKZmF.js';
|
|
4
|
+
import { i as isElementRTL } from './p-CIiJIiYN.js';
|
|
4
5
|
|
|
5
6
|
const dgaPaginationCss = "@import url(\"https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap\"); @import url(\"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap\"); html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}:focus{outline:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:\"\";content:none}table{border-collapse:collapse;border-spacing:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none}input[type=search]{-webkit-appearance:none;-moz-appearance:none;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}textarea{overflow:auto;vertical-align:top;resize:vertical}audio,canvas,video{display:inline-block;zoom:1;max-width:100%}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}a:active,a:hover{outline:0}img{border:0;-ms-interpolation-mode:bicubic;}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px;}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;*overflow:visible;}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;*height:13px;*width:13px;}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0}html,button,input,select,textarea{color:#222}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{margin:0.2em 0;background:#ccc;color:#000;padding:0.2em 0}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%;}*{box-sizing:border-box}body{margin:0}main{display:block}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:\"IBMPlexSansArabic\";src:url(\"/assets/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-Regular.woff2\") format(\"woff2\"), url(\"/assets/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-Regular.woff\") format(\"woff\");font-weight:400;font-style:normal}@font-face{font-family:\"IBMPlexSansArabic\";src:url(\"/assets/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-Medium.woff2\") format(\"woff2\"), url(\"/assets/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-Medium.woff\") format(\"woff\");font-weight:500;font-style:normal}@font-face{font-family:\"IBMPlexSansArabic\";src:url(\"/assets/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-SemiBold.woff2\") format(\"woff2\"), url(\"/assets/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-SemiBold.woff\") format(\"woff\");font-weight:600;font-style:normal}@font-face{font-family:\"IBMPlexSansArabic\";src:url(\"/assets/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-Bold.woff2\") format(\"woff2\"), url(\"/assets/fonts/IBM-Plex-Sans-Arabic/IBMPlexSansArabic-Bold.woff\") format(\"woff\");font-weight:700;font-style:normal;font-display:auto}body{font-family:\"IBMPlexSansArabic\"}a,a:active,a:focus{color:inherit;text-decoration:none}.display-2xl-regular{font:400 72px/90px \"IBMPlexSansArabic\"}.display-xl-regular{font:400 60px/72px \"IBMPlexSansArabic\"}.display-lg-regular{font:400 48px/60px \"IBMPlexSansArabic\"}.display-md-regular{font:400 36px/44px \"IBMPlexSansArabic\"}.display-sm-regular{font:400 30px/38px \"IBMPlexSansArabic\"}.display-xs-regular{font:400 24px/32px \"IBMPlexSansArabic\"}.text-xl-regular{font:400 20px/30px \"IBMPlexSansArabic\"}.text-lg-regular{font:400 18px/28px \"IBMPlexSansArabic\"}.text-md-regular{font:400 16px/24px \"IBMPlexSansArabic\"}.text-sm-regular{font:400 14px/20px \"IBMPlexSansArabic\"}.text-xs-regular{font:400 12px/18px \"IBMPlexSansArabic\"}.text-2xs-regular{font:400 10px/14px \"IBMPlexSansArabic\"}.display-2xl-medium{font:500 72px/90px \"IBMPlexSansArabic\"}.display-xl-medium{font:500 60px/72px \"IBMPlexSansArabic\"}.display-lg-medium{font:500 48px/60px \"IBMPlexSansArabic\"}.display-md-medium{font:500 36px/44px \"IBMPlexSansArabic\"}.display-sm-medium{font:500 30px/38px \"IBMPlexSansArabic\"}.display-xs-medium{font:500 24px/32px \"IBMPlexSansArabic\"}.text-xl-medium{font:500 20px/30px \"IBMPlexSansArabic\"}.text-lg-medium{font:500 18px/28px \"IBMPlexSansArabic\"}.text-md-medium{font:500 16px/24px \"IBMPlexSansArabic\"}.text-sm-medium{font:500 14px/20px \"IBMPlexSansArabic\"}.text-xs-medium{font:500 12px/18px \"IBMPlexSansArabic\"}.text-2xs-medium{font:500 10px/14px \"IBMPlexSansArabic\"}.display-2xl-semibold{font:600 72px/90px \"IBMPlexSansArabic\"}.display-xl-semibold{font:600 60px/72px \"IBMPlexSansArabic\"}.display-lg-semibold{font:600 48px/60px \"IBMPlexSansArabic\"}.display-md-semibold{font:600 36px/44px \"IBMPlexSansArabic\"}.display-sm-semibold{font:600 30px/38px \"IBMPlexSansArabic\"}.display-xs-semibold{font:600 24px/32px \"IBMPlexSansArabic\"}.text-xl-semibold{font:600 20px/30px \"IBMPlexSansArabic\"}.text-lg-semibold{font:600 18px/28px \"IBMPlexSansArabic\"}.text-md-semibold{font:600 16px/24px \"IBMPlexSansArabic\"}.text-sm-semibold{font:600 14px/20px \"IBMPlexSansArabic\"}.text-xs-semibold{font:600 12px/18px \"IBMPlexSansArabic\"}.text-2xs-semibold{font:600 10px/14px \"IBMPlexSansArabic\"}.display-2xl-bold{font:700 72px/90px \"IBMPlexSansArabic\"}.display-xl-bold{font:700 60px/72px \"IBMPlexSansArabic\"}.display-lg-bold{font:700 48px/60px \"IBMPlexSansArabic\"}.display-md-bold{font:700 36px/44px \"IBMPlexSansArabic\"}.display-sm-bold{font:700 30px/38px \"IBMPlexSansArabic\"}.display-xs-bold{font:700 24px/32px \"IBMPlexSansArabic\"}.text-xl-bold{font:700 20px/30px \"IBMPlexSansArabic\"}.text-lg-bold{font:700 18px/28px \"IBMPlexSansArabic\"}.text-md-bold{font:700 16px/24px \"IBMPlexSansArabic\"}.text-sm-bold{font:700 14px/20px \"IBMPlexSansArabic\"}.text-xs-bold{font:700 12px/18px \"IBMPlexSansArabic\"}.text-2xs-bold{font:700 10px/14px \"IBMPlexSansArabic\"}.dga-spacing-hor-0{height:0px}.dga-spacing-vert-0{width:0px}.dga-p-0{padding:0px}.dga-px-0{padding-inline:0px}.dga-py-0{padding-block:0px}.dga-pl-0{padding-left:0px}.dga-pr-0{padding-right:0px}.dga-pt-0{padding-top:0px}.dga-pb-0{padding-bottom:0px}.dga-mx-0{margin-inline:0px}.dga-my-0{margin-block:0px}.dga-ml-0{margin-left:0px}.dga-mr-0{margin-right:0px}.dga-mt-0{margin-top:0px}.dga-mb-0{margin-bottom:0px}.dga-spacing-hor-2{height:8px}.dga-spacing-vert-2{width:8px}.dga-p-2{padding:8px}.dga-px-2{padding-inline:8px}.dga-py-2{padding-block:8px}.dga-pl-2{padding-left:8px}.dga-pr-2{padding-right:8px}.dga-pt-2{padding-top:8px}.dga-pb-2{padding-bottom:8px}.dga-mx-2{margin-inline:8px}.dga-my-2{margin-block:8px}.dga-ml-2{margin-left:8px}.dga-mr-2{margin-right:8px}.dga-mt-2{margin-top:8px}.dga-mb-2{margin-bottom:8px}.dga-spacing-hor-4{height:16px}.dga-spacing-vert-4{width:16px}.dga-p-4{padding:16px}.dga-px-4{padding-inline:16px}.dga-py-4{padding-block:16px}.dga-pl-4{padding-left:16px}.dga-pr-4{padding-right:16px}.dga-pt-4{padding-top:16px}.dga-pb-4{padding-bottom:16px}.dga-mx-4{margin-inline:16px}.dga-my-4{margin-block:16px}.dga-ml-4{margin-left:16px}.dga-mr-4{margin-right:16px}.dga-mt-4{margin-top:16px}.dga-mb-4{margin-bottom:16px}.dga-spacing-hor-8{height:32px}.dga-spacing-vert-8{width:32px}.dga-p-8{padding:32px}.dga-px-8{padding-inline:32px}.dga-py-8{padding-block:32px}.dga-pl-8{padding-left:32px}.dga-pr-8{padding-right:32px}.dga-pt-8{padding-top:32px}.dga-pb-8{padding-bottom:32px}.dga-mx-8{margin-inline:32px}.dga-my-8{margin-block:32px}.dga-ml-8{margin-left:32px}.dga-mr-8{margin-right:32px}.dga-mt-8{margin-top:32px}.dga-mb-8{margin-bottom:32px}.dga-spacing-hor-12{height:48px}.dga-spacing-vert-12{width:48px}.dga-p-12{padding:48px}.dga-px-12{padding-inline:48px}.dga-py-12{padding-block:48px}.dga-pl-12{padding-left:48px}.dga-pr-12{padding-right:48px}.dga-pt-12{padding-top:48px}.dga-pb-12{padding-bottom:48px}.dga-mx-12{margin-inline:48px}.dga-my-12{margin-block:48px}.dga-ml-12{margin-left:48px}.dga-mr-12{margin-right:48px}.dga-mt-12{margin-top:48px}.dga-mb-12{margin-bottom:48px}.dga-spacing-hor-16{height:64px}.dga-spacing-vert-16{width:64px}.dga-p-16{padding:64px}.dga-px-16{padding-inline:64px}.dga-py-16{padding-block:64px}.dga-pl-16{padding-left:64px}.dga-pr-16{padding-right:64px}.dga-pt-16{padding-top:64px}.dga-pb-16{padding-bottom:64px}.dga-mx-16{margin-inline:64px}.dga-my-16{margin-block:64px}.dga-ml-16{margin-left:64px}.dga-mr-16{margin-right:64px}.dga-mt-16{margin-top:64px}.dga-mb-16{margin-bottom:64px}.dga-spacing-hor-24{height:96px}.dga-spacing-vert-24{width:96px}.dga-p-24{padding:96px}.dga-px-24{padding-inline:96px}.dga-py-24{padding-block:96px}.dga-pl-24{padding-left:96px}.dga-pr-24{padding-right:96px}.dga-pt-24{padding-top:96px}.dga-pb-24{padding-bottom:96px}.dga-mx-24{margin-inline:96px}.dga-my-24{margin-block:96px}.dga-ml-24{margin-left:96px}.dga-mr-24{margin-right:96px}.dga-mt-24{margin-top:96px}.dga-mb-24{margin-bottom:96px}.dga-spacing-hor-32{height:128px}.dga-spacing-vert-32{width:128px}.dga-p-32{padding:128px}.dga-px-32{padding-inline:128px}.dga-py-32{padding-block:128px}.dga-pl-32{padding-left:128px}.dga-pr-32{padding-right:128px}.dga-pt-32{padding-top:128px}.dga-pb-32{padding-bottom:128px}.dga-mx-32{margin-inline:128px}.dga-my-32{margin-block:128px}.dga-ml-32{margin-left:128px}.dga-mr-32{margin-right:128px}.dga-mt-32{margin-top:128px}.dga-mb-32{margin-bottom:128px}.dga-spacing-hor-40{height:160px}.dga-spacing-vert-40{width:160px}.dga-p-40{padding:160px}.dga-px-40{padding-inline:160px}.dga-py-40{padding-block:160px}.dga-pl-40{padding-left:160px}.dga-pr-40{padding-right:160px}.dga-pt-40{padding-top:160px}.dga-pb-40{padding-bottom:160px}.dga-mx-40{margin-inline:160px}.dga-my-40{margin-block:160px}.dga-ml-40{margin-left:160px}.dga-mr-40{margin-right:160px}.dga-mt-40{margin-top:160px}.dga-mb-40{margin-bottom:160px}.dga-spacing-hor-48{height:192px}.dga-spacing-vert-48{width:192px}.dga-p-48{padding:192px}.dga-px-48{padding-inline:192px}.dga-py-48{padding-block:192px}.dga-pl-48{padding-left:192px}.dga-pr-48{padding-right:192px}.dga-pt-48{padding-top:192px}.dga-pb-48{padding-bottom:192px}.dga-mx-48{margin-inline:192px}.dga-my-48{margin-block:192px}.dga-ml-48{margin-left:192px}.dga-mr-48{margin-right:192px}.dga-mt-48{margin-top:192px}.dga-mb-48{margin-bottom:192px}.dga-spacing-hor-56{height:224px}.dga-spacing-vert-56{width:224px}.dga-p-56{padding:224px}.dga-px-56{padding-inline:224px}.dga-py-56{padding-block:224px}.dga-pl-56{padding-left:224px}.dga-pr-56{padding-right:224px}.dga-pt-56{padding-top:224px}.dga-pb-56{padding-bottom:224px}.dga-mx-56{margin-inline:224px}.dga-my-56{margin-block:224px}.dga-ml-56{margin-left:224px}.dga-mr-56{margin-right:224px}.dga-mt-56{margin-top:224px}.dga-mb-56{margin-bottom:224px}.dga-spacing-hor-64{height:256px}.dga-spacing-vert-64{width:256px}.dga-p-64{padding:256px}.dga-px-64{padding-inline:256px}.dga-py-64{padding-block:256px}.dga-pl-64{padding-left:256px}.dga-pr-64{padding-right:256px}.dga-pt-64{padding-top:256px}.dga-pb-64{padding-bottom:256px}.dga-mx-64{margin-inline:256px}.dga-my-64{margin-block:256px}.dga-ml-64{margin-left:256px}.dga-mr-64{margin-right:256px}.dga-mt-64{margin-top:256px}.dga-mb-64{margin-bottom:256px}.dga-spacing-hor-72{height:288px}.dga-spacing-vert-72{width:288px}.dga-p-72{padding:288px}.dga-px-72{padding-inline:288px}.dga-py-72{padding-block:288px}.dga-pl-72{padding-left:288px}.dga-pr-72{padding-right:288px}.dga-pt-72{padding-top:288px}.dga-pb-72{padding-bottom:288px}.dga-mx-72{margin-inline:288px}.dga-my-72{margin-block:288px}.dga-ml-72{margin-left:288px}.dga-mr-72{margin-right:288px}.dga-mt-72{margin-top:288px}.dga-mb-72{margin-bottom:288px}.dga-spacing-hor-80{height:320px}.dga-spacing-vert-80{width:320px}.dga-p-80{padding:320px}.dga-px-80{padding-inline:320px}.dga-py-80{padding-block:320px}.dga-pl-80{padding-left:320px}.dga-pr-80{padding-right:320px}.dga-pt-80{padding-top:320px}.dga-pb-80{padding-bottom:320px}.dga-mx-80{margin-inline:320px}.dga-my-80{margin-block:320px}.dga-ml-80{margin-left:320px}.dga-mr-80{margin-right:320px}.dga-mt-80{margin-top:320px}.dga-mb-80{margin-bottom:320px}.dga-spacing-hor-88{height:352px}.dga-spacing-vert-88{width:352px}.dga-p-88{padding:352px}.dga-px-88{padding-inline:352px}.dga-py-88{padding-block:352px}.dga-pl-88{padding-left:352px}.dga-pr-88{padding-right:352px}.dga-pt-88{padding-top:352px}.dga-pb-88{padding-bottom:352px}.dga-mx-88{margin-inline:352px}.dga-my-88{margin-block:352px}.dga-ml-88{margin-left:352px}.dga-mr-88{margin-right:352px}.dga-mt-88{margin-top:352px}.dga-mb-88{margin-bottom:352px}.dga-spacing-hor-96{height:384px}.dga-spacing-vert-96{width:384px}.dga-p-96{padding:384px}.dga-px-96{padding-inline:384px}.dga-py-96{padding-block:384px}.dga-pl-96{padding-left:384px}.dga-pr-96{padding-right:384px}.dga-pt-96{padding-top:384px}.dga-pb-96{padding-bottom:384px}.dga-mx-96{margin-inline:384px}.dga-my-96{margin-block:384px}.dga-ml-96{margin-left:384px}.dga-mr-96{margin-right:384px}.dga-mt-96{margin-top:384px}.dga-mb-96{margin-bottom:384px}.dga-spacing-hor-104{height:416px}.dga-spacing-vert-104{width:416px}.dga-p-104{padding:416px}.dga-px-104{padding-inline:416px}.dga-py-104{padding-block:416px}.dga-pl-104{padding-left:416px}.dga-pr-104{padding-right:416px}.dga-pt-104{padding-top:416px}.dga-pb-104{padding-bottom:416px}.dga-mx-104{margin-inline:416px}.dga-my-104{margin-block:416px}.dga-ml-104{margin-left:416px}.dga-mr-104{margin-right:416px}.dga-mt-104{margin-top:416px}.dga-mb-104{margin-bottom:416px}.dga-spacing-hor-112{height:448px}.dga-spacing-vert-112{width:448px}.dga-p-112{padding:448px}.dga-px-112{padding-inline:448px}.dga-py-112{padding-block:448px}.dga-pl-112{padding-left:448px}.dga-pr-112{padding-right:448px}.dga-pt-112{padding-top:448px}.dga-pb-112{padding-bottom:448px}.dga-mx-112{margin-inline:448px}.dga-my-112{margin-block:448px}.dga-ml-112{margin-left:448px}.dga-mr-112{margin-right:448px}.dga-mt-112{margin-top:448px}.dga-mb-112{margin-bottom:448px}.dga-spacing-hor-120{height:480px}.dga-spacing-vert-120{width:480px}.dga-p-120{padding:480px}.dga-px-120{padding-inline:480px}.dga-py-120{padding-block:480px}.dga-pl-120{padding-left:480px}.dga-pr-120{padding-right:480px}.dga-pt-120{padding-top:480px}.dga-pb-120{padding-bottom:480px}.dga-mx-120{margin-inline:480px}.dga-my-120{margin-block:480px}.dga-ml-120{margin-left:480px}.dga-mr-120{margin-right:480px}.dga-mt-120{margin-top:480px}.dga-mb-120{margin-bottom:480px}.dga-radius-small{border-radius:2px}.dga-radius-small-t{border-radius:2px 2px 0 0}.dga-radius-small-tl{border-radius:2px 0px 0 0}.dga-radius-small-tr{border-radius:0px 2px 0 0}.dga-radius-small-b{border-radius:0 0 2px 2px}.dga-radius-small-bl{border-radius:0 0 2px 0px}.dga-radius-small-br{border-radius:0 0 0px 2px}.dga-radius-medium{border-radius:4px}.dga-radius-medium-t{border-radius:4px 4px 0 0}.dga-radius-medium-tl{border-radius:4px 0px 0 0}.dga-radius-medium-tr{border-radius:0px 4px 0 0}.dga-radius-medium-b{border-radius:0 0 4px 4px}.dga-radius-medium-bl{border-radius:0 0 4px 0px}.dga-radius-medium-br{border-radius:0 0 0px 4px}.dga-radius-large{border-radius:8px}.dga-radius-large-t{border-radius:8px 8px 0 0}.dga-radius-large-tl{border-radius:8px 0px 0 0}.dga-radius-large-tr{border-radius:0px 8px 0 0}.dga-radius-large-b{border-radius:0 0 8px 8px}.dga-radius-large-bl{border-radius:0 0 8px 0px}.dga-radius-large-br{border-radius:0 0 0px 8px}.dga-radius-xlarge{border-radius:12px}.dga-radius-xlarge-t{border-radius:12px 12px 0 0}.dga-radius-xlarge-tl{border-radius:12px 0px 0 0}.dga-radius-xlarge-tr{border-radius:0px 12px 0 0}.dga-radius-xlarge-b{border-radius:0 0 12px 12px}.dga-radius-xlarge-bl{border-radius:0 0 12px 0px}.dga-radius-xlarge-br{border-radius:0 0 0px 12px}.dga-radius-none{border-radius:0px}.dga-radius-circular{border-radius:100%}.dga-flex{display:flex}.dga-flex-column{display:flex;flex-direction:column}.dga-flex-center{display:flex;align-items:center;justify-content:center}.dga-flex-center-y{display:flex;align-items:center}.dga-flex-center-x{display:flex;justify-content:center}.dga-flex-between{display:flex;justify-content:space-between}.dga-flex-wrap{flex-wrap:wrap}.dga-flex-align-stretch{align-items:stretch}.dga-flex-align-start{align-items:flex-start}.dga-flex-align-end{align-items:flex-end}.dga-flex-justify-end{justify-content:flex-end}.dga-flex-justify-start{justify-content:flex-start}.dga-text-right{text-align:right}.dga-text-left{text-align:left}.dga-text-center{text-align:center}.dga-shadow-xs{box-shadow:var(--shadow-xs)}.dga-shadow-sm{box-shadow:var(--shadow-sm)}.dga-shadow-md{box-shadow:var(--shadow-md)}.dga-shadow-lg{box-shadow:var(--shadow-lg)}.dga-shadow-xl{box-shadow:var(--shadow-xl)}.dga-shadow-2xl{box-shadow:var(--shadow-2xl)}.dga-shadow-3xl{box-shadow:var(--shadow-3xl)}.dga-ver-divider{width:1px;height:48px;background:hsla(var(--colors-alpha-black)/20%);margin-inline:var(--spacing-xl)}@media only screen and (max-width: 37.5em){.dga-xs-hide{display:none}}.dga-flex-justify-start{justify-content:start}.dga-flex-justify-end{justify-content:end}.dga-flex-justify-center{justify-content:center}.dga-flex-justify-between{justify-content:between}.dga-flex-justify-around{justify-content:around}.dga-flex-align-start{align-items:start}.dga-flex-align-end{align-items:end}.dga-flex-align-center{align-items:center}.dga-flex-align-stretch{align-items:stretch}.pagination{display:flex;gap:8px;align-items:center;list-style:none}.pagination__item{position:relative}.pagination__item button{width:24px;height:24px;background-color:transparent;cursor:pointer;border:none;display:grid;place-items:center}.pagination__item button:hover{background:var(--background-neutral-100);color:var(--text-default);border-radius:4px}.pagination__item button:active{background-color:transparent;border:2px solid #161616;border-radius:4px}.pagination__item--active::after{content:\"\";width:calc(100% - 8px);height:3px;position:absolute;left:50%;transform:translateX(-50%);bottom:-1px;border-radius:var(--radius-full, 9999px);background:var(--Colors-SA-Flag-600, #1b8354)}.pagination--small .pagination__item button{width:24px;height:24px}.pagination--medium .pagination__item button{width:32px;height:32px}.pagination--large .pagination__item button{width:40px;height:40px}[dir=rtl] .pagination__arrow button{transform:rotate(180deg)}";
|
|
6
7
|
|
|
@@ -81,7 +82,7 @@ const DgaPagination = /*@__PURE__*/ proxyCustomElement(class DgaPagination exten
|
|
|
81
82
|
this.sxHandler.cleanup();
|
|
82
83
|
}
|
|
83
84
|
render() {
|
|
84
|
-
return (h("ul", { key: '
|
|
85
|
+
return (h("ul", { key: '1ae4b4f2727f92483bbfc074a53bb18c691291e4', dir: isElementRTL(this.el) ? 'rtl' : 'ltr', class: `pagination pagination--${this.size}` }, h("li", { key: 'c5c6ecce90a724491c9eb6f55bf28ed25d01ecd9', class: "pagination__item pagination__arrow" }, h("button", { key: '84f96391a0e523114eccf672e97b080e99217c83', onClick: this.onPrevious, disabled: this.currentPage === 1 }, h("svg", { key: 'b6b9ff3c23a6ce5f974835e9df260e2736826a95', width: "17", height: "16", viewBox: "0 0 17 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, h("g", { key: '61da851369cea1d22909932b008c0422fd0a1790', id: "Leading Icon" }, h("path", { key: 'a911f53793bd2debb26f4d4d3e824030cd6a42d1', id: "Icon", d: "M10.5 12L6.5 8L10.5 4", stroke: "#161616", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))))), this.paginationRange &&
|
|
85
86
|
this.paginationRange.map(pageNumber => {
|
|
86
87
|
if (pageNumber === DOTS) {
|
|
87
88
|
return (h("li", { key: guid(), class: "pagination__item" }, "\u2026"));
|
|
@@ -89,7 +90,7 @@ const DgaPagination = /*@__PURE__*/ proxyCustomElement(class DgaPagination exten
|
|
|
89
90
|
return (h("li", { key: guid(), class: `pagination__item ${this.currentPage === pageNumber ? 'pagination__item--active' : ''}` }, h("button", { onClick: () => {
|
|
90
91
|
this.handelPageChange(pageNumber);
|
|
91
92
|
} }, pageNumber)));
|
|
92
|
-
}), h("li", { key: '
|
|
93
|
+
}), h("li", { key: '290801d4a8dd49290d99faab2340429054711624', class: "pagination__item pagination__arrow" }, h("button", { key: 'a928db70d3d1c458ae4b58f255a2bbf322dcdcd1', onClick: this.onNext, disabled: this.currentPage === this.totalPageCount }, h("svg", { key: 'ba532a2a85527a8fbd92111b76efe653637f5f16', width: "17", height: "16", viewBox: "0 0 17 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, h("g", { key: 'e2566dc3704b6686737ae92043c27637fe0a37ac', id: "Leading Icon" }, h("path", { key: '888b7862713eb8d0a61a332fb51d40497f673390', id: "Icon", d: "M6.5 12L10.5 8L6.5 4", stroke: "#161616", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })))))));
|
|
93
94
|
}
|
|
94
95
|
get el() { return this; }
|
|
95
96
|
static get watchers() { return {
|