skillgrid 0.0.36-dev-40511-42085-40506-alert-placeholder-modal-fix.1235292 → 0.0.36-dev-40511-42085-40506-alert-placeholder-modal-fix.1241618
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/Dialog/Dialog.type.d.ts +2 -2
- package/dist/index.cjs.js +1 -1
- package/dist/index.css +1 -1
- package/dist/index.es.js +34 -27
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1554,34 +1554,41 @@ const ir = G((t, r) => {
|
|
|
1554
1554
|
}
|
|
1555
1555
|
}
|
|
1556
1556
|
),
|
|
1557
|
-
/* @__PURE__ */ o.jsx(
|
|
1558
|
-
|
|
1557
|
+
/* @__PURE__ */ o.jsx(
|
|
1558
|
+
Xr,
|
|
1559
1559
|
{
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
"
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1560
|
+
...d,
|
|
1561
|
+
context: { ...m.context, ...d == null ? void 0 : d.context },
|
|
1562
|
+
children: /* @__PURE__ */ o.jsxs(
|
|
1563
|
+
"section",
|
|
1564
|
+
{
|
|
1565
|
+
ref: L,
|
|
1566
|
+
"aria-modal": "true",
|
|
1567
|
+
role: "dialog",
|
|
1568
|
+
className: k(b, qt.container, qt[`placement-${n}`]),
|
|
1569
|
+
style: { ...w, ...x },
|
|
1570
|
+
"data-testid": v,
|
|
1571
|
+
...m.getFloatingProps(u),
|
|
1572
|
+
children: [
|
|
1573
|
+
p,
|
|
1574
|
+
y && /* @__PURE__ */ o.jsx(
|
|
1575
|
+
"div",
|
|
1576
|
+
{
|
|
1577
|
+
className: k(
|
|
1578
|
+
qt.grabber,
|
|
1579
|
+
qt[`grabber-${y.direction}`]
|
|
1580
|
+
// classNames?.grabber,
|
|
1581
|
+
),
|
|
1582
|
+
role: "presentation",
|
|
1583
|
+
"aria-hidden": "true",
|
|
1584
|
+
"data-testid": v ? `${v}-grabber` : void 0
|
|
1585
|
+
}
|
|
1586
|
+
)
|
|
1587
|
+
]
|
|
1588
|
+
}
|
|
1589
|
+
)
|
|
1583
1590
|
}
|
|
1584
|
-
)
|
|
1591
|
+
)
|
|
1585
1592
|
] })
|
|
1586
1593
|
) : null;
|
|
1587
1594
|
}), Vo = "_container_1h1i8_1", Xo = "_header_1h1i8_20", Yo = "_withBorder_1h1i8_55", Zo = "_title_1h1i8_39", Uo = "_subTitle_1h1i8_70", Go = "_leftActionsStack_1h1i8_81", Ko = "_rightActionsStack_1h1i8_89", Jo = "_content_1h1i8_97", Qo = "_footer_1h1i8_105", wt = {
|
|
@@ -1970,7 +1977,7 @@ const ir = G((t, r) => {
|
|
|
1970
1977
|
dialog: { icon: ba, colorScheme: "blue" }
|
|
1971
1978
|
}, wa = "_container_dd9oq_1", Ca = {
|
|
1972
1979
|
container: wa
|
|
1973
|
-
}, ka = "
|
|
1980
|
+
}, ka = "_container_29epc_1", Sa = "_children_29epc_10", La = "_iconSlot_29epc_10", ja = "_textBlock_29epc_17", $a = "_title_29epc_24", Ta = "_subtitle_29epc_24", Pt = {
|
|
1974
1981
|
container: ka,
|
|
1975
1982
|
children: Sa,
|
|
1976
1983
|
iconSlot: La,
|
package/package.json
CHANGED