@jackcrane/ui 0.1.22 → 0.1.23
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/jcui.cjs.js +30 -25
- package/dist/jcui.es.js +30 -25
- package/package.json +1 -1
package/dist/jcui.cjs.js
CHANGED
|
@@ -1644,7 +1644,7 @@ div.jcui_chamfer:not(.jcui_disabled):focus-within {
|
|
|
1644
1644
|
--button-color: var(--body-color);
|
|
1645
1645
|
}
|
|
1646
1646
|
/* modal.module.css */
|
|
1647
|
-
@keyframes
|
|
1647
|
+
@keyframes _overlayIn_10x08_1 {
|
|
1648
1648
|
from {
|
|
1649
1649
|
opacity: 0;
|
|
1650
1650
|
}
|
|
@@ -1652,7 +1652,7 @@ div.jcui_chamfer:not(.jcui_disabled):focus-within {
|
|
|
1652
1652
|
opacity: 1;
|
|
1653
1653
|
}
|
|
1654
1654
|
}
|
|
1655
|
-
@keyframes
|
|
1655
|
+
@keyframes _overlayOut_10x08_1 {
|
|
1656
1656
|
from {
|
|
1657
1657
|
opacity: 1;
|
|
1658
1658
|
}
|
|
@@ -1660,7 +1660,7 @@ div.jcui_chamfer:not(.jcui_disabled):focus-within {
|
|
|
1660
1660
|
opacity: 0;
|
|
1661
1661
|
}
|
|
1662
1662
|
}
|
|
1663
|
-
@keyframes
|
|
1663
|
+
@keyframes _panelIn_10x08_1 {
|
|
1664
1664
|
from {
|
|
1665
1665
|
opacity: 0;
|
|
1666
1666
|
transform: translateX(400px);
|
|
@@ -1670,7 +1670,7 @@ div.jcui_chamfer:not(.jcui_disabled):focus-within {
|
|
|
1670
1670
|
transform: translateX(0);
|
|
1671
1671
|
}
|
|
1672
1672
|
}
|
|
1673
|
-
@keyframes
|
|
1673
|
+
@keyframes _panelOut_10x08_1 {
|
|
1674
1674
|
from {
|
|
1675
1675
|
opacity: 1;
|
|
1676
1676
|
transform: translateX(0);
|
|
@@ -1680,23 +1680,23 @@ div.jcui_chamfer:not(.jcui_disabled):focus-within {
|
|
|
1680
1680
|
transform: translateX(100%);
|
|
1681
1681
|
}
|
|
1682
1682
|
}
|
|
1683
|
-
.
|
|
1683
|
+
._overlay_10x08_43 {
|
|
1684
1684
|
position: fixed;
|
|
1685
1685
|
inset: 0;
|
|
1686
1686
|
z-index: 98;
|
|
1687
1687
|
}
|
|
1688
|
-
.
|
|
1688
|
+
._overlayBackdrop_10x08_49 {
|
|
1689
1689
|
position: absolute;
|
|
1690
1690
|
inset: 0;
|
|
1691
1691
|
background: color-mix(in srgb, var(--body-bg) 50%, transparent);
|
|
1692
1692
|
}
|
|
1693
|
-
.
|
|
1694
|
-
animation:
|
|
1693
|
+
._overlay_10x08_43[data-state="open"] {
|
|
1694
|
+
animation: _overlayIn_10x08_1 160ms ease-out;
|
|
1695
1695
|
}
|
|
1696
|
-
.
|
|
1697
|
-
animation:
|
|
1696
|
+
._overlay_10x08_43[data-state="closed"] {
|
|
1697
|
+
animation: _overlayOut_10x08_1 120ms ease-in;
|
|
1698
1698
|
}
|
|
1699
|
-
.
|
|
1699
|
+
._content_10x08_63 {
|
|
1700
1700
|
position: fixed;
|
|
1701
1701
|
top: 10px;
|
|
1702
1702
|
right: 10px;
|
|
@@ -1709,29 +1709,34 @@ div.jcui_chamfer:not(.jcui_disabled):focus-within {
|
|
|
1709
1709
|
display: flex;
|
|
1710
1710
|
flex-direction: column;
|
|
1711
1711
|
}
|
|
1712
|
-
.
|
|
1713
|
-
animation:
|
|
1712
|
+
._content_10x08_63[data-state="open"] {
|
|
1713
|
+
animation: _panelIn_10x08_1 180ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1714
1714
|
}
|
|
1715
|
-
.
|
|
1716
|
-
animation:
|
|
1715
|
+
._content_10x08_63[data-state="closed"] {
|
|
1716
|
+
animation: _panelOut_10x08_1 140ms ease-in;
|
|
1717
1717
|
}
|
|
1718
|
-
body.jcui-modal-mobile .
|
|
1718
|
+
body.jcui-modal-mobile ._content_10x08_63 {
|
|
1719
1719
|
top: 0;
|
|
1720
1720
|
right: 0;
|
|
1721
1721
|
bottom: 0;
|
|
1722
1722
|
left: 0;
|
|
1723
1723
|
min-width: 0;
|
|
1724
1724
|
}
|
|
1725
|
-
.
|
|
1725
|
+
._title_10x08_96 {
|
|
1726
1726
|
margin: 0;
|
|
1727
1727
|
}
|
|
1728
|
-
.
|
|
1728
|
+
._body_10x08_100 {
|
|
1729
1729
|
flex: 1;
|
|
1730
1730
|
min-height: 0;
|
|
1731
1731
|
overflow-y: auto;
|
|
1732
1732
|
padding-top: 1rem;
|
|
1733
1733
|
}
|
|
1734
|
-
.
|
|
1734
|
+
._body_10x08_100 > hr {
|
|
1735
|
+
margin: 1rem 0;
|
|
1736
|
+
transform: translateX(-16px);
|
|
1737
|
+
width: calc(100% + 32px);
|
|
1738
|
+
}
|
|
1739
|
+
._footer_10x08_113 {
|
|
1735
1740
|
margin: -12px;
|
|
1736
1741
|
margin-top: 0px;
|
|
1737
1742
|
padding: 12px;
|
|
@@ -27947,12 +27952,12 @@ var Overlay = DialogOverlay;
|
|
|
27947
27952
|
var Content = DialogContent;
|
|
27948
27953
|
var Title = DialogTitle;
|
|
27949
27954
|
var Close = DialogClose;
|
|
27950
|
-
const overlay = "
|
|
27951
|
-
const overlayBackdrop = "
|
|
27952
|
-
const content$1 = "
|
|
27953
|
-
const title = "
|
|
27954
|
-
const body = "
|
|
27955
|
-
const footer = "
|
|
27955
|
+
const overlay = "_overlay_10x08_43";
|
|
27956
|
+
const overlayBackdrop = "_overlayBackdrop_10x08_49";
|
|
27957
|
+
const content$1 = "_content_10x08_63";
|
|
27958
|
+
const title = "_title_10x08_96";
|
|
27959
|
+
const body = "_body_10x08_100";
|
|
27960
|
+
const footer = "_footer_10x08_113";
|
|
27956
27961
|
const styles$1 = {
|
|
27957
27962
|
overlay,
|
|
27958
27963
|
overlayBackdrop,
|
package/dist/jcui.es.js
CHANGED
|
@@ -1644,7 +1644,7 @@ div.jcui_chamfer:not(.jcui_disabled):focus-within {
|
|
|
1644
1644
|
--button-color: var(--body-color);
|
|
1645
1645
|
}
|
|
1646
1646
|
/* modal.module.css */
|
|
1647
|
-
@keyframes
|
|
1647
|
+
@keyframes _overlayIn_10x08_1 {
|
|
1648
1648
|
from {
|
|
1649
1649
|
opacity: 0;
|
|
1650
1650
|
}
|
|
@@ -1652,7 +1652,7 @@ div.jcui_chamfer:not(.jcui_disabled):focus-within {
|
|
|
1652
1652
|
opacity: 1;
|
|
1653
1653
|
}
|
|
1654
1654
|
}
|
|
1655
|
-
@keyframes
|
|
1655
|
+
@keyframes _overlayOut_10x08_1 {
|
|
1656
1656
|
from {
|
|
1657
1657
|
opacity: 1;
|
|
1658
1658
|
}
|
|
@@ -1660,7 +1660,7 @@ div.jcui_chamfer:not(.jcui_disabled):focus-within {
|
|
|
1660
1660
|
opacity: 0;
|
|
1661
1661
|
}
|
|
1662
1662
|
}
|
|
1663
|
-
@keyframes
|
|
1663
|
+
@keyframes _panelIn_10x08_1 {
|
|
1664
1664
|
from {
|
|
1665
1665
|
opacity: 0;
|
|
1666
1666
|
transform: translateX(400px);
|
|
@@ -1670,7 +1670,7 @@ div.jcui_chamfer:not(.jcui_disabled):focus-within {
|
|
|
1670
1670
|
transform: translateX(0);
|
|
1671
1671
|
}
|
|
1672
1672
|
}
|
|
1673
|
-
@keyframes
|
|
1673
|
+
@keyframes _panelOut_10x08_1 {
|
|
1674
1674
|
from {
|
|
1675
1675
|
opacity: 1;
|
|
1676
1676
|
transform: translateX(0);
|
|
@@ -1680,23 +1680,23 @@ div.jcui_chamfer:not(.jcui_disabled):focus-within {
|
|
|
1680
1680
|
transform: translateX(100%);
|
|
1681
1681
|
}
|
|
1682
1682
|
}
|
|
1683
|
-
.
|
|
1683
|
+
._overlay_10x08_43 {
|
|
1684
1684
|
position: fixed;
|
|
1685
1685
|
inset: 0;
|
|
1686
1686
|
z-index: 98;
|
|
1687
1687
|
}
|
|
1688
|
-
.
|
|
1688
|
+
._overlayBackdrop_10x08_49 {
|
|
1689
1689
|
position: absolute;
|
|
1690
1690
|
inset: 0;
|
|
1691
1691
|
background: color-mix(in srgb, var(--body-bg) 50%, transparent);
|
|
1692
1692
|
}
|
|
1693
|
-
.
|
|
1694
|
-
animation:
|
|
1693
|
+
._overlay_10x08_43[data-state="open"] {
|
|
1694
|
+
animation: _overlayIn_10x08_1 160ms ease-out;
|
|
1695
1695
|
}
|
|
1696
|
-
.
|
|
1697
|
-
animation:
|
|
1696
|
+
._overlay_10x08_43[data-state="closed"] {
|
|
1697
|
+
animation: _overlayOut_10x08_1 120ms ease-in;
|
|
1698
1698
|
}
|
|
1699
|
-
.
|
|
1699
|
+
._content_10x08_63 {
|
|
1700
1700
|
position: fixed;
|
|
1701
1701
|
top: 10px;
|
|
1702
1702
|
right: 10px;
|
|
@@ -1709,29 +1709,34 @@ div.jcui_chamfer:not(.jcui_disabled):focus-within {
|
|
|
1709
1709
|
display: flex;
|
|
1710
1710
|
flex-direction: column;
|
|
1711
1711
|
}
|
|
1712
|
-
.
|
|
1713
|
-
animation:
|
|
1712
|
+
._content_10x08_63[data-state="open"] {
|
|
1713
|
+
animation: _panelIn_10x08_1 180ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1714
1714
|
}
|
|
1715
|
-
.
|
|
1716
|
-
animation:
|
|
1715
|
+
._content_10x08_63[data-state="closed"] {
|
|
1716
|
+
animation: _panelOut_10x08_1 140ms ease-in;
|
|
1717
1717
|
}
|
|
1718
|
-
body.jcui-modal-mobile .
|
|
1718
|
+
body.jcui-modal-mobile ._content_10x08_63 {
|
|
1719
1719
|
top: 0;
|
|
1720
1720
|
right: 0;
|
|
1721
1721
|
bottom: 0;
|
|
1722
1722
|
left: 0;
|
|
1723
1723
|
min-width: 0;
|
|
1724
1724
|
}
|
|
1725
|
-
.
|
|
1725
|
+
._title_10x08_96 {
|
|
1726
1726
|
margin: 0;
|
|
1727
1727
|
}
|
|
1728
|
-
.
|
|
1728
|
+
._body_10x08_100 {
|
|
1729
1729
|
flex: 1;
|
|
1730
1730
|
min-height: 0;
|
|
1731
1731
|
overflow-y: auto;
|
|
1732
1732
|
padding-top: 1rem;
|
|
1733
1733
|
}
|
|
1734
|
-
.
|
|
1734
|
+
._body_10x08_100 > hr {
|
|
1735
|
+
margin: 1rem 0;
|
|
1736
|
+
transform: translateX(-16px);
|
|
1737
|
+
width: calc(100% + 32px);
|
|
1738
|
+
}
|
|
1739
|
+
._footer_10x08_113 {
|
|
1735
1740
|
margin: -12px;
|
|
1736
1741
|
margin-top: 0px;
|
|
1737
1742
|
padding: 12px;
|
|
@@ -27929,12 +27934,12 @@ var Overlay = DialogOverlay;
|
|
|
27929
27934
|
var Content = DialogContent;
|
|
27930
27935
|
var Title = DialogTitle;
|
|
27931
27936
|
var Close = DialogClose;
|
|
27932
|
-
const overlay = "
|
|
27933
|
-
const overlayBackdrop = "
|
|
27934
|
-
const content$1 = "
|
|
27935
|
-
const title = "
|
|
27936
|
-
const body = "
|
|
27937
|
-
const footer = "
|
|
27937
|
+
const overlay = "_overlay_10x08_43";
|
|
27938
|
+
const overlayBackdrop = "_overlayBackdrop_10x08_49";
|
|
27939
|
+
const content$1 = "_content_10x08_63";
|
|
27940
|
+
const title = "_title_10x08_96";
|
|
27941
|
+
const body = "_body_10x08_100";
|
|
27942
|
+
const footer = "_footer_10x08_113";
|
|
27938
27943
|
const styles$1 = {
|
|
27939
27944
|
overlay,
|
|
27940
27945
|
overlayBackdrop,
|