@ukpc-lib/react 0.3.25 → 0.3.27

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,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("react/jsx-runtime"),T=require("react"),p=require("../index.module-e296aedb.cjs"),K=require("moment"),Kt=require("axios"),N=require("@mui/material");require("@r2wc/react-to-web-component");require("react-router-dom");function Xn(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const L=Xn(T),Jn=e=>{var n,o;const{tabs:t}=e,r=i=>{e.setCurrentTab(i.target.id)};return console.log("🚀 ~ brandColors:",e.currentTab),c.jsxs(c.Fragment,{children:[c.jsx("style",{children:`
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("react/jsx-runtime"),T=require("react"),p=require("../index.module-b8fdfb40.cjs"),K=require("moment"),Kt=require("axios"),N=require("@mui/material");require("@r2wc/react-to-web-component");require("react-router-dom");function Xn(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const L=Xn(T),Jn=e=>{var n,o;const{tabs:t}=e,r=i=>{e.setCurrentTab(i.target.id)};return console.log("🚀 ~ brandColors:",e.currentTab),c.jsxs(c.Fragment,{children:[c.jsx("style",{children:`
2
2
  .tab-title {
3
3
  min-width: 90px;
4
4
  padding: 5px 16px;
@@ -1,8 +1,8 @@
1
1
  import { jsxs as T, Fragment as qe, jsx as c } from "react/jsx-runtime";
2
2
  import * as L from "react";
3
3
  import So, { useState as G, useContext as be, useEffect as Q, useRef as ve, useCallback as bt, forwardRef as Eo, createElement as er, PureComponent as Co } from "react";
4
- import { c as rt, Q as kn, C as Te, p as At, u as fr, S as Oo, a as To, L as No, b as Ar, d as $o, e as mt, f as ko, s as pt, _ as z, g as xe, P as N, h as he, i as Io, o as Mo, j as Ao, k as Po, l as Pr, m as Ro, n as Rr, I as Do, q as zo, r as Dr, D as Fo, t as In, v as Mn, w as Lo, x as jo, y as Ce, z as Vo, A as gt } from "../index.module-9c05f01a.js";
5
- import { G as Sc, B as Ec, E as Cc } from "../index.module-9c05f01a.js";
4
+ import { c as rt, Q as kn, C as Te, p as At, u as fr, S as Oo, a as To, L as No, b as Ar, d as $o, e as mt, f as ko, s as pt, _ as z, g as xe, P as N, h as he, i as Io, o as Mo, j as Ao, k as Po, l as Pr, m as Ro, n as Rr, I as Do, q as zo, r as Dr, D as Fo, t as In, v as Mn, w as Lo, x as jo, y as Ce, z as Vo, A as gt } from "../index.module-3e639b42.js";
5
+ import { G as Sc, B as Ec, E as Cc } from "../index.module-3e639b42.js";
6
6
  import Z from "moment";
7
7
  import hr from "axios";
8
8
  import { Stack as se, Dialog as Ho, DialogTitle as Bo, Typography as Oe, DialogContent as Wo, DialogActions as Uo, Button as zr, ClickAwayListener as qo, TextField as An, IconButton as Yo, CircularProgress as Go, Fade as Ko, Paper as Zo, Checkbox as Xo } from "@mui/material";
@@ -4325,6 +4325,19 @@ const zE = (t) => {
4325
4325
  }
4326
4326
  }
4327
4327
  },
4328
+ {
4329
+ props: { variant: "contained", color: "error" },
4330
+ style: {
4331
+ // backgroundColor: colors.danger,
4332
+ color: e.white
4333
+ // '&:hover': {
4334
+ // backgroundColor: colors.dangerDark,
4335
+ // },
4336
+ // '&.Mui-disabled': {
4337
+ // backgroundColor: colors.grey200,
4338
+ // },
4339
+ }
4340
+ },
4328
4341
  {
4329
4342
  props: { variant: "confirm" },
4330
4343
  style: {
@@ -4696,6 +4709,7 @@ const zE = (t) => {
4696
4709
  },
4697
4710
  styleOverrides: {
4698
4711
  tooltip: {
4712
+ fontSize: "10px",
4699
4713
  backgroundColor: e.grey600,
4700
4714
  color: e.white,
4701
4715
  "& .MuiTooltip-arrow": {
@@ -20655,7 +20669,7 @@ function LD(t) {
20655
20669
  top: g.top,
20656
20670
  left: g.left,
20657
20671
  zIndex: 1400,
20658
- fontSize: 10,
20672
+ fontSize: "10px",
20659
20673
  transition: "all 0.2s ease-in-out",
20660
20674
  animation: "fadeIn 0.2s ease-in-out",
20661
20675
  pointerEvents: "none"