@sphereon/ui-components.ssi-react 0.1.2-next.17 → 0.1.2-next.19

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.
@@ -8,6 +8,6 @@ export const SSIPrimaryButtonContainerStyled = styled(SSIRoundedContainerStyled)
8
8
  justify-content: center;
9
9
  align-items: center;
10
10
  gap: 8px;
11
- padding: 6px 8px 6px 8px;
11
+ padding: 9px 6px 9px 6px;
12
12
  cursor: pointer;
13
13
  `;
@@ -9,7 +9,7 @@ export const SSISecondaryButtonContainerStyled = styled(SSIRoundedContainerStyle
9
9
  justify-content: center;
10
10
  align-items: center;
11
11
  gap: 8px;
12
- padding: 6px 8px 6px 8px;
12
+ padding: 9px 6px 9px 6px;
13
13
  cursor: pointer;
14
14
 
15
15
  &::before {
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.2-next.17+6679422",
4
+ "version": "0.1.2-next.19+2750740",
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>",
@@ -28,7 +28,7 @@
28
28
  "access": "public"
29
29
  },
30
30
  "dependencies": {
31
- "@sphereon/ui-components.core": "0.1.2-next.17+6679422",
31
+ "@sphereon/ui-components.core": "0.1.2-next.19+2750740",
32
32
  "@tanstack/react-table": "^8.9.3",
33
33
  "styled-components": "^5.3.3"
34
34
  },
@@ -40,5 +40,5 @@
40
40
  "peerDependencies": {
41
41
  "react": ">= 16.8.0"
42
42
  },
43
- "gitHead": "6679422f3058b7c2420555c47ffe12891ba5acd9"
43
+ "gitHead": "27507401b4e734f562cb818d02d2004aea082007"
44
44
  }