@sphereon/ui-components.ssi-react 0.1.3-unstable.169 → 0.1.3-unstable.170

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,6 +1,6 @@
1
1
  /// <reference types="react" />
2
- export declare const SSITabViewHeaderContainerStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
3
- export declare const SSITabViewHeaderTitleContainerStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
4
- export declare const SSITabViewHeaderTitleCaptionStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<Omit<import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, "ref"> & {
2
+ export declare const SSITabViewHeaderContainerStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
3
+ export declare const SSITabViewHeaderTitleContainerStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
4
+ export declare const SSITabViewHeaderTitleCaptionStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<Omit<import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, "ref"> & {
5
5
  ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
6
- }, never>> & Omit<import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>, keyof import("react").Component<any, {}, any>>;
6
+ }, never>> & Omit<import("styled-components").IStyledComponent<"web", import("styled-components/dist/types.js").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>, keyof import("react").Component<any, {}, any>>;
@@ -1,5 +1,5 @@
1
1
  import styled from 'styled-components';
2
- import { SSITextH3Styled } from '../../../fonts';
2
+ import { SSITextH3Styled } from '../../../fonts/index.js';
3
3
  export const SSITabViewHeaderContainerStyled = styled.div `
4
4
  display: flex;
5
5
  flex-direction: row;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sphereon/ui-components.ssi-react",
3
3
  "private": false,
4
- "version": "0.1.3-unstable.169+ca1d81c",
4
+ "version": "0.1.3-unstable.170+58935e2",
5
5
  "description": "SSI UI components for React",
6
6
  "repository": "git@github.com:Sphereon-Opensource/UI-Components.git",
7
7
  "author": "Sphereon <dev@sphereon.com>",
@@ -41,7 +41,7 @@
41
41
  "@mui/styled-engine-sc": "^5.14.12",
42
42
  "@mui/system": "^5.15.12",
43
43
  "@mui/x-date-pickers": "^6.19.5",
44
- "@sphereon/ui-components.core": "0.1.3-unstable.169+ca1d81c",
44
+ "@sphereon/ui-components.core": "0.1.3-unstable.170+58935e2",
45
45
  "@tanstack/react-table": "^8.9.3",
46
46
  "react-json-tree": "^0.18.0",
47
47
  "react-loader-spinner": "^5.4.5",
@@ -59,5 +59,5 @@
59
59
  "react": ">= 18",
60
60
  "styled-components": "^6.1.8"
61
61
  },
62
- "gitHead": "ca1d81c51de6de60e3487259a7d4dbe06f95006a"
62
+ "gitHead": "58935e2212e48e697cc4b1335728371fe3296b59"
63
63
  }