@7shifts/sous-chef 4.9.0 → 4.10.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/index.css +58 -2
- package/dist/index.css.map +1 -1
- package/dist/index.js +271 -78
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +317 -141
- package/dist/index.modern.js.map +1 -1
- package/dist/overlay/DropdownListDivider/DropdownListDivider.d.ts +3 -1
- package/dist/overlay/DropdownListDividerLine/DropdownListDividerLine.d.ts +6 -0
- package/dist/overlay/DropdownListDividerLine/index.d.ts +1 -0
- package/dist/overlay/HintModal/HintModal.d.ts +2 -1
- package/dist/overlay/Modal/Modal.d.ts +8 -1
- package/dist/overlay/Modal/ModalContext.d.ts +1 -0
- package/dist/overlay/Modal/useDraggableModal.d.ts +38 -0
- package/dist/overlay/Modal/useModalPosition.d.ts +10 -0
- package/dist/overlay/index.d.ts +2 -0
- package/llms-instructions/guidelines/HintModal.guidelines.md +1 -0
- package/package.json +8 -7
package/dist/index.css
CHANGED
|
@@ -1585,12 +1585,26 @@ h5._i2LHD {
|
|
|
1585
1585
|
background: linear-gradient(0deg, var(--color-hover-darken) 0%, var(--color-hover-darken) 100%), var(--color-surface-container);
|
|
1586
1586
|
}
|
|
1587
1587
|
._ISJ4M {
|
|
1588
|
+
width: 100%;
|
|
1589
|
+
box-sizing: border-box;
|
|
1590
|
+
padding: 8px 12px;
|
|
1591
|
+
display: flex;
|
|
1592
|
+
align-items: center;
|
|
1593
|
+
text-transform: uppercase;
|
|
1594
|
+
color: var(--color-surface-on-color-subtle);
|
|
1595
|
+
font-family: var(--font-family-primary);
|
|
1596
|
+
font-size: var(--font-caption-size);
|
|
1597
|
+
line-height: var(--font-caption-height);
|
|
1598
|
+
font-weight: var(--font-caption-weight);
|
|
1599
|
+
font-weight: var(--font-caption-weight-bold);
|
|
1600
|
+
}
|
|
1601
|
+
._GlMQ1 {
|
|
1588
1602
|
width: 100%;
|
|
1589
1603
|
height: 16px;
|
|
1590
1604
|
display: flex;
|
|
1591
1605
|
align-items: center;
|
|
1592
1606
|
}
|
|
1593
|
-
.
|
|
1607
|
+
._GlMQ1::after {
|
|
1594
1608
|
content: "";
|
|
1595
1609
|
display: block;
|
|
1596
1610
|
width: 100%;
|
|
@@ -2017,6 +2031,48 @@ h5._i2LHD {
|
|
|
2017
2031
|
._ZTY3B {
|
|
2018
2032
|
opacity: 0;
|
|
2019
2033
|
}
|
|
2034
|
+
|
|
2035
|
+
._6SSP8 {
|
|
2036
|
+
background-color: transparent;
|
|
2037
|
+
pointer-events: none;
|
|
2038
|
+
}
|
|
2039
|
+
|
|
2040
|
+
._5rHXj {
|
|
2041
|
+
background: transparent;
|
|
2042
|
+
border: none;
|
|
2043
|
+
box-shadow: none;
|
|
2044
|
+
padding: 0;
|
|
2045
|
+
min-height: unset;
|
|
2046
|
+
overflow: visible;
|
|
2047
|
+
pointer-events: none;
|
|
2048
|
+
position: fixed;
|
|
2049
|
+
}
|
|
2050
|
+
|
|
2051
|
+
._cq2CU {
|
|
2052
|
+
background: var(--color-surface-color);
|
|
2053
|
+
overflow: auto;
|
|
2054
|
+
outline: none;
|
|
2055
|
+
padding: 32px 24px;
|
|
2056
|
+
box-shadow: 0 0 12px -3px var(--color-shadow-overlay);
|
|
2057
|
+
display: flex;
|
|
2058
|
+
flex-direction: column;
|
|
2059
|
+
box-sizing: border-box;
|
|
2060
|
+
min-height: 266px;
|
|
2061
|
+
pointer-events: all;
|
|
2062
|
+
}
|
|
2063
|
+
._cq2CU > form {
|
|
2064
|
+
display: contents;
|
|
2065
|
+
}
|
|
2066
|
+
|
|
2067
|
+
.modal-drag-handle {
|
|
2068
|
+
cursor: grab;
|
|
2069
|
+
-webkit-user-select: none;
|
|
2070
|
+
-moz-user-select: none;
|
|
2071
|
+
user-select: none;
|
|
2072
|
+
}
|
|
2073
|
+
.modal-drag-handle:active {
|
|
2074
|
+
cursor: grabbing;
|
|
2075
|
+
}
|
|
2020
2076
|
._tgpG9 {
|
|
2021
2077
|
font-family: var(--font-family-primary);
|
|
2022
2078
|
font-size: var(--font-section-title-size);
|
|
@@ -6572,7 +6628,7 @@ input._TEU6N {
|
|
|
6572
6628
|
padding-top: 20px;
|
|
6573
6629
|
padding-bottom: 20px;
|
|
6574
6630
|
padding-left: 0px;
|
|
6575
|
-
padding-right:
|
|
6631
|
+
padding-right: 0px;
|
|
6576
6632
|
}
|
|
6577
6633
|
._DVRRE {
|
|
6578
6634
|
display: none;
|