@sphereon/ui-components.ssi-react 0.4.1-unstable.39 → 0.4.1-unstable.40

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.
@@ -13,7 +13,7 @@ const RoleViewItem = (props) => {
13
13
  flex-row
14
14
  px-[var(--spacing-1_5)]
15
15
  py-[var(--spacing-1)]
16
- gap-[var(--spacing-1_5)]
16
+ gap-[var(--spacing-2)]
17
17
  `, children: [getRoleIconElement(role), _jsxs("div", { className: `
18
18
  flex
19
19
  flex-col
@@ -261,6 +261,9 @@
261
261
  .gap-\[var\(--spacing-1_5\)\] {
262
262
  gap: var(--spacing-1_5);
263
263
  }
264
+ .gap-\[var\(--spacing-2\)\] {
265
+ gap: var(--spacing-2);
266
+ }
264
267
  .self-start {
265
268
  align-self: flex-start;
266
269
  }
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.4.1-unstable.39+992ac7b",
4
+ "version": "0.4.1-unstable.40+b606b86",
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>",
@@ -50,7 +50,7 @@
50
50
  "@mui/x-date-pickers": "^6.19.5",
51
51
  "@sphereon/ssi-sdk.data-store": "0.34.1-feature.SSISDK.45.94",
52
52
  "@sphereon/ssi-types": "0.34.1-feature.SSISDK.45.94",
53
- "@sphereon/ui-components.core": "0.4.1-unstable.39+992ac7b",
53
+ "@sphereon/ui-components.core": "0.4.1-unstable.40+b606b86",
54
54
  "@tanstack/react-table": "^8.9.3",
55
55
  "react-json-tree": "^0.18.0",
56
56
  "react-loader-spinner": "5.4.5",
@@ -69,5 +69,5 @@
69
69
  "peerDependencies": {
70
70
  "react": ">= 18"
71
71
  },
72
- "gitHead": "992ac7b4221105aaa590472befad767fbe82cc53"
72
+ "gitHead": "b606b867ee371992040bc283d843a4beff75d5db"
73
73
  }