react-figma
Advanced tools
Comparing version 0.11.0 to 0.12.0
@@ -27,4 +27,5 @@ export { render } from './renderer'; | ||
export { I18nManager } from './rn/I18nManager'; | ||
export { NativeModules } from './rn/NativeModules'; | ||
export { useFillPaintStyle } from './localStyles/useFillPaintStyle'; | ||
export { useStrokePaintStyle } from './localStyles/useStrokePaintStyle'; | ||
export { useTextStyle } from './localStyles/useTextStyle'; |
@@ -56,2 +56,4 @@ "use strict"; | ||
exports.I18nManager = I18nManager_1.I18nManager; | ||
var NativeModules_1 = require("./rn/NativeModules"); | ||
exports.NativeModules = NativeModules_1.NativeModules; | ||
var useFillPaintStyle_1 = require("./localStyles/useFillPaintStyle"); | ||
@@ -58,0 +60,0 @@ exports.useFillPaintStyle = useFillPaintStyle_1.useFillPaintStyle; |
{ | ||
"name": "react-figma", | ||
"version": "0.11.0", | ||
"version": "0.12.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
420120
320
6144