@pantheon-systems/pds-toolkit-react 1.11.1 → 1.13.0
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/components/badges/IndicatorBadge/IndicatorBadge.d.ts +1 -1
- package/_dist/components/icons/Icon/Icon.d.ts +12 -0
- package/_dist/components/navigation/WorkspaceSelector/WorkspaceSelector.d.ts +4 -0
- package/_dist/css/component-css/pds-index.css +1 -1
- package/_dist/css/component-css/pds-toaster.css +1 -1
- package/_dist/css/pds-components.css +1 -1
- package/_dist/index.css +1 -1
- package/_dist/index.js +219 -191
- package/_dist/index.js.map +1 -1
- package/package.json +1 -1
package/_dist/index.js
CHANGED
|
@@ -82,6 +82,10 @@ import './index.css';const ct = () => Math.random().toString(32).substring(2, 13
|
|
|
82
82
|
path: "M201.4 137.4c12.5-12.5 32.8-12.5 45.3 0l160 160c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 205.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160z",
|
|
83
83
|
width: "440"
|
|
84
84
|
},
|
|
85
|
+
anglesDown: {
|
|
86
|
+
path: "M246.6 470.6c-12.5 12.5-32.8 12.5-45.3 0l-160-160c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L224 402.7 361.4 265.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-160 160zm160-352l-160 160c-12.5 12.5-32.8 12.5-45.3 0l-160-160c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L224 210.7 361.4 73.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3z",
|
|
87
|
+
width: "448"
|
|
88
|
+
},
|
|
85
89
|
anglesLeft: {
|
|
86
90
|
path: "M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160zm352-160l-160 160c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L301.3 256 438.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0z",
|
|
87
91
|
width: "512"
|
|
@@ -90,6 +94,14 @@ import './index.css';const ct = () => Math.random().toString(32).substring(2, 13
|
|
|
90
94
|
path: "M470.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 256 265.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160zm-352 160l160-160c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L210.7 256 73.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0z",
|
|
91
95
|
width: "512"
|
|
92
96
|
},
|
|
97
|
+
anglesUp: {
|
|
98
|
+
path: "M246.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L224 109.3 361.4 246.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160zm160 352l-160-160c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L224 301.3 361.4 438.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3z",
|
|
99
|
+
width: "448"
|
|
100
|
+
},
|
|
101
|
+
anglesUpDown: {
|
|
102
|
+
path: "M244 7c-11.7-9.3-28.3-9.3-40 0L44 135c-13.8 11-16 31.2-5 45s31.2 16 45 5L224 73 364 185c13.8 11 33.9 8.8 45-5s8.8-33.9-5-45L244 7zM404 377c13.8-11 16-31.2 5-45s-31.2-16-45-5L224 439 84 327c-13.8-11-33.9-8.8-45 5s-8.8 33.9 5 45L204 505c11.7 9.3 28.3 9.3 40 0L404 377z",
|
|
103
|
+
width: "448"
|
|
104
|
+
},
|
|
93
105
|
arrowDownToLine: {
|
|
94
106
|
path: "M32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32H352c17.7 0 32 14.3 32 32s-14.3 32-32 32H32zM214.6 342.6c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 242.7V64c0-17.7 14.3-32 32-32s32 14.3 32 32V242.7l73.4-73.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-128 128z",
|
|
95
107
|
width: "384"
|
|
@@ -842,7 +854,7 @@ import './index.css';const ct = () => Math.random().toString(32).substring(2, 13
|
|
|
842
854
|
path: "M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z",
|
|
843
855
|
width: "576"
|
|
844
856
|
}
|
|
845
|
-
},
|
|
857
|
+
}, js = Object.keys(S2), d2 = [
|
|
846
858
|
"dawn",
|
|
847
859
|
"dragonfruit",
|
|
848
860
|
"dusk",
|
|
@@ -1046,7 +1058,7 @@ const i1 = "cubic-bezier(.2, 0, 0, 1)", ot = "cubic-bezier(.2, 0, 0, 1)", Tt = 5
|
|
|
1046
1058
|
},
|
|
1047
1059
|
c
|
|
1048
1060
|
)));
|
|
1049
|
-
},
|
|
1061
|
+
}, Xs = ({
|
|
1050
1062
|
className: s,
|
|
1051
1063
|
componentWidth: c,
|
|
1052
1064
|
isLoading: t,
|
|
@@ -1595,7 +1607,7 @@ const i1 = "cubic-bezier(.2, 0, 0, 1)", ot = "cubic-bezier(.2, 0, 0, 1)", Tt = 5
|
|
|
1595
1607
|
pro: "Professional",
|
|
1596
1608
|
business: "Business",
|
|
1597
1609
|
"flagship-performance": "Flagship Performance"
|
|
1598
|
-
},
|
|
1610
|
+
}, Ys = {
|
|
1599
1611
|
drupal: "Drupal",
|
|
1600
1612
|
wordpress: "WordPress",
|
|
1601
1613
|
gatsby: "Gatsby",
|
|
@@ -2201,7 +2213,7 @@ const i1 = "cubic-bezier(.2, 0, 0, 1)", ot = "cubic-bezier(.2, 0, 0, 1)", Tt = 5
|
|
|
2201
2213
|
}
|
|
2202
2214
|
)
|
|
2203
2215
|
);
|
|
2204
|
-
},
|
|
2216
|
+
}, Qs = ({
|
|
2205
2217
|
buttonProps: s,
|
|
2206
2218
|
className: c,
|
|
2207
2219
|
disabled: t = !1,
|
|
@@ -2327,7 +2339,7 @@ const i1 = "cubic-bezier(.2, 0, 0, 1)", ot = "cubic-bezier(.2, 0, 0, 1)", Tt = 5
|
|
|
2327
2339
|
discovery: "squareQuestion",
|
|
2328
2340
|
code: "squareTerminal",
|
|
2329
2341
|
earlyAccess: "leaf"
|
|
2330
|
-
},
|
|
2342
|
+
}, Js = ({
|
|
2331
2343
|
children: s,
|
|
2332
2344
|
className: c,
|
|
2333
2345
|
title: t,
|
|
@@ -2399,7 +2411,7 @@ const i1 = "cubic-bezier(.2, 0, 0, 1)", ot = "cubic-bezier(.2, 0, 0, 1)", Tt = 5
|
|
|
2399
2411
|
},
|
|
2400
2412
|
r
|
|
2401
2413
|
);
|
|
2402
|
-
},
|
|
2414
|
+
}, en = ({
|
|
2403
2415
|
className: s,
|
|
2404
2416
|
defaultValue: c,
|
|
2405
2417
|
id: t,
|
|
@@ -2463,7 +2475,7 @@ const i1 = "cubic-bezier(.2, 0, 0, 1)", ot = "cubic-bezier(.2, 0, 0, 1)", Tt = 5
|
|
|
2463
2475
|
)
|
|
2464
2476
|
)))
|
|
2465
2477
|
);
|
|
2466
|
-
},
|
|
2478
|
+
}, tn = ({
|
|
2467
2479
|
className: s,
|
|
2468
2480
|
headingLevel: c = "h2",
|
|
2469
2481
|
headingText: t,
|
|
@@ -2493,7 +2505,7 @@ const i1 = "cubic-bezier(.2, 0, 0, 1)", ot = "cubic-bezier(.2, 0, 0, 1)", Tt = 5
|
|
|
2493
2505
|
variant: "secondary"
|
|
2494
2506
|
}
|
|
2495
2507
|
));
|
|
2496
|
-
},
|
|
2508
|
+
}, sn = ({
|
|
2497
2509
|
className: s,
|
|
2498
2510
|
headingLevel: c = "h3",
|
|
2499
2511
|
headingText: t,
|
|
@@ -3203,7 +3215,7 @@ const i1 = "cubic-bezier(.2, 0, 0, 1)", ot = "cubic-bezier(.2, 0, 0, 1)", Tt = 5
|
|
|
3203
3215
|
);
|
|
3204
3216
|
}, g2 = {
|
|
3205
3217
|
"early-access": { label: "Early Access", color: "success" }
|
|
3206
|
-
},
|
|
3218
|
+
}, nn = ({
|
|
3207
3219
|
badge: s,
|
|
3208
3220
|
className: c,
|
|
3209
3221
|
icon: t,
|
|
@@ -3585,7 +3597,7 @@ const i1 = "cubic-bezier(.2, 0, 0, 1)", ot = "cubic-bezier(.2, 0, 0, 1)", Tt = 5
|
|
|
3585
3597
|
className: s,
|
|
3586
3598
|
paymentType: c,
|
|
3587
3599
|
...t
|
|
3588
|
-
}) => /* @__PURE__ */ e.createElement("div", { className: M(["pds-payment-icon", s ?? ""]), ...t }, $1[c]),
|
|
3600
|
+
}) => /* @__PURE__ */ e.createElement("div", { className: M(["pds-payment-icon", s ?? ""]), ...t }, $1[c]), an = ({
|
|
3589
3601
|
cardholderName: s,
|
|
3590
3602
|
cardNumber: c,
|
|
3591
3603
|
cardType: t,
|
|
@@ -3926,7 +3938,7 @@ const i1 = "cubic-bezier(.2, 0, 0, 1)", ot = "cubic-bezier(.2, 0, 0, 1)", Tt = 5
|
|
|
3926
3938
|
}
|
|
3927
3939
|
)
|
|
3928
3940
|
);
|
|
3929
|
-
},
|
|
3941
|
+
}, ln = ({
|
|
3930
3942
|
actionPrimary: s,
|
|
3931
3943
|
actionSecondary: c,
|
|
3932
3944
|
className: t,
|
|
@@ -4087,7 +4099,7 @@ const i1 = "cubic-bezier(.2, 0, 0, 1)", ot = "cubic-bezier(.2, 0, 0, 1)", Tt = 5
|
|
|
4087
4099
|
), H, i && /* @__PURE__ */ e.createElement("div", { className: `${E}__description` }, i), k), /* @__PURE__ */ e.createElement("div", { className: `${E}__actions` }, s && L, s && c && S)),
|
|
4088
4100
|
l && w
|
|
4089
4101
|
);
|
|
4090
|
-
},
|
|
4102
|
+
}, cn = ({
|
|
4091
4103
|
className: s,
|
|
4092
4104
|
gotoText: c = "Go to",
|
|
4093
4105
|
headingLevel: t = "h3",
|
|
@@ -5401,7 +5413,7 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
5401
5413
|
}
|
|
5402
5414
|
}
|
|
5403
5415
|
]
|
|
5404
|
-
},
|
|
5416
|
+
}, rn = ({
|
|
5405
5417
|
className: s,
|
|
5406
5418
|
code: c,
|
|
5407
5419
|
colorType: t = "dark",
|
|
@@ -5522,7 +5534,7 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
5522
5534
|
}
|
|
5523
5535
|
)
|
|
5524
5536
|
);
|
|
5525
|
-
},
|
|
5537
|
+
}, on = ({
|
|
5526
5538
|
backgroundColor: s = "default",
|
|
5527
5539
|
className: c,
|
|
5528
5540
|
containerWidth: t = "standard",
|
|
@@ -5555,7 +5567,7 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
5555
5567
|
n
|
|
5556
5568
|
))
|
|
5557
5569
|
);
|
|
5558
|
-
},
|
|
5570
|
+
}, mn = ({
|
|
5559
5571
|
className: s,
|
|
5560
5572
|
stat: c,
|
|
5561
5573
|
status: t,
|
|
@@ -5577,7 +5589,7 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
5577
5589
|
iconName: i[t]
|
|
5578
5590
|
}
|
|
5579
5591
|
), c && /* @__PURE__ */ e.createElement("div", { className: `${a}__stat-value` }, c)));
|
|
5580
|
-
},
|
|
5592
|
+
}, dn = ({
|
|
5581
5593
|
className: s,
|
|
5582
5594
|
heading: c,
|
|
5583
5595
|
headingLevel: t = "span",
|
|
@@ -5642,13 +5654,12 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
5642
5654
|
case "wistia":
|
|
5643
5655
|
o = i;
|
|
5644
5656
|
break;
|
|
5645
|
-
case "youtube":
|
|
5646
5657
|
default:
|
|
5647
5658
|
o = m;
|
|
5648
5659
|
break;
|
|
5649
5660
|
}
|
|
5650
5661
|
return /* @__PURE__ */ e.createElement("div", { className: M([a, s ?? ""]), ...r }, o);
|
|
5651
|
-
},
|
|
5662
|
+
}, un = ({
|
|
5652
5663
|
alignment: s = "center",
|
|
5653
5664
|
className: c,
|
|
5654
5665
|
ctaRegion: t,
|
|
@@ -5699,7 +5710,7 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
5699
5710
|
!E && a && !g && /* @__PURE__ */ e.createElement("div", { className: `${f}__media`, style: v }, typeof a == "string" ? /* @__PURE__ */ e.createElement("img", { alt: "", className: `${f}__image`, src: a }) : a),
|
|
5700
5711
|
!E && g && y
|
|
5701
5712
|
);
|
|
5702
|
-
},
|
|
5713
|
+
}, pn = ({
|
|
5703
5714
|
className: s,
|
|
5704
5715
|
ctaRegion: c,
|
|
5705
5716
|
heading: t,
|
|
@@ -5729,7 +5740,7 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
5729
5740
|
},
|
|
5730
5741
|
t
|
|
5731
5742
|
), n && n), c && /* @__PURE__ */ e.createElement("div", { className: `${o}__cta` }, c));
|
|
5732
|
-
},
|
|
5743
|
+
}, fn = ({
|
|
5733
5744
|
additions: s = 4,
|
|
5734
5745
|
className: c,
|
|
5735
5746
|
componentWidth: t,
|
|
@@ -5790,7 +5801,7 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
5790
5801
|
)
|
|
5791
5802
|
))
|
|
5792
5803
|
);
|
|
5793
|
-
},
|
|
5804
|
+
}, hn = ({
|
|
5794
5805
|
className: s,
|
|
5795
5806
|
contentAlignment: c = "indented",
|
|
5796
5807
|
layoutDirection: t = "vertical",
|
|
@@ -5830,7 +5841,7 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
5830
5841
|
},
|
|
5831
5842
|
t
|
|
5832
5843
|
);
|
|
5833
|
-
},
|
|
5844
|
+
}, gn = ({
|
|
5834
5845
|
className: s,
|
|
5835
5846
|
headingLevel: c,
|
|
5836
5847
|
headingText: t,
|
|
@@ -5846,7 +5857,7 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
5846
5857
|
headingText: t
|
|
5847
5858
|
}
|
|
5848
5859
|
), /* @__PURE__ */ e.createElement("ul", { className: `${a}__list`, role: "list" }, l.map((i, n) => /* @__PURE__ */ e.createElement("li", { key: n, className: `${a}__item` }, i))));
|
|
5849
|
-
},
|
|
5860
|
+
}, Cn = ({
|
|
5850
5861
|
as: s = "div",
|
|
5851
5862
|
children: c,
|
|
5852
5863
|
className: t,
|
|
@@ -5989,7 +6000,7 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
5989
6000
|
)
|
|
5990
6001
|
);
|
|
5991
6002
|
}
|
|
5992
|
-
),
|
|
6003
|
+
), _n = ({
|
|
5993
6004
|
children: s,
|
|
5994
6005
|
className: c,
|
|
5995
6006
|
disabled: t = !1,
|
|
@@ -6043,7 +6054,7 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
6043
6054
|
}
|
|
6044
6055
|
)
|
|
6045
6056
|
);
|
|
6046
|
-
},
|
|
6057
|
+
}, En = ({
|
|
6047
6058
|
className: s,
|
|
6048
6059
|
disabled: c = !1,
|
|
6049
6060
|
fieldsetProps: t,
|
|
@@ -6415,7 +6426,7 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
6415
6426
|
(a) => a.id === r.id
|
|
6416
6427
|
)
|
|
6417
6428
|
})).sort((r, a) => r.badge && !a.badge ? -1 : !r.badge && a.badge ? 1 : 0);
|
|
6418
|
-
},
|
|
6429
|
+
}, vn = ({
|
|
6419
6430
|
auxiliaryPanel: s,
|
|
6420
6431
|
className: c,
|
|
6421
6432
|
disabled: t = !1,
|
|
@@ -6812,7 +6823,7 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
6812
6823
|
pleaseSelectEndDate: ". Please select an end date.",
|
|
6813
6824
|
selectedDateRange: "Selected date range: ",
|
|
6814
6825
|
to: " to "
|
|
6815
|
-
},
|
|
6826
|
+
}, bn = ({
|
|
6816
6827
|
className: s,
|
|
6817
6828
|
disabled: c = !1,
|
|
6818
6829
|
hasDateRange: t,
|
|
@@ -7075,7 +7086,7 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
7075
7086
|
))
|
|
7076
7087
|
)
|
|
7077
7088
|
);
|
|
7078
|
-
},
|
|
7089
|
+
}, $n = je(
|
|
7079
7090
|
({
|
|
7080
7091
|
accept: s,
|
|
7081
7092
|
className: c,
|
|
@@ -7207,7 +7218,7 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
7207
7218
|
)
|
|
7208
7219
|
);
|
|
7209
7220
|
}
|
|
7210
|
-
),
|
|
7221
|
+
), yn = ({
|
|
7211
7222
|
children: s,
|
|
7212
7223
|
className: c,
|
|
7213
7224
|
...t
|
|
@@ -7232,7 +7243,7 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
7232
7243
|
}
|
|
7233
7244
|
)
|
|
7234
7245
|
);
|
|
7235
|
-
},
|
|
7246
|
+
}, Nn = ({
|
|
7236
7247
|
className: s,
|
|
7237
7248
|
defaultValue: c,
|
|
7238
7249
|
disabled: t = !1,
|
|
@@ -7318,7 +7329,7 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
7318
7329
|
}
|
|
7319
7330
|
)
|
|
7320
7331
|
);
|
|
7321
|
-
},
|
|
7332
|
+
}, wn = je(
|
|
7322
7333
|
({
|
|
7323
7334
|
checked: s,
|
|
7324
7335
|
className: c,
|
|
@@ -7520,7 +7531,7 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
7520
7531
|
)
|
|
7521
7532
|
)
|
|
7522
7533
|
);
|
|
7523
|
-
},
|
|
7534
|
+
}, Ln = je(
|
|
7524
7535
|
({
|
|
7525
7536
|
addMorePlaceholder: s = "Add another",
|
|
7526
7537
|
className: c,
|
|
@@ -7691,7 +7702,7 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
7691
7702
|
)
|
|
7692
7703
|
);
|
|
7693
7704
|
}
|
|
7694
|
-
),
|
|
7705
|
+
), Hn = je(
|
|
7695
7706
|
({
|
|
7696
7707
|
className: s,
|
|
7697
7708
|
counterMaxLength: c,
|
|
@@ -7986,7 +7997,7 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
7986
7997
|
)
|
|
7987
7998
|
);
|
|
7988
7999
|
}
|
|
7989
|
-
),
|
|
8000
|
+
), Mn = ({
|
|
7990
8001
|
children: s,
|
|
7991
8002
|
className: c,
|
|
7992
8003
|
fontSize: t,
|
|
@@ -8022,7 +8033,7 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
8022
8033
|
/* @__PURE__ */ e.createElement("span", { className: "visually-hidden" }, `(${r})`),
|
|
8023
8034
|
/* @__PURE__ */ e.createElement(O, { className: `${n}__icon`, iconName: "externalLink" })
|
|
8024
8035
|
);
|
|
8025
|
-
},
|
|
8036
|
+
}, kn = ({
|
|
8026
8037
|
ariaLabel: s,
|
|
8027
8038
|
children: c,
|
|
8028
8039
|
className: t,
|
|
@@ -8114,7 +8125,7 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
8114
8125
|
C && /* @__PURE__ */ e.createElement("div", { className: `${f}__footer` }, C)
|
|
8115
8126
|
))
|
|
8116
8127
|
));
|
|
8117
|
-
},
|
|
8128
|
+
}, zn = ({
|
|
8118
8129
|
ariaLabel: s = "Breadcrumb",
|
|
8119
8130
|
className: c,
|
|
8120
8131
|
crumbs: t,
|
|
@@ -8211,7 +8222,7 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
8211
8222
|
]
|
|
8212
8223
|
})
|
|
8213
8224
|
) : r = c), r;
|
|
8214
|
-
},
|
|
8225
|
+
}, xn = ({
|
|
8215
8226
|
ariaLabel: s,
|
|
8216
8227
|
className: c,
|
|
8217
8228
|
menuItems: t,
|
|
@@ -8314,7 +8325,7 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
8314
8325
|
...l
|
|
8315
8326
|
},
|
|
8316
8327
|
t
|
|
8317
|
-
), r2 = Qt(null),
|
|
8328
|
+
), r2 = Qt(null), Sn = ({
|
|
8318
8329
|
children: s,
|
|
8319
8330
|
className: c,
|
|
8320
8331
|
hasSidebarToggle: t = !0,
|
|
@@ -8689,7 +8700,7 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
8689
8700
|
}
|
|
8690
8701
|
))
|
|
8691
8702
|
);
|
|
8692
|
-
},
|
|
8703
|
+
}, Vn = ({
|
|
8693
8704
|
ariaLabel: s,
|
|
8694
8705
|
className: c,
|
|
8695
8706
|
labels: t = {
|
|
@@ -8783,7 +8794,7 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
8783
8794
|
)),
|
|
8784
8795
|
/* @__PURE__ */ e.createElement("div", { className: `${l}__status`, style: { pointerEvents: "none" } }, u)
|
|
8785
8796
|
);
|
|
8786
|
-
},
|
|
8797
|
+
}, In = ({
|
|
8787
8798
|
className: s,
|
|
8788
8799
|
disabled: c = !1,
|
|
8789
8800
|
horizontalOffset: t = 0,
|
|
@@ -8863,7 +8874,7 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
8863
8874
|
},
|
|
8864
8875
|
s
|
|
8865
8876
|
);
|
|
8866
|
-
},
|
|
8877
|
+
}, An = ({
|
|
8867
8878
|
children: s,
|
|
8868
8879
|
className: c,
|
|
8869
8880
|
colorType: t = "default",
|
|
@@ -9052,7 +9063,7 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
9052
9063
|
!d.isSeparator && d.linkContent
|
|
9053
9064
|
))
|
|
9054
9065
|
));
|
|
9055
|
-
},
|
|
9066
|
+
}, Dn = ({
|
|
9056
9067
|
ariaLabel: s = "Main Navigation",
|
|
9057
9068
|
className: c,
|
|
9058
9069
|
colorType: t = "default",
|
|
@@ -9160,7 +9171,7 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
9160
9171
|
},
|
|
9161
9172
|
/* @__PURE__ */ e.createElement("ul", { className: `${p}__menu` }, w)
|
|
9162
9173
|
);
|
|
9163
|
-
},
|
|
9174
|
+
}, Tn = ({
|
|
9164
9175
|
ariaLabel: s,
|
|
9165
9176
|
className: c,
|
|
9166
9177
|
headingText: t,
|
|
@@ -9306,7 +9317,7 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
9306
9317
|
_,
|
|
9307
9318
|
E
|
|
9308
9319
|
);
|
|
9309
|
-
}, Nt = 0,
|
|
9320
|
+
}, Nt = 0, On = ({
|
|
9310
9321
|
ariaLabel: s,
|
|
9311
9322
|
className: c,
|
|
9312
9323
|
hasMobileMenu: t = !0,
|
|
@@ -9740,7 +9751,7 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
9740
9751
|
}
|
|
9741
9752
|
) : o)
|
|
9742
9753
|
);
|
|
9743
|
-
},
|
|
9754
|
+
}, Rn = ({
|
|
9744
9755
|
ariaLabel: s,
|
|
9745
9756
|
className: c,
|
|
9746
9757
|
hasLogo: t,
|
|
@@ -9919,7 +9930,7 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
9919
9930
|
},
|
|
9920
9931
|
/* @__PURE__ */ e.createElement("div", { style: { ...A } }, Y, /* @__PURE__ */ e.createElement("ul", { className: M([h, b]) }, x.length === 0 ? /* @__PURE__ */ e.createElement("p", { className: `${f}__no-results` }, a) : x))
|
|
9921
9932
|
));
|
|
9922
|
-
},
|
|
9933
|
+
}, Pn = ({
|
|
9923
9934
|
ariaLabel: s,
|
|
9924
9935
|
className: c,
|
|
9925
9936
|
menuItems: t,
|
|
@@ -9996,7 +10007,7 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
9996
10007
|
},
|
|
9997
10008
|
r ? /* @__PURE__ */ e.createElement("div", { className: `${i}__mobile-menu-wrapper` }, o) : o
|
|
9998
10009
|
);
|
|
9999
|
-
},
|
|
10010
|
+
}, Fn = ({
|
|
10000
10011
|
ariaLabel: s = "User menu",
|
|
10001
10012
|
className: c,
|
|
10002
10013
|
menuItems: t,
|
|
@@ -10147,8 +10158,12 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
10147
10158
|
silver: "Silver",
|
|
10148
10159
|
gold: "Gold",
|
|
10149
10160
|
platinum: "Platinum",
|
|
10150
|
-
diamond: "Diamond"
|
|
10151
|
-
|
|
10161
|
+
diamond: "Diamond",
|
|
10162
|
+
starter: "Starter",
|
|
10163
|
+
standard: "Standard",
|
|
10164
|
+
premium: "Premium",
|
|
10165
|
+
priority: "Priority"
|
|
10166
|
+
}, Bn = ({
|
|
10152
10167
|
ariaLabel: s = "Workspace selector menu",
|
|
10153
10168
|
className: c,
|
|
10154
10169
|
createWorkspaceLink: t,
|
|
@@ -10370,7 +10385,7 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
10370
10385
|
info: "circleInfo",
|
|
10371
10386
|
warning: "triangleExclamation",
|
|
10372
10387
|
critical: "diamondExclamation"
|
|
10373
|
-
},
|
|
10388
|
+
}, Zn = ({
|
|
10374
10389
|
banners: s,
|
|
10375
10390
|
className: c,
|
|
10376
10391
|
dismissLabel: t = "Dismiss",
|
|
@@ -10493,7 +10508,7 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
10493
10508
|
warning: "triangleExclamation",
|
|
10494
10509
|
success: "circleCheck",
|
|
10495
10510
|
critical: "diamondExclamation"
|
|
10496
|
-
},
|
|
10511
|
+
}, Gn = ({
|
|
10497
10512
|
className: s,
|
|
10498
10513
|
message: c,
|
|
10499
10514
|
title: t,
|
|
@@ -10534,7 +10549,7 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
10534
10549
|
success: "circleCheck",
|
|
10535
10550
|
critical: "diamondExclamation",
|
|
10536
10551
|
discovery: "squareQuestion"
|
|
10537
|
-
},
|
|
10552
|
+
}, Wn = ({
|
|
10538
10553
|
className: s,
|
|
10539
10554
|
ctaButton: c,
|
|
10540
10555
|
dismissLabel: t = "Dismiss",
|
|
@@ -10652,7 +10667,19 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
10652
10667
|
)),
|
|
10653
10668
|
/* @__PURE__ */ e.createElement("div", { className: `${a}__message` }, /* @__PURE__ */ e.createElement("span", { className: "visually-hidden" }, n), s)
|
|
10654
10669
|
);
|
|
10655
|
-
},
|
|
10670
|
+
}, Ls = ({ ariaLabel: s, closeToast: c }) => /* @__PURE__ */ e.createElement(
|
|
10671
|
+
"button",
|
|
10672
|
+
{
|
|
10673
|
+
"aria-label": s ?? "Close",
|
|
10674
|
+
className: "pds-toast__close-button",
|
|
10675
|
+
onClick: (t) => {
|
|
10676
|
+
t.stopPropagation(), c(t);
|
|
10677
|
+
},
|
|
10678
|
+
tabIndex: 0,
|
|
10679
|
+
type: "button"
|
|
10680
|
+
},
|
|
10681
|
+
/* @__PURE__ */ e.createElement(O, { iconName: "xmark", iconSize: "md" })
|
|
10682
|
+
), qn = ({
|
|
10656
10683
|
autoCloseDuration: s = !1,
|
|
10657
10684
|
className: c,
|
|
10658
10685
|
limit: t = 5,
|
|
@@ -10665,6 +10692,7 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
10665
10692
|
newestOnTop: !0,
|
|
10666
10693
|
autoClose: s,
|
|
10667
10694
|
className: a,
|
|
10695
|
+
closeButton: Ls,
|
|
10668
10696
|
draggable: !1,
|
|
10669
10697
|
icon: !1,
|
|
10670
10698
|
limit: t,
|
|
@@ -10674,8 +10702,8 @@ const x1 = 0.125, S1 = 0.25, V1 = 0.328, I1 = 0.41, Lt = 0.512, A1 = 0.64, Ht =
|
|
|
10674
10702
|
}
|
|
10675
10703
|
));
|
|
10676
10704
|
};
|
|
10677
|
-
var
|
|
10678
|
-
const
|
|
10705
|
+
var Hs = /* @__PURE__ */ ((s) => (s.Critical = "critical", s.Info = "info", s.Success = "success", s.Warning = "warning", s.Working = "working", s))(Hs || {});
|
|
10706
|
+
const Un = () => {
|
|
10679
10707
|
const s = (t, l, r = {}) => {
|
|
10680
10708
|
const a = /* @__PURE__ */ e.createElement(ws, { type: t }, l);
|
|
10681
10709
|
let i = {
|
|
@@ -10698,7 +10726,7 @@ const qn = () => {
|
|
|
10698
10726
|
}, Ct = "...", wt = (s, c) => {
|
|
10699
10727
|
const t = c - s + 1;
|
|
10700
10728
|
return Array.from({ length: t }, (l, r) => r + s);
|
|
10701
|
-
},
|
|
10729
|
+
}, Ms = ({
|
|
10702
10730
|
bufferCount: s = 1,
|
|
10703
10731
|
currentPage: c,
|
|
10704
10732
|
itemsPerPage: t,
|
|
@@ -10732,7 +10760,7 @@ const qn = () => {
|
|
|
10732
10760
|
m
|
|
10733
10761
|
];
|
|
10734
10762
|
}
|
|
10735
|
-
}, [l, t, s, c]),
|
|
10763
|
+
}, [l, t, s, c]), Kn = ({
|
|
10736
10764
|
bufferCount: s = 1,
|
|
10737
10765
|
className: c,
|
|
10738
10766
|
currentPage: t,
|
|
@@ -10747,7 +10775,7 @@ const qn = () => {
|
|
|
10747
10775
|
totalItemCount: m,
|
|
10748
10776
|
...o
|
|
10749
10777
|
}) => {
|
|
10750
|
-
const u =
|
|
10778
|
+
const u = Ms({
|
|
10751
10779
|
currentPage: t,
|
|
10752
10780
|
totalItemCount: m,
|
|
10753
10781
|
bufferCount: s,
|
|
@@ -10839,7 +10867,7 @@ const qn = () => {
|
|
|
10839
10867
|
)
|
|
10840
10868
|
))
|
|
10841
10869
|
);
|
|
10842
|
-
}, $2 = 0,
|
|
10870
|
+
}, $2 = 0, jn = ({
|
|
10843
10871
|
children: s,
|
|
10844
10872
|
className: c,
|
|
10845
10873
|
id: t,
|
|
@@ -10907,7 +10935,7 @@ const qn = () => {
|
|
|
10907
10935
|
/* @__PURE__ */ e.createElement("div", { ref: f, className: `${g}__content` }, s)
|
|
10908
10936
|
)
|
|
10909
10937
|
);
|
|
10910
|
-
},
|
|
10938
|
+
}, Xn = ({
|
|
10911
10939
|
children: s,
|
|
10912
10940
|
className: c,
|
|
10913
10941
|
displayType: t = "standard",
|
|
@@ -10922,7 +10950,7 @@ const qn = () => {
|
|
|
10922
10950
|
},
|
|
10923
10951
|
s
|
|
10924
10952
|
);
|
|
10925
|
-
},
|
|
10953
|
+
}, Yn = ({
|
|
10926
10954
|
children: s,
|
|
10927
10955
|
className: c,
|
|
10928
10956
|
hasStatusIndicator: t = !1,
|
|
@@ -10942,7 +10970,7 @@ const qn = () => {
|
|
|
10942
10970
|
t && r && /* @__PURE__ */ e.createElement("span", { className: o }, E && /* @__PURE__ */ e.createElement("span", { className: "visually-hidden" }, E)),
|
|
10943
10971
|
/* @__PURE__ */ e.createElement("div", { className: M([g, _]) }, s)
|
|
10944
10972
|
);
|
|
10945
|
-
},
|
|
10973
|
+
}, Qn = ({
|
|
10946
10974
|
background: s = "default",
|
|
10947
10975
|
children: c,
|
|
10948
10976
|
className: t,
|
|
@@ -10965,7 +10993,7 @@ const qn = () => {
|
|
|
10965
10993
|
},
|
|
10966
10994
|
c
|
|
10967
10995
|
);
|
|
10968
|
-
}, y2 = 0,
|
|
10996
|
+
}, y2 = 0, Jn = ({
|
|
10969
10997
|
children: s,
|
|
10970
10998
|
className: c,
|
|
10971
10999
|
expandButtonAriaLabel: t,
|
|
@@ -11058,7 +11086,7 @@ const qn = () => {
|
|
|
11058
11086
|
/* @__PURE__ */ e.createElement("div", { className: `${a}__items-inside` }, E)
|
|
11059
11087
|
)
|
|
11060
11088
|
);
|
|
11061
|
-
},
|
|
11089
|
+
}, ea = ({
|
|
11062
11090
|
alt: s = "",
|
|
11063
11091
|
className: c,
|
|
11064
11092
|
height: t,
|
|
@@ -11079,7 +11107,7 @@ const qn = () => {
|
|
|
11079
11107
|
...i
|
|
11080
11108
|
}
|
|
11081
11109
|
));
|
|
11082
|
-
}, at = 8, N2 = 14,
|
|
11110
|
+
}, at = 8, N2 = 14, ks = 6, zs = ({
|
|
11083
11111
|
className: s,
|
|
11084
11112
|
classNameContainer: c,
|
|
11085
11113
|
closeButtonLabel: t = "Close",
|
|
@@ -11114,7 +11142,7 @@ const qn = () => {
|
|
|
11114
11142
|
h(te), te || n();
|
|
11115
11143
|
},
|
|
11116
11144
|
middleware: [
|
|
11117
|
-
Ke(at +
|
|
11145
|
+
Ke(at + ks + v),
|
|
11118
11146
|
Ge({ padding: 8 }),
|
|
11119
11147
|
dt({ padding: 8 }),
|
|
11120
11148
|
e1({ element: y })
|
|
@@ -11205,7 +11233,7 @@ const qn = () => {
|
|
|
11205
11233
|
success: "--pds-color-status-success-foreground",
|
|
11206
11234
|
warning: "--pds-color-status-warning-foreground",
|
|
11207
11235
|
critical: "--pds-color-status-critical-foreground"
|
|
11208
|
-
},
|
|
11236
|
+
}, ta = ({
|
|
11209
11237
|
className: s,
|
|
11210
11238
|
colorBreakpoints: c = [
|
|
11211
11239
|
{ colorType: "info", percentage: 0 },
|
|
@@ -11267,7 +11295,7 @@ const qn = () => {
|
|
|
11267
11295
|
)),
|
|
11268
11296
|
d && b
|
|
11269
11297
|
);
|
|
11270
|
-
},
|
|
11298
|
+
}, xs = ({
|
|
11271
11299
|
className: s,
|
|
11272
11300
|
id: c,
|
|
11273
11301
|
innerLabel: t,
|
|
@@ -11350,7 +11378,7 @@ const qn = () => {
|
|
|
11350
11378
|
)
|
|
11351
11379
|
)
|
|
11352
11380
|
);
|
|
11353
|
-
},
|
|
11381
|
+
}, sa = ({
|
|
11354
11382
|
attribution: s,
|
|
11355
11383
|
className: c,
|
|
11356
11384
|
image: t,
|
|
@@ -11375,8 +11403,8 @@ const qn = () => {
|
|
|
11375
11403
|
), /* @__PURE__ */ e.createElement("div", { className: `${i}__attribution` }, /* @__PURE__ */ e.createElement("span", { className: `${i}__name` }, s.name), s.title && /* @__PURE__ */ e.createElement("span", { className: `${i}__title` }, ", ", s.title), s.org && /* @__PURE__ */ e.createElement("span", { className: `${i}__org` }, ", ", s.org))), /* @__PURE__ */ e.createElement("div", { className: `${i}__icon ${i}__icon--after` }, /* @__PURE__ */ e.createElement(O, { iconName: "quotesRight", iconSize: "4xl" })))
|
|
11376
11404
|
);
|
|
11377
11405
|
};
|
|
11378
|
-
var
|
|
11379
|
-
const
|
|
11406
|
+
var Ss = /* @__PURE__ */ ((s) => (s.CHECKED = "checked", s.DEFAULT = "default", s.WORKING = "working", s))(Ss || {});
|
|
11407
|
+
const na = ({
|
|
11380
11408
|
alignment: s = "left",
|
|
11381
11409
|
className: c,
|
|
11382
11410
|
componentWidth: t,
|
|
@@ -11455,7 +11483,7 @@ const sa = ({
|
|
|
11455
11483
|
s === "left" && b
|
|
11456
11484
|
)
|
|
11457
11485
|
);
|
|
11458
|
-
},
|
|
11486
|
+
}, aa = ({
|
|
11459
11487
|
className: s,
|
|
11460
11488
|
handleUpgradeClick: c,
|
|
11461
11489
|
popoverContent: t,
|
|
@@ -11489,7 +11517,7 @@ const sa = ({
|
|
|
11489
11517
|
size: "md"
|
|
11490
11518
|
}
|
|
11491
11519
|
), t && /* @__PURE__ */ e.createElement(
|
|
11492
|
-
|
|
11520
|
+
zs,
|
|
11493
11521
|
{
|
|
11494
11522
|
content: t,
|
|
11495
11523
|
placement: "bottom",
|
|
@@ -11536,7 +11564,7 @@ const sa = ({
|
|
|
11536
11564
|
url: "https://www.youtube.com/user/GetPantheon",
|
|
11537
11565
|
label: "Pantheon on YouTube"
|
|
11538
11566
|
}
|
|
11539
|
-
},
|
|
11567
|
+
}, la = ({
|
|
11540
11568
|
className: s,
|
|
11541
11569
|
linkItems: c = ["facebook", "x", "bluesky", "linkedin", "youtube", "instagram"],
|
|
11542
11570
|
...t
|
|
@@ -11552,7 +11580,7 @@ const sa = ({
|
|
|
11552
11580
|
},
|
|
11553
11581
|
/* @__PURE__ */ e.createElement(O, { iconName: Kt[r].icon, iconSize: "xl" })
|
|
11554
11582
|
))));
|
|
11555
|
-
},
|
|
11583
|
+
}, ca = ({
|
|
11556
11584
|
className: s,
|
|
11557
11585
|
label: c = null,
|
|
11558
11586
|
size: t = "md",
|
|
@@ -11581,7 +11609,7 @@ const sa = ({
|
|
|
11581
11609
|
) : /* @__PURE__ */ e.createElement("span", { "aria-hidden": "true", className: `${a}__icon`, role: "img" }),
|
|
11582
11610
|
c && /* @__PURE__ */ e.createElement("span", { className: "pds-status-indicator__label" }, c)
|
|
11583
11611
|
);
|
|
11584
|
-
},
|
|
11612
|
+
}, ra = ({
|
|
11585
11613
|
className: s,
|
|
11586
11614
|
steps: c,
|
|
11587
11615
|
translatableLabels: t = {
|
|
@@ -11673,7 +11701,7 @@ const sa = ({
|
|
|
11673
11701
|
id: `${b.id}--mobile`
|
|
11674
11702
|
},
|
|
11675
11703
|
/* @__PURE__ */ e.createElement("div", { className: `${a}__progress-indicator` }, /* @__PURE__ */ e.createElement(
|
|
11676
|
-
|
|
11704
|
+
xs,
|
|
11677
11705
|
{
|
|
11678
11706
|
innerLabel: w,
|
|
11679
11707
|
label: "Step progress",
|
|
@@ -11711,7 +11739,7 @@ const sa = ({
|
|
|
11711
11739
|
},
|
|
11712
11740
|
/* @__PURE__ */ e.createElement("div", { className: `${a}__steps` }, h)
|
|
11713
11741
|
));
|
|
11714
|
-
},
|
|
11742
|
+
}, Vs = ({
|
|
11715
11743
|
_isFirstStep: s,
|
|
11716
11744
|
backButton: c,
|
|
11717
11745
|
forwardButton: t,
|
|
@@ -11732,7 +11760,7 @@ const sa = ({
|
|
|
11732
11760
|
iconSize: "md"
|
|
11733
11761
|
}
|
|
11734
11762
|
)), /* @__PURE__ */ e.createElement("div", { className: `${u}__step-label` }, n)), /* @__PURE__ */ e.createElement("div", { className: `${u}__step-content` }, /* @__PURE__ */ e.createElement("div", { className: `${u}__step-content-inner` }, m, (c || t) && /* @__PURE__ */ e.createElement("div", { className: `${u}__step-buttons` }, c && !s && /* @__PURE__ */ e.createElement(Oe, { ...c, size: "sm", variant: "secondary" }), t && /* @__PURE__ */ e.createElement(Oe, { ...t, size: "sm", variant: "primary" })))));
|
|
11735
|
-
},
|
|
11763
|
+
}, oa = ({
|
|
11736
11764
|
className: s,
|
|
11737
11765
|
labelStrings: c = {
|
|
11738
11766
|
step: "Step",
|
|
@@ -11746,7 +11774,7 @@ const sa = ({
|
|
|
11746
11774
|
const _ = g + 1, E = g === m, C = g === 0, f = u.isComplete || !1, h = u.hasError && E;
|
|
11747
11775
|
let b = `${c.step} ${_}`;
|
|
11748
11776
|
return f && (b = `${c.step} ${_}, ${c.completed}`), h && (b = `${c.step} ${_}, ${c.hasError}`), /* @__PURE__ */ e.createElement(
|
|
11749
|
-
|
|
11777
|
+
Vs,
|
|
11750
11778
|
{
|
|
11751
11779
|
key: `s${_}`,
|
|
11752
11780
|
_isFirstStep: C,
|
|
@@ -11767,7 +11795,7 @@ const sa = ({
|
|
|
11767
11795
|
});
|
|
11768
11796
|
if (n >= 2 && n <= 6)
|
|
11769
11797
|
return /* @__PURE__ */ e.createElement("div", { className: M([r, s ?? ""]), ...l }, /* @__PURE__ */ e.createElement("ol", { className: `${r}__steps` }, t && o));
|
|
11770
|
-
},
|
|
11798
|
+
}, ia = ({
|
|
11771
11799
|
className: s,
|
|
11772
11800
|
headers: c,
|
|
11773
11801
|
rowData: t,
|
|
@@ -11821,7 +11849,7 @@ const sa = ({
|
|
|
11821
11849
|
/* @__PURE__ */ e.createElement(O, { iconName: "caretDown", iconSize: "sm" })
|
|
11822
11850
|
)
|
|
11823
11851
|
)) : /* @__PURE__ */ e.createElement("span", null, C.title))))), /* @__PURE__ */ e.createElement("tbody", null, a.map((C, f) => _(C, f)))));
|
|
11824
|
-
},
|
|
11852
|
+
}, ma = ({
|
|
11825
11853
|
appendIds: s = !1,
|
|
11826
11854
|
ariaLabel: c = "Table of contents",
|
|
11827
11855
|
className: t,
|
|
@@ -11961,7 +11989,7 @@ const sa = ({
|
|
|
11961
11989
|
),
|
|
11962
11990
|
/* @__PURE__ */ e.createElement(N, { activeID: h, headings: f })
|
|
11963
11991
|
);
|
|
11964
|
-
},
|
|
11992
|
+
}, da = ({
|
|
11965
11993
|
ariaLabel: s,
|
|
11966
11994
|
className: c,
|
|
11967
11995
|
defaultSelected: t = 0,
|
|
@@ -12121,10 +12149,10 @@ const sa = ({
|
|
|
12121
12149
|
"color-18",
|
|
12122
12150
|
"color-19",
|
|
12123
12151
|
"color-20"
|
|
12124
|
-
],
|
|
12152
|
+
], Is = (s) => {
|
|
12125
12153
|
const c = parseInt(H2(s), 16);
|
|
12126
12154
|
return L2[c % L2.length];
|
|
12127
|
-
},
|
|
12155
|
+
}, As = (s, c) => s.length > c ? s.slice(0, c) + " ..." : s, ua = ({
|
|
12128
12156
|
className: s,
|
|
12129
12157
|
isRemovable: c,
|
|
12130
12158
|
linkContent: t,
|
|
@@ -12134,7 +12162,7 @@ const sa = ({
|
|
|
12134
12162
|
tagLabel: i,
|
|
12135
12163
|
...n
|
|
12136
12164
|
}) => {
|
|
12137
|
-
const [m, o] = B(!0), u = "pds-tag", g = a ? `${u}--${a}` : `${u}--${
|
|
12165
|
+
const [m, o] = B(!0), u = "pds-tag", g = a ? `${u}--${a}` : `${u}--${Is(i)}`, _ = m ? null : "pds-tag--hide", E = () => {
|
|
12138
12166
|
o((b) => !b);
|
|
12139
12167
|
};
|
|
12140
12168
|
let C, f, h;
|
|
@@ -12152,7 +12180,7 @@ const sa = ({
|
|
|
12152
12180
|
to: f === "to" ? h : null,
|
|
12153
12181
|
...n
|
|
12154
12182
|
},
|
|
12155
|
-
/* @__PURE__ */ e.createElement("span", { className: `${u}__label`, title: i },
|
|
12183
|
+
/* @__PURE__ */ e.createElement("span", { className: `${u}__label`, title: i }, As(i, 20)),
|
|
12156
12184
|
c ? /* @__PURE__ */ e.createElement(
|
|
12157
12185
|
"button",
|
|
12158
12186
|
{
|
|
@@ -12173,7 +12201,7 @@ const sa = ({
|
|
|
12173
12201
|
)
|
|
12174
12202
|
) : null
|
|
12175
12203
|
);
|
|
12176
|
-
},
|
|
12204
|
+
}, pa = ({
|
|
12177
12205
|
className: s,
|
|
12178
12206
|
onChange: c,
|
|
12179
12207
|
theme: t = "light",
|
|
@@ -12235,7 +12263,7 @@ const sa = ({
|
|
|
12235
12263
|
preferredPlacement: "top"
|
|
12236
12264
|
}
|
|
12237
12265
|
));
|
|
12238
|
-
},
|
|
12266
|
+
}, fa = ({
|
|
12239
12267
|
className: s,
|
|
12240
12268
|
listItems: c,
|
|
12241
12269
|
...t
|
|
@@ -12269,7 +12297,7 @@ const sa = ({
|
|
|
12269
12297
|
},
|
|
12270
12298
|
n()
|
|
12271
12299
|
);
|
|
12272
|
-
},
|
|
12300
|
+
}, Ds = ({
|
|
12273
12301
|
className: s,
|
|
12274
12302
|
displayType: c = "border",
|
|
12275
12303
|
headingLevel: t = "span",
|
|
@@ -12306,7 +12334,7 @@ const sa = ({
|
|
|
12306
12334
|
}
|
|
12307
12335
|
)
|
|
12308
12336
|
), /* @__PURE__ */ e.createElement("span", { className: `${m}__separator` }));
|
|
12309
|
-
},
|
|
12337
|
+
}, ha = ({
|
|
12310
12338
|
className: s,
|
|
12311
12339
|
displayType: c = "border",
|
|
12312
12340
|
headingLevel: t = "h2",
|
|
@@ -12326,7 +12354,7 @@ const sa = ({
|
|
|
12326
12354
|
...r
|
|
12327
12355
|
},
|
|
12328
12356
|
l.map((o, u) => /* @__PURE__ */ e.createElement(
|
|
12329
|
-
|
|
12357
|
+
Ds,
|
|
12330
12358
|
{
|
|
12331
12359
|
key: u,
|
|
12332
12360
|
className: o.className,
|
|
@@ -12339,7 +12367,7 @@ const sa = ({
|
|
|
12339
12367
|
}
|
|
12340
12368
|
))
|
|
12341
12369
|
);
|
|
12342
|
-
},
|
|
12370
|
+
}, ga = ({
|
|
12343
12371
|
children: s,
|
|
12344
12372
|
className: c,
|
|
12345
12373
|
containerWidth: t = "x-wide",
|
|
@@ -12434,7 +12462,7 @@ const sa = ({
|
|
|
12434
12462
|
},
|
|
12435
12463
|
C ? S : V
|
|
12436
12464
|
);
|
|
12437
|
-
},
|
|
12465
|
+
}, Ca = ({
|
|
12438
12466
|
children: s,
|
|
12439
12467
|
className: c,
|
|
12440
12468
|
hasContentSpacing: t,
|
|
@@ -12456,7 +12484,7 @@ const sa = ({
|
|
|
12456
12484
|
u
|
|
12457
12485
|
)
|
|
12458
12486
|
);
|
|
12459
|
-
},
|
|
12487
|
+
}, _a = ({
|
|
12460
12488
|
children: s,
|
|
12461
12489
|
className: c,
|
|
12462
12490
|
sidebarMinWidth: t = 14.5,
|
|
@@ -12483,7 +12511,7 @@ const sa = ({
|
|
|
12483
12511
|
},
|
|
12484
12512
|
a ? E : C
|
|
12485
12513
|
);
|
|
12486
|
-
},
|
|
12514
|
+
}, Ea = ({
|
|
12487
12515
|
alignContent: s = "flex-start",
|
|
12488
12516
|
alignItems: c = "stretch",
|
|
12489
12517
|
children: t,
|
|
@@ -12533,10 +12561,10 @@ const sa = ({
|
|
|
12533
12561
|
},
|
|
12534
12562
|
t
|
|
12535
12563
|
);
|
|
12536
|
-
},
|
|
12564
|
+
}, va = ({
|
|
12537
12565
|
children: s,
|
|
12538
12566
|
mobileMenuMaxWidth: c = 640
|
|
12539
|
-
}) => /* @__PURE__ */ e.createElement(g1, { mobileMenuMaxWidth: c }, /* @__PURE__ */ e.createElement(d1, null, s)),
|
|
12567
|
+
}) => /* @__PURE__ */ e.createElement(g1, { mobileMenuMaxWidth: c }, /* @__PURE__ */ e.createElement(d1, null, s)), ba = ({
|
|
12540
12568
|
children: s,
|
|
12541
12569
|
className: c,
|
|
12542
12570
|
gridGap: t = "standard",
|
|
@@ -12580,7 +12608,7 @@ const sa = ({
|
|
|
12580
12608
|
},
|
|
12581
12609
|
u ? r === "before" ? /* @__PURE__ */ e.createElement(e.Fragment, null, h, f) : /* @__PURE__ */ e.createElement(e.Fragment, null, f, h) : l === "left" ? /* @__PURE__ */ e.createElement(e.Fragment, null, h, f) : /* @__PURE__ */ e.createElement(e.Fragment, null, f, h)
|
|
12582
12610
|
);
|
|
12583
|
-
},
|
|
12611
|
+
}, $a = ({
|
|
12584
12612
|
children: s,
|
|
12585
12613
|
className: c,
|
|
12586
12614
|
...t
|
|
@@ -12599,7 +12627,7 @@ const sa = ({
|
|
|
12599
12627
|
},
|
|
12600
12628
|
r
|
|
12601
12629
|
), a && /* @__PURE__ */ e.createElement("div", { className: `${o}__form-container` }, a));
|
|
12602
|
-
},
|
|
12630
|
+
}, ya = ({
|
|
12603
12631
|
children: s,
|
|
12604
12632
|
className: c,
|
|
12605
12633
|
gridGap: t = "standard",
|
|
@@ -12631,7 +12659,7 @@ const sa = ({
|
|
|
12631
12659
|
u
|
|
12632
12660
|
))
|
|
12633
12661
|
);
|
|
12634
|
-
},
|
|
12662
|
+
}, Na = ({
|
|
12635
12663
|
children: s,
|
|
12636
12664
|
className: c,
|
|
12637
12665
|
gridGap: t = "standard",
|
|
@@ -12666,7 +12694,7 @@ const sa = ({
|
|
|
12666
12694
|
/* @__PURE__ */ e.createElement("div", { className: E.join(" ").trim() }, h),
|
|
12667
12695
|
/* @__PURE__ */ e.createElement("div", { className: C.join(" ").trim() }, b)
|
|
12668
12696
|
);
|
|
12669
|
-
},
|
|
12697
|
+
}, wa = (s, c) => {
|
|
12670
12698
|
const [t, l] = B(!1), r = rt(
|
|
12671
12699
|
(i) => {
|
|
12672
12700
|
i.key === s && (l(!0), c && c(i));
|
|
@@ -12683,144 +12711,144 @@ const sa = ({
|
|
|
12683
12711
|
}), [r, a]), t;
|
|
12684
12712
|
};
|
|
12685
12713
|
export {
|
|
12686
|
-
|
|
12714
|
+
ga as AppLayout,
|
|
12687
12715
|
jt as Avatar,
|
|
12688
|
-
|
|
12689
|
-
|
|
12690
|
-
|
|
12691
|
-
|
|
12716
|
+
fa as AvatarTileList,
|
|
12717
|
+
Zn as Banner,
|
|
12718
|
+
Xs as BranchDiff,
|
|
12719
|
+
zn as Breadcrumb,
|
|
12692
12720
|
Oe as Button,
|
|
12693
12721
|
bt as ButtonLink,
|
|
12694
|
-
|
|
12722
|
+
xn as ButtonNav,
|
|
12695
12723
|
cs as CTALink,
|
|
12696
|
-
|
|
12697
|
-
|
|
12724
|
+
on as CTASlice,
|
|
12725
|
+
Js as Callout,
|
|
12698
12726
|
It as Card,
|
|
12699
12727
|
l2 as CardHeading,
|
|
12700
|
-
|
|
12728
|
+
en as CardSelectGroup,
|
|
12701
12729
|
is as Checkbox,
|
|
12702
|
-
|
|
12703
|
-
|
|
12730
|
+
_n as CheckboxFieldset,
|
|
12731
|
+
En as CheckboxGroup,
|
|
12704
12732
|
f2 as ClipboardButton,
|
|
12705
12733
|
T2 as CloseButton,
|
|
12706
|
-
|
|
12734
|
+
rn as CodeBlock,
|
|
12707
12735
|
ms as Combobox,
|
|
12708
|
-
|
|
12709
|
-
|
|
12736
|
+
vn as ComboboxMultiselect,
|
|
12737
|
+
dn as CompactEmptyState,
|
|
12710
12738
|
C2 as ComparisonList,
|
|
12711
12739
|
gt as Container,
|
|
12712
12740
|
r2 as DashboardContext,
|
|
12713
|
-
|
|
12714
|
-
|
|
12715
|
-
|
|
12741
|
+
Sn as DashboardGlobal,
|
|
12742
|
+
Ca as DashboardInner,
|
|
12743
|
+
Vn as DashboardNav,
|
|
12716
12744
|
Cs as DashboardNavItem,
|
|
12717
|
-
|
|
12718
|
-
|
|
12719
|
-
|
|
12720
|
-
|
|
12745
|
+
In as DashboardSearch,
|
|
12746
|
+
mn as DashboardStat,
|
|
12747
|
+
bn as Datepicker,
|
|
12748
|
+
_a as DocsLayout,
|
|
12721
12749
|
Dt as DropdownMenu,
|
|
12722
|
-
|
|
12723
|
-
|
|
12724
|
-
|
|
12725
|
-
|
|
12726
|
-
|
|
12727
|
-
|
|
12728
|
-
|
|
12750
|
+
tn as EmptyStateCard,
|
|
12751
|
+
jn as ExpansionPanel,
|
|
12752
|
+
Xn as ExpansionPanelGroup,
|
|
12753
|
+
fn as FileDiff,
|
|
12754
|
+
$n as FileUpload,
|
|
12755
|
+
Ea as FlexContainer,
|
|
12756
|
+
hn as FlowSteps,
|
|
12729
12757
|
os as FooterHeading,
|
|
12730
|
-
|
|
12731
|
-
|
|
12732
|
-
|
|
12758
|
+
gn as FooterLinks,
|
|
12759
|
+
va as GlobalWrapper,
|
|
12760
|
+
un as HorizontalEmptyState,
|
|
12733
12761
|
O as Icon,
|
|
12734
12762
|
St as IconButton,
|
|
12735
12763
|
vt as IndicatorBadge,
|
|
12736
|
-
|
|
12737
|
-
|
|
12738
|
-
|
|
12739
|
-
|
|
12764
|
+
Gn as InlineMessage,
|
|
12765
|
+
yn as InputGroup,
|
|
12766
|
+
Mn as LinkNewWindow,
|
|
12767
|
+
sn as LinksCard,
|
|
12740
12768
|
P2 as MenuButton,
|
|
12741
|
-
|
|
12742
|
-
|
|
12743
|
-
|
|
12744
|
-
|
|
12745
|
-
|
|
12746
|
-
|
|
12747
|
-
|
|
12748
|
-
|
|
12769
|
+
kn as Modal,
|
|
12770
|
+
Dn as NavMenu,
|
|
12771
|
+
An as Navbar,
|
|
12772
|
+
nn as NewSiteCard,
|
|
12773
|
+
Kn as Pagination,
|
|
12774
|
+
Yn as Panel,
|
|
12775
|
+
Qn as PanelList,
|
|
12776
|
+
Jn as PanelRow,
|
|
12749
12777
|
At as PantheonLogo,
|
|
12750
|
-
|
|
12778
|
+
an as PaymentCard,
|
|
12751
12779
|
y1 as PaymentIcon,
|
|
12752
|
-
|
|
12780
|
+
ea as Picture,
|
|
12753
12781
|
F2 as PlatformIcon,
|
|
12754
|
-
|
|
12755
|
-
|
|
12756
|
-
|
|
12757
|
-
|
|
12758
|
-
|
|
12759
|
-
|
|
12760
|
-
|
|
12761
|
-
|
|
12782
|
+
zs as Popover,
|
|
12783
|
+
ln as PricingCard,
|
|
12784
|
+
ta as ProgressBar,
|
|
12785
|
+
xs as ProgressRing,
|
|
12786
|
+
sa as PullQuote,
|
|
12787
|
+
Nn as RadioGroup,
|
|
12788
|
+
na as RefreshChecker,
|
|
12789
|
+
Ss as RefreshCheckerState,
|
|
12762
12790
|
Me as ResponsiveContext,
|
|
12763
|
-
|
|
12791
|
+
Wn as SectionMessage,
|
|
12764
12792
|
C1 as SegmentedButton,
|
|
12765
12793
|
L1 as Select,
|
|
12766
12794
|
w1 as SelectOptionGroup,
|
|
12767
|
-
|
|
12768
|
-
|
|
12769
|
-
|
|
12795
|
+
Tn as SideNav,
|
|
12796
|
+
On as SideNavCompact,
|
|
12797
|
+
Rn as SideNavGlobal,
|
|
12770
12798
|
vs as SideNavGlobalItem,
|
|
12771
|
-
|
|
12772
|
-
|
|
12773
|
-
|
|
12774
|
-
|
|
12799
|
+
ba as SidebarLayout,
|
|
12800
|
+
cn as SiteCard,
|
|
12801
|
+
aa as SiteDashboardHeading,
|
|
12802
|
+
Cn as SiteFooter,
|
|
12775
12803
|
_s as SiteOptionDisplay,
|
|
12776
12804
|
h2 as SitePlanLevelLabel,
|
|
12777
12805
|
O2 as SiteTypeIcon,
|
|
12778
|
-
|
|
12806
|
+
Ys as SiteTypeLabel,
|
|
12779
12807
|
ns as Skeleton,
|
|
12780
12808
|
gs as Skiplink,
|
|
12781
|
-
|
|
12809
|
+
la as SocialLinks,
|
|
12782
12810
|
it as Spinner,
|
|
12783
12811
|
_1 as SplitButton,
|
|
12784
12812
|
t2 as StatusBadge,
|
|
12785
|
-
|
|
12813
|
+
ca as StatusIndicator,
|
|
12786
12814
|
$t as StatusTypeLabels,
|
|
12787
|
-
|
|
12788
|
-
|
|
12789
|
-
|
|
12790
|
-
|
|
12791
|
-
|
|
12792
|
-
|
|
12793
|
-
|
|
12794
|
-
|
|
12795
|
-
|
|
12815
|
+
ra as Stepper,
|
|
12816
|
+
$a as StepperLayout,
|
|
12817
|
+
wn as Switch,
|
|
12818
|
+
Pn as TabMenu,
|
|
12819
|
+
ia as Table,
|
|
12820
|
+
ma as TableOfContents,
|
|
12821
|
+
da as Tabs,
|
|
12822
|
+
ua as Tag,
|
|
12823
|
+
Ln as TagsInput,
|
|
12796
12824
|
zt as Tally,
|
|
12797
12825
|
W2 as TextInput,
|
|
12798
|
-
|
|
12799
|
-
|
|
12800
|
-
|
|
12801
|
-
|
|
12802
|
-
|
|
12826
|
+
Hn as Textarea,
|
|
12827
|
+
pa as ThemeSwitcher,
|
|
12828
|
+
ya as ThreeItemLayout,
|
|
12829
|
+
Ds as Tile,
|
|
12830
|
+
ha as TileGrid,
|
|
12803
12831
|
ws as Toast,
|
|
12804
|
-
|
|
12805
|
-
|
|
12832
|
+
Hs as ToastType,
|
|
12833
|
+
qn as Toaster,
|
|
12806
12834
|
Ae as Tooltip,
|
|
12807
|
-
|
|
12808
|
-
|
|
12809
|
-
|
|
12810
|
-
|
|
12811
|
-
|
|
12835
|
+
Na as TwoItemLayout,
|
|
12836
|
+
Fn as UserMenu,
|
|
12837
|
+
Qs as UtilityButton,
|
|
12838
|
+
pn as VerticalEmptyState,
|
|
12839
|
+
oa as VerticalStepper,
|
|
12812
12840
|
rs as VideoEmbed,
|
|
12813
|
-
|
|
12841
|
+
Bn as WorkspaceSelector,
|
|
12814
12842
|
g2 as badgeTypes,
|
|
12815
|
-
|
|
12843
|
+
js as iconList,
|
|
12816
12844
|
Rt as isHeadingItemType,
|
|
12817
12845
|
Pt as isLinkItemType,
|
|
12818
12846
|
h1 as isNodeItemType,
|
|
12819
12847
|
Ot as isSeparatorItemType,
|
|
12820
12848
|
L2 as tagColors,
|
|
12821
12849
|
f1 as useClipboard,
|
|
12822
|
-
|
|
12823
|
-
|
|
12850
|
+
wa as useKeyPress,
|
|
12851
|
+
Un as useToast,
|
|
12824
12852
|
R2 as useWindowWidth
|
|
12825
12853
|
};
|
|
12826
12854
|
//# sourceMappingURL=index.js.map
|