@sphereon/ui-components.ssi-react 0.4.1-unstable.142 → 0.4.1-unstable.143

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.
@@ -18,7 +18,6 @@
18
18
 
19
19
  .MuiFormControl-root {
20
20
  padding: 0 !important;
21
-
22
21
  }
23
22
 
24
23
  .MuiCardContent-root {
@@ -46,7 +45,6 @@
46
45
 
47
46
  .MuiGrid-root.MuiGrid-container.MuiGrid-direction-xs-column {
48
47
  gap: 24px !important;
49
- flex: 1 !important;
50
48
  }
51
49
 
52
50
  .MuiFormLabel-root.MuiInputLabel-root {
@@ -115,3 +113,7 @@ textarea.MuiInputBase-input.MuiInputBase-inputMultiline {
115
113
  .MuiFormControlLabel-root {
116
114
  height: fit-content;
117
115
  }
116
+
117
+ .MuiGrid-root {
118
+ flex: 1 !important;
119
+ }
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.142+4c1ecaa",
4
+ "version": "0.4.1-unstable.143+b6d6446",
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": "^8.18.0",
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.142+4c1ecaa",
53
+ "@sphereon/ui-components.core": "0.4.1-unstable.143+b6d6446",
54
54
  "@tanstack/react-table": "^8.9.3",
55
55
  "ajv": "^8.17.1",
56
56
  "ajv-formats": "^3.0.1",
@@ -72,5 +72,5 @@
72
72
  "peerDependencies": {
73
73
  "react": ">= 18"
74
74
  },
75
- "gitHead": "4c1ecaaee9060872f1d1e16efd5fd369987a87ac"
75
+ "gitHead": "b6d6446e842977f9db997691530c47194df65f7a"
76
76
  }