@shoplflow/base 0.33.2 → 0.33.3

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.cjs CHANGED
@@ -4058,6 +4058,7 @@ var TextArea = React3.forwardRef(
4058
4058
  height,
4059
4059
  minHeight,
4060
4060
  width,
4061
+ gap: "0",
4061
4062
  "data-shoplflow": "text-area",
4062
4063
  children: [
4063
4064
  /* @__PURE__ */ jsxRuntime.jsx(
package/dist/index.js CHANGED
@@ -4031,6 +4031,7 @@ var TextArea = forwardRef(
4031
4031
  height,
4032
4032
  minHeight,
4033
4033
  width,
4034
+ gap: "0",
4034
4035
  "data-shoplflow": "text-area",
4035
4036
  children: [
4036
4037
  /* @__PURE__ */ jsx(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shoplflow/base",
3
- "version": "0.33.2",
3
+ "version": "0.33.3",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/index.js",
@@ -91,8 +91,8 @@
91
91
  "react-dom": "^18.2.0",
92
92
  "simplebar-react": "^3.2.6",
93
93
  "@shoplflow/hada-assets": "^0.1.3",
94
- "@shoplflow/utils": "^0.6.5",
95
- "@shoplflow/shopl-assets": "^0.12.1"
94
+ "@shoplflow/shopl-assets": "^0.12.1",
95
+ "@shoplflow/utils": "^0.6.5"
96
96
  },
97
97
  "scripts": {
98
98
  "type-check": "tsc --noEmit",