@mcurros2/microm 1.1.84-0 → 1.1.86-0

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.js CHANGED
@@ -46152,7 +46152,22 @@ const $fd210d71b523c65e$export$4fef1edbf0f012ef = /*#__PURE__*/ (0, $b4te3$react
46152
46152
  }),
46153
46153
  radius: "xl",
46154
46154
  size: size,
46155
- styles: ()=>({
46155
+ styles: ()=>theme.focusRing === "never" ? {
46156
+ searchInput: {
46157
+ lineHeight: "unset"
46158
+ },
46159
+ value: {
46160
+ minHeight: "1.4rem"
46161
+ },
46162
+ defaultValue: {
46163
+ paddingBottom: "0.1rem"
46164
+ },
46165
+ input: {
46166
+ "&:focus-within": {
46167
+ outline: "unset"
46168
+ } // fix focus ring bug
46169
+ }
46170
+ } : {
46156
46171
  searchInput: {
46157
46172
  lineHeight: "unset"
46158
46173
  },
@@ -46162,8 +46177,7 @@ const $fd210d71b523c65e$export$4fef1edbf0f012ef = /*#__PURE__*/ (0, $b4te3$react
46162
46177
  defaultValue: {
46163
46178
  paddingBottom: "0.1rem"
46164
46179
  }
46165
- } // Fix the 'ggg' being cut off and vertical alignment
46166
- ),
46180
+ },
46167
46181
  rightSection: (0, $b4te3$reactjsxruntime.jsx)((0, $b4te3$mantinecore.ActionIcon), {
46168
46182
  size: size,
46169
46183
  radius: "xl",