flysoft-react-ui 0.1.3 → 0.1.4

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/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ import "./styles.css";
1
2
  export { Button } from "./components/form-controls/Button";
2
3
  export type { ButtonProps } from "./components/form-controls/Button";
3
4
  export { Input } from "./components/form-controls/Input";
@@ -8,7 +9,6 @@ export { Badge } from "./components/utils/Badge";
8
9
  export type { BadgeProps } from "./components/utils/Badge";
9
10
  export * from "./contexts";
10
11
  export { ThemeSwitcher } from "./components/ThemeSwitcher";
11
- export * from "./styles";
12
12
  export { default as React } from "react";
13
13
  export type { ReactElement, ReactNode, FC, ComponentProps } from "react";
14
14
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,mCAAmC,CAAC;AAC3D,YAAY,EAAE,WAAW,EAAE,MAAM,mCAAmC,CAAC;AAErE,OAAO,EAAE,KAAK,EAAE,MAAM,kCAAkC,CAAC;AACzD,YAAY,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAEnE,OAAO,EAAE,IAAI,EAAE,MAAM,0BAA0B,CAAC;AAChD,YAAY,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAE1D,OAAO,EAAE,KAAK,EAAE,MAAM,0BAA0B,CAAC;AACjD,YAAY,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAG3D,cAAc,YAAY,CAAC;AAG3B,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAG3D,cAAc,UAAU,CAAC;AAGzB,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,OAAO,CAAC;AACzC,YAAY,EAAE,YAAY,EAAE,SAAS,EAAE,EAAE,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,cAAc,CAAC;AAGtB,OAAO,EAAE,MAAM,EAAE,MAAM,mCAAmC,CAAC;AAC3D,YAAY,EAAE,WAAW,EAAE,MAAM,mCAAmC,CAAC;AAErE,OAAO,EAAE,KAAK,EAAE,MAAM,kCAAkC,CAAC;AACzD,YAAY,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAEnE,OAAO,EAAE,IAAI,EAAE,MAAM,0BAA0B,CAAC;AAChD,YAAY,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAE1D,OAAO,EAAE,KAAK,EAAE,MAAM,0BAA0B,CAAC;AACjD,YAAY,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAG3D,cAAc,YAAY,CAAC;AAG3B,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAK3D,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,OAAO,CAAC;AACzC,YAAY,EAAE,YAAY,EAAE,SAAS,EAAE,EAAE,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC"}
package/dist/index.js CHANGED
@@ -1,3 +1,5 @@
1
+ // Import styles
2
+ import "./styles.css";
1
3
  // Component exports
2
4
  export { Button } from "./components/form-controls/Button";
3
5
  export { Input } from "./components/form-controls/Input";
@@ -7,7 +9,6 @@ export { Badge } from "./components/utils/Badge";
7
9
  export * from "./contexts";
8
10
  // Theme Switcher component
9
11
  export { ThemeSwitcher } from "./components/ThemeSwitcher";
10
- // Styles export
11
- export * from "./styles";
12
+ // Styles are available via package exports: import 'flysoft-react-ui/styles'
12
13
  // Re-export React for convenience
13
14
  export { default as React } from "react";
package/dist/styles.d.ts CHANGED
@@ -1,3 +1,2 @@
1
- import "./styles.css";
2
- export * from "./styles.css";
1
+ export {};
3
2
  //# sourceMappingURL=styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../src/styles.ts"],"names":[],"mappings":"AACA,OAAO,cAAc,CAAC;AAGtB,cAAc,cAAc,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../src/styles.ts"],"names":[],"mappings":""}
package/dist/styles.js CHANGED
@@ -1,4 +1,3 @@
1
- // Import styles for the library
2
- import "./styles.css";
3
- // Export styles for external usage
4
- export * from "./styles.css";
1
+ export {};
2
+ // This file is used to import styles in the library
3
+ // The actual CSS file is available via the package exports
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "flysoft-react-ui",
3
3
  "private": false,
4
- "version": "0.1.3",
4
+ "version": "0.1.4",
5
5
  "type": "module",
6
6
  "description": "A modern React UI component library with Tailwind CSS",
7
7
  "keywords": [