@daisychainapp/maily-to-core 0.4.4 → 0.4.5
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/blocks/index.cjs +12 -0
- package/dist/blocks/index.cjs.map +1 -1
- package/dist/blocks/index.mjs +12 -0
- package/dist/blocks/index.mjs.map +1 -1
- package/dist/extensions/index.cjs +2945 -2950
- package/dist/extensions/index.cjs.map +1 -1
- package/dist/extensions/index.d.cts +6 -3
- package/dist/extensions/index.d.ts +6 -3
- package/dist/extensions/index.mjs +3023 -3029
- package/dist/extensions/index.mjs.map +1 -1
- package/dist/index.cjs +1205 -1145
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +161 -3
- package/dist/index.css.map +1 -1
- package/dist/index.mjs +879 -819
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2038,9 +2038,124 @@
|
|
|
2038
2038
|
padding: 2px 6px !important;
|
|
2039
2039
|
border-radius: 4px !important;
|
|
2040
2040
|
}
|
|
2041
|
-
.menu-
|
|
2041
|
+
.menu-surface {
|
|
2042
|
+
padding: 2px !important;
|
|
2043
|
+
}
|
|
2044
|
+
.menu-inline-gap {
|
|
2045
|
+
column-gap: 2px !important;
|
|
2046
|
+
row-gap: 2px !important;
|
|
2047
|
+
}
|
|
2048
|
+
.button-menu-surface {
|
|
2049
|
+
padding: 2px !important;
|
|
2050
|
+
}
|
|
2051
|
+
.image-menu-surface {
|
|
2052
|
+
padding: 2px !important;
|
|
2053
|
+
}
|
|
2054
|
+
.menu-select-wrap {
|
|
2055
|
+
height: 28px !important;
|
|
2056
|
+
}
|
|
2057
|
+
.menu-select-control {
|
|
2058
|
+
height: 28px !important;
|
|
2059
|
+
font-size: 14px !important;
|
|
2060
|
+
box-sizing: border-box !important;
|
|
2061
|
+
line-height: 20px !important;
|
|
2062
|
+
padding-top: 3px !important;
|
|
2063
|
+
padding-bottom: 3px !important;
|
|
2064
|
+
}
|
|
2065
|
+
.image-size-control {
|
|
2066
|
+
height: 28px !important;
|
|
2067
|
+
border-radius: 6px !important;
|
|
2068
|
+
}
|
|
2069
|
+
.image-size-input {
|
|
2070
|
+
height: 28px !important;
|
|
2071
|
+
padding-top: 0 !important;
|
|
2072
|
+
padding-bottom: 0 !important;
|
|
2073
|
+
}
|
|
2074
|
+
.menu-option:hover,
|
|
2075
|
+
.menu-option:focus-visible {
|
|
2076
|
+
background-color: #f4f5f6 !important;
|
|
2077
|
+
color: #111827 !important;
|
|
2078
|
+
border-radius: 6px !important;
|
|
2079
|
+
}
|
|
2080
|
+
.menu-active-option,
|
|
2081
|
+
.menu-active-option:hover,
|
|
2082
|
+
.menu-active-option:focus-visible {
|
|
2042
2083
|
background-color: #f4f5f6 !important;
|
|
2043
2084
|
color: #111827 !important;
|
|
2085
|
+
border-radius: 6px !important;
|
|
2086
|
+
}
|
|
2087
|
+
.menu-action-item:hover,
|
|
2088
|
+
.menu-action-item:focus-visible {
|
|
2089
|
+
background-color: #f4f5f6 !important;
|
|
2090
|
+
}
|
|
2091
|
+
.menu-action-item {
|
|
2092
|
+
padding-top: 4px !important;
|
|
2093
|
+
padding-bottom: 4px !important;
|
|
2094
|
+
}
|
|
2095
|
+
.menu-action-item-danger:hover,
|
|
2096
|
+
.menu-action-item-danger:focus-visible {
|
|
2097
|
+
background-color: #fecaca !important;
|
|
2098
|
+
}
|
|
2099
|
+
.menu-icon-button:hover,
|
|
2100
|
+
.menu-icon-button:focus-visible {
|
|
2101
|
+
background-color: #f4f5f6 !important;
|
|
2102
|
+
color: #111827 !important;
|
|
2103
|
+
border-radius: 6px !important;
|
|
2104
|
+
}
|
|
2105
|
+
.menu-actions-surface {
|
|
2106
|
+
padding: 2px !important;
|
|
2107
|
+
}
|
|
2108
|
+
.menu-content-actions-offset {
|
|
2109
|
+
transform: translateX(-6px) !important;
|
|
2110
|
+
}
|
|
2111
|
+
.menu-dropdown-surface {
|
|
2112
|
+
padding: 2px !important;
|
|
2113
|
+
border: 1px solid #e5e7eb !important;
|
|
2114
|
+
border-radius: 8px !important;
|
|
2115
|
+
background-color: #ffffff !important;
|
|
2116
|
+
}
|
|
2117
|
+
.menu-dropdown-option {
|
|
2118
|
+
padding-top: 4px !important;
|
|
2119
|
+
padding-bottom: 4px !important;
|
|
2120
|
+
margin-block: 1px !important;
|
|
2121
|
+
}
|
|
2122
|
+
.menu-dropdown-category {
|
|
2123
|
+
padding-top: 2px !important;
|
|
2124
|
+
padding-bottom: 2px !important;
|
|
2125
|
+
}
|
|
2126
|
+
.menu-actions-divider {
|
|
2127
|
+
margin-block: 2px !important;
|
|
2128
|
+
height: 1px !important;
|
|
2129
|
+
flex-shrink: 0 !important;
|
|
2130
|
+
background-color: #e5e7eb !important;
|
|
2131
|
+
}
|
|
2132
|
+
.menu-color-popover {
|
|
2133
|
+
padding: 0 !important;
|
|
2134
|
+
border: 0 !important;
|
|
2135
|
+
background: transparent !important;
|
|
2136
|
+
box-shadow: none !important;
|
|
2137
|
+
}
|
|
2138
|
+
.menu-color-panel {
|
|
2139
|
+
min-width: 260px !important;
|
|
2140
|
+
border: 1px solid #e5e7eb !important;
|
|
2141
|
+
border-radius: 12px !important;
|
|
2142
|
+
background-color: #ffffff !important;
|
|
2143
|
+
padding: 12px !important;
|
|
2144
|
+
}
|
|
2145
|
+
.menu-color-hex-input {
|
|
2146
|
+
margin-top: 10px !important;
|
|
2147
|
+
width: 100% !important;
|
|
2148
|
+
min-width: 0 !important;
|
|
2149
|
+
border: 1px solid #e5e7eb !important;
|
|
2150
|
+
border-radius: 8px !important;
|
|
2151
|
+
background-color: #ffffff !important;
|
|
2152
|
+
padding: 6px 8px !important;
|
|
2153
|
+
font-size: 14px !important;
|
|
2154
|
+
box-shadow: none !important;
|
|
2155
|
+
}
|
|
2156
|
+
.menu-color-hex-input:focus-visible {
|
|
2157
|
+
outline: none !important;
|
|
2158
|
+
border-color: #9ca3af !important;
|
|
2044
2159
|
}
|
|
2045
2160
|
#mly-editor {
|
|
2046
2161
|
.mly-html-code-pre {
|
|
@@ -2101,6 +2216,17 @@
|
|
|
2101
2216
|
font-size: 15px;
|
|
2102
2217
|
margin-bottom: 20px;
|
|
2103
2218
|
}
|
|
2219
|
+
blockquote:not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2220
|
+
border-left: 4px solid #d1d5db !important;
|
|
2221
|
+
padding-left: 16px !important;
|
|
2222
|
+
margin-top: 16px !important;
|
|
2223
|
+
margin-right: 0 !important;
|
|
2224
|
+
margin-bottom: 16px !important;
|
|
2225
|
+
margin-left: 0 !important;
|
|
2226
|
+
}
|
|
2227
|
+
blockquote > p:not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2228
|
+
margin-bottom: 0 !important;
|
|
2229
|
+
}
|
|
2104
2230
|
:where(h1, h2, h3, hr, table) + p:not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2105
2231
|
margin-top: 0;
|
|
2106
2232
|
}
|
|
@@ -2126,8 +2252,40 @@
|
|
|
2126
2252
|
margin-top: 0;
|
|
2127
2253
|
margin-bottom: 32px;
|
|
2128
2254
|
}
|
|
2129
|
-
|
|
2130
|
-
|
|
2255
|
+
.mly-divider-node:not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2256
|
+
position: relative;
|
|
2257
|
+
display: block;
|
|
2258
|
+
width: 100%;
|
|
2259
|
+
height: 32px !important;
|
|
2260
|
+
margin: 0 !important;
|
|
2261
|
+
padding: 0 !important;
|
|
2262
|
+
border: 0 !important;
|
|
2263
|
+
background: transparent !important;
|
|
2264
|
+
}
|
|
2265
|
+
.mly-divider-node:not(:where([class~=not-prose], [class~=not-prose] *))::after {
|
|
2266
|
+
content: "";
|
|
2267
|
+
position: absolute;
|
|
2268
|
+
left: 0;
|
|
2269
|
+
right: 0;
|
|
2270
|
+
top: 50%;
|
|
2271
|
+
transform: translateY(-50%);
|
|
2272
|
+
border-top: 1px solid #d1d5db;
|
|
2273
|
+
pointer-events: none;
|
|
2274
|
+
}
|
|
2275
|
+
.mly-divider-node[data-size="4"]:not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2276
|
+
height: 4px !important;
|
|
2277
|
+
}
|
|
2278
|
+
.mly-divider-node[data-size="8"]:not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2279
|
+
height: 8px !important;
|
|
2280
|
+
}
|
|
2281
|
+
.mly-divider-node[data-size="16"]:not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2282
|
+
height: 16px !important;
|
|
2283
|
+
}
|
|
2284
|
+
.mly-divider-node[data-size="32"]:not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2285
|
+
height: 32px !important;
|
|
2286
|
+
}
|
|
2287
|
+
.mly-divider-node[data-size="64"]:not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2288
|
+
height: 64px !important;
|
|
2131
2289
|
}
|
|
2132
2290
|
.footer:not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2133
2291
|
display: block;
|