@luscii-healthtech/web-ui 44.2.0 → 44.3.1

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.
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "../types/IconProps.type";
2
+ declare const _default: ({ className, size, color, ...rest }: IconProps) => JSX.Element;
3
+ export default _default;
@@ -18,3 +18,4 @@ export { default as StatusBlockedColoredIcon } from "./StatusBlockedColoredIcon"
18
18
  export { default as StatusCancelledColoredIcon } from "./StatusCancelledColoredIcon";
19
19
  export { default as StatusColoredIcon } from "./StatusColoredIcon";
20
20
  export { default as StatusStoppedColoredIcon } from "./StatusStoppedColoredIcon";
21
+ export { default as VaultColoredIcon } from "./VaultColoredIcon";
@@ -3065,9 +3065,6 @@ button, input:where([type='button'], [type='reset'], [type='submit']), ::file-se
3065
3065
  .ui\:ring-black {
3066
3066
  --tw-ring-color: var(--ui-color-black);
3067
3067
  }
3068
- .ui\:ring-border-brand-primary-default {
3069
- --tw-ring-color: var(--ui-primitive-color-brand-700);
3070
- }
3071
3068
  .ui\:ring-border-neutral-primary-default {
3072
3069
  --tw-ring-color: var(--ui-primitive-color-grey-700);
3073
3070
  }