api-render-ui 1.1.1 → 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/dist/index.cjs +605 -139
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +605 -139
- package/dist/index.js.map +1 -1
- package/example/animal.html +1137 -254
- package/package.json +1 -1
- package/src/api-render-ui.css +3 -1
- package/src/api-render-ui.ts +869 -166
- package/src/inlined-styles.ts +3 -1
package/package.json
CHANGED
package/src/api-render-ui.css
CHANGED
|
@@ -185,10 +185,12 @@
|
|
|
185
185
|
align-items: center;
|
|
186
186
|
align-self: stretch;
|
|
187
187
|
display: inline-flex;
|
|
188
|
-
height: 114px;
|
|
189
188
|
justify-content: flex-start;
|
|
190
189
|
padding-right: 5px
|
|
191
190
|
}
|
|
191
|
+
.codigma-apiunit-request-body-info {
|
|
192
|
+
align-self: stretch;
|
|
193
|
+
}
|
|
192
194
|
.codigma-apiunit-parakeyvalues {
|
|
193
195
|
align-items: flex-start;
|
|
194
196
|
align-self: stretch;
|