@scaleflex/ui-tw 0.0.42 → 0.0.44

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scaleflex/ui-tw",
3
- "version": "0.0.42",
3
+ "version": "0.0.44",
4
4
  "author": "scaleflex",
5
5
  "repository": "github:scaleflex/ui",
6
6
  "homepage": "https://github.com/scaleflex/ui/blob/master/README.md",
@@ -23,7 +23,7 @@
23
23
  "@radix-ui/react-slot": "^1.1.2",
24
24
  "@radix-ui/react-switch": "^1.0.1",
25
25
  "@radix-ui/react-tooltip": "^1.2.6",
26
- "@scaleflex/icons-tw": "^0.0.42",
26
+ "@scaleflex/icons-tw": "^0.0.44",
27
27
  "@tanstack/react-table": "^8.21.3",
28
28
  "@types/lodash.merge": "^4.6.9",
29
29
  "class-variance-authority": "^0.7.1",
@@ -46,14 +46,14 @@ function TextareaWithActions(_ref) {
46
46
  ref: textareaRef,
47
47
  onBlur: handleBlur
48
48
  })), (leftToolbar || rightToolbar) && /*#__PURE__*/React.createElement("div", {
49
- "data-action-area": true,
50
- className: cn('bg-background absolute right-2.5 bottom-0.25 left-2.5', textareaBottomActionAreaPadding[size]),
49
+ "data-action-area": "true",
50
+ className: cn('bg-background absolute right-2.5 bottom-0.25 left-1.5', textareaBottomActionAreaPadding[size]),
51
51
  onClick: handleActionClick,
52
52
  tabIndex: -1
53
53
  }, leftToolbar && /*#__PURE__*/React.createElement("div", {
54
- className: "absolute bottom-1.5 left-1.5 flex items-center gap-0.5"
54
+ className: "absolute bottom-1.5 left-0 flex items-center gap-0.5"
55
55
  }, leftToolbar), rightToolbar && /*#__PURE__*/React.createElement("div", {
56
- className: "absolute right-1.5 bottom-1.5 flex items-center gap-0.5"
56
+ className: "absolute right-0 bottom-1.5 flex items-center gap-0.5"
57
57
  }, rightToolbar)));
58
58
  }
59
59
  export { TextareaWithActions };