flysoft-react-ui 0.1.3 → 0.1.5
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 +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -2
- package/dist/styles.d.ts +1 -2
- package/dist/styles.d.ts.map +1 -1
- package/dist/styles.js +3 -4
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import "./index.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
|
package/dist/index.d.ts.map
CHANGED
|
@@ -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;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,CAAC;AAGrB,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 "./index.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
|
|
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
package/dist/styles.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../src/styles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../src/styles.ts"],"names":[],"mappings":""}
|
package/dist/styles.js
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
3
|
-
//
|
|
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
|