silvery 0.17.2 → 0.17.3
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/devtools-DS9NseGT.mjs +2 -0
- package/dist/{devtools-CscuKaDK.mjs → devtools-owvUPfBi.mjs} +2 -2
- package/dist/{devtools-CscuKaDK.mjs.map → devtools-owvUPfBi.mjs.map} +1 -1
- package/dist/index.mjs +9 -9
- package/dist/{pipeline-DDOPrjuY.mjs → pipeline-BmfaZb1O.mjs} +2 -2
- package/dist/{pipeline-DDOPrjuY.mjs.map → pipeline-BmfaZb1O.mjs.map} +1 -1
- package/dist/{reconciler-2lp5VXK7.mjs → reconciler-B-NaZvbO.mjs} +2 -2
- package/dist/{reconciler-2lp5VXK7.mjs.map → reconciler-B-NaZvbO.mjs.map} +1 -1
- package/dist/{render-string-BXvxTg5P.mjs → render-string-Bvh1XzBv.mjs} +3 -3
- package/dist/{render-string-BXvxTg5P.mjs.map → render-string-Bvh1XzBv.mjs.map} +1 -1
- package/dist/{render-string-hvfpVtoP.mjs → render-string-CZKpuKXo.mjs} +1 -1
- package/dist/{runtime-BjDHNTxJ.mjs → runtime-PH2xY1DM.mjs} +3 -3
- package/dist/{runtime-BjDHNTxJ.mjs.map → runtime-PH2xY1DM.mjs.map} +1 -1
- package/dist/runtime.mjs +2 -2
- package/package.json +3 -3
- package/dist/devtools-D4oGc6LY.mjs +0 -2
|
@@ -3191,7 +3191,7 @@ function graphemeCount(text) {
|
|
|
3191
3191
|
*/
|
|
3192
3192
|
const TEXT_PRESENTATION_EMOJI_REGEX = /^\p{Extended_Pictographic}$/u;
|
|
3193
3193
|
const EMOJI_PRESENTATION_REGEX = /^\p{Emoji_Presentation}$/u;
|
|
3194
|
-
const RGI_EMOJI_REGEX =
|
|
3194
|
+
const RGI_EMOJI_REGEX = /* @__PURE__ */ new RegExp("^\\p{RGI_Emoji}$", "v");
|
|
3195
3195
|
/**
|
|
3196
3196
|
* Cache for isTextPresentationEmoji results.
|
|
3197
3197
|
* Maps first code point to boolean.
|
|
@@ -16503,4 +16503,4 @@ function getContainerRoot(container) {
|
|
|
16503
16503
|
//#endregion
|
|
16504
16504
|
export { isLikelyEmoji as $, enableBracketedPaste as A, bufferToStyledText as At, createMeasurer as B, keyToAnsi as Bt, createTermProvider as C, detectTextSizingSupport as Ct, PASTE_END as D, textSized as Dt, parseFocusEvent as E, isTextSizingLikelySupported as Et, outputPhase as F, createMutableCell as Ft, getActiveLineHeight as G, parseHotkey as Gt, displayWidth as H, keyToModifiers as Ht, setOutputCaps as I, createTextFrame as It, graphemeWidth as J, splitRawInput$1 as Jt, getFirstCodePoint as K, parseKey as Kt, IncrementalRenderMismatchError as L, init_buffer as Lt, isMouseSequence as M, buffer_exports as Mt, parseMouseSequence as N, cellEquals as Nt, PASTE_START as O, DEFAULT_BG as Ot, createOutputPhase as P, colorEquals as Pt, isCJK as Q, canBreakAnywhere as R, emptyKey as Rt, createTerm as S, writeTextTruncated as St, enableFocusReporting as T, isPrivateUseArea as Tt, displayWidthAnsi as U, keyToName as Ut, createWidthMeasurer as V, keyToKittyAnsi as Vt, ensureEmojiPresentation as W, matchHotkey as Wt, hasWideCharacters as X, hasAnsi as Y, hasZeroWidthCharacters as Z, isCurrentEpoch as _, truncateAnsi as _t, hostConfig as a, normalizeText as at, createOutputGuard as b, writeLinesToBuffer as bt, clearDirtyTracking as c, runWithMeasurer as ct, hasScrollDirty as d, sliceByWidth as dt, isTextSizingEnabled as et, measureStats as f, sliceByWidthFromEnd as ft, isAnyDirty as g, stripAnsi$1 as gt, getRenderEpoch as h, splitGraphemesAnsiAware as ht, reconciler as i, measureText as it, parseBracketedPaste as j, bufferToText as jt, disableBracketedPaste as k, TerminalBuffer as kt, clearLayoutDirtyTracking as l, setTextEmojiWide as lt, advanceRenderEpoch as m, splitGraphemes as mt, createFiberRoot as n, isWordBoundary as nt, runWithDiscreteEvent as o, padText as ot, collectPlainText as p, sliceByWidthRange as pt, graphemeCount as q, parseKeypress as qt, getContainerRoot as r, isZeroWidthGrapheme as rt, setOnNodeRemoved as s, parseAnsiText as st, createContainer as t, isWideGrapheme as tt, hasLayoutDirty as u, setTextSizingEnabled as ut, isDirty as v, truncateText as vt, disableFocusReporting as w, getCachedProbeResult as wt, patchConsole as x, writeTextToBuffer as xt, term as y, wrapText as yt, constrainText as z, isModifierOnlyEvent as zt };
|
|
16505
16505
|
|
|
16506
|
-
//# sourceMappingURL=reconciler-
|
|
16506
|
+
//# sourceMappingURL=reconciler-B-NaZvbO.mjs.map
|