@things-factory/form-ui 7.0.1-rc.11 → 7.0.1-rc.12

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.
@@ -109,7 +109,7 @@ export const MultiColumnFormStyles = css`
109
109
  .multi-column-form [custom-input] {
110
110
  grid-column: span 8 / auto;
111
111
  max-width: initial;
112
- padding: var(--padding-default);
112
+ padding: var(--spacing-medium);
113
113
  font: normal 15px var(--theme-font);
114
114
  }
115
115
  .multi-column-form input[type='checkbox'],
@@ -131,7 +131,7 @@ export const MultiColumnFormStyles = css`
131
131
  .multi-column-form [options-wrap] {
132
132
  grid-column: span 12 / auto;
133
133
  display: grid;
134
- grid-gap: var(--padding-default) var(--padding-narrow);
134
+ grid-gap: var(--spacing-medium) var(--spacing-small);
135
135
  grid-template-columns: repeat(12, 1fr);
136
136
  }
137
137
  .multi-column-form [options-wrap] input[type='checkbox'] + label,
@@ -94,7 +94,7 @@ export const SingleColumnFormStyles = css`
94
94
  .single-column-form [custom-input] {
95
95
  grid-column: span 12;
96
96
 
97
- padding: var(--padding-default);
97
+ padding: var(--spacing-medium);
98
98
  font: normal 15px var(--theme-font);
99
99
  }
100
100
  .single-column-form input[type='checkbox'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/form-ui",
3
- "version": "7.0.1-rc.11",
3
+ "version": "7.0.1-rc.12",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -26,5 +26,5 @@
26
26
  "dependencies": {
27
27
  "@operato/layout": "^7.0.0-rc"
28
28
  },
29
- "gitHead": "e5ab2c5ef74aea2195779626c8ffb85bccb4959b"
29
+ "gitHead": "b2e8166c8d03cc4908965fbf8736146acca6b3e0"
30
30
  }