@sustaina/shared-ui 1.40.1 → 1.40.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.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -10355,7 +10355,8 @@ var FormulaEditor = ({
|
|
|
10355
10355
|
{
|
|
10356
10356
|
type: "button",
|
|
10357
10357
|
onClick: () => insertOperator(operator.value),
|
|
10358
|
-
|
|
10358
|
+
variant: "cottonBlue",
|
|
10359
|
+
className: "min-w-10 rounded-sm px-3",
|
|
10359
10360
|
disabled: isEditorDisabled,
|
|
10360
10361
|
children: operator.label
|
|
10361
10362
|
},
|