made-refine 0.2.6 → 0.2.8
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/cli.cjs +17 -3
- package/dist/index.d.mts +26 -9
- package/dist/index.d.ts +26 -9
- package/dist/index.js +3715 -1304
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3774 -1367
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +1 -1
- package/dist/{utils-C7RBdUAE.d.mts → utils-BGCQaaSf.d.mts} +121 -4
- package/dist/{utils-C7RBdUAE.d.ts → utils-BGCQaaSf.d.ts} +121 -4
- package/dist/utils.d.mts +1 -1
- package/dist/utils.d.ts +1 -1
- package/dist/utils.js +822 -105
- package/dist/utils.js.map +1 -1
- package/dist/utils.mjs +810 -105
- package/dist/utils.mjs.map +1 -1
- package/package.json +1 -1
package/dist/utils.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { ad as AllComputedStyles, c as BorderProperties, b as BorderPropertyKey, p as BorderRadiusProperties, B as BorderRadiusPropertyKey, q as BorderStyle, C as CSSPropertyValue, r as ColorProperties, g as ColorPropertyKey, h as ColorValue, k as DirectEditState, D as DragState, a as DropIndicator, u as DropTarget, E as ElementInfo, v as ElementLocator, w as FlexProperties, F as FlexPropertyKey, M as MeasurementLine, x as MeasurementState, ae as MovePlanContext, af as ORIGINAL_STYLE_PROPS, R as ReactComponentFrame, z as SizingMode, H as SizingProperties, d as SizingPropertyKey, e as SizingValue, I as SpacingProperties, S as SpacingPropertyKey, n as TypographyProperties, T as TypographyPropertyKey, ag as borderPropertyToCSSMap, ah as borderRadiusPropertyToCSSMap, N as buildCommentExport, ai as buildEditExport, aj as buildElementContext, ak as buildExportInstruction, al as buildMovePlan, am as buildMovePlanContext, O as buildSessionExport, P as calculateDropPosition, Q as calculateElementMeasurements, V as calculateGuidelineMeasurements, W as calculateParentMeasurements, an as clamp, ao as collapseExportShorthands, ap as collapseSpacingShorthands, aq as colorPropertyToCSSMap, X as colorToTailwind, ar as computeHoverHighlight, as as computeIntendedIndex, at as detectChildrenDirection, au as detectSizingMode, Y as elementFromPointWithoutOverlays, av as ensureDirectTextSpanAtPoint, aw as findChildAtPoint, Z as findContainerAtPoint, _ as findLayoutContainerAtPoint, ax as findTextOwnerAtPoint, ay as findTextOwnerByRangeScan, az as flexPropertyToCSSMap, $ as formatPropertyValue, aA as getAllComputedStyles, aB as getChildBriefInfo, a0 as getComputedBorderStyles, a1 as getComputedBoxShadow, a2 as getComputedColorStyles, aC as getComputedSizing, a3 as getComputedStyles, aD as getComputedTypography, a4 as getDimensionDisplay, aE as getElementDisplayName, a5 as getElementInfo, a6 as getElementLocator, aF as getElementSource, aG as getExportContentProfile, a7 as getFlexDirection, aH as getMoveIntentForEdit, aI as getOriginalInlineStyles, aJ as getSelectionColors, aK as getSizingValue, a8 as isFlexContainer, aL as isInFlowChild, aM as isInputFocused, a9 as isLayoutContainer, aN as isTextElement, aa as parseColorValue, ab as parsePropertyValue, aO as propertyToCSSMap, aP as resolveElementTarget, aQ as sizingPropertyToCSSMap, aR as sizingToTailwind, aS as sizingValueToCSS, ac as stylesToTailwind, aT as typographyPropertyToCSSMap } from './utils-BGCQaaSf.mjs';
|
package/dist/utils.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { ad as AllComputedStyles, c as BorderProperties, b as BorderPropertyKey, p as BorderRadiusProperties, B as BorderRadiusPropertyKey, q as BorderStyle, C as CSSPropertyValue, r as ColorProperties, g as ColorPropertyKey, h as ColorValue, k as DirectEditState, D as DragState, a as DropIndicator, u as DropTarget, E as ElementInfo, v as ElementLocator, w as FlexProperties, F as FlexPropertyKey, M as MeasurementLine, x as MeasurementState, ae as MovePlanContext, af as ORIGINAL_STYLE_PROPS, R as ReactComponentFrame, z as SizingMode, H as SizingProperties, d as SizingPropertyKey, e as SizingValue, I as SpacingProperties, S as SpacingPropertyKey, n as TypographyProperties, T as TypographyPropertyKey, ag as borderPropertyToCSSMap, ah as borderRadiusPropertyToCSSMap, N as buildCommentExport, ai as buildEditExport, aj as buildElementContext, ak as buildExportInstruction, al as buildMovePlan, am as buildMovePlanContext, O as buildSessionExport, P as calculateDropPosition, Q as calculateElementMeasurements, V as calculateGuidelineMeasurements, W as calculateParentMeasurements, an as clamp, ao as collapseExportShorthands, ap as collapseSpacingShorthands, aq as colorPropertyToCSSMap, X as colorToTailwind, ar as computeHoverHighlight, as as computeIntendedIndex, at as detectChildrenDirection, au as detectSizingMode, Y as elementFromPointWithoutOverlays, av as ensureDirectTextSpanAtPoint, aw as findChildAtPoint, Z as findContainerAtPoint, _ as findLayoutContainerAtPoint, ax as findTextOwnerAtPoint, ay as findTextOwnerByRangeScan, az as flexPropertyToCSSMap, $ as formatPropertyValue, aA as getAllComputedStyles, aB as getChildBriefInfo, a0 as getComputedBorderStyles, a1 as getComputedBoxShadow, a2 as getComputedColorStyles, aC as getComputedSizing, a3 as getComputedStyles, aD as getComputedTypography, a4 as getDimensionDisplay, aE as getElementDisplayName, a5 as getElementInfo, a6 as getElementLocator, aF as getElementSource, aG as getExportContentProfile, a7 as getFlexDirection, aH as getMoveIntentForEdit, aI as getOriginalInlineStyles, aJ as getSelectionColors, aK as getSizingValue, a8 as isFlexContainer, aL as isInFlowChild, aM as isInputFocused, a9 as isLayoutContainer, aN as isTextElement, aa as parseColorValue, ab as parsePropertyValue, aO as propertyToCSSMap, aP as resolveElementTarget, aQ as sizingPropertyToCSSMap, aR as sizingToTailwind, aS as sizingValueToCSS, ac as stylesToTailwind, aT as typographyPropertyToCSSMap } from './utils-BGCQaaSf.js';
|