react-figma
Advanced tools
Comparing version 0.8.0 to 0.9.0
@@ -24,4 +24,5 @@ export { render } from './renderer'; | ||
export { useWindowDimensions } from './rn/useWindowDimensions'; | ||
export { StatusBar } from './rn/StatusBar'; | ||
export { useFillPaintStyle } from './localStyles/useFillPaintStyle'; | ||
export { useStrokePaintStyle } from './localStyles/useStrokePaintStyle'; | ||
export { useTextStyle } from './localStyles/useTextStyle'; |
@@ -50,2 +50,4 @@ "use strict"; | ||
exports.useWindowDimensions = useWindowDimensions_1.useWindowDimensions; | ||
var StatusBar_1 = require("./rn/StatusBar"); | ||
exports.StatusBar = StatusBar_1.StatusBar; | ||
var useFillPaintStyle_1 = require("./localStyles/useFillPaintStyle"); | ||
@@ -52,0 +54,0 @@ exports.useFillPaintStyle = useFillPaintStyle_1.useFillPaintStyle; |
{ | ||
"name": "react-figma", | ||
"version": "0.8.0", | ||
"version": "0.9.0", | ||
"description": "Render React components to Figma", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
394027
308
5589