nectiasw 0.0.98 → 0.0.100

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
@@ -69,7 +69,7 @@ export { Button } from './components/Button';
69
69
  export type { ButtonProps, ButtonStyledProps } from './components/Button/types';
70
70
  export { TotalHours } from './components/Totalhours';
71
71
  export type { TotalHoursProps } from './components/Totalhours';
72
- export type { Session, Systems, SystemRole, UserSystem, SessionState, SignalConnection, CommonSignalConnection, } from './typings';
72
+ export type { Session, Systems, SystemRole, UserSystem, SessionState, SignalConnection, CommonSignalConnection, Response, } from './typings';
73
73
  export { LocalStorageKeys, UrlSSOParams } from './typings';
74
74
  export { useSignal } from './context/hooks';
75
75
  export { SignalContext } from './context';
package/dist/index.es.js CHANGED
@@ -13891,7 +13891,7 @@ const vb = {
13891
13891
  container: {
13892
13892
  root: "flex items-center relative ",
13893
13893
  label: "ml-2 text-sm font-medium text-gray-900 dark:text-gray-300",
13894
- input: "h-6 w-6 rounded-md cursor-pointer"
13894
+ input: "h-6 w-6 rounded-md "
13895
13895
  }
13896
13896
  };
13897
13897
  function W$({
@@ -14401,6 +14401,7 @@ const wU = /* @__PURE__ */ U.forwardRef(xU), N6 = ye.input.attrs({ type: "checkb
14401
14401
  appearance: none;
14402
14402
  border: 2px solid #939799;
14403
14403
  background-color: #f3f3f3;
14404
+ cursor: pointer;
14404
14405
  /* add styles for checked state */
14405
14406
  &:checked {
14406
14407
  background-color: #316772;