@gluestack-style/animation-resolver
Version:
A gluestack-style plugin for resolving animation properties, utilizing animation libraries.
147 lines • 5.55 kB
TypeScript
export declare const propertyTokenMap: {
readonly gap: "space";
readonly gridGap: "space";
readonly columnGap: "space";
readonly gridColumnGap: "space";
readonly rowGap: "space";
readonly gridRowGap: "space";
readonly inset: "space";
readonly insetBlock: "space";
readonly insetBlockEnd: "space";
readonly insetBlockStart: "space";
readonly insetInline: "space";
readonly insetInlineEnd: "space";
readonly insetInlineStart: "space";
readonly margin: "space";
readonly marginTop: "space";
readonly marginRight: "space";
readonly marginBottom: "space";
readonly marginLeft: "space";
readonly marginBlock: "space";
readonly marginBlockEnd: "space";
readonly marginBlockStart: "space";
readonly marginInline: "space";
readonly marginInlineEnd: "space";
readonly marginInlineStart: "space";
readonly marginHorizontal: "space";
readonly marginVertical: "space";
readonly padding: "space";
readonly paddingTop: "space";
readonly paddingRight: "space";
readonly paddingBottom: "space";
readonly paddingLeft: "space";
readonly paddingBlock: "space";
readonly paddingBlockEnd: "space";
readonly paddingBlockStart: "space";
readonly paddingInline: "space";
readonly paddingInlineEnd: "space";
readonly paddingInlineStart: "space";
readonly paddingHorizontal: "space";
readonly paddingVertical: "space";
readonly paddingStart: "space";
readonly paddingEnd: "space";
readonly top: "space";
readonly right: "space";
readonly bottom: "space";
readonly left: "space";
readonly scrollMargin: "space";
readonly scrollMarginTop: "space";
readonly scrollMarginRight: "space";
readonly scrollMarginBottom: "space";
readonly scrollMarginLeft: "space";
readonly scrollMarginX: "space";
readonly scrollMarginY: "space";
readonly scrollMarginBlock: "space";
readonly scrollMarginBlockEnd: "space";
readonly scrollMarginBlockStart: "space";
readonly scrollMarginInline: "space";
readonly scrollMarginInlineEnd: "space";
readonly scrollMarginInlineStart: "space";
readonly scrollPadding: "space";
readonly scrollPaddingTop: "space";
readonly scrollPaddingRight: "space";
readonly scrollPaddingBottom: "space";
readonly scrollPaddingLeft: "space";
readonly scrollPaddingX: "space";
readonly scrollPaddingY: "space";
readonly scrollPaddingBlock: "space";
readonly scrollPaddingBlockEnd: "space";
readonly scrollPaddingBlockStart: "space";
readonly scrollPaddingInline: "space";
readonly scrollPaddingInlineEnd: "space";
readonly scrollPaddingInlineStart: "space";
readonly shadowRadius: "space";
readonly elevation: "space";
readonly fontSize: "fontSizes";
readonly background: "colors";
readonly backgroundColor: "colors";
readonly backgroundImage: "colors";
readonly borderImage: "colors";
readonly border: "colors";
readonly borderBlock: "colors";
readonly borderBlockEnd: "colors";
readonly borderBlockStart: "colors";
readonly borderBottom: "colors";
readonly borderBottomColor: "colors";
readonly borderColor: "colors";
readonly borderInline: "colors";
readonly borderInlineEnd: "colors";
readonly borderInlineStart: "colors";
readonly borderLeft: "colors";
readonly borderLeftColor: "colors";
readonly borderRight: "colors";
readonly borderRightColor: "colors";
readonly borderTop: "colors";
readonly borderTopColor: "colors";
readonly caretColor: "colors";
readonly color: "colors";
readonly columnRuleColor: "colors";
readonly fill: "colors";
readonly outline: "colors";
readonly outlineColor: "colors";
readonly stroke: "colors";
readonly textDecorationColor: "colors";
readonly shadowColor: "colors";
readonly shadowOpacity: "opacity";
readonly shadow: "shadows";
readonly condition: "mediaQueries";
readonly fontFamily: "fonts";
readonly fontWeight: "fontWeights";
readonly lineHeight: "lineHeights";
readonly letterSpacing: "letterSpacings";
readonly blockSize: "space";
readonly minBlockSize: "space";
readonly maxBlockSize: "space";
readonly inlineSize: "space";
readonly minInlineSize: "space";
readonly maxInlineSize: "space";
readonly width: "space";
readonly minWidth: "space";
readonly maxWidth: "space";
readonly height: "space";
readonly minHeight: "space";
readonly maxHeight: "space";
readonly flexBasis: "space";
readonly gridTemplateColumns: "space";
readonly gridTemplateRows: "space";
readonly borderWidth: "borderWidths";
readonly borderTopWidth: "borderWidths";
readonly borderRightWidth: "borderWidths";
readonly borderBottomWidth: "borderWidths";
readonly borderLeftWidth: "borderWidths";
readonly borderStyle: "borderStyles";
readonly borderTopStyle: "borderStyles";
readonly borderRightStyle: "borderStyles";
readonly borderBottomStyle: "borderStyles";
readonly borderLeftStyle: "borderStyles";
readonly borderRadius: "radii";
readonly borderTopLeftRadius: "radii";
readonly borderTopRightRadius: "radii";
readonly borderBottomRightRadius: "radii";
readonly borderBottomLeftRadius: "radii";
readonly boxShadow: "colors";
readonly textShadow: "shadows";
readonly transition: "transitions";
readonly zIndex: "zIndices";
};
//# sourceMappingURL=propertyTokenMap.d.ts.map