myoperator-ui 0.0.204-beta.9 → 0.0.204

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.
Files changed (2) hide show
  1. package/dist/index.js +0 -16
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3546,22 +3546,6 @@ const CreatableMultiSelect = React.forwardRef<
3546
3546
  </div>
3547
3547
  )}
3548
3548
 
3549
- {/* Clickable "Create X" button for custom values */}
3550
- {canAddCustom && (
3551
- <div className="px-2.5 py-2 border-t border-semantic-border-layout">
3552
- <button
3553
- type="button"
3554
- onMouseDown={(e) => {
3555
- e.preventDefault()
3556
- addValue(inputValue.trim())
3557
- }}
3558
- className="text-base text-semantic-text-link hover:opacity-80 transition-opacity"
3559
- >
3560
- Create &ldquo;{inputValue.trim()}&rdquo;
3561
- </button>
3562
- </div>
3563
- )}
3564
-
3565
3549
  </div>
3566
3550
  )}
3567
3551
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myoperator-ui",
3
- "version": "0.0.204-beta.9",
3
+ "version": "0.0.204",
4
4
  "description": "CLI for adding myOperator UI components to your project",
5
5
  "type": "module",
6
6
  "exports": "./dist/index.js",