api-render-ui 1.1.0 → 1.1.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "api-render-ui",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "api-render-ui is a UI library that pursues simple and efficient data rendering for openapi.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -4,7 +4,6 @@
4
4
  display: inline-flex;
5
5
  flex-direction: column;
6
6
  gap: 5px;
7
- height: 100%;
8
7
  justify-content: flex-start;
9
8
  width: 100%
10
9
  }
@@ -61,7 +60,6 @@
61
60
  display: inline-flex;
62
61
  flex-direction: column;
63
62
  gap: 8px;
64
- height: 100%;
65
63
  justify-content: flex-start;
66
64
  width: 100%
67
65
  }
@@ -187,10 +185,12 @@
187
185
  align-items: center;
188
186
  align-self: stretch;
189
187
  display: inline-flex;
190
- height: 114px;
191
188
  justify-content: flex-start;
192
189
  padding-right: 5px
193
190
  }
191
+ .codigma-apiunit-request-body-info {
192
+ align-self: stretch;
193
+ }
194
194
  .codigma-apiunit-parakeyvalues {
195
195
  align-items: flex-start;
196
196
  align-self: stretch;