react-forest 1.0.4 → 1.0.6

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.
@@ -1 +1 @@
1
- @import "tailwindcss";@theme{--prefix:sg-}
1
+ @import "tailwindcss" prefix(tw);
package/dist/index.cjs.js CHANGED
@@ -425,7 +425,7 @@ function requireJsxRuntime () {
425
425
  var jsxRuntimeExports = requireJsxRuntime();
426
426
 
427
427
  const Button = (props) => {
428
- return jsxRuntimeExports.jsx("button", { className: "bg-blue-400", children: props.label });
428
+ return jsxRuntimeExports.jsx("button", { className: "tw:bg-blue-400", children: props.label });
429
429
  };
430
430
 
431
431
  exports.Button = Button;
package/dist/index.css ADDED
@@ -0,0 +1 @@
1
+ @import "tailwindcss" prefix(tw);@source "./**/*.{ts,tsx}";
@@ -1 +1 @@
1
- @import "tailwindcss";@theme{--prefix:sg-}
1
+ @import "tailwindcss" prefix(tw);
package/dist/index.esm.js CHANGED
@@ -423,7 +423,7 @@ function requireJsxRuntime () {
423
423
  var jsxRuntimeExports = requireJsxRuntime();
424
424
 
425
425
  const Button = (props) => {
426
- return jsxRuntimeExports.jsx("button", { className: "bg-blue-400", children: props.label });
426
+ return jsxRuntimeExports.jsx("button", { className: "tw:bg-blue-400", children: props.label });
427
427
  };
428
428
 
429
429
  export { Button };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-forest",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "",