@cgi-learning-hub/ui 0.0.1-dev.1707483111 → 0.0.1-dev.1707690757

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,15 +1,14 @@
1
- import "../../assets/AnotherComponent.css";
2
1
  import { jsxs as t, jsx as e } from "react/jsx-runtime";
3
- import { ButtonBase as r, Input as n } from "@mui/material";
4
- import { u as m } from "../../useTheme-44keg6z0.js";
5
- const i = () => {
2
+ import { ButtonBase as n, Input as r } from "@mui/material";
3
+ import { u as m } from "../../useTheme-DVWKQU4F.js";
4
+ const p = () => {
6
5
  const o = m();
7
6
  return /* @__PURE__ */ t("div", { children: [
8
7
  /* @__PURE__ */ e("button", { className: "bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded", children: "Click me from AnotherComponent" }),
9
- /* @__PURE__ */ e(r, { style: { backgroundColor: o.palette.primary.main }, children: "AnotherComponent" }),
10
- /* @__PURE__ */ e(n, { className: "bg-blue-500" })
8
+ /* @__PURE__ */ e(n, { style: { backgroundColor: o.palette.primary.main }, children: "AnotherComponent" }),
9
+ /* @__PURE__ */ e(r, { className: "bg-blue-500" })
11
10
  ] });
12
11
  };
13
12
  export {
14
- i as default
13
+ p as default
15
14
  };
@@ -1,7 +1,7 @@
1
1
  import { jsx as L, jsxs as we } from "react/jsx-runtime";
2
2
  import * as p from "react";
3
3
  import oe, { Children as Nt, isValidElement as fe, cloneElement as pe } from "react";
4
- import { P as o, _ as b, g as ye, a as K, d as Vt, i as ct, c as lt, b as W, s as kt, e as Ft, h as qe, r as Ie, f as zt, j as Bt, m as wt, k as Xe, T as ut, l as dt, n as ce, u as Dt } from "../../useTheme-44keg6z0.js";
4
+ import { P as o, _ as b, g as ye, a as K, d as Vt, i as ct, c as lt, b as W, s as kt, e as Ft, h as qe, r as Ie, f as zt, j as Bt, m as wt, k as Xe, T as ut, l as dt, n as ce, u as Dt } from "../../useTheme-DVWKQU4F.js";
5
5
  import Lt from "@emotion/styled";
6
6
  import { keyframes as De } from "@emotion/react";
7
7
  function ft(e) {
package/dist/index.js CHANGED
@@ -1,6 +1,7 @@
1
- import { default as e } from "./components/BasicButtons/BasicButtons.js";
2
- import { default as r } from "./components/AnotherComponent/AnotherComponent.js";
1
+ import "./assets/index.css";
2
+ import { default as r } from "./components/BasicButtons/BasicButtons.js";
3
+ import { default as f } from "./components/AnotherComponent/AnotherComponent.js";
3
4
  export {
4
- r as AnotherComponent,
5
- e as BasicButtons
5
+ f as AnotherComponent,
6
+ r as BasicButtons
6
7
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cgi-learning-hub/ui",
3
- "version": "0.0.1-dev.1707483111",
3
+ "version": "0.0.1-dev.1707690757",
4
4
  "private": false,
5
5
  "author": "CGI Learning-hub Team",
6
6
  "description": "@cgi-learning-hub/ui is an open-source React component library that implements UI for HUB's features",
File without changes