made-refine 0.2.11 → 0.2.13

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.
@@ -535,4 +535,4 @@ declare function getExportContentProfile(edits: SessionEdit[], comments: Comment
535
535
  declare function buildExportInstruction(profile: ExportContentProfile): string;
536
536
  declare function buildSessionExport(edits: SessionEdit[], comments?: Comment[], options?: SessionExportOptions): string;
537
537
 
538
- export { elementFromPointWithoutOverlays as $, type ActiveTool as A, type BorderRadiusPropertyKey as B, type CSSPropertyValue as C, type DragState as D, type ElementInfo as E, type FlexPropertyKey as F, type Guideline as G, type MeasurementState as H, type SizingChangePhase as I, type SizingMode as J, type SizingProperties as K, type SpacingProperties as L, type MeasurementLine as M, type UndoEntry as N, type UndoMoveEntry as O, type UndoSelectionEntry as P, buildCommentExport as Q, type ReactComponentFrame as R, type SelectElementOptions as S, type TypographyPropertyKey as T, type UndoEditEntry as U, buildSessionExport as V, calculateDropPosition as W, calculateElementMeasurements as X, calculateGuidelineMeasurements as Y, calculateParentMeasurements as Z, colorToTailwind as _, type DropIndicator as a, findContainerAtPoint as a0, findLayoutContainerAtPoint as a1, formatPropertyValue as a2, getComputedBorderStyles as a3, getComputedBoxShadow as a4, getComputedColorStyles as a5, getComputedStyles as a6, getDimensionDisplay as a7, getElementInfo as a8, getElementLocator as a9, findTextOwnerAtPoint as aA, findTextOwnerByRangeScan as aB, flexPropertyToCSSMap as aC, getAllComputedStyles as aD, getChildBriefInfo as aE, getComputedSizing as aF, getComputedTypography as aG, getContextOnlyBlocks as aH, getElementDisplayName as aI, getElementSource as aJ, getExportContentProfile as aK, getMoveIntentForEdit as aL, getOriginalInlineStyles as aM, getSelectionColors as aN, getSizingValue as aO, hasSessionEditChanges as aP, isInFlowChild as aQ, isInputFocused as aR, isTextElement as aS, partitionMultiSelectedEdits as aT, propertyToCSSMap as aU, resolveElementTarget as aV, sizingPropertyToCSSMap as aW, sizingToTailwind as aX, sizingValueToCSS as aY, typographyPropertyToCSSMap as aZ, getFlexDirection as aa, isFlexContainer as ab, isLayoutContainer as ac, parseColorValue as ad, parsePropertyValue as ae, stylesToTailwind as af, type AllComputedStyles as ag, type MovePlanContext as ah, ORIGINAL_STYLE_PROPS as ai, borderPropertyToCSSMap as aj, borderRadiusPropertyToCSSMap as ak, buildEditExport as al, buildElementContext as am, buildExportInstruction as an, buildMovePlan as ao, buildMovePlanContext as ap, clamp as aq, collapseExportShorthands as ar, collapseSpacingShorthands as as, colorPropertyToCSSMap as at, computeHoverHighlight as au, computeIntendedIndex as av, detectChildrenDirection as aw, detectSizingMode as ax, ensureDirectTextSpanAtPoint as ay, findChildAtPoint as az, type SelectElementsOptions as b, type SpacingPropertyKey as c, type BorderPropertyKey as d, type BorderProperties as e, type SizingPropertyKey as f, type SizingValue as g, type SizingChangeOptions as h, type ColorPropertyKey as i, type ColorValue as j, type Theme as k, type BorderStyleControlPreference as l, type DirectEditState as m, type SessionEdit as n, type SessionItem as o, type CanvasElementKind as p, type TypographyProperties as q, type Comment as r, type BorderRadiusProperties as s, type BorderStyle as t, type ColorProperties as u, type CommentReply as v, type DomSourceLocation as w, type DropTarget as x, type ElementLocator as y, type FlexProperties as z };
538
+ export { elementFromPointWithoutOverlays as $, type ActiveTool as A, type BorderRadiusPropertyKey as B, type CSSPropertyValue as C, type DragState as D, type ElementInfo as E, type FlexPropertyKey as F, type Guideline as G, type MeasurementState as H, type SizingChangePhase as I, type SizingMode as J, type SizingProperties as K, type SpacingProperties as L, type MeasurementLine as M, type UndoEntry as N, type UndoMoveEntry as O, type UndoSelectionEntry as P, buildCommentExport as Q, type ReactComponentFrame as R, type SelectElementOptions as S, type TypographyPropertyKey as T, type UndoEditEntry as U, buildSessionExport as V, calculateDropPosition as W, calculateElementMeasurements as X, calculateGuidelineMeasurements as Y, calculateParentMeasurements as Z, colorToTailwind as _, type DropIndicator as a, findContainerAtPoint as a0, findLayoutContainerAtPoint as a1, formatPropertyValue as a2, getComputedBorderStyles as a3, getComputedBoxShadow as a4, getComputedColorStyles as a5, getComputedStyles as a6, getDimensionDisplay as a7, getElementInfo as a8, getElementLocator as a9, findChildAtPoint as aA, findTextOwnerAtPoint as aB, findTextOwnerByRangeScan as aC, flexPropertyToCSSMap as aD, getAllComputedStyles as aE, getChildBriefInfo as aF, getComputedSizing as aG, getComputedTypography as aH, getContextOnlyBlocks as aI, getElementDisplayName as aJ, getElementSource as aK, getExportContentProfile as aL, getMoveIntentForEdit as aM, getOriginalInlineStyles as aN, getSelectionColors as aO, getSizingValue as aP, hasSessionEditChanges as aQ, isInFlowChild as aR, isInputFocused as aS, isTextElement as aT, partitionMultiSelectedEdits as aU, propertyToCSSMap as aV, resolveElementTarget as aW, sizingPropertyToCSSMap as aX, sizingToTailwind as aY, sizingValueToCSS as aZ, typographyPropertyToCSSMap as a_, getFlexDirection as aa, isFlexContainer as ab, isLayoutContainer as ac, parseColorValue as ad, parsePropertyValue as ae, stylesToTailwind as af, type AllComputedStyles as ag, type ExportContentProfile as ah, type MovePlanContext as ai, ORIGINAL_STYLE_PROPS as aj, borderPropertyToCSSMap as ak, borderRadiusPropertyToCSSMap as al, buildEditExport as am, buildElementContext as an, buildExportInstruction as ao, buildMovePlan as ap, buildMovePlanContext as aq, clamp as ar, collapseExportShorthands as as, collapseSpacingShorthands as at, colorPropertyToCSSMap as au, computeHoverHighlight as av, computeIntendedIndex as aw, detectChildrenDirection as ax, detectSizingMode as ay, ensureDirectTextSpanAtPoint as az, type SelectElementsOptions as b, type SpacingPropertyKey as c, type BorderPropertyKey as d, type BorderProperties as e, type SizingPropertyKey as f, type SizingValue as g, type SizingChangeOptions as h, type ColorPropertyKey as i, type ColorValue as j, type Theme as k, type BorderStyleControlPreference as l, type DirectEditState as m, type SessionEdit as n, type SessionItem as o, type CanvasElementKind as p, type TypographyProperties as q, type Comment as r, type BorderRadiusProperties as s, type BorderStyle as t, type ColorProperties as u, type CommentReply as v, type DomSourceLocation as w, type DropTarget as x, type ElementLocator as y, type FlexProperties as z };
@@ -535,4 +535,4 @@ declare function getExportContentProfile(edits: SessionEdit[], comments: Comment
535
535
  declare function buildExportInstruction(profile: ExportContentProfile): string;
536
536
  declare function buildSessionExport(edits: SessionEdit[], comments?: Comment[], options?: SessionExportOptions): string;
537
537
 
538
- export { elementFromPointWithoutOverlays as $, type ActiveTool as A, type BorderRadiusPropertyKey as B, type CSSPropertyValue as C, type DragState as D, type ElementInfo as E, type FlexPropertyKey as F, type Guideline as G, type MeasurementState as H, type SizingChangePhase as I, type SizingMode as J, type SizingProperties as K, type SpacingProperties as L, type MeasurementLine as M, type UndoEntry as N, type UndoMoveEntry as O, type UndoSelectionEntry as P, buildCommentExport as Q, type ReactComponentFrame as R, type SelectElementOptions as S, type TypographyPropertyKey as T, type UndoEditEntry as U, buildSessionExport as V, calculateDropPosition as W, calculateElementMeasurements as X, calculateGuidelineMeasurements as Y, calculateParentMeasurements as Z, colorToTailwind as _, type DropIndicator as a, findContainerAtPoint as a0, findLayoutContainerAtPoint as a1, formatPropertyValue as a2, getComputedBorderStyles as a3, getComputedBoxShadow as a4, getComputedColorStyles as a5, getComputedStyles as a6, getDimensionDisplay as a7, getElementInfo as a8, getElementLocator as a9, findTextOwnerAtPoint as aA, findTextOwnerByRangeScan as aB, flexPropertyToCSSMap as aC, getAllComputedStyles as aD, getChildBriefInfo as aE, getComputedSizing as aF, getComputedTypography as aG, getContextOnlyBlocks as aH, getElementDisplayName as aI, getElementSource as aJ, getExportContentProfile as aK, getMoveIntentForEdit as aL, getOriginalInlineStyles as aM, getSelectionColors as aN, getSizingValue as aO, hasSessionEditChanges as aP, isInFlowChild as aQ, isInputFocused as aR, isTextElement as aS, partitionMultiSelectedEdits as aT, propertyToCSSMap as aU, resolveElementTarget as aV, sizingPropertyToCSSMap as aW, sizingToTailwind as aX, sizingValueToCSS as aY, typographyPropertyToCSSMap as aZ, getFlexDirection as aa, isFlexContainer as ab, isLayoutContainer as ac, parseColorValue as ad, parsePropertyValue as ae, stylesToTailwind as af, type AllComputedStyles as ag, type MovePlanContext as ah, ORIGINAL_STYLE_PROPS as ai, borderPropertyToCSSMap as aj, borderRadiusPropertyToCSSMap as ak, buildEditExport as al, buildElementContext as am, buildExportInstruction as an, buildMovePlan as ao, buildMovePlanContext as ap, clamp as aq, collapseExportShorthands as ar, collapseSpacingShorthands as as, colorPropertyToCSSMap as at, computeHoverHighlight as au, computeIntendedIndex as av, detectChildrenDirection as aw, detectSizingMode as ax, ensureDirectTextSpanAtPoint as ay, findChildAtPoint as az, type SelectElementsOptions as b, type SpacingPropertyKey as c, type BorderPropertyKey as d, type BorderProperties as e, type SizingPropertyKey as f, type SizingValue as g, type SizingChangeOptions as h, type ColorPropertyKey as i, type ColorValue as j, type Theme as k, type BorderStyleControlPreference as l, type DirectEditState as m, type SessionEdit as n, type SessionItem as o, type CanvasElementKind as p, type TypographyProperties as q, type Comment as r, type BorderRadiusProperties as s, type BorderStyle as t, type ColorProperties as u, type CommentReply as v, type DomSourceLocation as w, type DropTarget as x, type ElementLocator as y, type FlexProperties as z };
538
+ export { elementFromPointWithoutOverlays as $, type ActiveTool as A, type BorderRadiusPropertyKey as B, type CSSPropertyValue as C, type DragState as D, type ElementInfo as E, type FlexPropertyKey as F, type Guideline as G, type MeasurementState as H, type SizingChangePhase as I, type SizingMode as J, type SizingProperties as K, type SpacingProperties as L, type MeasurementLine as M, type UndoEntry as N, type UndoMoveEntry as O, type UndoSelectionEntry as P, buildCommentExport as Q, type ReactComponentFrame as R, type SelectElementOptions as S, type TypographyPropertyKey as T, type UndoEditEntry as U, buildSessionExport as V, calculateDropPosition as W, calculateElementMeasurements as X, calculateGuidelineMeasurements as Y, calculateParentMeasurements as Z, colorToTailwind as _, type DropIndicator as a, findContainerAtPoint as a0, findLayoutContainerAtPoint as a1, formatPropertyValue as a2, getComputedBorderStyles as a3, getComputedBoxShadow as a4, getComputedColorStyles as a5, getComputedStyles as a6, getDimensionDisplay as a7, getElementInfo as a8, getElementLocator as a9, findChildAtPoint as aA, findTextOwnerAtPoint as aB, findTextOwnerByRangeScan as aC, flexPropertyToCSSMap as aD, getAllComputedStyles as aE, getChildBriefInfo as aF, getComputedSizing as aG, getComputedTypography as aH, getContextOnlyBlocks as aI, getElementDisplayName as aJ, getElementSource as aK, getExportContentProfile as aL, getMoveIntentForEdit as aM, getOriginalInlineStyles as aN, getSelectionColors as aO, getSizingValue as aP, hasSessionEditChanges as aQ, isInFlowChild as aR, isInputFocused as aS, isTextElement as aT, partitionMultiSelectedEdits as aU, propertyToCSSMap as aV, resolveElementTarget as aW, sizingPropertyToCSSMap as aX, sizingToTailwind as aY, sizingValueToCSS as aZ, typographyPropertyToCSSMap as a_, getFlexDirection as aa, isFlexContainer as ab, isLayoutContainer as ac, parseColorValue as ad, parsePropertyValue as ae, stylesToTailwind as af, type AllComputedStyles as ag, type ExportContentProfile as ah, type MovePlanContext as ai, ORIGINAL_STYLE_PROPS as aj, borderPropertyToCSSMap as ak, borderRadiusPropertyToCSSMap as al, buildEditExport as am, buildElementContext as an, buildExportInstruction as ao, buildMovePlan as ap, buildMovePlanContext as aq, clamp as ar, collapseExportShorthands as as, collapseSpacingShorthands as at, colorPropertyToCSSMap as au, computeHoverHighlight as av, computeIntendedIndex as aw, detectChildrenDirection as ax, detectSizingMode as ay, ensureDirectTextSpanAtPoint as az, type SelectElementsOptions as b, type SpacingPropertyKey as c, type BorderPropertyKey as d, type BorderProperties as e, type SizingPropertyKey as f, type SizingValue as g, type SizingChangeOptions as h, type ColorPropertyKey as i, type ColorValue as j, type Theme as k, type BorderStyleControlPreference as l, type DirectEditState as m, type SessionEdit as n, type SessionItem as o, type CanvasElementKind as p, type TypographyProperties as q, type Comment as r, type BorderRadiusProperties as s, type BorderStyle as t, type ColorProperties as u, type CommentReply as v, type DomSourceLocation as w, type DropTarget as x, type ElementLocator as y, type FlexProperties as z };
package/dist/utils.d.mts CHANGED
@@ -1 +1 @@
1
- export { ag as AllComputedStyles, e as BorderProperties, d as BorderPropertyKey, s as BorderRadiusProperties, B as BorderRadiusPropertyKey, t as BorderStyle, C as CSSPropertyValue, u as ColorProperties, i as ColorPropertyKey, j as ColorValue, m as DirectEditState, D as DragState, a as DropIndicator, x as DropTarget, E as ElementInfo, y as ElementLocator, z as FlexProperties, F as FlexPropertyKey, M as MeasurementLine, H as MeasurementState, ah as MovePlanContext, ai as ORIGINAL_STYLE_PROPS, R as ReactComponentFrame, J as SizingMode, K as SizingProperties, f as SizingPropertyKey, g as SizingValue, L as SpacingProperties, c as SpacingPropertyKey, q as TypographyProperties, T as TypographyPropertyKey, aj as borderPropertyToCSSMap, ak as borderRadiusPropertyToCSSMap, Q as buildCommentExport, al as buildEditExport, am as buildElementContext, an as buildExportInstruction, ao as buildMovePlan, ap as buildMovePlanContext, V as buildSessionExport, W as calculateDropPosition, X as calculateElementMeasurements, Y as calculateGuidelineMeasurements, Z as calculateParentMeasurements, aq as clamp, ar as collapseExportShorthands, as as collapseSpacingShorthands, at as colorPropertyToCSSMap, _ as colorToTailwind, au as computeHoverHighlight, av as computeIntendedIndex, aw as detectChildrenDirection, ax as detectSizingMode, $ as elementFromPointWithoutOverlays, ay as ensureDirectTextSpanAtPoint, az as findChildAtPoint, a0 as findContainerAtPoint, a1 as findLayoutContainerAtPoint, aA as findTextOwnerAtPoint, aB as findTextOwnerByRangeScan, aC as flexPropertyToCSSMap, a2 as formatPropertyValue, aD as getAllComputedStyles, aE as getChildBriefInfo, a3 as getComputedBorderStyles, a4 as getComputedBoxShadow, a5 as getComputedColorStyles, aF as getComputedSizing, a6 as getComputedStyles, aG as getComputedTypography, aH as getContextOnlyBlocks, a7 as getDimensionDisplay, aI as getElementDisplayName, a8 as getElementInfo, a9 as getElementLocator, aJ as getElementSource, aK as getExportContentProfile, aa as getFlexDirection, aL as getMoveIntentForEdit, aM as getOriginalInlineStyles, aN as getSelectionColors, aO as getSizingValue, aP as hasSessionEditChanges, ab as isFlexContainer, aQ as isInFlowChild, aR as isInputFocused, ac as isLayoutContainer, aS as isTextElement, ad as parseColorValue, ae as parsePropertyValue, aT as partitionMultiSelectedEdits, aU as propertyToCSSMap, aV as resolveElementTarget, aW as sizingPropertyToCSSMap, aX as sizingToTailwind, aY as sizingValueToCSS, af as stylesToTailwind, aZ as typographyPropertyToCSSMap } from './utils-Dn_oW8f_.mjs';
1
+ export { ag as AllComputedStyles, e as BorderProperties, d as BorderPropertyKey, s as BorderRadiusProperties, B as BorderRadiusPropertyKey, t as BorderStyle, C as CSSPropertyValue, u as ColorProperties, i as ColorPropertyKey, j as ColorValue, m as DirectEditState, D as DragState, a as DropIndicator, x as DropTarget, E as ElementInfo, y as ElementLocator, ah as ExportContentProfile, z as FlexProperties, F as FlexPropertyKey, M as MeasurementLine, H as MeasurementState, ai as MovePlanContext, aj as ORIGINAL_STYLE_PROPS, R as ReactComponentFrame, J as SizingMode, K as SizingProperties, f as SizingPropertyKey, g as SizingValue, L as SpacingProperties, c as SpacingPropertyKey, q as TypographyProperties, T as TypographyPropertyKey, ak as borderPropertyToCSSMap, al as borderRadiusPropertyToCSSMap, Q as buildCommentExport, am as buildEditExport, an as buildElementContext, ao as buildExportInstruction, ap as buildMovePlan, aq as buildMovePlanContext, V as buildSessionExport, W as calculateDropPosition, X as calculateElementMeasurements, Y as calculateGuidelineMeasurements, Z as calculateParentMeasurements, ar as clamp, as as collapseExportShorthands, at as collapseSpacingShorthands, au as colorPropertyToCSSMap, _ as colorToTailwind, av as computeHoverHighlight, aw as computeIntendedIndex, ax as detectChildrenDirection, ay as detectSizingMode, $ as elementFromPointWithoutOverlays, az as ensureDirectTextSpanAtPoint, aA as findChildAtPoint, a0 as findContainerAtPoint, a1 as findLayoutContainerAtPoint, aB as findTextOwnerAtPoint, aC as findTextOwnerByRangeScan, aD as flexPropertyToCSSMap, a2 as formatPropertyValue, aE as getAllComputedStyles, aF as getChildBriefInfo, a3 as getComputedBorderStyles, a4 as getComputedBoxShadow, a5 as getComputedColorStyles, aG as getComputedSizing, a6 as getComputedStyles, aH as getComputedTypography, aI as getContextOnlyBlocks, a7 as getDimensionDisplay, aJ as getElementDisplayName, a8 as getElementInfo, a9 as getElementLocator, aK as getElementSource, aL as getExportContentProfile, aa as getFlexDirection, aM as getMoveIntentForEdit, aN as getOriginalInlineStyles, aO as getSelectionColors, aP as getSizingValue, aQ as hasSessionEditChanges, ab as isFlexContainer, aR as isInFlowChild, aS as isInputFocused, ac as isLayoutContainer, aT as isTextElement, ad as parseColorValue, ae as parsePropertyValue, aU as partitionMultiSelectedEdits, aV as propertyToCSSMap, aW as resolveElementTarget, aX as sizingPropertyToCSSMap, aY as sizingToTailwind, aZ as sizingValueToCSS, af as stylesToTailwind, a_ as typographyPropertyToCSSMap } from './utils-DvJ3xKrO.mjs';
package/dist/utils.d.ts CHANGED
@@ -1 +1 @@
1
- export { ag as AllComputedStyles, e as BorderProperties, d as BorderPropertyKey, s as BorderRadiusProperties, B as BorderRadiusPropertyKey, t as BorderStyle, C as CSSPropertyValue, u as ColorProperties, i as ColorPropertyKey, j as ColorValue, m as DirectEditState, D as DragState, a as DropIndicator, x as DropTarget, E as ElementInfo, y as ElementLocator, z as FlexProperties, F as FlexPropertyKey, M as MeasurementLine, H as MeasurementState, ah as MovePlanContext, ai as ORIGINAL_STYLE_PROPS, R as ReactComponentFrame, J as SizingMode, K as SizingProperties, f as SizingPropertyKey, g as SizingValue, L as SpacingProperties, c as SpacingPropertyKey, q as TypographyProperties, T as TypographyPropertyKey, aj as borderPropertyToCSSMap, ak as borderRadiusPropertyToCSSMap, Q as buildCommentExport, al as buildEditExport, am as buildElementContext, an as buildExportInstruction, ao as buildMovePlan, ap as buildMovePlanContext, V as buildSessionExport, W as calculateDropPosition, X as calculateElementMeasurements, Y as calculateGuidelineMeasurements, Z as calculateParentMeasurements, aq as clamp, ar as collapseExportShorthands, as as collapseSpacingShorthands, at as colorPropertyToCSSMap, _ as colorToTailwind, au as computeHoverHighlight, av as computeIntendedIndex, aw as detectChildrenDirection, ax as detectSizingMode, $ as elementFromPointWithoutOverlays, ay as ensureDirectTextSpanAtPoint, az as findChildAtPoint, a0 as findContainerAtPoint, a1 as findLayoutContainerAtPoint, aA as findTextOwnerAtPoint, aB as findTextOwnerByRangeScan, aC as flexPropertyToCSSMap, a2 as formatPropertyValue, aD as getAllComputedStyles, aE as getChildBriefInfo, a3 as getComputedBorderStyles, a4 as getComputedBoxShadow, a5 as getComputedColorStyles, aF as getComputedSizing, a6 as getComputedStyles, aG as getComputedTypography, aH as getContextOnlyBlocks, a7 as getDimensionDisplay, aI as getElementDisplayName, a8 as getElementInfo, a9 as getElementLocator, aJ as getElementSource, aK as getExportContentProfile, aa as getFlexDirection, aL as getMoveIntentForEdit, aM as getOriginalInlineStyles, aN as getSelectionColors, aO as getSizingValue, aP as hasSessionEditChanges, ab as isFlexContainer, aQ as isInFlowChild, aR as isInputFocused, ac as isLayoutContainer, aS as isTextElement, ad as parseColorValue, ae as parsePropertyValue, aT as partitionMultiSelectedEdits, aU as propertyToCSSMap, aV as resolveElementTarget, aW as sizingPropertyToCSSMap, aX as sizingToTailwind, aY as sizingValueToCSS, af as stylesToTailwind, aZ as typographyPropertyToCSSMap } from './utils-Dn_oW8f_.js';
1
+ export { ag as AllComputedStyles, e as BorderProperties, d as BorderPropertyKey, s as BorderRadiusProperties, B as BorderRadiusPropertyKey, t as BorderStyle, C as CSSPropertyValue, u as ColorProperties, i as ColorPropertyKey, j as ColorValue, m as DirectEditState, D as DragState, a as DropIndicator, x as DropTarget, E as ElementInfo, y as ElementLocator, ah as ExportContentProfile, z as FlexProperties, F as FlexPropertyKey, M as MeasurementLine, H as MeasurementState, ai as MovePlanContext, aj as ORIGINAL_STYLE_PROPS, R as ReactComponentFrame, J as SizingMode, K as SizingProperties, f as SizingPropertyKey, g as SizingValue, L as SpacingProperties, c as SpacingPropertyKey, q as TypographyProperties, T as TypographyPropertyKey, ak as borderPropertyToCSSMap, al as borderRadiusPropertyToCSSMap, Q as buildCommentExport, am as buildEditExport, an as buildElementContext, ao as buildExportInstruction, ap as buildMovePlan, aq as buildMovePlanContext, V as buildSessionExport, W as calculateDropPosition, X as calculateElementMeasurements, Y as calculateGuidelineMeasurements, Z as calculateParentMeasurements, ar as clamp, as as collapseExportShorthands, at as collapseSpacingShorthands, au as colorPropertyToCSSMap, _ as colorToTailwind, av as computeHoverHighlight, aw as computeIntendedIndex, ax as detectChildrenDirection, ay as detectSizingMode, $ as elementFromPointWithoutOverlays, az as ensureDirectTextSpanAtPoint, aA as findChildAtPoint, a0 as findContainerAtPoint, a1 as findLayoutContainerAtPoint, aB as findTextOwnerAtPoint, aC as findTextOwnerByRangeScan, aD as flexPropertyToCSSMap, a2 as formatPropertyValue, aE as getAllComputedStyles, aF as getChildBriefInfo, a3 as getComputedBorderStyles, a4 as getComputedBoxShadow, a5 as getComputedColorStyles, aG as getComputedSizing, a6 as getComputedStyles, aH as getComputedTypography, aI as getContextOnlyBlocks, a7 as getDimensionDisplay, aJ as getElementDisplayName, a8 as getElementInfo, a9 as getElementLocator, aK as getElementSource, aL as getExportContentProfile, aa as getFlexDirection, aM as getMoveIntentForEdit, aN as getOriginalInlineStyles, aO as getSelectionColors, aP as getSizingValue, aQ as hasSessionEditChanges, ab as isFlexContainer, aR as isInFlowChild, aS as isInputFocused, ac as isLayoutContainer, aT as isTextElement, ad as parseColorValue, ae as parsePropertyValue, aU as partitionMultiSelectedEdits, aV as propertyToCSSMap, aW as resolveElementTarget, aX as sizingPropertyToCSSMap, aY as sizingToTailwind, aZ as sizingValueToCSS, af as stylesToTailwind, a_ as typographyPropertyToCSSMap } from './utils-DvJ3xKrO.js';
package/dist/utils.js CHANGED
@@ -3001,7 +3001,7 @@ function buildExportInstruction(profile) {
3001
3001
  return hasComments ? "Address this feedback on the UI. Use the provided source location and selector to find each element in the codebase." : "";
3002
3002
  }
3003
3003
  const parts = [];
3004
- if (hasCssEdits) parts.push("Apply the CSS changes to the targeted elements using the project's existing styling approach (Tailwind, CSS modules, etc.).");
3004
+ if (hasCssEdits) parts.push("Apply the CSS changes to the targeted elements using the project's existing styling approach (Tailwind, CSS modules, etc.). Map values to existing CSS variables, design tokens, or utility classes already used in the project whenever possible.");
3005
3005
  if (hasTextEdits) parts.push("Update the text content as specified.");
3006
3006
  if (hasMoves) parts.push("Implement the move plan below directly in source code. For `structural_move`, reorder/reparent elements using the target anchors. For `layout_refactor`, apply the listed flex/grid refactor steps. Do NOT simulate movement with absolute positioning, left/top offsets, transform, or margin hacks.");
3007
3007
  if (hasComments) parts.push("Address the comments on the relevant elements.");