@orsetra/shared-ui 1.3.15 → 1.3.17

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.
@@ -104,7 +104,6 @@ export function KVInput({
104
104
  onChange={(e) => setDraft(d => ({ ...d, key: e.target.value }))}
105
105
  disabled={disabled}
106
106
  placeholder={keyPlaceholder}
107
- required
108
107
  className="rounded-none flex-1"
109
108
  />
110
109
  <Input
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orsetra/shared-ui",
3
- "version": "1.3.15",
3
+ "version": "1.3.17",
4
4
  "description": "Shared UI components for Orsetra platform",
5
5
  "main": "./index.ts",
6
6
  "types": "./index.ts",