@lets-events/react 12.10.5 → 12.10.6

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@12.10.5 build
3
+ > @lets-events/react@12.10.6 build
4
4
  > tsup src/index.tsx --format esm,cjs --dts --external react
5
5
 
6
6
  CLI Building entry: src/index.tsx
@@ -10,12 +10,12 @@
10
10
  CLI Target: es6
11
11
  ESM Build start
12
12
  CJS Build start
13
- ESM dist/index.mjs 413.82 KB
14
- ESM ⚡️ Build success in 395ms
15
- CJS dist/index.js 429.48 KB
16
- CJS ⚡️ Build success in 395ms
13
+ ESM dist/index.mjs 413.85 KB
14
+ ESM ⚡️ Build success in 498ms
15
+ CJS dist/index.js 429.51 KB
16
+ CJS ⚡️ Build success in 499ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 8590ms
18
+ DTS ⚡️ Build success in 9566ms
19
19
  DTS dist/index.d.mts 405.26 KB
20
20
  DTS dist/index.d.ts 405.26 KB
21
21
  ⠙
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @lets-events/react
2
2
 
3
+ ## 12.10.6
4
+
5
+ ### Patch Changes
6
+
7
+ - RichEditorFormField props
8
+
3
9
  ## 12.10.5
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -13530,7 +13530,8 @@ var RichEditorFormField = (_a) => {
13530
13530
  onCharacterCountChange: handleCharacterCountChange,
13531
13531
  maxLength,
13532
13532
  disableVideo,
13533
- simpleVersion
13533
+ simpleVersion,
13534
+ richEditorElements
13534
13535
  })
13535
13536
  ),
13536
13537
  /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(ErrorFormMessage, { message: errorMsg })
package/dist/index.mjs CHANGED
@@ -13422,7 +13422,8 @@ var RichEditorFormField = (_a) => {
13422
13422
  onCharacterCountChange: handleCharacterCountChange,
13423
13423
  maxLength,
13424
13424
  disableVideo,
13425
- simpleVersion
13425
+ simpleVersion,
13426
+ richEditorElements
13426
13427
  })
13427
13428
  ),
13428
13429
  /* @__PURE__ */ jsx56(ErrorFormMessage, { message: errorMsg })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lets-events/react",
3
- "version": "12.10.5",
3
+ "version": "12.10.6",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -98,6 +98,7 @@ export const RichEditorFormField = ({
98
98
  maxLength={maxLength}
99
99
  disableVideo={disableVideo}
100
100
  simpleVersion={simpleVersion}
101
+ richEditorElements={richEditorElements}
101
102
  />
102
103
  <ErrorFormMessage message={errorMsg} />
103
104
  </Flex>