@lets-events/react 11.7.7 → 11.7.8

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.
@@ -1,6 +1,6 @@
1
1
 
2
2
 
3
- > @lets-events/react@11.7.7 build
3
+ > @lets-events/react@11.7.8 build
4
4
  > tsup src/index.tsx --format esm,cjs --dts --external react
5
5
 
6
6
  CLI Building entry: src/index.tsx
@@ -10,11 +10,11 @@
10
10
  ESM Build start
11
11
  CJS Build start
12
12
  ESM dist/index.mjs 321.38 KB
13
- ESM ⚡️ Build success in 276ms
13
+ ESM ⚡️ Build success in 106909ms
14
14
  CJS dist/index.js 333.60 KB
15
- CJS ⚡️ Build success in 277ms
15
+ CJS ⚡️ Build success in 106909ms
16
16
  DTS Build start
17
- DTS ⚡️ Build success in 4801ms
17
+ DTS ⚡️ Build success in 5590ms
18
18
  DTS dist/index.d.mts 374.51 KB
19
19
  DTS dist/index.d.ts 374.51 KB
20
20
  ⠙
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @lets-events/react
2
2
 
3
+ ## 11.7.8
4
+
5
+ ### Patch Changes
6
+
7
+ - TextField stylization
8
+
3
9
  ## 11.7.7
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -2869,8 +2869,8 @@ var TextField = import_react2.default.forwardRef(
2869
2869
  updateCharCountBadge();
2870
2870
  (_a2 = props.onInput) == null ? void 0 : _a2.call(props, e);
2871
2871
  };
2872
- return /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(Flex2, { direction: "column", css: { width: "100%" }, children: [
2873
- /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(Flex2, { gap: "0", css: { width: "100%", position: "relative" }, children: [
2872
+ return /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(Flex2, { direction: "column", css: { width: "100%", position: "relative" }, children: [
2873
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(Flex2, { gap: "0", css: { width: "100%" }, children: [
2874
2874
  !!addon && /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(InputAddon, { color, typography: "labelSmall", children: addon }),
2875
2875
  /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
2876
2876
  TextFieldStyled,
package/dist/index.mjs CHANGED
@@ -2762,8 +2762,8 @@ var TextField = React.forwardRef(
2762
2762
  updateCharCountBadge();
2763
2763
  (_a2 = props.onInput) == null ? void 0 : _a2.call(props, e);
2764
2764
  };
2765
- return /* @__PURE__ */ jsxs(Flex2, { direction: "column", css: { width: "100%" }, children: [
2766
- /* @__PURE__ */ jsxs(Flex2, { gap: "0", css: { width: "100%", position: "relative" }, children: [
2765
+ return /* @__PURE__ */ jsxs(Flex2, { direction: "column", css: { width: "100%", position: "relative" }, children: [
2766
+ /* @__PURE__ */ jsxs(Flex2, { gap: "0", css: { width: "100%" }, children: [
2767
2767
  !!addon && /* @__PURE__ */ jsx7(InputAddon, { color, typography: "labelSmall", children: addon }),
2768
2768
  /* @__PURE__ */ jsxs(
2769
2769
  TextFieldStyled,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lets-events/react",
3
- "version": "11.7.7",
3
+ "version": "11.7.8",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -268,8 +268,8 @@ export const TextField = React.forwardRef<HTMLInputElement, TextFieldProps>(
268
268
  };
269
269
 
270
270
  return (
271
- <Flex direction="column" css={{ width: "100%" }}>
272
- <Flex gap={"0"} css={{ width: "100%", position: "relative" }}>
271
+ <Flex direction="column" css={{ width: "100%", position: "relative" }}>
272
+ <Flex gap={"0"} css={{ width: "100%" }}>
273
273
  {!!addon && (
274
274
  <InputAddon color={color} typography="labelSmall">
275
275
  {addon}