@sphereon/ui-components.ssi-react 0.1.3-unstable.174 → 0.1.3-unstable.176
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/components/indicators/SSIActivityIndicator/index.js +2 -1
- package/dist/styles/components/components/CredentialViewItem/index.js +1 -1
- package/dist/styles/components/components/DragAndDropBox/index.js +1 -1
- package/dist/styles/components/components/DropDownList/index.js +1 -1
- package/dist/styles/components/components/DropDownListItem/index.js +1 -1
- package/dist/styles/components/components/FileSelectionField/index.js +1 -1
- package/dist/styles/components/components/JSONDataView/index.js +1 -1
- package/dist/styles/components/components/PassportPhotoControl/index.js +1 -1
- package/dist/styles/components/components/ProgressStepIndicator/index.js +1 -1
- package/dist/styles/components/components/SSICheckbox/index.js +1 -1
- package/dist/styles/components/components/SSICredentialCardView/index.js +1 -1
- package/dist/styles/components/components/SSICredentialMiniCardView/index.js +1 -1
- package/dist/styles/components/components/SSIHoverText/index.js +1 -1
- package/dist/styles/components/components/SSIIconButton/index.js +1 -1
- package/dist/styles/components/components/SSIPrimaryButton/index.js +1 -1
- package/dist/styles/components/components/SSISecondaryButton/index.js +1 -1
- package/dist/styles/components/components/SSIStatusLabel/index.js +1 -1
- package/dist/styles/components/components/SSITabView/index.js +1 -1
- package/dist/styles/components/components/SSITabViewHeader/index.js +1 -1
- package/dist/styles/components/components/SSITableViewHeader/index.js +1 -1
- package/dist/styles/components/components/SSIToast/index.js +1 -1
- package/dist/styles/components/components/SSIToastContainer/index.js +1 -1
- package/dist/styles/components/components/SSITypeLabel/index.js +1 -1
- package/dist/styles/components/components/StepMarker/index.js +1 -1
- package/dist/styles/components/components/buttons/index.js +1 -1
- package/dist/styles/components/containers/index.js +1 -1
- package/dist/styles/fonts/index.js +1 -1
- package/package.json +3 -3
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { elementColors } from '@sphereon/ui-components.core';
|
|
3
|
-
import
|
|
3
|
+
import pkg from 'react-loader-spinner';
|
|
4
|
+
const { Oval } = pkg;
|
|
4
5
|
const SSIActivityIndicator = (props) => {
|
|
5
6
|
const { size = 80, color = elementColors.blue, style } = props;
|
|
6
7
|
return (_jsx(Oval, { width: size, height: size, color: color, secondaryColor: color, strokeWidth: 5, strokeWidthSecondary: 5, visible: true, wrapperStyle: style }));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import styled from 'styled-components';
|
|
1
|
+
import { styled } from 'styled-components';
|
|
2
2
|
import { SSIFlexDirectionColumnViewStyled, SSIFlexDirectionRowViewStyled } from '../../containers/index.js';
|
|
3
3
|
import { SSITextH3Styled, SSITextH5Styled } from '../../../fonts/index.js';
|
|
4
4
|
export const CredentialViewItemContainerStyled = styled(SSIFlexDirectionRowViewStyled) `
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { backgroundColors, borderColors, fontColors } from '@sphereon/ui-components.core';
|
|
2
|
-
import styled from 'styled-components';
|
|
2
|
+
import { styled } from 'styled-components';
|
|
3
3
|
import { SSITextH7RegularStyled } from '../../../fonts/index.js';
|
|
4
4
|
export const DragAndDropBoxContainerStyled = styled.div `
|
|
5
5
|
background-color: ${backgroundColors.lightGrey};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import styled from 'styled-components';
|
|
1
|
+
import { styled } from 'styled-components';
|
|
2
2
|
import { SSIFlexDirectionRowViewStyled } from '../../containers/index.js';
|
|
3
3
|
import { backgroundColors } from '@sphereon/ui-components.core';
|
|
4
4
|
export const DropDownListContainerStyled = styled(SSIFlexDirectionRowViewStyled) `
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import styled from 'styled-components';
|
|
1
|
+
import { styled } from 'styled-components';
|
|
2
2
|
import { SSIFlexDirectionRowViewStyled } from '../../containers/index.js';
|
|
3
3
|
import { SSITextH2Styled } from '../../../fonts/index.js';
|
|
4
4
|
import { backgroundColors } from '@sphereon/ui-components.core';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import styled from 'styled-components';
|
|
1
|
+
import { styled } from 'styled-components';
|
|
2
2
|
import { borderColors, fontColors } from '@sphereon/ui-components.core';
|
|
3
3
|
import { SSITextH2SemiBoldStyled, SSITextH7RegularStyled } from '../../../fonts/index.js';
|
|
4
4
|
export const FileSelectionFieldContainerStyled = styled.div `
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import styled from 'styled-components';
|
|
1
|
+
import { styled } from 'styled-components';
|
|
2
2
|
import { backgroundColors, borderColors, fontColors, SSIRoundedEdgesCss } from '@sphereon/ui-components.core';
|
|
3
3
|
import { SSITextH2SemiBoldStyledCss, SSITextH5Css, SSITextH7SemiBoldCss } from '../../../css/index.js';
|
|
4
4
|
export const JSONDataViewContainerStyled = styled.div `
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import styled from 'styled-components';
|
|
1
|
+
import { styled } from 'styled-components';
|
|
2
2
|
import { backgroundColors, borderColors, elementColors, fontColors } from '@sphereon/ui-components.core';
|
|
3
3
|
import { SSITextH1SemiBoldStyled, SSITextH3Styled } from '../../../fonts/index.js';
|
|
4
4
|
export const ProgressStepIndicatorContainerStyled = styled.div `
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import styled from 'styled-components';
|
|
1
|
+
import { styled } from 'styled-components';
|
|
2
2
|
import { SSITextH4LightStyled } from '../../../fonts/index.js';
|
|
3
3
|
import { SSIFlexDirectionRowViewStyled } from '../../containers/index.js';
|
|
4
4
|
export const SSICheckboxContainerStyled = styled(SSIFlexDirectionRowViewStyled) `
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import styled from 'styled-components';
|
|
1
|
+
import { styled } from 'styled-components';
|
|
2
2
|
import { SSIFlexDirectionColumnViewStyled, SSIFlexDirectionRowViewStyled, SSIRoundedContainerStyled } from '../../containers/index.js';
|
|
3
3
|
import { SSITextH4SemiBoldLightStyled, SSITextH5LightStyled } from '../../../fonts/index.js';
|
|
4
4
|
export const SSICredentialCardViewContainerStyled = styled(SSIRoundedContainerStyled) `
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import styled from 'styled-components';
|
|
1
|
+
import { styled } from 'styled-components';
|
|
2
2
|
import { SSIRoundedContainerStyled } from '../../containers/index.js';
|
|
3
3
|
import { gradientColors } from '../../../colors.js';
|
|
4
4
|
export const SSIPrimaryButtonContainerStyled = styled(SSIRoundedContainerStyled) `
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import styled from 'styled-components';
|
|
1
|
+
import { styled } from 'styled-components';
|
|
2
2
|
import { SSIRoundedContainerStyled } from '../../containers/index.js';
|
|
3
3
|
import { SSITextH3Styled } from '../../../fonts/index.js';
|
|
4
4
|
import { gradient100TextCss } from '../../../css/index.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import styled from 'styled-components';
|
|
1
|
+
import { styled } from 'styled-components';
|
|
2
2
|
import { SSIFlexDirectionRowViewStyled } from '../../containers/index.js';
|
|
3
3
|
import { SSITextH5LightStyled } from '../../../fonts/index.js';
|
|
4
4
|
export const SSIStatusLabelContainerStyled = styled(SSIFlexDirectionRowViewStyled) `
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import styled from 'styled-components';
|
|
1
|
+
import { styled } from 'styled-components';
|
|
2
2
|
import { SSIFlexDirectionRowViewStyled } from '../../containers/index.js';
|
|
3
3
|
import { backgroundColors } from '@sphereon/ui-components.core';
|
|
4
4
|
export const SSITableViewHeaderContainerStyled = styled.div `
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import styled from 'styled-components';
|
|
1
|
+
import { styled } from 'styled-components';
|
|
2
2
|
import { alertColors } from '@sphereon/ui-components.core';
|
|
3
3
|
import { SSIFlexDirectionRowViewStyled, SSIRoundedContainerStyled } from '../../containers/index.js';
|
|
4
4
|
import { SSITextH4Styled } from '../../../fonts/index.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import styled from 'styled-components';
|
|
1
|
+
import { styled } from 'styled-components';
|
|
2
2
|
import { SSIRoundedContainerStyled } from '../../containers/index.js';
|
|
3
3
|
import { fontColors } from '@sphereon/ui-components.core';
|
|
4
4
|
export const SSITypeLabelContainerStyled = styled(SSIRoundedContainerStyled) `
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import styled from 'styled-components';
|
|
1
|
+
import { styled } from 'styled-components';
|
|
2
2
|
import { backgroundColors, elementColors } from '@sphereon/ui-components.core';
|
|
3
3
|
import { gradientColors } from '../../../colors.js';
|
|
4
4
|
export const StepMarkerActiveContainerStyled = styled.div `
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import styled from 'styled-components';
|
|
1
|
+
import { styled } from 'styled-components';
|
|
2
2
|
import { fontColors } from '@sphereon/ui-components.core';
|
|
3
3
|
import { SSITextH1Css, SSITextH1SemiBoldCss, SSITextH2Css, SSITextH2SemiBoldStyledCss, SSITextH3Css, SSITextH4Css, SSITextH4SemiBoldCss, SSITextH5Css, SSITextH6Css, SSITextH7RegularCss, } from '../css/index.js';
|
|
4
4
|
export const SSITextH1Styled = styled.div `
|
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.
|
|
4
|
+
"version": "0.1.3-unstable.176+be7400a",
|
|
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.
|
|
44
|
+
"@sphereon/ui-components.core": "0.1.3-unstable.176+be7400a",
|
|
45
45
|
"@tanstack/react-table": "^8.9.3",
|
|
46
46
|
"react-json-tree": "^0.18.0",
|
|
47
47
|
"react-loader-spinner": "^6.1.6",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"react": ">= 18",
|
|
60
60
|
"styled-components": "^6.1.8"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "be7400aa86b1c426f2de17a14c247638dbef1afc"
|
|
63
63
|
}
|